@harperfast/rocksdb-js 0.1.6 → 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/README.md +7 -6
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +41 -41
package/package.json
CHANGED
|
@@ -1,8 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harperfast/rocksdb-js",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "RocksDB binding for Node.js",
|
|
5
|
+
"homepage": "https://github.com/HarperFast/rocksdb-js",
|
|
6
|
+
"bugs": [
|
|
7
|
+
{
|
|
8
|
+
"type": "link",
|
|
9
|
+
"url": "https://github.com/HarperFast/rocksdb-js/issues"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
5
12
|
"license": "Apache-2.0",
|
|
13
|
+
"repository": {
|
|
14
|
+
"type": "git",
|
|
15
|
+
"url": "https://github.com/HarperFast/rocksdb-js"
|
|
16
|
+
},
|
|
17
|
+
"files": [
|
|
18
|
+
"dist"
|
|
19
|
+
],
|
|
20
|
+
"type": "module",
|
|
6
21
|
"main": "./dist/index.cjs",
|
|
7
22
|
"module": "./dist/index.mjs",
|
|
8
23
|
"exports": {
|
|
@@ -12,11 +27,6 @@
|
|
|
12
27
|
"require": "./dist/index.cjs"
|
|
13
28
|
}
|
|
14
29
|
},
|
|
15
|
-
"type": "module",
|
|
16
|
-
"gypfile": true,
|
|
17
|
-
"files": [
|
|
18
|
-
"dist"
|
|
19
|
-
],
|
|
20
30
|
"dependencies": {
|
|
21
31
|
"@harperfast/extended-iterable": "1.0.3",
|
|
22
32
|
"msgpackr": "1.11.8",
|
|
@@ -24,15 +34,15 @@
|
|
|
24
34
|
},
|
|
25
35
|
"devDependencies": {
|
|
26
36
|
"@rollup/plugin-replace": "6.0.3",
|
|
27
|
-
"@types/node": "25.
|
|
37
|
+
"@types/node": "25.3.0",
|
|
28
38
|
"@vitest/coverage-v8": "4.0.18",
|
|
29
39
|
"cross-env": "10.1.0",
|
|
30
|
-
"dotenv": "17.
|
|
31
|
-
"
|
|
32
|
-
"lefthook": "2.1.0",
|
|
40
|
+
"dotenv": "17.3.1",
|
|
41
|
+
"lefthook": "2.1.1",
|
|
33
42
|
"lmdb": "3.5.1",
|
|
34
43
|
"node-gyp": "12.2.0",
|
|
35
|
-
"
|
|
44
|
+
"oxfmt": "0.33.0",
|
|
45
|
+
"oxlint": "1.48.0",
|
|
36
46
|
"prebuildify": "6.0.1",
|
|
37
47
|
"semver": "7.7.4",
|
|
38
48
|
"tsdown": "0.20.3",
|
|
@@ -41,35 +51,25 @@
|
|
|
41
51
|
"typescript": "5.9.3",
|
|
42
52
|
"vitest": "4.0.18"
|
|
43
53
|
},
|
|
54
|
+
"optionalDependencies": {
|
|
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
|
+
},
|
|
44
64
|
"engines": {
|
|
45
65
|
"node": ">=18"
|
|
46
66
|
},
|
|
67
|
+
"gypfile": true,
|
|
47
68
|
"rocksdb": {
|
|
48
69
|
"version": "10.10.1"
|
|
49
70
|
},
|
|
50
|
-
"homepage": "https://github.com/HarperFast/rocksdb-js",
|
|
51
|
-
"bugs": [
|
|
52
|
-
{
|
|
53
|
-
"type": "link",
|
|
54
|
-
"url": "https://github.com/HarperFast/rocksdb-js/issues"
|
|
55
|
-
}
|
|
56
|
-
],
|
|
57
|
-
"repository": {
|
|
58
|
-
"type": "git",
|
|
59
|
-
"url": "https://github.com/HarperFast/rocksdb-js"
|
|
60
|
-
},
|
|
61
|
-
"optionalDependencies": {
|
|
62
|
-
"@harperfast/rocksdb-js-darwin-arm64": "0.1.6",
|
|
63
|
-
"@harperfast/rocksdb-js-darwin-x64": "0.1.6",
|
|
64
|
-
"@harperfast/rocksdb-js-linux-arm64-glibc": "0.1.6",
|
|
65
|
-
"@harperfast/rocksdb-js-linux-x64-glibc": "0.1.6",
|
|
66
|
-
"@harperfast/rocksdb-js-linux-arm64-musl": "0.1.6",
|
|
67
|
-
"@harperfast/rocksdb-js-linux-x64-musl": "0.1.6",
|
|
68
|
-
"@harperfast/rocksdb-js-win32-arm64": "0.1.6",
|
|
69
|
-
"@harperfast/rocksdb-js-win32-x64": "0.1.6"
|
|
70
|
-
},
|
|
71
71
|
"scripts": {
|
|
72
|
-
"bench": "cross-env CI=1 vitest bench --passWithNoTests --outputJson benchmark-results.json",
|
|
72
|
+
"bench": "cross-env CI=1 node --expose-gc ./node_modules/vitest/vitest.mjs bench --passWithNoTests --outputJson benchmark-results.json",
|
|
73
73
|
"bench:bun": "cross-env CI=1 bun --bun bench",
|
|
74
74
|
"bench:deno": "cross-env CI=1 deno run --allow-all --sloppy-imports ./node_modules/vitest/vitest.mjs bench",
|
|
75
75
|
"build": "pnpm build:bundle && pnpm rebuild",
|
|
@@ -77,18 +77,18 @@
|
|
|
77
77
|
"build:binding:debug": "node-gyp build --coverage --debug --verbose",
|
|
78
78
|
"build:bundle": "node scripts/clean-dist.mjs && tsdown -c tsdown.config.ts",
|
|
79
79
|
"build:bundle:minify": "cross-env MINIFY=1 pnpm build:bundle",
|
|
80
|
-
"check": "pnpm type-check && pnpm lint",
|
|
80
|
+
"check": "pnpm type-check && pnpm lint && pnpm fmt:check",
|
|
81
81
|
"clean": "node-gyp clean",
|
|
82
|
-
"coverage": "tsx scripts/coverage/main.ts
|
|
83
|
-
"
|
|
84
|
-
"
|
|
82
|
+
"coverage": "tsx scripts/coverage/main.ts",
|
|
83
|
+
"fmt": "oxfmt",
|
|
84
|
+
"fmt:check": "oxfmt --check",
|
|
85
85
|
"lint": "oxlint",
|
|
86
86
|
"rebuild": "node-gyp rebuild",
|
|
87
87
|
"rebuild:debug": "node-gyp rebuild --coverage --debug --verbose",
|
|
88
|
-
"test": "cross-env CI=1 node --expose-gc ./node_modules/vitest/vitest.mjs --reporter=verbose
|
|
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
|
|
91
|
-
"test:stress": "cross-env CI=1 node --expose-gc ./node_modules/vitest/vitest.mjs --reporter=verbose --config=vitest-stress.config.ts
|
|
88
|
+
"test": "cross-env CI=1 node --expose-gc ./node_modules/vitest/vitest.mjs --reporter=verbose",
|
|
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",
|
|
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
|
}
|
|
94
94
|
}
|