gina 0.5.11 → 0.5.12

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 (513) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/README.md +9 -0
  3. package/ROADMAP.md +1 -0
  4. package/bin/cli +2 -2
  5. package/framework/v0.5.12/VERSION +1 -0
  6. package/framework/{v0.5.11 → v0.5.12}/core/asset/plugin/dist/vendor/gina/js/gina.js +279 -59
  7. package/framework/v0.5.12/core/asset/plugin/dist/vendor/gina/js/gina.min.js +577 -0
  8. package/framework/v0.5.12/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
  9. package/framework/v0.5.12/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
  10. package/framework/v0.5.12/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +9 -0
  11. package/framework/v0.5.12/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
  12. package/framework/v0.5.12/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
  13. package/framework/{v0.5.11 → v0.5.12}/core/config.js +20 -0
  14. package/framework/{v0.5.11 → v0.5.12}/core/controller/controller.js +81 -11
  15. package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/validator/src/form-validator.js +130 -36
  16. package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/validator/src/main.js +91 -16
  17. package/framework/{v0.5.11 → v0.5.12}/core/server.js +67 -29
  18. package/framework/{v0.5.11 → v0.5.12}/lib/cmd/bundle/restart.js +20 -11
  19. package/framework/{v0.5.11 → v0.5.12}/lib/cmd/bundle/start.js +6 -0
  20. package/framework/{v0.5.11 → v0.5.12}/lib/cmd/bundle/stop.js +5 -0
  21. package/framework/{v0.5.11 → v0.5.12}/lib/cmd/framework/restart.js +10 -3
  22. package/framework/{v0.5.11 → v0.5.12}/lib/cmd/framework/stop.js +7 -2
  23. package/framework/{v0.5.11 → v0.5.12}/lib/cmd/helper.js +20 -2
  24. package/framework/{v0.5.11 → v0.5.12}/lib/cmd/i18n/add.js +2 -2
  25. package/framework/{v0.5.11 → v0.5.12}/lib/cmd/index.js +24 -5
  26. package/framework/{v0.5.11 → v0.5.12}/lib/cmd/project/add.js +44 -10
  27. package/framework/{v0.5.11 → v0.5.12}/lib/cmd/project/restart.js +4 -1
  28. package/framework/{v0.5.11 → v0.5.12}/lib/cmd/project/start.js +4 -1
  29. package/framework/{v0.5.11 → v0.5.12}/lib/cmd/project/stop.js +4 -1
  30. package/framework/{v0.5.11 → v0.5.12}/lib/i18n/src/main.js +11 -4
  31. package/framework/{v0.5.11 → v0.5.12}/lib/nunjucks-filters/src/main.js +2 -2
  32. package/framework/{v0.5.11 → v0.5.12}/lib/shell.js +7 -4
  33. package/framework/{v0.5.11 → v0.5.12}/lib/swig-filters/src/main.js +2 -2
  34. package/framework/{v0.5.11 → v0.5.12}/package.json +1 -1
  35. package/gna.js +4 -4
  36. package/llms.txt +88 -103
  37. package/package.json +3 -3
  38. package/test-results/popin-dialog.runtime-data--0edb7--never-injects-the-raw-JSON-chromium/error-context.md +24 -0
  39. package/framework/v0.5.11/VERSION +0 -1
  40. package/framework/v0.5.11/core/asset/plugin/dist/vendor/gina/js/gina.min.js +0 -573
  41. package/framework/v0.5.11/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
  42. package/framework/v0.5.11/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
  43. package/framework/v0.5.11/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +0 -8
  44. package/framework/v0.5.11/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
  45. package/framework/v0.5.11/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
  46. /package/framework/{v0.5.11 → v0.5.12}/AUTHORS +0 -0
  47. /package/framework/{v0.5.11 → v0.5.12}/LICENSE +0 -0
  48. /package/framework/{v0.5.11 → v0.5.12}/core/asset/html/nolayout.html +0 -0
  49. /package/framework/{v0.5.11 → v0.5.12}/core/asset/html/static.html +0 -0
  50. /package/framework/{v0.5.11 → v0.5.12}/core/asset/img/android-chrome-192x192.png +0 -0
  51. /package/framework/{v0.5.11 → v0.5.12}/core/asset/img/android-chrome-512x512.png +0 -0
  52. /package/framework/{v0.5.11 → v0.5.12}/core/asset/img/apple-touch-icon.png +0 -0
  53. /package/framework/{v0.5.11 → v0.5.12}/core/asset/img/favicon-16x16.png +0 -0
  54. /package/framework/{v0.5.11 → v0.5.12}/core/asset/img/favicon-32x32.png +0 -0
  55. /package/framework/{v0.5.11 → v0.5.12}/core/asset/img/favicon.ico +0 -0
  56. /package/framework/{v0.5.11 → v0.5.12}/core/asset/plugin/README.md +0 -0
  57. /package/framework/{v0.5.11 → v0.5.12}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.css +0 -0
  58. /package/framework/{v0.5.11 → v0.5.12}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.js +0 -0
  59. /package/framework/{v0.5.11 → v0.5.12}/core/asset/plugin/dist/vendor/gina/beemaster/index.html +0 -0
  60. /package/framework/{v0.5.11 → v0.5.12}/core/asset/plugin/dist/vendor/gina/css/gina.min.css +0 -0
  61. /package/framework/{v0.5.11 → v0.5.12}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.br +0 -0
  62. /package/framework/{v0.5.11 → v0.5.12}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.gz +0 -0
  63. /package/framework/{v0.5.11 → v0.5.12}/core/asset/plugin/dist/vendor/gina/html/statusbar.html +0 -0
  64. /package/framework/{v0.5.11 → v0.5.12}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.br +0 -0
  65. /package/framework/{v0.5.11 → v0.5.12}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.gz +0 -0
  66. /package/framework/{v0.5.11 → v0.5.12}/core/asset/plugin/dist/vendor/gina/inspector/have_heart_one-webfont.woff2 +0 -0
  67. /package/framework/{v0.5.11 → v0.5.12}/core/asset/plugin/dist/vendor/gina/inspector/index.html +0 -0
  68. /package/framework/{v0.5.11 → v0.5.12}/core/asset/plugin/dist/vendor/gina/inspector/inspector.css +0 -0
  69. /package/framework/{v0.5.11 → v0.5.12}/core/asset/plugin/dist/vendor/gina/inspector/inspector.js +0 -0
  70. /package/framework/{v0.5.11 → v0.5.12}/core/asset/plugin/dist/vendor/gina/inspector/logo.svg +0 -0
  71. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/ai/index.js +0 -0
  72. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/ai/lib/connector.js +0 -0
  73. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/couchbase/index.js +0 -0
  74. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/couchbase/lib/connector.js +0 -0
  75. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/couchbase/lib/connector.v3.js +0 -0
  76. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/couchbase/lib/connector.v4.js +0 -0
  77. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/couchbase/lib/n1ql.js +0 -0
  78. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/couchbase/lib/session-store.js +0 -0
  79. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/couchbase/lib/session-store.v3.js +0 -0
  80. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/couchbase/lib/session-store.v4.js +0 -0
  81. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/mongodb/index.js +0 -0
  82. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/mongodb/lib/connector.js +0 -0
  83. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/mongodb/lib/job-store.js +0 -0
  84. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/mongodb/lib/pipeline-loader.js +0 -0
  85. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/mongodb/lib/session-store.js +0 -0
  86. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/mysql/index.js +0 -0
  87. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/mysql/lib/connector.js +0 -0
  88. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/postgresql/index.js +0 -0
  89. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/postgresql/lib/connector.js +0 -0
  90. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/redis/index.js +0 -0
  91. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/redis/lib/connector.js +0 -0
  92. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/redis/lib/job-store.js +0 -0
  93. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/redis/lib/session-store.js +0 -0
  94. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/scylladb/index.js +0 -0
  95. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/scylladb/lib/connector.js +0 -0
  96. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/scylladb/lib/session-store.js +0 -0
  97. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/sql-parser.js +0 -0
  98. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/sqlite/index.js +0 -0
  99. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/sqlite/lib/connector.js +0 -0
  100. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/sqlite/lib/job-store.js +0 -0
  101. /package/framework/{v0.5.11 → v0.5.12}/core/connectors/sqlite/lib/session-store.js +0 -0
  102. /package/framework/{v0.5.11 → v0.5.12}/core/content.encoding +0 -0
  103. /package/framework/{v0.5.11 → v0.5.12}/core/controller/controller.framework.js +0 -0
  104. /package/framework/{v0.5.11 → v0.5.12}/core/controller/controller.render-json.js +0 -0
  105. /package/framework/{v0.5.11 → v0.5.12}/core/controller/controller.render-nunjucks-async.js +0 -0
  106. /package/framework/{v0.5.11 → v0.5.12}/core/controller/controller.render-nunjucks.js +0 -0
  107. /package/framework/{v0.5.11 → v0.5.12}/core/controller/controller.render-stream.js +0 -0
  108. /package/framework/{v0.5.11 → v0.5.12}/core/controller/controller.render-swig-async.js +0 -0
  109. /package/framework/{v0.5.11 → v0.5.12}/core/controller/controller.render-swig.js +0 -0
  110. /package/framework/{v0.5.11 → v0.5.12}/core/controller/controller.render-v1.js +0 -0
  111. /package/framework/{v0.5.11 → v0.5.12}/core/controller/index.js +0 -0
  112. /package/framework/{v0.5.11 → v0.5.12}/core/controller/inspector-window-emit.js +0 -0
  113. /package/framework/{v0.5.11 → v0.5.12}/core/deps/busboy-1.6.0/LICENSE +0 -0
  114. /package/framework/{v0.5.11 → v0.5.12}/core/deps/busboy-1.6.0/README.md +0 -0
  115. /package/framework/{v0.5.11 → v0.5.12}/core/deps/busboy-1.6.0/lib/index.js +0 -0
  116. /package/framework/{v0.5.11 → v0.5.12}/core/deps/busboy-1.6.0/lib/types/multipart.js +0 -0
  117. /package/framework/{v0.5.11 → v0.5.12}/core/deps/busboy-1.6.0/lib/types/urlencoded.js +0 -0
  118. /package/framework/{v0.5.11 → v0.5.12}/core/deps/busboy-1.6.0/lib/utils.js +0 -0
  119. /package/framework/{v0.5.11 → v0.5.12}/core/deps/busboy-1.6.0/package.json +0 -0
  120. /package/framework/{v0.5.11 → v0.5.12}/core/deps/streamsearch-1.1.0/LICENSE +0 -0
  121. /package/framework/{v0.5.11 → v0.5.12}/core/deps/streamsearch-1.1.0/lib/sbmh.js +0 -0
  122. /package/framework/{v0.5.11 → v0.5.12}/core/deps/streamsearch-1.1.0/package.json +0 -0
  123. /package/framework/{v0.5.11 → v0.5.12}/core/dev/index.js +0 -0
  124. /package/framework/{v0.5.11 → v0.5.12}/core/dev/lib/class.js +0 -0
  125. /package/framework/{v0.5.11 → v0.5.12}/core/dev/lib/factory.js +0 -0
  126. /package/framework/{v0.5.11 → v0.5.12}/core/dev/lib/tools.js +0 -0
  127. /package/framework/{v0.5.11 → v0.5.12}/core/gna.js +0 -0
  128. /package/framework/{v0.5.11 → v0.5.12}/core/locales/README.md +0 -0
  129. /package/framework/{v0.5.11 → v0.5.12}/core/locales/currency.json +0 -0
  130. /package/framework/{v0.5.11 → v0.5.12}/core/locales/dist/language/en.json +0 -0
  131. /package/framework/{v0.5.11 → v0.5.12}/core/locales/dist/language/fr.json +0 -0
  132. /package/framework/{v0.5.11 → v0.5.12}/core/locales/dist/region/en.json +0 -0
  133. /package/framework/{v0.5.11 → v0.5.12}/core/locales/dist/region/fr.json +0 -0
  134. /package/framework/{v0.5.11 → v0.5.12}/core/locales/index.js +0 -0
  135. /package/framework/{v0.5.11 → v0.5.12}/core/mime.types +0 -0
  136. /package/framework/{v0.5.11 → v0.5.12}/core/model/entity.js +0 -0
  137. /package/framework/{v0.5.11 → v0.5.12}/core/model/index.js +0 -0
  138. /package/framework/{v0.5.11 → v0.5.12}/core/model/template/entityFactory.js +0 -0
  139. /package/framework/{v0.5.11 → v0.5.12}/core/model/template/index.js +0 -0
  140. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/README.md +0 -0
  141. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/index.js +0 -0
  142. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/csrf/README.md +0 -0
  143. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/csrf/package.json +0 -0
  144. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/csrf/src/main.js +0 -0
  145. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/README.md +0 -0
  146. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/coep/README.md +0 -0
  147. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/coep/package.json +0 -0
  148. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/coep/src/main.js +0 -0
  149. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/coop/README.md +0 -0
  150. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/coop/package.json +0 -0
  151. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/coop/src/main.js +0 -0
  152. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/corp/README.md +0 -0
  153. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/corp/package.json +0 -0
  154. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/corp/src/main.js +0 -0
  155. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/csp/README.md +0 -0
  156. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/csp/package.json +0 -0
  157. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/csp/src/main.js +0 -0
  158. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/hide-powered-by/README.md +0 -0
  159. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/hide-powered-by/package.json +0 -0
  160. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/hide-powered-by/src/main.js +0 -0
  161. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/hsts/README.md +0 -0
  162. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/hsts/package.json +0 -0
  163. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/hsts/src/main.js +0 -0
  164. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/origin-agent-cluster/README.md +0 -0
  165. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/origin-agent-cluster/package.json +0 -0
  166. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/origin-agent-cluster/src/main.js +0 -0
  167. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/package.json +0 -0
  168. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/referrer-policy/README.md +0 -0
  169. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/referrer-policy/package.json +0 -0
  170. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/referrer-policy/src/main.js +0 -0
  171. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/src/main.js +0 -0
  172. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/x-content-type-options/README.md +0 -0
  173. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/x-content-type-options/package.json +0 -0
  174. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/x-content-type-options/src/main.js +0 -0
  175. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/x-dns-prefetch-control/README.md +0 -0
  176. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/x-dns-prefetch-control/package.json +0 -0
  177. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/x-dns-prefetch-control/src/main.js +0 -0
  178. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/x-download-options/README.md +0 -0
  179. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/x-download-options/package.json +0 -0
  180. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/x-download-options/src/main.js +0 -0
  181. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/x-frame-options/README.md +0 -0
  182. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/x-frame-options/package.json +0 -0
  183. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/x-frame-options/src/main.js +0 -0
  184. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/README.md +0 -0
  185. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/package.json +0 -0
  186. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/src/main.js +0 -0
  187. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/x-xss-protection/README.md +0 -0
  188. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/x-xss-protection/package.json +0 -0
  189. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/security-headers/x-xss-protection/src/main.js +0 -0
  190. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/session/README.md +0 -0
  191. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/session/package.json +0 -0
  192. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/session/src/main.js +0 -0
  193. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/storage/README.md +0 -0
  194. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/storage/build.json +0 -0
  195. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/storage/package.json +0 -0
  196. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/storage/src/main.js +0 -0
  197. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/validator/README.md +0 -0
  198. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/validator/build.json +0 -0
  199. /package/framework/{v0.5.11 → v0.5.12}/core/plugins/lib/validator/package.json +0 -0
  200. /package/framework/{v0.5.11 → v0.5.12}/core/router.js +0 -0
  201. /package/framework/{v0.5.11 → v0.5.12}/core/server.express.js +0 -0
  202. /package/framework/{v0.5.11 → v0.5.12}/core/server.isaac.js +0 -0
  203. /package/framework/{v0.5.11 → v0.5.12}/core/status.codes +0 -0
  204. /package/framework/{v0.5.11 → v0.5.12}/core/template/_gitignore +0 -0
  205. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle/config/app.json +0 -0
  206. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle/config/connectors.json +0 -0
  207. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle/config/routing.json +0 -0
  208. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle/config/settings.json +0 -0
  209. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle/config/settings.server.json +0 -0
  210. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle/config/templates.json +0 -0
  211. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle/config/watchers.json +0 -0
  212. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle/controllers/controller.content.js +0 -0
  213. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle/controllers/controller.js +0 -0
  214. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle/controllers/setup.js +0 -0
  215. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle/index.js +0 -0
  216. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle/locales/en.json +0 -0
  217. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle_namespace/controllers/controller.js +0 -0
  218. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle_public/css/default.css +0 -0
  219. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle_public/css/home.css +0 -0
  220. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle_public/css/vendor/readme.md +0 -0
  221. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle_public/favicon.ico +0 -0
  222. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle_public/js/vendor/readme.md +0 -0
  223. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle_public/manifest.webmanifest +0 -0
  224. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle_public/readme.md +0 -0
  225. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle_public/sw.js +0 -0
  226. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle_templates/handlers/main.js +0 -0
  227. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle_templates/html/content/homepage.html +0 -0
  228. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle_templates/html/includes/error-msg-noscript.html +0 -0
  229. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle_templates/html/includes/error-msg-outdated-browser.html +0 -0
  230. /package/framework/{v0.5.11 → v0.5.12}/core/template/boilerplate/bundle_templates/html/layouts/main.html +0 -0
  231. /package/framework/{v0.5.11 → v0.5.12}/core/template/command/gina.bat.tpl +0 -0
  232. /package/framework/{v0.5.11 → v0.5.12}/core/template/command/gina.tpl +0 -0
  233. /package/framework/{v0.5.11 → v0.5.12}/core/template/conf/env.json +0 -0
  234. /package/framework/{v0.5.11 → v0.5.12}/core/template/conf/manifest.json +0 -0
  235. /package/framework/{v0.5.11 → v0.5.12}/core/template/conf/package.json +0 -0
  236. /package/framework/{v0.5.11 → v0.5.12}/core/template/conf/settings.json +0 -0
  237. /package/framework/{v0.5.11 → v0.5.12}/core/template/conf/statics.json +0 -0
  238. /package/framework/{v0.5.11 → v0.5.12}/core/template/conf/templates.json +0 -0
  239. /package/framework/{v0.5.11 → v0.5.12}/core/template/error/client/json/401.json +0 -0
  240. /package/framework/{v0.5.11 → v0.5.12}/core/template/error/client/json/403.json +0 -0
  241. /package/framework/{v0.5.11 → v0.5.12}/core/template/error/client/json/404.json +0 -0
  242. /package/framework/{v0.5.11 → v0.5.12}/core/template/error/server/html/50x.html +0 -0
  243. /package/framework/{v0.5.11 → v0.5.12}/core/template/error/server/json/500.json +0 -0
  244. /package/framework/{v0.5.11 → v0.5.12}/core/template/error/server/json/503.json +0 -0
  245. /package/framework/{v0.5.11 → v0.5.12}/core/template/extensions/logger/config.json +0 -0
  246. /package/framework/{v0.5.11 → v0.5.12}/helpers/console.js +0 -0
  247. /package/framework/{v0.5.11 → v0.5.12}/helpers/context.js +0 -0
  248. /package/framework/{v0.5.11 → v0.5.12}/helpers/data/LICENSE +0 -0
  249. /package/framework/{v0.5.11 → v0.5.12}/helpers/data/README.md +0 -0
  250. /package/framework/{v0.5.11 → v0.5.12}/helpers/data/package.json +0 -0
  251. /package/framework/{v0.5.11 → v0.5.12}/helpers/data/src/main.js +0 -0
  252. /package/framework/{v0.5.11 → v0.5.12}/helpers/dateFormat.js +0 -0
  253. /package/framework/{v0.5.11 → v0.5.12}/helpers/index.js +0 -0
  254. /package/framework/{v0.5.11 → v0.5.12}/helpers/json/LICENSE +0 -0
  255. /package/framework/{v0.5.11 → v0.5.12}/helpers/json/README.md +0 -0
  256. /package/framework/{v0.5.11 → v0.5.12}/helpers/json/package.json +0 -0
  257. /package/framework/{v0.5.11 → v0.5.12}/helpers/json/src/main.js +0 -0
  258. /package/framework/{v0.5.11 → v0.5.12}/helpers/path.js +0 -0
  259. /package/framework/{v0.5.11 → v0.5.12}/helpers/plugins/README.md +0 -0
  260. /package/framework/{v0.5.11 → v0.5.12}/helpers/plugins/package.json +0 -0
  261. /package/framework/{v0.5.11 → v0.5.12}/helpers/plugins/src/api-error.js +0 -0
  262. /package/framework/{v0.5.11 → v0.5.12}/helpers/plugins/src/main.js +0 -0
  263. /package/framework/{v0.5.11 → v0.5.12}/helpers/prototypes.js +0 -0
  264. /package/framework/{v0.5.11 → v0.5.12}/helpers/task.js +0 -0
  265. /package/framework/{v0.5.11 → v0.5.12}/helpers/text.js +0 -0
  266. /package/framework/{v0.5.11 → v0.5.12}/lib/admin/package.json +0 -0
  267. /package/framework/{v0.5.11 → v0.5.12}/lib/admin/src/main.js +0 -0
  268. /package/framework/{v0.5.11 → v0.5.12}/lib/archiver/README.md +0 -0
  269. /package/framework/{v0.5.11 → v0.5.12}/lib/archiver/build.json +0 -0
  270. /package/framework/{v0.5.11 → v0.5.12}/lib/archiver/package.json +0 -0
  271. /package/framework/{v0.5.11 → v0.5.12}/lib/archiver/src/dep/jszip.min.js +0 -0
  272. /package/framework/{v0.5.11 → v0.5.12}/lib/archiver/src/main.js +0 -0
  273. /package/framework/{v0.5.11 → v0.5.12}/lib/async/package.json +0 -0
  274. /package/framework/{v0.5.11 → v0.5.12}/lib/async/src/main.js +0 -0
  275. /package/framework/{v0.5.11 → v0.5.12}/lib/cache/README.md +0 -0
  276. /package/framework/{v0.5.11 → v0.5.12}/lib/cache/build.json +0 -0
  277. /package/framework/{v0.5.11 → v0.5.12}/lib/cache/package.json +0 -0
  278. /package/framework/{v0.5.11 → v0.5.12}/lib/cache/src/main.js +0 -0
  279. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/aliases.json +0 -0
  280. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/bundle/add.js +0 -0
  281. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/bundle/arguments.json +0 -0
  282. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/bundle/build.js +0 -0
  283. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/bundle/copy.js +0 -0
  284. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/bundle/cp.js +0 -0
  285. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/bundle/help.js +0 -0
  286. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/bundle/help.txt +0 -0
  287. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/bundle/inc/name-rewrite.js +0 -0
  288. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/bundle/list.js +0 -0
  289. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/bundle/man.js +0 -0
  290. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/bundle/mcp-start.js +0 -0
  291. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/bundle/mcp.js +0 -0
  292. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/bundle/oas.js +0 -0
  293. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/bundle/openapi.js +0 -0
  294. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/bundle/remove.js +0 -0
  295. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/bundle/rename.js +0 -0
  296. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/bundle/rm.js +0 -0
  297. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/bundle/status.js +0 -0
  298. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/cache/stats.js +0 -0
  299. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/connector/add.js +0 -0
  300. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/connector/arguments.json +0 -0
  301. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/connector/help.js +0 -0
  302. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/connector/help.txt +0 -0
  303. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/connector/infer.js +0 -0
  304. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/connector/list.js +0 -0
  305. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/connector/migrate.js +0 -0
  306. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/connector/models.js +0 -0
  307. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/connector/remove.js +0 -0
  308. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/connector/rm.js +0 -0
  309. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/connector/test.js +0 -0
  310. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/env/add.js +0 -0
  311. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/env/get.js +0 -0
  312. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/env/help.js +0 -0
  313. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/env/help.txt +0 -0
  314. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/env/link-dev.js +0 -0
  315. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/env/list.js +0 -0
  316. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/env/remove.js +0 -0
  317. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/env/rm.js +0 -0
  318. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/env/set.js +0 -0
  319. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/env/unset.js +0 -0
  320. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/env/use.js +0 -0
  321. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/framework/add.js +0 -0
  322. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/framework/arguments.json +0 -0
  323. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/framework/build.js +0 -0
  324. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/framework/dot.js +0 -0
  325. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/framework/get.js +0 -0
  326. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/framework/help.js +0 -0
  327. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/framework/help.txt +0 -0
  328. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/framework/init.js +0 -0
  329. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/framework/link-node-modules.js +0 -0
  330. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/framework/link.js +0 -0
  331. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/framework/list.js +0 -0
  332. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/framework/man.js +0 -0
  333. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/framework/msg.json +0 -0
  334. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/framework/open.js +0 -0
  335. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/framework/remove.js +0 -0
  336. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/framework/reset.js +0 -0
  337. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/framework/set.js +0 -0
  338. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/framework/start.js +0 -0
  339. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/framework/status.js +0 -0
  340. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/framework/tail.js +0 -0
  341. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/framework/update.js +0 -0
  342. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/framework/version.js +0 -0
  343. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/gina-dev.1.md +0 -0
  344. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/gina-framework.1.md +0 -0
  345. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/gina.1.md +0 -0
  346. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/i18n/arguments.json +0 -0
  347. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/i18n/export.js +0 -0
  348. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/i18n/help.js +0 -0
  349. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/i18n/help.txt +0 -0
  350. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/i18n/import.js +0 -0
  351. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/i18n/scan.js +0 -0
  352. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/image/arguments.json +0 -0
  353. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/image/build.js +0 -0
  354. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/image/help.js +0 -0
  355. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/image/help.txt +0 -0
  356. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/image/man.js +0 -0
  357. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/inspector/help.js +0 -0
  358. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/inspector/help.txt +0 -0
  359. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/inspector/open.js +0 -0
  360. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/man-render.js +0 -0
  361. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/minion/arguments.json +0 -0
  362. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/minion/help.js +0 -0
  363. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/minion/help.txt +0 -0
  364. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/minion/kill.js +0 -0
  365. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/minion/list.js +0 -0
  366. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/msg.json +0 -0
  367. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/port/help.js +0 -0
  368. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/port/help.txt +0 -0
  369. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/port/inc/scan.js +0 -0
  370. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/port/list.js +0 -0
  371. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/port/reset.js +0 -0
  372. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/port/set.js +0 -0
  373. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/project/arguments.json +0 -0
  374. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/project/backup.js +0 -0
  375. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/project/build.js +0 -0
  376. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/project/help.js +0 -0
  377. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/project/help.txt +0 -0
  378. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/project/import.js +0 -0
  379. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/project/list.js +0 -0
  380. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/project/man.js +0 -0
  381. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/project/move.js +0 -0
  382. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/project/remove.js +0 -0
  383. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/project/rename.js +0 -0
  384. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/project/restore.js +0 -0
  385. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/project/rm.js +0 -0
  386. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/project/status.js +0 -0
  387. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/protocol/arguments.json +0 -0
  388. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/protocol/help.js +0 -0
  389. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/protocol/help.txt +0 -0
  390. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/protocol/list.js +0 -0
  391. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/protocol/remove.js +0 -0
  392. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/protocol/set.js +0 -0
  393. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/scope/add.js +0 -0
  394. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/scope/help.js +0 -0
  395. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/scope/help.txt +0 -0
  396. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/scope/link-local.js +0 -0
  397. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/scope/link-production.js +0 -0
  398. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/scope/list.js +0 -0
  399. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/scope/remove.js +0 -0
  400. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/scope/rm.js +0 -0
  401. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/scope/use.js +0 -0
  402. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/secrets/arguments.json +0 -0
  403. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/secrets/check.js +0 -0
  404. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/secrets/help.js +0 -0
  405. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/secrets/help.txt +0 -0
  406. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/secrets/scan.js +0 -0
  407. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/service/help.js +0 -0
  408. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/service/help.txt +0 -0
  409. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/service/list.js +0 -0
  410. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/service/man.js +0 -0
  411. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/service/start.js +0 -0
  412. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd/view/add.js +0 -0
  413. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd-status-format/package.json +0 -0
  414. /package/framework/{v0.5.11 → v0.5.12}/lib/cmd-status-format/src/main.js +0 -0
  415. /package/framework/{v0.5.11 → v0.5.12}/lib/collection/README.md +0 -0
  416. /package/framework/{v0.5.11 → v0.5.12}/lib/collection/build.json +0 -0
  417. /package/framework/{v0.5.11 → v0.5.12}/lib/collection/package.json +0 -0
  418. /package/framework/{v0.5.11 → v0.5.12}/lib/collection/src/main.js +0 -0
  419. /package/framework/{v0.5.11 → v0.5.12}/lib/config.js +0 -0
  420. /package/framework/{v0.5.11 → v0.5.12}/lib/connector-config/package.json +0 -0
  421. /package/framework/{v0.5.11 → v0.5.12}/lib/connector-config/src/main.js +0 -0
  422. /package/framework/{v0.5.11 → v0.5.12}/lib/connector-registry/package.json +0 -0
  423. /package/framework/{v0.5.11 → v0.5.12}/lib/connector-registry/src/main.js +0 -0
  424. /package/framework/{v0.5.11 → v0.5.12}/lib/cron/README.md +0 -0
  425. /package/framework/{v0.5.11 → v0.5.12}/lib/cron/package.json +0 -0
  426. /package/framework/{v0.5.11 → v0.5.12}/lib/cron/src/main.js +0 -0
  427. /package/framework/{v0.5.11 → v0.5.12}/lib/domain/LICENSE +0 -0
  428. /package/framework/{v0.5.11 → v0.5.12}/lib/domain/README.md +0 -0
  429. /package/framework/{v0.5.11 → v0.5.12}/lib/domain/package.json +0 -0
  430. /package/framework/{v0.5.11 → v0.5.12}/lib/domain/src/main.js +0 -0
  431. /package/framework/{v0.5.11 → v0.5.12}/lib/generator/index.js +0 -0
  432. /package/framework/{v0.5.11 → v0.5.12}/lib/i18n/package.json +0 -0
  433. /package/framework/{v0.5.11 → v0.5.12}/lib/image-build/package.json +0 -0
  434. /package/framework/{v0.5.11 → v0.5.12}/lib/image-build/src/main.js +0 -0
  435. /package/framework/{v0.5.11 → v0.5.12}/lib/index.js +0 -0
  436. /package/framework/{v0.5.11 → v0.5.12}/lib/inherits/LICENSE +0 -0
  437. /package/framework/{v0.5.11 → v0.5.12}/lib/inherits/README.md +0 -0
  438. /package/framework/{v0.5.11 → v0.5.12}/lib/inherits/package.json +0 -0
  439. /package/framework/{v0.5.11 → v0.5.12}/lib/inherits/src/main.js +0 -0
  440. /package/framework/{v0.5.11 → v0.5.12}/lib/inspector-events/package.json +0 -0
  441. /package/framework/{v0.5.11 → v0.5.12}/lib/inspector-events/src/main.js +0 -0
  442. /package/framework/{v0.5.11 → v0.5.12}/lib/inspector-redact/package.json +0 -0
  443. /package/framework/{v0.5.11 → v0.5.12}/lib/inspector-redact/src/main.js +0 -0
  444. /package/framework/{v0.5.11 → v0.5.12}/lib/instrument/package.json +0 -0
  445. /package/framework/{v0.5.11 → v0.5.12}/lib/instrument/src/main.js +0 -0
  446. /package/framework/{v0.5.11 → v0.5.12}/lib/job/package.json +0 -0
  447. /package/framework/{v0.5.11 → v0.5.12}/lib/job/src/main.js +0 -0
  448. /package/framework/{v0.5.11 → v0.5.12}/lib/job-store.js +0 -0
  449. /package/framework/{v0.5.11 → v0.5.12}/lib/json-config-header/package.json +0 -0
  450. /package/framework/{v0.5.11 → v0.5.12}/lib/json-config-header/src/main.js +0 -0
  451. /package/framework/{v0.5.11 → v0.5.12}/lib/logger/README.md +0 -0
  452. /package/framework/{v0.5.11 → v0.5.12}/lib/logger/package.json +0 -0
  453. /package/framework/{v0.5.11 → v0.5.12}/lib/logger/src/containers/default/index.js +0 -0
  454. /package/framework/{v0.5.11 → v0.5.12}/lib/logger/src/containers/file/index.js +0 -0
  455. /package/framework/{v0.5.11 → v0.5.12}/lib/logger/src/containers/file/lib/logrotator/README.md +0 -0
  456. /package/framework/{v0.5.11 → v0.5.12}/lib/logger/src/containers/file/lib/logrotator/index.js +0 -0
  457. /package/framework/{v0.5.11 → v0.5.12}/lib/logger/src/containers/mq/index.js +0 -0
  458. /package/framework/{v0.5.11 → v0.5.12}/lib/logger/src/containers/mq/listener.js +0 -0
  459. /package/framework/{v0.5.11 → v0.5.12}/lib/logger/src/containers/mq/speaker.js +0 -0
  460. /package/framework/{v0.5.11 → v0.5.12}/lib/logger/src/helper.js +0 -0
  461. /package/framework/{v0.5.11 → v0.5.12}/lib/logger/src/main.js +0 -0
  462. /package/framework/{v0.5.11 → v0.5.12}/lib/math/index.js +0 -0
  463. /package/framework/{v0.5.11 → v0.5.12}/lib/mcp-dispatch/package.json +0 -0
  464. /package/framework/{v0.5.11 → v0.5.12}/lib/mcp-dispatch/src/main.js +0 -0
  465. /package/framework/{v0.5.11 → v0.5.12}/lib/mcp-http/package.json +0 -0
  466. /package/framework/{v0.5.11 → v0.5.12}/lib/mcp-http/src/main.js +0 -0
  467. /package/framework/{v0.5.11 → v0.5.12}/lib/mcp-server/package.json +0 -0
  468. /package/framework/{v0.5.11 → v0.5.12}/lib/mcp-server/src/main.js +0 -0
  469. /package/framework/{v0.5.11 → v0.5.12}/lib/merge/README.md +0 -0
  470. /package/framework/{v0.5.11 → v0.5.12}/lib/merge/package.json +0 -0
  471. /package/framework/{v0.5.11 → v0.5.12}/lib/merge/src/main.js +0 -0
  472. /package/framework/{v0.5.11 → v0.5.12}/lib/metrics/package.json +0 -0
  473. /package/framework/{v0.5.11 → v0.5.12}/lib/metrics/src/main.js +0 -0
  474. /package/framework/{v0.5.11 → v0.5.12}/lib/model.js +0 -0
  475. /package/framework/{v0.5.11 → v0.5.12}/lib/nunjucks-filters/README.md +0 -0
  476. /package/framework/{v0.5.11 → v0.5.12}/lib/nunjucks-filters/package.json +0 -0
  477. /package/framework/{v0.5.11 → v0.5.12}/lib/nunjucks-resolver/package.json +0 -0
  478. /package/framework/{v0.5.11 → v0.5.12}/lib/nunjucks-resolver/src/main.js +0 -0
  479. /package/framework/{v0.5.11 → v0.5.12}/lib/proc.js +0 -0
  480. /package/framework/{v0.5.11 → v0.5.12}/lib/routing/README.md +0 -0
  481. /package/framework/{v0.5.11 → v0.5.12}/lib/routing/build.json +0 -0
  482. /package/framework/{v0.5.11 → v0.5.12}/lib/routing/package.json +0 -0
  483. /package/framework/{v0.5.11 → v0.5.12}/lib/routing/src/main.js +0 -0
  484. /package/framework/{v0.5.11 → v0.5.12}/lib/routing/src/radix.js +0 -0
  485. /package/framework/{v0.5.11 → v0.5.12}/lib/routing-introspect/package.json +0 -0
  486. /package/framework/{v0.5.11 → v0.5.12}/lib/routing-introspect/src/main.js +0 -0
  487. /package/framework/{v0.5.11 → v0.5.12}/lib/secrets/package.json +0 -0
  488. /package/framework/{v0.5.11 → v0.5.12}/lib/secrets/src/backends/env.js +0 -0
  489. /package/framework/{v0.5.11 → v0.5.12}/lib/secrets/src/main.js +0 -0
  490. /package/framework/{v0.5.11 → v0.5.12}/lib/session-store.js +0 -0
  491. /package/framework/{v0.5.11 → v0.5.12}/lib/state.js +0 -0
  492. /package/framework/{v0.5.11 → v0.5.12}/lib/swig-filters/README.md +0 -0
  493. /package/framework/{v0.5.11 → v0.5.12}/lib/swig-filters/package.json +0 -0
  494. /package/framework/{v0.5.11 → v0.5.12}/lib/swig-resolver/package.json +0 -0
  495. /package/framework/{v0.5.11 → v0.5.12}/lib/swig-resolver/src/main.js +0 -0
  496. /package/framework/{v0.5.11 → v0.5.12}/lib/template-loaders/package.json +0 -0
  497. /package/framework/{v0.5.11 → v0.5.12}/lib/template-loaders/src/loaders/http.js +0 -0
  498. /package/framework/{v0.5.11 → v0.5.12}/lib/template-loaders/src/loaders/memory.js +0 -0
  499. /package/framework/{v0.5.11 → v0.5.12}/lib/template-loaders/src/main.js +0 -0
  500. /package/framework/{v0.5.11 → v0.5.12}/lib/url/README.md +0 -0
  501. /package/framework/{v0.5.11 → v0.5.12}/lib/url/index.js +0 -0
  502. /package/framework/{v0.5.11 → v0.5.12}/lib/url/routing.json +0 -0
  503. /package/framework/{v0.5.11 → v0.5.12}/lib/uuid/package.json +0 -0
  504. /package/framework/{v0.5.11 → v0.5.12}/lib/uuid/src/main.js +0 -0
  505. /package/framework/{v0.5.11 → v0.5.12}/lib/validator.js +0 -0
  506. /package/framework/{v0.5.11 → v0.5.12}/lib/watcher/package.json +0 -0
  507. /package/framework/{v0.5.11 → v0.5.12}/lib/watcher/src/main.js +0 -0
  508. /package/framework/{v0.5.11 → v0.5.12}/lib/ws-framing/package.json +0 -0
  509. /package/framework/{v0.5.11 → v0.5.12}/lib/ws-framing/src/main.js +0 -0
  510. /package/framework/{v0.5.11 → v0.5.12}/lib/ws-query/package.json +0 -0
  511. /package/framework/{v0.5.11 → v0.5.12}/lib/ws-query/src/main.js +0 -0
  512. /package/framework/{v0.5.11 → v0.5.12}/lib/ws-session/package.json +0 -0
  513. /package/framework/{v0.5.11 → v0.5.12}/lib/ws-session/src/main.js +0 -0
package/CHANGELOG.md CHANGED
@@ -6,6 +6,31 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
6
6
  and is generated by [Changie](https://github.com/miniscruff/changie).
7
7
 
8
8
 
9
+ ## 0.5.12 - 2026-07-08
10
+ ### Added
11
+ * FormValidator built-in rule error messages can now be localised per culture on the client. The negotiated request culture is exposed to the browser as `gina.config.culture`, and an app registers its own per-culture label overrides via `gina.validator.setErrorLabels(labels[, culture])`; English defaults fill any untranslated rule, with a culture -> base-language -> English fallback. This matches the framework per-bundle i18n model — custom rule messages were already localisable, and this closes the gap for the built-in labels without the framework shipping translations. Server-side rendering keeps the English defaults for now.
12
+ * Per-bundle i18n message catalogs (`bundle/locales/<culture>.json`) are now loaded at bundle boot, activating URL-prefix, cookie, and Accept-Language culture negotiation and `t()` / the `t` template filter for any bundle that ships a `locales/` directory. Loading is opt-in and non-fatal: a bundle with no `locales/` directory is unaffected, and a malformed catalog is warned rather than blocking boot.
13
+ * Forms declaring `data-gina-form-rule` with a matching rule set now validate in the browser automatically at page load — the client bundle boots the form validator itself, so no per-page boot code is required (the same batteries-included behaviour the built-in `data-gina-dialog` popin already has). Bundle code constructs the validator explicitly only to attach submit/lifecycle handlers; that still works and is idempotent with the auto-boot.
14
+ * Server-side FormValidator built-in rule error labels now localise from the bundle catalog, mirroring the client side. Pass the negotiated culture to the validator and the built-in labels (isEmail, isRequired, and the rest) resolve from `bundle/locales/<culture>.json` under the `_validator.<rule>` namespace, with the English defaults filling any gaps and a culture -> base-language -> English fallback. A per-field or per-rule error message still takes precedence.
15
+ * Client-side FormValidator built-in rule error labels now localise from the bundle catalog automatically, without an app calling `gina.validator.setErrorLabels()`. The negotiated culture's `_validator.<rule>` subset from `bundle/locales/<culture>.json` is whispered to the browser and overlaid over the English defaults (catalog wins per key, English fills gaps). An explicit `setErrorLabels()` override still takes precedence, so the order is setErrorLabels > bundle catalog > English. A per-field or per-rule error message still wins over all of this.
16
+ ### Fixed
17
+ * CLI: an @<project> token starting with a character outside [a-z0-9_.] (an uppercase letter, a dash, or a bare @) was silently ignored by the shared command bootstrap — the command then ran against the current-directory project or all projects with exit code 0, and a mutating task like bundle:add could target the wrong project while reporting success. Such tokens are now rejected with the standard `is not a valid project name` error and exit code 1, across all command groups.
18
+ * project:add exited 1 after a successful registration whenever the framework home was overridden (GINA_HOMEDIR): the CLI bootstrap strips GINA_* from process.env, so the spawned link child resolved the default home, missed the just-registered project, and failed the node_modules/gina symlink step. The child now receives the parent's home explicitly (the Shell helper gains an opt-in env option), and a genuine link failure surfaces the tail of the child's captured output in the error instead of discarding it.
19
+ * Fixed project:add --scope/--env: the scope:add/env:add child commands now invoke the running install's own CLI with the framework home re-exported — a GINA_HOMEDIR override no longer writes the scope or environment into the default home, a host without gina on PATH no longer fails the scaffold, and a successful child is no longer misreported as "could not be set" with exit code 1.
20
+ * Fixed home-override blindness in the remaining CLI child invocations: the auto-link commands run on project/bundle start/stop/restart and the project:start/stop/restart bundle delegations now re-export GINA_HOMEDIR to their children — under a home override they no longer act on the default home (previously they silently created node_modules links and scaffold artifacts there and exited 0).
21
+ * Fixed the static directory-to-index redirect on HTTP/1.x: outside dev mode, a request for a directory URL containing an index.html answered 200 with a Location header — browsers rendered a blank page instead of following it. The branch now sends 301 unconditionally, matching the HTTP/2 path; the no-cache headers remain dev-only.
22
+ * Fixed bulk bundle:start/stop/restart (the no-name form and the project:start/stop/restart delegations) on a project that has no bundles yet: the commands indexed an undefined bundle — stop reported a phantom undefined@<project> bundle, restart crashed with a TypeError, and start's crash inside the framework daemon took the daemon down for every project on the host. All three now answer with a clear message (stop exits 0; start/restart point at gina bundle:add and use the error path), and bundle:restart with an unregistered bundle name now gets the clean "is not registered" message instead of the same crash.
23
+ * CLI: `project:start @<project>` and `service:start @<project>` never delegated. The shared start-action version gate parsed the `@<project>` reference as a framework version, printed `Wrong version: <name>`, and then — with the CLI message-queue listener holding the event loop — hung forever, or exited 0 without delegating when invoked through the `gina` wrapper. The version override is now scoped to the framework topic, so a project or service reference falls through to its own handler and delegates as documented. The version-reject paths — both here and in the `gina stop @<version>` / `gina restart @<version>` handlers — now flush their message and exit with a non-zero code instead of a bare return that could hang the CLI, and an unknown short version reports `Version not installed` rather than crashing.
24
+ * Proxied XHR and popin (`isXhrRedirect`) redirect responses now carry the same `no-store` cache directives as plain redirects, so a browser or intermediary cache cannot serve a stale proxy-derived target host. Also guards a session-less bundle against a 500 when an XHR redirect carries request parameters.
25
+ * FormValidator no longer natively disables a form's submit `<button>` while live-checking reports the form invalid. A natively-disabled `<button>` emits no click event, so the trigger became a dead no-op with no feedback. The invalid submit trigger is now marked `aria-disabled="true"` plus the class `gina-form-submit-disabled` and stays operable, so a click still surfaces every field error and focuses the first invalid field — while the actual submit stays gated on validity. Consumers should style the `[aria-disabled="true"]` / `.gina-form-submit-disabled` submit-trigger state (the framework ships no button CSS). A submit button rendered `disabled` in markup still enables on valid input or when live-check is off.
26
+ * A popin (or `data-gina-dialog`) redirect that tunnels back to the same target (`_self`) no longer intermittently opens the popin against an empty, not-yet-loaded body. The redirect handler used to issue the follow-up load and then force the popin open after a fixed 50 ms delay; when that load took longer than 50 ms, the popin could open before its content arrived. It now issues the load and lets the popin open once the content is in place (the framework already opens it content-first). Redirects to other targets (`_blank` / `_parent` / `_top`) are unaffected.
27
+ * A required form field left empty no longer shows two validation messages at once (e.g. "is required" AND "is not valid"). An empty value is now decided by the `isRequired` rule alone, so `isEmail` / `isJsonWebToken` / `isFloat` / `isInList` / `isString` no longer add a second "invalid" message on top of "is required". Optional empty fields still pass, and a filled-but-invalid value still reports its own rule error.
28
+ * A hover- or focus-warmed AJAX popin trigger (`data-gina-dialog-src` / legacy `data-gina-popin-url`) whose GET returned an XHR redirect (an `application/json` `{isXhrRedirect, location}` response) opened the popin showing the raw JSON as its body instead of following the redirect. The hover/focus preload now declines JSON responses, so the click defers to the standard load path that handles the redirect/reload exactly as a non-preloaded click (such a trigger re-fetches once on click).
29
+ * Fixed the CLI framework-not-installed guard messages, which told users to run a non-existent `gina framework:install <version>` command; they now point at the real `gina framework:add <version>` command.
30
+ * FormValidator: a cross-field `is` rule (e.g. `"is": "$a === $b"`) no longer throws when the referenced field is empty. The uncaught error had aborted the whole-form validity pass, leaving the submit trigger ungated on an invalid form — which broke the documented value-confirmation pattern (`is` paired with `isRequired`) the entire time the confirm field was still blank. An empty referenced operand is now rendered as a parseable empty string (a normal mismatch), and an unparseable condition fails the field instead of throwing so a per-keystroke live check can never abort the gate.
31
+ * Per-request culture negotiation was inert: the negotiated `req.culture` (whispered to the browser as `gina.config.culture`) always resolved to `en` or empty, regardless of the bundle or environment culture. The framework moves `GINA_*` variables off `process.env` at init, so the negotiator environment-default step and the swig/nunjucks `t` filter fallbacks read a variable that was always undefined, and the per-request call never supplied a bundle default. The negotiator now reads the bundle `settings.region.culture` as the default and the `GINA_CULTURE` process default through the live accessor, so a configured culture reaches every request. Precedence: URL prefix, cookie, Accept-Language, then bundle culture, then `GINA_CULTURE`, then `en`.
32
+ * Per-request culture negotiation was skipped on cached routes: the negotiated `req.culture` (whispered to the browser as `gina.config.culture`) was resolved only on the first (uncached) request to a URL and left empty on every subsequent cached request. So a warm page reload lost the negotiated culture, and any client-side culture-gated behaviour (such as localised form-validator labels) reverted to the default. The routing cache serves the second and later hits to a URL from a fast-path that ran before the negotiation step; the culture is now re-negotiated per request on that path too, and is never cached with the route (it varies per request by cookie and Accept-Language). Precedence is unchanged: URL prefix, cookie, Accept-Language, bundle culture, GINA_CULTURE, then en.
33
+
9
34
  ## 0.5.11 - 2026-07-05
10
35
  ### Added
11
36
  * New `image:build` command — first-class OCI packaging: `gina image:build [<bundle>] @<project>` synthesizes a Containerfile + build context from the project's registered state (bundles, entry, ports, env model, node floor) and executes the build with buildah, natively on Linux or on a container host reached over ssh. Host resolution precedence: `GINA_CONTAINER_HOST=ssh://[user@]host[:port]` env override, then native buildah, then `container.host` in `~/.gina/<shortVersion>/settings.json`; with none available the command fails naming both surfaces. The selected `--env` bakes dev/prod parity — a non-dev env ships the release tree built in-image by `gina bundle:build`, with `GINA_DEV_ENV` kept distinct so the container never runs dev-mode hot-reload; the image boots via `gina-init` + `gina-container` (SIGTERM drain) and the `EXPOSE` port is computed deterministically from the `gina-init` allocator. `${secret:KEY}` config placeholders ride byte-verbatim and resolve from the container environment at runtime — no secret value is ever read or baked at build time. Wire contract: `--emit` prints the synthesized Containerfile + entrypoint + context manifest and builds nothing (`--emit --format=json` emits `{ project, bundle, env, scope, image, tag, exposedPort, containerfile, entrypoint, context }`); `--format=json` one-shot emits `{ project, bundle, image, tag, imageId?, durationMs, host, exposedPort }` on stdout, exit 0; `--stream` emits NDJSON frames — `start` then `step` then `log` lines then a terminal `done` (carrying the one-shot shape) or `error` frame; failures exit 1 with the reason on stdout. Flags: `--env`, `--scope`, `--tag=<ref>` (default `<project>/<bundle>:<env>`), `--platform=linux/arm64|linux/amd64` (default build-host native), `--start-port-from` (default 3100), `--gina-version` (default: the project's registered framework version, installed from the npm registry).
package/README.md CHANGED
@@ -42,6 +42,15 @@ open https://localhost:3100
42
42
 
43
43
  > **npm 12+** blocks install scripts by default, and gina's post-install bootstraps `~/.gina` and the framework dependencies. Install with `npm install -g gina@latest --allow-scripts=gina`, or allow it once for all global installs with `npm config set allow-scripts=gina --location=user`. (Not needed on npm ≤ 11.)
44
44
 
45
+ ## What's in 0.5.12
46
+
47
+ - **Added — FormValidator built-in rule labels localise from the i18n catalog, client and server.** The built-in rule messages (`isEmail`, `isRequired`, and the rest) now resolve per culture from `bundle/locales/<culture>.json` under the `_validator.<rule>` namespace, on both the server-rendered and client-side validation paths — English defaults fill any gaps, with a culture → base-language → English fallback. An app can still override per key with `gina.validator.setErrorLabels(labels[, culture])` (precedence: `setErrorLabels` > bundle catalog > English), and a per-field or per-rule message still wins over all of it.
48
+ - **Added — per-bundle i18n catalogs activate culture negotiation and `t()`.** A bundle that ships a `locales/` directory now loads its catalogs at boot, activating URL-prefix / cookie / `Accept-Language` culture negotiation, the `t()` global, and the `t` template filter (opt-in and non-fatal — no `locales/` → unaffected; a malformed catalog warns rather than blocking boot). Two fixes make the negotiated culture actually reach every request: it previously resolved to `en`/empty regardless of configuration (#B83), and was dropped on warm/cached page reloads (#B84).
49
+ - **Added — `data-gina-form-rule` forms auto-boot the client validator.** A form declaring `data-gina-form-rule` with a matching rule set now validates in the browser automatically at page load, with no per-page boot code — the same batteries-included behaviour as `data-gina-dialog` popins. Explicit construction to attach submit/lifecycle handlers still works and is idempotent with the auto-boot.
50
+ - **Fixed — FormValidator correctness.** An empty required field shows a single "is required" message instead of also stacking "invalid" (#B78); a cross-field `is` rule no longer throws (and ungates the form) when the referenced field is still empty (#B82); and an invalid submit trigger is now marked `aria-disabled` + `.gina-form-submit-disabled` instead of natively `disabled`, so a click still surfaces every field error and focuses the first invalid field (#B76) — consumers should style that state (the framework ships no button CSS).
51
+ - **Fixed — popin / redirect robustness.** A hover/focus-warmed popin whose GET returned an XHR redirect no longer shows raw JSON (#B80); a `_self` popin redirect no longer intermittently opens against a not-yet-loaded body (#B77); XHR/popin redirect responses carry the same `no-store` directives as plain redirects (#B75); and the HTTP/1.x static directory-to-index redirect now sends an unconditional 301 outside dev instead of a blank 200.
52
+ - **Fixed — CLI robustness.** A malformed `@<project>` token (uppercase / dash / bare `@`) is now rejected with a clear error and exit 1 instead of silently targeting the wrong project (#B69); `GINA_HOMEDIR` is re-exported to every spawned child command so a home override is honoured; `project:start` / `service:start` delegate instead of hanging on a version-gate misparse; bulk `start` / `stop` / `restart` on a bundle-less project answer cleanly instead of crashing the daemon; and the framework-not-installed hint points at the real `gina framework:add` (#B81).
53
+
45
54
  ## What's in 0.5.11
46
55
 
47
56
  - **Added — `gina image:build`: first-class OCI packaging.** Package a project bundle as a standard OCI image with one command: it synthesizes a `Containerfile` + build context from the project's registered state (bundles, entry, ports, env model, Node engine floor) and executes the build with buildah — natively on Linux, or on a container host reached over ssh (`GINA_CONTAINER_HOST=ssh://[user@]host[:port]` env override → native buildah → `container.host` in `~/.gina/<shortVersion>/settings.json`). A non-dev `--env` ships the release tree built in-image by `gina bundle:build`, so a production image never runs dev-mode hot-reload; the image boots via `gina-init` + `gina-container` (SIGTERM drain) and the `EXPOSE`d port is computed deterministically from the port allocator. `${secret:KEY}` placeholders ride byte-verbatim and resolve from the container environment at runtime — never baked. `--emit` prints the synthesized artifact without building; `--format=json` emits a one-shot machine-readable result; `--stream` emits NDJSON progress frames for CI/GUI consumers.
package/ROADMAP.md CHANGED
@@ -36,6 +36,7 @@ This roadmap covers planned features, architectural improvements, new connectors
36
36
  | **Q3 2026** | `0.5.9` ✅ | **Security**: reverse-proxied deployments no longer disclose a bundle's internal `scheme://host:port` to the browser — the client `gina.config.hostname` and the fetched `/_gina/assets/routing.json` serve a public host-only origin and a host-stripped routing map to proxied clients (direct `host:port` access byte-identical), also fixing cross-bundle client `getRoute(...).toUrl()` which previously resolved to the unreachable internal host (#B66) · **Fixed**: the server-side URL / redirect / config resolvers request-scope the proxy host, so a worker serving mixed proxied + direct traffic (or several public hosts) no longer inherits a stale proxied host (#B66 S2b) · **Fixed**: `connector:add` / `connector:rm` / `connector:migrate --fix` no longer corrupt a comment-headed `connectors.json` · **Fixed**: a latent `ReferenceError` in server-side URL resolution for redirect-flagged routes |
37
37
  | **Q3 2026** | `0.5.10` ✅ | **Fixed**: server-side cross-bundle `getRoute('route@bundle').toUrl()` now resolves the public host on reverse-proxied deployments — a controller building a cross-bundle URL server-side (e.g. via `self.redirect`) could emit an unreachable internal host with a doubled web root on a proxied request; it now resolves the public host for both the Isaac and Express engines. Completes the `0.5.9` client-side cross-bundle URL fix on the server side (#B67) |
38
38
  | **Q3 2026** | `0.5.11` ✅ | `image:build` — first-class OCI packaging: synthesizes a Containerfile + build context from the project's registered state (bundles, entry, ports, env model, node floor) and builds with buildah, natively on Linux or on a container host over ssh (env override → native → `container.host` settings fallback); dev/prod parity (a non-dev env ships the release tree built in-image), deterministic `EXPOSE`, `${secret:KEY}` placeholders never baked; `--emit` / `--format=json` / `--stream` NDJSON for CI and GUI consumers · **Fixed**: framework-emitted redirects on proxied requests carry no-store cache headers, so a browser never caches a proxy-context-derived redirect (the inter-bundle query 3xx forward path inherits the set; direct production redirects unchanged) |
39
+ | **Q3 2026** | `0.5.12` ✅ | FormValidator built-in rule labels localise from the per-bundle i18n catalog (`_validator.<rule>`) on both the client and server, with a `gina.validator.setErrorLabels()` per-key override · per-bundle i18n catalogs activate URL-prefix / cookie / `Accept-Language` culture negotiation and `t()` at boot, and the negotiated culture now reaches every request (it previously resolved to `en`/empty #B83, and was dropped on warm/cached reloads #B84) · `data-gina-form-rule` forms auto-boot the client validator · **Fixed**: validator correctness (empty-required single message #B78, cross-field `is` empty operand #B82, submit trigger stays operable via `aria-disabled` #B76), popin / redirect robustness (#B80 / #B77 / #B75, static directory-to-index 301 outside dev), and CLI robustness (malformed `@<project>` rejected #B69, `GINA_HOMEDIR` re-export across child commands, `project:start` / `service:start` delegation, zero-bundle bulk commands, `framework:add` install hint #B81) |
39
40
  | **Q1 2027** | `0.5.x` | HTTP/2 priorities (blocked on Node scheduler hooks) · Beemaster admin + visual translation editor |
40
41
  | **Q3 2027** | `1.0.0` | First stable release — Windows alpha compatibility is a hard gate |
41
42
 
package/bin/cli CHANGED
@@ -72,7 +72,7 @@ async function onExec() {
72
72
  // registration never runs). The sibling guard further down (resolving
73
73
  // GINA_FRAMEWORK_DIR) runs too late — after this require.
74
74
  if ( !fs.existsSync(frameworkPath) ) {
75
- process.stderr.write('gina: framework version ' + version + ' is not installed (expected at ' + frameworkPath + ').\nInstalled package version is ' + packObj.version + '.\nTry:\n $ gina framework:install ' + version + '\n');
75
+ process.stderr.write('gina: framework version ' + version + ' is not installed (expected at ' + frameworkPath + ').\nInstalled package version is ' + packObj.version + '.\nTry:\n $ gina framework:add ' + version + '\n');
76
76
  return process.exit(1);
77
77
  }
78
78
  var generator = require(frameworkPath + '/lib/generator');
@@ -282,7 +282,7 @@ async function onExec() {
282
282
  }
283
283
 
284
284
  if ( !fs.existsSync(frameworkPath) ) {
285
- console.alert('Could not find version ' + version + '.\nFirst try:\n$ gina framework:install ' + version);
285
+ console.alert('Could not find version ' + version + '.\nFirst try:\n$ gina framework:add ' + version);
286
286
  process.exit(1)
287
287
  }
288
288
 
@@ -0,0 +1 @@
1
+ 0.5.12