Skip to content

Commit

Permalink
chore: 🤖 v3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
haozi committed May 6, 2024
1 parent 1f30eda commit 0bc5ae0
Show file tree
Hide file tree
Showing 5 changed files with 5,281 additions and 4,751 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jsonuri v3.4.4
* jsonuri v3.4.5
* (c) 2024 @aligay
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/index.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jsonuri v3.4.4
* jsonuri v3.4.5
* (c) 2024 @aligay
* Released under the MIT License.
*/
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonuri",
"version": "3.4.4",
"version": "3.4.5",
"description": "Use URI path to get or set data",
"keywords": [
"array",
Expand Down Expand Up @@ -46,16 +46,16 @@
"idmp": "*"
},
"devDependencies": {
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@types/node": "^20.12.8",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"codecov": "^3.8.3",
"eslint": "^8.56.0",
"eslint": "^9.2.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-n": "^17.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-promise": "^6.1.1",
Expand All @@ -66,6 +66,6 @@
"multi-shell": "^2.0.0-alpha.1",
"rimraf": "^5.0.5",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 0bc5ae0

Please sign in to comment.