nestify-anything
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "nestify-anything", | ||
"sideEffects": false, | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Recreates an object from any `nested.props`. A simple and small integration.", | ||
@@ -16,16 +16,16 @@ "main": "dist/index.cjs.js", | ||
"dependencies": { | ||
"merge-anything": "^3.0.5" | ||
"merge-anything": "^3.0.6" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^4.0.1", | ||
"@typescript-eslint/parser": "^4.0.1", | ||
"ava": "^3.12.1", | ||
"eslint": "^7.8.1", | ||
"eslint-config-prettier": "^6.11.0", | ||
"@typescript-eslint/eslint-plugin": "^4.5.0", | ||
"@typescript-eslint/parser": "^4.5.0", | ||
"ava": "^3.13.0", | ||
"eslint": "^7.11.0", | ||
"eslint-config-prettier": "^6.13.0", | ||
"eslint-plugin-tree-shaking": "^1.8.0", | ||
"rollup": "^2.26.9", | ||
"rollup-plugin-typescript2": "^0.27.2", | ||
"rollup": "^2.32.0", | ||
"rollup-plugin-typescript2": "^0.28.0", | ||
"tsconfig-paths": "^3.9.0", | ||
"ts-node": "^9.0.0", | ||
"typescript": "^4.0.2" | ||
"typescript": "^4.0.3" | ||
}, | ||
@@ -32,0 +32,0 @@ "keywords": [ |
@@ -5,3 +5,4 @@ { | ||
"declaration": true, | ||
"declarationDir": "./types/" | ||
"declarationDir": "./types/", | ||
"lib": ["ES2015", "ES2016", "ES2017", "ES2018", "ES2019", "ES2020"] | ||
}, | ||
@@ -8,0 +9,0 @@ "include": [ |
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
13788
241
1298
Updatedmerge-anything@^3.0.6