gina 0.3.3-alpha.1 → 0.3.4-alpha.1

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 (510) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/README.md +18 -8
  3. package/ROADMAP.md +10 -9
  4. package/framework/v0.3.4-alpha.1/VERSION +1 -0
  5. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/README.md +7 -8
  6. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/html/toolbar.html +1 -1
  7. package/framework/v0.3.4-alpha.1/core/asset/plugin/dist/vendor/gina/html/toolbar.html.br +0 -0
  8. package/framework/v0.3.4-alpha.1/core/asset/plugin/dist/vendor/gina/html/toolbar.html.gz +0 -0
  9. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/inspector/inspector.js +103 -0
  10. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/js/gina.js +293 -201
  11. package/framework/v0.3.4-alpha.1/core/asset/plugin/dist/vendor/gina/js/gina.min.js +21636 -0
  12. package/framework/v0.3.4-alpha.1/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
  13. package/framework/v0.3.4-alpha.1/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
  14. package/framework/v0.3.4-alpha.1/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +286 -0
  15. package/framework/v0.3.4-alpha.1/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
  16. package/framework/v0.3.4-alpha.1/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
  17. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/config.js +6 -1
  18. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/mysql/index.js +52 -0
  19. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/postgresql/index.js +45 -0
  20. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/sqlite/index.js +46 -0
  21. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/controller/controller.js +1 -1
  22. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/busboy-1.6.0/lib/types/multipart.js +2 -1
  23. package/framework/v0.3.4-alpha.1/core/deps/streamsearch-1.1.0/LICENSE +19 -0
  24. package/framework/v0.3.4-alpha.1/core/deps/streamsearch-1.1.0/lib/sbmh.js +267 -0
  25. package/framework/v0.3.4-alpha.1/core/deps/streamsearch-1.1.0/package.json +34 -0
  26. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/gna.js +30 -30
  27. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/storage/src/main.js +3 -3
  28. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/validator/src/main.js +34 -29
  29. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/server.isaac.js +77 -13
  30. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/server.js +66 -18
  31. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/json/src/main.js +14 -1
  32. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cache/src/main.js +2 -2
  33. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/aliases.json +3 -0
  34. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/arguments.json +2 -1
  35. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/help.txt +21 -1
  36. package/framework/v0.3.4-alpha.1/lib/cmd/bundle/oas.js +6 -0
  37. package/framework/v0.3.4-alpha.1/lib/cmd/bundle/openapi.js +519 -0
  38. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/start.js +4 -1
  39. package/framework/v0.3.4-alpha.1/lib/cmd/framework/get.js +98 -0
  40. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/help.txt +8 -3
  41. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/port/help.txt +7 -2
  42. package/framework/v0.3.4-alpha.1/lib/cmd/port/set.js +348 -0
  43. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/collection/src/main.js +4 -4
  44. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/index.js +1 -0
  45. package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/logger/src/containers/mq/listener.js +2 -2
  46. package/framework/v0.3.4-alpha.1/lib/uuid/package.json +7 -0
  47. package/framework/v0.3.4-alpha.1/lib/uuid/src/main.js +99 -0
  48. package/framework/v0.3.4-alpha.1/package.json +8 -0
  49. package/gna.js +86 -0
  50. package/llms.txt +94 -4
  51. package/package.json +10 -2
  52. package/types/globals.d.ts +205 -0
  53. package/types/gna.d.ts +67 -0
  54. package/types/index.d.ts +566 -0
  55. package/framework/v0.3.3-alpha.1/VERSION +0 -1
  56. package/framework/v0.3.3-alpha.1/core/asset/plugin/dist/vendor/gina/html/toolbar.html.br +0 -0
  57. package/framework/v0.3.3-alpha.1/core/asset/plugin/dist/vendor/gina/html/toolbar.html.gz +0 -0
  58. package/framework/v0.3.3-alpha.1/core/asset/plugin/dist/vendor/gina/js/gina.min.js +0 -532
  59. package/framework/v0.3.3-alpha.1/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
  60. package/framework/v0.3.3-alpha.1/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
  61. package/framework/v0.3.3-alpha.1/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +0 -8
  62. package/framework/v0.3.3-alpha.1/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
  63. package/framework/v0.3.3-alpha.1/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
  64. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/CONTRIBUTING.md +0 -107
  65. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/HISTORY.md +0 -498
  66. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/LICENSE +0 -7
  67. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/Makefile +0 -192
  68. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/README.md +0 -88
  69. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/bin/swig.js +0 -161
  70. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/browser/comments.js +0 -2
  71. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/browser/index.js +0 -9
  72. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/dist/swig.min.js +0 -7
  73. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs/api.html +0 -136
  74. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs/browser.html +0 -36
  75. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs/cli.html +0 -64
  76. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs/extending.html +0 -183
  77. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs/filters.html +0 -97
  78. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs/includes/TYPES.html +0 -0
  79. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs/includes/macros.html +0 -9
  80. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs/index.html +0 -212
  81. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs/layout.html +0 -43
  82. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs/loaders.html +0 -106
  83. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs/previous.html +0 -25
  84. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs/tags.html +0 -72
  85. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs.json +0 -3
  86. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/index.html +0 -98
  87. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/index.json +0 -3
  88. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/js/lib/rainbow.min.js +0 -11
  89. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/js/master.js +0 -106
  90. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/layouts/html5.html +0 -25
  91. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/layouts/master.html +0 -59
  92. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/less/button.less +0 -22
  93. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/less/fork.less +0 -23
  94. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/less/header.less +0 -61
  95. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/less/layout.less +0 -96
  96. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/less/mixins.less +0 -268
  97. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/less/rainbow.less +0 -58
  98. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/less/reset.less +0 -250
  99. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/less/sidenav.less +0 -16
  100. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/less/swig.less +0 -124
  101. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/less/variables.less +0 -42
  102. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/index.js +0 -1
  103. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/dateformatter.js +0 -198
  104. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/filters.js +0 -630
  105. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/lexer.js +0 -306
  106. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/loaders/filesystem.js +0 -59
  107. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/loaders/index.js +0 -53
  108. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/loaders/memory.js +0 -63
  109. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/parser.js +0 -744
  110. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/swig.js +0 -740
  111. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/autoescape.js +0 -37
  112. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/block.js +0 -25
  113. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/else.js +0 -25
  114. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/elseif.js +0 -28
  115. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/extends.js +0 -19
  116. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/filter.js +0 -68
  117. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/for.js +0 -130
  118. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/if.js +0 -86
  119. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/import.js +0 -91
  120. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/include.js +0 -100
  121. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/index.js +0 -16
  122. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/macro.js +0 -79
  123. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/parent.js +0 -51
  124. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/raw.js +0 -23
  125. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/set.js +0 -109
  126. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/spaceless.js +0 -42
  127. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/utils.js +0 -184
  128. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/package.json +0 -41
  129. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/scripts/config-lint.js +0 -41
  130. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/scripts/githooks/post-merge +0 -3
  131. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/scripts/githooks/pre-commit +0 -59
  132. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/basic.test.js +0 -296
  133. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/bin/bin.filters.js +0 -3
  134. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/bin/bin.locals.js +0 -5
  135. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/bin/bin.locals.json +0 -7
  136. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/bin/bin.tags.js +0 -15
  137. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/bin/bin.test.js +0 -159
  138. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/bin/custom_filter.bin.html +0 -1
  139. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/bin/custom_tag.bin.html +0 -1
  140. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/bin/custom_tagControls.bin.html +0 -1
  141. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/bin/custom_varControls.bin.html +0 -1
  142. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/bin/options.js +0 -3
  143. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_1.expectation.html +0 -6
  144. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_1.test.html +0 -3
  145. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_2.expectation.html +0 -6
  146. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_2.test.html +0 -5
  147. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_base.html +0 -6
  148. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_4.base.html +0 -1
  149. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_4.middle.html +0 -2
  150. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_bare.html +0 -2
  151. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_base.html +0 -3
  152. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_include.html +0 -3
  153. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_real_base.html +0 -1
  154. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_set.expectation.html +0 -6
  155. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_set.test.html +0 -4
  156. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_3.expectation.html +0 -1
  157. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_3.test.html +0 -3
  158. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_4.expectation.html +0 -1
  159. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_4.test.html +0 -2
  160. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/import.expectation.html +0 -24
  161. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/import.test.html +0 -10
  162. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/include.expectation.html +0 -24
  163. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/include.test.html +0 -13
  164. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/include_bar.html +0 -1
  165. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/include_extends.expectation.html +0 -4
  166. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/include_extends.test.html +0 -1
  167. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/includes.html +0 -1
  168. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/macros.expectation.html +0 -8
  169. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/macros.html +0 -23
  170. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/macros.test.html +0 -11
  171. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/nested_blocks.expectation.html +0 -3
  172. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/nested_blocks.test.html +0 -3
  173. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/nested_blocks_parent.html +0 -3
  174. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/parent-parent.expectation.html +0 -8
  175. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/parent-parent.test.html +0 -1
  176. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/parent.expectation.html +0 -8
  177. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/parent.test.html +0 -9
  178. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/set.expectation.html +0 -3
  179. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/set.test.html +0 -8
  180. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases-error/circular.test.html +0 -1
  181. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases-error/circular_parent.html +0 -1
  182. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases-error/extends-non-existent.test.html +0 -1
  183. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases-error/report-filename-partial.html +0 -1
  184. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases-error/report-filename.test.html +0 -1
  185. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/comments.test.js +0 -12
  186. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/filters.test.js +0 -316
  187. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/loaders.test.js +0 -119
  188. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/regressions.test.js +0 -41
  189. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/autoescape.test.js +0 -45
  190. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/else.test.js +0 -61
  191. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/extend.test.js +0 -11
  192. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/filter.test.js +0 -29
  193. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/for.test.js +0 -63
  194. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/if.test.js +0 -75
  195. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/import.test.js +0 -15
  196. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/include.test.js +0 -26
  197. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/macro.test.js +0 -38
  198. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/parent.test.js +0 -14
  199. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/raw.test.js +0 -33
  200. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/set.test.js +0 -56
  201. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/spaceless.test.js +0 -26
  202. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags.test.js +0 -56
  203. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/templates.test.js +0 -62
  204. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/variables.test.js +0 -183
  205. package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/whitespace.test.js +0 -43
  206. package/framework/v0.3.3-alpha.1/lib/cmd/framework/get.js +0 -0
  207. package/framework/v0.3.3-alpha.1/lib/cmd/port/set.js +0 -0
  208. package/framework/v0.3.3-alpha.1/package.json +0 -5
  209. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/AUTHORS +0 -0
  210. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/LICENSE +0 -0
  211. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/html/nolayout.html +0 -0
  212. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/html/static.html +0 -0
  213. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/img/android-chrome-192x192.png +0 -0
  214. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/img/android-chrome-512x512.png +0 -0
  215. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/img/apple-touch-icon.png +0 -0
  216. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/img/favicon-16x16.png +0 -0
  217. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/img/favicon-32x32.png +0 -0
  218. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/img/favicon.ico +0 -0
  219. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.css +0 -0
  220. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.js +0 -0
  221. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/beemaster/index.html +0 -0
  222. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/css/gina.min.css +0 -0
  223. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.br +0 -0
  224. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.gz +0 -0
  225. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/html/statusbar.html +0 -0
  226. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.br +0 -0
  227. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.gz +0 -0
  228. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/inspector/have_heart_one-webfont.woff2 +0 -0
  229. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/inspector/index.html +0 -0
  230. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/inspector/inspector.css +0 -0
  231. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/inspector/logo.svg +0 -0
  232. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/ai/index.js +0 -0
  233. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/ai/lib/connector.js +0 -0
  234. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/couchbase/index.js +0 -0
  235. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/couchbase/lib/connector.js +0 -0
  236. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/couchbase/lib/connector.v2.js +0 -0
  237. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/couchbase/lib/connector.v3.js +0 -0
  238. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/couchbase/lib/connector.v4.js +0 -0
  239. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/couchbase/lib/n1ql.js +0 -0
  240. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/couchbase/lib/session-store.js +0 -0
  241. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/couchbase/lib/session-store.v2.js +0 -0
  242. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/couchbase/lib/session-store.v3.js +0 -0
  243. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/couchbase/lib/session-store.v4.js +0 -0
  244. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/mysql/lib/connector.js +0 -0
  245. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/postgresql/lib/connector.js +0 -0
  246. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/redis/index.js +0 -0
  247. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/redis/lib/session-store.js +0 -0
  248. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/sql-parser.js +0 -0
  249. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/sqlite/lib/connector.js +0 -0
  250. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/sqlite/lib/session-store.js +0 -0
  251. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/content.encoding +0 -0
  252. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/controller/controller.framework.js +0 -0
  253. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/controller/controller.render-json.js +0 -0
  254. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/controller/controller.render-stream.js +0 -0
  255. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/controller/controller.render-swig.js +0 -0
  256. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/controller/controller.render-v1.js +0 -0
  257. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/controller/index.js +0 -0
  258. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/busboy-1.6.0/LICENSE +0 -0
  259. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/busboy-1.6.0/README.md +0 -0
  260. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/busboy-1.6.0/lib/index.js +0 -0
  261. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/busboy-1.6.0/lib/types/urlencoded.js +0 -0
  262. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/busboy-1.6.0/lib/utils.js +0 -0
  263. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/busboy-1.6.0/package.json +0 -0
  264. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/optimist-0.6.1/LICENSE +0 -0
  265. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/optimist-0.6.1/index.js +0 -0
  266. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/optimist-0.6.1/package.json +0 -0
  267. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/optimist-0.6.1/readme.markdown +0 -0
  268. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/swig-client/swig-2.0.0.min.js +0 -0
  269. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/swig-client/swig.js +0 -0
  270. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/dev/index.js +0 -0
  271. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/dev/lib/class.js +0 -0
  272. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/dev/lib/factory.js +0 -0
  273. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/dev/lib/tools.js +0 -0
  274. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/locales/README.md +0 -0
  275. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/locales/currency.json +0 -0
  276. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/locales/dist/language/en.json +0 -0
  277. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/locales/dist/language/fr.json +0 -0
  278. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/locales/dist/region/en.json +0 -0
  279. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/locales/dist/region/fr.json +0 -0
  280. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/locales/index.js +0 -0
  281. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/mime.types +0 -0
  282. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/model/entity.js +0 -0
  283. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/model/index.js +0 -0
  284. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/model/template/entityFactory.js +0 -0
  285. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/model/template/index.js +0 -0
  286. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/README.md +0 -0
  287. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/index.js +0 -0
  288. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/file/README.md +0 -0
  289. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/file/build.json +0 -0
  290. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/file/package.json +0 -0
  291. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/intl/README.md +0 -0
  292. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/intl/build.json +0 -0
  293. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/intl/package.json +0 -0
  294. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/intl/src/main.js +0 -0
  295. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/storage/README.md +0 -0
  296. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/storage/build.json +0 -0
  297. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/storage/package.json +0 -0
  298. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/validator/README.md +0 -0
  299. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/validator/build.json +0 -0
  300. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/validator/package.json +0 -0
  301. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/validator/src/form-validator.js +0 -0
  302. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/router.js +0 -0
  303. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/server.express.js +0 -0
  304. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/status.codes +0 -0
  305. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/_gitignore +0 -0
  306. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle/config/app.json +0 -0
  307. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle/config/connectors.json +0 -0
  308. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle/config/routing.json +0 -0
  309. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle/config/settings.json +0 -0
  310. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle/config/settings.server.json +0 -0
  311. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle/config/templates.json +0 -0
  312. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle/config/watchers.json +0 -0
  313. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle/controllers/controller.content.js +0 -0
  314. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle/controllers/controller.js +0 -0
  315. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle/controllers/setup.js +0 -0
  316. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle/index.js +0 -0
  317. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle_namespace/controllers/controller.js +0 -0
  318. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle_public/css/default.css +0 -0
  319. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle_public/css/home.css +0 -0
  320. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle_public/css/vendor/readme.md +0 -0
  321. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle_public/favicon.ico +0 -0
  322. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle_public/js/vendor/readme.md +0 -0
  323. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle_public/readme.md +0 -0
  324. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle_templates/handlers/main.js +0 -0
  325. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle_templates/html/content/homepage.html +0 -0
  326. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle_templates/html/includes/error-msg-noscript.html +0 -0
  327. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle_templates/html/includes/error-msg-outdated-browser.html +0 -0
  328. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle_templates/html/layouts/main.html +0 -0
  329. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/command/gina.bat.tpl +0 -0
  330. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/command/gina.tpl +0 -0
  331. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/conf/env.json +0 -0
  332. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/conf/manifest.json +0 -0
  333. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/conf/package.json +0 -0
  334. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/conf/settings.json +0 -0
  335. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/conf/statics.json +0 -0
  336. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/conf/templates.json +0 -0
  337. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/error/client/json/401.json +0 -0
  338. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/error/client/json/403.json +0 -0
  339. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/error/client/json/404.json +0 -0
  340. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/error/server/html/50x.html +0 -0
  341. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/error/server/json/500.json +0 -0
  342. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/error/server/json/503.json +0 -0
  343. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/extensions/logger/config.json +0 -0
  344. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/console.js +0 -0
  345. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/context.js +0 -0
  346. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/data/LICENSE +0 -0
  347. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/data/README.md +0 -0
  348. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/data/package.json +0 -0
  349. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/data/src/main.js +0 -0
  350. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/dateFormat.js +0 -0
  351. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/index.js +0 -0
  352. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/json/LICENSE +0 -0
  353. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/json/README.md +0 -0
  354. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/json/package.json +0 -0
  355. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/path.js +0 -0
  356. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/plugins/README.md +0 -0
  357. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/plugins/package.json +0 -0
  358. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/plugins/src/api-error.js +0 -0
  359. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/plugins/src/main.js +0 -0
  360. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/prototypes.js +0 -0
  361. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/task.js +0 -0
  362. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/text.js +0 -0
  363. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/archiver/README.md +0 -0
  364. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/archiver/build.json +0 -0
  365. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/archiver/package.json +0 -0
  366. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/archiver/src/dep/jszip.min.js +0 -0
  367. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/archiver/src/main.js +0 -0
  368. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/async/package.json +0 -0
  369. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/async/src/main.js +0 -0
  370. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cache/README.md +0 -0
  371. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cache/build.json +0 -0
  372. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cache/package.json +0 -0
  373. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/add.js +0 -0
  374. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/build.js +0 -0
  375. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/copy.js +0 -0
  376. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/cp.js +0 -0
  377. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/help.js +0 -0
  378. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/list.js +0 -0
  379. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/remove.js +0 -0
  380. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/rename.js +0 -0
  381. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/restart.js +0 -0
  382. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/rm.js +0 -0
  383. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/status.js +0 -0
  384. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/stop.js +0 -0
  385. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/cache/stats.js +0 -0
  386. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/env/add.js +0 -0
  387. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/env/get.js +0 -0
  388. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/env/help.js +0 -0
  389. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/env/help.txt +0 -0
  390. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/env/link-dev.js +0 -0
  391. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/env/list.js +0 -0
  392. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/env/remove.js +0 -0
  393. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/env/rm.js +0 -0
  394. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/env/set.js +0 -0
  395. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/env/unset.js +0 -0
  396. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/env/use.js +0 -0
  397. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/arguments.json +0 -0
  398. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/build.js +0 -0
  399. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/dot.js +0 -0
  400. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/help.js +0 -0
  401. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/init.js +0 -0
  402. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/link-node-modules.js +0 -0
  403. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/link.js +0 -0
  404. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/msg.json +0 -0
  405. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/open.js +0 -0
  406. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/restart.js +0 -0
  407. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/set.js +0 -0
  408. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/start.js +0 -0
  409. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/status.js +0 -0
  410. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/stop.js +0 -0
  411. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/tail.js +0 -0
  412. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/update.js +0 -0
  413. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/version.js +0 -0
  414. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/gina-dev.1.md +0 -0
  415. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/gina-framework.1.md +0 -0
  416. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/gina.1.md +0 -0
  417. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/helper.js +0 -0
  418. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/index.js +0 -0
  419. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/inspector/help.js +0 -0
  420. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/inspector/help.txt +0 -0
  421. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/inspector/open.js +0 -0
  422. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/minion/help.js +0 -0
  423. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/minion/help.txt +0 -0
  424. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/msg.json +0 -0
  425. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/port/help.js +0 -0
  426. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/port/inc/scan.js +0 -0
  427. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/port/list.js +0 -0
  428. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/port/reset.js +0 -0
  429. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/add.js +0 -0
  430. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/arguments.json +0 -0
  431. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/build.js +0 -0
  432. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/help.js +0 -0
  433. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/help.txt +0 -0
  434. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/import.js +0 -0
  435. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/list.js +0 -0
  436. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/move.js +0 -0
  437. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/remove.js +0 -0
  438. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/rename.js +0 -0
  439. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/restart.js +0 -0
  440. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/rm.js +0 -0
  441. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/start.js +0 -0
  442. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/status.js +0 -0
  443. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/stop.js +0 -0
  444. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/protocol/help.js +0 -0
  445. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/protocol/help.txt +0 -0
  446. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/protocol/list.js +0 -0
  447. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/protocol/set.js +0 -0
  448. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/scope/add.js +0 -0
  449. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/scope/help.js +0 -0
  450. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/scope/help.txt +0 -0
  451. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/scope/link-local.js +0 -0
  452. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/scope/link-production.js +0 -0
  453. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/scope/list.js +0 -0
  454. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/scope/remove.js +0 -0
  455. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/scope/rm.js +0 -0
  456. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/scope/use.js +0 -0
  457. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/view/add.js +0 -0
  458. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/collection/README.md +0 -0
  459. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/collection/build.json +0 -0
  460. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/collection/package.json +0 -0
  461. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/config.js +0 -0
  462. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cron/README.md +0 -0
  463. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cron/package.json +0 -0
  464. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cron/src/main.js +0 -0
  465. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/domain/LICENSE +0 -0
  466. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/domain/README.md +0 -0
  467. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/domain/dist/2025-03-14_13-41-20_UTC.dat +0 -0
  468. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/domain/dist/public_suffix_list.dat +0 -0
  469. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/domain/dist/public_suffix_list.dat.br +0 -0
  470. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/domain/dist/public_suffix_list.dat.gz +0 -0
  471. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/domain/package.json +0 -0
  472. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/domain/src/main.js +0 -0
  473. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/generator/index.js +0 -0
  474. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/inherits/LICENSE +0 -0
  475. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/inherits/README.md +0 -0
  476. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/inherits/package.json +0 -0
  477. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/inherits/src/main.js +0 -0
  478. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/logger/README.md +0 -0
  479. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/logger/package.json +0 -0
  480. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/logger/src/containers/default/index.js +0 -0
  481. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/logger/src/containers/file/index.js +0 -0
  482. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/logger/src/containers/file/lib/logrotator/README.md +0 -0
  483. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/logger/src/containers/file/lib/logrotator/index.js +0 -0
  484. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/logger/src/containers/mq/index.js +0 -0
  485. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/logger/src/containers/mq/speaker.js +0 -0
  486. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/logger/src/helper.js +0 -0
  487. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/logger/src/main.js +0 -0
  488. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/math/index.js +0 -0
  489. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/merge/README.md +0 -0
  490. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/merge/package.json +0 -0
  491. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/merge/src/main.js +0 -0
  492. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/model.js +0 -0
  493. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/proc.js +0 -0
  494. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/routing/README.md +0 -0
  495. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/routing/build.json +0 -0
  496. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/routing/package.json +0 -0
  497. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/routing/src/main.js +0 -0
  498. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/routing/src/radix.js +0 -0
  499. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/session-store.js +0 -0
  500. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/shell.js +0 -0
  501. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/state.js +0 -0
  502. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/swig-filters/README.md +0 -0
  503. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/swig-filters/package.json +0 -0
  504. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/swig-filters/src/main.js +0 -0
  505. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/url/README.md +0 -0
  506. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/url/index.js +0 -0
  507. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/url/routing.json +0 -0
  508. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/validator.js +0 -0
  509. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/watcher/package.json +0 -0
  510. /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/watcher/src/main.js +0 -0
package/CHANGELOG.md CHANGED
@@ -6,6 +6,35 @@ 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.3 - 2026-04-11
10
+ ### Added
11
+ * Live database index introspection for Inspector Query tab — SQL connectors (MySQL, PostgreSQL, SQLite) now report actual database indexes without requiring manual indexes.sql files
12
+ * Implement `framework:get` CLI command — read one or all keys from ~/.gina/settings.json (`gina get --key`, `gina get all`). Completes the `gina set` / `gina get` pair.
13
+ * Implement `port:set` CLI command — set or update a port number for a bundle/environment/protocol/scheme combination. Supports both positional syntax (`gina port:set http/1.1:3200 frontend @myproject/dev`) and flag syntax (`--protocol=`, `--scheme=`, `--port=`, `--env=`), with interactive prompts for missing values.
14
+ ### Changed
15
+ * Improved popin loading and opening performance: parallel resource loading via DOM injection (replaces sequential XHR + eval), eliminated redundant DOM binding on open, reduced DOM scans with querySelectorAll, classList API, cached RegExp, lightweight ID counter, per-load XHR for concurrent popins
16
+ * Replacing uuid/crypto.randomUUID() with internal lib/uuid — lightweight base-62 ID generator using crypto.getRandomValues with bitmask bias avoidance, zero external dependencies
17
+ * Replaced vendored swig-1.4.2 with @rhinostone/swig npm dependency in framework/v*/package.json
18
+ ### Fixed
19
+ * Fixed malformed regex in events.js XHR error handler, operator precedence bug in binding.js error logging, typo in events.js header loop variable, implemented popinDestroy (was a stub), and fixed registeredPopins duplicate-check array never being populated
20
+ * explainForIndexes crashes on bulkInsert path where conn._cluster is undefined (conn is a scope object, cluster lives at conn._scope._bucket._cluster). The crash occurs before self.emit(trigger), silently hanging the entity callback and causing a 504 timeout with no error in logs. Fixed by resolving the cluster from either conn shape, with early-return guard and internal try/catch so dev-mode instrumentation never blocks the emit path.
21
+ * Validator global validation pass no longer displays errors for untouched fields. On every field blur, the validator runs a full-form validation to determine submit button state (isFormValid). Previously, the global pass displayed errors for ALL invalid fields — untouched fields would suddenly show errors when the user interacted with a different field. Now only the field the user actually touched (event.target.name) shows errors. Two call sites fixed in validator/src/main.js (~line 3337 and ~line 4865).
22
+ * Vendoring streamsearch-1.1.0 to fix busboy MODULE_NOT_FOUND crash in Docker containers after framework directory rename
23
+ * Forwarding emerg message to CLI output and docker logs when a bundle aborts during startup
24
+ * Config loader checks MIDDLEWARE file existence before reading — prevents crash in containers or environments where the file is absent
25
+ * requireJSON now tolerates trailing commas in JSON config files — strips them and warns instead of calling emerg+exit, preventing bundle abort on common authoring mistakes
26
+
27
+ ## 0.3.3-alpha.3 - 2026-04-09
28
+ ### Added
29
+ * TypeScript declaration files (`types/index.d.ts`, `types/globals.d.ts`, `types/gna.d.ts`) — `.d.ts` declarations for the public surface: `SuperController`, `EntitySuper`, global helpers, connector config shapes, `routing.json` schema, all config file interfaces, `GinaRequest`/`GinaResponse` types, `PathObject`, `uuid`, and the `Gna` lifecycle module. Zero TS migration of internals — declarations only. Enables IDE autocomplete and static analysis for consumer projects. `package.json` wired with `"types"` and `"typesVersions"`.
30
+ * Explicit exports via `require('gina/gna')` — all global helpers (`getContext`, `setContext`, `_`, `requireJSON`, `onCompleteCall`, `getModel`, `uuid`, `ApiError`, etc.), `SuperController`, and `EntitySuper` available as named imports. Uses lazy getters so symbols resolve at access time (after framework boot). Enables IDE go-to-definition and `import { getContext } from 'gina/gna'`-style usage alongside the existing global injection.
31
+
32
+ ## 0.3.3-alpha.2 - 2026-04-08
33
+ ### Added
34
+ * `bundle:openapi` CLI command — generates an OpenAPI 3.1.0 specification from `routing.json` for one or more bundles. Alias: `bundle:oas`. Supports `--output` flag for custom output path. Zero manual spec writing — `url`, `method`, `param.control`, `namespace`, `requirements`, `_comment`, `_sample`, `middleware`, and `cache` fields all map to their OpenAPI equivalents. Makes any Gina app consumable by AI agents, API gateways, and testing tools.
35
+ * `framework:get` CLI command — read one or all keys from `~/.gina/settings.json`
36
+ * `port:set` CLI command — set or update a specific port for a bundle/env/protocol/scheme combination
37
+
9
38
  ## 0.3.2 - 2026-04-07
10
39
  ### Added
11
40
  * JSON Schema files for all config files (app, connectors, manifest, routing, settings, watchers, crons) — published at gina.io/schema/*
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Gina
2
2
 
3
- [![npm version](https://badge.fury.io/js/gina.svg)](https://badge.fury.io/js/gina) [![GitHub version](https://badge.fury.io/gh/gina-io%2Fgina.svg)](https://badge.fury.io/gh/gina-io%2Fgina) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Node.js >= 22](https://img.shields.io/badge/node-%3E%3D%2022-brightgreen)](https://nodejs.org) [![Tests](https://github.com/gina-io/gina/actions/workflows/test.yml/badge.svg)](https://github.com/gina-io/gina/actions/workflows/test.yml)
3
+ [![npm version](https://badge.fury.io/js/gina.svg)](https://badge.fury.io/js/gina) [![npm downloads](https://img.shields.io/npm/dm/gina)](https://www.npmjs.com/package/gina) [![GitHub stars](https://img.shields.io/github/stars/gina-io/gina)](https://github.com/gina-io/gina/stargazers) [![GitHub version](https://badge.fury.io/gh/gina-io%2Fgina.svg)](https://badge.fury.io/gh/gina-io%2Fgina) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Node.js >= 22](https://img.shields.io/badge/node-%3E%3D%2022-brightgreen)](https://nodejs.org) [![Tests](https://github.com/gina-io/gina/actions/workflows/test.yml/badge.svg)](https://github.com/gina-io/gina/actions/workflows/test.yml) [![Socket Badge](https://socket.dev/api/badge/npm/package/gina)](https://socket.dev/npm/package/gina)
4
4
 
5
5
  > **Documentation:** [gina.io/docs](https://gina.io/docs/) · **Issues:** [GitHub](https://github.com/gina-io/gina/issues) · **Changelog:** [CHANGELOG.md](./CHANGELOG.md)
6
6
 
@@ -37,14 +37,17 @@ gina bundle:start api @myproject
37
37
  open https://localhost:3100
38
38
  ```
39
39
 
40
- ## What's in 0.3.2
40
+ ## What's in 0.3.3
41
41
 
42
- - **JSON Schema for config files** — 7 schemas published at `gina.io/schema/*` (app, connectors, manifest, routing, settings, watchers, crons)
43
- - **Model loading without `onInitialize`** — entities load correctly when the model has no `onInitialize` hook
44
- - **Entity short-name aliases** — use `self.getEntity('user')` instead of the full `self.getEntity('user/user')`
45
- - **`getConfig()` proxy override fix** — guards against undefined `PROXY_HOSTNAME` on same-origin POST requests
46
- - **Inspector polish**tab layout presets (Balanced/Backend/Frontend/Custom with drag-to-reorder), query performance banners, missing-index banners, cross-bundle QI propagation, `render-json` Inspector data feed
47
- - **CLI stability fixes** — `bundle:start` crash on unregistered bundle, install path edge cases
42
+ - **Live database index introspection** — Inspector Query tab now queries actual database indexes (MySQL, PostgreSQL, SQLite) without requiring manual `indexes.sql` files
43
+ - **`bundle:openapi`** — generate an OpenAPI 3.1.0 spec from `routing.json` with `gina bundle:openapi @myproject`
44
+ - **`framework:get` and `port:set` CLI commands** — read settings and set individual bundle ports without a full reset
45
+ - **Swig migration** — vendored `swig-1.4.2` replaced with `@rhinostone/swig` npm dependency (maintained fork with CVE-2023-25345 patched)
46
+ - **Internal `lib/uuid`**lightweight base-62 ID generator replaces external uuid dependency
47
+ - **Popin performance** — parallel DOM-injected resource loading, `popinDestroy()`, `classList` API, cached RegExp
48
+ - **Validator fix** — global validation pass no longer shows errors for untouched fields
49
+ - **Docker fixes** — vendored `streamsearch` for busboy, emerg forwarding to CLI output and docker logs
50
+ - **requireJSON resilience** — trailing commas in config files now produce a warning instead of aborting the bundle
48
51
 
49
52
  See the full [Changelog](./CHANGELOG.md) and [Roadmap](./ROADMAP.md).
50
53
 
@@ -58,6 +61,13 @@ Full installation guide, tutorials, configuration reference, and API docs at **[
58
61
  - [Configuration reference](https://gina.io/docs/reference/)
59
62
  - [Security & CVE compliance](https://gina.io/docs/security)
60
63
 
64
+ ## Ecosystem
65
+
66
+ | Package | Description |
67
+ | --- | --- |
68
+ | [@rhinostone/swig](https://github.com/gina-io/swig) | Maintained fork of the Swig template engine (upstream abandoned since 2015). CVE-2023-25345 patched. |
69
+ | [gina-starter](https://github.com/gina-io/gina-starter) | Minimal starter project — one bundle, one route, Docker Compose included |
70
+
61
71
  ## Governance
62
72
 
63
73
  Gina is co-authored by **Martin Luther** ([Rhinostone](https://rhinostone.com)) and **Fabrice Delaneau** ([fdelaneau.com](https://fdelaneau.com)). Final decisions on direction, API design, and releases rest with Martin Luther. Community contributions and RFCs are welcome and taken seriously. See [GOVERNANCE.md](./GOVERNANCE.md) for details.
package/ROADMAP.md CHANGED
@@ -14,8 +14,9 @@ This roadmap covers planned features, architectural improvements, new connectors
14
14
  | **Q2 2026** | `0.2.0` ✅ | Stability · WatcherService · Redis & SQLite connectors · K8s session storage · Startup cache · Pointer compression · Couchbase v2 deprecation · Couchbase security & critical bug fixes · HTTP/2 security hardening |
15
15
  | **Q3 2026** | `0.3.0` ✅ | Async/await · Dev hot-reload · MySQL & PostgreSQL connectors · AI Phase 2 · Tutorials · Mobile backend guide · Route radix tree · Connector peerDependencies · 103 Early Hints · HTTP/2 observability · Security & CVE page · Couchbase connector hardening · Inspector Phase 1 + Phase 2 · CLI Tier 1 (project lifecycle, port:set, framework:get) |
16
16
  | **Q3 2026** | `0.3.1` ✅ | Release workflow fixes · SQL index reporting Phase A · HTTP/2 direct stream for HTML · Dependency reduction (`ssl-checker`, `colors`, `uuid` removed — engine.io sole runtime dep) |
17
- | **Q3 2026** | `0.3.2` | Publish JSON Schema files for config files · Model loading fixes · Entity short-name aliases |
18
- | **Q4 2026** | `0.4.0` | TypeScript declarations · AI agents (OpenAPI, MCP) · ScyllaDB connector · PWA scaffold · Prometheus metrics · Advanced tutorial · Website redesign · Docs offline ZIP · Bun investigation · Couchbase v2 removal · HTTP/2 hardening · Trailer support · CLI Tier 2 (bundle/project status, rename, copy, protocol:remove, minions) |
17
+ | **Q3 2026** | `0.3.2` | JSON Schema for config files · Entity short-name aliases · Model loading fix · getConfig() proxy fix · Inspector tab presets & QI propagation |
18
+ | **Q3 2026** | `0.3.3` | OpenAPI spec generation · CLI port:set & framework:get · TypeScript declarations · Explicit exports |
19
+ | **Q4 2026** | `0.4.0` | AI agents (MCP) · ScyllaDB connector · PWA scaffold · Prometheus metrics · Advanced tutorial · Website redesign · Docs offline ZIP · Bun investigation · Couchbase v2 removal · HTTP/2 hardening · Trailer support · CLI Tier 2 (bundle/project status, rename, copy, protocol:remove, minions) |
19
20
  | **Q1 2027** | `0.5.0` | ESM support · Template engine migration · Structured logging · Alt-Svc · HTTP/2 priorities · WebSocket over HTTP/2 · Inspector Production · CLI Tier 3 (project:move, framework:update, backup/restore, man pages) |
20
21
  | **Q3 2027** | `1.0.0` | First stable release — Windows alpha compatibility is a hard gate |
21
22
 
@@ -43,8 +44,8 @@ Stub commands confirmed in source — handler files exist but are empty or comme
43
44
  | Status | Feature | Version | Target |
44
45
  | --- | --- | --- | --- |
45
46
  | ✅ | **`project:start` / `project:stop` / `project:restart`** — Start, stop, or restart all bundles in a project with one command. Each delegates to `gina bundle:start/stop/restart @<project>` (bulk mode). `start` and `restart` accept `--env`, `--scope`, `--inspect-brk` (flags forwarded). 41 unit tests. | `0.3.0-alpha.1` | 2026-04-02 |
46
- | 📋 | **`framework:get`** — Read one or all keys from `~/.gina/settings.json`. Completes the `gina set` / `gina get` pair. Handler is 0 lines; workaround is `env:get`. | `0.3.0` | Q3 2026 |
47
- | 📋 | **`port:set`** — Set or update a specific port for a bundle/env/protocol/scheme combination without a full `port:reset`. Syntax: `gina port:set <protocol>:<port> <bundle> @<project>/<env>`. Handler is 0 lines despite being documented in `port/help.txt`. | `0.3.0` | Q3 2026 |
47
+ | | **`framework:get`** — Read one or all keys from `~/.gina/settings.json`. Completes the `gina set` / `gina get` pair. Supports `--flag`, bare key names, and `all` keyword. | `0.3.3-alpha.2` | 2026-04-08 |
48
+ | | **`port:set`** — Set or update a specific port for a bundle/env/protocol/scheme combination without a full `port:reset`. Positional syntax: `gina port:set <protocol>:<port> <bundle> @<project>/<env>`. Flag syntax: `--protocol=`, `--scheme=`, `--port=`, `--env=`. Prompts interactively for missing values. | `0.3.3-alpha.2` | 2026-04-08 |
48
49
 
49
50
  ### Tier 2 — `0.4.0`
50
51
 
@@ -97,8 +98,8 @@ Stub commands confirmed in source — handler files exist but are empty or comme
97
98
 
98
99
  | Status | Feature | Version | Target |
99
100
  | --- | --- | --- | --- |
100
- | 📋 | **Explicit exports for global helpers** — `getContext`, `setContext`, `_`, `requireJSON` etc. available as explicit `require('gina/gna').getContext` imports alongside the existing global injection. Enables IDE navigation and static analysis. | `0.4.0` | Q4 2026 |
101
- | 📋 | **TypeScript declaration files** — `.d.ts` declarations for the public surface: `SuperController`, `EntitySuper`, connector config shapes, `routing.json` schema. No TS migration of internals — just declarations for consumer projects. | `0.4.0` | Q4 2026 |
101
+ | | **Explicit exports for global helpers** — `getContext`, `setContext`, `_`, `requireJSON` etc. available as explicit `require('gina/gna').getContext` imports alongside the existing global injection. Enables IDE navigation and static analysis. | `0.3.3-alpha.3` | 2026-04-09 |
102
+ | | **TypeScript declaration files** — `.d.ts` declarations for the public surface: `SuperController`, `EntitySuper`, connector config shapes, `routing.json` schema, `PathObject`, `uuid`, all config file interfaces, `GinaRequest`/`GinaResponse`. No TS migration of internals — just declarations for consumer projects. `package.json` wired with `"types"` and `"typesVersions"`. | `0.3.3-alpha.3` | 2026-04-09 |
102
103
  | 📋 | **`gina connector:audit [@project]`** — reads `connectors.json`, maps each declared connector to its npm peer package (`mysql2`, `pg`, `ioredis`, `couchbase`, `openai`, `@anthropic-ai/sdk`, etc.), and runs `npm audit --json` scoped to those packages in the project's `node_modules`. Reports CVEs with severity and fix availability. If `socket` is installed in the project, delegates to it for supply-chain analysis (malware, typosquatting, protestware) instead of `npm audit`. Exit code 1 on any high/critical finding — CI-friendly. Only audits packages actually declared in `connectors.json`, not the full dependency tree. | `0.4.0` | Q4 2026 |
103
104
 
104
105
  ### Phase 5 — Future
@@ -208,7 +209,7 @@ A cold audit of the Couchbase connector identified two critical security vulnera
208
209
  | --- | --- | --- | --- |
209
210
  | ✅ | **JSON Schemas for config files** — Machine-readable schemas for `routing.json`, `connectors.json`, `app.json`, `settings.json`, `app.crons.json`. Adds `"$schema"` references to generated scaffold files. Gives editors free validation and autocomplete; gives AI assistants authoritative field names so generated config is correct on the first attempt. | `0.2.0` | Q2 2026 |
210
211
  | ✅ | **Publish JSON Schema files at `gina.io/schema/*`** — 7 JSON Schema files published: `app.json`, `app.crons.json`, `connectors.json`, `manifest.json`, `routing.json`, `settings.json`, `watchers.json`. IDEs can now download and validate config files automatically. | `0.3.2` | Q3 2026 |
211
- | 📋 | **TypeScript declaration files** — Cross-listed with Modernisation Phase 4. Essential for AI code generation accuracy. | `0.4.0` | Q4 2026 |
212
+ | | **TypeScript declaration files** — Cross-listed with Modernisation Phase 4. Essential for AI code generation accuracy. | `0.3.3-alpha.3` | 2026-04-09 |
212
213
 
213
214
  ### Phase 2 — Gina apps can use AI
214
215
 
@@ -222,7 +223,7 @@ A cold audit of the Couchbase connector identified two critical security vulnera
222
223
 
223
224
  | Status | Feature | Version | Target |
224
225
  | --- | --- | --- | --- |
225
- | 📋 | **OpenAPI spec generation** — `gina bundle:openapi @myproject` emits `openapi.json` from `routing.json`. Zero manual spec writing — route annotations become `description` fields. Makes any Gina app consumable by AI agents, API gateways, and testing tools. | `0.4.0` | Q4 2026 |
226
+ | | **OpenAPI spec generation** — `gina bundle:openapi @myproject` emits `openapi.json` from `routing.json`. Zero manual spec writing — route annotations become `description` fields. Makes any Gina app consumable by AI agents, API gateways, and testing tools. Alias: `bundle:oas`. Supports `--output` flag for custom path. | `0.3.3-alpha.2` | 2026-04-08 |
226
227
  | 📋 | **MCP server wrapper** — `gina bundle:mcp @myproject` exposes `routing.json` routes as MCP (Model Context Protocol) tools. Makes any Gina app a native MCP server discoverable by AI agents. | `0.4.0` | Q4 2026 |
227
228
 
228
229
  ---
@@ -309,4 +310,4 @@ Gina's built-in per-bundle inspector. Phases 1–2 ship as an embedded SPA at `/
309
310
 
310
311
  ---
311
312
 
312
- *Last updated: 2026-04-04 (Inspector Phase 2 polish drag-to-select log rows, copy badge fade-out, left accent selection styling, logo watermark, window geometry and env panel persistence; HTTP/2 client retry with backoff and pre-flight PING validation) · To suggest a feature, [open an issue](https://github.com/gina-io/gina/issues).*
313
+ *Last updated: 2026-04-09 (0.3.3-alpha.3TypeScript declarations, explicit exports via require('gina/gna')) · To suggest a feature, [open an issue](https://github.com/gina-io/gina/issues).*
@@ -0,0 +1 @@
1
+ 0.3.4-alpha.1
@@ -202,14 +202,13 @@ socket.on('open', function(){
202
202
  ### uuid
203
203
 
204
204
  ```javascript
205
- var uuid = require('uuid');
206
- console.log('id -> ', uuid.v4() )
207
- ```
208
-
209
- Sample output
205
+ var uuid = require('lib/uuid');
206
+ uuid(); // 'aB3x' (4 chars, base-62 default)
207
+ uuid(8); // 'kQ7mZp2R'
210
208
 
211
- ```tty
212
- id -> f66f698f-9e17-41f9-a3f2-a25b38d6e379
209
+ // Custom alphabet
210
+ var hex = uuid.customAlphabet('0123456789abcdef', 8);
211
+ hex(); // 'f47ac10b'
213
212
  ```
214
213
 
215
- Reference: visite the official [repository](https://github.com/broofa/node-uuid)
214
+ Lightweight, zero-dependency ID generator using `crypto.getRandomValues` with bitmask bias avoidance.
@@ -90,7 +90,7 @@
90
90
  ------------------------------------------------------------------
91
91
  [+] [200] /favicon.ico
92
92
  ------------------------------------------------------------------
93
- [+] [200] /js/jquery.min.js
93
+ [+] [200] /js/gina.min.js
94
94
  ------------------------------------------------------------------
95
95
  [+] [404] https://domain.com/js/external.min.js
96
96
  ------------------------------------------------------------------
@@ -1756,6 +1756,14 @@
1756
1756
  var QUERY_PAGE_SIZE = 20;
1757
1757
  /** @type {boolean} Whether all query cards should be shown (pagination override) */
1758
1758
  var _queryShowAll = false;
1759
+ /**
1760
+ * #QI2 — Cached live index data from /_gina/indexes endpoint.
1761
+ * null = not yet fetched; object = fetched (may be empty).
1762
+ * @type {?{connectors: Object.<string, {type: string, database: string, tables: Object}>}}
1763
+ */
1764
+ var _liveIndexes = null;
1765
+ /** @type {boolean} Whether a /_gina/indexes fetch is in progress */
1766
+ var _liveIndexesFetching = false;
1759
1767
 
1760
1768
  /**
1761
1769
  * Format a byte size into a human-readable string.
@@ -1769,6 +1777,85 @@
1769
1777
  return (bytes / (1024 * 1024)).toFixed(1) + ' MB';
1770
1778
  }
1771
1779
 
1780
+ /**
1781
+ * #QI2 — Fetch live index data from the /_gina/indexes endpoint.
1782
+ * Called when the Query tab renders queries with N/A index badges.
1783
+ * On success, caches the result and re-renders the Query tab.
1784
+ *
1785
+ * @inner
1786
+ */
1787
+ function fetchLiveIndexes() {
1788
+ if (_liveIndexes !== null || _liveIndexesFetching) return;
1789
+ _liveIndexesFetching = true;
1790
+ var base = window.location.pathname.replace(/\/_gina\/inspector.*$/, '');
1791
+ var url = base + '/_gina/indexes';
1792
+ try {
1793
+ var xhr = new XMLHttpRequest();
1794
+ xhr.open('GET', url, true);
1795
+ xhr.onload = function() {
1796
+ _liveIndexesFetching = false;
1797
+ if (xhr.status === 200) {
1798
+ try {
1799
+ _liveIndexes = JSON.parse(xhr.responseText);
1800
+ // Re-render query tab if we have queries
1801
+ if (_lastQueries) {
1802
+ var el = document.getElementById('tab-query');
1803
+ if (el) {
1804
+ var content = el.querySelector('.bm-scroll-area');
1805
+ if (content) content.innerHTML = renderQueryContent(_lastQueries);
1806
+ }
1807
+ }
1808
+ } catch (e) { _liveIndexes = { connectors: {} }; }
1809
+ }
1810
+ };
1811
+ xhr.onerror = function() { _liveIndexesFetching = false; };
1812
+ xhr.send();
1813
+ } catch (e) { _liveIndexesFetching = false; }
1814
+ }
1815
+
1816
+ /**
1817
+ * #QI2 — Resolve live index data for a query entry that has null indexes.
1818
+ * Looks up the connector:database key in _liveIndexes, then resolves by
1819
+ * extracting the target table from the statement.
1820
+ *
1821
+ * @inner
1822
+ * @param {object} q - Query entry with `q.indexes === null`
1823
+ * @returns {?Array<{name: string, primary: boolean}>} Resolved indexes, or null
1824
+ */
1825
+ function resolveLiveIndexes(q) {
1826
+ if (!_liveIndexes || !_liveIndexes.connectors) return null;
1827
+ // Try connector:database key; fall back to first matching connector type
1828
+ var connKey = null;
1829
+ var keys = Object.keys(_liveIndexes.connectors);
1830
+ for (var k = 0; k < keys.length; k++) {
1831
+ if (_liveIndexes.connectors[keys[k]].type === q.connector) {
1832
+ connKey = keys[k];
1833
+ break;
1834
+ }
1835
+ }
1836
+ if (!connKey) return null;
1837
+ var tables = _liveIndexes.connectors[connKey].tables;
1838
+ if (!tables) return null;
1839
+ // Use the table field if available; otherwise extract from statement
1840
+ var tbl = q.table || extractTableFromStatement(q.statement);
1841
+ if (!tbl) return null;
1842
+ return tables[tbl] || [];
1843
+ }
1844
+
1845
+ /**
1846
+ * #QI2 — Simple client-side table name extraction from SQL statements.
1847
+ * @inner
1848
+ * @param {string} stmt - SQL or N1QL statement
1849
+ * @returns {?string} Lowercase table name, or null
1850
+ */
1851
+ function extractTableFromStatement(stmt) {
1852
+ if (!stmt) return null;
1853
+ var m = stmt.match(/\bFROM\s+[`"']?(\w+)[`"']?/i)
1854
+ || stmt.match(/\bINTO\s+[`"']?(\w+)[`"']?/i)
1855
+ || stmt.match(/\bUPDATE\s+[`"']?(\w+)[`"']?/i);
1856
+ return m ? m[1].toLowerCase() : null;
1857
+ }
1858
+
1772
1859
  /**
1773
1860
  * Compile a query by replacing `$1`, `$2`, ... positional placeholders
1774
1861
  * with their actual parameter values. Replaces from highest index first
@@ -2203,6 +2290,12 @@
2203
2290
  if (q.statement) {
2204
2291
  var compiled = compileQuery(q.statement, q.params);
2205
2292
 
2293
+ // #QI2 — resolve live indexes for N/A entries
2294
+ if ((q.indexes === null || q.indexes === undefined) && _liveIndexes) {
2295
+ var _resolved = resolveLiveIndexes(q);
2296
+ if (_resolved !== null) q.indexes = _resolved;
2297
+ }
2298
+
2206
2299
  // Index badges (inline in stmt meta bar, left of rows count)
2207
2300
  var indexHtml = '';
2208
2301
  if (q.indexes !== null && q.indexes !== undefined) {
@@ -2311,6 +2404,16 @@
2311
2404
  h = pbanner + h;
2312
2405
  }
2313
2406
 
2407
+ // #QI2 — trigger live index fetch if any queries still show N/A
2408
+ if (_liveIndexes === null && !_liveIndexesFetching) {
2409
+ for (var na = 0; na < filtered.length; na++) {
2410
+ if (filtered[na].indexes === null || filtered[na].indexes === undefined) {
2411
+ fetchLiveIndexes();
2412
+ break;
2413
+ }
2414
+ }
2415
+ }
2416
+
2314
2417
  return h;
2315
2418
  }
2316
2419