re2 1.20.8 → 1.20.9

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 CHANGED
@@ -353,6 +353,7 @@ console.log('re2_res : ' + re2_res); // prints: re2_res : abc,a,b,c
353
353
 
354
354
  ## Release history
355
355
 
356
+ - 1.20.9 *Updated deps. Added more `absail-cpp` files that manifested itself on NixOS. Thx, [Laura Hausmann](https://github.com/zotanmew).*
356
357
  - 1.20.8 *Updated deps: `install-artifact-from-github`. A default HTTPS agent is used for fetching precompiled artifacts avoiding unnecessary long wait times.*
357
358
  - 1.20.7 *Added more `absail-cpp` files that manifested itself on ARM Alpine. Thx, [Laura Hausmann](https://github.com/zotanmew).*
358
359
  - 1.20.6 *Updated deps, notably `node-gyp`.*
package/binding.gyp CHANGED
@@ -46,6 +46,7 @@
46
46
  "vendor/abseil-cpp/absl/base/internal/thread_identity.cc",
47
47
  "vendor/abseil-cpp/absl/base/internal/throw_delegate.cc",
48
48
  "vendor/abseil-cpp/absl/base/internal/unscaledcycleclock.cc",
49
+ "vendor/abseil-cpp/absl/debugging/internal/demangle.cc",
49
50
  "vendor/abseil-cpp/absl/container/internal/raw_hash_set.cc",
50
51
  "vendor/abseil-cpp/absl/debugging/internal/address_is_readable.cc",
51
52
  "vendor/abseil-cpp/absl/debugging/internal/elf_mem_image.cc",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "re2",
3
- "version": "1.20.8",
3
+ "version": "1.20.9",
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",
@@ -16,9 +16,9 @@
16
16
  "node-gyp": "^10.0.1"
17
17
  },
18
18
  "devDependencies": {
19
- "@types/node": "^20.9.0",
19
+ "@types/node": "^20.9.4",
20
20
  "heya-unit": "^0.3.0",
21
- "typescript": "^5.2.2"
21
+ "typescript": "^5.3.2"
22
22
  },
23
23
  "scripts": {
24
24
  "test": "node tests/tests.js",