harperdb 4.4.14 → 4.4.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 +43 -43
- package/bin/lite.js +44 -44
- package/launchServiceScripts/launchInstallNATSServer.js +1 -1
- package/launchServiceScripts/launchNatsIngestService.js +43 -43
- package/launchServiceScripts/launchNatsReplyService.js +43 -43
- package/launchServiceScripts/launchUpdateNodes4-0-0.js +43 -43
- package/npm-shrinkwrap.json +111 -79
- package/package.json +2 -2
- package/resources/Table.d.ts +6 -1
- package/resources/auditStore.d.ts +7 -0
- package/resources/databases.d.ts +2 -1
- package/server/jobs/jobProcess.js +45 -45
- package/server/threads/threadServer.js +43 -43
- package/studio/build-local/asset-manifest.json +2 -2
- package/studio/build-local/index.html +1 -1
- package/studio/build-local/static/js/{main.29a1f1ec.js → main.be3fea91.js} +2 -2
- package/utility/scripts/restartHdb.js +43 -43
- /package/studio/build-local/static/js/{main.29a1f1ec.js.LICENSE.txt → main.be3fea91.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.16",
|
|
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.16",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "SEE LICENSE IN LICENSE",
|
|
12
12
|
"dependencies": {
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"json2csv": "5.0.7",
|
|
46
46
|
"jsonata": "1.8.7",
|
|
47
47
|
"jsonwebtoken": "9.0.2",
|
|
48
|
-
"lmdb": "3.2.
|
|
48
|
+
"lmdb": "3.2.2",
|
|
49
49
|
"lodash": "4.17.21",
|
|
50
50
|
"mathjs": "11.12.0",
|
|
51
51
|
"minimist": "1.2.8",
|
|
@@ -985,15 +985,15 @@
|
|
|
985
985
|
}
|
|
986
986
|
},
|
|
987
987
|
"node_modules/@aws-sdk/util-locate-window": {
|
|
988
|
-
"version": "3.
|
|
989
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.
|
|
990
|
-
"integrity": "sha512-
|
|
988
|
+
"version": "3.723.0",
|
|
989
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.723.0.tgz",
|
|
990
|
+
"integrity": "sha512-Yf2CS10BqK688DRsrKI/EO6B8ff5J86NXe4C+VCysK7UOgN0l1zOTeTukZ3H8Q9tYYX3oaF1961o8vRkFm7Nmw==",
|
|
991
991
|
"license": "Apache-2.0",
|
|
992
992
|
"dependencies": {
|
|
993
993
|
"tslib": "^2.6.2"
|
|
994
994
|
},
|
|
995
995
|
"engines": {
|
|
996
|
-
"node": ">=
|
|
996
|
+
"node": ">=18.0.0"
|
|
997
997
|
}
|
|
998
998
|
},
|
|
999
999
|
"node_modules/@aws-sdk/util-user-agent-browser": {
|
|
@@ -1060,13 +1060,13 @@
|
|
|
1060
1060
|
}
|
|
1061
1061
|
},
|
|
1062
1062
|
"node_modules/@babel/generator": {
|
|
1063
|
-
"version": "7.26.
|
|
1064
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.
|
|
1065
|
-
"integrity": "sha512-
|
|
1063
|
+
"version": "7.26.5",
|
|
1064
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.5.tgz",
|
|
1065
|
+
"integrity": "sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==",
|
|
1066
1066
|
"license": "MIT",
|
|
1067
1067
|
"dependencies": {
|
|
1068
|
-
"@babel/parser": "^7.26.
|
|
1069
|
-
"@babel/types": "^7.26.
|
|
1068
|
+
"@babel/parser": "^7.26.5",
|
|
1069
|
+
"@babel/types": "^7.26.5",
|
|
1070
1070
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
1071
1071
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
1072
1072
|
"jsesc": "^3.0.2"
|
|
@@ -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.5",
|
|
1110
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.5.tgz",
|
|
1111
|
+
"integrity": "sha512-SRJ4jYmXRqV1/Xc+TIVG84WjHBXKlxO9sHQnA2Pf12QQEAp1LOh6kDzNHXcUnbH1QI0FDoPPVOt+vyUDucxpaw==",
|
|
1112
1112
|
"license": "MIT",
|
|
1113
1113
|
"dependencies": {
|
|
1114
|
-
"@babel/types": "^7.26.
|
|
1114
|
+
"@babel/types": "^7.26.5"
|
|
1115
1115
|
},
|
|
1116
1116
|
"bin": {
|
|
1117
1117
|
"parser": "bin/babel-parser.js"
|
|
@@ -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.5",
|
|
1151
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.5.tgz",
|
|
1152
|
+
"integrity": "sha512-rkOSPOw+AXbgtwUga3U4u8RpoK9FEFWBNAlTpcnkLFjL5CT+oyHNuUUC/xx6XefEJ16r38r8Bc/lfp6rYuHeJQ==",
|
|
1153
1153
|
"license": "MIT",
|
|
1154
1154
|
"dependencies": {
|
|
1155
1155
|
"@babel/code-frame": "^7.26.2",
|
|
1156
|
-
"@babel/generator": "^7.26.
|
|
1157
|
-
"@babel/parser": "^7.26.
|
|
1156
|
+
"@babel/generator": "^7.26.5",
|
|
1157
|
+
"@babel/parser": "^7.26.5",
|
|
1158
1158
|
"@babel/template": "^7.25.9",
|
|
1159
|
-
"@babel/types": "^7.26.
|
|
1159
|
+
"@babel/types": "^7.26.5",
|
|
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.5",
|
|
1169
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.5.tgz",
|
|
1170
|
+
"integrity": "sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==",
|
|
1171
1171
|
"license": "MIT",
|
|
1172
1172
|
"dependencies": {
|
|
1173
1173
|
"@babel/helper-string-parser": "^7.25.9",
|
|
@@ -1555,9 +1555,9 @@
|
|
|
1555
1555
|
}
|
|
1556
1556
|
},
|
|
1557
1557
|
"node_modules/@lmdb/lmdb-darwin-arm64": {
|
|
1558
|
-
"version": "3.2.
|
|
1559
|
-
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-3.2.
|
|
1560
|
-
"integrity": "sha512-
|
|
1558
|
+
"version": "3.2.2",
|
|
1559
|
+
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-3.2.2.tgz",
|
|
1560
|
+
"integrity": "sha512-WBSJT9Z7DTol5viq+DZD2TapeWOw7mlwXxiSBHgAzqVwsaVb0h/ekMD9iu/jDD8MUA20tO9N0WEdnT06fsUp+g==",
|
|
1561
1561
|
"cpu": [
|
|
1562
1562
|
"arm64"
|
|
1563
1563
|
],
|
|
@@ -1568,9 +1568,9 @@
|
|
|
1568
1568
|
]
|
|
1569
1569
|
},
|
|
1570
1570
|
"node_modules/@lmdb/lmdb-darwin-x64": {
|
|
1571
|
-
"version": "3.2.
|
|
1572
|
-
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-x64/-/lmdb-darwin-x64-3.2.
|
|
1573
|
-
"integrity": "sha512-
|
|
1571
|
+
"version": "3.2.2",
|
|
1572
|
+
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-x64/-/lmdb-darwin-x64-3.2.2.tgz",
|
|
1573
|
+
"integrity": "sha512-4S13kUtR7c/j/MzkTIBJCXv52hQ41LG2ukeaqw4Eng9K0pNKLFjo1sDSz96/yKhwykxrWDb13ddJ/ZqD3rAhUA==",
|
|
1574
1574
|
"cpu": [
|
|
1575
1575
|
"x64"
|
|
1576
1576
|
],
|
|
@@ -1581,9 +1581,9 @@
|
|
|
1581
1581
|
]
|
|
1582
1582
|
},
|
|
1583
1583
|
"node_modules/@lmdb/lmdb-linux-arm": {
|
|
1584
|
-
"version": "3.2.
|
|
1585
|
-
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-3.2.
|
|
1586
|
-
"integrity": "sha512-
|
|
1584
|
+
"version": "3.2.2",
|
|
1585
|
+
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-3.2.2.tgz",
|
|
1586
|
+
"integrity": "sha512-uW31JmfuPAaLUYW7NsEU8gzwgDAzpGPwjvkxnKlcWd8iDutoPKDJi8Wk9lFmPEZRxVSB0j1/wDQ7N2qliR9UFA==",
|
|
1587
1587
|
"cpu": [
|
|
1588
1588
|
"arm"
|
|
1589
1589
|
],
|
|
@@ -1594,9 +1594,9 @@
|
|
|
1594
1594
|
]
|
|
1595
1595
|
},
|
|
1596
1596
|
"node_modules/@lmdb/lmdb-linux-arm64": {
|
|
1597
|
-
"version": "3.2.
|
|
1598
|
-
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-3.2.
|
|
1599
|
-
"integrity": "sha512-
|
|
1597
|
+
"version": "3.2.2",
|
|
1598
|
+
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-3.2.2.tgz",
|
|
1599
|
+
"integrity": "sha512-4hdgZtWI1idQlWRp+eleWXD9KLvObgboRaVoBj2POdPEYvsKANllvMW0El8tEQwtw74yB9NT6P8ENBB5UJf5+g==",
|
|
1600
1600
|
"cpu": [
|
|
1601
1601
|
"arm64"
|
|
1602
1602
|
],
|
|
@@ -1607,9 +1607,9 @@
|
|
|
1607
1607
|
]
|
|
1608
1608
|
},
|
|
1609
1609
|
"node_modules/@lmdb/lmdb-linux-x64": {
|
|
1610
|
-
"version": "3.2.
|
|
1611
|
-
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-3.2.
|
|
1612
|
-
"integrity": "sha512-
|
|
1610
|
+
"version": "3.2.2",
|
|
1611
|
+
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-3.2.2.tgz",
|
|
1612
|
+
"integrity": "sha512-A0zjf4a2vM4B4GAx78ncuOTZ8Ka1DbTaG1Axf1e00Sa7f5coqlWiLg1PX7Gxvyibc2YqtqB+8tg1KKrE8guZVw==",
|
|
1613
1613
|
"cpu": [
|
|
1614
1614
|
"x64"
|
|
1615
1615
|
],
|
|
@@ -1620,9 +1620,9 @@
|
|
|
1620
1620
|
]
|
|
1621
1621
|
},
|
|
1622
1622
|
"node_modules/@lmdb/lmdb-win32-x64": {
|
|
1623
|
-
"version": "3.2.
|
|
1624
|
-
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-3.2.
|
|
1625
|
-
"integrity": "sha512-
|
|
1623
|
+
"version": "3.2.2",
|
|
1624
|
+
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-3.2.2.tgz",
|
|
1625
|
+
"integrity": "sha512-Y0qoSCAja+xZE7QQ0LCHoYAuyI1n9ZqukQJa8lv9X3yCvWahFF7OYHAgVH1ejp43XWstj3U89/PAAzcowgF/uQ==",
|
|
1626
1626
|
"cpu": [
|
|
1627
1627
|
"x64"
|
|
1628
1628
|
],
|
|
@@ -2975,9 +2975,9 @@
|
|
|
2975
2975
|
"license": "MIT"
|
|
2976
2976
|
},
|
|
2977
2977
|
"node_modules/@types/node": {
|
|
2978
|
-
"version": "22.10.
|
|
2979
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.
|
|
2980
|
-
"integrity": "sha512-
|
|
2978
|
+
"version": "22.10.7",
|
|
2979
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.7.tgz",
|
|
2980
|
+
"integrity": "sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==",
|
|
2981
2981
|
"license": "MIT",
|
|
2982
2982
|
"dependencies": {
|
|
2983
2983
|
"undici-types": "~6.20.0"
|
|
@@ -3060,9 +3060,19 @@
|
|
|
3060
3060
|
}
|
|
3061
3061
|
},
|
|
3062
3062
|
"node_modules/ajv/node_modules/fast-uri": {
|
|
3063
|
-
"version": "3.0.
|
|
3064
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.
|
|
3065
|
-
"integrity": "sha512-
|
|
3063
|
+
"version": "3.0.6",
|
|
3064
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz",
|
|
3065
|
+
"integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==",
|
|
3066
|
+
"funding": [
|
|
3067
|
+
{
|
|
3068
|
+
"type": "github",
|
|
3069
|
+
"url": "https://github.com/sponsors/fastify"
|
|
3070
|
+
},
|
|
3071
|
+
{
|
|
3072
|
+
"type": "opencollective",
|
|
3073
|
+
"url": "https://opencollective.com/fastify"
|
|
3074
|
+
}
|
|
3075
|
+
],
|
|
3066
3076
|
"license": "BSD-3-Clause"
|
|
3067
3077
|
},
|
|
3068
3078
|
"node_modules/alasql": {
|
|
@@ -3213,9 +3223,9 @@
|
|
|
3213
3223
|
"license": "MIT"
|
|
3214
3224
|
},
|
|
3215
3225
|
"node_modules/bare-events": {
|
|
3216
|
-
"version": "2.5.
|
|
3217
|
-
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.5.
|
|
3218
|
-
"integrity": "sha512
|
|
3226
|
+
"version": "2.5.4",
|
|
3227
|
+
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.5.4.tgz",
|
|
3228
|
+
"integrity": "sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==",
|
|
3219
3229
|
"license": "Apache-2.0",
|
|
3220
3230
|
"optional": true
|
|
3221
3231
|
},
|
|
@@ -3249,13 +3259,25 @@
|
|
|
3249
3259
|
}
|
|
3250
3260
|
},
|
|
3251
3261
|
"node_modules/bare-stream": {
|
|
3252
|
-
"version": "2.6.
|
|
3253
|
-
"resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.6.
|
|
3254
|
-
"integrity": "sha512-
|
|
3262
|
+
"version": "2.6.4",
|
|
3263
|
+
"resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.6.4.tgz",
|
|
3264
|
+
"integrity": "sha512-G6i3A74FjNq4nVrrSTUz5h3vgXzBJnjmWAVlBWaZETkgu+LgKd7AiyOml3EDJY1AHlIbBHKDXE+TUT53Ff8OaA==",
|
|
3255
3265
|
"license": "Apache-2.0",
|
|
3256
3266
|
"optional": true,
|
|
3257
3267
|
"dependencies": {
|
|
3258
3268
|
"streamx": "^2.21.0"
|
|
3269
|
+
},
|
|
3270
|
+
"peerDependencies": {
|
|
3271
|
+
"bare-buffer": "*",
|
|
3272
|
+
"bare-events": "*"
|
|
3273
|
+
},
|
|
3274
|
+
"peerDependenciesMeta": {
|
|
3275
|
+
"bare-buffer": {
|
|
3276
|
+
"optional": true
|
|
3277
|
+
},
|
|
3278
|
+
"bare-events": {
|
|
3279
|
+
"optional": true
|
|
3280
|
+
}
|
|
3259
3281
|
}
|
|
3260
3282
|
},
|
|
3261
3283
|
"node_modules/base64-js": {
|
|
@@ -3355,9 +3377,9 @@
|
|
|
3355
3377
|
}
|
|
3356
3378
|
},
|
|
3357
3379
|
"node_modules/bl/node_modules/readable-stream": {
|
|
3358
|
-
"version": "4.
|
|
3359
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.
|
|
3360
|
-
"integrity": "sha512-
|
|
3380
|
+
"version": "4.7.0",
|
|
3381
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
|
|
3382
|
+
"integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
|
|
3361
3383
|
"license": "MIT",
|
|
3362
3384
|
"dependencies": {
|
|
3363
3385
|
"abort-controller": "^3.0.0",
|
|
@@ -4081,9 +4103,9 @@
|
|
|
4081
4103
|
}
|
|
4082
4104
|
},
|
|
4083
4105
|
"node_modules/es-object-atoms": {
|
|
4084
|
-
"version": "1.
|
|
4085
|
-
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.
|
|
4086
|
-
"integrity": "sha512-
|
|
4106
|
+
"version": "1.1.1",
|
|
4107
|
+
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
|
|
4108
|
+
"integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
|
|
4087
4109
|
"license": "MIT",
|
|
4088
4110
|
"dependencies": {
|
|
4089
4111
|
"es-errors": "^1.3.0"
|
|
@@ -4450,9 +4472,19 @@
|
|
|
4450
4472
|
"license": "MIT"
|
|
4451
4473
|
},
|
|
4452
4474
|
"node_modules/fastify/node_modules/pino/node_modules/process-warning": {
|
|
4453
|
-
"version": "4.0.
|
|
4454
|
-
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-4.0.
|
|
4455
|
-
"integrity": "sha512
|
|
4475
|
+
"version": "4.0.1",
|
|
4476
|
+
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-4.0.1.tgz",
|
|
4477
|
+
"integrity": "sha512-3c2LzQ3rY9d0hc1emcsHhfT9Jwz0cChib/QN89oME2R451w5fy3f0afAhERFZAwrbDU43wk12d0ORBpDVME50Q==",
|
|
4478
|
+
"funding": [
|
|
4479
|
+
{
|
|
4480
|
+
"type": "github",
|
|
4481
|
+
"url": "https://github.com/sponsors/fastify"
|
|
4482
|
+
},
|
|
4483
|
+
{
|
|
4484
|
+
"type": "opencollective",
|
|
4485
|
+
"url": "https://opencollective.com/fastify"
|
|
4486
|
+
}
|
|
4487
|
+
],
|
|
4456
4488
|
"license": "MIT"
|
|
4457
4489
|
},
|
|
4458
4490
|
"node_modules/fastify/node_modules/sonic-boom": {
|
|
@@ -5492,9 +5524,9 @@
|
|
|
5492
5524
|
}
|
|
5493
5525
|
},
|
|
5494
5526
|
"node_modules/lmdb": {
|
|
5495
|
-
"version": "3.2.
|
|
5496
|
-
"resolved": "https://registry.npmjs.org/lmdb/-/lmdb-3.2.
|
|
5497
|
-
"integrity": "sha512-
|
|
5527
|
+
"version": "3.2.2",
|
|
5528
|
+
"resolved": "https://registry.npmjs.org/lmdb/-/lmdb-3.2.2.tgz",
|
|
5529
|
+
"integrity": "sha512-LriG93la4PbmPMwI7Hbv8W+0ncLK7549w4sbZSi4QGDjnnxnmNMgxUkaQTEMzH8TpwsfFvgEjpLX7V8B/I9e3g==",
|
|
5498
5530
|
"hasInstallScript": true,
|
|
5499
5531
|
"license": "MIT",
|
|
5500
5532
|
"dependencies": {
|
|
@@ -5508,12 +5540,12 @@
|
|
|
5508
5540
|
"download-lmdb-prebuilds": "bin/download-prebuilds.js"
|
|
5509
5541
|
},
|
|
5510
5542
|
"optionalDependencies": {
|
|
5511
|
-
"@lmdb/lmdb-darwin-arm64": "3.2.
|
|
5512
|
-
"@lmdb/lmdb-darwin-x64": "3.2.
|
|
5513
|
-
"@lmdb/lmdb-linux-arm": "3.2.
|
|
5514
|
-
"@lmdb/lmdb-linux-arm64": "3.2.
|
|
5515
|
-
"@lmdb/lmdb-linux-x64": "3.2.
|
|
5516
|
-
"@lmdb/lmdb-win32-x64": "3.2.
|
|
5543
|
+
"@lmdb/lmdb-darwin-arm64": "3.2.2",
|
|
5544
|
+
"@lmdb/lmdb-darwin-x64": "3.2.2",
|
|
5545
|
+
"@lmdb/lmdb-linux-arm": "3.2.2",
|
|
5546
|
+
"@lmdb/lmdb-linux-arm64": "3.2.2",
|
|
5547
|
+
"@lmdb/lmdb-linux-x64": "3.2.2",
|
|
5548
|
+
"@lmdb/lmdb-win32-x64": "3.2.2"
|
|
5517
5549
|
}
|
|
5518
5550
|
},
|
|
5519
5551
|
"node_modules/lmdb/node_modules/node-gyp-build-optional-packages": {
|
|
@@ -6176,9 +6208,9 @@
|
|
|
6176
6208
|
}
|
|
6177
6209
|
},
|
|
6178
6210
|
"node_modules/obliterator": {
|
|
6179
|
-
"version": "2.0.
|
|
6180
|
-
"resolved": "https://registry.npmjs.org/obliterator/-/obliterator-2.0.
|
|
6181
|
-
"integrity": "sha512-
|
|
6211
|
+
"version": "2.0.5",
|
|
6212
|
+
"resolved": "https://registry.npmjs.org/obliterator/-/obliterator-2.0.5.tgz",
|
|
6213
|
+
"integrity": "sha512-42CPE9AhahZRsMNslczq0ctAEtqk8Eka26QofnqC346BZdHDySk3LWka23LI7ULIw11NmltpiLagIq8gBozxTw==",
|
|
6182
6214
|
"license": "MIT"
|
|
6183
6215
|
},
|
|
6184
6216
|
"node_modules/on-exit-leak-free": {
|
|
@@ -6539,9 +6571,9 @@
|
|
|
6539
6571
|
}
|
|
6540
6572
|
},
|
|
6541
6573
|
"node_modules/pino-abstract-transport/node_modules/readable-stream": {
|
|
6542
|
-
"version": "4.
|
|
6543
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.
|
|
6544
|
-
"integrity": "sha512-
|
|
6574
|
+
"version": "4.7.0",
|
|
6575
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
|
|
6576
|
+
"integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
|
|
6545
6577
|
"license": "MIT",
|
|
6546
6578
|
"dependencies": {
|
|
6547
6579
|
"abort-controller": "^3.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "harperdb",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.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",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"json2csv": "5.0.7",
|
|
79
79
|
"jsonata": "1.8.7",
|
|
80
80
|
"jsonwebtoken": "9.0.2",
|
|
81
|
-
"lmdb": "3.2.
|
|
81
|
+
"lmdb": "3.2.2",
|
|
82
82
|
"lodash": "4.17.21",
|
|
83
83
|
"mathjs": "11.12.0",
|
|
84
84
|
"minimist": "1.2.8",
|
package/resources/Table.d.ts
CHANGED
|
@@ -546,6 +546,11 @@ export declare function makeTable(options: any): {
|
|
|
546
546
|
subscribeOnThisThread(worker_index: any, options: any): boolean;
|
|
547
547
|
addAttributes(attributes_to_add: any): Promise<any>;
|
|
548
548
|
removeAttributes(names: string[]): Promise<any>;
|
|
549
|
+
/**
|
|
550
|
+
* Get the size of the table in bytes (based on amount of pages stored in the database)
|
|
551
|
+
* @param options
|
|
552
|
+
*/
|
|
553
|
+
getSize(options: any): number;
|
|
549
554
|
getRecordCount(options: any): {
|
|
550
555
|
recordCount: number;
|
|
551
556
|
estimatedRange: number[];
|
|
@@ -558,7 +563,7 @@ export declare function makeTable(options: any): {
|
|
|
558
563
|
*/
|
|
559
564
|
updatedAttributes(): void;
|
|
560
565
|
setComputedAttribute(attribute_name: any, resolver: any): void;
|
|
561
|
-
deleteHistory(end_time?: number): Promise<void>;
|
|
566
|
+
deleteHistory(end_time?: number, cleanup_deleted_records?: boolean): Promise<void>;
|
|
562
567
|
getHistory(start_time?: number, end_time?: number): AsyncGenerator<{
|
|
563
568
|
id: import("ordered-binary").Key;
|
|
564
569
|
localTime: any;
|
|
@@ -10,6 +10,7 @@ export declare const AUDIT_STORE_OPTIONS: {
|
|
|
10
10
|
};
|
|
11
11
|
};
|
|
12
12
|
export declare function openAuditStore(root_store: any): any;
|
|
13
|
+
export declare function removeAuditEntry(audit_store: any, key: number, value: any): Promise<void>;
|
|
13
14
|
export declare function getLastRemoved(audit_store: any): number;
|
|
14
15
|
export declare function setAuditRetention(retention_time: any, default_delay?: number): void;
|
|
15
16
|
/** Used to indicate we have received a remote local time update */
|
|
@@ -33,6 +34,12 @@ export declare const HAS_EXPIRATION_EXTENDED_TYPE = 4096;
|
|
|
33
34
|
* @param previous_residency_id
|
|
34
35
|
*/
|
|
35
36
|
export declare function createAuditEntry(txn_time: any, table_id: any, record_id: any, previous_local_time: any, node_id: any, username: any, type: any, encoded_record: any, extended_type: any, residency_id: any, previous_residency_id: any, expires_at: any, originating_operation?: string): Buffer;
|
|
37
|
+
/**
|
|
38
|
+
* Reads a audit entry from binary data
|
|
39
|
+
* @param buffer
|
|
40
|
+
* @param start
|
|
41
|
+
* @param end
|
|
42
|
+
*/
|
|
36
43
|
export declare function readAuditEntry(buffer: Uint8Array, start?: number, end?: any): {
|
|
37
44
|
type: any;
|
|
38
45
|
tableId: any;
|
package/resources/databases.d.ts
CHANGED
|
@@ -374,6 +374,7 @@ 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(options: any): number;
|
|
377
378
|
getRecordCount(options: any): {
|
|
378
379
|
recordCount: number;
|
|
379
380
|
estimatedRange: number[];
|
|
@@ -383,7 +384,7 @@ export declare function table(table_definition: TableDefinition): {
|
|
|
383
384
|
};
|
|
384
385
|
updatedAttributes(): void;
|
|
385
386
|
setComputedAttribute(attribute_name: any, resolver: any): void;
|
|
386
|
-
deleteHistory(end_time?: number): Promise<void>;
|
|
387
|
+
deleteHistory(end_time?: number, cleanup_deleted_records?: boolean): Promise<void>;
|
|
387
388
|
getHistory(start_time?: number, end_time?: number): AsyncGenerator<{
|
|
388
389
|
id: import("ordered-binary").Key;
|
|
389
390
|
localTime: any;
|