object-rewrite
Advanced tools
Comparing version 11.0.1 to 12.0.0
{ | ||
"name": "object-rewrite", | ||
"type": "module", | ||
"version": "11.0.1", | ||
"version": "12.0.0", | ||
"description": "Rewrite Object(s) in place using plugins.", | ||
@@ -11,25 +11,25 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"joi-strict": "3.0.0", | ||
"joi-strict": "4.0.0", | ||
"lodash.set": "4.3.2", | ||
"object-fields": "4.0.0", | ||
"object-scan": "19.0.0" | ||
"object-fields": "5.0.0", | ||
"object-scan": "20.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.22.9", | ||
"@babel/eslint-parser": "7.22.9", | ||
"@babel/register": "7.22.5", | ||
"@blackflux/eslint-plugin-rules": "3.0.0", | ||
"@blackflux/robo-config-plugin": "9.1.9", | ||
"c8": "8.0.1", | ||
"chai": "4.3.7", | ||
"eslint": "8.46.0", | ||
"@babel/core": "7.26.7", | ||
"@babel/eslint-parser": "7.26.5", | ||
"@babel/register": "7.25.9", | ||
"@blackflux/eslint-plugin-rules": "4.0.0", | ||
"@blackflux/robo-config-plugin": "10.0.0", | ||
"c8": "10.1.3", | ||
"chai": "5.1.2", | ||
"eslint": "9.19.0", | ||
"eslint-config-airbnb-base": "15.0.0", | ||
"eslint-plugin-import": "2.28.0", | ||
"eslint-plugin-json": "3.1.0", | ||
"eslint-plugin-markdown": "3.0.1", | ||
"eslint-plugin-mocha": "10.1.0", | ||
"js-gardener": "5.0.1", | ||
"eslint-plugin-import": "2.31.0", | ||
"eslint-plugin-json": "4.0.1", | ||
"eslint-plugin-markdown": "5.1.0", | ||
"eslint-plugin-mocha": "10.5.0", | ||
"js-gardener": "6.0.2", | ||
"lodash.get": "4.4.2", | ||
"lodash.shuffle": "4.2.0", | ||
"smart-fs": "4.0.0" | ||
"smart-fs": "5.0.1" | ||
}, | ||
@@ -40,5 +40,5 @@ "scripts": { | ||
"build-clean": "yarn run clean && yarn run build", | ||
"test-simple": "c8 mocha --experimental-loader=./test/hot.js \"./test/**/*.spec.js\"", | ||
"test-simple": "c8 mocha --import=./test/reg.js \"./test/**/*.spec.js\"", | ||
"test": "yarn run clean && yarn run gardener && yarn run test-simple", | ||
"semantic-release": "yarn run build-clean && npx semantic-release", | ||
"semantic-release": "yarn run build-clean && yarn exec semantic-release", | ||
"gardener": "node gardener.js", | ||
@@ -71,3 +71,3 @@ "docker": "docker run --net host -u`id -u`:`id -g` -v $(pwd):/user/project -v ~/.aws:/user/.aws -v ~/.npmrc:/user/.npmrc -w /user/project -it --entrypoint /bin/bash", | ||
"engines": { | ||
"node": ">= 16" | ||
"node": ">= 20" | ||
}, | ||
@@ -74,0 +74,0 @@ "repository": { |
@@ -19,3 +19,3 @@ # object-rewrite | ||
```bash | ||
``` | ||
npm i --save object-rewrite | ||
@@ -22,0 +22,0 @@ ``` |
29139
+ Addedjoi@17.13.3(transitive)
+ Addedjoi-strict@4.0.0(transitive)
+ Addedobject-fields@5.0.0(transitive)
+ Addedobject-scan@20.0.0(transitive)
- Removedjoi@17.9.2(transitive)
- Removedjoi-strict@3.0.0(transitive)
- Removedobject-fields@4.0.0(transitive)
- Removedobject-scan@19.0.0(transitive)
Updatedjoi-strict@4.0.0
Updatedobject-fields@5.0.0
Updatedobject-scan@20.0.0