Skip to content

Commit d6ea20a

Browse files
committed
v0.4.0
1 parent d46741e commit d6ea20a

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

jsonc.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jsonc.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jsonc.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonic/jsonc",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "This plugin allows the [Jsonic](https://jsonic.senecajs.org) JSON parser to support JSONC syntax.",
55
"main": "jsonc.js",
66
"type": "commonjs",
@@ -50,10 +50,10 @@
5050
"typescript": "^5.6.3",
5151
"es-jest": "^2.1.0",
5252
"esbuild": "^0.24.0",
53-
"@jsonic/jsonic-next": ">=2.13.0"
53+
"@jsonic/jsonic-next": ">=2.14.0"
5454
},
5555
"dependencies": {},
5656
"peerDependencies": {
57-
"@jsonic/jsonic-next": ">=2.13.0"
57+
"@jsonic/jsonic-next": ">=2.14.0"
5858
}
5959
}

0 commit comments

Comments
 (0)