re2 1.23.1 → 1.23.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -416,6 +416,7 @@ The same applies to `\P{...}`.
|
|
|
416
416
|
|
|
417
417
|
## Release history
|
|
418
418
|
|
|
419
|
+
- 1.23.2 *Updated dev dependencies.*
|
|
419
420
|
- 1.23.1 *Updated Abseil and dev dependencies.*
|
|
420
421
|
- 1.23.0 *Updated all dependencies, upgraded tooling. New feature: `RE2.Set` (thx, [Wes](https://github.com/wrmedford)).*
|
|
421
422
|
- 1.22.3 *Technical release: upgraded QEMU emulations to native ARM runners to speed up the build process.*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "re2",
|
|
3
|
-
"version": "1.23.
|
|
3
|
+
"version": "1.23.2",
|
|
4
4
|
"description": "Bindings for RE2: fast, safe alternative to backtracking regular expression engines.",
|
|
5
5
|
"homepage": "https://github.com/uhop/node-re2",
|
|
6
6
|
"bugs": "https://github.com/uhop/node-re2/issues",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/node": "^25.0.10",
|
|
24
|
-
"nano-benchmark": "^1.0.
|
|
25
|
-
"tape-six": "^1.
|
|
26
|
-
"tape-six-proc": "^1.1
|
|
24
|
+
"nano-benchmark": "^1.0.8",
|
|
25
|
+
"tape-six": "^1.5.1",
|
|
26
|
+
"tape-six-proc": "^1.2.1",
|
|
27
27
|
"typescript": "^5.9.3"
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|