Skip to content

Commit

Permalink
Bump discoveryjs
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Sep 22, 2023
1 parent 2d526b5 commit 96f0fd7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 1.0.0-beta.8 (September 21, 2023)

- Reduced parser size by 15Kb
- Reduced parser size by 10Kb
- Changed `setup()` function to take `options` parameter instead of custom methods dictionary, i.e. `setup(methods)``setup({ methods })`
- Added `assertions` option for `jora()` and `setup()` functions to specify additional assertion functions, i.e. `jora(..., { assetions })` and `setup({ assertions })`
- Forbidden to override built-in methods and assertions, now `setup()` and `query()` functions throws when a custom method or an assertion has the same name as built-in one
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@discoveryjs/cli": "^2.6.0",
"@discoveryjs/discovery": "^1.0.0-beta.76",
"@discoveryjs/discovery": "^1.0.0-beta.78",
"@lahmatiy/jison": "^0.4.18-remastered.7",
"c8": "^7.11.0",
"esbuild": "~0.14.25",
Expand Down

0 comments on commit 96f0fd7

Please sign in to comment.