Comparing version 1.0.4 to 1.0.6
{ | ||
"name": "digx-nps", | ||
"version": "1.0.4", | ||
"version": "1.0.6", | ||
"description": "Take a nested object and dig values by path", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"type": "module", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"files": [ | ||
"dist", | ||
"dist/", | ||
"LICENSE", | ||
@@ -15,3 +14,4 @@ "README.md", | ||
"scripts": { | ||
"build": "tsc", | ||
"tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json", | ||
"prepublishOnly": "npm run tsc", | ||
"test": "jest" | ||
@@ -18,0 +18,0 @@ }, |
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
7656
9
205
1
No