@harperfast/rocksdb-js 0.1.4 → 0.1.5

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
@@ -1811,7 +1811,7 @@ function loadLastPosition(transactionLog, readUncommitted) {
1811
1811
  //#region src/index.ts
1812
1812
  const versions = {
1813
1813
  rocksdb: version,
1814
- "rocksdb-js": "0.1.4"
1814
+ "rocksdb-js": "0.1.5"
1815
1815
  };
1816
1816
 
1817
1817
  //#endregion
package/dist/index.mjs CHANGED
@@ -1786,7 +1786,7 @@ function loadLastPosition(transactionLog, readUncommitted) {
1786
1786
  //#region src/index.ts
1787
1787
  const versions = {
1788
1788
  rocksdb: version,
1789
- "rocksdb-js": "0.1.4"
1789
+ "rocksdb-js": "0.1.5"
1790
1790
  };
1791
1791
 
1792
1792
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harperfast/rocksdb-js",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "RocksDB binding for Node.js",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./dist/index.cjs",
@@ -59,14 +59,14 @@
59
59
  "url": "https://github.com/HarperFast/rocksdb-js"
60
60
  },
61
61
  "optionalDependencies": {
62
- "@harperfast/rocksdb-js-darwin-arm64": "0.1.4",
63
- "@harperfast/rocksdb-js-darwin-x64": "0.1.4",
64
- "@harperfast/rocksdb-js-linux-arm64-glibc": "0.1.4",
65
- "@harperfast/rocksdb-js-linux-x64-glibc": "0.1.4",
66
- "@harperfast/rocksdb-js-linux-arm64-musl": "0.1.4",
67
- "@harperfast/rocksdb-js-linux-x64-musl": "0.1.4",
68
- "@harperfast/rocksdb-js-win32-arm64": "0.1.4",
69
- "@harperfast/rocksdb-js-win32-x64": "0.1.4"
62
+ "@harperfast/rocksdb-js-darwin-arm64": "0.1.5",
63
+ "@harperfast/rocksdb-js-darwin-x64": "0.1.5",
64
+ "@harperfast/rocksdb-js-linux-arm64-glibc": "0.1.5",
65
+ "@harperfast/rocksdb-js-linux-x64-glibc": "0.1.5",
66
+ "@harperfast/rocksdb-js-linux-arm64-musl": "0.1.5",
67
+ "@harperfast/rocksdb-js-linux-x64-musl": "0.1.5",
68
+ "@harperfast/rocksdb-js-win32-arm64": "0.1.5",
69
+ "@harperfast/rocksdb-js-win32-x64": "0.1.5"
70
70
  },
71
71
  "scripts": {
72
72
  "bench": "cross-env CI=1 vitest bench --passWithNoTests --outputJson benchmark-results.json",