Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Nov 5, 2024
1 parent 7c94961 commit 024ec3a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion hoover.min.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonic/hoover",
"version": "0.3.5",
"version": "0.4.0",
"description": "This plugin allows the [Jsonic](https://jsonic.senecajs.org) JSON parser to support string hoovering (unquoted internal spaces).",
"main": "hoover.js",
"type": "commonjs",
Expand Down Expand Up @@ -41,18 +41,18 @@
"LICENSE"
],
"devDependencies": {
"@jsonic/doc": "^0.0.5",
"@jsonic/jsonic-next": ">=2.12.1",
"@types/jest": "^29.5.3",
"browserify": "^17.0.0",
"@jsonic/doc": "^0.0.9",
"@jsonic/jsonic-next": ">=2.13.0",
"@types/jest": "^29.5.14",
"browserify": "^17.0.1",
"es-jest": "^2.1.0",
"esbuild": "^0.19.1",
"jest": "^29.6.2",
"prettier": "^3.0.1",
"esbuild": "^0.24.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"tinyify": "^4.0.0",
"typescript": "^5.1.6"
"typescript": "^5.6.3"
},
"peerDependencies": {
"@jsonic/jsonic-next": ">=2.12.1"
"@jsonic/jsonic-next": ">=2.13.0"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"isolatedModules": true,
"esModuleInterop": true,
"module": "commonjs",
"module": "nodenext",
"moduleResolution": "nodenext",
"noEmitOnError": true,
"noImplicitAny": true,
Expand Down

0 comments on commit 024ec3a

Please sign in to comment.