Skip to content

Commit

Permalink
Updated deps. New version: 1.20.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhop committed Oct 20, 2023
1 parent 5cf9f40 commit ea8df34
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 19 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ console.log('re2_res : ' + re2_res); // prints: re2_res : abc,a,b,c

## Release history

- 1.20.4 *Updated deps. Fix: the 2nd argument of the constructor overrides flags. Thx, [gost-serb](https://github.com/gost-serb).*
- 1.20.3 *Fix: subsequent numbers are incorporated into group if they would form a legal group reference. Thx, [Oleksii Vasyliev](https://github.com/le0pard).*
- 1.20.2 *Fix: added a missing C++ file, which caused a bug on Alpine Linux. Thx, [rbitanga-manticore](https://github.com/rbitanga-manticore).*
- 1.20.1 *Fix: files included in the npm package to build the C++ code.*
Expand Down
39 changes: 24 additions & 15 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "re2",
"version": "1.20.3",
"version": "1.20.4",
"description": "Bindings for RE2: fast, safe alternative to backtracking regular expression engines.",
"homepage": "https://github.com/uhop/node-re2",
"bugs": "https://github.com/uhop/node-re2/issues",
Expand All @@ -12,13 +12,13 @@
},
"dependencies": {
"install-artifact-from-github": "^1.3.3",
"nan": "^2.17.0",
"nan": "^2.18.0",
"node-gyp": "^9.4.0"
},
"devDependencies": {
"@types/node": "^20.5.3",
"@types/node": "^20.8.7",
"heya-unit": "^0.3.0",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"scripts": {
"test": "node tests/tests.js",
Expand Down

0 comments on commit ea8df34

Please sign in to comment.