gina 0.5.7 → 0.5.8

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 (497) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/README.md +5 -8
  3. package/ROADMAP.md +2 -0
  4. package/framework/v0.5.8/VERSION +1 -0
  5. package/framework/{v0.5.7 → v0.5.8}/core/controller/controller.js +7 -2
  6. package/framework/{v0.5.7 → v0.5.8}/core/server.isaac.js +35 -16
  7. package/framework/{v0.5.7 → v0.5.8}/lib/cmd/connector/help.txt +37 -0
  8. package/framework/v0.5.8/lib/cmd/connector/models.js +506 -0
  9. package/framework/v0.5.8/lib/cmd/framework/help.js +90 -0
  10. package/framework/{v0.5.7 → v0.5.8}/lib/cmd/framework/help.txt +2 -1
  11. package/framework/{v0.5.7 → v0.5.8}/lib/cmd/framework/init.js +31 -0
  12. package/framework/{v0.5.7 → v0.5.8}/lib/cmd/helper.js +0 -1
  13. package/framework/{v0.5.7 → v0.5.8}/lib/cmd/project/help.txt +3 -3
  14. package/framework/{v0.5.7 → v0.5.8}/package.json +1 -1
  15. package/gna.js +4 -4
  16. package/llms.txt +2 -2
  17. package/package.json +3 -3
  18. package/framework/v0.5.7/VERSION +0 -1
  19. package/framework/v0.5.7/lib/cmd/framework/help.js +0 -52
  20. /package/framework/{v0.5.7 → v0.5.8}/AUTHORS +0 -0
  21. /package/framework/{v0.5.7 → v0.5.8}/LICENSE +0 -0
  22. /package/framework/{v0.5.7 → v0.5.8}/core/asset/html/nolayout.html +0 -0
  23. /package/framework/{v0.5.7 → v0.5.8}/core/asset/html/static.html +0 -0
  24. /package/framework/{v0.5.7 → v0.5.8}/core/asset/img/android-chrome-192x192.png +0 -0
  25. /package/framework/{v0.5.7 → v0.5.8}/core/asset/img/android-chrome-512x512.png +0 -0
  26. /package/framework/{v0.5.7 → v0.5.8}/core/asset/img/apple-touch-icon.png +0 -0
  27. /package/framework/{v0.5.7 → v0.5.8}/core/asset/img/favicon-16x16.png +0 -0
  28. /package/framework/{v0.5.7 → v0.5.8}/core/asset/img/favicon-32x32.png +0 -0
  29. /package/framework/{v0.5.7 → v0.5.8}/core/asset/img/favicon.ico +0 -0
  30. /package/framework/{v0.5.7 → v0.5.8}/core/asset/plugin/README.md +0 -0
  31. /package/framework/{v0.5.7 → v0.5.8}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.css +0 -0
  32. /package/framework/{v0.5.7 → v0.5.8}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.js +0 -0
  33. /package/framework/{v0.5.7 → v0.5.8}/core/asset/plugin/dist/vendor/gina/beemaster/index.html +0 -0
  34. /package/framework/{v0.5.7 → v0.5.8}/core/asset/plugin/dist/vendor/gina/css/gina.min.css +0 -0
  35. /package/framework/{v0.5.7 → v0.5.8}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.br +0 -0
  36. /package/framework/{v0.5.7 → v0.5.8}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.gz +0 -0
  37. /package/framework/{v0.5.7 → v0.5.8}/core/asset/plugin/dist/vendor/gina/html/statusbar.html +0 -0
  38. /package/framework/{v0.5.7 → v0.5.8}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.br +0 -0
  39. /package/framework/{v0.5.7 → v0.5.8}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.gz +0 -0
  40. /package/framework/{v0.5.7 → v0.5.8}/core/asset/plugin/dist/vendor/gina/inspector/have_heart_one-webfont.woff2 +0 -0
  41. /package/framework/{v0.5.7 → v0.5.8}/core/asset/plugin/dist/vendor/gina/inspector/index.html +0 -0
  42. /package/framework/{v0.5.7 → v0.5.8}/core/asset/plugin/dist/vendor/gina/inspector/inspector.css +0 -0
  43. /package/framework/{v0.5.7 → v0.5.8}/core/asset/plugin/dist/vendor/gina/inspector/inspector.js +0 -0
  44. /package/framework/{v0.5.7 → v0.5.8}/core/asset/plugin/dist/vendor/gina/inspector/logo.svg +0 -0
  45. /package/framework/{v0.5.7 → v0.5.8}/core/asset/plugin/dist/vendor/gina/js/gina.js +0 -0
  46. /package/framework/{v0.5.7 → v0.5.8}/core/asset/plugin/dist/vendor/gina/js/gina.min.js +0 -0
  47. /package/framework/{v0.5.7 → v0.5.8}/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
  48. /package/framework/{v0.5.7 → v0.5.8}/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
  49. /package/framework/{v0.5.7 → v0.5.8}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +0 -0
  50. /package/framework/{v0.5.7 → v0.5.8}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
  51. /package/framework/{v0.5.7 → v0.5.8}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
  52. /package/framework/{v0.5.7 → v0.5.8}/core/config.js +0 -0
  53. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/ai/index.js +0 -0
  54. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/ai/lib/connector.js +0 -0
  55. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/couchbase/index.js +0 -0
  56. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/couchbase/lib/connector.js +0 -0
  57. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/couchbase/lib/connector.v3.js +0 -0
  58. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/couchbase/lib/connector.v4.js +0 -0
  59. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/couchbase/lib/n1ql.js +0 -0
  60. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/couchbase/lib/session-store.js +0 -0
  61. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/couchbase/lib/session-store.v3.js +0 -0
  62. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/couchbase/lib/session-store.v4.js +0 -0
  63. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/mongodb/index.js +0 -0
  64. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/mongodb/lib/connector.js +0 -0
  65. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/mongodb/lib/job-store.js +0 -0
  66. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/mongodb/lib/pipeline-loader.js +0 -0
  67. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/mongodb/lib/session-store.js +0 -0
  68. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/mysql/index.js +0 -0
  69. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/mysql/lib/connector.js +0 -0
  70. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/postgresql/index.js +0 -0
  71. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/postgresql/lib/connector.js +0 -0
  72. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/redis/index.js +0 -0
  73. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/redis/lib/connector.js +0 -0
  74. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/redis/lib/job-store.js +0 -0
  75. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/redis/lib/session-store.js +0 -0
  76. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/scylladb/index.js +0 -0
  77. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/scylladb/lib/connector.js +0 -0
  78. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/scylladb/lib/session-store.js +0 -0
  79. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/sql-parser.js +0 -0
  80. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/sqlite/index.js +0 -0
  81. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/sqlite/lib/connector.js +0 -0
  82. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/sqlite/lib/job-store.js +0 -0
  83. /package/framework/{v0.5.7 → v0.5.8}/core/connectors/sqlite/lib/session-store.js +0 -0
  84. /package/framework/{v0.5.7 → v0.5.8}/core/content.encoding +0 -0
  85. /package/framework/{v0.5.7 → v0.5.8}/core/controller/controller.framework.js +0 -0
  86. /package/framework/{v0.5.7 → v0.5.8}/core/controller/controller.render-json.js +0 -0
  87. /package/framework/{v0.5.7 → v0.5.8}/core/controller/controller.render-nunjucks-async.js +0 -0
  88. /package/framework/{v0.5.7 → v0.5.8}/core/controller/controller.render-nunjucks.js +0 -0
  89. /package/framework/{v0.5.7 → v0.5.8}/core/controller/controller.render-stream.js +0 -0
  90. /package/framework/{v0.5.7 → v0.5.8}/core/controller/controller.render-swig-async.js +0 -0
  91. /package/framework/{v0.5.7 → v0.5.8}/core/controller/controller.render-swig.js +0 -0
  92. /package/framework/{v0.5.7 → v0.5.8}/core/controller/controller.render-v1.js +0 -0
  93. /package/framework/{v0.5.7 → v0.5.8}/core/controller/index.js +0 -0
  94. /package/framework/{v0.5.7 → v0.5.8}/core/controller/inspector-window-emit.js +0 -0
  95. /package/framework/{v0.5.7 → v0.5.8}/core/deps/busboy-1.6.0/LICENSE +0 -0
  96. /package/framework/{v0.5.7 → v0.5.8}/core/deps/busboy-1.6.0/README.md +0 -0
  97. /package/framework/{v0.5.7 → v0.5.8}/core/deps/busboy-1.6.0/lib/index.js +0 -0
  98. /package/framework/{v0.5.7 → v0.5.8}/core/deps/busboy-1.6.0/lib/types/multipart.js +0 -0
  99. /package/framework/{v0.5.7 → v0.5.8}/core/deps/busboy-1.6.0/lib/types/urlencoded.js +0 -0
  100. /package/framework/{v0.5.7 → v0.5.8}/core/deps/busboy-1.6.0/lib/utils.js +0 -0
  101. /package/framework/{v0.5.7 → v0.5.8}/core/deps/busboy-1.6.0/package.json +0 -0
  102. /package/framework/{v0.5.7 → v0.5.8}/core/deps/streamsearch-1.1.0/LICENSE +0 -0
  103. /package/framework/{v0.5.7 → v0.5.8}/core/deps/streamsearch-1.1.0/lib/sbmh.js +0 -0
  104. /package/framework/{v0.5.7 → v0.5.8}/core/deps/streamsearch-1.1.0/package.json +0 -0
  105. /package/framework/{v0.5.7 → v0.5.8}/core/dev/index.js +0 -0
  106. /package/framework/{v0.5.7 → v0.5.8}/core/dev/lib/class.js +0 -0
  107. /package/framework/{v0.5.7 → v0.5.8}/core/dev/lib/factory.js +0 -0
  108. /package/framework/{v0.5.7 → v0.5.8}/core/dev/lib/tools.js +0 -0
  109. /package/framework/{v0.5.7 → v0.5.8}/core/gna.js +0 -0
  110. /package/framework/{v0.5.7 → v0.5.8}/core/locales/README.md +0 -0
  111. /package/framework/{v0.5.7 → v0.5.8}/core/locales/currency.json +0 -0
  112. /package/framework/{v0.5.7 → v0.5.8}/core/locales/dist/language/en.json +0 -0
  113. /package/framework/{v0.5.7 → v0.5.8}/core/locales/dist/language/fr.json +0 -0
  114. /package/framework/{v0.5.7 → v0.5.8}/core/locales/dist/region/en.json +0 -0
  115. /package/framework/{v0.5.7 → v0.5.8}/core/locales/dist/region/fr.json +0 -0
  116. /package/framework/{v0.5.7 → v0.5.8}/core/locales/index.js +0 -0
  117. /package/framework/{v0.5.7 → v0.5.8}/core/mime.types +0 -0
  118. /package/framework/{v0.5.7 → v0.5.8}/core/model/entity.js +0 -0
  119. /package/framework/{v0.5.7 → v0.5.8}/core/model/index.js +0 -0
  120. /package/framework/{v0.5.7 → v0.5.8}/core/model/template/entityFactory.js +0 -0
  121. /package/framework/{v0.5.7 → v0.5.8}/core/model/template/index.js +0 -0
  122. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/README.md +0 -0
  123. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/index.js +0 -0
  124. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/csrf/README.md +0 -0
  125. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/csrf/package.json +0 -0
  126. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/csrf/src/main.js +0 -0
  127. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/README.md +0 -0
  128. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/coep/README.md +0 -0
  129. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/coep/package.json +0 -0
  130. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/coep/src/main.js +0 -0
  131. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/coop/README.md +0 -0
  132. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/coop/package.json +0 -0
  133. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/coop/src/main.js +0 -0
  134. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/corp/README.md +0 -0
  135. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/corp/package.json +0 -0
  136. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/corp/src/main.js +0 -0
  137. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/csp/README.md +0 -0
  138. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/csp/package.json +0 -0
  139. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/csp/src/main.js +0 -0
  140. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/hide-powered-by/README.md +0 -0
  141. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/hide-powered-by/package.json +0 -0
  142. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/hide-powered-by/src/main.js +0 -0
  143. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/hsts/README.md +0 -0
  144. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/hsts/package.json +0 -0
  145. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/hsts/src/main.js +0 -0
  146. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/origin-agent-cluster/README.md +0 -0
  147. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/origin-agent-cluster/package.json +0 -0
  148. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/origin-agent-cluster/src/main.js +0 -0
  149. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/package.json +0 -0
  150. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/referrer-policy/README.md +0 -0
  151. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/referrer-policy/package.json +0 -0
  152. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/referrer-policy/src/main.js +0 -0
  153. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/src/main.js +0 -0
  154. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/x-content-type-options/README.md +0 -0
  155. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/x-content-type-options/package.json +0 -0
  156. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/x-content-type-options/src/main.js +0 -0
  157. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/x-dns-prefetch-control/README.md +0 -0
  158. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/x-dns-prefetch-control/package.json +0 -0
  159. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/x-dns-prefetch-control/src/main.js +0 -0
  160. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/x-download-options/README.md +0 -0
  161. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/x-download-options/package.json +0 -0
  162. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/x-download-options/src/main.js +0 -0
  163. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/x-frame-options/README.md +0 -0
  164. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/x-frame-options/package.json +0 -0
  165. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/x-frame-options/src/main.js +0 -0
  166. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/README.md +0 -0
  167. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/package.json +0 -0
  168. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/src/main.js +0 -0
  169. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/x-xss-protection/README.md +0 -0
  170. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/x-xss-protection/package.json +0 -0
  171. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/security-headers/x-xss-protection/src/main.js +0 -0
  172. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/session/README.md +0 -0
  173. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/session/package.json +0 -0
  174. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/session/src/main.js +0 -0
  175. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/storage/README.md +0 -0
  176. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/storage/build.json +0 -0
  177. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/storage/package.json +0 -0
  178. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/storage/src/main.js +0 -0
  179. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/validator/README.md +0 -0
  180. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/validator/build.json +0 -0
  181. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/validator/package.json +0 -0
  182. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/validator/src/form-validator.js +0 -0
  183. /package/framework/{v0.5.7 → v0.5.8}/core/plugins/lib/validator/src/main.js +0 -0
  184. /package/framework/{v0.5.7 → v0.5.8}/core/router.js +0 -0
  185. /package/framework/{v0.5.7 → v0.5.8}/core/server.express.js +0 -0
  186. /package/framework/{v0.5.7 → v0.5.8}/core/server.js +0 -0
  187. /package/framework/{v0.5.7 → v0.5.8}/core/status.codes +0 -0
  188. /package/framework/{v0.5.7 → v0.5.8}/core/template/_gitignore +0 -0
  189. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle/config/app.json +0 -0
  190. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle/config/connectors.json +0 -0
  191. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle/config/routing.json +0 -0
  192. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle/config/settings.json +0 -0
  193. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle/config/settings.server.json +0 -0
  194. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle/config/templates.json +0 -0
  195. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle/config/watchers.json +0 -0
  196. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle/controllers/controller.content.js +0 -0
  197. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle/controllers/controller.js +0 -0
  198. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle/controllers/setup.js +0 -0
  199. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle/index.js +0 -0
  200. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle/locales/en.json +0 -0
  201. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle_namespace/controllers/controller.js +0 -0
  202. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle_public/css/default.css +0 -0
  203. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle_public/css/home.css +0 -0
  204. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle_public/css/vendor/readme.md +0 -0
  205. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle_public/favicon.ico +0 -0
  206. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle_public/js/vendor/readme.md +0 -0
  207. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle_public/manifest.webmanifest +0 -0
  208. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle_public/readme.md +0 -0
  209. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle_public/sw.js +0 -0
  210. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle_templates/handlers/main.js +0 -0
  211. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle_templates/html/content/homepage.html +0 -0
  212. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle_templates/html/includes/error-msg-noscript.html +0 -0
  213. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle_templates/html/includes/error-msg-outdated-browser.html +0 -0
  214. /package/framework/{v0.5.7 → v0.5.8}/core/template/boilerplate/bundle_templates/html/layouts/main.html +0 -0
  215. /package/framework/{v0.5.7 → v0.5.8}/core/template/command/gina.bat.tpl +0 -0
  216. /package/framework/{v0.5.7 → v0.5.8}/core/template/command/gina.tpl +0 -0
  217. /package/framework/{v0.5.7 → v0.5.8}/core/template/conf/env.json +0 -0
  218. /package/framework/{v0.5.7 → v0.5.8}/core/template/conf/manifest.json +0 -0
  219. /package/framework/{v0.5.7 → v0.5.8}/core/template/conf/package.json +0 -0
  220. /package/framework/{v0.5.7 → v0.5.8}/core/template/conf/settings.json +0 -0
  221. /package/framework/{v0.5.7 → v0.5.8}/core/template/conf/statics.json +0 -0
  222. /package/framework/{v0.5.7 → v0.5.8}/core/template/conf/templates.json +0 -0
  223. /package/framework/{v0.5.7 → v0.5.8}/core/template/error/client/json/401.json +0 -0
  224. /package/framework/{v0.5.7 → v0.5.8}/core/template/error/client/json/403.json +0 -0
  225. /package/framework/{v0.5.7 → v0.5.8}/core/template/error/client/json/404.json +0 -0
  226. /package/framework/{v0.5.7 → v0.5.8}/core/template/error/server/html/50x.html +0 -0
  227. /package/framework/{v0.5.7 → v0.5.8}/core/template/error/server/json/500.json +0 -0
  228. /package/framework/{v0.5.7 → v0.5.8}/core/template/error/server/json/503.json +0 -0
  229. /package/framework/{v0.5.7 → v0.5.8}/core/template/extensions/logger/config.json +0 -0
  230. /package/framework/{v0.5.7 → v0.5.8}/helpers/console.js +0 -0
  231. /package/framework/{v0.5.7 → v0.5.8}/helpers/context.js +0 -0
  232. /package/framework/{v0.5.7 → v0.5.8}/helpers/data/LICENSE +0 -0
  233. /package/framework/{v0.5.7 → v0.5.8}/helpers/data/README.md +0 -0
  234. /package/framework/{v0.5.7 → v0.5.8}/helpers/data/package.json +0 -0
  235. /package/framework/{v0.5.7 → v0.5.8}/helpers/data/src/main.js +0 -0
  236. /package/framework/{v0.5.7 → v0.5.8}/helpers/dateFormat.js +0 -0
  237. /package/framework/{v0.5.7 → v0.5.8}/helpers/index.js +0 -0
  238. /package/framework/{v0.5.7 → v0.5.8}/helpers/json/LICENSE +0 -0
  239. /package/framework/{v0.5.7 → v0.5.8}/helpers/json/README.md +0 -0
  240. /package/framework/{v0.5.7 → v0.5.8}/helpers/json/package.json +0 -0
  241. /package/framework/{v0.5.7 → v0.5.8}/helpers/json/src/main.js +0 -0
  242. /package/framework/{v0.5.7 → v0.5.8}/helpers/path.js +0 -0
  243. /package/framework/{v0.5.7 → v0.5.8}/helpers/plugins/README.md +0 -0
  244. /package/framework/{v0.5.7 → v0.5.8}/helpers/plugins/package.json +0 -0
  245. /package/framework/{v0.5.7 → v0.5.8}/helpers/plugins/src/api-error.js +0 -0
  246. /package/framework/{v0.5.7 → v0.5.8}/helpers/plugins/src/main.js +0 -0
  247. /package/framework/{v0.5.7 → v0.5.8}/helpers/prototypes.js +0 -0
  248. /package/framework/{v0.5.7 → v0.5.8}/helpers/task.js +0 -0
  249. /package/framework/{v0.5.7 → v0.5.8}/helpers/text.js +0 -0
  250. /package/framework/{v0.5.7 → v0.5.8}/lib/admin/package.json +0 -0
  251. /package/framework/{v0.5.7 → v0.5.8}/lib/admin/src/main.js +0 -0
  252. /package/framework/{v0.5.7 → v0.5.8}/lib/archiver/README.md +0 -0
  253. /package/framework/{v0.5.7 → v0.5.8}/lib/archiver/build.json +0 -0
  254. /package/framework/{v0.5.7 → v0.5.8}/lib/archiver/package.json +0 -0
  255. /package/framework/{v0.5.7 → v0.5.8}/lib/archiver/src/dep/jszip.min.js +0 -0
  256. /package/framework/{v0.5.7 → v0.5.8}/lib/archiver/src/main.js +0 -0
  257. /package/framework/{v0.5.7 → v0.5.8}/lib/async/package.json +0 -0
  258. /package/framework/{v0.5.7 → v0.5.8}/lib/async/src/main.js +0 -0
  259. /package/framework/{v0.5.7 → v0.5.8}/lib/cache/README.md +0 -0
  260. /package/framework/{v0.5.7 → v0.5.8}/lib/cache/build.json +0 -0
  261. /package/framework/{v0.5.7 → v0.5.8}/lib/cache/package.json +0 -0
  262. /package/framework/{v0.5.7 → v0.5.8}/lib/cache/src/main.js +0 -0
  263. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/aliases.json +0 -0
  264. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/bundle/add.js +0 -0
  265. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/bundle/arguments.json +0 -0
  266. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/bundle/build.js +0 -0
  267. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/bundle/copy.js +0 -0
  268. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/bundle/cp.js +0 -0
  269. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/bundle/help.js +0 -0
  270. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/bundle/help.txt +0 -0
  271. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/bundle/inc/name-rewrite.js +0 -0
  272. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/bundle/list.js +0 -0
  273. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/bundle/man.js +0 -0
  274. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/bundle/mcp-start.js +0 -0
  275. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/bundle/mcp.js +0 -0
  276. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/bundle/oas.js +0 -0
  277. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/bundle/openapi.js +0 -0
  278. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/bundle/remove.js +0 -0
  279. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/bundle/rename.js +0 -0
  280. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/bundle/restart.js +0 -0
  281. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/bundle/rm.js +0 -0
  282. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/bundle/start.js +0 -0
  283. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/bundle/status.js +0 -0
  284. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/bundle/stop.js +0 -0
  285. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/cache/stats.js +0 -0
  286. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/connector/add.js +0 -0
  287. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/connector/arguments.json +0 -0
  288. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/connector/help.js +0 -0
  289. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/connector/infer.js +0 -0
  290. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/connector/list.js +0 -0
  291. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/connector/migrate.js +0 -0
  292. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/connector/remove.js +0 -0
  293. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/connector/rm.js +0 -0
  294. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/connector/test.js +0 -0
  295. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/env/add.js +0 -0
  296. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/env/get.js +0 -0
  297. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/env/help.js +0 -0
  298. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/env/help.txt +0 -0
  299. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/env/link-dev.js +0 -0
  300. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/env/list.js +0 -0
  301. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/env/remove.js +0 -0
  302. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/env/rm.js +0 -0
  303. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/env/set.js +0 -0
  304. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/env/unset.js +0 -0
  305. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/env/use.js +0 -0
  306. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/framework/add.js +0 -0
  307. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/framework/arguments.json +0 -0
  308. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/framework/build.js +0 -0
  309. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/framework/dot.js +0 -0
  310. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/framework/get.js +0 -0
  311. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/framework/link-node-modules.js +0 -0
  312. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/framework/link.js +0 -0
  313. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/framework/list.js +0 -0
  314. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/framework/man.js +0 -0
  315. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/framework/msg.json +0 -0
  316. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/framework/open.js +0 -0
  317. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/framework/remove.js +0 -0
  318. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/framework/reset.js +0 -0
  319. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/framework/restart.js +0 -0
  320. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/framework/set.js +0 -0
  321. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/framework/start.js +0 -0
  322. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/framework/status.js +0 -0
  323. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/framework/stop.js +0 -0
  324. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/framework/tail.js +0 -0
  325. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/framework/update.js +0 -0
  326. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/framework/version.js +0 -0
  327. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/gina-dev.1.md +0 -0
  328. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/gina-framework.1.md +0 -0
  329. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/gina.1.md +0 -0
  330. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/i18n/add.js +0 -0
  331. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/i18n/arguments.json +0 -0
  332. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/i18n/export.js +0 -0
  333. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/i18n/help.js +0 -0
  334. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/i18n/help.txt +0 -0
  335. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/i18n/import.js +0 -0
  336. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/i18n/scan.js +0 -0
  337. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/index.js +0 -0
  338. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/inspector/help.js +0 -0
  339. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/inspector/help.txt +0 -0
  340. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/inspector/open.js +0 -0
  341. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/man-render.js +0 -0
  342. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/minion/arguments.json +0 -0
  343. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/minion/help.js +0 -0
  344. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/minion/help.txt +0 -0
  345. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/minion/kill.js +0 -0
  346. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/minion/list.js +0 -0
  347. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/msg.json +0 -0
  348. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/port/help.js +0 -0
  349. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/port/help.txt +0 -0
  350. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/port/inc/scan.js +0 -0
  351. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/port/list.js +0 -0
  352. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/port/reset.js +0 -0
  353. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/port/set.js +0 -0
  354. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/project/add.js +0 -0
  355. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/project/arguments.json +0 -0
  356. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/project/backup.js +0 -0
  357. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/project/build.js +0 -0
  358. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/project/help.js +0 -0
  359. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/project/import.js +0 -0
  360. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/project/list.js +0 -0
  361. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/project/man.js +0 -0
  362. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/project/move.js +0 -0
  363. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/project/remove.js +0 -0
  364. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/project/rename.js +0 -0
  365. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/project/restart.js +0 -0
  366. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/project/restore.js +0 -0
  367. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/project/rm.js +0 -0
  368. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/project/start.js +0 -0
  369. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/project/status.js +0 -0
  370. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/project/stop.js +0 -0
  371. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/protocol/arguments.json +0 -0
  372. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/protocol/help.js +0 -0
  373. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/protocol/help.txt +0 -0
  374. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/protocol/list.js +0 -0
  375. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/protocol/remove.js +0 -0
  376. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/protocol/set.js +0 -0
  377. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/scope/add.js +0 -0
  378. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/scope/help.js +0 -0
  379. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/scope/help.txt +0 -0
  380. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/scope/link-local.js +0 -0
  381. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/scope/link-production.js +0 -0
  382. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/scope/list.js +0 -0
  383. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/scope/remove.js +0 -0
  384. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/scope/rm.js +0 -0
  385. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/scope/use.js +0 -0
  386. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/secrets/arguments.json +0 -0
  387. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/secrets/check.js +0 -0
  388. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/secrets/help.js +0 -0
  389. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/secrets/help.txt +0 -0
  390. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/secrets/scan.js +0 -0
  391. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/service/help.js +0 -0
  392. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/service/help.txt +0 -0
  393. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/service/list.js +0 -0
  394. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/service/man.js +0 -0
  395. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/service/start.js +0 -0
  396. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd/view/add.js +0 -0
  397. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd-status-format/package.json +0 -0
  398. /package/framework/{v0.5.7 → v0.5.8}/lib/cmd-status-format/src/main.js +0 -0
  399. /package/framework/{v0.5.7 → v0.5.8}/lib/collection/README.md +0 -0
  400. /package/framework/{v0.5.7 → v0.5.8}/lib/collection/build.json +0 -0
  401. /package/framework/{v0.5.7 → v0.5.8}/lib/collection/package.json +0 -0
  402. /package/framework/{v0.5.7 → v0.5.8}/lib/collection/src/main.js +0 -0
  403. /package/framework/{v0.5.7 → v0.5.8}/lib/config.js +0 -0
  404. /package/framework/{v0.5.7 → v0.5.8}/lib/connector-config/package.json +0 -0
  405. /package/framework/{v0.5.7 → v0.5.8}/lib/connector-config/src/main.js +0 -0
  406. /package/framework/{v0.5.7 → v0.5.8}/lib/connector-registry/package.json +0 -0
  407. /package/framework/{v0.5.7 → v0.5.8}/lib/connector-registry/src/main.js +0 -0
  408. /package/framework/{v0.5.7 → v0.5.8}/lib/cron/README.md +0 -0
  409. /package/framework/{v0.5.7 → v0.5.8}/lib/cron/package.json +0 -0
  410. /package/framework/{v0.5.7 → v0.5.8}/lib/cron/src/main.js +0 -0
  411. /package/framework/{v0.5.7 → v0.5.8}/lib/domain/LICENSE +0 -0
  412. /package/framework/{v0.5.7 → v0.5.8}/lib/domain/README.md +0 -0
  413. /package/framework/{v0.5.7 → v0.5.8}/lib/domain/package.json +0 -0
  414. /package/framework/{v0.5.7 → v0.5.8}/lib/domain/src/main.js +0 -0
  415. /package/framework/{v0.5.7 → v0.5.8}/lib/generator/index.js +0 -0
  416. /package/framework/{v0.5.7 → v0.5.8}/lib/i18n/package.json +0 -0
  417. /package/framework/{v0.5.7 → v0.5.8}/lib/i18n/src/main.js +0 -0
  418. /package/framework/{v0.5.7 → v0.5.8}/lib/index.js +0 -0
  419. /package/framework/{v0.5.7 → v0.5.8}/lib/inherits/LICENSE +0 -0
  420. /package/framework/{v0.5.7 → v0.5.8}/lib/inherits/README.md +0 -0
  421. /package/framework/{v0.5.7 → v0.5.8}/lib/inherits/package.json +0 -0
  422. /package/framework/{v0.5.7 → v0.5.8}/lib/inherits/src/main.js +0 -0
  423. /package/framework/{v0.5.7 → v0.5.8}/lib/inspector-events/package.json +0 -0
  424. /package/framework/{v0.5.7 → v0.5.8}/lib/inspector-events/src/main.js +0 -0
  425. /package/framework/{v0.5.7 → v0.5.8}/lib/inspector-redact/package.json +0 -0
  426. /package/framework/{v0.5.7 → v0.5.8}/lib/inspector-redact/src/main.js +0 -0
  427. /package/framework/{v0.5.7 → v0.5.8}/lib/instrument/package.json +0 -0
  428. /package/framework/{v0.5.7 → v0.5.8}/lib/instrument/src/main.js +0 -0
  429. /package/framework/{v0.5.7 → v0.5.8}/lib/job/package.json +0 -0
  430. /package/framework/{v0.5.7 → v0.5.8}/lib/job/src/main.js +0 -0
  431. /package/framework/{v0.5.7 → v0.5.8}/lib/job-store.js +0 -0
  432. /package/framework/{v0.5.7 → v0.5.8}/lib/logger/README.md +0 -0
  433. /package/framework/{v0.5.7 → v0.5.8}/lib/logger/package.json +0 -0
  434. /package/framework/{v0.5.7 → v0.5.8}/lib/logger/src/containers/default/index.js +0 -0
  435. /package/framework/{v0.5.7 → v0.5.8}/lib/logger/src/containers/file/index.js +0 -0
  436. /package/framework/{v0.5.7 → v0.5.8}/lib/logger/src/containers/file/lib/logrotator/README.md +0 -0
  437. /package/framework/{v0.5.7 → v0.5.8}/lib/logger/src/containers/file/lib/logrotator/index.js +0 -0
  438. /package/framework/{v0.5.7 → v0.5.8}/lib/logger/src/containers/mq/index.js +0 -0
  439. /package/framework/{v0.5.7 → v0.5.8}/lib/logger/src/containers/mq/listener.js +0 -0
  440. /package/framework/{v0.5.7 → v0.5.8}/lib/logger/src/containers/mq/speaker.js +0 -0
  441. /package/framework/{v0.5.7 → v0.5.8}/lib/logger/src/helper.js +0 -0
  442. /package/framework/{v0.5.7 → v0.5.8}/lib/logger/src/main.js +0 -0
  443. /package/framework/{v0.5.7 → v0.5.8}/lib/math/index.js +0 -0
  444. /package/framework/{v0.5.7 → v0.5.8}/lib/mcp-dispatch/package.json +0 -0
  445. /package/framework/{v0.5.7 → v0.5.8}/lib/mcp-dispatch/src/main.js +0 -0
  446. /package/framework/{v0.5.7 → v0.5.8}/lib/mcp-http/package.json +0 -0
  447. /package/framework/{v0.5.7 → v0.5.8}/lib/mcp-http/src/main.js +0 -0
  448. /package/framework/{v0.5.7 → v0.5.8}/lib/mcp-server/package.json +0 -0
  449. /package/framework/{v0.5.7 → v0.5.8}/lib/mcp-server/src/main.js +0 -0
  450. /package/framework/{v0.5.7 → v0.5.8}/lib/merge/README.md +0 -0
  451. /package/framework/{v0.5.7 → v0.5.8}/lib/merge/package.json +0 -0
  452. /package/framework/{v0.5.7 → v0.5.8}/lib/merge/src/main.js +0 -0
  453. /package/framework/{v0.5.7 → v0.5.8}/lib/metrics/package.json +0 -0
  454. /package/framework/{v0.5.7 → v0.5.8}/lib/metrics/src/main.js +0 -0
  455. /package/framework/{v0.5.7 → v0.5.8}/lib/model.js +0 -0
  456. /package/framework/{v0.5.7 → v0.5.8}/lib/nunjucks-filters/README.md +0 -0
  457. /package/framework/{v0.5.7 → v0.5.8}/lib/nunjucks-filters/package.json +0 -0
  458. /package/framework/{v0.5.7 → v0.5.8}/lib/nunjucks-filters/src/main.js +0 -0
  459. /package/framework/{v0.5.7 → v0.5.8}/lib/nunjucks-resolver/package.json +0 -0
  460. /package/framework/{v0.5.7 → v0.5.8}/lib/nunjucks-resolver/src/main.js +0 -0
  461. /package/framework/{v0.5.7 → v0.5.8}/lib/proc.js +0 -0
  462. /package/framework/{v0.5.7 → v0.5.8}/lib/routing/README.md +0 -0
  463. /package/framework/{v0.5.7 → v0.5.8}/lib/routing/build.json +0 -0
  464. /package/framework/{v0.5.7 → v0.5.8}/lib/routing/package.json +0 -0
  465. /package/framework/{v0.5.7 → v0.5.8}/lib/routing/src/main.js +0 -0
  466. /package/framework/{v0.5.7 → v0.5.8}/lib/routing/src/radix.js +0 -0
  467. /package/framework/{v0.5.7 → v0.5.8}/lib/routing-introspect/package.json +0 -0
  468. /package/framework/{v0.5.7 → v0.5.8}/lib/routing-introspect/src/main.js +0 -0
  469. /package/framework/{v0.5.7 → v0.5.8}/lib/secrets/package.json +0 -0
  470. /package/framework/{v0.5.7 → v0.5.8}/lib/secrets/src/backends/env.js +0 -0
  471. /package/framework/{v0.5.7 → v0.5.8}/lib/secrets/src/main.js +0 -0
  472. /package/framework/{v0.5.7 → v0.5.8}/lib/session-store.js +0 -0
  473. /package/framework/{v0.5.7 → v0.5.8}/lib/shell.js +0 -0
  474. /package/framework/{v0.5.7 → v0.5.8}/lib/state.js +0 -0
  475. /package/framework/{v0.5.7 → v0.5.8}/lib/swig-filters/README.md +0 -0
  476. /package/framework/{v0.5.7 → v0.5.8}/lib/swig-filters/package.json +0 -0
  477. /package/framework/{v0.5.7 → v0.5.8}/lib/swig-filters/src/main.js +0 -0
  478. /package/framework/{v0.5.7 → v0.5.8}/lib/swig-resolver/package.json +0 -0
  479. /package/framework/{v0.5.7 → v0.5.8}/lib/swig-resolver/src/main.js +0 -0
  480. /package/framework/{v0.5.7 → v0.5.8}/lib/template-loaders/package.json +0 -0
  481. /package/framework/{v0.5.7 → v0.5.8}/lib/template-loaders/src/loaders/http.js +0 -0
  482. /package/framework/{v0.5.7 → v0.5.8}/lib/template-loaders/src/loaders/memory.js +0 -0
  483. /package/framework/{v0.5.7 → v0.5.8}/lib/template-loaders/src/main.js +0 -0
  484. /package/framework/{v0.5.7 → v0.5.8}/lib/url/README.md +0 -0
  485. /package/framework/{v0.5.7 → v0.5.8}/lib/url/index.js +0 -0
  486. /package/framework/{v0.5.7 → v0.5.8}/lib/url/routing.json +0 -0
  487. /package/framework/{v0.5.7 → v0.5.8}/lib/uuid/package.json +0 -0
  488. /package/framework/{v0.5.7 → v0.5.8}/lib/uuid/src/main.js +0 -0
  489. /package/framework/{v0.5.7 → v0.5.8}/lib/validator.js +0 -0
  490. /package/framework/{v0.5.7 → v0.5.8}/lib/watcher/package.json +0 -0
  491. /package/framework/{v0.5.7 → v0.5.8}/lib/watcher/src/main.js +0 -0
  492. /package/framework/{v0.5.7 → v0.5.8}/lib/ws-framing/package.json +0 -0
  493. /package/framework/{v0.5.7 → v0.5.8}/lib/ws-framing/src/main.js +0 -0
  494. /package/framework/{v0.5.7 → v0.5.8}/lib/ws-query/package.json +0 -0
  495. /package/framework/{v0.5.7 → v0.5.8}/lib/ws-query/src/main.js +0 -0
  496. /package/framework/{v0.5.7 → v0.5.8}/lib/ws-session/package.json +0 -0
  497. /package/framework/{v0.5.7 → v0.5.8}/lib/ws-session/src/main.js +0 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gina-framework",
3
- "version": "0.5.7",
3
+ "version": "0.5.8",
4
4
  "dependencies": {
5
5
  "@rhinostone/swig": "^2.7.2",
6
6
  "intl-messageformat": "^11.2.4",
package/gna.js CHANGED
@@ -15,14 +15,14 @@
15
15
  'use strict';
16
16
 
17
17
  // Framework core — the main gna module (lifecycle hooks, lib, etc.)
18
- var _gna = require('./framework/v0.5.7/core/gna');
18
+ var _gna = require('./framework/v0.5.8/core/gna');
19
19
 
20
20
  // SuperController and EntitySuper — loaded from their source modules
21
- var SuperController = require('./framework/v0.5.7/core/controller');
22
- var EntitySuper = require('./framework/v0.5.7/core/model/entity');
21
+ var SuperController = require('./framework/v0.5.8/core/controller');
22
+ var EntitySuper = require('./framework/v0.5.8/core/model/entity');
23
23
 
24
24
  // uuid — from the lib registry
25
- var uuid = require('./framework/v0.5.7/lib/uuid');
25
+ var uuid = require('./framework/v0.5.8/lib/uuid');
26
26
 
27
27
  module.exports = {
28
28
 
package/llms.txt CHANGED
@@ -795,7 +795,7 @@ Dev-mode query instrumentation captures every database query tied to the current
795
795
 
796
796
  80. **CSRF — three-phase protection (`#CSRF1` Session plugin / `#CSRF2` signed double-submit token / `#CSRF3` Origin pre-filter)** — Session plugin hardens `express-session` cookie defaults from `settings.json > session.cookie.{sameSite, httpOnly, secure}` (opt-in, one-line bundle bootstrap swap, never transparent because bundles legitimately set `httpOnly: false`); signed token middleware uses `crypto.timingSafeEqual` HMAC-SHA256 bound to `req.session.id` with per-route `routing.json > "csrfExempt": true` opt-out (see `routing-and-http2.md § "Per-route flags"` for `req.routing.csrfExempt` two-step propagation: `lib/routing` extracts → `core/server.js` hoists, top-level on `req.routing` not under `param.*`); Origin pre-filter folded INSIDE `gina.plugins.Csrf()` BEFORE token verify on mutating methods, allowlist via `settings.json > csrf.allowedOrigins` (empty defaults to `[bundleHostname]` auto-derived). Negative-invariant lock: matching token + mismatching Origin still 403s — token layer ≠ Origin layer. Implementation traps from the trilogy: plan-vs-shipped attribute drift (downstream commits must `grep -n '<attribute>' <upstream-source-file>` before referencing — source on develop wins, not the plan); CI flake-vs-regression triage (same-message-different-SHA pairs need `git diff --stat A..B` first); source-inspection `indexOf` matches the function DEFINITION before the call site (use unique assignment LHS like `requestOrigin = parseRequestOrigin(req)`); `Origin: "null"` is a real browser value (sandboxed iframes / `file://`) and needs an explicit `s === 'null'` guard so the parser falls through to Referer instead of 403'ing for "origin not allowed".
797
797
 
798
- 93. **Reverse-proxy path-prefix awareness via `X-Forwarded-Prefix` — the bundle's internal `server.webroot` stays `/`, but the value templated into `gina.config.webroot` carries the proxy's mount path so client-side root-relative URLs (`/_gina/assets/routing.json`, the `gina.min.css` link injection, etc.) target the correct upstream through the proxy instead of routing to whichever bundle answered bare `/`.** Standard header used by Spring Boot, Traefik, FastAPI, ASP.NET Core, NestJS, Quarkus. Capture site: `core/server.isaac.js` proxy-detection block (sibling to the `X-Forwarded-Host` / `X-Forwarded-Proto` reads); normalisation rules — leading slash added if missing, trailing slashes stripped, empty / `"/"` dropped; stored on `process.gina.PROXY_PREFIX`. Composition site: `core/controller/controller.js` at the `set('page.environment.webroot', ...)` call (~line 513) — when `PROXY_PREFIX` is set, public webroot becomes `prefix + bundle.server.webroot` (slash-normalised), then templated into `gina.onload.min.js`. Internal disk-path resolution and asset-rewrite call sites (e.g. `controller.js:927,956`) still use the bundle's native `server.webroot` — only the browser-facing `gina.config.webroot` carries the prefix; the proxy strips the prefix when forwarding upstream so the bundle's static handlers receive native paths. Symptom shape that surfaces this gap: browser fetches `/_gina/*` URLs that nginx routes to the wrong upstream (the bundle that owns bare `/`, not the bundle that rendered the page); inspector indicator names one bundle but `routing.json` contents come from another. Server-side asset URL rewriting at `controller.js:927,956` and the `linkTo` family also write URLs intended for browser consumption — same prefix-awareness gap, deferred follow-up. The bare `/_gina/assets/routing.json` handler exists only in `server.isaac.js` with no engine-agnostic equivalent in `server.js`; bundles using the Express engine don't have this endpoint at all — independent of this slice but worth noting on the next `/_gina/*` parity sweep. Established 2026-05-06 after the symptom surfaced from a multi-bundle nginx deployment where a sub-path bundle's pages were fetching the root bundle's `routing.json`.
798
+ 93. **Reverse-proxy path-prefix awareness via `X-Forwarded-Prefix` — the bundle's internal `server.webroot` stays `/`, but the value templated into `gina.config.webroot` carries the proxy's mount path so client-side root-relative URLs (`/_gina/assets/routing.json`, the `gina.min.css` link injection, etc.) target the correct upstream through the proxy instead of routing to whichever bundle answered bare `/`.** Standard header used by Spring Boot, Traefik, FastAPI, ASP.NET Core, NestJS, Quarkus. Capture site: `core/server.isaac.js` proxy-detection block (sibling to the `X-Forwarded-Host` / `X-Forwarded-Proto` reads); normalisation rules — leading slash added if missing, trailing slashes stripped, empty / `"/"` dropped; stored on `process.gina.PROXY_PREFIX`. Composition site: `core/controller/controller.js` at the `set('page.environment.webroot', ...)` call (~line 513) — when `PROXY_PREFIX` is set, public webroot becomes `prefix + bundle.server.webroot` (slash-normalised), then templated into `gina.onload.min.js`. Internal disk-path resolution and asset-rewrite call sites (e.g. `controller.js:927,956`) still use the bundle's native `server.webroot` — only the browser-facing `gina.config.webroot` carries the prefix; the proxy strips the prefix when forwarding upstream so the bundle's static handlers receive native paths. Symptom shape that surfaces this gap: browser fetches `/_gina/*` URLs that nginx routes to the wrong upstream (the bundle that owns bare `/`, not the bundle that rendered the page); inspector indicator names one bundle but `routing.json` contents come from another. Server-side asset URL rewriting at `controller.js:927,956` and the `linkTo` family also write URLs intended for browser consumption — same prefix-awareness gap, deferred follow-up. The bare `/_gina/assets/routing.json` handler exists only in `server.isaac.js` with no engine-agnostic equivalent in `server.js`; bundles using the Express engine don't have this endpoint at all — independent of this slice but worth noting on the next `/_gina/*` parity sweep. Established 2026-05-06 after the symptom surfaced from a multi-bundle nginx deployment where a sub-path bundle's pages were fetching the root bundle's `routing.json`. **Sibling fix — reverse-proxy HOST context request-scoped (`#B65`, 2026-07-04):** the same one-shot `!isProxyHost` gate froze the `PROXY_HOST` / `PROXY_HOSTNAME` worker-globals (derived from a port-less `Host` or `X-Forwarded-Host`) at the FIRST proxied request's value, and internal `Controller::query()` forwards read that frozen global. `core/server.isaac.js` now request-scopes them — per-request `request._ginaIsProxyHost` / `_ginaProxyHost` / `_ginaProxyHostname` slots (mirroring `_ginaProxyPrefix`), and the worker-global is refreshed on EVERY proxied request so it can never freeze (and, being written ONLY from proxied requests, can never freeze to a raw `host:port`); `core/controller/controller.js` forwards THIS request's proxied host from the slot (worker-global fallback for req-less callers: released-response / ws-query). Classification: a request is proxied when its inbound `Host` is port-less OR it carries `X-Forwarded-Host` — which separates all three topologies safely: RAW `host:port` (never classified proxied → URL builders keep the static config host, unchanged), single-hop (port-less Host → host = Host), multi-hop (`X-Forwarded-Host` wins). `setContext('isProxyHost', true)` stays monotonic (cert-skip readers unaffected). Server-side only, NO dist rebuild; the `lib/routing` `toUrl` full request-scope (browser-bundled → dist rebuild) is deferred as `#B65` S2b pending a live multi-hop measurement (the un-gate already fixes `toUrl`/`getConfig`/`redirect` transparently via the never-frozen global for single-public-host-per-worker topologies — S2b only closes mixed-worker/multi-tenant concurrency). Tests: `server.isaac.test.js §15/§15b` (three-topology + freeze-fix + gate-removal subtract), `controller.test.js §30/§30b` (slot-wins-over-stale-global forward, raw-no-forward, req-less→global fallback).
799
799
 
800
800
  94. **ScyllaDB / Cassandra connector — `cassandra-driver` wrapper + fictitious `@scylladb/scylla-driver` registry placeholder + CQL ergonomics + `USING TTL` session store** — The Node.js ecosystem has no first-party shard-aware ScyllaDB driver (Python / Java / Go / Rust drivers are first-party shard-aware; Node.js is not), so the framework `scylladb` connector wraps `cassandra-driver` (Apache Software Foundation, `>=4.0.0` requires Node >=20, eval-safe per #SCS1 posture). Pre-#CN5 `lib/connector-registry/src/main.js` pinned `@scylladb/scylla-driver@>=1.0.0` as a placeholder — that npm package does not exist (404), which would have failed at install time the moment `connector:add primary --connector=scylladb --driver-version=...` printed its install hint. **Always `npm view <pkg>` to confirm the package exists** when populating registry-style mappings — same shape as the #I18N2 `intl-messageformat@9.13.0` non-existent-version trap. **CQL ORM** mirrors the SQL connector shape: entity files at `models/<keyspace>/cql/<Entity>/*.sql` (distinct dir like Couchbase's `n1ql/`, uniform `.sql` extension), `?` positional placeholders, `client.execute(query, args, { prepare: true })` returning Promise + `.onComplete()` shim, `@param` casting for CQL types (text/int/bigint/uuid/timeuuid/timestamp/boolean/blob/list/set/map/decimal/double/inet), `@return` coercion handling SELECT rows / LWT `[applied]` / write defaults. **CQL session store** has no Redis-EXPIRE equivalent — `set()` issues `INSERT … USING TTL <ttl>` (atomic write + expiry); `touch()` issues `UPDATE … USING TTL <ttl> SET sess = ? WHERE sid = ?` (rewrites data with fresh TTL); `clear()` uses CQL `TRUNCATE` (heavy cluster op — the only full-table delete CQL allows). Required schema: `CREATE TABLE sessions (sid TEXT PRIMARY KEY, sess TEXT) WITH default_time_to_live = 86400`. Promise → callback safety mirrors post-#CB-BUG-4: write methods MUST call `fn(null)` explicitly inside `.then()`, never `.then(fn)` directly. Established 2026-05-09 (#CN5). **MongoDB connector (#CN6)** — wraps the official `mongodb` driver (`>=7.0.0`); JSON op files at `models/<db>/pipelines/<Entity>/*.json` with `{"$arg":N}` / `{"$oid":hex}` / `"$scope"` placeholders + `castParam` BSON coercion (`objectid`/`int`/`long`/`double`/`date`/etc.); self-contained TTL-index session store auto-creates `{expiresAt:1}` (`expireAfterSeconds:0`, one-shot `_ttlReady` guard, `IndexOptionsConflict` warn-and-continue) and filters `{expiresAt:{$gt:now}}` because Mongo's TTL monitor lags up to 60s (vs Scylla's server-side `USING TTL` reap — same intent, different mechanism). Both connectors' registry pins must EXIST and be CURRENT (`npm view <pkg>` — the `@scylladb/scylla-driver` 404 + stale `mongodb>=5` traps). Established 2026-05-09 (#CN6).
801
801
 
@@ -869,7 +869,7 @@ Dev-mode query instrumentation captures every database query tied to the current
869
869
 
870
870
  137. **HTTP/2 response trailers (#H10) — opt-in via `self.sendTrailers(fields)` → stashed on `local._trailers`, wired in every render delegate's HTTP/2 BODY path as `stream.respond(headers, _trailers ? { waitForTrailers: true } : undefined)` + `stream.once('wantTrailers', () => stream.sendTrailers(_trailers))`.** `self.sendTrailers(fields)` (controller.js) only RECORDS fields — strips `:`-prefixed pseudo-headers (forbidden in a trailing HEADERS frame), stashes the clean object on `local._trailers`, returns self for chaining. Each delegate captures `var _trailers = (local._trailers && typeof === 'object') ? local._trailers : null` near its other per-request captures and arms the flow only when set. **Node trailer ordering contract**: with `waitForTrailers: true`, `stream.end()` no longer auto-closes — Node fires `wantTrailers`, and `stream.sendTrailers()` sends the trailing HEADERS frame AND closes the stream; call it exactly once (`.once`), inside the event, in a try/catch (best-effort — never fail the response). If `waitForTrailers` is ever set without a `wantTrailers`→`sendTrailers` handler the stream hangs forever, so gate both on the same `if (_trailers)`. **Skip**: HEAD branches (no body), HTTP/1.1 (the `res.*` path has no HTTP/2 trailer mechanism — silent no-op), destroyed/closed streams, and the framework 500 fallthrough (not an app response). **Single-conditional-arg form, NOT an if/else with two respond calls**: passing the options object conditionally as the 2nd arg keeps exactly one `stream.respond(` per path, so render-swig's source-pin counts (`5 active stream.respond()`, 5 `getHeaders`/`headersSent` paths, 4 dynamic `:status`) stay stable — an if/else (2 respond calls per body site) would trip them. (render-stream, the first slice, uses the if/else form since it has no count pin; the buffered delegates — render-json, render-swig cache-hit + cache-miss, render-nunjucks Case 3 — use the single-arg form.) **Gotcha for future body-path edits**: adding lines to a delegate body path shifts byte-offset lookback test windows (render-swig.test.js cache-miss HEAD window needed 3000→3400) and the `wantTrailers`-callback `stream.destroyed` guards add to source-pin counts (render-swig `stream.destroyed` 3→5; render-engine-dispatch.test.js `stream.respond(_streamHeaders)` regex widened to `_streamHeaders,\s*_trailers`) — recalibrate the affected #H8 pins. Tests: render-stream.test.js §10 (execution: waitForTrailers set + sendTrailers fires with fields + opt-out no-op), controller.test.js §15-16 (sendTrailers source pin + pure-logic replica), render-json §02 / render-nunjucks §03 / render-swig §13 (source pins). Established 2026-05-22.
871
871
 
872
- 142. **`bin/cli` resolves the framework dir from `GINA_VERSION` (env/persisted) falling back to `package.json` version, then `require()`s `framework/v<version>/lib/generator` — now guarded by `fs.existsSync(frameworkPath)` BEFORE that require.** A `GINA_VERSION` pointing at a non-installed version (a stale pin, or a bind-mounted dev tree at a different version) otherwise throws `MODULE_NOT_FOUND` that the surrounding `try/catch` mislabels as `gina: could not load [ package.json ]` (package.json actually loaded fine), and the legitimate `existsSync` guard sits AFTER the require so it never fires — every CLI command then fails opaquely (in a container, `project:import` silently fails, so bundles report "not registered" on start). The guard now fails fast with a clear `gina framework:install <version>` message via `process.stderr.write` (`console` is not reassigned to the framework logger until later, so `console.alert` is undefined there). Diagnostic tell: `could not load package.json` followed by `Cannot find module '…/framework/v<X>/lib/generator'` means framework version `<X>` is not installed, not that package.json is broken. (`8fa9c278`, 2026-05-30)
872
+ 142. **`bin/cli` resolves the framework dir from `GINA_VERSION` (env/persisted) falling back to `package.json` version, then `require()`s `framework/v<version>/lib/generator` — now guarded by `fs.existsSync(frameworkPath)` BEFORE that require.** A `GINA_VERSION` pointing at a non-installed version (a stale pin, or a bind-mounted dev tree at a different version) otherwise throws `MODULE_NOT_FOUND` that the surrounding `try/catch` mislabels as `gina: could not load [ package.json ]` (package.json actually loaded fine), and the legitimate `existsSync` guard sits AFTER the require so it never fires — every CLI command then fails opaquely (in a container, `project:import` silently fails, so bundles report "not registered" on start). The guard now fails fast with a clear `gina framework:install <version>` message via `process.stderr.write` (`console` is not reassigned to the framework logger until later, so `console.alert` is undefined there). Diagnostic tell: `could not load package.json` followed by `Cannot find module '…/framework/v<X>/lib/generator'` means framework version `<X>` is not installed, not that package.json is broken. (`8fa9c278`, 2026-05-30) **Sibling (2026-07-03) — same guard-before-dynamic-require rule, applied to command DISPATCH.** `lib/cmd/framework/init.js` `run()` — the single chokepoint that `require()`s `/cmd/<topic>/<action>.js` for BOTH offline framework AND online bundle commands — now `fs.existsSync`-guards the handler path BEFORE requiring it. A known group (listed in `bin/cli`'s `allowedOffline`) with an UNKNOWN ACTION previously threw `Cannot find module .../cmd/<group>/<action>.js`, dumped as a raw stack by `run()`'s catch: `gina framework:connector` (connector is its OWN top-level group), `gina connector` / `gina connector --help` (auto-prefixed to the same `framework:connector` by `bin/cli:371`), and `gina -V` (→ `framework:-V`; only lowercase `-v` and `--version` are aliased) all hit it. The guard now prints a clean `'<group>:<action>' is not a valid command.` + a `gina help` / `gina help <group>` pointer, plus a did-you-mean when the action names a real command group (gated on the SAME `/^[a-z][a-z0-9-]*$/` + `<action>/help.txt`-exists test `gina help <group>` uses), exits 1, and mirrors the message to `opt.client` on the socket path; the try/catch still keeps the stack for errors thrown INSIDE a resolved handler (real crash vs. typo cleanly split by the `existsSync` check). `bin/cli:425-431` already rejected an unknown GROUP cleanly — this closes the known-group/unknown-action gap. Rule: `fs.existsSync`-guard every dynamic handler require and emit a clean unknown-command message; reserve the stack for errors from inside a resolved handler. Tests `test/lib/cmd-unknown-command.test.js`; server-side (no dist rebuild).
873
873
 
874
874
  143. **`lib/cmd-status-format` — shared run-state/port display primitive for the status/list CLI handlers (`pad` / `pickPreferredPort` / `readPidfile`).** `bundle:list`, `service:list`, `bundle:status`, and `project:status` each carried byte-identical inline copies of three helpers; they now consume `lib.cmdStatusFormat` (`var fmt = lib.cmdStatusFormat;` — the ambient registry global; the bare `require('lib/cmd-status-format')` form does NOT resolve in `bin/cli`/`bin/cmd` daemon scope, the same constraint as `routing-introspect`/`connector-registry`, because the `NODE_PATH` shim runs at bundle runtime). The module is **pure** — requires only node `fs`/`path`, reads no framework globals — so it is unit-testable by a direct require. The load-bearing design move: `readPidfile` was generalised from the inline `readPidfile(bundleName, projectName)` (which read the `GINA_HOMEDIR` + `_` globals) to `readPidfile(runDir, bundleName, projectName)` built with `path.join`; callers pass `GINA_HOMEDIR + '/run'`, and `service:list`'s hardwired `@gina` case becomes `fmt.readPidfile(GINA_HOMEDIR + '/run', name, 'gina')`. `pad` / `pickPreferredPort` were already pure and moved verbatim. **Test-extraction pattern**: the four handler test files were source-inspection suites pinning the inline *definitions*; extraction invalidates those pins, so they were rewritten to consume-the-primitive assertions (`/fmt\.readPidfile\(/` + `doesNotMatch /var readPidfile = function/`) and the behavioural coverage moved to `test/lib/cmd-status-format.test.js` (require-by-path, 15 tests) — the handlers' tests stay thin, the primitive is the behavioural surface. `lib/cmd/connector/list.js`'s byte-identical inline `pad(s, width)` was given the same treatment in `79d71abf` (call site routed through `fmt.pad`, test source-pin re-aimed — the new `var fmt` pin tolerates the column-aligned declaration via `/var fmt\s+= /`); `lib/cmd/cache/stats.js`'s `pad(str, len)` is a different signature and stays inline. Commits `fa0e0c1d`..`45459fa9` (+ `79d71abf` connector:list). Established 2026-05-31.
875
875
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gina",
3
- "version": "0.5.7",
3
+ "version": "0.5.8",
4
4
  "description": "Node.js MVC framework with built-in HTTP/2, multi-bundle architecture, and scope-based data isolation — no Express dependency",
5
5
  "keywords": [
6
6
  "nodejs",
@@ -73,12 +73,12 @@
73
73
  "gina-container": "bin/gina-container",
74
74
  "gina-init": "bin/gina-init"
75
75
  },
76
- "main": "./framework/v0.5.7/core/gna",
76
+ "main": "./framework/v0.5.8/core/gna",
77
77
  "exports": {
78
78
  ".": {
79
79
  "types": "./types/index.d.ts",
80
80
  "import": "./index.mjs",
81
- "require": "./framework/v0.5.7/core/gna.js"
81
+ "require": "./framework/v0.5.8/core/gna.js"
82
82
  },
83
83
  "./gna": {
84
84
  "types": "./types/gna.d.ts",
@@ -1 +0,0 @@
1
- 0.5.7
@@ -1,52 +0,0 @@
1
- var console = lib.logger;
2
- var open = require('./open');
3
- /**
4
- * @module gina/lib/cmd/framework/help
5
- */
6
- /**
7
- * Displays help by opening a relevant documentation path.
8
- * Delegates to the `open` command with the given key.
9
- *
10
- * Usage:
11
- * gina framework:help [<key>]
12
- *
13
- * @class Help
14
- * @constructor
15
- * @param {object} opt - Parsed command-line options
16
- */
17
- function Help(opt) {
18
- var init = function() {
19
- if ( typeof(process.argv[3]) == 'undefined') {
20
- proceed('framework')
21
- } else {
22
- proceed(process.argv[3])
23
- }
24
- }
25
-
26
- var proceed = function(key){
27
- switch (key) {
28
- case 'homedir':
29
- case 'home':
30
- open(GINA_HOMEDIR)
31
- break;
32
-
33
- case 'fwk':
34
- case 'framework':
35
- open(GINA_DIR)
36
- break;
37
-
38
- case 'service':
39
- case 'services':
40
- open(GINA_DIR + '/services')
41
- break;
42
- case 'lib':
43
- open(getPath('gina').lib)
44
- break;
45
- default:
46
- console.debug('running default');
47
- }
48
- }
49
-
50
- init()
51
- };
52
- module.exports = Help
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes