harperdb 4.5.31 → 4.5.32
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 +13 -13
- package/package.json +1 -1
- package/server/jobs/jobProcess.js +1 -1
- package/server/threads/threadServer.js +1 -1
- package/studio/build-local/asset-manifest.json +2 -2
- package/studio/build-local/index.html +1 -1
- package/studio/build-local/static/js/{main.fbfcc75d.js → main.64412ce7.js} +2 -2
- package/utility/scripts/restartHdb.js +1 -1
- /package/studio/build-local/static/js/{main.fbfcc75d.js.LICENSE.txt → main.64412ce7.js.LICENSE.txt} +0 -0
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "harperdb",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.32",
|
|
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.32",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "SEE LICENSE IN LICENSE",
|
|
12
12
|
"dependencies": {
|
|
@@ -2979,12 +2979,12 @@
|
|
|
2979
2979
|
"license": "MIT"
|
|
2980
2980
|
},
|
|
2981
2981
|
"node_modules/@types/node": {
|
|
2982
|
-
"version": "24.
|
|
2983
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.
|
|
2984
|
-
"integrity": "sha512-
|
|
2982
|
+
"version": "24.9.0",
|
|
2983
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.0.tgz",
|
|
2984
|
+
"integrity": "sha512-MKNwXh3seSK8WurXF7erHPJ2AONmMwkI7zAMrXZDPIru8jRqkk6rGDBVbw4mLwfqA+ZZliiDPg05JQ3uW66tKQ==",
|
|
2985
2985
|
"license": "MIT",
|
|
2986
2986
|
"dependencies": {
|
|
2987
|
-
"undici-types": "~7.
|
|
2987
|
+
"undici-types": "~7.16.0"
|
|
2988
2988
|
}
|
|
2989
2989
|
},
|
|
2990
2990
|
"node_modules/@types/readable-stream": {
|
|
@@ -7310,12 +7310,12 @@
|
|
|
7310
7310
|
}
|
|
7311
7311
|
},
|
|
7312
7312
|
"node_modules/resolve": {
|
|
7313
|
-
"version": "1.22.
|
|
7314
|
-
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.
|
|
7315
|
-
"integrity": "sha512-
|
|
7313
|
+
"version": "1.22.11",
|
|
7314
|
+
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
|
|
7315
|
+
"integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
|
|
7316
7316
|
"license": "MIT",
|
|
7317
7317
|
"dependencies": {
|
|
7318
|
-
"is-core-module": "^2.16.
|
|
7318
|
+
"is-core-module": "^2.16.1",
|
|
7319
7319
|
"path-parse": "^1.0.7",
|
|
7320
7320
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
7321
7321
|
},
|
|
@@ -8179,9 +8179,9 @@
|
|
|
8179
8179
|
}
|
|
8180
8180
|
},
|
|
8181
8181
|
"node_modules/undici-types": {
|
|
8182
|
-
"version": "7.
|
|
8183
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.
|
|
8184
|
-
"integrity": "sha512-
|
|
8182
|
+
"version": "7.16.0",
|
|
8183
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
|
|
8184
|
+
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
|
|
8185
8185
|
"license": "MIT"
|
|
8186
8186
|
},
|
|
8187
8187
|
"node_modules/universalify": {
|
package/package.json
CHANGED