@evos-tech/common
Advanced tools
Comparing version 0.0.4-next.0 to 1.0.0-next.0
{ | ||
"name": "@evos-tech/common", | ||
"version": "0.0.4-next.0", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"main": "dist/index", | ||
"types": "dist/index", | ||
"version": "1.0.0-next.0", | ||
"author": "kctang@evos.tech", | ||
"main": "dist/cjs/index", | ||
"module": "dist/esm/index", | ||
"files": [ | ||
@@ -13,20 +11,24 @@ "dist" | ||
"scripts": { | ||
"build": "npm run clean && npm run compile", | ||
"clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo", | ||
"compile": "tsc -b tsconfig.json", | ||
"compile:watch": "tsc -b -w tsconfig.json", | ||
"lint": "./node_modules/.bin/eslint src/*.ts", | ||
"test": "./node_modules/.bin/jest" | ||
"build": "tsc && tsc -b tsconfig-cjs.json", | ||
"clean": "rm -fr *.tsbuildinfo dist node_modules", | ||
"lint": "eslint src/*.ts", | ||
"lint:error": "eslint --quiet src/*.ts", | ||
"test": "jest", | ||
"test:coverage": "jest --coverage", | ||
"watch": "tsc -w", | ||
"watch:cjs": "tsc -b tsconfig-cjs.json -w" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^7.0.0", | ||
"jest": "^26.0.1", | ||
"ts-jest": "^26.0.0", | ||
"typescript": "^3.9.2" | ||
"peerDependencies": { | ||
"bcryptjs": "^2.4.3", | ||
"bson": "^4.4.1", | ||
"lodash.get": "^4.4.2", | ||
"pluralize": "^8.0.0" | ||
}, | ||
"dependencies": { | ||
"immer": "^6.0.5", | ||
"rxjs": "^6.5.5" | ||
"engines": { | ||
"node": ">=16 < 17" | ||
}, | ||
"gitHead": "efe2aba71872de04521ac794bbbc021e26b01dc4" | ||
"engineStrict": true, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
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 License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
352186
0
141
0
868
1
4
1
+ Addedbase64-js@1.5.1(transitive)
+ Addedbcryptjs@2.4.3(transitive)
+ Addedbson@4.7.2(transitive)
+ Addedbuffer@5.7.1(transitive)
+ Addedieee754@1.2.1(transitive)
+ Addedlodash.get@4.4.2(transitive)
+ Addedpluralize@8.0.0(transitive)
- Removedimmer@^6.0.5
- Removedrxjs@^6.5.5
- Removedimmer@6.0.9(transitive)
- Removedrxjs@6.6.7(transitive)
- Removedtslib@1.14.1(transitive)