@chainsafe/persistent-ts
Advanced tools
Comparing version
{ | ||
"name": "@chainsafe/persistent-ts", | ||
"version": "0.19.2", | ||
"version": "1.0.0", | ||
"description": "Persistent data structures for TypeScript.", | ||
"type": "module", | ||
"main": "./lib/cjs/index.js", | ||
"module": "./lib/index.js", | ||
"main": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
@@ -12,11 +11,7 @@ "files": [ | ||
"lib/**/*.js", | ||
"lib/**/*.js.map", | ||
"lib/**/package.json" | ||
"lib/**/*.js.map" | ||
], | ||
"scripts": { | ||
"clean": "rm -rf lib", | ||
"build": "yarn build:cjs && yarn build:esm && yarn build:types", | ||
"build:esm": "tsc -p tsconfig.build.esm.json", | ||
"build:cjs": "tsc -p tsconfig.build.cjs.json && echo '{\"type\": \"commonjs\"}' > ./lib/cjs/package.json", | ||
"build:types": "tsc -p tsconfig.build.types.json", | ||
"build": "tsc -p tsconfig.build.json", | ||
"lint": "eslint --color --ext .ts src/", | ||
@@ -23,0 +18,0 @@ "check-types": "tsc --noEmit", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
-100%61309
-44.52%15
-37.5%1109
-42.95%