harperdb 4.7.0-beta.3 → 4.7.0-beta.5

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.
Files changed (43) hide show
  1. package/README.md +1 -1
  2. package/bin/harperdb.js +78 -79
  3. package/bin/lite.js +76 -77
  4. package/config/yaml/defaultConfig.yaml +1 -1
  5. package/json/systemSchema.json +30 -0
  6. package/launchServiceScripts/launchNatsIngestService.js +76 -77
  7. package/launchServiceScripts/launchNatsReplyService.js +76 -77
  8. package/launchServiceScripts/launchUpdateNodes4-0-0.js +76 -77
  9. package/npm-shrinkwrap.json +334 -326
  10. package/package.json +4 -2
  11. package/resources/Table.d.ts +34 -34
  12. package/resources/blob.d.ts +6 -3
  13. package/resources/openApi.d.ts +27 -0
  14. package/security/certificateVerification/certificateVerificationSource.d.ts +18 -0
  15. package/security/certificateVerification/configValidation.d.ts +14 -0
  16. package/security/certificateVerification/crlVerification.d.ts +29 -0
  17. package/security/certificateVerification/index.d.ts +31 -0
  18. package/security/certificateVerification/ocspVerification.d.ts +23 -0
  19. package/security/certificateVerification/types.d.ts +105 -0
  20. package/security/certificateVerification/verificationConfig.d.ts +29 -0
  21. package/security/certificateVerification/verificationUtils.d.ts +79 -0
  22. package/server/Server.d.ts +1 -0
  23. package/server/jobs/jobProcess.js +76 -77
  24. package/server/operationsServer.d.ts +13 -3
  25. package/server/replication/knownNodes.d.ts +1 -1
  26. package/server/replication/replicator.d.ts +8 -2
  27. package/server/threads/threadServer.js +76 -77
  28. package/studio/web/assets/index-BODQIm2Z.css +4 -0
  29. package/studio/web/assets/index-C5zXmwvJ.js +1 -0
  30. package/studio/web/assets/index-CYLGqlDa.js +453 -0
  31. package/studio/web/assets/profiler-B2XrTgsp.js +1 -0
  32. package/studio/web/assets/startRecording-C9rqY6n9.js +2 -0
  33. package/studio/web/index.html +2 -2
  34. package/studio/web/running.html +90 -0
  35. package/utility/hdbTerms.d.ts +22 -3
  36. package/utility/scripts/restartHdb.js +76 -77
  37. package/security/certificateVerification.d.ts +0 -87
  38. package/studio/web/assets/index-BqOgGOeU.js +0 -445
  39. package/studio/web/assets/index-C4VX60Fd.js +0 -1
  40. package/studio/web/assets/index-Dj8x6atJ.css +0 -4
  41. package/studio/web/assets/profiler-OUXA1uul.js +0 -1
  42. package/studio/web/assets/startRecording-D8PRkhto.js +0 -2
  43. /package/security/{pkijs-ed25519-patch.d.ts → certificateVerification/pkijs-ed25519-patch.d.ts} +0 -0
package/README.md CHANGED
@@ -66,4 +66,4 @@ harperdb
66
66
  Harper will prompt you for configuration options during install, and then automatically start after install.
67
67
 
68
68
  ---
69
- 0e33eadeb2f70fb29192c823a946f77cc60076ca
69
+ 26807c8408f3692972c70001fcbb93c4615f2bbe