@effect/printer-ansi
Advanced tools
Comparing version 0.12.0 to 1.0.0
{ | ||
"name": "@effect/printer-ansi", | ||
"version": "0.12.0", | ||
"version": "1.0.0", | ||
"description": "Functional programming in TypeScript", | ||
"license": "MIT", | ||
@@ -9,14 +10,16 @@ "repository": { | ||
}, | ||
"dependencies": { | ||
"@effect/data": "~0.17.1", | ||
"@effect/io": "~0.37.0", | ||
"@effect/typeclass": "~0.2.1", | ||
"@effect/printer": "^0.12.0" | ||
}, | ||
"main": "./index.js", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffects": [], | ||
"exports": { | ||
"./*": { | ||
"import": { | ||
"types": "./*.d.ts", | ||
"default": "./mjs/*.mjs" | ||
}, | ||
"require": { | ||
"types": "./*.d.ts", | ||
"default": "./*.js" | ||
} | ||
}, | ||
".": { | ||
@@ -31,14 +34,13 @@ "import": { | ||
} | ||
}, | ||
"./*": { | ||
"import": { | ||
"types": "./*.d.ts", | ||
"default": "./mjs/*.mjs" | ||
}, | ||
"require": { | ||
"types": "./*.d.ts", | ||
"default": "./*.js" | ||
} | ||
} | ||
} | ||
}, | ||
"sideEffects": [], | ||
"author": "Michael Arnaldi <ma@matechs.com>", | ||
"peerDependencies": { | ||
"@effect/data": "^0.17.1", | ||
"@effect/io": "^0.38.0", | ||
"@effect/typeclass": "^0.3.0", | ||
"@effect/printer": "^0.13.0" | ||
}, | ||
"main": "./index.js" | ||
} |
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
133947
1
1
+ Added@effect/io@0.38.2(transitive)
+ Added@effect/printer@0.13.0(transitive)
+ Added@effect/typeclass@0.3.0(transitive)
- Removed@effect/data@~0.17.1
- Removed@effect/io@~0.37.0
- Removed@effect/printer@^0.12.0
- Removed@effect/typeclass@~0.2.1
- Removed@effect/data@0.16.3(transitive)
- Removed@effect/io@0.37.1(transitive)
- Removed@effect/printer@0.12.0(transitive)
- Removed@effect/typeclass@0.2.1(transitive)