harperdb 4.5.15 → 4.5.16
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 +1 -1
- package/bin/harperdb.js +1 -1
- package/bin/lite.js +1 -1
- package/launchServiceScripts/launchNatsIngestService.js +1 -1
- package/launchServiceScripts/launchNatsReplyService.js +1 -1
- package/launchServiceScripts/launchUpdateNodes4-0-0.js +1 -1
- package/npm-shrinkwrap.json +77 -63
- package/package.json +2 -2
- package/server/jobs/jobProcess.js +1 -1
- package/server/threads/threadServer.js +1 -1
- package/utility/scripts/restartHdb.js +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "harperdb",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.16",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "harperdb",
|
|
9
|
-
"version": "4.5.
|
|
9
|
+
"version": "4.5.16",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "SEE LICENSE IN LICENSE",
|
|
12
12
|
"dependencies": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"json2csv": "5.0.7",
|
|
49
49
|
"jsonata": "1.8.7",
|
|
50
50
|
"jsonwebtoken": "9.0.2",
|
|
51
|
-
"lmdb": "3.2
|
|
51
|
+
"lmdb": "3.4.2",
|
|
52
52
|
"lodash": "4.17.21",
|
|
53
53
|
"mathjs": "11.12.0",
|
|
54
54
|
"minimist": "1.2.8",
|
|
@@ -1071,9 +1071,9 @@
|
|
|
1071
1071
|
}
|
|
1072
1072
|
},
|
|
1073
1073
|
"node_modules/@babel/runtime": {
|
|
1074
|
-
"version": "7.
|
|
1075
|
-
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.
|
|
1076
|
-
"integrity": "sha512-
|
|
1074
|
+
"version": "7.28.2",
|
|
1075
|
+
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.2.tgz",
|
|
1076
|
+
"integrity": "sha512-KHp2IflsnGywDjBWDkR9iEqiWSpc8GIi0lgTT3mOElT0PP1tG26P4tmFI2YvAdzgq9RGyoHZQEIEdZy6Ec5xCA==",
|
|
1077
1077
|
"license": "MIT",
|
|
1078
1078
|
"engines": {
|
|
1079
1079
|
"node": ">=6.9.0"
|
|
@@ -1112,9 +1112,9 @@
|
|
|
1112
1112
|
}
|
|
1113
1113
|
},
|
|
1114
1114
|
"node_modules/@babel/types": {
|
|
1115
|
-
"version": "7.28.
|
|
1116
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.
|
|
1117
|
-
"integrity": "sha512-
|
|
1115
|
+
"version": "7.28.2",
|
|
1116
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz",
|
|
1117
|
+
"integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
|
|
1118
1118
|
"license": "MIT",
|
|
1119
1119
|
"dependencies": {
|
|
1120
1120
|
"@babel/helper-string-parser": "^7.27.1",
|
|
@@ -1503,9 +1503,9 @@
|
|
|
1503
1503
|
}
|
|
1504
1504
|
},
|
|
1505
1505
|
"node_modules/@lmdb/lmdb-darwin-arm64": {
|
|
1506
|
-
"version": "3.2
|
|
1507
|
-
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-3.2.
|
|
1508
|
-
"integrity": "sha512-
|
|
1506
|
+
"version": "3.4.2",
|
|
1507
|
+
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-3.4.2.tgz",
|
|
1508
|
+
"integrity": "sha512-NK80WwDoODyPaSazKbzd3NEJ3ygePrkERilZshxBViBARNz21rmediktGHExoj9n5t9+ChlgLlxecdFKLCuCKg==",
|
|
1509
1509
|
"cpu": [
|
|
1510
1510
|
"arm64"
|
|
1511
1511
|
],
|
|
@@ -1516,9 +1516,9 @@
|
|
|
1516
1516
|
]
|
|
1517
1517
|
},
|
|
1518
1518
|
"node_modules/@lmdb/lmdb-darwin-x64": {
|
|
1519
|
-
"version": "3.2
|
|
1520
|
-
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-x64/-/lmdb-darwin-x64-3.2.
|
|
1521
|
-
"integrity": "sha512-
|
|
1519
|
+
"version": "3.4.2",
|
|
1520
|
+
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-x64/-/lmdb-darwin-x64-3.4.2.tgz",
|
|
1521
|
+
"integrity": "sha512-zevaowQNmrp3U7Fz1s9pls5aIgpKRsKb3dZWDINtLiozh3jZI9fBrI19lYYBxqdyiIyNdlyiidPnwPShj4aK+w==",
|
|
1522
1522
|
"cpu": [
|
|
1523
1523
|
"x64"
|
|
1524
1524
|
],
|
|
@@ -1529,9 +1529,9 @@
|
|
|
1529
1529
|
]
|
|
1530
1530
|
},
|
|
1531
1531
|
"node_modules/@lmdb/lmdb-linux-arm": {
|
|
1532
|
-
"version": "3.2
|
|
1533
|
-
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-3.2.
|
|
1534
|
-
"integrity": "sha512
|
|
1532
|
+
"version": "3.4.2",
|
|
1533
|
+
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-3.4.2.tgz",
|
|
1534
|
+
"integrity": "sha512-OmHCULY17rkx/RoCoXlzU7LyR8xqrksgdYWwtYa14l/sseezZ8seKWXcogHcjulBddER5NnEFV4L/Jtr2nyxeg==",
|
|
1535
1535
|
"cpu": [
|
|
1536
1536
|
"arm"
|
|
1537
1537
|
],
|
|
@@ -1542,9 +1542,9 @@
|
|
|
1542
1542
|
]
|
|
1543
1543
|
},
|
|
1544
1544
|
"node_modules/@lmdb/lmdb-linux-arm64": {
|
|
1545
|
-
"version": "3.2
|
|
1546
|
-
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-3.2.
|
|
1547
|
-
"integrity": "sha512-
|
|
1545
|
+
"version": "3.4.2",
|
|
1546
|
+
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-3.4.2.tgz",
|
|
1547
|
+
"integrity": "sha512-ZBEfbNZdkneebvZs98Lq30jMY8V9IJzckVeigGivV7nTHJc+89Ctomp1kAIWKlwIG0ovCDrFI448GzFPORANYg==",
|
|
1548
1548
|
"cpu": [
|
|
1549
1549
|
"arm64"
|
|
1550
1550
|
],
|
|
@@ -1555,9 +1555,9 @@
|
|
|
1555
1555
|
]
|
|
1556
1556
|
},
|
|
1557
1557
|
"node_modules/@lmdb/lmdb-linux-x64": {
|
|
1558
|
-
"version": "3.2
|
|
1559
|
-
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-3.2.
|
|
1560
|
-
"integrity": "sha512-
|
|
1558
|
+
"version": "3.4.2",
|
|
1559
|
+
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-3.4.2.tgz",
|
|
1560
|
+
"integrity": "sha512-vL9nM17C77lohPYE4YaAQvfZCSVJSryE4fXdi8M7uWPBnU+9DJabgKVAeyDb84ZM2vcFseoBE4/AagVtJeRE7g==",
|
|
1561
1561
|
"cpu": [
|
|
1562
1562
|
"x64"
|
|
1563
1563
|
],
|
|
@@ -1567,10 +1567,23 @@
|
|
|
1567
1567
|
"linux"
|
|
1568
1568
|
]
|
|
1569
1569
|
},
|
|
1570
|
+
"node_modules/@lmdb/lmdb-win32-arm64": {
|
|
1571
|
+
"version": "3.4.2",
|
|
1572
|
+
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-win32-arm64/-/lmdb-win32-arm64-3.4.2.tgz",
|
|
1573
|
+
"integrity": "sha512-SXWjdBfNDze4ZPeLtYIzsIeDJDJ/SdsA0pEXcUBayUIMO0FQBHfVZZyHXQjjHr4cvOAzANBgIiqaXRwfMhzmLw==",
|
|
1574
|
+
"cpu": [
|
|
1575
|
+
"arm64"
|
|
1576
|
+
],
|
|
1577
|
+
"license": "MIT",
|
|
1578
|
+
"optional": true,
|
|
1579
|
+
"os": [
|
|
1580
|
+
"win32"
|
|
1581
|
+
]
|
|
1582
|
+
},
|
|
1570
1583
|
"node_modules/@lmdb/lmdb-win32-x64": {
|
|
1571
|
-
"version": "3.2
|
|
1572
|
-
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-3.2.
|
|
1573
|
-
"integrity": "sha512-
|
|
1584
|
+
"version": "3.4.2",
|
|
1585
|
+
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-3.4.2.tgz",
|
|
1586
|
+
"integrity": "sha512-IY+r3bxKW6Q6sIPiMC0L533DEfRJSXibjSI3Ft/w9Q8KQBNqEIvUFXt+09wV8S5BRk0a8uSF19YWxuRwEfI90g==",
|
|
1574
1587
|
"cpu": [
|
|
1575
1588
|
"x64"
|
|
1576
1589
|
],
|
|
@@ -2016,9 +2029,9 @@
|
|
|
2016
2029
|
}
|
|
2017
2030
|
},
|
|
2018
2031
|
"node_modules/@smithy/core": {
|
|
2019
|
-
"version": "3.7.
|
|
2020
|
-
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.7.
|
|
2021
|
-
"integrity": "sha512-
|
|
2032
|
+
"version": "3.7.2",
|
|
2033
|
+
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.7.2.tgz",
|
|
2034
|
+
"integrity": "sha512-JoLw59sT5Bm8SAjFCYZyuCGxK8y3vovmoVbZWLDPTH5XpPEIwpFd9m90jjVMwoypDuB/SdVgje5Y4T7w50lJaw==",
|
|
2022
2035
|
"license": "Apache-2.0",
|
|
2023
2036
|
"dependencies": {
|
|
2024
2037
|
"@smithy/middleware-serde": "^4.0.8",
|
|
@@ -2235,12 +2248,12 @@
|
|
|
2235
2248
|
}
|
|
2236
2249
|
},
|
|
2237
2250
|
"node_modules/@smithy/middleware-endpoint": {
|
|
2238
|
-
"version": "4.1.
|
|
2239
|
-
"resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.1.
|
|
2240
|
-
"integrity": "sha512-
|
|
2251
|
+
"version": "4.1.17",
|
|
2252
|
+
"resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.1.17.tgz",
|
|
2253
|
+
"integrity": "sha512-S3hSGLKmHG1m35p/MObQCBCdRsrpbPU8B129BVzRqRfDvQqPMQ14iO4LyRw+7LNizYc605COYAcjqgawqi+6jA==",
|
|
2241
2254
|
"license": "Apache-2.0",
|
|
2242
2255
|
"dependencies": {
|
|
2243
|
-
"@smithy/core": "^3.7.
|
|
2256
|
+
"@smithy/core": "^3.7.2",
|
|
2244
2257
|
"@smithy/middleware-serde": "^4.0.8",
|
|
2245
2258
|
"@smithy/node-config-provider": "^4.1.3",
|
|
2246
2259
|
"@smithy/shared-ini-file-loader": "^4.0.4",
|
|
@@ -2254,15 +2267,15 @@
|
|
|
2254
2267
|
}
|
|
2255
2268
|
},
|
|
2256
2269
|
"node_modules/@smithy/middleware-retry": {
|
|
2257
|
-
"version": "4.1.
|
|
2258
|
-
"resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.1.
|
|
2259
|
-
"integrity": "sha512-
|
|
2270
|
+
"version": "4.1.18",
|
|
2271
|
+
"resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.1.18.tgz",
|
|
2272
|
+
"integrity": "sha512-bYLZ4DkoxSsPxpdmeapvAKy7rM5+25gR7PGxq2iMiecmbrRGBHj9s75N74Ylg+aBiw9i5jIowC/cLU2NR0qH8w==",
|
|
2260
2273
|
"license": "Apache-2.0",
|
|
2261
2274
|
"dependencies": {
|
|
2262
2275
|
"@smithy/node-config-provider": "^4.1.3",
|
|
2263
2276
|
"@smithy/protocol-http": "^5.1.2",
|
|
2264
2277
|
"@smithy/service-error-classification": "^4.0.6",
|
|
2265
|
-
"@smithy/smithy-client": "^4.4.
|
|
2278
|
+
"@smithy/smithy-client": "^4.4.9",
|
|
2266
2279
|
"@smithy/types": "^4.3.1",
|
|
2267
2280
|
"@smithy/util-middleware": "^4.0.4",
|
|
2268
2281
|
"@smithy/util-retry": "^4.0.6",
|
|
@@ -2442,13 +2455,13 @@
|
|
|
2442
2455
|
}
|
|
2443
2456
|
},
|
|
2444
2457
|
"node_modules/@smithy/smithy-client": {
|
|
2445
|
-
"version": "4.4.
|
|
2446
|
-
"resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.4.
|
|
2447
|
-
"integrity": "sha512-
|
|
2458
|
+
"version": "4.4.9",
|
|
2459
|
+
"resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.4.9.tgz",
|
|
2460
|
+
"integrity": "sha512-mbMg8mIUAWwMmb74LoYiArP04zWElPzDoA1jVOp3or0cjlDMgoS6WTC3QXK0Vxoc9I4zdrX0tq6qsOmaIoTWEQ==",
|
|
2448
2461
|
"license": "Apache-2.0",
|
|
2449
2462
|
"dependencies": {
|
|
2450
|
-
"@smithy/core": "^3.7.
|
|
2451
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
2463
|
+
"@smithy/core": "^3.7.2",
|
|
2464
|
+
"@smithy/middleware-endpoint": "^4.1.17",
|
|
2452
2465
|
"@smithy/middleware-stack": "^4.0.4",
|
|
2453
2466
|
"@smithy/protocol-http": "^5.1.2",
|
|
2454
2467
|
"@smithy/types": "^4.3.1",
|
|
@@ -2549,13 +2562,13 @@
|
|
|
2549
2562
|
}
|
|
2550
2563
|
},
|
|
2551
2564
|
"node_modules/@smithy/util-defaults-mode-browser": {
|
|
2552
|
-
"version": "4.0.
|
|
2553
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.0.
|
|
2554
|
-
"integrity": "sha512-
|
|
2565
|
+
"version": "4.0.25",
|
|
2566
|
+
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.0.25.tgz",
|
|
2567
|
+
"integrity": "sha512-pxEWsxIsOPLfKNXvpgFHBGFC3pKYKUFhrud1kyooO9CJai6aaKDHfT10Mi5iiipPXN/JhKAu3qX9o75+X85OdQ==",
|
|
2555
2568
|
"license": "Apache-2.0",
|
|
2556
2569
|
"dependencies": {
|
|
2557
2570
|
"@smithy/property-provider": "^4.0.4",
|
|
2558
|
-
"@smithy/smithy-client": "^4.4.
|
|
2571
|
+
"@smithy/smithy-client": "^4.4.9",
|
|
2559
2572
|
"@smithy/types": "^4.3.1",
|
|
2560
2573
|
"bowser": "^2.11.0",
|
|
2561
2574
|
"tslib": "^2.6.2"
|
|
@@ -2565,16 +2578,16 @@
|
|
|
2565
2578
|
}
|
|
2566
2579
|
},
|
|
2567
2580
|
"node_modules/@smithy/util-defaults-mode-node": {
|
|
2568
|
-
"version": "4.0.
|
|
2569
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.0.
|
|
2570
|
-
"integrity": "sha512
|
|
2581
|
+
"version": "4.0.25",
|
|
2582
|
+
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.0.25.tgz",
|
|
2583
|
+
"integrity": "sha512-+w4n4hKFayeCyELZLfsSQG5mCC3TwSkmRHv4+el5CzFU8ToQpYGhpV7mrRzqlwKkntlPilT1HJy1TVeEvEjWOQ==",
|
|
2571
2584
|
"license": "Apache-2.0",
|
|
2572
2585
|
"dependencies": {
|
|
2573
2586
|
"@smithy/config-resolver": "^4.1.4",
|
|
2574
2587
|
"@smithy/credential-provider-imds": "^4.0.6",
|
|
2575
2588
|
"@smithy/node-config-provider": "^4.1.3",
|
|
2576
2589
|
"@smithy/property-provider": "^4.0.4",
|
|
2577
|
-
"@smithy/smithy-client": "^4.4.
|
|
2590
|
+
"@smithy/smithy-client": "^4.4.9",
|
|
2578
2591
|
"@smithy/types": "^4.3.1",
|
|
2579
2592
|
"tslib": "^2.6.2"
|
|
2580
2593
|
},
|
|
@@ -2961,9 +2974,9 @@
|
|
|
2961
2974
|
"license": "MIT"
|
|
2962
2975
|
},
|
|
2963
2976
|
"node_modules/@types/node": {
|
|
2964
|
-
"version": "24.0
|
|
2965
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.
|
|
2966
|
-
"integrity": "sha512-
|
|
2977
|
+
"version": "24.1.0",
|
|
2978
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.1.0.tgz",
|
|
2979
|
+
"integrity": "sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w==",
|
|
2967
2980
|
"license": "MIT",
|
|
2968
2981
|
"dependencies": {
|
|
2969
2982
|
"undici-types": "~7.8.0"
|
|
@@ -5592,9 +5605,9 @@
|
|
|
5592
5605
|
}
|
|
5593
5606
|
},
|
|
5594
5607
|
"node_modules/lmdb": {
|
|
5595
|
-
"version": "3.2
|
|
5596
|
-
"resolved": "https://registry.npmjs.org/lmdb/-/lmdb-3.2.
|
|
5597
|
-
"integrity": "sha512-
|
|
5608
|
+
"version": "3.4.2",
|
|
5609
|
+
"resolved": "https://registry.npmjs.org/lmdb/-/lmdb-3.4.2.tgz",
|
|
5610
|
+
"integrity": "sha512-nwVGUfTBUwJKXd6lRV8pFNfnrCC1+l49ESJRM19t/tFb/97QfJEixe5DYRvug5JO7DSFKoKaVy7oGMt5rVqZvg==",
|
|
5598
5611
|
"hasInstallScript": true,
|
|
5599
5612
|
"license": "MIT",
|
|
5600
5613
|
"dependencies": {
|
|
@@ -5608,12 +5621,13 @@
|
|
|
5608
5621
|
"download-lmdb-prebuilds": "bin/download-prebuilds.js"
|
|
5609
5622
|
},
|
|
5610
5623
|
"optionalDependencies": {
|
|
5611
|
-
"@lmdb/lmdb-darwin-arm64": "3.2
|
|
5612
|
-
"@lmdb/lmdb-darwin-x64": "3.2
|
|
5613
|
-
"@lmdb/lmdb-linux-arm": "3.2
|
|
5614
|
-
"@lmdb/lmdb-linux-arm64": "3.2
|
|
5615
|
-
"@lmdb/lmdb-linux-x64": "3.2
|
|
5616
|
-
"@lmdb/lmdb-win32-
|
|
5624
|
+
"@lmdb/lmdb-darwin-arm64": "3.4.2",
|
|
5625
|
+
"@lmdb/lmdb-darwin-x64": "3.4.2",
|
|
5626
|
+
"@lmdb/lmdb-linux-arm": "3.4.2",
|
|
5627
|
+
"@lmdb/lmdb-linux-arm64": "3.4.2",
|
|
5628
|
+
"@lmdb/lmdb-linux-x64": "3.4.2",
|
|
5629
|
+
"@lmdb/lmdb-win32-arm64": "3.4.2",
|
|
5630
|
+
"@lmdb/lmdb-win32-x64": "3.4.2"
|
|
5617
5631
|
}
|
|
5618
5632
|
},
|
|
5619
5633
|
"node_modules/lmdb/node_modules/node-addon-api": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "harperdb",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.16",
|
|
4
4
|
"description": "HarperDB 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",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"json2csv": "5.0.7",
|
|
82
82
|
"jsonata": "1.8.7",
|
|
83
83
|
"jsonwebtoken": "9.0.2",
|
|
84
|
-
"lmdb": "3.2
|
|
84
|
+
"lmdb": "3.4.2",
|
|
85
85
|
"lodash": "4.17.21",
|
|
86
86
|
"mathjs": "11.12.0",
|
|
87
87
|
"minimist": "1.2.8",
|