@harperfast/rocksdb-js 0.1.7 → 0.1.8

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
@@ -1816,7 +1816,7 @@ function loadLastPosition(transactionLog, readUncommitted) {
1816
1816
  //#region src/index.ts
1817
1817
  const versions = {
1818
1818
  rocksdb: version,
1819
- "rocksdb-js": "0.1.7"
1819
+ "rocksdb-js": "0.1.8"
1820
1820
  };
1821
1821
 
1822
1822
  //#endregion
package/dist/index.mjs CHANGED
@@ -1791,7 +1791,7 @@ function loadLastPosition(transactionLog, readUncommitted) {
1791
1791
  //#region src/index.ts
1792
1792
  const versions = {
1793
1793
  rocksdb: version,
1794
- "rocksdb-js": "0.1.7"
1794
+ "rocksdb-js": "0.1.8"
1795
1795
  };
1796
1796
 
1797
1797
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harperfast/rocksdb-js",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "RocksDB binding for Node.js",
5
5
  "homepage": "https://github.com/HarperFast/rocksdb-js",
6
6
  "bugs": [
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@rollup/plugin-replace": "6.0.3",
37
- "@types/node": "25.2.3",
37
+ "@types/node": "25.3.0",
38
38
  "@vitest/coverage-v8": "4.0.18",
39
39
  "cross-env": "10.1.0",
40
40
  "dotenv": "17.3.1",
@@ -52,14 +52,14 @@
52
52
  "vitest": "4.0.18"
53
53
  },
54
54
  "optionalDependencies": {
55
- "@harperfast/rocksdb-js-darwin-arm64": "0.1.7",
56
- "@harperfast/rocksdb-js-darwin-x64": "0.1.7",
57
- "@harperfast/rocksdb-js-linux-arm64-glibc": "0.1.7",
58
- "@harperfast/rocksdb-js-linux-arm64-musl": "0.1.7",
59
- "@harperfast/rocksdb-js-linux-x64-glibc": "0.1.7",
60
- "@harperfast/rocksdb-js-linux-x64-musl": "0.1.7",
61
- "@harperfast/rocksdb-js-win32-arm64": "0.1.7",
62
- "@harperfast/rocksdb-js-win32-x64": "0.1.7"
55
+ "@harperfast/rocksdb-js-darwin-arm64": "0.1.8",
56
+ "@harperfast/rocksdb-js-darwin-x64": "0.1.8",
57
+ "@harperfast/rocksdb-js-linux-arm64-glibc": "0.1.8",
58
+ "@harperfast/rocksdb-js-linux-arm64-musl": "0.1.8",
59
+ "@harperfast/rocksdb-js-linux-x64-glibc": "0.1.8",
60
+ "@harperfast/rocksdb-js-linux-x64-musl": "0.1.8",
61
+ "@harperfast/rocksdb-js-win32-arm64": "0.1.8",
62
+ "@harperfast/rocksdb-js-win32-x64": "0.1.8"
63
63
  },
64
64
  "engines": {
65
65
  "node": ">=18"