gina 0.3.7-alpha.6 → 0.3.7-alpha.7

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 (393) hide show
  1. package/.github/workflows/bundle-freshness.yml +116 -0
  2. package/CHANGELOG.md +14 -0
  3. package/ROADMAP.md +12 -0
  4. package/framework/v0.3.7-alpha.7/VERSION +1 -0
  5. package/framework/v0.3.7-alpha.7/core/asset/plugin/dist/vendor/gina/css/gina.min.css +1 -0
  6. package/framework/v0.3.7-alpha.7/core/asset/plugin/dist/vendor/gina/css/gina.min.css.br +0 -0
  7. package/framework/v0.3.7-alpha.7/core/asset/plugin/dist/vendor/gina/css/gina.min.css.gz +0 -0
  8. package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/asset/plugin/dist/vendor/gina/js/gina.js +1 -1
  9. package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/asset/plugin/dist/vendor/gina/js/gina.min.js +487 -486
  10. package/framework/v0.3.7-alpha.7/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
  11. package/framework/v0.3.7-alpha.7/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
  12. package/framework/v0.3.7-alpha.7/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +8 -0
  13. package/framework/v0.3.7-alpha.7/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
  14. package/framework/v0.3.7-alpha.7/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
  15. package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/connectors/couchbase/lib/session-store.v2.js +1 -1
  16. package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/connectors/couchbase/lib/session-store.v3.js +1 -1
  17. package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/connectors/couchbase/lib/session-store.v4.js +1 -1
  18. package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/locales/README.md +1 -1
  19. package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/plugins/index.js +3 -1
  20. package/framework/v0.3.7-alpha.7/core/plugins/lib/session/README.md +86 -0
  21. package/framework/v0.3.7-alpha.7/core/plugins/lib/session/package.json +22 -0
  22. package/framework/v0.3.7-alpha.7/core/plugins/lib/session/src/main.js +191 -0
  23. package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/server.js +0 -2
  24. package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/boilerplate/bundle/controllers/setup.js +2 -2
  25. package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/boilerplate/bundle/index.js +12 -8
  26. package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/conf/settings.json +13 -0
  27. package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/gina-dev.1.md +1 -1
  28. package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/gina-framework.1.md +1 -1
  29. package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/gina.1.md +1 -1
  30. package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/package.json +1 -1
  31. package/gna.js +4 -4
  32. package/llms.txt +6 -2
  33. package/package.json +5 -3
  34. package/schema/app.crons.json +1 -1
  35. package/schema/app.json +1 -1
  36. package/schema/connectors.json +1 -1
  37. package/schema/manifest.json +1 -1
  38. package/schema/routing.json +1 -1
  39. package/schema/settings.json +1 -1
  40. package/schema/watchers.json +1 -1
  41. package/script/.local-sync-targets.json +6 -0
  42. package/framework/v0.3.7-alpha.6/VERSION +0 -1
  43. package/framework/v0.3.7-alpha.6/core/asset/plugin/dist/vendor/gina/css/gina.min.css +0 -1
  44. package/framework/v0.3.7-alpha.6/core/asset/plugin/dist/vendor/gina/css/gina.min.css.br +0 -0
  45. package/framework/v0.3.7-alpha.6/core/asset/plugin/dist/vendor/gina/css/gina.min.css.gz +0 -0
  46. package/framework/v0.3.7-alpha.6/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
  47. package/framework/v0.3.7-alpha.6/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
  48. package/framework/v0.3.7-alpha.6/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +0 -8
  49. package/framework/v0.3.7-alpha.6/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
  50. package/framework/v0.3.7-alpha.6/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
  51. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/AUTHORS +0 -0
  52. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/LICENSE +0 -0
  53. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/asset/html/nolayout.html +0 -0
  54. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/asset/html/static.html +0 -0
  55. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/asset/img/android-chrome-192x192.png +0 -0
  56. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/asset/img/android-chrome-512x512.png +0 -0
  57. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/asset/img/apple-touch-icon.png +0 -0
  58. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/asset/img/favicon-16x16.png +0 -0
  59. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/asset/img/favicon-32x32.png +0 -0
  60. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/asset/img/favicon.ico +0 -0
  61. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/asset/plugin/README.md +0 -0
  62. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.css +0 -0
  63. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.js +0 -0
  64. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/asset/plugin/dist/vendor/gina/beemaster/index.html +0 -0
  65. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/asset/plugin/dist/vendor/gina/html/statusbar.html +0 -0
  66. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.br +0 -0
  67. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.gz +0 -0
  68. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/asset/plugin/dist/vendor/gina/inspector/have_heart_one-webfont.woff2 +0 -0
  69. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/asset/plugin/dist/vendor/gina/inspector/index.html +0 -0
  70. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/asset/plugin/dist/vendor/gina/inspector/inspector.css +0 -0
  71. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/asset/plugin/dist/vendor/gina/inspector/inspector.js +0 -0
  72. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/asset/plugin/dist/vendor/gina/inspector/logo.svg +0 -0
  73. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/config.js +0 -0
  74. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/connectors/ai/index.js +0 -0
  75. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/connectors/ai/lib/connector.js +0 -0
  76. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/connectors/couchbase/index.js +0 -0
  77. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/connectors/couchbase/lib/connector.js +0 -0
  78. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/connectors/couchbase/lib/connector.v2.js +0 -0
  79. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/connectors/couchbase/lib/connector.v3.js +0 -0
  80. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/connectors/couchbase/lib/connector.v4.js +0 -0
  81. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/connectors/couchbase/lib/n1ql.js +0 -0
  82. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/connectors/couchbase/lib/session-store.js +0 -0
  83. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/connectors/mysql/index.js +0 -0
  84. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/connectors/mysql/lib/connector.js +0 -0
  85. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/connectors/postgresql/index.js +0 -0
  86. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/connectors/postgresql/lib/connector.js +0 -0
  87. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/connectors/redis/index.js +0 -0
  88. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/connectors/redis/lib/session-store.js +0 -0
  89. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/connectors/sql-parser.js +0 -0
  90. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/connectors/sqlite/index.js +0 -0
  91. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/connectors/sqlite/lib/connector.js +0 -0
  92. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/connectors/sqlite/lib/session-store.js +0 -0
  93. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/content.encoding +0 -0
  94. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/controller/controller.framework.js +0 -0
  95. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/controller/controller.js +0 -0
  96. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/controller/controller.render-json.js +0 -0
  97. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/controller/controller.render-nunjucks.js +0 -0
  98. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/controller/controller.render-stream.js +0 -0
  99. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/controller/controller.render-swig.js +0 -0
  100. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/controller/controller.render-v1.js +0 -0
  101. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/controller/index.js +0 -0
  102. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/deps/busboy-1.6.0/LICENSE +0 -0
  103. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/deps/busboy-1.6.0/README.md +0 -0
  104. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/deps/busboy-1.6.0/lib/index.js +0 -0
  105. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/deps/busboy-1.6.0/lib/types/multipart.js +0 -0
  106. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/deps/busboy-1.6.0/lib/types/urlencoded.js +0 -0
  107. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/deps/busboy-1.6.0/lib/utils.js +0 -0
  108. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/deps/busboy-1.6.0/package.json +0 -0
  109. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/deps/streamsearch-1.1.0/LICENSE +0 -0
  110. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/deps/streamsearch-1.1.0/lib/sbmh.js +0 -0
  111. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/deps/streamsearch-1.1.0/package.json +0 -0
  112. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/dev/index.js +0 -0
  113. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/dev/lib/class.js +0 -0
  114. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/dev/lib/factory.js +0 -0
  115. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/dev/lib/tools.js +0 -0
  116. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/gna.js +0 -0
  117. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/locales/currency.json +0 -0
  118. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/locales/dist/language/en.json +0 -0
  119. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/locales/dist/language/fr.json +0 -0
  120. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/locales/dist/region/en.json +0 -0
  121. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/locales/dist/region/fr.json +0 -0
  122. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/locales/index.js +0 -0
  123. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/mime.types +0 -0
  124. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/model/entity.js +0 -0
  125. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/model/index.js +0 -0
  126. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/model/template/entityFactory.js +0 -0
  127. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/model/template/index.js +0 -0
  128. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/plugins/README.md +0 -0
  129. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/plugins/lib/file/README.md +0 -0
  130. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/plugins/lib/file/build.json +0 -0
  131. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/plugins/lib/file/package.json +0 -0
  132. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/plugins/lib/intl/README.md +0 -0
  133. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/plugins/lib/intl/build.json +0 -0
  134. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/plugins/lib/intl/package.json +0 -0
  135. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/plugins/lib/intl/src/main.js +0 -0
  136. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/plugins/lib/storage/README.md +0 -0
  137. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/plugins/lib/storage/build.json +0 -0
  138. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/plugins/lib/storage/package.json +0 -0
  139. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/plugins/lib/storage/src/main.js +0 -0
  140. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/plugins/lib/validator/README.md +0 -0
  141. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/plugins/lib/validator/build.json +0 -0
  142. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/plugins/lib/validator/package.json +0 -0
  143. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/plugins/lib/validator/src/form-validator.js +0 -0
  144. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/plugins/lib/validator/src/main.js +0 -0
  145. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/router.js +0 -0
  146. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/server.express.js +0 -0
  147. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/server.isaac.js +0 -0
  148. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/status.codes +0 -0
  149. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/_gitignore +0 -0
  150. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/boilerplate/bundle/config/app.json +0 -0
  151. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/boilerplate/bundle/config/connectors.json +0 -0
  152. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/boilerplate/bundle/config/routing.json +0 -0
  153. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/boilerplate/bundle/config/settings.json +0 -0
  154. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/boilerplate/bundle/config/settings.server.json +0 -0
  155. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/boilerplate/bundle/config/templates.json +0 -0
  156. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/boilerplate/bundle/config/watchers.json +0 -0
  157. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/boilerplate/bundle/controllers/controller.content.js +0 -0
  158. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/boilerplate/bundle/controllers/controller.js +0 -0
  159. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/boilerplate/bundle_namespace/controllers/controller.js +0 -0
  160. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/boilerplate/bundle_public/css/default.css +0 -0
  161. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/boilerplate/bundle_public/css/home.css +0 -0
  162. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/boilerplate/bundle_public/css/vendor/readme.md +0 -0
  163. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/boilerplate/bundle_public/favicon.ico +0 -0
  164. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/boilerplate/bundle_public/js/vendor/readme.md +0 -0
  165. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/boilerplate/bundle_public/readme.md +0 -0
  166. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/boilerplate/bundle_templates/handlers/main.js +0 -0
  167. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/boilerplate/bundle_templates/html/content/homepage.html +0 -0
  168. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/boilerplate/bundle_templates/html/includes/error-msg-noscript.html +0 -0
  169. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/boilerplate/bundle_templates/html/includes/error-msg-outdated-browser.html +0 -0
  170. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/boilerplate/bundle_templates/html/layouts/main.html +0 -0
  171. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/command/gina.bat.tpl +0 -0
  172. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/command/gina.tpl +0 -0
  173. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/conf/env.json +0 -0
  174. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/conf/manifest.json +0 -0
  175. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/conf/package.json +0 -0
  176. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/conf/statics.json +0 -0
  177. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/conf/templates.json +0 -0
  178. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/error/client/json/401.json +0 -0
  179. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/error/client/json/403.json +0 -0
  180. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/error/client/json/404.json +0 -0
  181. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/error/server/html/50x.html +0 -0
  182. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/error/server/json/500.json +0 -0
  183. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/error/server/json/503.json +0 -0
  184. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/core/template/extensions/logger/config.json +0 -0
  185. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/helpers/console.js +0 -0
  186. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/helpers/context.js +0 -0
  187. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/helpers/data/LICENSE +0 -0
  188. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/helpers/data/README.md +0 -0
  189. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/helpers/data/package.json +0 -0
  190. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/helpers/data/src/main.js +0 -0
  191. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/helpers/dateFormat.js +0 -0
  192. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/helpers/index.js +0 -0
  193. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/helpers/json/LICENSE +0 -0
  194. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/helpers/json/README.md +0 -0
  195. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/helpers/json/package.json +0 -0
  196. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/helpers/json/src/main.js +0 -0
  197. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/helpers/path.js +0 -0
  198. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/helpers/plugins/README.md +0 -0
  199. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/helpers/plugins/package.json +0 -0
  200. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/helpers/plugins/src/api-error.js +0 -0
  201. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/helpers/plugins/src/main.js +0 -0
  202. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/helpers/prototypes.js +0 -0
  203. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/helpers/task.js +0 -0
  204. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/helpers/text.js +0 -0
  205. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/archiver/README.md +0 -0
  206. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/archiver/build.json +0 -0
  207. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/archiver/package.json +0 -0
  208. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/archiver/src/dep/jszip.min.js +0 -0
  209. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/archiver/src/main.js +0 -0
  210. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/async/package.json +0 -0
  211. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/async/src/main.js +0 -0
  212. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cache/README.md +0 -0
  213. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cache/build.json +0 -0
  214. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cache/package.json +0 -0
  215. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cache/src/main.js +0 -0
  216. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/aliases.json +0 -0
  217. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/bundle/add.js +0 -0
  218. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/bundle/arguments.json +0 -0
  219. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/bundle/build.js +0 -0
  220. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/bundle/copy.js +0 -0
  221. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/bundle/cp.js +0 -0
  222. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/bundle/help.js +0 -0
  223. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/bundle/help.txt +0 -0
  224. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/bundle/list.js +0 -0
  225. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/bundle/mcp-start.js +0 -0
  226. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/bundle/mcp.js +0 -0
  227. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/bundle/oas.js +0 -0
  228. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/bundle/openapi.js +0 -0
  229. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/bundle/remove.js +0 -0
  230. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/bundle/rename.js +0 -0
  231. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/bundle/restart.js +0 -0
  232. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/bundle/rm.js +0 -0
  233. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/bundle/start.js +0 -0
  234. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/bundle/status.js +0 -0
  235. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/bundle/stop.js +0 -0
  236. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/cache/stats.js +0 -0
  237. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/connector/add.js +0 -0
  238. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/connector/arguments.json +0 -0
  239. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/connector/help.js +0 -0
  240. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/connector/help.txt +0 -0
  241. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/connector/list.js +0 -0
  242. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/connector/migrate.js +0 -0
  243. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/connector/remove.js +0 -0
  244. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/connector/rm.js +0 -0
  245. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/env/add.js +0 -0
  246. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/env/get.js +0 -0
  247. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/env/help.js +0 -0
  248. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/env/help.txt +0 -0
  249. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/env/link-dev.js +0 -0
  250. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/env/list.js +0 -0
  251. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/env/remove.js +0 -0
  252. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/env/rm.js +0 -0
  253. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/env/set.js +0 -0
  254. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/env/unset.js +0 -0
  255. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/env/use.js +0 -0
  256. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/framework/arguments.json +0 -0
  257. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/framework/build.js +0 -0
  258. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/framework/dot.js +0 -0
  259. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/framework/get.js +0 -0
  260. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/framework/help.js +0 -0
  261. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/framework/help.txt +0 -0
  262. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/framework/init.js +0 -0
  263. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/framework/link-node-modules.js +0 -0
  264. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/framework/link.js +0 -0
  265. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/framework/msg.json +0 -0
  266. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/framework/open.js +0 -0
  267. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/framework/restart.js +0 -0
  268. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/framework/set.js +0 -0
  269. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/framework/start.js +0 -0
  270. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/framework/status.js +0 -0
  271. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/framework/stop.js +0 -0
  272. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/framework/tail.js +0 -0
  273. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/framework/update.js +0 -0
  274. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/framework/version.js +0 -0
  275. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/helper.js +0 -0
  276. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/index.js +0 -0
  277. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/inspector/help.js +0 -0
  278. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/inspector/help.txt +0 -0
  279. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/inspector/open.js +0 -0
  280. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/minion/help.js +0 -0
  281. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/minion/help.txt +0 -0
  282. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/msg.json +0 -0
  283. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/port/help.js +0 -0
  284. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/port/help.txt +0 -0
  285. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/port/inc/scan.js +0 -0
  286. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/port/list.js +0 -0
  287. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/port/reset.js +0 -0
  288. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/port/set.js +0 -0
  289. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/project/add.js +0 -0
  290. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/project/arguments.json +0 -0
  291. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/project/build.js +0 -0
  292. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/project/help.js +0 -0
  293. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/project/help.txt +0 -0
  294. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/project/import.js +0 -0
  295. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/project/list.js +0 -0
  296. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/project/move.js +0 -0
  297. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/project/remove.js +0 -0
  298. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/project/rename.js +0 -0
  299. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/project/restart.js +0 -0
  300. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/project/rm.js +0 -0
  301. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/project/start.js +0 -0
  302. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/project/status.js +0 -0
  303. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/project/stop.js +0 -0
  304. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/protocol/help.js +0 -0
  305. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/protocol/help.txt +0 -0
  306. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/protocol/list.js +0 -0
  307. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/protocol/set.js +0 -0
  308. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/scope/add.js +0 -0
  309. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/scope/help.js +0 -0
  310. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/scope/help.txt +0 -0
  311. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/scope/link-local.js +0 -0
  312. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/scope/link-production.js +0 -0
  313. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/scope/list.js +0 -0
  314. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/scope/remove.js +0 -0
  315. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/scope/rm.js +0 -0
  316. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/scope/use.js +0 -0
  317. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/service/help.js +0 -0
  318. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/service/help.txt +0 -0
  319. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/service/list.js +0 -0
  320. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cmd/view/add.js +0 -0
  321. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/collection/README.md +0 -0
  322. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/collection/build.json +0 -0
  323. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/collection/package.json +0 -0
  324. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/collection/src/main.js +0 -0
  325. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/config.js +0 -0
  326. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/connector-registry/package.json +0 -0
  327. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/connector-registry/src/main.js +0 -0
  328. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cron/README.md +0 -0
  329. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cron/package.json +0 -0
  330. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/cron/src/main.js +0 -0
  331. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/domain/LICENSE +0 -0
  332. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/domain/README.md +0 -0
  333. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/domain/package.json +0 -0
  334. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/domain/src/main.js +0 -0
  335. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/generator/index.js +0 -0
  336. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/index.js +0 -0
  337. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/inherits/LICENSE +0 -0
  338. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/inherits/README.md +0 -0
  339. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/inherits/package.json +0 -0
  340. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/inherits/src/main.js +0 -0
  341. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/inspector-redact/package.json +0 -0
  342. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/inspector-redact/src/main.js +0 -0
  343. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/logger/README.md +0 -0
  344. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/logger/package.json +0 -0
  345. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/logger/src/containers/default/index.js +0 -0
  346. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/logger/src/containers/file/index.js +0 -0
  347. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/logger/src/containers/file/lib/logrotator/README.md +0 -0
  348. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/logger/src/containers/file/lib/logrotator/index.js +0 -0
  349. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/logger/src/containers/mq/index.js +0 -0
  350. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/logger/src/containers/mq/listener.js +0 -0
  351. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/logger/src/containers/mq/speaker.js +0 -0
  352. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/logger/src/helper.js +0 -0
  353. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/logger/src/main.js +0 -0
  354. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/math/index.js +0 -0
  355. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/mcp-dispatch/package.json +0 -0
  356. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/mcp-dispatch/src/main.js +0 -0
  357. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/mcp-http/package.json +0 -0
  358. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/mcp-http/src/main.js +0 -0
  359. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/mcp-server/package.json +0 -0
  360. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/mcp-server/src/main.js +0 -0
  361. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/merge/README.md +0 -0
  362. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/merge/package.json +0 -0
  363. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/merge/src/main.js +0 -0
  364. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/model.js +0 -0
  365. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/nunjucks-filters/README.md +0 -0
  366. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/nunjucks-filters/package.json +0 -0
  367. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/nunjucks-filters/src/main.js +0 -0
  368. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/nunjucks-resolver/package.json +0 -0
  369. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/nunjucks-resolver/src/main.js +0 -0
  370. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/proc.js +0 -0
  371. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/routing/README.md +0 -0
  372. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/routing/build.json +0 -0
  373. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/routing/package.json +0 -0
  374. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/routing/src/main.js +0 -0
  375. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/routing/src/radix.js +0 -0
  376. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/routing-introspect/package.json +0 -0
  377. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/routing-introspect/src/main.js +0 -0
  378. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/session-store.js +0 -0
  379. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/shell.js +0 -0
  380. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/state.js +0 -0
  381. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/swig-filters/README.md +0 -0
  382. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/swig-filters/package.json +0 -0
  383. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/swig-filters/src/main.js +0 -0
  384. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/swig-resolver/package.json +0 -0
  385. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/swig-resolver/src/main.js +0 -0
  386. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/url/README.md +0 -0
  387. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/url/index.js +0 -0
  388. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/url/routing.json +0 -0
  389. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/uuid/package.json +0 -0
  390. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/uuid/src/main.js +0 -0
  391. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/validator.js +0 -0
  392. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/watcher/package.json +0 -0
  393. /package/framework/{v0.3.7-alpha.6 → v0.3.7-alpha.7}/lib/watcher/src/main.js +0 -0
@@ -0,0 +1,116 @@
1
+ name: Bundle Freshness
2
+
3
+ # Verifies that the committed dist/vendor/gina/ bundle matches what would
4
+ # be produced by rebuilding from the current source. Catches the
5
+ # source-committed-without-rebuild gap that .githooks/pre-commit (cheap,
6
+ # "did you stage dist?") cannot detect — i.e. a stale dist was staged
7
+ # alongside a fresh source change.
8
+ #
9
+ # Precedent: #SCS1e (commit 48b8fd26) shipped four validator walker
10
+ # replacements as source-only. The bundle was not rebuilt until commit
11
+ # 69fb32fc picked it up as a side effect of toolbar removal. Any browser
12
+ # loading gina.min.js between those two commits still ran the original
13
+ # eval('data.' + localValue). See llms.txt §72.
14
+
15
+ on:
16
+ push:
17
+ branches: [develop, master]
18
+ pull_request:
19
+ branches: [develop, master]
20
+ workflow_dispatch:
21
+
22
+ # Cancel any in-flight check for the same ref when a newer one kicks off.
23
+ concurrency:
24
+ group: bundle-freshness-${{ github.ref }}
25
+ cancel-in-progress: true
26
+
27
+ permissions:
28
+ contents: read
29
+
30
+ jobs:
31
+ freshness:
32
+ name: Verify dist matches source
33
+ runs-on: ubuntu-latest
34
+ timeout-minutes: 10
35
+ steps:
36
+ - name: Checkout
37
+ uses: actions/checkout@v4
38
+
39
+ - name: Set up Node.js
40
+ uses: actions/setup-node@v4
41
+ with:
42
+ node-version: '22'
43
+
44
+ - name: Set up Java (for Closure Compiler)
45
+ uses: actions/setup-java@v4
46
+ with:
47
+ distribution: 'temurin'
48
+ java-version: '21'
49
+
50
+ - name: Install build prerequisites
51
+ run: |
52
+ sudo apt-get update
53
+ sudo apt-get install -y brotli
54
+
55
+ - name: Install dev dependencies
56
+ run: |
57
+ # `npm ci` (not `npm install`) — strictly respects package-lock.json
58
+ # so devDeps like engine.io-client (which gets baked into the bundle
59
+ # via build.json) don't drift between local rebuilds and CI rebuilds.
60
+ # See llms.txt §72 / 2026-04-24 incident.
61
+ npm ci --ignore-scripts
62
+ ln -sf $(pwd) node_modules/gina
63
+
64
+ - name: Prepare framework dependencies
65
+ run: |
66
+ VERSION=$(node -p "require('./package.json').version")
67
+ FW_DIR="framework/v${VERSION}"
68
+ if [ ! -f "${FW_DIR}/package.json" ]; then
69
+ cat > "${FW_DIR}/package.json" <<EOF
70
+ {
71
+ "name": "gina-framework",
72
+ "version": "${VERSION}",
73
+ "dependencies": {
74
+ "@rhinostone/swig": "^1.6.0"
75
+ }
76
+ }
77
+ EOF
78
+ fi
79
+ (cd "${FW_DIR}" && npm install --ignore-scripts)
80
+
81
+ - name: Install Closure Compiler JARs
82
+ run: bash framework/v*/core/asset/plugin/lib/js/install-closure-compiler.sh
83
+
84
+ - name: Rebuild bundle
85
+ run: |
86
+ bash framework/v*/core/asset/plugin/build --env=prod \
87
+ --sass-bin="$PWD/node_modules/.bin/sass" \
88
+ --csso-bin="$PWD/node_modules/.bin/csso" \
89
+ --rjs-bin="$PWD/node_modules/.bin/r.js"
90
+
91
+ - name: Verify dist is in sync with source
92
+ run: |
93
+ # *.gz files are excluded: gzip output is platform-specific (Apple
94
+ # gzip on the maintainer's Mac vs GNU gzip on Linux runners produce
95
+ # different deflate bytes for the same input — even Node's zlib
96
+ # disagrees Mac↔Linux because it links the system zlib). Brotli IS
97
+ # cross-platform deterministic (single canonical reference impl),
98
+ # so the .br files remain checked. If a .css/.js/.html source
99
+ # changes without a rebuild, the .br diff catches it; the .gz
100
+ # divergence would have been a false positive.
101
+ if ! git diff --exit-code -- \
102
+ 'framework/v*/core/asset/plugin/dist/vendor/gina/' \
103
+ ':(exclude)framework/v*/core/asset/plugin/dist/vendor/gina/**/*.gz'; then
104
+ echo ""
105
+ echo "::error::Bundle is out of sync with source."
106
+ echo "::error::A source file under one of the AMD-aliased paths in build.json"
107
+ echo "::error::was modified without a corresponding rebuilt dist staged."
108
+ echo "::error::"
109
+ echo "::error::Locally:"
110
+ echo "::error:: bash framework/v*/core/asset/plugin/build --env=prod"
111
+ echo "::error:: git add framework/v*/core/asset/plugin/dist/vendor/gina/"
112
+ echo "::error::"
113
+ echo "::error::See llms.txt §72 for the rebuild-gate discipline."
114
+ exit 1
115
+ fi
116
+ echo "Bundle is fresh — dist matches source (excluding *.gz, which is platform-divergent)."
package/CHANGELOG.md CHANGED
@@ -6,6 +6,20 @@ 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.3.7-alpha.7 - 2026-04-25
10
+ ### Fixed
11
+ * Schema `$schema` identifier updated from `http://json-schema.org/draft-07/schema#` to `https://json-schema.org/draft-07/schema#` across all seven `schema/*.json` files (app, app.crons, connectors, manifest, routing, settings, watchers). The plain-HTTP form redirects to HTTPS and is bot-blocked by json-schema.org; IDEs and JSON validators that dereference the identifier at validation time were hitting the 302/403 chain instead of fetching the canonical schema. Matches the URI shown in the JSON Schema draft-07 spec and aligns with the `$id` field, which already uses `https://`. First batch from the link-health audit (gina-io/gina#18).
12
+ * Refreshed stale URL references in code comments and man pages across the framework (link-health audit gina-io/gina#18): `core/template/boilerplate/bundle/controllers/setup.js` — dropped reference to the deleted `github.com/jmcmanus/pagedown-extra` repo (the commented-out example code uses `marked`, not pagedown-extra; the link was misleading even before the repo died). `core/connectors/couchbase/lib/session-store.v{2,3,4}.js` — updated `github.com/visionmedia/connect-redis` to `github.com/tj/connect-redis` (the maintainer renamed; old URL still 302s but relying on a stale redirect chain is brittle). `core/locales/README.md` — replaced `currency-iso.org/en/home/tables/table-a1.html` (folded into a SIX Swiss Exchange commercial page) with the canonical `iso.org/iso-4217-currency-codes.html`. `lib/cmd/gina.1.md`, `gina-dev.1.md`, `gina-framework.1.md` — modernised the `groups.google.com/forum/#!forum/ginajs` mailing-list link to the supported `groups.google.com/g/ginajs` URL format. The Google Group itself is still active; only the hash-bang URL format is obsolete. `core/server.js` — dropped dead `strongloop.com/strongblog/...` blog-post reference (domain TLS-broken, StrongLoop dissolved into IBM in 2015, the blog post is not reachable via any successor) and dead `jsperf.com/arraybuffer-string-conversion/4` test reference (410 Gone; jsperf relaunched on Cloudflare but the historical test data was not restored). Comment-only changes; no runtime behaviour modified.
13
+ * `core/asset/plugin/src/vendor/gina/utils/dom.js` — updated the `@source https://gist.github.com/1129031` comment to the current canonical form `https://gist.github.com/eligrey/1129031`. GitHub now requires the username prefix on gist URLs; the old form 302-redirects. Rebuilt dist artefacts in the same commit per the source-dist alignment rule (llms.txt §72) — `dist/vendor/gina/js/gina.js`, `gina.min.js`, and the sibling `gina.min.js.br`/`gina.min.js.gz` compressed copies regenerate identically except for the updated license header URL. No runtime behaviour change. Link-health audit (gina-io/gina#18).
14
+ ### Security
15
+ * Removed the `polyfill.io` example from the popin plugin's HTML documentation (`core/asset/plugin/src/vendor/gina/popin/doc/html.md`). The domain NXDOMAINs as of April 2026 and was famously hijacked mid-2024 after its Chinese owners were reported injecting malicious code into the served polyfills. The surrounding guidance on how to include polyfills yourself (via `js/plugins.js` or `js/vendor/polyfills.js`) is preserved. Documentation-only change; no runtime code path loads the domain. Link-health audit (gina-io/gina#18).
16
+ * Added `gina.plugins.Session` — an opt-in hardened wrapper around `express-session` that injects SameSite/HttpOnly/Secure defaults from `settings.json > session.cookie.*` into the cookie options before the middleware sees them (#CSRF1). Caller-supplied `options.cookie` values always override the defaults, so bundles that rely on `httpOnly: false` (for client-side JS reading `document.cookie`) or other intentional choices are preserved. Adoption is a one-line swap in the bundle bootstrap: `var session = require('gina').plugins.Session(require('express-session'))`. The new `session.cookie.{sameSite, httpOnly, secure}` keys land in `core/template/conf/settings.json` with safe defaults ("lax" / true / "auto"). Browser-parity invariant enforced at session factory call time — `SameSite=None` without `Secure` throws. Baseline for the #CSRF2 / #CSRF3 track.
17
+
18
+ ## 0.3.7-alpha.6 - 2026-04-24 (npm only — no git tag)
19
+ ### Security
20
+ * Restored CVE visibility on vendored deps. `gina@0.3.7-alpha.5` stripped `dependencies`/`devDependencies`/`scripts` from `core/deps/busboy-1.6.0/package.json` and `core/deps/streamsearch-1.1.0/package.json` to reduce Socket's dep-count display — but the strip also removed the dep-graph edge that Socket, Dependabot, and `npm audit` follow to associate the vendored copies with their CVE records. Vendored copies of upstream packages are supply-chain surface exactly like npm-installed ones; stripping the metadata hid them from the tools meant to alert on them. Both files are now byte-identical to their upstream npm tarballs again. Pinning discipline going forward: the vendored `package.json` stays byte-identical to upstream until a local patch is applied; on patch, bump `version` to `<upstream>-rhinostone.N` (e.g. `1.6.0-rhinostone.1`) so CVE scanners still match the base version and readers see at a glance that the copy has diverged. Also adds an OSV-based CI scan (`.github/workflows/vendored-cve.yml`) that walks every `core/deps/*/package.json` and every `framework/v*/package.json`, queries `api.osv.dev` for each `(name, version)` pair, and fails the build on any matched vulnerability — belt-and-suspenders, independent of whichever third-party scanner happens to be in use. Runs on push to `develop`/`master`, weekly Sunday cron, and manual dispatch.
21
+ * Replaced four `eval(...)` call sites in the validator plugin with safe, grammar-locked equivalents (#SCS1e, bucket (c) partial progress). `core/plugins/lib/validator/src/main.js:2603` — `eval('gina.forms.rules.' + customRule)` replaced with a dot-path walker. `customRule` is read from the user-controlled `data-gina-form-rule` HTML attribute; the old eval executed anything that parsed as JS, so a crafted attribute like `constructor.constructor("return process.exit()")()` would fire on lookup. The walker rejects any character outside `[A-Za-z_$][\w$]*(\.[A-Za-z_$][\w$]*)*` and returns undefined on missing path (falling through to the existing "no rule found" error). `core/plugins/lib/validator/src/form-validator.js:161` — `eval('data.' + localValue)` in `compileError()` replaced with a dot+bracket path walker. `localValue` is derived from `{{...}}` placeholders in error messages; the transforms at lines 152-158 produce `ident (. ident | ["quoted"])*`, and the walker rejects anything outside that shape. `core/plugins/lib/validator/src/form-validator.js:893` — the regex-literal branch of `is()` replaced with `new RegExp(body, flags).test(value)`. Parses `/<body>/<flags>` only; `/<body>/` without flags or any non-regex input throws. `core/plugins/lib/validator/src/form-validator.js:895` — the binary-compare branch of `is()` replaced with a regex-based evaluator over the closed grammar `<operand><op><operand>` where operand is in `{number, "string", true, false, null, undefined}` and op is in `{===, !==, ==, !=, <, >, <=, >=}`. After `$var` substitution (lines 910-920) and paren/return strip (line 925), real Freelancer v3 conditions (15 regex literals + 11 binary comparisons) all match the two grammars. Any input outside the grammars (arithmetic, function calls, semicolon injection, throw injection) is rejected. Seven validator-plugin sites remain deferred pending a separate design pass (`form-validator.js:919`, `:1722`, `main.js:2320`, `:2329`, `:2931`, `:2947`, `:2959`). Verified by +69 tests in `test/lib/validator-scs1e.test.js` (source inspection, behavioural parity against corpus, injection rejection).
22
+
9
23
  ## 0.3.7-alpha.5 - 2026-04-23 (npm only — no git tag)
10
24
  ### Changed
11
25
  * Extracted `DRIVER_MAP` + `AI_DRIVER_MAP` into a new `lib/connector-registry/` module — single source of truth for the connector driver → npm package + semver range mapping. Previously duplicated inline in `lib/cmd/connector/add.js` and `lib/cmd/connector/list.js` and kept in sync by hand; the two copies had already drifted (list.js knew about `mongodb` and `scylladb`, add.js did not). Both cmd handlers now read from `lib.connectorRegistry.getDriver(type)` / `.getAIDriver(scheme)` / `.getDriverTypes()` / `.getAISchemes()`, so adding a new connector upstream means editing one table instead of three (root `package.json` `peerDependencies` was the third, removed in the previous commit). Public CLI behaviour is unchanged — the registry exposes the same tables, the install hint and `--install` resolution use the same ranges. 28 new source-inspection + behavioural tests in `test/lib/connector-registry.test.js`; the inline-map tests in `test/lib/connector-add.test.js` and `test/lib/connector-list.test.js` now assert registry consumption instead.
package/ROADMAP.md CHANGED
@@ -135,6 +135,18 @@ Complete the removal of `eval` / `new Function` call sites from the published ta
135
135
 
136
136
  ---
137
137
 
138
+ ## Web Security
139
+
140
+ Cross-site request forgery protection. Three-phase defense-in-depth plan aligned with OWASP ASVS 4.0 V4.2.1; each phase shippable on its own. Cookie hardening shipped as an opt-in plugin in `0.3.7-alpha.8`; token middleware and Origin pre-filter still open.
141
+
142
+ | Status | Feature | Version | Target |
143
+ | --- | --- | --- | --- |
144
+ | ✅ | **Cookie hardening (baseline)** — Opt-in plugin `gina.plugins.Session` wraps `express-session` and injects `SameSite=Lax` + `HttpOnly` + `Secure=auto` defaults from `settings.json > session.cookie.{sameSite,httpOnly,secure}` into the cookie options before the middleware sees them. Bundle-supplied cookie options always win, so intentional configuration is preserved. Adoption is a one-line swap in the bundle bootstrap: `var session = require('gina').plugins.Session(require('express-session'))`. Browser-parity invariant enforced at factory call time: `SameSite=None` without `Secure` throws at bundle startup. Migration guide flags cross-site cookie-send bundles (rare — third-party OAuth embeds, iframe flows) that must set `sameSite: "none"` + `secure: true` explicitly. 41 unit tests (source-inspection guards + mergeCookie + invariant negative-lock + resolveSettingsDefaults + end-to-end through stub express-session + registration + template integrity). | `0.3.7-alpha.8` | 2026-04-24 |
145
+ | 📋 | **Signed double-submit token middleware** — Stateless signed-double-submit-cookie pattern (OWASP ASVS 4.0 V4.2.1). HMAC-SHA256 cookie bound to session ID + matching `X-Gina-CSRF-Token` header (or `_csrf` form field) required on POST/PUT/PATCH/DELETE; `timingSafeEqual` comparison; safe methods (GET/HEAD/OPTIONS) pass through. Per-route opt-out via `routing.json > "csrfExempt": true` for webhook receivers (Stripe, GitHub, etc.). Client integration: the validator plugin auto-reads the cookie and sets the header on AJAX submits — zero user code change. Templates get `{{ gina.csrfToken }}` and `{{ gina.csrfInput \| safe }}` helpers for `<form>` hidden inputs. Stateless so it scales with distributed Redis/K8s sessions without server-side storage; signed so sibling subdomains cannot inject cookies. Performance: ~microseconds per mutating request. | `0.3.8` | Q3 2026 |
146
+ | 📋 | **Origin/Referer pre-filter** — Secondary check on mutating methods, layered on top of the token middleware: `Origin` (or `Referer` fallback) must match the bundle's configured hostname or an explicit allowlist. Configured via `settings.json > csrf.allowedOrigins`. Belt-and-suspenders catching edge cases tokens might miss (referrer-header log leaks, legacy browser bugs, misconfigured reverse proxies). Performance: one string compare per mutating request. | `0.4.0` | Q4 2026 |
147
+
148
+ ---
149
+
138
150
  ## Connectors
139
151
 
140
152
  New database connectors follow the same interface as the existing Couchbase connector: declared in `connectors.json`, acquired via `getConnection()`.
@@ -0,0 +1 @@
1
+ 0.3.7-alpha.7
@@ -0,0 +1 @@
1
+ @font-face{font-family:"have_heart_oneregular";src:url(fonts/have_heart_one-webfont.woff2)format("woff2"),url(fonts/have_heart_one-webfont.woff)format("woff");font-weight:400;font-style:normal}.gina-popin-container{background:#fff}.gina-popins-overlay,div.gina-popin-container{visibility:hidden;opacity:0;z-index:1;transition:opacity .3s,visibility 0 .3s}.gina-popins-overlay.gina-popin-is-active,div.gina-popin-container.gina-popin-is-active{opacity:1;visibility:visible;transition-delay:0}dialog.gina-popin-container{padding:0;border:0;z-index:1}.gina-popins-overlay{position:fixed;left:0;top:0;display:grid;place-items:center;width:100%;height:100%;transition:opacity .3s,visibility .3s;overflow:auto;background:rgba(0,0,0,.75)}.gina-popins-overlay.gina-popin-is-active{backdrop-filter:blur(6px)}dialog::backdrop{background-color:rgba(0,0,0,.75);backdrop-filter:blur(6px)}
@@ -9050,7 +9050,7 @@ function getElementsByAttribute(attribute) {
9050
9050
  *
9051
9051
  */
9052
9052
 
9053
- /*! @source https://gist.github.com/1129031 */
9053
+ /*! @source https://gist.github.com/eligrey/1129031 */
9054
9054
  /*global document, DOMParser*/
9055
9055
  (function(DOMParser) {
9056
9056
  "use strict";