Skip to content

Commit 40cf8df

Browse files
committed
v1.1.0
1 parent bd43573 commit 40cf8df

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonic/path",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "This plugin allows the [Jsonic](https://jsonic.senecajs.org) JSON parser to determine the path to values.",
55
"main": "path.js",
66
"type": "commonjs",
@@ -43,12 +43,12 @@
4343
"@jsonic/doc": "^0.0.9",
4444
"@types/jest": "^29.5.14",
4545
"browserify": "^17.0.1",
46-
"esbuild": "^0.24.0",
46+
"esbuild": "^0.24.2",
4747
"es-jest": "^2.1.0",
4848
"jest": "^29.7.0",
49-
"prettier": "^3.3.3",
50-
"typescript": "^5.6.3",
51-
"@jsonic/expr": ">=0.9.0"
49+
"prettier": "^3.4.2",
50+
"typescript": "^5.7.3",
51+
"@jsonic/expr": ">=1.1.0"
5252
},
5353
"peerDependencies": {
5454
"jsonic": ">=2.15.2"

test/path.test.js

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)