tree-changes-hook
Advanced tools
Comparing version 0.9.2 to 0.9.3
{ | ||
"name": "tree-changes-hook", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"description": "React hook for tree-changes", | ||
@@ -21,13 +21,10 @@ "author": "Gil Barbara <gilbarbara@gmail.com>", | ||
"homepage": "https://github.com/gilbarbara/tree-changes/tree/master/packages/tree-changes-hook#readme", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
}, | ||
"main": "lib/index.js", | ||
"module": "esm/index.js", | ||
"files": [ | ||
"dist", | ||
"esm", | ||
"lib", | ||
"src" | ||
], | ||
"types": "dist", | ||
"types": "lib", | ||
"sideEffects": false, | ||
@@ -39,3 +36,3 @@ "peerDependencies": { | ||
"@gilbarbara/deep-equal": "^0.1.1", | ||
"tree-changes": "^0.9.2" | ||
"tree-changes": "^0.9.3" | ||
}, | ||
@@ -51,5 +48,8 @@ "devDependencies": { | ||
"scripts": { | ||
"build": "npm run clean && esbuilder --cjs --esm && npm run build:types", | ||
"build:types": "tsc --emitDeclarationOnly", | ||
"clean": "del dist/*", | ||
"build": "npm run clean && npm run build:cjs && npm run build:esm", | ||
"build:cjs": "tsc", | ||
"build:esm": "tsc -m es6 --outDir esm", | ||
"watch:cjs": "npm run build:cjs -- -w", | ||
"watch:esm": "npm run build:esm -- -w", | ||
"clean": "del lib/* && del esm/*", | ||
"lint": "eslint src test", | ||
@@ -74,12 +74,12 @@ "test": "jest", | ||
"name": "cjs", | ||
"path": "./dist/index.js", | ||
"limit": "4 kB" | ||
"path": "./lib/index.js", | ||
"limit": "5 kB" | ||
}, | ||
{ | ||
"name": "esm", | ||
"path": "./dist/index.mjs", | ||
"path": "./esm/index.js", | ||
"limit": "4 kB" | ||
} | ||
], | ||
"gitHead": "98332074386b9644d46d5071d93f978be0cbacd7" | ||
"gitHead": "e75858b421670c000067ba73f9987dc3a5c63424" | ||
} |
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
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
10
0
10102
87
Updatedtree-changes@^0.9.3