harperdb 4.4.16 → 4.4.18
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 +52 -52
- package/bin/lite.js +50 -50
- package/launchServiceScripts/launchInstallNATSServer.js +3 -3
- package/launchServiceScripts/launchNatsIngestService.js +50 -50
- package/launchServiceScripts/launchNatsReplyService.js +50 -50
- package/launchServiceScripts/launchUpdateNodes4-0-0.js +50 -50
- package/npm-shrinkwrap.json +33 -39
- package/package.json +1 -1
- package/resources/Table.d.ts +2 -1
- package/resources/databases.d.ts +2 -1
- package/server/jobs/jobProcess.js +49 -49
- package/server/threads/threadServer.js +50 -50
- package/studio/build-local/asset-manifest.json +2 -2
- package/studio/build-local/index.html +1 -1
- package/studio/build-local/static/js/{main.be3fea91.js → main.0f2bc3b5.js} +2 -2
- package/utility/scripts/restartHdb.js +51 -51
- /package/studio/build-local/static/js/{main.be3fea91.js.LICENSE.txt → main.0f2bc3b5.js.LICENSE.txt} +0 -0
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "harperdb",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.18",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "harperdb",
|
|
9
|
-
"version": "4.4.
|
|
9
|
+
"version": "4.4.18",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "SEE LICENSE IN LICENSE",
|
|
12
12
|
"dependencies": {
|
|
@@ -1106,12 +1106,12 @@
|
|
|
1106
1106
|
}
|
|
1107
1107
|
},
|
|
1108
1108
|
"node_modules/@babel/parser": {
|
|
1109
|
-
"version": "7.26.
|
|
1110
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.
|
|
1111
|
-
"integrity": "sha512-
|
|
1109
|
+
"version": "7.26.7",
|
|
1110
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.7.tgz",
|
|
1111
|
+
"integrity": "sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==",
|
|
1112
1112
|
"license": "MIT",
|
|
1113
1113
|
"dependencies": {
|
|
1114
|
-
"@babel/types": "^7.26.
|
|
1114
|
+
"@babel/types": "^7.26.7"
|
|
1115
1115
|
},
|
|
1116
1116
|
"bin": {
|
|
1117
1117
|
"parser": "bin/babel-parser.js"
|
|
@@ -1121,9 +1121,9 @@
|
|
|
1121
1121
|
}
|
|
1122
1122
|
},
|
|
1123
1123
|
"node_modules/@babel/runtime": {
|
|
1124
|
-
"version": "7.26.
|
|
1125
|
-
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.
|
|
1126
|
-
"integrity": "sha512-
|
|
1124
|
+
"version": "7.26.7",
|
|
1125
|
+
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.7.tgz",
|
|
1126
|
+
"integrity": "sha512-AOPI3D+a8dXnja+iwsUqGRjr1BbZIe771sXdapOtYI531gSqpi92vXivKcq2asu/DFpdl1ceFAKZyRzK2PCVcQ==",
|
|
1127
1127
|
"license": "MIT",
|
|
1128
1128
|
"dependencies": {
|
|
1129
1129
|
"regenerator-runtime": "^0.14.0"
|
|
@@ -1147,16 +1147,16 @@
|
|
|
1147
1147
|
}
|
|
1148
1148
|
},
|
|
1149
1149
|
"node_modules/@babel/traverse": {
|
|
1150
|
-
"version": "7.26.
|
|
1151
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.
|
|
1152
|
-
"integrity": "sha512-
|
|
1150
|
+
"version": "7.26.7",
|
|
1151
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.7.tgz",
|
|
1152
|
+
"integrity": "sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==",
|
|
1153
1153
|
"license": "MIT",
|
|
1154
1154
|
"dependencies": {
|
|
1155
1155
|
"@babel/code-frame": "^7.26.2",
|
|
1156
1156
|
"@babel/generator": "^7.26.5",
|
|
1157
|
-
"@babel/parser": "^7.26.
|
|
1157
|
+
"@babel/parser": "^7.26.7",
|
|
1158
1158
|
"@babel/template": "^7.25.9",
|
|
1159
|
-
"@babel/types": "^7.26.
|
|
1159
|
+
"@babel/types": "^7.26.7",
|
|
1160
1160
|
"debug": "^4.3.1",
|
|
1161
1161
|
"globals": "^11.1.0"
|
|
1162
1162
|
},
|
|
@@ -1165,9 +1165,9 @@
|
|
|
1165
1165
|
}
|
|
1166
1166
|
},
|
|
1167
1167
|
"node_modules/@babel/types": {
|
|
1168
|
-
"version": "7.26.
|
|
1169
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.
|
|
1170
|
-
"integrity": "sha512-
|
|
1168
|
+
"version": "7.26.7",
|
|
1169
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.7.tgz",
|
|
1170
|
+
"integrity": "sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==",
|
|
1171
1171
|
"license": "MIT",
|
|
1172
1172
|
"dependencies": {
|
|
1173
1173
|
"@babel/helper-string-parser": "^7.25.9",
|
|
@@ -1284,9 +1284,9 @@
|
|
|
1284
1284
|
}
|
|
1285
1285
|
},
|
|
1286
1286
|
"node_modules/@endo/static-module-record/node_modules/ses": {
|
|
1287
|
-
"version": "1.
|
|
1288
|
-
"resolved": "https://registry.npmjs.org/ses/-/ses-1.
|
|
1289
|
-
"integrity": "sha512-
|
|
1287
|
+
"version": "1.11.0",
|
|
1288
|
+
"resolved": "https://registry.npmjs.org/ses/-/ses-1.11.0.tgz",
|
|
1289
|
+
"integrity": "sha512-FydfDDnciRdVdFHM5u2jU1Qp+ZZyGGXYdEOy83d4CSPSxxEk5bzBd3s2yEsA1Q5TdaDxDN/SaOihx5E1gktIKQ==",
|
|
1290
1290
|
"license": "Apache-2.0",
|
|
1291
1291
|
"dependencies": {
|
|
1292
1292
|
"@endo/env-options": "^1.1.8"
|
|
@@ -2975,9 +2975,9 @@
|
|
|
2975
2975
|
"license": "MIT"
|
|
2976
2976
|
},
|
|
2977
2977
|
"node_modules/@types/node": {
|
|
2978
|
-
"version": "22.
|
|
2979
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
2980
|
-
"integrity": "sha512-
|
|
2978
|
+
"version": "22.12.0",
|
|
2979
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.12.0.tgz",
|
|
2980
|
+
"integrity": "sha512-Fll2FZ1riMjNmlmJOdAyY5pUbkftXslB5DgEzlIuNaiWhXd00FhWxVC/r4yV/4wBb9JfImTu+jiSvXTkJ7F/gA==",
|
|
2981
2981
|
"license": "MIT",
|
|
2982
2982
|
"dependencies": {
|
|
2983
2983
|
"undici-types": "~6.20.0"
|
|
@@ -3341,9 +3341,9 @@
|
|
|
3341
3341
|
}
|
|
3342
3342
|
},
|
|
3343
3343
|
"node_modules/bl": {
|
|
3344
|
-
"version": "6.0.
|
|
3345
|
-
"resolved": "https://registry.npmjs.org/bl/-/bl-6.0.
|
|
3346
|
-
"integrity": "sha512-
|
|
3344
|
+
"version": "6.0.19",
|
|
3345
|
+
"resolved": "https://registry.npmjs.org/bl/-/bl-6.0.19.tgz",
|
|
3346
|
+
"integrity": "sha512-4Ay3A3oDfGg3GGirhl4s62ebtnk0pJZA5mLp672MPKOQXsWvXjEF4dqdXySjJIs7b9OVr/O8aOo0Lm+xdjo2JA==",
|
|
3347
3347
|
"license": "MIT",
|
|
3348
3348
|
"dependencies": {
|
|
3349
3349
|
"@types/readable-stream": "^4.0.0",
|
|
@@ -3879,9 +3879,9 @@
|
|
|
3879
3879
|
}
|
|
3880
3880
|
},
|
|
3881
3881
|
"node_modules/decimal.js": {
|
|
3882
|
-
"version": "10.
|
|
3883
|
-
"resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.
|
|
3884
|
-
"integrity": "sha512-
|
|
3882
|
+
"version": "10.5.0",
|
|
3883
|
+
"resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.5.0.tgz",
|
|
3884
|
+
"integrity": "sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==",
|
|
3885
3885
|
"license": "MIT"
|
|
3886
3886
|
},
|
|
3887
3887
|
"node_modules/deep-equal": {
|
|
@@ -5572,6 +5572,7 @@
|
|
|
5572
5572
|
"version": "4.4.2",
|
|
5573
5573
|
"resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz",
|
|
5574
5574
|
"integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==",
|
|
5575
|
+
"deprecated": "This package is deprecated. Use the optional chaining (?.) operator instead.",
|
|
5575
5576
|
"license": "MIT"
|
|
5576
5577
|
},
|
|
5577
5578
|
"node_modules/lodash.includes": {
|
|
@@ -6981,12 +6982,6 @@
|
|
|
6981
6982
|
],
|
|
6982
6983
|
"license": "MIT"
|
|
6983
6984
|
},
|
|
6984
|
-
"node_modules/queue-tick": {
|
|
6985
|
-
"version": "1.0.1",
|
|
6986
|
-
"resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz",
|
|
6987
|
-
"integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==",
|
|
6988
|
-
"license": "MIT"
|
|
6989
|
-
},
|
|
6990
6985
|
"node_modules/quick-format-unescaped": {
|
|
6991
6986
|
"version": "4.0.4",
|
|
6992
6987
|
"resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz",
|
|
@@ -7669,13 +7664,12 @@
|
|
|
7669
7664
|
"license": "MIT"
|
|
7670
7665
|
},
|
|
7671
7666
|
"node_modules/streamx": {
|
|
7672
|
-
"version": "2.
|
|
7673
|
-
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.
|
|
7674
|
-
"integrity": "sha512-
|
|
7667
|
+
"version": "2.22.0",
|
|
7668
|
+
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.22.0.tgz",
|
|
7669
|
+
"integrity": "sha512-sLh1evHOzBy/iWRiR6d1zRcLao4gGZr3C1kzNz4fopCOKJb6xD9ub8Mpi9Mr1R6id5o43S+d93fI48UC5uM9aw==",
|
|
7675
7670
|
"license": "MIT",
|
|
7676
7671
|
"dependencies": {
|
|
7677
7672
|
"fast-fifo": "^1.3.2",
|
|
7678
|
-
"queue-tick": "^1.0.1",
|
|
7679
7673
|
"text-decoder": "^1.1.0"
|
|
7680
7674
|
},
|
|
7681
7675
|
"optionalDependencies": {
|
package/package.json
CHANGED
package/resources/Table.d.ts
CHANGED
|
@@ -550,7 +550,8 @@ export declare function makeTable(options: any): {
|
|
|
550
550
|
* Get the size of the table in bytes (based on amount of pages stored in the database)
|
|
551
551
|
* @param options
|
|
552
552
|
*/
|
|
553
|
-
getSize(
|
|
553
|
+
getSize(): number;
|
|
554
|
+
getAuditSize(): number;
|
|
554
555
|
getRecordCount(options: any): {
|
|
555
556
|
recordCount: number;
|
|
556
557
|
estimatedRange: number[];
|
package/resources/databases.d.ts
CHANGED
|
@@ -374,7 +374,8 @@ export declare function table(table_definition: TableDefinition): {
|
|
|
374
374
|
subscribeOnThisThread(worker_index: any, options: any): boolean;
|
|
375
375
|
addAttributes(attributes_to_add: any): Promise<any>;
|
|
376
376
|
removeAttributes(names: string[]): Promise<any>;
|
|
377
|
-
getSize(
|
|
377
|
+
getSize(): number;
|
|
378
|
+
getAuditSize(): number;
|
|
378
379
|
getRecordCount(options: any): {
|
|
379
380
|
recordCount: number;
|
|
380
381
|
estimatedRange: number[];
|