harperdb 4.5.25 → 4.5.26
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 +28 -28
- package/bin/lite.js +26 -26
- package/launchServiceScripts/launchNatsIngestService.js +26 -26
- package/launchServiceScripts/launchNatsReplyService.js +26 -26
- package/launchServiceScripts/launchUpdateNodes4-0-0.js +26 -26
- package/npm-shrinkwrap.json +5 -5
- package/package.json +1 -1
- package/server/jobs/jobProcess.js +26 -26
- package/server/threads/threadServer.js +26 -26
- package/studio/build-local/asset-manifest.json +2 -2
- package/studio/build-local/index.html +1 -1
- package/studio/build-local/static/js/{main.1df58789.js → main.f249457a.js} +2 -2
- package/utility/hdbTerms.d.ts +1 -0
- package/utility/scripts/restartHdb.js +26 -26
- /package/studio/build-local/static/js/{main.1df58789.js.LICENSE.txt → main.f249457a.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.26",
|
|
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.26",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "SEE LICENSE IN LICENSE",
|
|
12
12
|
"dependencies": {
|
|
@@ -3074,9 +3074,9 @@
|
|
|
3074
3074
|
}
|
|
3075
3075
|
},
|
|
3076
3076
|
"node_modules/ajv/node_modules/fast-uri": {
|
|
3077
|
-
"version": "3.0
|
|
3078
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.
|
|
3079
|
-
"integrity": "sha512-
|
|
3077
|
+
"version": "3.1.0",
|
|
3078
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
|
|
3079
|
+
"integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
|
|
3080
3080
|
"funding": [
|
|
3081
3081
|
{
|
|
3082
3082
|
"type": "github",
|
package/package.json
CHANGED