@harperfast/rocksdb-js 0.1.10 → 0.1.11

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/dist/index.cjs CHANGED
@@ -1845,7 +1845,7 @@ function loadLastPosition(transactionLog, readUncommitted) {
1845
1845
  //#region src/index.ts
1846
1846
  const versions = {
1847
1847
  rocksdb: version,
1848
- "rocksdb-js": "0.1.10"
1848
+ "rocksdb-js": "0.1.11"
1849
1849
  };
1850
1850
 
1851
1851
  //#endregion
package/dist/index.mjs CHANGED
@@ -1820,7 +1820,7 @@ function loadLastPosition(transactionLog, readUncommitted) {
1820
1820
  //#region src/index.ts
1821
1821
  const versions = {
1822
1822
  rocksdb: version,
1823
- "rocksdb-js": "0.1.10"
1823
+ "rocksdb-js": "0.1.11"
1824
1824
  };
1825
1825
 
1826
1826
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harperfast/rocksdb-js",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "RocksDB binding for Node.js",
5
5
  "homepage": "https://github.com/HarperFast/rocksdb-js",
6
6
  "bugs": [
@@ -29,37 +29,37 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@harperfast/extended-iterable": "1.0.3",
32
- "msgpackr": "1.11.8",
32
+ "msgpackr": "1.11.9",
33
33
  "ordered-binary": "1.6.1"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@rollup/plugin-replace": "6.0.3",
37
- "@types/node": "25.3.3",
37
+ "@types/node": "25.4.0",
38
38
  "@vitest/coverage-v8": "4.0.18",
39
39
  "cross-env": "10.1.0",
40
40
  "dotenv": "17.3.1",
41
- "lefthook": "2.1.2",
41
+ "lefthook": "2.1.3",
42
42
  "lmdb": "3.5.1",
43
43
  "node-gyp": "12.2.0",
44
- "oxfmt": "0.35.0",
45
- "oxlint": "1.50.0",
44
+ "oxfmt": "0.37.0",
45
+ "oxlint": "1.52.0",
46
46
  "prebuildify": "6.0.1",
47
47
  "semver": "7.7.4",
48
- "tsdown": "0.20.3",
48
+ "tsdown": "0.21.1",
49
49
  "tslib": "2.8.1",
50
50
  "tsx": "4.21.0",
51
51
  "typescript": "5.9.3",
52
52
  "vitest": "4.0.18"
53
53
  },
54
54
  "optionalDependencies": {
55
- "@harperfast/rocksdb-js-darwin-arm64": "0.1.10",
56
- "@harperfast/rocksdb-js-darwin-x64": "0.1.10",
57
- "@harperfast/rocksdb-js-linux-arm64-glibc": "0.1.10",
58
- "@harperfast/rocksdb-js-linux-arm64-musl": "0.1.10",
59
- "@harperfast/rocksdb-js-linux-x64-glibc": "0.1.10",
60
- "@harperfast/rocksdb-js-linux-x64-musl": "0.1.10",
61
- "@harperfast/rocksdb-js-win32-arm64": "0.1.10",
62
- "@harperfast/rocksdb-js-win32-x64": "0.1.10"
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"
63
63
  },
64
64
  "engines": {
65
65
  "node": ">=18"