gina 0.4.6 → 0.4.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 (470) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/README.md +6 -8
  3. package/ROADMAP.md +2 -2
  4. package/framework/v0.4.7/VERSION +1 -0
  5. package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/csp/README.md +57 -2
  6. package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/csp/src/main.js +192 -27
  7. package/framework/{v0.4.6 → v0.4.7}/core/server.isaac.js +153 -5
  8. package/framework/{v0.4.6 → v0.4.7}/core/server.js +14 -0
  9. package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle/config/settings.server.json +3 -1
  10. package/framework/{v0.4.6 → v0.4.7}/core/template/conf/settings.json +15 -2
  11. package/framework/{v0.4.6 → v0.4.7}/lib/index.js +14 -0
  12. package/framework/v0.4.7/lib/ws-framing/package.json +10 -0
  13. package/framework/v0.4.7/lib/ws-framing/src/main.js +664 -0
  14. package/framework/v0.4.7/lib/ws-session/package.json +10 -0
  15. package/framework/v0.4.7/lib/ws-session/src/main.js +422 -0
  16. package/framework/{v0.4.6 → v0.4.7}/package.json +1 -1
  17. package/gna.js +4 -4
  18. package/llms.txt +9 -3
  19. package/package.json +2 -2
  20. package/playwright.config.js +4 -2
  21. package/framework/v0.4.6/VERSION +0 -1
  22. /package/framework/{v0.4.6 → v0.4.7}/AUTHORS +0 -0
  23. /package/framework/{v0.4.6 → v0.4.7}/LICENSE +0 -0
  24. /package/framework/{v0.4.6 → v0.4.7}/core/asset/html/nolayout.html +0 -0
  25. /package/framework/{v0.4.6 → v0.4.7}/core/asset/html/static.html +0 -0
  26. /package/framework/{v0.4.6 → v0.4.7}/core/asset/img/android-chrome-192x192.png +0 -0
  27. /package/framework/{v0.4.6 → v0.4.7}/core/asset/img/android-chrome-512x512.png +0 -0
  28. /package/framework/{v0.4.6 → v0.4.7}/core/asset/img/apple-touch-icon.png +0 -0
  29. /package/framework/{v0.4.6 → v0.4.7}/core/asset/img/favicon-16x16.png +0 -0
  30. /package/framework/{v0.4.6 → v0.4.7}/core/asset/img/favicon-32x32.png +0 -0
  31. /package/framework/{v0.4.6 → v0.4.7}/core/asset/img/favicon.ico +0 -0
  32. /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/README.md +0 -0
  33. /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.css +0 -0
  34. /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.js +0 -0
  35. /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/beemaster/index.html +0 -0
  36. /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/css/gina.min.css +0 -0
  37. /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.br +0 -0
  38. /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.gz +0 -0
  39. /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/html/statusbar.html +0 -0
  40. /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.br +0 -0
  41. /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.gz +0 -0
  42. /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/inspector/have_heart_one-webfont.woff2 +0 -0
  43. /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/inspector/index.html +0 -0
  44. /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/inspector/inspector.css +0 -0
  45. /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/inspector/inspector.js +0 -0
  46. /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/inspector/logo.svg +0 -0
  47. /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/js/gina.js +0 -0
  48. /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/js/gina.min.js +0 -0
  49. /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
  50. /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
  51. /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +0 -0
  52. /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
  53. /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
  54. /package/framework/{v0.4.6 → v0.4.7}/core/config.js +0 -0
  55. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/ai/index.js +0 -0
  56. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/ai/lib/connector.js +0 -0
  57. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/couchbase/index.js +0 -0
  58. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/couchbase/lib/connector.js +0 -0
  59. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/couchbase/lib/connector.v3.js +0 -0
  60. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/couchbase/lib/connector.v4.js +0 -0
  61. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/couchbase/lib/n1ql.js +0 -0
  62. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/couchbase/lib/session-store.js +0 -0
  63. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/couchbase/lib/session-store.v3.js +0 -0
  64. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/couchbase/lib/session-store.v4.js +0 -0
  65. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/mongodb/index.js +0 -0
  66. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/mongodb/lib/connector.js +0 -0
  67. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/mongodb/lib/pipeline-loader.js +0 -0
  68. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/mongodb/lib/session-store.js +0 -0
  69. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/mysql/index.js +0 -0
  70. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/mysql/lib/connector.js +0 -0
  71. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/postgresql/index.js +0 -0
  72. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/postgresql/lib/connector.js +0 -0
  73. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/redis/index.js +0 -0
  74. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/redis/lib/session-store.js +0 -0
  75. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/scylladb/index.js +0 -0
  76. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/scylladb/lib/connector.js +0 -0
  77. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/scylladb/lib/session-store.js +0 -0
  78. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/sql-parser.js +0 -0
  79. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/sqlite/index.js +0 -0
  80. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/sqlite/lib/connector.js +0 -0
  81. /package/framework/{v0.4.6 → v0.4.7}/core/connectors/sqlite/lib/session-store.js +0 -0
  82. /package/framework/{v0.4.6 → v0.4.7}/core/content.encoding +0 -0
  83. /package/framework/{v0.4.6 → v0.4.7}/core/controller/controller.framework.js +0 -0
  84. /package/framework/{v0.4.6 → v0.4.7}/core/controller/controller.js +0 -0
  85. /package/framework/{v0.4.6 → v0.4.7}/core/controller/controller.render-json.js +0 -0
  86. /package/framework/{v0.4.6 → v0.4.7}/core/controller/controller.render-nunjucks-async.js +0 -0
  87. /package/framework/{v0.4.6 → v0.4.7}/core/controller/controller.render-nunjucks.js +0 -0
  88. /package/framework/{v0.4.6 → v0.4.7}/core/controller/controller.render-stream.js +0 -0
  89. /package/framework/{v0.4.6 → v0.4.7}/core/controller/controller.render-swig-async.js +0 -0
  90. /package/framework/{v0.4.6 → v0.4.7}/core/controller/controller.render-swig.js +0 -0
  91. /package/framework/{v0.4.6 → v0.4.7}/core/controller/controller.render-v1.js +0 -0
  92. /package/framework/{v0.4.6 → v0.4.7}/core/controller/index.js +0 -0
  93. /package/framework/{v0.4.6 → v0.4.7}/core/controller/inspector-window-emit.js +0 -0
  94. /package/framework/{v0.4.6 → v0.4.7}/core/deps/busboy-1.6.0/LICENSE +0 -0
  95. /package/framework/{v0.4.6 → v0.4.7}/core/deps/busboy-1.6.0/README.md +0 -0
  96. /package/framework/{v0.4.6 → v0.4.7}/core/deps/busboy-1.6.0/lib/index.js +0 -0
  97. /package/framework/{v0.4.6 → v0.4.7}/core/deps/busboy-1.6.0/lib/types/multipart.js +0 -0
  98. /package/framework/{v0.4.6 → v0.4.7}/core/deps/busboy-1.6.0/lib/types/urlencoded.js +0 -0
  99. /package/framework/{v0.4.6 → v0.4.7}/core/deps/busboy-1.6.0/lib/utils.js +0 -0
  100. /package/framework/{v0.4.6 → v0.4.7}/core/deps/busboy-1.6.0/package.json +0 -0
  101. /package/framework/{v0.4.6 → v0.4.7}/core/deps/streamsearch-1.1.0/LICENSE +0 -0
  102. /package/framework/{v0.4.6 → v0.4.7}/core/deps/streamsearch-1.1.0/lib/sbmh.js +0 -0
  103. /package/framework/{v0.4.6 → v0.4.7}/core/deps/streamsearch-1.1.0/package.json +0 -0
  104. /package/framework/{v0.4.6 → v0.4.7}/core/dev/index.js +0 -0
  105. /package/framework/{v0.4.6 → v0.4.7}/core/dev/lib/class.js +0 -0
  106. /package/framework/{v0.4.6 → v0.4.7}/core/dev/lib/factory.js +0 -0
  107. /package/framework/{v0.4.6 → v0.4.7}/core/dev/lib/tools.js +0 -0
  108. /package/framework/{v0.4.6 → v0.4.7}/core/gna.js +0 -0
  109. /package/framework/{v0.4.6 → v0.4.7}/core/locales/README.md +0 -0
  110. /package/framework/{v0.4.6 → v0.4.7}/core/locales/currency.json +0 -0
  111. /package/framework/{v0.4.6 → v0.4.7}/core/locales/dist/language/en.json +0 -0
  112. /package/framework/{v0.4.6 → v0.4.7}/core/locales/dist/language/fr.json +0 -0
  113. /package/framework/{v0.4.6 → v0.4.7}/core/locales/dist/region/en.json +0 -0
  114. /package/framework/{v0.4.6 → v0.4.7}/core/locales/dist/region/fr.json +0 -0
  115. /package/framework/{v0.4.6 → v0.4.7}/core/locales/index.js +0 -0
  116. /package/framework/{v0.4.6 → v0.4.7}/core/mime.types +0 -0
  117. /package/framework/{v0.4.6 → v0.4.7}/core/model/entity.js +0 -0
  118. /package/framework/{v0.4.6 → v0.4.7}/core/model/index.js +0 -0
  119. /package/framework/{v0.4.6 → v0.4.7}/core/model/template/entityFactory.js +0 -0
  120. /package/framework/{v0.4.6 → v0.4.7}/core/model/template/index.js +0 -0
  121. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/README.md +0 -0
  122. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/index.js +0 -0
  123. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/csrf/README.md +0 -0
  124. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/csrf/package.json +0 -0
  125. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/csrf/src/main.js +0 -0
  126. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/README.md +0 -0
  127. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/coep/README.md +0 -0
  128. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/coep/package.json +0 -0
  129. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/coep/src/main.js +0 -0
  130. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/coop/README.md +0 -0
  131. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/coop/package.json +0 -0
  132. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/coop/src/main.js +0 -0
  133. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/corp/README.md +0 -0
  134. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/corp/package.json +0 -0
  135. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/corp/src/main.js +0 -0
  136. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/csp/package.json +0 -0
  137. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/hide-powered-by/README.md +0 -0
  138. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/hide-powered-by/package.json +0 -0
  139. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/hide-powered-by/src/main.js +0 -0
  140. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/hsts/README.md +0 -0
  141. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/hsts/package.json +0 -0
  142. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/hsts/src/main.js +0 -0
  143. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/origin-agent-cluster/README.md +0 -0
  144. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/origin-agent-cluster/package.json +0 -0
  145. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/origin-agent-cluster/src/main.js +0 -0
  146. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/package.json +0 -0
  147. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/referrer-policy/README.md +0 -0
  148. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/referrer-policy/package.json +0 -0
  149. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/referrer-policy/src/main.js +0 -0
  150. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/src/main.js +0 -0
  151. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-content-type-options/README.md +0 -0
  152. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-content-type-options/package.json +0 -0
  153. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-content-type-options/src/main.js +0 -0
  154. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-dns-prefetch-control/README.md +0 -0
  155. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-dns-prefetch-control/package.json +0 -0
  156. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-dns-prefetch-control/src/main.js +0 -0
  157. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-download-options/README.md +0 -0
  158. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-download-options/package.json +0 -0
  159. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-download-options/src/main.js +0 -0
  160. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-frame-options/README.md +0 -0
  161. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-frame-options/package.json +0 -0
  162. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-frame-options/src/main.js +0 -0
  163. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/README.md +0 -0
  164. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/package.json +0 -0
  165. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/src/main.js +0 -0
  166. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-xss-protection/README.md +0 -0
  167. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-xss-protection/package.json +0 -0
  168. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-xss-protection/src/main.js +0 -0
  169. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/session/README.md +0 -0
  170. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/session/package.json +0 -0
  171. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/session/src/main.js +0 -0
  172. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/storage/README.md +0 -0
  173. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/storage/build.json +0 -0
  174. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/storage/package.json +0 -0
  175. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/storage/src/main.js +0 -0
  176. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/validator/README.md +0 -0
  177. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/validator/build.json +0 -0
  178. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/validator/package.json +0 -0
  179. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/validator/src/form-validator.js +0 -0
  180. /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/validator/src/main.js +0 -0
  181. /package/framework/{v0.4.6 → v0.4.7}/core/router.js +0 -0
  182. /package/framework/{v0.4.6 → v0.4.7}/core/server.express.js +0 -0
  183. /package/framework/{v0.4.6 → v0.4.7}/core/status.codes +0 -0
  184. /package/framework/{v0.4.6 → v0.4.7}/core/template/_gitignore +0 -0
  185. /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle/config/app.json +0 -0
  186. /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle/config/connectors.json +0 -0
  187. /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle/config/routing.json +0 -0
  188. /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle/config/settings.json +0 -0
  189. /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle/config/templates.json +0 -0
  190. /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle/config/watchers.json +0 -0
  191. /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle/controllers/controller.content.js +0 -0
  192. /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle/controllers/controller.js +0 -0
  193. /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle/controllers/setup.js +0 -0
  194. /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle/index.js +0 -0
  195. /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle/locales/en.json +0 -0
  196. /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_namespace/controllers/controller.js +0 -0
  197. /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_public/css/default.css +0 -0
  198. /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_public/css/home.css +0 -0
  199. /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_public/css/vendor/readme.md +0 -0
  200. /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_public/favicon.ico +0 -0
  201. /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_public/js/vendor/readme.md +0 -0
  202. /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_public/manifest.webmanifest +0 -0
  203. /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_public/readme.md +0 -0
  204. /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_public/sw.js +0 -0
  205. /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_templates/handlers/main.js +0 -0
  206. /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_templates/html/content/homepage.html +0 -0
  207. /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_templates/html/includes/error-msg-noscript.html +0 -0
  208. /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_templates/html/includes/error-msg-outdated-browser.html +0 -0
  209. /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_templates/html/layouts/main.html +0 -0
  210. /package/framework/{v0.4.6 → v0.4.7}/core/template/command/gina.bat.tpl +0 -0
  211. /package/framework/{v0.4.6 → v0.4.7}/core/template/command/gina.tpl +0 -0
  212. /package/framework/{v0.4.6 → v0.4.7}/core/template/conf/env.json +0 -0
  213. /package/framework/{v0.4.6 → v0.4.7}/core/template/conf/manifest.json +0 -0
  214. /package/framework/{v0.4.6 → v0.4.7}/core/template/conf/package.json +0 -0
  215. /package/framework/{v0.4.6 → v0.4.7}/core/template/conf/statics.json +0 -0
  216. /package/framework/{v0.4.6 → v0.4.7}/core/template/conf/templates.json +0 -0
  217. /package/framework/{v0.4.6 → v0.4.7}/core/template/error/client/json/401.json +0 -0
  218. /package/framework/{v0.4.6 → v0.4.7}/core/template/error/client/json/403.json +0 -0
  219. /package/framework/{v0.4.6 → v0.4.7}/core/template/error/client/json/404.json +0 -0
  220. /package/framework/{v0.4.6 → v0.4.7}/core/template/error/server/html/50x.html +0 -0
  221. /package/framework/{v0.4.6 → v0.4.7}/core/template/error/server/json/500.json +0 -0
  222. /package/framework/{v0.4.6 → v0.4.7}/core/template/error/server/json/503.json +0 -0
  223. /package/framework/{v0.4.6 → v0.4.7}/core/template/extensions/logger/config.json +0 -0
  224. /package/framework/{v0.4.6 → v0.4.7}/helpers/console.js +0 -0
  225. /package/framework/{v0.4.6 → v0.4.7}/helpers/context.js +0 -0
  226. /package/framework/{v0.4.6 → v0.4.7}/helpers/data/LICENSE +0 -0
  227. /package/framework/{v0.4.6 → v0.4.7}/helpers/data/README.md +0 -0
  228. /package/framework/{v0.4.6 → v0.4.7}/helpers/data/package.json +0 -0
  229. /package/framework/{v0.4.6 → v0.4.7}/helpers/data/src/main.js +0 -0
  230. /package/framework/{v0.4.6 → v0.4.7}/helpers/dateFormat.js +0 -0
  231. /package/framework/{v0.4.6 → v0.4.7}/helpers/index.js +0 -0
  232. /package/framework/{v0.4.6 → v0.4.7}/helpers/json/LICENSE +0 -0
  233. /package/framework/{v0.4.6 → v0.4.7}/helpers/json/README.md +0 -0
  234. /package/framework/{v0.4.6 → v0.4.7}/helpers/json/package.json +0 -0
  235. /package/framework/{v0.4.6 → v0.4.7}/helpers/json/src/main.js +0 -0
  236. /package/framework/{v0.4.6 → v0.4.7}/helpers/path.js +0 -0
  237. /package/framework/{v0.4.6 → v0.4.7}/helpers/plugins/README.md +0 -0
  238. /package/framework/{v0.4.6 → v0.4.7}/helpers/plugins/package.json +0 -0
  239. /package/framework/{v0.4.6 → v0.4.7}/helpers/plugins/src/api-error.js +0 -0
  240. /package/framework/{v0.4.6 → v0.4.7}/helpers/plugins/src/main.js +0 -0
  241. /package/framework/{v0.4.6 → v0.4.7}/helpers/prototypes.js +0 -0
  242. /package/framework/{v0.4.6 → v0.4.7}/helpers/task.js +0 -0
  243. /package/framework/{v0.4.6 → v0.4.7}/helpers/text.js +0 -0
  244. /package/framework/{v0.4.6 → v0.4.7}/lib/archiver/README.md +0 -0
  245. /package/framework/{v0.4.6 → v0.4.7}/lib/archiver/build.json +0 -0
  246. /package/framework/{v0.4.6 → v0.4.7}/lib/archiver/package.json +0 -0
  247. /package/framework/{v0.4.6 → v0.4.7}/lib/archiver/src/dep/jszip.min.js +0 -0
  248. /package/framework/{v0.4.6 → v0.4.7}/lib/archiver/src/main.js +0 -0
  249. /package/framework/{v0.4.6 → v0.4.7}/lib/async/package.json +0 -0
  250. /package/framework/{v0.4.6 → v0.4.7}/lib/async/src/main.js +0 -0
  251. /package/framework/{v0.4.6 → v0.4.7}/lib/cache/README.md +0 -0
  252. /package/framework/{v0.4.6 → v0.4.7}/lib/cache/build.json +0 -0
  253. /package/framework/{v0.4.6 → v0.4.7}/lib/cache/package.json +0 -0
  254. /package/framework/{v0.4.6 → v0.4.7}/lib/cache/src/main.js +0 -0
  255. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/aliases.json +0 -0
  256. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/add.js +0 -0
  257. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/arguments.json +0 -0
  258. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/build.js +0 -0
  259. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/copy.js +0 -0
  260. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/cp.js +0 -0
  261. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/help.js +0 -0
  262. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/help.txt +0 -0
  263. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/inc/name-rewrite.js +0 -0
  264. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/list.js +0 -0
  265. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/mcp-start.js +0 -0
  266. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/mcp.js +0 -0
  267. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/oas.js +0 -0
  268. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/openapi.js +0 -0
  269. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/remove.js +0 -0
  270. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/rename.js +0 -0
  271. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/restart.js +0 -0
  272. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/rm.js +0 -0
  273. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/start.js +0 -0
  274. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/status.js +0 -0
  275. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/stop.js +0 -0
  276. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/cache/stats.js +0 -0
  277. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/connector/add.js +0 -0
  278. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/connector/arguments.json +0 -0
  279. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/connector/help.js +0 -0
  280. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/connector/help.txt +0 -0
  281. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/connector/list.js +0 -0
  282. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/connector/migrate.js +0 -0
  283. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/connector/remove.js +0 -0
  284. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/connector/rm.js +0 -0
  285. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/env/add.js +0 -0
  286. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/env/get.js +0 -0
  287. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/env/help.js +0 -0
  288. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/env/help.txt +0 -0
  289. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/env/link-dev.js +0 -0
  290. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/env/list.js +0 -0
  291. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/env/remove.js +0 -0
  292. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/env/rm.js +0 -0
  293. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/env/set.js +0 -0
  294. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/env/unset.js +0 -0
  295. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/env/use.js +0 -0
  296. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/arguments.json +0 -0
  297. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/build.js +0 -0
  298. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/dot.js +0 -0
  299. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/get.js +0 -0
  300. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/help.js +0 -0
  301. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/help.txt +0 -0
  302. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/init.js +0 -0
  303. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/link-node-modules.js +0 -0
  304. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/link.js +0 -0
  305. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/msg.json +0 -0
  306. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/open.js +0 -0
  307. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/restart.js +0 -0
  308. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/set.js +0 -0
  309. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/start.js +0 -0
  310. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/status.js +0 -0
  311. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/stop.js +0 -0
  312. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/tail.js +0 -0
  313. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/update.js +0 -0
  314. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/version.js +0 -0
  315. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/gina-dev.1.md +0 -0
  316. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/gina-framework.1.md +0 -0
  317. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/gina.1.md +0 -0
  318. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/helper.js +0 -0
  319. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/i18n/add.js +0 -0
  320. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/i18n/arguments.json +0 -0
  321. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/i18n/export.js +0 -0
  322. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/i18n/help.js +0 -0
  323. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/i18n/help.txt +0 -0
  324. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/i18n/import.js +0 -0
  325. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/i18n/scan.js +0 -0
  326. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/index.js +0 -0
  327. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/inspector/help.js +0 -0
  328. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/inspector/help.txt +0 -0
  329. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/inspector/open.js +0 -0
  330. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/minion/arguments.json +0 -0
  331. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/minion/help.js +0 -0
  332. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/minion/help.txt +0 -0
  333. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/minion/kill.js +0 -0
  334. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/minion/list.js +0 -0
  335. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/msg.json +0 -0
  336. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/port/help.js +0 -0
  337. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/port/help.txt +0 -0
  338. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/port/inc/scan.js +0 -0
  339. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/port/list.js +0 -0
  340. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/port/reset.js +0 -0
  341. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/port/set.js +0 -0
  342. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/add.js +0 -0
  343. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/arguments.json +0 -0
  344. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/build.js +0 -0
  345. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/help.js +0 -0
  346. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/help.txt +0 -0
  347. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/import.js +0 -0
  348. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/list.js +0 -0
  349. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/move.js +0 -0
  350. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/remove.js +0 -0
  351. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/rename.js +0 -0
  352. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/restart.js +0 -0
  353. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/rm.js +0 -0
  354. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/start.js +0 -0
  355. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/status.js +0 -0
  356. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/stop.js +0 -0
  357. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/protocol/arguments.json +0 -0
  358. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/protocol/help.js +0 -0
  359. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/protocol/help.txt +0 -0
  360. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/protocol/list.js +0 -0
  361. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/protocol/remove.js +0 -0
  362. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/protocol/set.js +0 -0
  363. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/scope/add.js +0 -0
  364. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/scope/help.js +0 -0
  365. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/scope/help.txt +0 -0
  366. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/scope/link-local.js +0 -0
  367. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/scope/link-production.js +0 -0
  368. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/scope/list.js +0 -0
  369. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/scope/remove.js +0 -0
  370. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/scope/rm.js +0 -0
  371. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/scope/use.js +0 -0
  372. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/secrets/arguments.json +0 -0
  373. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/secrets/check.js +0 -0
  374. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/secrets/help.js +0 -0
  375. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/secrets/help.txt +0 -0
  376. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/secrets/scan.js +0 -0
  377. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/service/help.js +0 -0
  378. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/service/help.txt +0 -0
  379. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/service/list.js +0 -0
  380. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/service/start.js +0 -0
  381. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/view/add.js +0 -0
  382. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd-status-format/package.json +0 -0
  383. /package/framework/{v0.4.6 → v0.4.7}/lib/cmd-status-format/src/main.js +0 -0
  384. /package/framework/{v0.4.6 → v0.4.7}/lib/collection/README.md +0 -0
  385. /package/framework/{v0.4.6 → v0.4.7}/lib/collection/build.json +0 -0
  386. /package/framework/{v0.4.6 → v0.4.7}/lib/collection/package.json +0 -0
  387. /package/framework/{v0.4.6 → v0.4.7}/lib/collection/src/main.js +0 -0
  388. /package/framework/{v0.4.6 → v0.4.7}/lib/config.js +0 -0
  389. /package/framework/{v0.4.6 → v0.4.7}/lib/connector-registry/package.json +0 -0
  390. /package/framework/{v0.4.6 → v0.4.7}/lib/connector-registry/src/main.js +0 -0
  391. /package/framework/{v0.4.6 → v0.4.7}/lib/cron/README.md +0 -0
  392. /package/framework/{v0.4.6 → v0.4.7}/lib/cron/package.json +0 -0
  393. /package/framework/{v0.4.6 → v0.4.7}/lib/cron/src/main.js +0 -0
  394. /package/framework/{v0.4.6 → v0.4.7}/lib/domain/LICENSE +0 -0
  395. /package/framework/{v0.4.6 → v0.4.7}/lib/domain/README.md +0 -0
  396. /package/framework/{v0.4.6 → v0.4.7}/lib/domain/package.json +0 -0
  397. /package/framework/{v0.4.6 → v0.4.7}/lib/domain/src/main.js +0 -0
  398. /package/framework/{v0.4.6 → v0.4.7}/lib/generator/index.js +0 -0
  399. /package/framework/{v0.4.6 → v0.4.7}/lib/i18n/package.json +0 -0
  400. /package/framework/{v0.4.6 → v0.4.7}/lib/i18n/src/main.js +0 -0
  401. /package/framework/{v0.4.6 → v0.4.7}/lib/inherits/LICENSE +0 -0
  402. /package/framework/{v0.4.6 → v0.4.7}/lib/inherits/README.md +0 -0
  403. /package/framework/{v0.4.6 → v0.4.7}/lib/inherits/package.json +0 -0
  404. /package/framework/{v0.4.6 → v0.4.7}/lib/inherits/src/main.js +0 -0
  405. /package/framework/{v0.4.6 → v0.4.7}/lib/inspector-redact/package.json +0 -0
  406. /package/framework/{v0.4.6 → v0.4.7}/lib/inspector-redact/src/main.js +0 -0
  407. /package/framework/{v0.4.6 → v0.4.7}/lib/instrument/package.json +0 -0
  408. /package/framework/{v0.4.6 → v0.4.7}/lib/instrument/src/main.js +0 -0
  409. /package/framework/{v0.4.6 → v0.4.7}/lib/job/package.json +0 -0
  410. /package/framework/{v0.4.6 → v0.4.7}/lib/job/src/main.js +0 -0
  411. /package/framework/{v0.4.6 → v0.4.7}/lib/logger/README.md +0 -0
  412. /package/framework/{v0.4.6 → v0.4.7}/lib/logger/package.json +0 -0
  413. /package/framework/{v0.4.6 → v0.4.7}/lib/logger/src/containers/default/index.js +0 -0
  414. /package/framework/{v0.4.6 → v0.4.7}/lib/logger/src/containers/file/index.js +0 -0
  415. /package/framework/{v0.4.6 → v0.4.7}/lib/logger/src/containers/file/lib/logrotator/README.md +0 -0
  416. /package/framework/{v0.4.6 → v0.4.7}/lib/logger/src/containers/file/lib/logrotator/index.js +0 -0
  417. /package/framework/{v0.4.6 → v0.4.7}/lib/logger/src/containers/mq/index.js +0 -0
  418. /package/framework/{v0.4.6 → v0.4.7}/lib/logger/src/containers/mq/listener.js +0 -0
  419. /package/framework/{v0.4.6 → v0.4.7}/lib/logger/src/containers/mq/speaker.js +0 -0
  420. /package/framework/{v0.4.6 → v0.4.7}/lib/logger/src/helper.js +0 -0
  421. /package/framework/{v0.4.6 → v0.4.7}/lib/logger/src/main.js +0 -0
  422. /package/framework/{v0.4.6 → v0.4.7}/lib/math/index.js +0 -0
  423. /package/framework/{v0.4.6 → v0.4.7}/lib/mcp-dispatch/package.json +0 -0
  424. /package/framework/{v0.4.6 → v0.4.7}/lib/mcp-dispatch/src/main.js +0 -0
  425. /package/framework/{v0.4.6 → v0.4.7}/lib/mcp-http/package.json +0 -0
  426. /package/framework/{v0.4.6 → v0.4.7}/lib/mcp-http/src/main.js +0 -0
  427. /package/framework/{v0.4.6 → v0.4.7}/lib/mcp-server/package.json +0 -0
  428. /package/framework/{v0.4.6 → v0.4.7}/lib/mcp-server/src/main.js +0 -0
  429. /package/framework/{v0.4.6 → v0.4.7}/lib/merge/README.md +0 -0
  430. /package/framework/{v0.4.6 → v0.4.7}/lib/merge/package.json +0 -0
  431. /package/framework/{v0.4.6 → v0.4.7}/lib/merge/src/main.js +0 -0
  432. /package/framework/{v0.4.6 → v0.4.7}/lib/metrics/package.json +0 -0
  433. /package/framework/{v0.4.6 → v0.4.7}/lib/metrics/src/main.js +0 -0
  434. /package/framework/{v0.4.6 → v0.4.7}/lib/model.js +0 -0
  435. /package/framework/{v0.4.6 → v0.4.7}/lib/nunjucks-filters/README.md +0 -0
  436. /package/framework/{v0.4.6 → v0.4.7}/lib/nunjucks-filters/package.json +0 -0
  437. /package/framework/{v0.4.6 → v0.4.7}/lib/nunjucks-filters/src/main.js +0 -0
  438. /package/framework/{v0.4.6 → v0.4.7}/lib/nunjucks-resolver/package.json +0 -0
  439. /package/framework/{v0.4.6 → v0.4.7}/lib/nunjucks-resolver/src/main.js +0 -0
  440. /package/framework/{v0.4.6 → v0.4.7}/lib/proc.js +0 -0
  441. /package/framework/{v0.4.6 → v0.4.7}/lib/routing/README.md +0 -0
  442. /package/framework/{v0.4.6 → v0.4.7}/lib/routing/build.json +0 -0
  443. /package/framework/{v0.4.6 → v0.4.7}/lib/routing/package.json +0 -0
  444. /package/framework/{v0.4.6 → v0.4.7}/lib/routing/src/main.js +0 -0
  445. /package/framework/{v0.4.6 → v0.4.7}/lib/routing/src/radix.js +0 -0
  446. /package/framework/{v0.4.6 → v0.4.7}/lib/routing-introspect/package.json +0 -0
  447. /package/framework/{v0.4.6 → v0.4.7}/lib/routing-introspect/src/main.js +0 -0
  448. /package/framework/{v0.4.6 → v0.4.7}/lib/secrets/package.json +0 -0
  449. /package/framework/{v0.4.6 → v0.4.7}/lib/secrets/src/backends/env.js +0 -0
  450. /package/framework/{v0.4.6 → v0.4.7}/lib/secrets/src/main.js +0 -0
  451. /package/framework/{v0.4.6 → v0.4.7}/lib/session-store.js +0 -0
  452. /package/framework/{v0.4.6 → v0.4.7}/lib/shell.js +0 -0
  453. /package/framework/{v0.4.6 → v0.4.7}/lib/state.js +0 -0
  454. /package/framework/{v0.4.6 → v0.4.7}/lib/swig-filters/README.md +0 -0
  455. /package/framework/{v0.4.6 → v0.4.7}/lib/swig-filters/package.json +0 -0
  456. /package/framework/{v0.4.6 → v0.4.7}/lib/swig-filters/src/main.js +0 -0
  457. /package/framework/{v0.4.6 → v0.4.7}/lib/swig-resolver/package.json +0 -0
  458. /package/framework/{v0.4.6 → v0.4.7}/lib/swig-resolver/src/main.js +0 -0
  459. /package/framework/{v0.4.6 → v0.4.7}/lib/template-loaders/package.json +0 -0
  460. /package/framework/{v0.4.6 → v0.4.7}/lib/template-loaders/src/loaders/http.js +0 -0
  461. /package/framework/{v0.4.6 → v0.4.7}/lib/template-loaders/src/loaders/memory.js +0 -0
  462. /package/framework/{v0.4.6 → v0.4.7}/lib/template-loaders/src/main.js +0 -0
  463. /package/framework/{v0.4.6 → v0.4.7}/lib/url/README.md +0 -0
  464. /package/framework/{v0.4.6 → v0.4.7}/lib/url/index.js +0 -0
  465. /package/framework/{v0.4.6 → v0.4.7}/lib/url/routing.json +0 -0
  466. /package/framework/{v0.4.6 → v0.4.7}/lib/uuid/package.json +0 -0
  467. /package/framework/{v0.4.6 → v0.4.7}/lib/uuid/src/main.js +0 -0
  468. /package/framework/{v0.4.6 → v0.4.7}/lib/validator.js +0 -0
  469. /package/framework/{v0.4.6 → v0.4.7}/lib/watcher/package.json +0 -0
  470. /package/framework/{v0.4.6 → v0.4.7}/lib/watcher/src/main.js +0 -0
@@ -479,6 +479,10 @@ function ServerEngineClass(options) {
479
479
 
480
480
  if ( /^http\/2/.test(options.protocol) ) {
481
481
  var _h2Opts = (options.http2Options && typeof options.http2Options === 'object') ? options.http2Options : {};
482
+ // #H13 — RFC 8441 extended CONNECT (WebSocket over HTTP/2): strict boolean
483
+ // opt-in via settings.json http2Options.enableConnectProtocol (default false).
484
+ // Gates both the SETTINGS advert below and the `connect` listener registration.
485
+ var _enableConnectProtocol = _h2Opts.enableConnectProtocol === true;
482
486
  http2Options.settings = {
483
487
  // Max parallel streams per TCP connection — configurable via settings.json http2Options.maxConcurrentStreams
484
488
  maxConcurrentStreams : _h2Opts.maxConcurrentStreams || 256,
@@ -487,7 +491,12 @@ function ServerEngineClass(options) {
487
491
  // #H3 — HPACK bomb defense: cap compressed header list size (SETTINGS_MAX_HEADER_LIST_SIZE)
488
492
  maxHeaderListSize : 65536,
489
493
  // #H3 — Server push is deprecated in Chrome/Firefox and removed in HTTP/2 RFC 9113; disable it
490
- enablePush : false
494
+ enablePush : false,
495
+ // #H13 — advertises SETTINGS_ENABLE_CONNECT_PROTOCOL (RFC 8441) on any
496
+ // http/2 bundle: `http2Options` (and this `settings` block) reaches
497
+ // createSecureServer (https) and createServer (h2c) alike. RFC 8441 has
498
+ // no TLS requirement; the flag stays a strict opt-in (default false).
499
+ enableConnectProtocol : _enableConnectProtocol
491
500
  };
492
501
  // #H3 — RST flood defense (CVE-2019-9514, CVE-2023-44487 rapid reset)
493
502
  // #H7 — configurable via settings.json http2Options.maxSessionRejectedStreams (default 100)
@@ -502,9 +511,15 @@ function ServerEngineClass(options) {
502
511
  // settings.json http2Options.maxStreamsPerSecond (default 200).
503
512
  var _maxStreamsPerSec = _h2Opts.maxStreamsPerSecond || 200;
504
513
  var http2 = require('http2');
514
+ // h2c flood-defense parity: the cleartext branches receive the same
515
+ // `http2Options` as the https branch. On non-https schemes the object
516
+ // carries no TLS material (key/cert/ca/pfx/passphrase are merged under
517
+ // `/https/` scheme gates only) — it holds exactly allowHTTP1 + the
518
+ // `settings` advert + the #H3/#H7 caps, so the hardening applies
519
+ // identically across schemes.
505
520
  switch (options.scheme) {
506
521
  case 'http':
507
- server = http2.createServer({ allowHTTP1: allowHTTP1 });
522
+ server = http2.createServer(http2Options);
508
523
  break;
509
524
 
510
525
  case 'https':
@@ -512,7 +527,7 @@ function ServerEngineClass(options) {
512
527
  break;
513
528
 
514
529
  default:
515
- server = http2.createServer({ allowHTTP1: allowHTTP1 });
530
+ server = http2.createServer(http2Options);
516
531
  break;
517
532
  }
518
533
 
@@ -522,7 +537,9 @@ function ServerEngineClass(options) {
522
537
  totalStreams : 0,
523
538
  goawayCount : 0,
524
539
  rstCount : 0,
525
- rapidResetBlocked : 0
540
+ rapidResetBlocked : 0,
541
+ // #H13 — extended-CONNECT (`:protocol`-bearing) streams observed
542
+ extendedConnect : 0
526
543
  };
527
544
  server._h2Metrics = _h2Metrics;
528
545
 
@@ -596,6 +613,111 @@ function ServerEngineClass(options) {
596
613
  console.error('[ SERVER ] Session error:', err.stack);
597
614
  });
598
615
  });
616
+
617
+ // #H13 — RFC 8441 extended CONNECT (WebSocket over HTTP/2), strict opt-in.
618
+ // Registering a `connect` listener suppresses the engine compat layer's
619
+ // automatic 405 for CONNECT streams, so EVERY path below must terminate
620
+ // the stream/socket — an unanswered CONNECT hangs forever. When the flag
621
+ // is off, no listener is registered and the engine behaves byte-identically
622
+ // to previous releases (plain CONNECT → compat 405; extended CONNECT →
623
+ // rejected as malformed before reaching the app, since
624
+ // SETTINGS_ENABLE_CONNECT_PROTOCOL was never advertised).
625
+ // #H9 composition: the per-session `stream` accounting above still counts
626
+ // every CONNECT stream — a rapid-reset flood of CONNECT streams trips the
627
+ // same GOAWAY teardown, which destroys any just-accepted stream with it.
628
+ if (_enableConnectProtocol) {
629
+ server.on('connect', (request, response) => {
630
+ try {
631
+ if (!request.stream) {
632
+ // HTTP/1.1 CONNECT (allowHTTP1 fallback): `response` is the
633
+ // raw socket here, the third argument the head buffer. Gina
634
+ // is not a forward proxy — refuse and close. (Without this
635
+ // listener the engine destroys the connection unanswered.)
636
+ response.write('HTTP/1.1 405 Method Not Allowed\r\nConnection: close\r\n\r\n');
637
+ response.destroy();
638
+ return;
639
+ }
640
+ var _protocol = request.headers[':protocol'];
641
+ if (typeof _protocol === 'undefined') {
642
+ // Plain HTTP/2 CONNECT (no :protocol): mirror the compat
643
+ // layer's default refusal (`:status 405` + `date`, no body).
644
+ response.writeHead(405);
645
+ response.end();
646
+ return;
647
+ }
648
+ _h2Metrics.extendedConnect++;
649
+ if (_protocol !== 'websocket') {
650
+ response.writeHead(501);
651
+ response.end();
652
+ return;
653
+ }
654
+ if (typeof server._extendedConnectHandler === 'function') {
655
+ // Narrow internal hook: the WebSocket session bridge claims
656
+ // the stream from here (`request.stream` is the raw
657
+ // Http2Stream; RFC 8441 §5 — respond `:status 200`, then the
658
+ // stream IS the bidirectional WebSocket channel).
659
+ server._extendedConnectHandler(request, response);
660
+ return;
661
+ }
662
+ // No consumer registered (transport enabled, bridge not wired):
663
+ // refuse cleanly so clients see a handshake failure, not a hang.
664
+ response.writeHead(501);
665
+ response.end();
666
+ } catch (err) {
667
+ // Never let a CONNECT-path error escalate to uncaughtException
668
+ // (proc.js would SIGTERM the bundle) — terminate the stream instead.
669
+ console.warn('[ SERVER ] extended CONNECT handling failed: ' + err.message);
670
+ try {
671
+ if (request.stream && !request.stream.destroyed) {
672
+ request.stream.close(http2.constants.NGHTTP2_INTERNAL_ERROR);
673
+ } else if (!request.stream && response && response.destroy) {
674
+ response.destroy();
675
+ }
676
+ } catch (closeErr) {
677
+ // stream/socket already gone — nothing left to terminate
678
+ }
679
+ }
680
+ });
681
+
682
+ /**
683
+ * #H13 — public WebSocket-over-HTTP/2 registration API. Bundle code
684
+ * reaches it from `onInitialize` (the `app` argument IS this raw
685
+ * server object) and registers a handler per exact pathname:
686
+ *
687
+ * app.onWebSocket('/live', function(session, request) { ... });
688
+ *
689
+ * The dispatcher installs LAZILY on the first registration so the
690
+ * default refusal table above keeps answering 501 for websocket
691
+ * streams when no consumer exists. With handlers registered, an
692
+ * accepted websocket stream is matched on its `:path` pathname
693
+ * (query string stripped): a hit is answered `:status 200` via
694
+ * lib.wsSession.accept and handed to the handler as a live
695
+ * session; a miss is refused with 404. No express middleware runs
696
+ * on the CONNECT path — authentication is the handler's concern
697
+ * (it receives the full request for header/cookie inspection).
698
+ */
699
+ server._wsHandlers = {};
700
+ server.onWebSocket = function(wsPath, wsHandler) {
701
+ if (typeof wsPath !== 'string' || wsPath.length === 0 || typeof wsHandler !== 'function') {
702
+ throw new TypeError('onWebSocket(path, handler) requires a non-empty path string and a handler function');
703
+ }
704
+ server._wsHandlers[wsPath] = wsHandler;
705
+ if (typeof server._extendedConnectHandler !== 'function') {
706
+ server._extendedConnectHandler = function(request, response) {
707
+ var _wsPathname = String(request.headers[':path'] || '').split('?')[0];
708
+ var _wsTarget = server._wsHandlers[_wsPathname];
709
+ if (typeof _wsTarget !== 'function') {
710
+ // No handler registered for this pathname.
711
+ response.writeHead(404);
712
+ response.end();
713
+ return;
714
+ }
715
+ var _wsSession = lib.wsSession.accept(request);
716
+ _wsTarget(_wsSession, request);
717
+ };
718
+ }
719
+ };
720
+ }
599
721
  } else {
600
722
 
601
723
  switch (options.scheme) {
@@ -616,6 +738,16 @@ function ServerEngineClass(options) {
616
738
  }
617
739
  }
618
740
 
741
+ // #H13 — cross-protocol safety stub: onWebSocket is only functional on an
742
+ // http/2 bundle with http2Options.enableConnectProtocol enabled. Bundles
743
+ // sharing one onInitialize across differently-configured environments
744
+ // must not crash on the call — warn instead of throwing.
745
+ if (typeof server.onWebSocket !== 'function') {
746
+ server.onWebSocket = function() {
747
+ console.warn('[ SERVER ] onWebSocket() ignored — WebSocket over HTTP/2 requires an http/2 protocol and settings.json http2Options.enableConnectProtocol set to true');
748
+ };
749
+ }
750
+
619
751
  // Setting up server options
620
752
  if ( typeof(options.keepAliveTimeout) != 'undefined' ) {
621
753
  server.keepAliveTimeout = parseTimeout(options.keepAliveTimeout);
@@ -860,7 +992,8 @@ function ServerEngineClass(options) {
860
992
  totalStreams : server._h2Metrics.totalStreams,
861
993
  goawayCount : server._h2Metrics.goawayCount,
862
994
  rstCount : server._h2Metrics.rstCount,
863
- rapidResetBlocked : server._h2Metrics.rapidResetBlocked
995
+ rapidResetBlocked : server._h2Metrics.rapidResetBlocked,
996
+ extendedConnect : server._h2Metrics.extendedConnect
864
997
  };
865
998
  }
866
999
  const infoStatus = JSON.stringify(infoPayload);
@@ -1840,6 +1973,18 @@ function ServerEngineClass(options) {
1840
1973
  pingInterval: parseTimeout(options.ioServer.pingInterval || options.ioServer.interval)
1841
1974
  }));
1842
1975
 
1976
+ // Graceful-shutdown drain: proc.js's SIGTERM path invokes every
1977
+ // registered closer before _httpServer.close(), so live engine.io
1978
+ // sockets get a graceful close() (write buffer flushed, transport
1979
+ // close packet sent) instead of blocking shutdown until the hard
1980
+ // timeout. engine.io's close() takes no status code — the discard
1981
+ // variant close(true) is the hard teardown ioServer.close() uses.
1982
+ if (!process.gina._sseConnections) process.gina._sseConnections = new Set();
1983
+ var _eioShutdownCloser = function() {
1984
+ try { socket.close(); } catch (e) {}
1985
+ };
1986
+ process.gina._sseConnections.add(_eioShutdownCloser);
1987
+
1843
1988
  socket.on('message', function(payload){
1844
1989
 
1845
1990
  try {
@@ -1893,6 +2038,9 @@ function ServerEngineClass(options) {
1893
2038
 
1894
2039
  socket.on('close', function(){
1895
2040
  console.debug('[IO SERVER ] closed socket #'+ this.id);
2041
+ if (process.gina._sseConnections) {
2042
+ process.gina._sseConnections.delete(_eioShutdownCloser);
2043
+ }
1896
2044
  if (typeof _ioLogListener !== 'undefined') {
1897
2045
  process.removeListener('logger#default', _ioLogListener);
1898
2046
  }
@@ -296,9 +296,23 @@ function attachInspectorAgentWs(rawServer, ctx) {
296
296
  process.on('inspector#data', _wsDataListener);
297
297
  process.on('logger#default', _wsLogListener);
298
298
 
299
+ // Graceful-shutdown drain: proc.js's SIGTERM path invokes every
300
+ // registered closer before _httpServer.close(), so a live agent
301
+ // WebSocket ends with a clean `1001 going away` close handshake
302
+ // instead of blocking shutdown until the hard timeout. ws emits
303
+ // 'close' once the handshake completes, so _cleanup deregisters.
304
+ if (!process.gina._sseConnections) process.gina._sseConnections = new Set();
305
+ var _wsShutdownCloser = function() {
306
+ try { ws.close(1001, 'server shutting down'); } catch (e) {}
307
+ };
308
+ process.gina._sseConnections.add(_wsShutdownCloser);
309
+
299
310
  var _cleanup = function() {
300
311
  process.removeListener('inspector#data', _wsDataListener);
301
312
  process.removeListener('logger#default', _wsLogListener);
313
+ if (process.gina._sseConnections) {
314
+ process.gina._sseConnections.delete(_wsShutdownCloser);
315
+ }
302
316
  };
303
317
  ws.on('close', _cleanup);
304
318
  ws.on('error', _cleanup);
@@ -22,13 +22,15 @@
22
22
  * maxSessionRejectedStreams : RST flood defense — CVE-2019-9514, CVE-2023-44487 (default: 100)
23
23
  * maxSessionInvalidFrames : CONTINUATION flood defense — CVE-2024-27316, CVE-2024-27983 (default: 1000)
24
24
  * maxStreamsPerSecond : rapid-reset rate limit — max new streams per session per rolling 1s window before GOAWAY + close — CVE-2023-44487 (default: 200)
25
+ * enableConnectProtocol : RFC 8441 extended CONNECT (WebSocket over HTTP/2) — strict boolean opt-in; advertised on both https and cleartext h2c bundles (default: false)
25
26
  */
26
27
  // "http2Options": {
27
28
  // "maxConcurrentStreams": 256,
28
29
  // "initialWindowSize": 655350,
29
30
  // "maxSessionRejectedStreams": 100,
30
31
  // "maxSessionInvalidFrames": 1000,
31
- // "maxStreamsPerSecond": 200
32
+ // "maxStreamsPerSecond": 200,
33
+ // "enableConnectProtocol": false
32
34
  // },
33
35
 
34
36
  /**
@@ -47,17 +47,19 @@
47
47
  // slightly longer than keepAliveTimeout — must remain > keepAliveTimeout
48
48
  "headersTimeout": "5500ms",
49
49
  // HTTP/2 tuning — wired into core/server.isaac.js at server creation time.
50
- // maxConcurrentStreams : max parallel streams per TCP connection (Node default: 100, Gina default: 256).
50
+ // maxConcurrentStreams : max parallel streams per TCP connection (protocol default: unlimited — 4294967295, Gina default: 256).
51
51
  // initialWindowSize : flow-control window in bytes (Node default: 65535, Gina default: 655350 = 10×).
52
52
  // maxSessionRejectedStreams : RST flood defense — CVE-2019-9514, CVE-2023-44487 (default: 100).
53
53
  // maxSessionInvalidFrames : CONTINUATION flood defense — CVE-2024-27316, CVE-2024-27983 (default: 1000).
54
54
  // maxStreamsPerSecond : rapid-reset rate limit — max new streams per session per rolling 1s window before GOAWAY + close — CVE-2023-44487 (default: 200).
55
+ // enableConnectProtocol : RFC 8441 extended CONNECT (WebSocket over HTTP/2) — strict boolean opt-in; advertised on both https and cleartext h2c bundles (default: false).
55
56
  "http2Options": {
56
57
  "maxConcurrentStreams": 256,
57
58
  "initialWindowSize": 655350,
58
59
  "maxSessionRejectedStreams": 100,
59
60
  "maxSessionInvalidFrames": 1000,
60
- "maxStreamsPerSecond": 200
61
+ "maxStreamsPerSecond": 200,
62
+ "enableConnectProtocol": false
61
63
  },
62
64
  // Compare with core/content.encoding
63
65
  // This is the prefered order when it comes to respond with compressed content
@@ -263,6 +265,17 @@
263
265
  // only Inspector blocks) then carries the matching nonce
264
266
  // attribute, so the bundle can drop 'unsafe-inline' from
265
267
  // script-src. Requires a script-src/default-src directive.
268
+ // reportOnlyOmit — array of directive names (default []). Only
269
+ // consulted when reportOnly is true: the named directives
270
+ // are omitted from the report-only header and emitted
271
+ // again automatically when reportOnly flips to false —
272
+ // one directive set across both modes. Built for engine-
273
+ // divergent directives (e.g. frame-ancestors: reported by
274
+ // Chrome + Firefox in report-only, ignored with a console
275
+ // warning by Safari/WebKit) when a clean WebKit console
276
+ // is preferred over the Gecko/Blink report signal. Inert
277
+ // and silent when reportOnly is false. Entries validated
278
+ // against the CSP Level 3 whitelist (unknown names throw).
266
279
  "csp": {},
267
280
  // #HDR6 — Cross-Origin-Embedder-Policy response header applied by
268
281
  // gina.plugins.Coep(). Controls which cross-origin resources the page
@@ -160,6 +160,20 @@ function Lib() {
160
160
  // inside loadBundleConfig). Default backend reads process.env[KEY];
161
161
  // fail-closed on unset/empty values. See lib/secrets/src/main.js.
162
162
  secrets : _require('./secrets'),
163
+ // #H13 — RFC 6455 WebSocket framing codec (frame encoder + incremental
164
+ // parser: fragmentation reassembly, masking enforcement, UTF-8 and
165
+ // close-code validation, maxPayload/maxFragments caps). Transport-
166
+ // agnostic; the WebSocket-over-HTTP/2 session bridge feeds it
167
+ // extended-CONNECT stream bytes. Pure factory (per-connection parser
168
+ // instances, no module-scope state), so _require (hot-reloadable) is safe.
169
+ wsFraming : _require('./ws-framing'),
170
+ // #H13 — WebSocket-over-HTTP/2 session bridge. accept(request) answers
171
+ // the extended CONNECT with :status 200 and wraps the raw Http2Stream
172
+ // + a ws-framing parser into a send/ping/close session (auto-pong,
173
+ // timed close handshake, teardown on stream close/error, graceful-
174
+ // shutdown drain registration). Consumed by the Isaac engine's
175
+ // onWebSocket dispatcher. Pure factory, so _require is safe.
176
+ wsSession : _require('./ws-session'),
163
177
  };
164
178
 
165
179
  /**
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "gina-lib-ws-framing",
3
+ "version": "1.0.0",
4
+ "description": "RFC 6455 WebSocket framing codec — frame encoder + incremental parser (fragmentation reassembly, masking enforcement, UTF-8 validation, close-code validation, maxPayload/maxFragments caps). Transport-agnostic: works against an HTTP/2 extended-CONNECT stream (RFC 8441) or any duplex byte stream.",
5
+ "authors": [ { "name": "Martin-Luther ETOUMAN", "email": "contact@gina.io" } ],
6
+ "copyright": "Copyright (c) 2009-2026 Rhinostone <contact@gina.io>",
7
+ "engines": { "node": ">=18.14.0" },
8
+ "main": "src/main",
9
+ "license": "MIT"
10
+ }