@orieg/expanse 0.7.1 → 0.8.0

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orieg/expanse",
3
- "version": "0.7.1",
3
+ "version": "0.8.0",
4
4
  "description": "Clean-room, pure-Rust modern Judy arrays and digital tries with cache-line-tuned node geometries, inline value packing, slab arenas, and OCC concurrency for Node.js, Bun, and Deno.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -12,10 +12,10 @@
12
12
  "LICENSE-APACHE"
13
13
  ],
14
14
  "optionalDependencies": {
15
- "@orieg/expanse-linux-x64-gnu": "0.7.1",
16
- "@orieg/expanse-darwin-x64": "0.7.1",
17
- "@orieg/expanse-darwin-arm64": "0.7.1",
18
- "@orieg/expanse-win32-x64-msvc": "0.7.1"
15
+ "@orieg/expanse-linux-x64-gnu": "0.8.0",
16
+ "@orieg/expanse-darwin-x64": "0.8.0",
17
+ "@orieg/expanse-darwin-arm64": "0.8.0",
18
+ "@orieg/expanse-win32-x64-msvc": "0.8.0"
19
19
  },
20
20
  "scripts": {
21
21
  "test": "node test.js",