gina 0.6.13 → 0.6.14

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 (590) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +28 -22
  3. package/ROADMAP.md +3 -2
  4. package/framework/v0.6.14/VERSION +1 -0
  5. package/framework/{v0.6.13 → v0.6.14}/core/asset/plugin/dist/vendor/gina/js/gina.js +9 -6
  6. package/framework/{v0.6.13 → v0.6.14}/core/config.js +9 -4
  7. package/framework/{v0.6.13 → v0.6.14}/core/controller/controller.js +208 -42
  8. package/framework/{v0.6.13 → v0.6.14}/core/gna.js +25 -1
  9. package/framework/{v0.6.13 → v0.6.14}/core/server.js +66 -2
  10. package/framework/{v0.6.13 → v0.6.14}/lib/cmd/secrets/check.js +220 -168
  11. package/framework/v0.6.14/lib/cmd/secrets/scan.js +264 -0
  12. package/framework/{v0.6.13 → v0.6.14}/lib/collection/src/main.js +9 -6
  13. package/framework/{v0.6.13 → v0.6.14}/lib/secrets/src/backends/env.js +41 -1
  14. package/framework/v0.6.14/lib/secrets/src/backends/exec.js +253 -0
  15. package/framework/{v0.6.13 → v0.6.14}/lib/secrets/src/backends/file.js +5 -27
  16. package/framework/v0.6.14/lib/secrets/src/declaration.js +303 -0
  17. package/framework/{v0.6.13 → v0.6.14}/lib/secrets/src/main.js +107 -54
  18. package/framework/v0.6.14/lib/secrets/src/sources.js +325 -0
  19. package/framework/{v0.6.13 → v0.6.14}/package.json +1 -1
  20. package/gna.js +4 -4
  21. package/llms.txt +6 -4
  22. package/package.json +3 -3
  23. package/schema/settings.json +21 -0
  24. package/framework/v0.6.13/VERSION +0 -1
  25. package/framework/v0.6.13/lib/cmd/secrets/scan.js +0 -448
  26. /package/framework/{v0.6.13 → v0.6.14}/AUTHORS +0 -0
  27. /package/framework/{v0.6.13 → v0.6.14}/LICENSE +0 -0
  28. /package/framework/{v0.6.13 → v0.6.14}/core/asset/html/nolayout.html +0 -0
  29. /package/framework/{v0.6.13 → v0.6.14}/core/asset/html/static.html +0 -0
  30. /package/framework/{v0.6.13 → v0.6.14}/core/asset/img/android-chrome-192x192.png +0 -0
  31. /package/framework/{v0.6.13 → v0.6.14}/core/asset/img/android-chrome-512x512.png +0 -0
  32. /package/framework/{v0.6.13 → v0.6.14}/core/asset/img/apple-touch-icon.png +0 -0
  33. /package/framework/{v0.6.13 → v0.6.14}/core/asset/img/favicon-16x16.png +0 -0
  34. /package/framework/{v0.6.13 → v0.6.14}/core/asset/img/favicon-32x32.png +0 -0
  35. /package/framework/{v0.6.13 → v0.6.14}/core/asset/img/favicon.ico +0 -0
  36. /package/framework/{v0.6.13 → v0.6.14}/core/asset/plugin/README.md +0 -0
  37. /package/framework/{v0.6.13 → v0.6.14}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.css +0 -0
  38. /package/framework/{v0.6.13 → v0.6.14}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.js +0 -0
  39. /package/framework/{v0.6.13 → v0.6.14}/core/asset/plugin/dist/vendor/gina/beemaster/index.html +0 -0
  40. /package/framework/{v0.6.13 → v0.6.14}/core/asset/plugin/dist/vendor/gina/css/gina.min.css +0 -0
  41. /package/framework/{v0.6.13 → v0.6.14}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.br +0 -0
  42. /package/framework/{v0.6.13 → v0.6.14}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.gz +0 -0
  43. /package/framework/{v0.6.13 → v0.6.14}/core/asset/plugin/dist/vendor/gina/html/statusbar.html +0 -0
  44. /package/framework/{v0.6.13 → v0.6.14}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.br +0 -0
  45. /package/framework/{v0.6.13 → v0.6.14}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.gz +0 -0
  46. /package/framework/{v0.6.13 → v0.6.14}/core/asset/plugin/dist/vendor/gina/inspector/have_heart_one-webfont.woff2 +0 -0
  47. /package/framework/{v0.6.13 → v0.6.14}/core/asset/plugin/dist/vendor/gina/inspector/index.html +0 -0
  48. /package/framework/{v0.6.13 → v0.6.14}/core/asset/plugin/dist/vendor/gina/inspector/inspector.css +0 -0
  49. /package/framework/{v0.6.13 → v0.6.14}/core/asset/plugin/dist/vendor/gina/inspector/inspector.js +0 -0
  50. /package/framework/{v0.6.13 → v0.6.14}/core/asset/plugin/dist/vendor/gina/inspector/logo.svg +0 -0
  51. /package/framework/{v0.6.13 → v0.6.14}/core/asset/plugin/dist/vendor/gina/js/gina.min.js +0 -0
  52. /package/framework/{v0.6.13 → v0.6.14}/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
  53. /package/framework/{v0.6.13 → v0.6.14}/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
  54. /package/framework/{v0.6.13 → v0.6.14}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +0 -0
  55. /package/framework/{v0.6.13 → v0.6.14}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
  56. /package/framework/{v0.6.13 → v0.6.14}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
  57. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/ai/index.js +0 -0
  58. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/ai/lib/connector.js +0 -0
  59. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/couchbase/index.js +0 -0
  60. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/couchbase/lib/connector.js +0 -0
  61. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/couchbase/lib/connector.v3.js +0 -0
  62. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/couchbase/lib/connector.v4.js +0 -0
  63. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/couchbase/lib/n1ql.js +0 -0
  64. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/couchbase/lib/session-store.js +0 -0
  65. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/couchbase/lib/session-store.v3.js +0 -0
  66. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/couchbase/lib/session-store.v4.js +0 -0
  67. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/couchbase/lib/storage-store.js +0 -0
  68. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/duckdb/index.js +0 -0
  69. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/duckdb/lib/connector.js +0 -0
  70. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/mongodb/index.js +0 -0
  71. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/mongodb/lib/connector.js +0 -0
  72. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/mongodb/lib/job-store.js +0 -0
  73. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/mongodb/lib/pipeline-loader.js +0 -0
  74. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/mongodb/lib/session-store.js +0 -0
  75. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/mysql/index.js +0 -0
  76. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/mysql/lib/connector.js +0 -0
  77. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/param-redact.js +0 -0
  78. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/postgresql/index.js +0 -0
  79. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/postgresql/lib/connector.js +0 -0
  80. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/redis/index.js +0 -0
  81. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/redis/lib/connector.js +0 -0
  82. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/redis/lib/job-store.js +0 -0
  83. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/redis/lib/kv-store.js +0 -0
  84. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/redis/lib/render-cache-store.js +0 -0
  85. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/redis/lib/session-store.js +0 -0
  86. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/scylladb/index.js +0 -0
  87. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/scylladb/lib/connector.js +0 -0
  88. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/scylladb/lib/session-store.js +0 -0
  89. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/sql-parser.js +0 -0
  90. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/sqlite/index.js +0 -0
  91. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/sqlite/lib/connector.js +0 -0
  92. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/sqlite/lib/job-store.js +0 -0
  93. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/sqlite/lib/kv-store.js +0 -0
  94. /package/framework/{v0.6.13 → v0.6.14}/core/connectors/sqlite/lib/session-store.js +0 -0
  95. /package/framework/{v0.6.13 → v0.6.14}/core/content.encoding +0 -0
  96. /package/framework/{v0.6.13 → v0.6.14}/core/controller/controller.framework.js +0 -0
  97. /package/framework/{v0.6.13 → v0.6.14}/core/controller/controller.render-json.js +0 -0
  98. /package/framework/{v0.6.13 → v0.6.14}/core/controller/controller.render-nunjucks-async.js +0 -0
  99. /package/framework/{v0.6.13 → v0.6.14}/core/controller/controller.render-nunjucks.js +0 -0
  100. /package/framework/{v0.6.13 → v0.6.14}/core/controller/controller.render-stream.js +0 -0
  101. /package/framework/{v0.6.13 → v0.6.14}/core/controller/controller.render-swig-async.js +0 -0
  102. /package/framework/{v0.6.13 → v0.6.14}/core/controller/controller.render-swig.js +0 -0
  103. /package/framework/{v0.6.13 → v0.6.14}/core/controller/controller.render-v1.js +0 -0
  104. /package/framework/{v0.6.13 → v0.6.14}/core/controller/index.js +0 -0
  105. /package/framework/{v0.6.13 → v0.6.14}/core/controller/inspector-window-emit.js +0 -0
  106. /package/framework/{v0.6.13 → v0.6.14}/core/controller/release-banner.js +0 -0
  107. /package/framework/{v0.6.13 → v0.6.14}/core/dev/index.js +0 -0
  108. /package/framework/{v0.6.13 → v0.6.14}/core/dev/lib/class.js +0 -0
  109. /package/framework/{v0.6.13 → v0.6.14}/core/dev/lib/factory.js +0 -0
  110. /package/framework/{v0.6.13 → v0.6.14}/core/dev/lib/tools.js +0 -0
  111. /package/framework/{v0.6.13 → v0.6.14}/core/locales/README.md +0 -0
  112. /package/framework/{v0.6.13 → v0.6.14}/core/locales/currency.json +0 -0
  113. /package/framework/{v0.6.13 → v0.6.14}/core/locales/dist/language/en.json +0 -0
  114. /package/framework/{v0.6.13 → v0.6.14}/core/locales/dist/language/fr.json +0 -0
  115. /package/framework/{v0.6.13 → v0.6.14}/core/locales/dist/region/en.json +0 -0
  116. /package/framework/{v0.6.13 → v0.6.14}/core/locales/dist/region/fr.json +0 -0
  117. /package/framework/{v0.6.13 → v0.6.14}/core/locales/index.js +0 -0
  118. /package/framework/{v0.6.13 → v0.6.14}/core/mime.types +0 -0
  119. /package/framework/{v0.6.13 → v0.6.14}/core/model/entity.js +0 -0
  120. /package/framework/{v0.6.13 → v0.6.14}/core/model/index.js +0 -0
  121. /package/framework/{v0.6.13 → v0.6.14}/core/model/template/entityFactory.js +0 -0
  122. /package/framework/{v0.6.13 → v0.6.14}/core/model/template/index.js +0 -0
  123. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/README.md +0 -0
  124. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/index.js +0 -0
  125. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/csrf/README.md +0 -0
  126. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/csrf/package.json +0 -0
  127. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/csrf/src/main.js +0 -0
  128. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/README.md +0 -0
  129. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/coep/README.md +0 -0
  130. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/coep/package.json +0 -0
  131. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/coep/src/main.js +0 -0
  132. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/coop/README.md +0 -0
  133. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/coop/package.json +0 -0
  134. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/coop/src/main.js +0 -0
  135. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/corp/README.md +0 -0
  136. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/corp/package.json +0 -0
  137. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/corp/src/main.js +0 -0
  138. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/csp/README.md +0 -0
  139. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/csp/package.json +0 -0
  140. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/csp/src/main.js +0 -0
  141. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/hide-powered-by/README.md +0 -0
  142. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/hide-powered-by/package.json +0 -0
  143. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/hide-powered-by/src/main.js +0 -0
  144. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/hsts/README.md +0 -0
  145. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/hsts/package.json +0 -0
  146. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/hsts/src/main.js +0 -0
  147. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/origin-agent-cluster/README.md +0 -0
  148. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/origin-agent-cluster/package.json +0 -0
  149. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/origin-agent-cluster/src/main.js +0 -0
  150. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/package.json +0 -0
  151. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/referrer-policy/README.md +0 -0
  152. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/referrer-policy/package.json +0 -0
  153. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/referrer-policy/src/main.js +0 -0
  154. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/src/main.js +0 -0
  155. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/x-content-type-options/README.md +0 -0
  156. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/x-content-type-options/package.json +0 -0
  157. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/x-content-type-options/src/main.js +0 -0
  158. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/x-dns-prefetch-control/README.md +0 -0
  159. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/x-dns-prefetch-control/package.json +0 -0
  160. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/x-dns-prefetch-control/src/main.js +0 -0
  161. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/x-download-options/README.md +0 -0
  162. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/x-download-options/package.json +0 -0
  163. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/x-download-options/src/main.js +0 -0
  164. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/x-frame-options/README.md +0 -0
  165. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/x-frame-options/package.json +0 -0
  166. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/x-frame-options/src/main.js +0 -0
  167. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/README.md +0 -0
  168. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/package.json +0 -0
  169. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/src/main.js +0 -0
  170. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/x-xss-protection/README.md +0 -0
  171. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/x-xss-protection/package.json +0 -0
  172. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/security-headers/x-xss-protection/src/main.js +0 -0
  173. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/session/README.md +0 -0
  174. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/session/package.json +0 -0
  175. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/session/src/main.js +0 -0
  176. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/storage/README.md +0 -0
  177. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/storage/build.json +0 -0
  178. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/storage/package.json +0 -0
  179. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/storage/src/main.js +0 -0
  180. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/validator/README.md +0 -0
  181. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/validator/build.json +0 -0
  182. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/validator/package.json +0 -0
  183. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/validator/src/form-validator.js +0 -0
  184. /package/framework/{v0.6.13 → v0.6.14}/core/plugins/lib/validator/src/main.js +0 -0
  185. /package/framework/{v0.6.13 → v0.6.14}/core/router.js +0 -0
  186. /package/framework/{v0.6.13 → v0.6.14}/core/server.express.js +0 -0
  187. /package/framework/{v0.6.13 → v0.6.14}/core/server.isaac.js +0 -0
  188. /package/framework/{v0.6.13 → v0.6.14}/core/status.codes +0 -0
  189. /package/framework/{v0.6.13 → v0.6.14}/core/template/_gitignore +0 -0
  190. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle/config/app.json +0 -0
  191. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle/config/connectors.json +0 -0
  192. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle/config/routing.json +0 -0
  193. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle/config/settings.json +0 -0
  194. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle/config/settings.server.json +0 -0
  195. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle/config/templates.json +0 -0
  196. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle/config/watchers.json +0 -0
  197. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle/controllers/controller.content.js +0 -0
  198. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle/controllers/controller.js +0 -0
  199. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle/controllers/setup.js +0 -0
  200. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle/index.js +0 -0
  201. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle/locales/en.json +0 -0
  202. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle_namespace/controllers/controller.js +0 -0
  203. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle_public/css/default.css +0 -0
  204. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle_public/css/home.css +0 -0
  205. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle_public/css/vendor/readme.md +0 -0
  206. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle_public/favicon.ico +0 -0
  207. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle_public/js/components/x-checklist.js +0 -0
  208. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle_public/js/vendor/readme.md +0 -0
  209. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle_public/manifest.webmanifest +0 -0
  210. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle_public/readme.md +0 -0
  211. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle_public/sw.js +0 -0
  212. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle_templates/handlers/main.js +0 -0
  213. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle_templates/html/content/homepage.html +0 -0
  214. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle_templates/html/includes/error-msg-noscript.html +0 -0
  215. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle_templates/html/includes/error-msg-outdated-browser.html +0 -0
  216. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle_templates/html/includes/x-checklist.html +0 -0
  217. /package/framework/{v0.6.13 → v0.6.14}/core/template/boilerplate/bundle_templates/html/layouts/main.html +0 -0
  218. /package/framework/{v0.6.13 → v0.6.14}/core/template/command/gina.bat.tpl +0 -0
  219. /package/framework/{v0.6.13 → v0.6.14}/core/template/command/gina.tpl +0 -0
  220. /package/framework/{v0.6.13 → v0.6.14}/core/template/conf/env.json +0 -0
  221. /package/framework/{v0.6.13 → v0.6.14}/core/template/conf/manifest.json +0 -0
  222. /package/framework/{v0.6.13 → v0.6.14}/core/template/conf/package.json +0 -0
  223. /package/framework/{v0.6.13 → v0.6.14}/core/template/conf/settings.json +0 -0
  224. /package/framework/{v0.6.13 → v0.6.14}/core/template/conf/statics.json +0 -0
  225. /package/framework/{v0.6.13 → v0.6.14}/core/template/conf/templates.json +0 -0
  226. /package/framework/{v0.6.13 → v0.6.14}/core/template/error/client/json/401.json +0 -0
  227. /package/framework/{v0.6.13 → v0.6.14}/core/template/error/client/json/403.json +0 -0
  228. /package/framework/{v0.6.13 → v0.6.14}/core/template/error/client/json/404.json +0 -0
  229. /package/framework/{v0.6.13 → v0.6.14}/core/template/error/server/html/50x.html +0 -0
  230. /package/framework/{v0.6.13 → v0.6.14}/core/template/error/server/json/500.json +0 -0
  231. /package/framework/{v0.6.13 → v0.6.14}/core/template/error/server/json/503.json +0 -0
  232. /package/framework/{v0.6.13 → v0.6.14}/core/template/extensions/logger/config.json +0 -0
  233. /package/framework/{v0.6.13 → v0.6.14}/helpers/console.js +0 -0
  234. /package/framework/{v0.6.13 → v0.6.14}/helpers/context.js +0 -0
  235. /package/framework/{v0.6.13 → v0.6.14}/helpers/data/LICENSE +0 -0
  236. /package/framework/{v0.6.13 → v0.6.14}/helpers/data/README.md +0 -0
  237. /package/framework/{v0.6.13 → v0.6.14}/helpers/data/package.json +0 -0
  238. /package/framework/{v0.6.13 → v0.6.14}/helpers/data/src/main.js +0 -0
  239. /package/framework/{v0.6.13 → v0.6.14}/helpers/dateFormat.js +0 -0
  240. /package/framework/{v0.6.13 → v0.6.14}/helpers/index.js +0 -0
  241. /package/framework/{v0.6.13 → v0.6.14}/helpers/json/LICENSE +0 -0
  242. /package/framework/{v0.6.13 → v0.6.14}/helpers/json/README.md +0 -0
  243. /package/framework/{v0.6.13 → v0.6.14}/helpers/json/package.json +0 -0
  244. /package/framework/{v0.6.13 → v0.6.14}/helpers/json/src/main.js +0 -0
  245. /package/framework/{v0.6.13 → v0.6.14}/helpers/path.js +0 -0
  246. /package/framework/{v0.6.13 → v0.6.14}/helpers/plugins/README.md +0 -0
  247. /package/framework/{v0.6.13 → v0.6.14}/helpers/plugins/package.json +0 -0
  248. /package/framework/{v0.6.13 → v0.6.14}/helpers/plugins/src/api-error.js +0 -0
  249. /package/framework/{v0.6.13 → v0.6.14}/helpers/plugins/src/main.js +0 -0
  250. /package/framework/{v0.6.13 → v0.6.14}/helpers/prototypes.js +0 -0
  251. /package/framework/{v0.6.13 → v0.6.14}/helpers/task.js +0 -0
  252. /package/framework/{v0.6.13 → v0.6.14}/helpers/text.js +0 -0
  253. /package/framework/{v0.6.13 → v0.6.14}/lib/admin/package.json +0 -0
  254. /package/framework/{v0.6.13 → v0.6.14}/lib/admin/src/main.js +0 -0
  255. /package/framework/{v0.6.13 → v0.6.14}/lib/archiver/README.md +0 -0
  256. /package/framework/{v0.6.13 → v0.6.14}/lib/archiver/build.json +0 -0
  257. /package/framework/{v0.6.13 → v0.6.14}/lib/archiver/package.json +0 -0
  258. /package/framework/{v0.6.13 → v0.6.14}/lib/archiver/src/dep/jszip.min.js +0 -0
  259. /package/framework/{v0.6.13 → v0.6.14}/lib/archiver/src/main.js +0 -0
  260. /package/framework/{v0.6.13 → v0.6.14}/lib/async/package.json +0 -0
  261. /package/framework/{v0.6.13 → v0.6.14}/lib/async/src/main.js +0 -0
  262. /package/framework/{v0.6.13 → v0.6.14}/lib/audit/package.json +0 -0
  263. /package/framework/{v0.6.13 → v0.6.14}/lib/audit/src/main.js +0 -0
  264. /package/framework/{v0.6.13 → v0.6.14}/lib/audit-store.js +0 -0
  265. /package/framework/{v0.6.13 → v0.6.14}/lib/authn/package.json +0 -0
  266. /package/framework/{v0.6.13 → v0.6.14}/lib/authn/src/lockout.js +0 -0
  267. /package/framework/{v0.6.13 → v0.6.14}/lib/authn/src/main.js +0 -0
  268. /package/framework/{v0.6.13 → v0.6.14}/lib/authn/src/totp.js +0 -0
  269. /package/framework/{v0.6.13 → v0.6.14}/lib/authz-gate/package.json +0 -0
  270. /package/framework/{v0.6.13 → v0.6.14}/lib/authz-gate/src/main.js +0 -0
  271. /package/framework/{v0.6.13 → v0.6.14}/lib/cache/README.md +0 -0
  272. /package/framework/{v0.6.13 → v0.6.14}/lib/cache/build.json +0 -0
  273. /package/framework/{v0.6.13 → v0.6.14}/lib/cache/package.json +0 -0
  274. /package/framework/{v0.6.13 → v0.6.14}/lib/cache/src/main.js +0 -0
  275. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/aliases.json +0 -0
  276. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/audit/arguments.json +0 -0
  277. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/audit/help.txt +0 -0
  278. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/audit/verify.js +0 -0
  279. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/bundle/add.js +0 -0
  280. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/bundle/arguments.json +0 -0
  281. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/bundle/build.js +0 -0
  282. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/bundle/copy.js +0 -0
  283. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/bundle/cp.js +0 -0
  284. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/bundle/help.js +0 -0
  285. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/bundle/help.txt +0 -0
  286. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/bundle/inc/name-rewrite.js +0 -0
  287. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/bundle/list.js +0 -0
  288. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/bundle/man.js +0 -0
  289. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/bundle/mcp-start.js +0 -0
  290. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/bundle/mcp.js +0 -0
  291. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/bundle/oas.js +0 -0
  292. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/bundle/openapi.js +0 -0
  293. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/bundle/remove.js +0 -0
  294. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/bundle/rename.js +0 -0
  295. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/bundle/restart.js +0 -0
  296. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/bundle/rm.js +0 -0
  297. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/bundle/start.js +0 -0
  298. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/bundle/status.js +0 -0
  299. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/bundle/stop.js +0 -0
  300. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/bundle/types.js +0 -0
  301. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/cache/arguments.json +0 -0
  302. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/cache/clear.js +0 -0
  303. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/cache/help.txt +0 -0
  304. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/cache/stats.js +0 -0
  305. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/connector/add.js +0 -0
  306. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/connector/arguments.json +0 -0
  307. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/connector/help.js +0 -0
  308. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/connector/help.txt +0 -0
  309. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/connector/infer.js +0 -0
  310. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/connector/list.js +0 -0
  311. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/connector/migrate.js +0 -0
  312. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/connector/models.js +0 -0
  313. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/connector/remove.js +0 -0
  314. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/connector/rm.js +0 -0
  315. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/connector/test.js +0 -0
  316. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/container/arguments.json +0 -0
  317. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/container/help.js +0 -0
  318. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/container/help.txt +0 -0
  319. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/container/man.js +0 -0
  320. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/container/ps.js +0 -0
  321. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/container/stop.js +0 -0
  322. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/controller/add.js +0 -0
  323. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/controller/arguments.json +0 -0
  324. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/controller/help.txt +0 -0
  325. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/controller/inc/args.js +0 -0
  326. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/controller/inc/namespace.js +0 -0
  327. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/controller/inc/reference-rewrite.js +0 -0
  328. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/controller/inc/reference-scan.js +0 -0
  329. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/controller/inc/scaffold.js +0 -0
  330. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/controller/remove.js +0 -0
  331. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/controller/rename.js +0 -0
  332. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/controller/rm.js +0 -0
  333. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/env/add.js +0 -0
  334. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/env/get.js +0 -0
  335. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/env/help.js +0 -0
  336. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/env/help.txt +0 -0
  337. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/env/link-dev.js +0 -0
  338. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/env/list.js +0 -0
  339. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/env/remove.js +0 -0
  340. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/env/rm.js +0 -0
  341. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/env/set.js +0 -0
  342. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/env/unset.js +0 -0
  343. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/env/use.js +0 -0
  344. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/framework/add.js +0 -0
  345. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/framework/arguments.json +0 -0
  346. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/framework/build.js +0 -0
  347. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/framework/dot.js +0 -0
  348. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/framework/get.js +0 -0
  349. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/framework/help.js +0 -0
  350. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/framework/help.txt +0 -0
  351. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/framework/init.js +0 -0
  352. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/framework/link-node-modules.js +0 -0
  353. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/framework/link.js +0 -0
  354. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/framework/list.js +0 -0
  355. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/framework/man.js +0 -0
  356. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/framework/msg.json +0 -0
  357. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/framework/open.js +0 -0
  358. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/framework/remove.js +0 -0
  359. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/framework/reset.js +0 -0
  360. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/framework/restart.js +0 -0
  361. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/framework/set.js +0 -0
  362. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/framework/start.js +0 -0
  363. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/framework/status.js +0 -0
  364. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/framework/stop.js +0 -0
  365. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/framework/tail.js +0 -0
  366. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/framework/update.js +0 -0
  367. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/framework/version.js +0 -0
  368. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/gina-dev.1.md +0 -0
  369. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/gina-framework.1.md +0 -0
  370. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/gina.1.md +0 -0
  371. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/helper.js +0 -0
  372. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/i18n/add.js +0 -0
  373. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/i18n/arguments.json +0 -0
  374. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/i18n/export.js +0 -0
  375. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/i18n/help.js +0 -0
  376. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/i18n/help.txt +0 -0
  377. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/i18n/import.js +0 -0
  378. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/i18n/scan.js +0 -0
  379. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/image/_host.js +0 -0
  380. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/image/arguments.json +0 -0
  381. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/image/build.js +0 -0
  382. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/image/help.js +0 -0
  383. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/image/help.txt +0 -0
  384. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/image/list.js +0 -0
  385. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/image/man.js +0 -0
  386. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/image/rm.js +0 -0
  387. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/image/run.js +0 -0
  388. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/index.js +0 -0
  389. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/inspector/help.js +0 -0
  390. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/inspector/help.txt +0 -0
  391. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/inspector/open.js +0 -0
  392. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/man-render.js +0 -0
  393. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/minion/arguments.json +0 -0
  394. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/minion/help.js +0 -0
  395. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/minion/help.txt +0 -0
  396. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/minion/kill.js +0 -0
  397. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/minion/list.js +0 -0
  398. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/msg.json +0 -0
  399. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/port/help.js +0 -0
  400. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/port/help.txt +0 -0
  401. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/port/inc/scan.js +0 -0
  402. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/port/list.js +0 -0
  403. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/port/reset.js +0 -0
  404. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/port/set.js +0 -0
  405. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/project/add.js +0 -0
  406. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/project/arguments.json +0 -0
  407. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/project/backup.js +0 -0
  408. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/project/build.js +0 -0
  409. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/project/help.js +0 -0
  410. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/project/help.txt +0 -0
  411. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/project/import.js +0 -0
  412. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/project/list.js +0 -0
  413. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/project/man.js +0 -0
  414. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/project/move.js +0 -0
  415. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/project/remove.js +0 -0
  416. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/project/rename.js +0 -0
  417. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/project/restart.js +0 -0
  418. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/project/restore.js +0 -0
  419. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/project/rm.js +0 -0
  420. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/project/start.js +0 -0
  421. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/project/status.js +0 -0
  422. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/project/stop.js +0 -0
  423. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/protocol/arguments.json +0 -0
  424. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/protocol/help.js +0 -0
  425. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/protocol/help.txt +0 -0
  426. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/protocol/list.js +0 -0
  427. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/protocol/remove.js +0 -0
  428. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/protocol/set.js +0 -0
  429. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/scope/add.js +0 -0
  430. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/scope/help.js +0 -0
  431. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/scope/help.txt +0 -0
  432. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/scope/link-local.js +0 -0
  433. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/scope/link-production.js +0 -0
  434. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/scope/list.js +0 -0
  435. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/scope/remove.js +0 -0
  436. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/scope/rm.js +0 -0
  437. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/scope/use.js +0 -0
  438. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/secrets/arguments.json +0 -0
  439. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/secrets/help.js +0 -0
  440. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/secrets/help.txt +0 -0
  441. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/service/help.js +0 -0
  442. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/service/help.txt +0 -0
  443. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/service/list.js +0 -0
  444. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/service/man.js +0 -0
  445. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/service/start.js +0 -0
  446. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/storage/arguments.json +0 -0
  447. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/storage/gc.js +0 -0
  448. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/storage/help.txt +0 -0
  449. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/storage/stats.js +0 -0
  450. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/storage/verify.js +0 -0
  451. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd/view/add.js +0 -0
  452. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd-status-format/package.json +0 -0
  453. /package/framework/{v0.6.13 → v0.6.14}/lib/cmd-status-format/src/main.js +0 -0
  454. /package/framework/{v0.6.13 → v0.6.14}/lib/collection/README.md +0 -0
  455. /package/framework/{v0.6.13 → v0.6.14}/lib/collection/build.json +0 -0
  456. /package/framework/{v0.6.13 → v0.6.14}/lib/collection/package.json +0 -0
  457. /package/framework/{v0.6.13 → v0.6.14}/lib/config.js +0 -0
  458. /package/framework/{v0.6.13 → v0.6.14}/lib/connector-config/package.json +0 -0
  459. /package/framework/{v0.6.13 → v0.6.14}/lib/connector-config/src/main.js +0 -0
  460. /package/framework/{v0.6.13 → v0.6.14}/lib/connector-error/package.json +0 -0
  461. /package/framework/{v0.6.13 → v0.6.14}/lib/connector-error/src/main.js +0 -0
  462. /package/framework/{v0.6.13 → v0.6.14}/lib/connector-registry/package.json +0 -0
  463. /package/framework/{v0.6.13 → v0.6.14}/lib/connector-registry/src/main.js +0 -0
  464. /package/framework/{v0.6.13 → v0.6.14}/lib/cron/README.md +0 -0
  465. /package/framework/{v0.6.13 → v0.6.14}/lib/cron/package.json +0 -0
  466. /package/framework/{v0.6.13 → v0.6.14}/lib/cron/src/main.js +0 -0
  467. /package/framework/{v0.6.13 → v0.6.14}/lib/domain/LICENSE +0 -0
  468. /package/framework/{v0.6.13 → v0.6.14}/lib/domain/README.md +0 -0
  469. /package/framework/{v0.6.13 → v0.6.14}/lib/domain/package.json +0 -0
  470. /package/framework/{v0.6.13 → v0.6.14}/lib/domain/src/main.js +0 -0
  471. /package/framework/{v0.6.13 → v0.6.14}/lib/dto/package.json +0 -0
  472. /package/framework/{v0.6.13 → v0.6.14}/lib/dto/src/main.js +0 -0
  473. /package/framework/{v0.6.13 → v0.6.14}/lib/dto-pipe/package.json +0 -0
  474. /package/framework/{v0.6.13 → v0.6.14}/lib/dto-pipe/src/main.js +0 -0
  475. /package/framework/{v0.6.13 → v0.6.14}/lib/dto-types/package.json +0 -0
  476. /package/framework/{v0.6.13 → v0.6.14}/lib/dto-types/src/main.js +0 -0
  477. /package/framework/{v0.6.13 → v0.6.14}/lib/generator/index.js +0 -0
  478. /package/framework/{v0.6.13 → v0.6.14}/lib/i18n/package.json +0 -0
  479. /package/framework/{v0.6.13 → v0.6.14}/lib/i18n/src/main.js +0 -0
  480. /package/framework/{v0.6.13 → v0.6.14}/lib/image-build/package.json +0 -0
  481. /package/framework/{v0.6.13 → v0.6.14}/lib/image-build/src/main.js +0 -0
  482. /package/framework/{v0.6.13 → v0.6.14}/lib/index.js +0 -0
  483. /package/framework/{v0.6.13 → v0.6.14}/lib/inherits/LICENSE +0 -0
  484. /package/framework/{v0.6.13 → v0.6.14}/lib/inherits/README.md +0 -0
  485. /package/framework/{v0.6.13 → v0.6.14}/lib/inherits/package.json +0 -0
  486. /package/framework/{v0.6.13 → v0.6.14}/lib/inherits/src/main.js +0 -0
  487. /package/framework/{v0.6.13 → v0.6.14}/lib/inspector-events/package.json +0 -0
  488. /package/framework/{v0.6.13 → v0.6.14}/lib/inspector-events/src/main.js +0 -0
  489. /package/framework/{v0.6.13 → v0.6.14}/lib/inspector-redact/package.json +0 -0
  490. /package/framework/{v0.6.13 → v0.6.14}/lib/inspector-redact/src/main.js +0 -0
  491. /package/framework/{v0.6.13 → v0.6.14}/lib/instrument/package.json +0 -0
  492. /package/framework/{v0.6.13 → v0.6.14}/lib/instrument/src/main.js +0 -0
  493. /package/framework/{v0.6.13 → v0.6.14}/lib/job/package.json +0 -0
  494. /package/framework/{v0.6.13 → v0.6.14}/lib/job/src/main.js +0 -0
  495. /package/framework/{v0.6.13 → v0.6.14}/lib/job-store.js +0 -0
  496. /package/framework/{v0.6.13 → v0.6.14}/lib/json-config-header/package.json +0 -0
  497. /package/framework/{v0.6.13 → v0.6.14}/lib/json-config-header/src/main.js +0 -0
  498. /package/framework/{v0.6.13 → v0.6.14}/lib/kv/package.json +0 -0
  499. /package/framework/{v0.6.13 → v0.6.14}/lib/kv/src/main.js +0 -0
  500. /package/framework/{v0.6.13 → v0.6.14}/lib/kv-store.js +0 -0
  501. /package/framework/{v0.6.13 → v0.6.14}/lib/loading-state/package.json +0 -0
  502. /package/framework/{v0.6.13 → v0.6.14}/lib/loading-state/src/main.js +0 -0
  503. /package/framework/{v0.6.13 → v0.6.14}/lib/logger/README.md +0 -0
  504. /package/framework/{v0.6.13 → v0.6.14}/lib/logger/package.json +0 -0
  505. /package/framework/{v0.6.13 → v0.6.14}/lib/logger/src/containers/default/index.js +0 -0
  506. /package/framework/{v0.6.13 → v0.6.14}/lib/logger/src/containers/file/index.js +0 -0
  507. /package/framework/{v0.6.13 → v0.6.14}/lib/logger/src/containers/file/lib/logrotator/README.md +0 -0
  508. /package/framework/{v0.6.13 → v0.6.14}/lib/logger/src/containers/file/lib/logrotator/index.js +0 -0
  509. /package/framework/{v0.6.13 → v0.6.14}/lib/logger/src/containers/mq/index.js +0 -0
  510. /package/framework/{v0.6.13 → v0.6.14}/lib/logger/src/containers/mq/listener.js +0 -0
  511. /package/framework/{v0.6.13 → v0.6.14}/lib/logger/src/containers/mq/speaker.js +0 -0
  512. /package/framework/{v0.6.13 → v0.6.14}/lib/logger/src/helper.js +0 -0
  513. /package/framework/{v0.6.13 → v0.6.14}/lib/logger/src/main.js +0 -0
  514. /package/framework/{v0.6.13 → v0.6.14}/lib/maintenance/package.json +0 -0
  515. /package/framework/{v0.6.13 → v0.6.14}/lib/maintenance/src/main.js +0 -0
  516. /package/framework/{v0.6.13 → v0.6.14}/lib/math/index.js +0 -0
  517. /package/framework/{v0.6.13 → v0.6.14}/lib/mcp-dispatch/package.json +0 -0
  518. /package/framework/{v0.6.13 → v0.6.14}/lib/mcp-dispatch/src/main.js +0 -0
  519. /package/framework/{v0.6.13 → v0.6.14}/lib/mcp-http/package.json +0 -0
  520. /package/framework/{v0.6.13 → v0.6.14}/lib/mcp-http/src/main.js +0 -0
  521. /package/framework/{v0.6.13 → v0.6.14}/lib/mcp-server/package.json +0 -0
  522. /package/framework/{v0.6.13 → v0.6.14}/lib/mcp-server/src/main.js +0 -0
  523. /package/framework/{v0.6.13 → v0.6.14}/lib/merge/README.md +0 -0
  524. /package/framework/{v0.6.13 → v0.6.14}/lib/merge/package.json +0 -0
  525. /package/framework/{v0.6.13 → v0.6.14}/lib/merge/src/main.js +0 -0
  526. /package/framework/{v0.6.13 → v0.6.14}/lib/metrics/package.json +0 -0
  527. /package/framework/{v0.6.13 → v0.6.14}/lib/metrics/src/main.js +0 -0
  528. /package/framework/{v0.6.13 → v0.6.14}/lib/model.js +0 -0
  529. /package/framework/{v0.6.13 → v0.6.14}/lib/net-locality/package.json +0 -0
  530. /package/framework/{v0.6.13 → v0.6.14}/lib/net-locality/src/main.js +0 -0
  531. /package/framework/{v0.6.13 → v0.6.14}/lib/nunjucks-filters/README.md +0 -0
  532. /package/framework/{v0.6.13 → v0.6.14}/lib/nunjucks-filters/package.json +0 -0
  533. /package/framework/{v0.6.13 → v0.6.14}/lib/nunjucks-filters/src/main.js +0 -0
  534. /package/framework/{v0.6.13 → v0.6.14}/lib/nunjucks-resolver/package.json +0 -0
  535. /package/framework/{v0.6.13 → v0.6.14}/lib/nunjucks-resolver/src/main.js +0 -0
  536. /package/framework/{v0.6.13 → v0.6.14}/lib/proc.js +0 -0
  537. /package/framework/{v0.6.13 → v0.6.14}/lib/push/package.json +0 -0
  538. /package/framework/{v0.6.13 → v0.6.14}/lib/push/src/main.js +0 -0
  539. /package/framework/{v0.6.13 → v0.6.14}/lib/rate-limit/package.json +0 -0
  540. /package/framework/{v0.6.13 → v0.6.14}/lib/rate-limit/src/main.js +0 -0
  541. /package/framework/{v0.6.13 → v0.6.14}/lib/release-watch/package.json +0 -0
  542. /package/framework/{v0.6.13 → v0.6.14}/lib/release-watch/src/main.js +0 -0
  543. /package/framework/{v0.6.13 → v0.6.14}/lib/render-cache/package.json +0 -0
  544. /package/framework/{v0.6.13 → v0.6.14}/lib/render-cache/src/main.js +0 -0
  545. /package/framework/{v0.6.13 → v0.6.14}/lib/render-cache-store.js +0 -0
  546. /package/framework/{v0.6.13 → v0.6.14}/lib/routing/README.md +0 -0
  547. /package/framework/{v0.6.13 → v0.6.14}/lib/routing/build.json +0 -0
  548. /package/framework/{v0.6.13 → v0.6.14}/lib/routing/package.json +0 -0
  549. /package/framework/{v0.6.13 → v0.6.14}/lib/routing/src/main.js +0 -0
  550. /package/framework/{v0.6.13 → v0.6.14}/lib/routing/src/radix.js +0 -0
  551. /package/framework/{v0.6.13 → v0.6.14}/lib/routing-introspect/package.json +0 -0
  552. /package/framework/{v0.6.13 → v0.6.14}/lib/routing-introspect/src/main.js +0 -0
  553. /package/framework/{v0.6.13 → v0.6.14}/lib/secrets/package.json +0 -0
  554. /package/framework/{v0.6.13 → v0.6.14}/lib/secrets/src/env-file.js +0 -0
  555. /package/framework/{v0.6.13 → v0.6.14}/lib/session-store.js +0 -0
  556. /package/framework/{v0.6.13 → v0.6.14}/lib/shell.js +0 -0
  557. /package/framework/{v0.6.13 → v0.6.14}/lib/sqlite-driver.js +0 -0
  558. /package/framework/{v0.6.13 → v0.6.14}/lib/state.js +0 -0
  559. /package/framework/{v0.6.13 → v0.6.14}/lib/storage/package.json +0 -0
  560. /package/framework/{v0.6.13 → v0.6.14}/lib/storage/src/local-cas.js +0 -0
  561. /package/framework/{v0.6.13 → v0.6.14}/lib/storage/src/local-stream.js +0 -0
  562. /package/framework/{v0.6.13 → v0.6.14}/lib/storage/src/local.js +0 -0
  563. /package/framework/{v0.6.13 → v0.6.14}/lib/storage/src/main.js +0 -0
  564. /package/framework/{v0.6.13 → v0.6.14}/lib/storage/src/meta-store.js +0 -0
  565. /package/framework/{v0.6.13 → v0.6.14}/lib/storage/src/s3.js +0 -0
  566. /package/framework/{v0.6.13 → v0.6.14}/lib/storage/src/util.js +0 -0
  567. /package/framework/{v0.6.13 → v0.6.14}/lib/storage-store.js +0 -0
  568. /package/framework/{v0.6.13 → v0.6.14}/lib/swig-filters/README.md +0 -0
  569. /package/framework/{v0.6.13 → v0.6.14}/lib/swig-filters/package.json +0 -0
  570. /package/framework/{v0.6.13 → v0.6.14}/lib/swig-filters/src/main.js +0 -0
  571. /package/framework/{v0.6.13 → v0.6.14}/lib/swig-resolver/package.json +0 -0
  572. /package/framework/{v0.6.13 → v0.6.14}/lib/swig-resolver/src/main.js +0 -0
  573. /package/framework/{v0.6.13 → v0.6.14}/lib/template-loaders/package.json +0 -0
  574. /package/framework/{v0.6.13 → v0.6.14}/lib/template-loaders/src/loaders/http.js +0 -0
  575. /package/framework/{v0.6.13 → v0.6.14}/lib/template-loaders/src/loaders/memory.js +0 -0
  576. /package/framework/{v0.6.13 → v0.6.14}/lib/template-loaders/src/main.js +0 -0
  577. /package/framework/{v0.6.13 → v0.6.14}/lib/url/README.md +0 -0
  578. /package/framework/{v0.6.13 → v0.6.14}/lib/url/index.js +0 -0
  579. /package/framework/{v0.6.13 → v0.6.14}/lib/url/routing.json +0 -0
  580. /package/framework/{v0.6.13 → v0.6.14}/lib/uuid/package.json +0 -0
  581. /package/framework/{v0.6.13 → v0.6.14}/lib/uuid/src/main.js +0 -0
  582. /package/framework/{v0.6.13 → v0.6.14}/lib/validator.js +0 -0
  583. /package/framework/{v0.6.13 → v0.6.14}/lib/watcher/package.json +0 -0
  584. /package/framework/{v0.6.13 → v0.6.14}/lib/watcher/src/main.js +0 -0
  585. /package/framework/{v0.6.13 → v0.6.14}/lib/ws-framing/package.json +0 -0
  586. /package/framework/{v0.6.13 → v0.6.14}/lib/ws-framing/src/main.js +0 -0
  587. /package/framework/{v0.6.13 → v0.6.14}/lib/ws-query/package.json +0 -0
  588. /package/framework/{v0.6.13 → v0.6.14}/lib/ws-query/src/main.js +0 -0
  589. /package/framework/{v0.6.13 → v0.6.14}/lib/ws-session/package.json +0 -0
  590. /package/framework/{v0.6.13 → v0.6.14}/lib/ws-session/src/main.js +0 -0
@@ -4249,18 +4249,88 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
4249
4249
 
4250
4250
  };
4251
4251
 
4252
+ /**
4253
+ * #B399 — own an async app-callback rejection at every query delivery seam.
4254
+ * `query()` delivers outcomes to the app through a Node-style callback (or
4255
+ * the `{onComplete}` facade registering one): a SYNC throw inside that
4256
+ * callback is caught by the success-delivery guards, but an `async`
4257
+ * callback's rejected promise passed through every bare `callback(...)` /
4258
+ * `cb(...)` delivery unowned — no response, the request hung to
4259
+ * client/proxy timeout, and the only trace floated to the process-level
4260
+ * rejection handler (same class as the reserved-action hook half of
4261
+ * #B399). Every app-callback delivery expression is wrapped with this
4262
+ * helper: a thenable return gets a `.catch` routing to the same
4263
+ * `throwError` shape the sync-delivery catches build (flat 500 — parity
4264
+ * with those guards). Sync behaviour at every wrapped site is
4265
+ * byte-unchanged, plain callbacks mint zero promises, and a callback that
4266
+ * already responded before rejecting is absorbed by the #B31
4267
+ * released-response guard (warn + ignore).
4268
+ *
4269
+ * @inner
4270
+ * @param {*} result - the app callback's return value
4271
+ * @returns {*} `result`, unchanged
4272
+ */
4273
+ var _ownAsyncCbRejection = function(result) {
4274
+ if ( result && typeof(result.then) == 'function' ) {
4275
+ result.catch(function(asyncErr) {
4276
+ var infos = local.options, controllerName = infos.controller.substring(infos.controller.lastIndexOf('/'));
4277
+ var msg = 'Controller Query Exception on async callback rejection.\nBundle: '+ infos.bundle +'\nController File: /controllers'+ controllerName +'\nControl: this.'+ infos.control +'(...)\n\r' + ( asyncErr && (asyncErr.stack || asyncErr.message) || String(asyncErr) );
4278
+ var exception = new Error(msg);
4279
+ exception.status = 500;
4280
+ self.throwError(exception);
4281
+ });
4282
+ }
4283
+ return result;
4284
+ };
4285
+
4286
+ /**
4287
+ * Owns a SYNCHRONOUS app-callback throw on a transport-error delivery (#B402).
4288
+ * The error-path deliveries had no try/catch at all: on the event/timer-frame
4289
+ * sites a sync throw escaped to the process handler (lib/proc.js emerg + SIGTERM
4290
+ * -- a whole-bundle kill on both engines for consumer bundles), and on the
4291
+ * caller-frame sites it re-entered the query-scope catch, invoking the app
4292
+ * callback a second time with its own exception. Same exception shape as the
4293
+ * sync-delivery catches, distinct marker, flat 500; the #ERRREF ref and pairing
4294
+ * line are minted inside throwError itself.
4295
+ *
4296
+ * @inner
4297
+ * @param {*} syncErr - whatever the app callback threw
4298
+ * @returns {boolean|undefined} the self.throwError(exception) return value
4299
+ */
4300
+ var _ownSyncCbThrow = function(syncErr) {
4301
+ var infos = local.options, controllerName = infos.controller.substring(infos.controller.lastIndexOf('/'));
4302
+ var msg = 'Controller Query Exception on transport-error callback throw.\nBundle: '+ infos.bundle +'\nController File: /controllers'+ controllerName +'\nControl: this.'+ infos.control +'(...)\n\r' + ( syncErr && (syncErr.stack || syncErr.message) || String(syncErr) );
4303
+ var exception = new Error(msg);
4304
+ exception.status = 500;
4305
+ return self.throwError(exception);
4306
+ };
4307
+
4252
4308
  /**
4253
4309
  * Make an outbound HTTP/HTTPS request from a controller action.
4254
4310
  *
4255
4311
  * Accepts arguments in any of these forms:
4256
4312
  * - `query(options, data, callback)`
4257
4313
  * - `query(options, callback)`
4258
- * - `query(options, data)` — returns a Promise when the last arg is not a function
4314
+ * - `query(options, data)` — returns a handle exposing `onComplete(cb)`.
4315
+ * The handle is NOT a thenable — to `await`, promisify the call the way
4316
+ * the framework does internally:
4317
+ * `await require('util').promisify(self.query)(options, {})`.
4318
+ * A non-2xx upstream status rejects the promisified call with the plain
4319
+ * `{status, error, message}` object; a connection failure rejects with a
4320
+ * native `Error`.
4321
+ * `onComplete(cb)` itself delivers err-first (#B404): on failure
4322
+ * `cb(err)` with `data` undefined — a plain `{status, error}` object for
4323
+ * a non-2xx status or a transport failure, a native `Error` for a
4324
+ * pre-transport failure (missing host, unreadable certificate, open
4325
+ * circuit) — and on success `cb(false, data)`.
4326
+ *
4327
+ * An `async` callback's rejected promise is owned at every delivery seam
4328
+ * (#B399): it answers 500 instead of leaving the request hanging.
4259
4329
  *
4260
4330
  * @param {object} options - Request options (host, port, path, method, …)
4261
4331
  * @param {object} [data] - Request body / query params
4262
- * @param {function} [callback] - `callback(err, result)` — omit to get a Promise
4263
- * @returns {void|Promise}
4332
+ * @param {function} [callback] - `callback(err, result)` — omit to get the onComplete handle
4333
+ * @returns {void|object} `undefined` in callback form; the `{onComplete}` handle otherwise
4264
4334
  */
4265
4335
  // replaced: arguments object — use named params (#P23)
4266
4336
  this.query = function(options, data, callback) {
@@ -4333,9 +4403,15 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
4333
4403
  if ( !options.host && !options.hostname ) {
4334
4404
  err = new Error('SuperController::query() needs at least a `host IP` or a `hostname`');
4335
4405
  if (callback) {
4336
- return callback(err)
4406
+ try {
4407
+ return _ownAsyncCbRejection(callback(err))
4408
+ } catch (_syncCbErr) {
4409
+ return _ownSyncCbThrow(_syncCbErr);
4410
+ }
4337
4411
  }
4338
- self.emit('query#complete', err)
4412
+ // #B404 by-catch — mirror the callback branch's return: without it the
4413
+ // emitter branch fell through and the doomed query kept executing.
4414
+ return self.emit('query#complete', err)
4339
4415
  }
4340
4416
 
4341
4417
 
@@ -4535,7 +4611,11 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
4535
4611
  return;
4536
4612
  }
4537
4613
  if (callback) {
4538
- return callback(_cbErr);
4614
+ try {
4615
+ return _ownAsyncCbRejection(callback(_cbErr));
4616
+ } catch (_syncCbErr) {
4617
+ return _ownSyncCbThrow(_syncCbErr);
4618
+ }
4539
4619
  }
4540
4620
  return self.emit('query#complete', _cbErr);
4541
4621
  }
@@ -4571,7 +4651,11 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
4571
4651
 
4572
4652
  } catch(err) {
4573
4653
  if (callback) {
4574
- return callback(err)
4654
+ try {
4655
+ return _ownAsyncCbRejection(callback(err))
4656
+ } catch (_syncCbErr) {
4657
+ return _ownSyncCbThrow(_syncCbErr);
4658
+ }
4575
4659
  }
4576
4660
  self.emit('query#complete', err)
4577
4661
  }
@@ -4955,7 +5039,11 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
4955
5039
  }
4956
5040
  } catch(err) {
4957
5041
  if ( typeof(callback) != 'undefined' ) {
4958
- return callback(err)
5042
+ try {
5043
+ return _ownAsyncCbRejection(callback(err))
5044
+ } catch (_syncCbErr) {
5045
+ return _ownSyncCbThrow(_syncCbErr);
5046
+ }
4959
5047
  }
4960
5048
 
4961
5049
  return self.emit('query#complete', err);
@@ -5002,7 +5090,11 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
5002
5090
  };
5003
5091
 
5004
5092
  if ( typeof(callback) != 'undefined' ) {
5005
- return callback(err)
5093
+ try {
5094
+ return _ownAsyncCbRejection(callback(err))
5095
+ } catch (_syncCbErr) {
5096
+ return _ownSyncCbThrow(_syncCbErr);
5097
+ }
5006
5098
  }
5007
5099
 
5008
5100
  return self.emit('query#complete', err)
@@ -5028,10 +5120,10 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
5028
5120
  // preventing controllers from implementing graceful degradation (e.g. degraded
5029
5121
  // mode when a non-critical upstream service fails). Pass the error to the
5030
5122
  // callback so the caller decides whether to degrade or surface it. (#Q1)
5031
- return callback(data);
5123
+ return _ownAsyncCbRejection(callback(data));
5032
5124
  }
5033
5125
 
5034
- return callback( false, data );
5126
+ return _ownAsyncCbRejection(callback( false, data ));
5035
5127
  } catch (e) {
5036
5128
  var infos = local.options, controllerName = infos.controller.substring(infos.controller.lastIndexOf('/'));
5037
5129
  var msg = 'Controller Query Exception while catching back.\nBundle: '+ infos.bundle +'\nController File: /controllers'+ controllerName +'\nControl: this.'+ infos.control +'(...)\n\r' + e.stack;
@@ -5099,7 +5191,11 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
5099
5191
  // - you are trying to query using: `enctype="multipart/form-data"`
5100
5192
  // -
5101
5193
  if ( typeof(callback) != 'undefined' ) {
5102
- return callback(err)
5194
+ try {
5195
+ return _ownAsyncCbRejection(callback(err))
5196
+ } catch (_syncCbErr) {
5197
+ return _ownSyncCbThrow(_syncCbErr);
5198
+ }
5103
5199
  }
5104
5200
 
5105
5201
  self.emit('query#complete', {
@@ -5138,11 +5234,19 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
5138
5234
  }
5139
5235
 
5140
5236
  try {
5237
+ // #B404 — error-path emits are single-argument, mirroring the
5238
+ // callback-form contract (callback(err) on failure, callback(false, data)
5239
+ // on success): deliver the payload as the error argument. Without this
5240
+ // guard the dispatch below dereferenced `data.status` with `data`
5241
+ // undefined and the catch misattributed the TypeError to the app callback.
5242
+ if ( typeof(data) == 'undefined' ) {
5243
+ return _ownAsyncCbRejection(cb(err))
5244
+ }
5141
5245
  if ( data.status && !/^2/.test(data.status) && typeof(local.options.conf.server.coreConfiguration.statusCodes[data.status]) != 'undefined') {
5142
- return cb(data)
5246
+ return _ownAsyncCbRejection(cb(data))
5143
5247
  }
5144
5248
 
5145
- return cb(err, data)
5249
+ return _ownAsyncCbRejection(cb(err, data))
5146
5250
  } catch (e) {
5147
5251
  var infos = local.options, controllerName = infos.controller.substring(infos.controller.lastIndexOf('/'));
5148
5252
  var msg = 'Controller Query Exception while catching back.\nBundle: '+ infos.bundle +'\nController File: /controllers'+ controllerName +'\nControl: this.'+ infos.control +'(...)\n\r' + e.stack;
@@ -5275,7 +5379,11 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
5275
5379
  }
5276
5380
  } catch(err) {
5277
5381
  if ( typeof(callback) != 'undefined' ) {
5278
- return callback(err)
5382
+ try {
5383
+ return _ownAsyncCbRejection(callback(err))
5384
+ } catch (_syncCbErr) {
5385
+ return _ownSyncCbThrow(_syncCbErr);
5386
+ }
5279
5387
  }
5280
5388
 
5281
5389
  return self.emit('query#complete', err);
@@ -5384,17 +5492,25 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
5384
5492
  console.error('[HTTP2] Error while enhancing connect-error message: ' + (_enhErr.stack || _enhErr.message));
5385
5493
  }
5386
5494
  }
5387
- // local.req/res may be null when the error fires outside a request context
5388
- // (background socket event) log and return instead of crashing
5389
- if (!local.req || !local.res) {
5390
- console.error('[HTTP2] Session error outside request context — cannot send error response.\n' + (error && (error.stack || error.message) || error));
5391
- return;
5392
- }
5393
- try {
5394
- self.throwError(error);
5395
- } catch (_throwErr) {
5396
- console.error('[HTTP2] self.throwError failed in error handler: ' + (_throwErr.stack || _throwErr.message));
5397
- }
5495
+ // #B403 the session-level answer is RETIRED: every live stream on a
5496
+ // failing session self-delivers through its own handlers (request
5497
+ // 'error' / 'close' / 'end' typed terminals), so this throwError only
5498
+ // raced the app callback's own response for the SAME failure and on
5499
+ // a REUSED session this closure's local/req belong to the CREATING
5500
+ // query, so it could answer with a stale request's context. Session
5501
+ // cleanup and the error log above stay; request notification is owned
5502
+ // by the stream-level deliveries.
5503
+ // // local.req/res may be null when the error fires outside a request context
5504
+ // // (background socket event) log and return instead of crashing
5505
+ // if (!local.req || !local.res) {
5506
+ // console.error('[HTTP2] Session error outside request context — cannot send error response.\n' + (error && (error.stack || error.message) || error));
5507
+ // return;
5508
+ // }
5509
+ // try {
5510
+ // self.throwError(error);
5511
+ // } catch (_throwErr) {
5512
+ // console.error('[HTTP2] self.throwError failed in error handler: ' + (_throwErr.stack || _throwErr.message));
5513
+ // }
5398
5514
  } catch (_handlerErr) {
5399
5515
  // Last-resort swallow — throwing from an 'error' listener crashes the
5400
5516
  // process. Log and return so the session failure stays contained.
@@ -5659,7 +5775,11 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
5659
5775
  // H3: if non-critical, swallow and return
5660
5776
  if (_swallowIfNonCritical(_timeoutErr)) return;
5661
5777
  if (typeof callback === 'function') {
5662
- callback(_timeoutErr);
5778
+ try {
5779
+ _ownAsyncCbRejection(callback(_timeoutErr));
5780
+ } catch (_syncCbErr) {
5781
+ _ownSyncCbThrow(_syncCbErr);
5782
+ }
5663
5783
  } else {
5664
5784
  self.emit('query#complete', { status: 503, error: _timeoutErr });
5665
5785
  }
@@ -5745,7 +5865,11 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
5745
5865
  // H3: if non-critical, swallow and return
5746
5866
  if (_swallowIfNonCritical(_ginaErr)) return;
5747
5867
  if (typeof callback !== 'undefined') {
5748
- callback(_ginaErr);
5868
+ try {
5869
+ _ownAsyncCbRejection(callback(_ginaErr));
5870
+ } catch (_syncCbErr) {
5871
+ _ownSyncCbThrow(_syncCbErr);
5872
+ }
5749
5873
  } else {
5750
5874
  self.emit('query#complete', { status: _ginaStatus, error: _ginaErr });
5751
5875
  }
@@ -5793,7 +5917,11 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
5793
5917
  // H3: if non-critical, swallow and return
5794
5918
  if (_swallowIfNonCritical(prematureCloseErr)) return;
5795
5919
  if (typeof callback !== 'undefined') {
5796
- callback(prematureCloseErr);
5920
+ try {
5921
+ _ownAsyncCbRejection(callback(prematureCloseErr));
5922
+ } catch (_syncCbErr) {
5923
+ _ownSyncCbThrow(_syncCbErr);
5924
+ }
5797
5925
  } else {
5798
5926
  self.emit('query#complete', { status: 503, error: prematureCloseErr });
5799
5927
  }
@@ -5854,7 +5982,11 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
5854
5982
  // H3: if non-critical, swallow and return
5855
5983
  if (_swallowIfNonCritical(_badGatewayErr)) return;
5856
5984
  if (typeof callback !== 'undefined') {
5857
- callback(_badGatewayErr);
5985
+ try {
5986
+ _ownAsyncCbRejection(callback(_badGatewayErr));
5987
+ } catch (_syncCbErr) {
5988
+ _ownSyncCbThrow(_syncCbErr);
5989
+ }
5858
5990
  } else {
5859
5991
  self.emit('query#complete', { status: 502, error: _badGatewayErr });
5860
5992
  }
@@ -5868,7 +6000,14 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
5868
6000
  // 3. Exception filter for ALPN or protocol mismatches
5869
6001
  if (typeof data === 'string' && /^Unknown ALPN Protocol/.test(data)) {
5870
6002
  const err = { status: 500, error: new Error(data) };
5871
- return (typeof callback !== 'undefined') ? callback(err) : self.emit('query#complete', err);
6003
+ if (typeof callback !== 'undefined') {
6004
+ try {
6005
+ return _ownAsyncCbRejection(callback(err));
6006
+ } catch (_syncCbErr) {
6007
+ return _ownSyncCbThrow(_syncCbErr);
6008
+ }
6009
+ }
6010
+ return self.emit('query#complete', err);
5872
6011
  }
5873
6012
 
5874
6013
  // 4. Data Parsing & Validation
@@ -5902,12 +6041,19 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
5902
6041
  // Error code handling (non-2xx)
5903
6042
  const statusCodes = local.options.conf.server.coreConfiguration.statusCodes;
5904
6043
  if (data.status && !/^2/.test(data.status) && typeof statusCodes[data.status] !== 'undefined') {
5905
- if (/^5/.test(data.status)) {
5906
- return callback(data);
5907
- } else {
5908
- self.throwError(data);
5909
- return;
5910
- }
6044
+ // #B405 — finishing the #Q1 migration on this transport:
6045
+ // throwError() bypasses the callback, preventing graceful
6046
+ // degradation, and left a promisified query permanently
6047
+ // unsettled on any non-5xx status. Every non-2xx now goes
6048
+ // to the callback so the caller decides — the HTTP/1.1
6049
+ // contract (see the #Q1 comment there).
6050
+ // replaced: if (/^5/.test(data.status)) {
6051
+ // replaced: (the same wrapped callback(data) delivery — 5xx-only)
6052
+ // replaced: } else {
6053
+ // replaced: self.throwError(data);
6054
+ // replaced: return;
6055
+ // replaced: }
6056
+ return _ownAsyncCbRejection(callback(data));
5911
6057
  } else {
5912
6058
  // Success path
5913
6059
  if (self && self.isHaltedRequest() && typeof local.onHaltedRequestResumed !== 'undefined') {
@@ -5943,7 +6089,7 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
5943
6089
  delete data.__ginaFlow;
5944
6090
  }
5945
6091
  }
5946
- return callback(false, data);
6092
+ return _ownAsyncCbRejection(callback(false, data));
5947
6093
  }
5948
6094
  } catch (e) {
5949
6095
  const infos = local.options;
@@ -6145,7 +6291,13 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
6145
6291
  code: 'PREFLIGHT_TIMEOUT', retryable: false, status: 503, retryCount: retryCount
6146
6292
  });
6147
6293
  if (_swallowIfNonCritical(_pfErr)) return;
6148
- if (typeof callback === 'function') return callback(_pfErr);
6294
+ if (typeof callback === 'function') {
6295
+ try {
6296
+ return _ownAsyncCbRejection(callback(_pfErr));
6297
+ } catch (_syncCbErr) {
6298
+ return _ownSyncCbThrow(_syncCbErr);
6299
+ }
6300
+ }
6149
6301
  self.emit('query#complete', { status: 503, error: _pfErr });
6150
6302
  }, HTTP2_PREFLIGHT_DEADLINE_MS);
6151
6303
 
@@ -6173,7 +6325,13 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
6173
6325
  code: 'PREFLIGHT_FAILED', retryable: false, status: 503, retryCount: retryCount
6174
6326
  });
6175
6327
  if (_swallowIfNonCritical(_pfErr2)) return;
6176
- if (typeof callback === 'function') return callback(_pfErr2);
6328
+ if (typeof callback === 'function') {
6329
+ try {
6330
+ return _ownAsyncCbRejection(callback(_pfErr2));
6331
+ } catch (_syncCbErr) {
6332
+ return _ownSyncCbThrow(_syncCbErr);
6333
+ }
6334
+ }
6177
6335
  self.emit('query#complete', { status: 503, error: _pfErr2 });
6178
6336
  return;
6179
6337
  }
@@ -6206,8 +6364,16 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
6206
6364
  }
6207
6365
 
6208
6366
  try {
6367
+ // #B404 — error-path emits are single-argument, mirroring the
6368
+ // callback-form contract (callback(err) on failure, callback(false, data)
6369
+ // on success): deliver the payload as the error argument. Without this
6370
+ // guard the dispatch below dereferenced `data.status` with `data`
6371
+ // undefined and the catch misattributed the TypeError to the app callback.
6372
+ if ( typeof(data) == 'undefined' ) {
6373
+ return _ownAsyncCbRejection(cb(err))
6374
+ }
6209
6375
  if ( data.status && !/^2/.test(data.status) && typeof(local.options.conf.server.coreConfiguration.statusCodes[data.status]) != 'undefined') {
6210
- cb(data)
6376
+ _ownAsyncCbRejection(cb(data))
6211
6377
  } else {
6212
6378
  // required when control is used in an halted state
6213
6379
  // Ref.: resumeRequest()
@@ -6215,7 +6381,7 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
6215
6381
  local.onHaltedRequestResumed(err);
6216
6382
  }
6217
6383
 
6218
- cb(err, data)
6384
+ _ownAsyncCbRejection(cb(err, data))
6219
6385
  }
6220
6386
  } catch (e) {
6221
6387
  var infos = local.options, controllerName = infos.controller.substring(infos.controller.lastIndexOf('/'));
@@ -870,6 +870,20 @@ isBundleMounted(projects, bundlesPath, getContext('bundle'), function onBundleMo
870
870
  }
871
871
  // get configuration
872
872
  gna.getProjectConfiguration( async function onGettingProjectConfig(err, project) {
873
+ // #B406 — own the WHOLE boot frame. This callback is `async`, so a
874
+ // synchronous throw anywhere in its direct frame surfaces as a promise
875
+ // REJECTION, never an exception: the caller's try/catch in
876
+ // getProjectConfiguration() can never see it, and the process-level
877
+ // unhandledRejection net above only logs at error level — no `[ emerg`
878
+ // marker for start.js's startup watchdog (stdout-only, startup-only), no
879
+ // exit. Pre-fix, a boot-time crash here left the process alive but never
880
+ // started: the daemon's 60s startup timer was the only terminal, with no
881
+ // cause attached. The catch below routes every failure in this frame —
882
+ // sync throws today, any awaited rejection tomorrow — into abort(), the
883
+ // existing boot terminal (console.emerg + synchronous stderr flush +
884
+ // exit(1)), whose emerg line is what the watchdog matches on. The body
885
+ // keeps its original indentation.
886
+ try {
873
887
 
874
888
  if (err) {
875
889
  console.error(err.stack);
@@ -2343,7 +2357,17 @@ isBundleMounted(projects, bundlesPath, getContext('bundle'), function onBundleMo
2343
2357
  abort(err)
2344
2358
  }
2345
2359
 
2346
-
2360
+ // #B406 — single owned terminal for the whole boot frame (see the header
2361
+ // comment on this callback). abort() reads err.stack through branches that
2362
+ // assume an Error-shaped value, so a non-Error rejection (throw null /
2363
+ // throw 'string') is coerced first — otherwise abort() itself would throw
2364
+ // inside this catch and the rejection would escape back to the silent net.
2365
+ } catch (bootErr) {
2366
+ if ( !(bootErr instanceof Error) ) {
2367
+ bootErr = new Error('boot frame rejected with a non-Error value: ' + String(bootErr));
2368
+ }
2369
+ abort(bootErr);
2370
+ }
2347
2371
  });//EO onDoneGettingProjectConfiguration.
2348
2372
  });
2349
2373
 
@@ -6271,6 +6271,56 @@ function Server(options) {
6271
6271
 
6272
6272
 
6273
6273
  var bodyStr = null, obj = null, exception = null;
6274
+
6275
+ /**
6276
+ * Serializes `request.query` for the GET/HEAD re-parse below,
6277
+ * unwrapping nested-JSON STRING values by PARSING them (#B407).
6278
+ *
6279
+ * A query value may legitimately arrive as serialized JSON — a
6280
+ * `?filter={"a":1}` reaches the engine query parser as the STRING
6281
+ * value `'{"a":1}'` — and the pipeline below expects it to land as
6282
+ * a real object. The previous implementation unwrapped TEXTUALLY on
6283
+ * the serialized document: two wrapper replaces for the quotes
6284
+ * around a `{`-leading value, then a blanket backslash strip to
6285
+ * clean the escapes INSIDE the unwrapped object. That strip ran
6286
+ * over the WHOLE document, destroying the escapes JSON.stringify
6287
+ * had just written for ORDINARY values: a newline (`%0A`) became
6288
+ * the letter `n`, a tab the letter `t`, a backslash vanished — and
6289
+ * a double quote in a value (or a JSON-ARRAY value, which the
6290
+ * wrapper replaces never handled) produced invalid JSON, which
6291
+ * `parseBody` reports (`[365] could not parse body`) before
6292
+ * returning undefined, so EVERY query param on the request was
6293
+ * silently dropped. Parsing each candidate value keeps the unwrap
6294
+ * intent — validated now, and correct for nested content carrying
6295
+ * escapes, which the textual unwrap also corrupted — while every
6296
+ * escape in an ordinary value survives serialization intact.
6297
+ *
6298
+ * Only own enumerable STRING values leaning `{`/`[` are candidates;
6299
+ * one that does not parse stays a verbatim string (previously that
6300
+ * shape, once the strip mangled it, also dropped the whole query).
6301
+ * The `"true"`/`"false"`/`"on"`/`"null"` text coercion at the call
6302
+ * sites is unchanged — with escapes intact it can only match
6303
+ * whole-string values, never an escaped occurrence inside one.
6304
+ *
6305
+ * @inner
6306
+ * @private
6307
+ * @param {object} query - The engine-parsed `request.query`
6308
+ * @returns {string} Serialized query, nested-JSON string values unwrapped
6309
+ */
6310
+ var serializeQueryForReparse = function (query) {
6311
+ for (var qKey in query) {
6312
+ if ( !Object.prototype.hasOwnProperty.call(query, qKey) ) continue;
6313
+ if ( typeof(query[qKey]) == 'string' && /^\s*[\{\[]/.test(query[qKey]) ) {
6314
+ try {
6315
+ query[qKey] = JSON.parse(query[qKey]);
6316
+ } catch (qParseErr) {
6317
+ // not JSON after all — keep the raw string value
6318
+ }
6319
+ }
6320
+ }
6321
+ return JSON.stringify(query);
6322
+ };
6323
+
6274
6324
  // to compare with /core/controller/controller.js -> getParams()
6275
6325
  switch( request.method.toLowerCase() ) {
6276
6326
  case 'post':
@@ -6439,7 +6489,11 @@ function Server(options) {
6439
6489
 
6440
6490
  }
6441
6491
 
6442
- bodyStr = JSON.stringify(request.query).replace(/\"{/g, '{').replace(/}\"/g, '}').replace(/\\/g, '');
6492
+ // #B407 — was: bodyStr = JSON.stringify(request.query).replace(/\"{/g, '{').replace(/}\"/g, '}').replace(/\\/g, '');
6493
+ // (see serializeQueryForReparse above: the textual unwrap's blanket backslash
6494
+ // strip corrupted every escape-bearing value and dropped the whole query on a
6495
+ // double quote or a JSON-array value)
6496
+ bodyStr = serializeQueryForReparse(request.query);
6443
6497
  // false & true case
6444
6498
  if ( /(\"false\"|\"true\"|\"on\")/i.test(bodyStr) )
6445
6499
  bodyStr = bodyStr.replace(/\"false\"/ig, false).replace(/\"true\"/ig, true).replace(/\"on\"/ig, true);
@@ -6709,7 +6763,11 @@ function Server(options) {
6709
6763
  }
6710
6764
  delete request.query.inheritedData;
6711
6765
  }
6712
- bodyStr = JSON.stringify(request.query).replace(/\"{/g, '{').replace(/}\"/g, '}').replace(/\\/g, '');
6766
+ // #B407 — was: bodyStr = JSON.stringify(request.query).replace(/\"{/g, '{').replace(/}\"/g, '}').replace(/\\/g, '');
6767
+ // (see serializeQueryForReparse above: the textual unwrap's blanket backslash
6768
+ // strip corrupted every escape-bearing value and dropped the whole query on a
6769
+ // double quote or a JSON-array value)
6770
+ bodyStr = serializeQueryForReparse(request.query);
6713
6771
  if ( /(\"false\"|\"true\"|\"on\")/i.test(bodyStr) )
6714
6772
  bodyStr = bodyStr.replace(/\"false\"/ig, false).replace(/\"true\"/ig, true).replace(/\"on\"/ig, true);
6715
6773
  if ( /(\"null\")/i.test(bodyStr) )
@@ -6880,6 +6938,12 @@ function Server(options) {
6880
6938
  ;
6881
6939
 
6882
6940
  //Reloading assets & files.
6941
+ // ⚠️ Before ever uncommenting the refresh below, settle secrets-backend
6942
+ // caching: `secrets.resolve` runs inside every config load, so with
6943
+ // `settings.secrets.exec` declared this dead branch would re-run the
6944
+ // operator's fetch command — a blocking child process — PER BUNDLE PER
6945
+ // REQUEST in cacheless mode. Today the exec fetch runs once per bundle
6946
+ // at boot only, precisely because this call site is dead.
6883
6947
  // if (!isCacheless) { // all but dev & debug
6884
6948
  callback(err, bundle, pathname, options.config, req, res, next)
6885
6949
  // } else {