Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Nov 8, 2024
1 parent 024ec3a commit f5a0340
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ parser to support various extended string formats.
## Options
* _lex_
* _order_: `number` (default: 4500000) - order

<!--END:options-->


Expand Down
4 changes: 2 additions & 2 deletions hoover.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hoover.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hoover.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonic/hoover",
"version": "0.4.0",
"version": "0.5.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 @@ -42,7 +42,7 @@
],
"devDependencies": {
"@jsonic/doc": "^0.0.9",
"@jsonic/jsonic-next": ">=2.13.0",
"@jsonic/jsonic-next": ">=2.14.0",
"@types/jest": "^29.5.14",
"browserify": "^17.0.1",
"es-jest": "^2.1.0",
Expand All @@ -53,6 +53,6 @@
"typescript": "^5.6.3"
},
"peerDependencies": {
"@jsonic/jsonic-next": ">=2.13.0"
"@jsonic/jsonic-next": ">=2.14.0"
}
}

0 comments on commit f5a0340

Please sign in to comment.