harperdb 4.3.0-beta.9 → 4.3.0
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/LICENSE +1 -1
- package/README.md +1 -1
- package/bin/harperdb.js +58 -56
- package/bin/lite.js +21 -19
- package/config/yaml/defaultConfig.yaml +2 -2
- package/launchServiceScripts/launchInstallNATSServer.js +3 -3
- package/launchServiceScripts/launchNatsIngestService.js +21 -19
- package/launchServiceScripts/launchNatsReplyService.js +21 -19
- package/launchServiceScripts/launchUpdateNodes4-0-0.js +21 -19
- package/npm-shrinkwrap.json +976 -1037
- package/package.json +22 -21
- package/resources/RecordEncoder.d.ts +0 -1
- package/resources/Table.d.ts +33 -33
- package/resources/databases.d.ts +36 -33
- package/server/jobs/jobProcess.js +21 -19
- package/server/threads/threadServer.js +21 -19
- package/studio/build-local/asset-manifest.json +2 -2
- package/studio/build-local/index.html +1 -1
- package/studio/build-local/static/js/main.6edd076f.js +2 -0
- package/utility/scripts/restartHdb.js +21 -19
- package/studio/build-local/static/js/main.925ae583.js +0 -2
- /package/studio/build-local/static/js/{main.925ae583.js.LICENSE.txt → main.6edd076f.js.LICENSE.txt} +0 -0
package/LICENSE
CHANGED
|
@@ -46,7 +46,7 @@ Title to the Software and all copies thereof remain with HarperDB and/or its sup
|
|
|
46
46
|
|
|
47
47
|
### Third-Party Products
|
|
48
48
|
|
|
49
|
-
The Software may contain certain open source software identified at
|
|
49
|
+
The Software may contain certain open source software identified at https://www.harperdb.io/legal/open-source-licenses-notices. Licensee understands and acknowledges this Agreement does not apply to such open-source software, which is licensed separately under its own terms. You shall have only such rights and/or licenses, if any, to use the open-source software as set forth in the licenses referenced at https://www.harperdb.io/legal/open-source-licenses-notices.
|
|
50
50
|
|
|
51
51
|
### Term and Termination
|
|
52
52
|
|
package/README.md
CHANGED