object-delete-key
Advanced tools
Comparing version 1.8.17 to 1.8.18
/** | ||
* object-delete-key | ||
* Delete keys from all arrays or plain objects, nested within anything, by key or by value or by both, and clean up afterwards. Accepts wildcards. | ||
* Version: 1.8.17 | ||
* Version: 1.8.18 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
/** | ||
* object-delete-key | ||
* Delete keys from all arrays or plain objects, nested within anything, by key or by value or by both, and clean up afterwards. Accepts wildcards. | ||
* Version: 1.8.17 | ||
* Version: 1.8.18 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
/** | ||
* object-delete-key | ||
* Delete keys from all arrays or plain objects, nested within anything, by key or by value or by both, and clean up afterwards. Accepts wildcards. | ||
* Version: 1.8.17 | ||
* Version: 1.8.18 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
{ | ||
"name": "object-delete-key", | ||
"version": "1.8.17", | ||
"version": "1.8.18", | ||
"description": "Delete keys from all arrays or plain objects, nested within anything, by key or by value or by both, and clean up afterwards. Accepts wildcards.", | ||
@@ -26,2 +26,3 @@ "license": "MIT", | ||
"lint": "./node_modules/.bin/eslint \"**/*.js\" --fix --ignore-pattern \"dist/*\" --ignore-pattern \"rollup.config.js\" --ignore-pattern \"tap/**\"", | ||
"prepare": "npm run build", | ||
"pretest": "npm run build", | ||
@@ -172,15 +173,15 @@ "test": "npm run lint && npm run unittest", | ||
"dependencies": { | ||
"ast-is-empty": "^1.9.17", | ||
"ast-monkey": "^7.10.17", | ||
"check-types-mini": "^5.7.13", | ||
"ast-is-empty": "^1.9.18", | ||
"ast-monkey": "^7.10.18", | ||
"check-types-mini": "^5.7.14", | ||
"lodash.clonedeep": "^4.5.0", | ||
"util-array-object-or-both": "^2.7.17" | ||
"util-array-object-or-both": "^2.7.18" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.3.4", | ||
"@babel/preset-env": "^7.3.4", | ||
"@babel/register": "^7.0.0", | ||
"@babel/core": "^7.4.0", | ||
"@babel/preset-env": "^7.4.1", | ||
"@babel/register": "^7.4.0", | ||
"ava": "^1.3.1", | ||
"babel-plugin-istanbul": "^5.1.1", | ||
"eslint": "^5.15.2", | ||
"eslint": "^5.15.3", | ||
"eslint-config-prettier": "^4.1.0", | ||
@@ -194,7 +195,7 @@ "eslint-plugin-ava": "^5.1.1", | ||
"prettier": "^1.16.4", | ||
"rollup": "^1.6.0", | ||
"rollup": "^1.7.0", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-cleanup": "^3.1.1", | ||
"rollup-plugin-commonjs": "^9.2.1", | ||
"rollup-plugin-json": "^3.1.0", | ||
"rollup-plugin-json": "^4.0.0", | ||
"rollup-plugin-license": "^0.8.1", | ||
@@ -201,0 +202,0 @@ "rollup-plugin-node-resolve": "^4.0.1", |
69928
Updatedast-is-empty@^1.9.18
Updatedast-monkey@^7.10.18
Updatedcheck-types-mini@^5.7.14