@itinari/lib-utils
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "@itinari/lib-utils", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "itinari utils library", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/typings/index.d.ts", | ||
"sideEffects": false, | ||
"scripts": { | ||
@@ -11,3 +13,5 @@ "test:lint": "eslint 'src/**/*.ts'", | ||
"clean": "rm -rf dist", | ||
"build": "tsc --pretty", | ||
"build:cjs": "tsc --pretty --outDir dist/cjs --target es5 --module commonjs", | ||
"build:esm": "tsc --pretty --outDir dist/esm --module esnext --declaration --declarationDir dist/typings", | ||
"build": "npm run build:cjs && npm run build:esm", | ||
"prepublishOnly": "npm run clean && npm run test:lint && npm run build" | ||
@@ -37,3 +41,6 @@ }, | ||
"typescript-eslint-parser": "^20.0.0" | ||
}, | ||
"peerDependencies": { | ||
"tslib": "^1.9.3" | ||
} | ||
} |
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
33756
53
374
1
1