@harperfast/rocksdb-js 0.1.11 → 0.1.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harperfast/rocksdb-js",
3
- "version": "0.1.11",
3
+ "version": "0.1.13",
4
4
  "description": "RocksDB binding for Node.js",
5
5
  "homepage": "https://github.com/HarperFast/rocksdb-js",
6
6
  "bugs": [
@@ -34,32 +34,32 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@rollup/plugin-replace": "6.0.3",
37
- "@types/node": "25.4.0",
38
- "@vitest/coverage-v8": "4.0.18",
37
+ "@types/node": "25.5.0",
38
+ "@vitest/coverage-v8": "4.1.0",
39
39
  "cross-env": "10.1.0",
40
40
  "dotenv": "17.3.1",
41
- "lefthook": "2.1.3",
42
- "lmdb": "3.5.1",
41
+ "lefthook": "2.1.4",
42
+ "lmdb": "3.5.2",
43
43
  "node-gyp": "12.2.0",
44
- "oxfmt": "0.37.0",
45
- "oxlint": "1.52.0",
44
+ "oxfmt": "0.41.0",
45
+ "oxlint": "1.56.0",
46
46
  "prebuildify": "6.0.1",
47
47
  "semver": "7.7.4",
48
- "tsdown": "0.21.1",
48
+ "tsdown": "0.21.4",
49
49
  "tslib": "2.8.1",
50
50
  "tsx": "4.21.0",
51
51
  "typescript": "5.9.3",
52
- "vitest": "4.0.18"
52
+ "vitest": "4.1.0"
53
53
  },
54
54
  "optionalDependencies": {
55
- "@harperfast/rocksdb-js-darwin-arm64": "0.1.11",
56
- "@harperfast/rocksdb-js-darwin-x64": "0.1.11",
57
- "@harperfast/rocksdb-js-linux-arm64-glibc": "0.1.11",
58
- "@harperfast/rocksdb-js-linux-arm64-musl": "0.1.11",
59
- "@harperfast/rocksdb-js-linux-x64-glibc": "0.1.11",
60
- "@harperfast/rocksdb-js-linux-x64-musl": "0.1.11",
61
- "@harperfast/rocksdb-js-win32-arm64": "0.1.11",
62
- "@harperfast/rocksdb-js-win32-x64": "0.1.11"
55
+ "@harperfast/rocksdb-js-darwin-arm64": "0.1.13",
56
+ "@harperfast/rocksdb-js-darwin-x64": "0.1.13",
57
+ "@harperfast/rocksdb-js-linux-arm64-glibc": "0.1.13",
58
+ "@harperfast/rocksdb-js-linux-arm64-musl": "0.1.13",
59
+ "@harperfast/rocksdb-js-linux-x64-glibc": "0.1.13",
60
+ "@harperfast/rocksdb-js-linux-x64-musl": "0.1.13",
61
+ "@harperfast/rocksdb-js-win32-arm64": "0.1.13",
62
+ "@harperfast/rocksdb-js-win32-x64": "0.1.13"
63
63
  },
64
64
  "engines": {
65
65
  "node": ">=18"
@@ -87,7 +87,7 @@
87
87
  "rebuild:debug": "node-gyp rebuild --coverage --debug --verbose",
88
88
  "test": "cross-env CI=1 node --expose-gc ./node_modules/vitest/vitest.mjs --reporter=verbose",
89
89
  "test:bun": "cross-env CI=1 bun --bun --config=bunfig.toml ./node_modules/vitest/vitest.mjs --reporter=verbose",
90
- "test:deno": "cross-env CI=1 deno run --allow-all --sloppy-imports ./node_modules/vitest/vitest.mjs",
90
+ "test:deno": "cross-env CI=1 deno run --allow-all --sloppy-imports --v8-flags=--expose-gc ./node_modules/vitest/vitest.mjs",
91
91
  "test:stress": "cross-env CI=1 node --expose-gc ./node_modules/vitest/vitest.mjs --reporter=verbose --config=vitest-stress.config.ts",
92
92
  "type-check": "tsc --noEmit"
93
93
  }