object-delete-key
Advanced tools
Comparing version 1.8.6 to 1.8.7
@@ -6,2 +6,8 @@ # Change Log | ||
## 1.8.7 (2019-02-10) | ||
### Bug Fixes | ||
- Fix the Create New Issue URLs ([c5ee4a6](https://gitlab.com/codsen/codsen/commit/c5ee4a6)) | ||
## 1.8.0 (2019-01-20) | ||
@@ -8,0 +14,0 @@ |
/** | ||
* 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.6 | ||
* Version: 1.8.7 | ||
* 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.6 | ||
* Version: 1.8.7 | ||
* 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.6 | ||
* Version: 1.8.7 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
{ | ||
"name": "object-delete-key", | ||
"version": "1.8.6", | ||
"version": "1.8.7", | ||
"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.", | ||
@@ -25,3 +25,3 @@ "license": "MIT", | ||
"lect": "lect", | ||
"lint": "./node_modules/.bin/eslint \"**/*.js\" --fix --ignore-pattern \"dist/*\" --ignore-pattern \"rollup.config.js\"", | ||
"lint": "./node_modules/.bin/eslint \"**/*.js\" --fix --ignore-pattern \"dist/*\" --ignore-pattern \"rollup.config.js\" --ignore-pattern \"tap/**\"", | ||
"prepare": "npm run build", | ||
@@ -173,7 +173,7 @@ "pretest": "npm run build", | ||
"dependencies": { | ||
"ast-is-empty": "^1.9.6", | ||
"ast-monkey": "^7.10.6", | ||
"check-types-mini": "^5.7.2", | ||
"ast-is-empty": "^1.9.7", | ||
"ast-monkey": "^7.10.7", | ||
"check-types-mini": "^5.7.3", | ||
"lodash.clonedeep": "^4.5.0", | ||
"util-array-object-or-both": "^2.7.6" | ||
"util-array-object-or-both": "^2.7.7" | ||
}, | ||
@@ -184,3 +184,3 @@ "devDependencies": { | ||
"@babel/register": "^7.0.0", | ||
"ava": "^1.2.0", | ||
"ava": "^1.2.1", | ||
"babel-plugin-istanbul": "^5.1.0", | ||
@@ -204,4 +204,4 @@ "eslint": "^5.13.0", | ||
"rollup-plugin-strip": "^1.2.1", | ||
"rollup-plugin-terser": "^4.0.3" | ||
"rollup-plugin-terser": "^4.0.4" | ||
} | ||
} |
@@ -317,5 +317,5 @@ # object-delete-key | ||
- If you see an error, [raise an issue](https:/gitlab.com/codsen/codsen/issues/new?issue[title]=object-delete-key%20package%20-%20put%20title%20here&issue[description]=%23%23%20object-delete-key%0A%0Aput%20description%20here). | ||
- If you want a new feature but can't code it up yourself, also [raise an issue](https:/gitlab.com/codsen/codsen/issues/new?issue[title]=object-delete-key%20package%20-%20put%20title%20here&issue[description]=%23%23%20object-delete-key%0A%0Aput%20description%20here). Let's discuss it. | ||
- If you tried to use this package, but something didn't work out, also [raise an issue](https:/gitlab.com/codsen/codsen/issues/new?issue[title]=object-delete-key%20package%20-%20put%20title%20here&issue[description]=%23%23%20object-delete-key%0A%0Aput%20description%20here). We'll try to help. | ||
- If you see an error, [raise an issue](https://gitlab.com/codsen/codsen/issues/new?issue[title]=object-delete-key%20package%20-%20put%20title%20here&issue[description]=%23%23%20object-delete-key%0A%0Aput%20description%20here). | ||
- If you want a new feature but can't code it up yourself, also [raise an issue](https://gitlab.com/codsen/codsen/issues/new?issue[title]=object-delete-key%20package%20-%20put%20title%20here&issue[description]=%23%23%20object-delete-key%0A%0Aput%20description%20here). Let's discuss it. | ||
- If you tried to use this package, but something didn't work out, also [raise an issue](https://gitlab.com/codsen/codsen/issues/new?issue[title]=object-delete-key%20package%20-%20put%20title%20here&issue[description]=%23%23%20object-delete-key%0A%0Aput%20description%20here). We'll try to help. | ||
- If you want to contribute some code, fork the [monorepo](https://gitlab.com/codsen/codsen/) via GitLab, then write code, then file a pull request on GitLab. We'll merge it in and release. | ||
@@ -322,0 +322,0 @@ |
71026
Updatedast-is-empty@^1.9.7
Updatedast-monkey@^7.10.7
Updatedcheck-types-mini@^5.7.3