@harperfast/harper-pro 5.0.22 → 5.0.23
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/core/DESIGN.md +2 -0
- package/core/bin/copyDb.ts +21 -2
- package/core/package-lock.json +50 -38
- package/core/resources/RecordEncoder.ts +21 -3
- package/core/resources/blob.ts +18 -4
- package/core/resources/databases.ts +18 -0
- package/dist/core/bin/copyDb.js +22 -1
- package/dist/core/bin/copyDb.js.map +1 -1
- package/dist/core/resources/RecordEncoder.js +14 -2
- package/dist/core/resources/RecordEncoder.js.map +1 -1
- package/dist/core/resources/blob.js +19 -4
- package/dist/core/resources/blob.js.map +1 -1
- package/dist/core/resources/databases.js +20 -0
- package/dist/core/resources/databases.js.map +1 -1
- package/npm-shrinkwrap.json +50 -38
- package/package.json +2 -2
- package/studio/web/assets/{index-CKW3SZJG.js → index-1vGw6eGc.js} +5 -5
- package/studio/web/assets/{index-CKW3SZJG.js.map → index-1vGw6eGc.js.map} +1 -1
- package/studio/web/assets/{index.lazy-D9dMKjQH.js → index.lazy-9GQxZCwW.js} +2 -2
- package/studio/web/assets/{index.lazy-D9dMKjQH.js.map → index.lazy-9GQxZCwW.js.map} +1 -1
- package/studio/web/assets/{profile-DAsdweRg.js → profile-DQa37TIR.js} +2 -2
- package/studio/web/assets/{profile-DAsdweRg.js.map → profile-DQa37TIR.js.map} +1 -1
- package/studio/web/assets/{status-KVqwJsbk.js → status-DI-LWtGo.js} +2 -2
- package/studio/web/assets/{status-KVqwJsbk.js.map → status-DI-LWtGo.js.map} +1 -1
- package/studio/web/index.html +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harperfast/harper-pro",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.23",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@harperfast/harper-pro",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.23",
|
|
10
10
|
"license": "Elastic-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@aws-sdk/client-s3": "^3.1012.0",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@fastify/cors": "^11.2.0",
|
|
19
19
|
"@fastify/static": "^9.1.3",
|
|
20
20
|
"@harperfast/extended-iterable": "^1.0.1",
|
|
21
|
-
"@harperfast/rocksdb-js": "^1.
|
|
21
|
+
"@harperfast/rocksdb-js": "^1.4.0",
|
|
22
22
|
"@turf/area": "6.5.0",
|
|
23
23
|
"@turf/boolean-contains": "6.5.0",
|
|
24
24
|
"@turf/boolean-disjoint": "6.5.0",
|
|
@@ -2220,9 +2220,9 @@
|
|
|
2220
2220
|
"license": "Apache-2.0"
|
|
2221
2221
|
},
|
|
2222
2222
|
"node_modules/@harperfast/rocksdb-js": {
|
|
2223
|
-
"version": "1.
|
|
2224
|
-
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js/-/rocksdb-js-1.
|
|
2225
|
-
"integrity": "sha512-
|
|
2223
|
+
"version": "1.4.0",
|
|
2224
|
+
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js/-/rocksdb-js-1.4.0.tgz",
|
|
2225
|
+
"integrity": "sha512-Qa62jWYG5GO+OI3gEHJI3WyhzgA6OdFLthbmB7TRJJMa2Zu8s3psKuAnM0t2v963ohRFF4UbyRw24zt5PX3k3A==",
|
|
2226
2226
|
"license": "Apache-2.0",
|
|
2227
2227
|
"dependencies": {
|
|
2228
2228
|
"@harperfast/extended-iterable": "1.0.3",
|
|
@@ -2236,20 +2236,20 @@
|
|
|
2236
2236
|
"node": ">=18"
|
|
2237
2237
|
},
|
|
2238
2238
|
"optionalDependencies": {
|
|
2239
|
-
"@harperfast/rocksdb-js-darwin-arm64": "1.
|
|
2240
|
-
"@harperfast/rocksdb-js-darwin-x64": "1.
|
|
2241
|
-
"@harperfast/rocksdb-js-linux-arm64-glibc": "1.
|
|
2242
|
-
"@harperfast/rocksdb-js-linux-arm64-musl": "1.
|
|
2243
|
-
"@harperfast/rocksdb-js-linux-x64-glibc": "1.
|
|
2244
|
-
"@harperfast/rocksdb-js-linux-x64-musl": "1.
|
|
2245
|
-
"@harperfast/rocksdb-js-win32-arm64": "1.
|
|
2246
|
-
"@harperfast/rocksdb-js-win32-x64": "1.
|
|
2239
|
+
"@harperfast/rocksdb-js-darwin-arm64": "1.4.0",
|
|
2240
|
+
"@harperfast/rocksdb-js-darwin-x64": "1.4.0",
|
|
2241
|
+
"@harperfast/rocksdb-js-linux-arm64-glibc": "1.4.0",
|
|
2242
|
+
"@harperfast/rocksdb-js-linux-arm64-musl": "1.4.0",
|
|
2243
|
+
"@harperfast/rocksdb-js-linux-x64-glibc": "1.4.0",
|
|
2244
|
+
"@harperfast/rocksdb-js-linux-x64-musl": "1.4.0",
|
|
2245
|
+
"@harperfast/rocksdb-js-win32-arm64": "1.4.0",
|
|
2246
|
+
"@harperfast/rocksdb-js-win32-x64": "1.4.0"
|
|
2247
2247
|
}
|
|
2248
2248
|
},
|
|
2249
2249
|
"node_modules/@harperfast/rocksdb-js-darwin-arm64": {
|
|
2250
|
-
"version": "1.
|
|
2251
|
-
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js-darwin-arm64/-/rocksdb-js-darwin-arm64-1.
|
|
2252
|
-
"integrity": "sha512
|
|
2250
|
+
"version": "1.4.0",
|
|
2251
|
+
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js-darwin-arm64/-/rocksdb-js-darwin-arm64-1.4.0.tgz",
|
|
2252
|
+
"integrity": "sha512-78nT13T3P0Am0UfppPkMgUcTqS5Xx2ftXGl9IsmjWfrDawM1HOJt00n0GtPLoqOqrs80QVGbH9qgBZ22Bpty6Q==",
|
|
2253
2253
|
"cpu": [
|
|
2254
2254
|
"arm64"
|
|
2255
2255
|
],
|
|
@@ -2263,9 +2263,9 @@
|
|
|
2263
2263
|
}
|
|
2264
2264
|
},
|
|
2265
2265
|
"node_modules/@harperfast/rocksdb-js-darwin-x64": {
|
|
2266
|
-
"version": "1.
|
|
2267
|
-
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js-darwin-x64/-/rocksdb-js-darwin-x64-1.
|
|
2268
|
-
"integrity": "sha512-
|
|
2266
|
+
"version": "1.4.0",
|
|
2267
|
+
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js-darwin-x64/-/rocksdb-js-darwin-x64-1.4.0.tgz",
|
|
2268
|
+
"integrity": "sha512-Ck+m4bfaiGikq1I0IAHS8AELnRL+GeKB99hR8ASR7DRAvQqYGYbPtUQQUKIQk9/8S8LviKUfto/cla1nRAcslg==",
|
|
2269
2269
|
"cpu": [
|
|
2270
2270
|
"x64"
|
|
2271
2271
|
],
|
|
@@ -2279,12 +2279,15 @@
|
|
|
2279
2279
|
}
|
|
2280
2280
|
},
|
|
2281
2281
|
"node_modules/@harperfast/rocksdb-js-linux-arm64-glibc": {
|
|
2282
|
-
"version": "1.
|
|
2283
|
-
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js-linux-arm64-glibc/-/rocksdb-js-linux-arm64-glibc-1.
|
|
2284
|
-
"integrity": "sha512-
|
|
2282
|
+
"version": "1.4.0",
|
|
2283
|
+
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js-linux-arm64-glibc/-/rocksdb-js-linux-arm64-glibc-1.4.0.tgz",
|
|
2284
|
+
"integrity": "sha512-1yJkGMYR5Zh45j6joCu0cgQ+LPlsU0hjiPfv0f0cmXdjPiccXu7TemADjf3fnLz6p4p2VLP46s1fwJL7W+4lFw==",
|
|
2285
2285
|
"cpu": [
|
|
2286
2286
|
"arm64"
|
|
2287
2287
|
],
|
|
2288
|
+
"libc": [
|
|
2289
|
+
"glibc"
|
|
2290
|
+
],
|
|
2288
2291
|
"license": "Apache-2.0",
|
|
2289
2292
|
"optional": true,
|
|
2290
2293
|
"os": [
|
|
@@ -2295,12 +2298,15 @@
|
|
|
2295
2298
|
}
|
|
2296
2299
|
},
|
|
2297
2300
|
"node_modules/@harperfast/rocksdb-js-linux-arm64-musl": {
|
|
2298
|
-
"version": "1.
|
|
2299
|
-
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js-linux-arm64-musl/-/rocksdb-js-linux-arm64-musl-1.
|
|
2300
|
-
"integrity": "sha512-
|
|
2301
|
+
"version": "1.4.0",
|
|
2302
|
+
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js-linux-arm64-musl/-/rocksdb-js-linux-arm64-musl-1.4.0.tgz",
|
|
2303
|
+
"integrity": "sha512-wIUqCl95Fs7WL0Ecm2j6Lu9TAFMbeDageMn2MfzqTtjx6fcQRL9dPH9o8HfIOfQ6Q0T0HTPpRwBTAtryYLmcFA==",
|
|
2301
2304
|
"cpu": [
|
|
2302
2305
|
"arm64"
|
|
2303
2306
|
],
|
|
2307
|
+
"libc": [
|
|
2308
|
+
"musl"
|
|
2309
|
+
],
|
|
2304
2310
|
"license": "Apache-2.0",
|
|
2305
2311
|
"optional": true,
|
|
2306
2312
|
"os": [
|
|
@@ -2311,12 +2317,15 @@
|
|
|
2311
2317
|
}
|
|
2312
2318
|
},
|
|
2313
2319
|
"node_modules/@harperfast/rocksdb-js-linux-x64-glibc": {
|
|
2314
|
-
"version": "1.
|
|
2315
|
-
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js-linux-x64-glibc/-/rocksdb-js-linux-x64-glibc-1.
|
|
2316
|
-
"integrity": "sha512-
|
|
2320
|
+
"version": "1.4.0",
|
|
2321
|
+
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js-linux-x64-glibc/-/rocksdb-js-linux-x64-glibc-1.4.0.tgz",
|
|
2322
|
+
"integrity": "sha512-J8anAA31Dv6+h+Uu/mDlszQOoEZiTOGqrLVbWQ7/W5cET2pKZ9IC6NJjvG3rjkkFT82G+spqJ+aESY2yuEJv5Q==",
|
|
2317
2323
|
"cpu": [
|
|
2318
2324
|
"x64"
|
|
2319
2325
|
],
|
|
2326
|
+
"libc": [
|
|
2327
|
+
"glibc"
|
|
2328
|
+
],
|
|
2320
2329
|
"license": "Apache-2.0",
|
|
2321
2330
|
"optional": true,
|
|
2322
2331
|
"os": [
|
|
@@ -2327,12 +2336,15 @@
|
|
|
2327
2336
|
}
|
|
2328
2337
|
},
|
|
2329
2338
|
"node_modules/@harperfast/rocksdb-js-linux-x64-musl": {
|
|
2330
|
-
"version": "1.
|
|
2331
|
-
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js-linux-x64-musl/-/rocksdb-js-linux-x64-musl-1.
|
|
2332
|
-
"integrity": "sha512-
|
|
2339
|
+
"version": "1.4.0",
|
|
2340
|
+
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js-linux-x64-musl/-/rocksdb-js-linux-x64-musl-1.4.0.tgz",
|
|
2341
|
+
"integrity": "sha512-bHJvxKlx/UqeG++aLpEcm6DDzNeGvDWvBZ+LKstVmF4mNZnR/QZ8TX9dYEGHFHMB+/PVrotRzUaMA5jgjfaMFQ==",
|
|
2333
2342
|
"cpu": [
|
|
2334
2343
|
"x64"
|
|
2335
2344
|
],
|
|
2345
|
+
"libc": [
|
|
2346
|
+
"musl"
|
|
2347
|
+
],
|
|
2336
2348
|
"license": "Apache-2.0",
|
|
2337
2349
|
"optional": true,
|
|
2338
2350
|
"os": [
|
|
@@ -2343,9 +2355,9 @@
|
|
|
2343
2355
|
}
|
|
2344
2356
|
},
|
|
2345
2357
|
"node_modules/@harperfast/rocksdb-js-win32-arm64": {
|
|
2346
|
-
"version": "1.
|
|
2347
|
-
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js-win32-arm64/-/rocksdb-js-win32-arm64-1.
|
|
2348
|
-
"integrity": "sha512-
|
|
2358
|
+
"version": "1.4.0",
|
|
2359
|
+
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js-win32-arm64/-/rocksdb-js-win32-arm64-1.4.0.tgz",
|
|
2360
|
+
"integrity": "sha512-r6F+ZQWZmppu4mkuZwlyYDaXWXZ/AQldP2qdIRhICxXNfxcvQUxW0+CKmfnor3X3GNk46ThIaP7tM08fu7/Zag==",
|
|
2349
2361
|
"cpu": [
|
|
2350
2362
|
"arm64"
|
|
2351
2363
|
],
|
|
@@ -2359,9 +2371,9 @@
|
|
|
2359
2371
|
}
|
|
2360
2372
|
},
|
|
2361
2373
|
"node_modules/@harperfast/rocksdb-js-win32-x64": {
|
|
2362
|
-
"version": "1.
|
|
2363
|
-
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js-win32-x64/-/rocksdb-js-win32-x64-1.
|
|
2364
|
-
"integrity": "sha512-
|
|
2374
|
+
"version": "1.4.0",
|
|
2375
|
+
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js-win32-x64/-/rocksdb-js-win32-x64-1.4.0.tgz",
|
|
2376
|
+
"integrity": "sha512-msYlg3D2sm33sw7Uyiuxw04Jt8mrzcKOhjHFZbGAM9bqlUE0lar3txcO03oHwcKYVyoIEsnYgyddQFHdRLAU+A==",
|
|
2365
2377
|
"cpu": [
|
|
2366
2378
|
"x64"
|
|
2367
2379
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harperfast/harper-pro",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.23",
|
|
4
4
|
"description": "Harper is a distributed database, caching service, streaming broker, and application development platform focused on performance and ease of use.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"database",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"@fastify/cors": "^11.2.0",
|
|
128
128
|
"@fastify/static": "^9.1.3",
|
|
129
129
|
"@harperfast/extended-iterable": "^1.0.1",
|
|
130
|
-
"@harperfast/rocksdb-js": "^1.
|
|
130
|
+
"@harperfast/rocksdb-js": "^1.4.0",
|
|
131
131
|
"@turf/area": "6.5.0",
|
|
132
132
|
"@turf/boolean-contains": "6.5.0",
|
|
133
133
|
"@turf/boolean-disjoint": "6.5.0",
|