Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "map2tree", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Utility for mapping maps to trees", | ||
@@ -19,9 +19,10 @@ "keywords": [ | ||
"files": [ | ||
"dist", | ||
"lib", | ||
"src" | ||
], | ||
"main": "dist/map2tree.cjs.js", | ||
"module": "dist/map2tree.esm.js", | ||
"types": "dist/index.d.ts", | ||
"unpkg": "dist/map2tree.umd.js", | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/esm/index.js", | ||
"types": "lib/types/index.d.ts", | ||
"unpkg": "lib/umd/map2tree.umd.js", | ||
"sideEffects": false, | ||
"repository": { | ||
@@ -32,4 +33,8 @@ "type": "git", | ||
"scripts": { | ||
"build": "rollup -c", | ||
"clean": "rimraf dist", | ||
"build": "yarn build:cjs && yarn build:esm && yarn build:types && yarn build:umd", | ||
"build:cjs": "babel src --extensions \".ts\" --out-dir lib/cjs", | ||
"build:esm": "babel src --config-file ./babel.config.esm.json --extensions \".ts\" --out-dir lib/esm", | ||
"build:types": "tsc --emitDeclarationOnly", | ||
"build:umd": "rollup -c", | ||
"clean": "rimraf lib", | ||
"test": "jest", | ||
@@ -46,6 +51,7 @@ "lint": "eslint . --ext .ts", | ||
"devDependencies": { | ||
"@babel/core": "^7.16.7", | ||
"@babel/cli": "^7.16.8", | ||
"@babel/core": "^7.16.12", | ||
"@babel/eslint-parser": "^7.16.5", | ||
"@babel/plugin-transform-runtime": "^7.16.7", | ||
"@babel/preset-env": "^7.16.7", | ||
"@babel/plugin-transform-runtime": "^7.16.10", | ||
"@babel/preset-env": "^7.16.11", | ||
"@babel/preset-typescript": "^7.16.7", | ||
@@ -57,18 +63,18 @@ "@rollup/plugin-babel": "^5.3.0", | ||
"@types/lodash": "^4.14.178", | ||
"@typescript-eslint/eslint-plugin": "^5.8.1", | ||
"@typescript-eslint/parser": "^5.8.1", | ||
"eslint": "^8.6.0", | ||
"@typescript-eslint/eslint-plugin": "^5.10.0", | ||
"@typescript-eslint/parser": "^5.10.0", | ||
"eslint": "^8.7.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-jest": "^25.3.4", | ||
"eslint-plugin-jest": "^25.7.0", | ||
"immutable": "^4.0.0", | ||
"jest": "^27.4.5", | ||
"jest": "^27.4.7", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.63.0", | ||
"rollup": "^2.66.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.31.1", | ||
"ts-jest": "^27.1.2", | ||
"ts-jest": "^27.1.3", | ||
"tslib": "^2.3.1", | ||
"typescript": "~4.5.4" | ||
"typescript": "~4.5.5" | ||
}, | ||
"gitHead": "24e5e78e6943d69d352827345b1824a971b74f14" | ||
"gitHead": "238b8896f9cdb8c15c265025d131830a7f3570b9" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
124635
25
3270