gina 0.3.1 → 0.3.2
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.
- package/CHANGELOG.md +13 -0
- package/CONVENTIONS.md +42 -0
- package/README.md +8 -6
- package/ROADMAP.md +5 -2
- package/bin/cli +1 -0
- package/bin/gina +4 -0
- package/framework/v0.3.2/VERSION +1 -0
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/inspector/have_heart_one-webfont.woff2 +0 -0
- package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/inspector/index.html +4 -0
- package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/inspector/inspector.css +160 -9
- package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/inspector/inspector.js +250 -7
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/js/gina.min.js +532 -0
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +8 -0
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
- package/framework/{v0.3.1 → v0.3.2}/core/connectors/couchbase/index.js +33 -13
- package/framework/{v0.3.1 → v0.3.2}/core/controller/controller.js +20 -1
- package/framework/{v0.3.1 → v0.3.2}/core/controller/controller.render-json.js +60 -14
- package/framework/v0.3.2/core/deps/swig-1.4.2/dist/swig.min.js +7 -0
- package/framework/{v0.3.1 → v0.3.2}/core/gna.js +35 -1
- package/framework/{v0.3.1 → v0.3.2}/core/server.isaac.js +30 -8
- package/framework/{v0.3.1 → v0.3.2}/core/server.js +50 -9
- package/framework/{v0.3.1 → v0.3.2}/helpers/context.js +1 -0
- package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/add.js +0 -1
- package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/start.js +11 -13
- package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/restart.js +10 -1
- package/framework/v0.3.2/lib/cmd/inspector/help.js +48 -0
- package/framework/v0.3.2/lib/cmd/inspector/help.txt +28 -0
- package/framework/v0.3.2/lib/cmd/inspector/open.js +510 -0
- package/framework/{v0.3.1 → v0.3.2}/lib/index.js +1 -0
- package/framework/{v0.3.1 → v0.3.2}/lib/model.js +27 -3
- package/llms.txt +6 -1
- package/package.json +101 -101
- package/schema/connectors.json +99 -12
- package/schema/routing.json +93 -7
- package/schema/watchers.json +29 -0
- package/script/post_install.js +5 -1
- package/framework/v0.3.1/VERSION +0 -1
- package/framework/v0.3.1/core/asset/plugin/dist/vendor/gina/js/gina.min.js +0 -21544
- package/framework/v0.3.1/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
- package/framework/v0.3.1/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
- package/framework/v0.3.1/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +0 -286
- package/framework/v0.3.1/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
- package/framework/v0.3.1/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/AUTHORS +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/LICENSE +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/html/nolayout.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/html/static.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/img/android-chrome-192x192.png +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/img/android-chrome-512x512.png +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/img/apple-touch-icon.png +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/img/favicon-16x16.png +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/img/favicon-32x32.png +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/img/favicon.ico +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.css +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/beemaster/index.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/css/gina.min.css +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.br +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.gz +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/html/statusbar.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.br +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.gz +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/html/toolbar.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/html/toolbar.html.br +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/html/toolbar.html.gz +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/inspector/logo.svg +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/js/gina.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/config.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/ai/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/ai/lib/connector.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/couchbase/lib/connector.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/couchbase/lib/connector.v2.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/couchbase/lib/connector.v3.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/couchbase/lib/connector.v4.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/couchbase/lib/n1ql.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/couchbase/lib/session-store.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/couchbase/lib/session-store.v2.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/couchbase/lib/session-store.v3.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/couchbase/lib/session-store.v4.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/mysql/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/mysql/lib/connector.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/postgresql/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/postgresql/lib/connector.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/redis/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/redis/lib/session-store.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/sql-parser.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/sqlite/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/sqlite/lib/connector.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/sqlite/lib/session-store.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/content.encoding +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/controller/controller.framework.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/controller/controller.render-stream.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/controller/controller.render-swig.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/controller/controller.render-v1.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/controller/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/busboy-1.6.0/LICENSE +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/busboy-1.6.0/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/busboy-1.6.0/lib/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/busboy-1.6.0/lib/types/multipart.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/busboy-1.6.0/lib/types/urlencoded.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/busboy-1.6.0/lib/utils.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/busboy-1.6.0/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/optimist-0.6.1/LICENSE +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/optimist-0.6.1/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/optimist-0.6.1/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/optimist-0.6.1/readme.markdown +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/CONTRIBUTING.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/HISTORY.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/LICENSE +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/Makefile +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/bin/swig.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/browser/comments.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/browser/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs/api.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs/browser.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs/cli.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs/extending.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs/filters.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs/includes/TYPES.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs/includes/macros.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs/index.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs/layout.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs/loaders.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs/previous.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs/tags.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/index.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/index.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/js/lib/rainbow.min.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/js/master.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/layouts/html5.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/layouts/master.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/less/button.less +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/less/fork.less +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/less/header.less +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/less/layout.less +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/less/mixins.less +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/less/rainbow.less +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/less/reset.less +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/less/sidenav.less +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/less/swig.less +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/less/variables.less +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/dateformatter.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/filters.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/lexer.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/loaders/filesystem.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/loaders/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/loaders/memory.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/parser.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/swig.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/autoescape.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/block.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/else.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/elseif.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/extends.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/filter.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/for.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/if.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/import.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/include.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/macro.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/parent.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/raw.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/set.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/spaceless.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/utils.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/scripts/config-lint.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/scripts/githooks/post-merge +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/scripts/githooks/pre-commit +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/basic.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/bin/bin.filters.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/bin/bin.locals.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/bin/bin.locals.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/bin/bin.tags.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/bin/bin.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/bin/custom_filter.bin.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/bin/custom_tag.bin.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/bin/custom_tagControls.bin.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/bin/custom_varControls.bin.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/bin/options.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_1.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_1.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_2.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_2.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_base.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_4.base.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_4.middle.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_bare.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_base.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_include.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_real_base.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_set.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_set.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_3.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_3.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_4.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_4.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/import.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/import.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/include.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/include.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/include_bar.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/include_extends.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/include_extends.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/includes.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/macros.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/macros.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/macros.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/nested_blocks.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/nested_blocks.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/nested_blocks_parent.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/parent-parent.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/parent-parent.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/parent.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/parent.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/set.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/set.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases-error/circular.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases-error/circular_parent.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases-error/extends-non-existent.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases-error/report-filename-partial.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases-error/report-filename.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/comments.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/filters.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/loaders.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/regressions.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/autoescape.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/else.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/extend.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/filter.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/for.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/if.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/import.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/include.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/macro.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/parent.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/raw.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/set.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/spaceless.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/templates.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/variables.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/whitespace.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-client/swig-2.0.0.min.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-client/swig.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/dev/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/dev/lib/class.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/dev/lib/factory.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/dev/lib/tools.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/locales/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/locales/currency.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/locales/dist/language/en.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/locales/dist/language/fr.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/locales/dist/region/en.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/locales/dist/region/fr.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/locales/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/mime.types +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/model/entity.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/model/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/model/template/entityFactory.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/model/template/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/file/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/file/build.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/file/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/intl/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/intl/build.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/intl/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/intl/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/storage/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/storage/build.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/storage/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/storage/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/validator/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/validator/build.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/validator/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/validator/src/form-validator.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/validator/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/router.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/server.express.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/status.codes +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/_gitignore +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle/config/app.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle/config/connectors.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle/config/routing.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle/config/settings.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle/config/settings.server.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle/config/templates.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle/config/watchers.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle/controllers/controller.content.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle/controllers/controller.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle/controllers/setup.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle_namespace/controllers/controller.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle_public/css/default.css +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle_public/css/home.css +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle_public/css/vendor/readme.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle_public/favicon.ico +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle_public/js/vendor/readme.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle_public/readme.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle_templates/handlers/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle_templates/html/content/homepage.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle_templates/html/includes/error-msg-noscript.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle_templates/html/includes/error-msg-outdated-browser.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle_templates/html/layouts/main.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/command/gina.bat.tpl +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/command/gina.tpl +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/conf/env.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/conf/manifest.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/conf/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/conf/settings.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/conf/statics.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/conf/templates.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/error/client/json/401.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/error/client/json/403.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/error/client/json/404.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/error/server/html/50x.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/error/server/json/500.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/error/server/json/503.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/extensions/logger/config.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/console.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/data/LICENSE +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/data/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/data/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/data/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/dateFormat.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/json/LICENSE +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/json/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/json/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/json/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/path.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/plugins/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/plugins/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/plugins/src/api-error.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/plugins/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/prototypes.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/task.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/text.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/archiver/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/archiver/build.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/archiver/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/archiver/src/dep/jszip.min.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/archiver/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/async/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/async/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cache/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cache/build.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cache/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cache/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/aliases.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/arguments.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/build.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/copy.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/cp.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/help.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/help.txt +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/list.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/remove.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/rename.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/restart.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/rm.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/status.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/stop.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/cache/stats.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/env/add.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/env/get.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/env/help.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/env/help.txt +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/env/link-dev.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/env/list.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/env/remove.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/env/rm.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/env/set.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/env/unset.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/env/use.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/arguments.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/build.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/dot.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/get.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/help.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/help.txt +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/init.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/link-node-modules.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/link.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/msg.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/open.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/set.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/start.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/status.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/stop.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/tail.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/update.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/version.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/gina-dev.1.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/gina-framework.1.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/gina.1.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/helper.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/minion/help.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/minion/help.txt +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/msg.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/port/help.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/port/help.txt +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/port/inc/scan.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/port/list.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/port/reset.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/port/set.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/add.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/arguments.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/build.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/help.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/help.txt +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/import.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/list.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/move.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/remove.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/rename.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/restart.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/rm.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/start.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/status.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/stop.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/protocol/help.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/protocol/help.txt +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/protocol/list.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/protocol/set.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/scope/add.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/scope/help.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/scope/help.txt +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/scope/link-local.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/scope/link-production.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/scope/list.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/scope/remove.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/scope/rm.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/scope/use.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/view/add.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/collection/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/collection/build.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/collection/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/collection/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/config.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cron/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cron/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cron/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/domain/LICENSE +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/domain/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/domain/dist/2025-03-14_13-41-20_UTC.dat +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/domain/dist/public_suffix_list.dat +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/domain/dist/public_suffix_list.dat.br +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/domain/dist/public_suffix_list.dat.gz +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/domain/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/domain/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/generator/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/inherits/LICENSE +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/inherits/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/inherits/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/inherits/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/logger/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/logger/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/logger/src/containers/default/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/logger/src/containers/file/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/logger/src/containers/file/lib/logrotator/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/logger/src/containers/file/lib/logrotator/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/logger/src/containers/mq/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/logger/src/containers/mq/listener.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/logger/src/containers/mq/speaker.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/logger/src/helper.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/logger/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/math/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/merge/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/merge/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/merge/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/proc.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/routing/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/routing/build.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/routing/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/routing/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/routing/src/radix.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/session-store.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/shell.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/state.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/swig-filters/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/swig-filters/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/swig-filters/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/url/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/url/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/url/routing.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/validator.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/watcher/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/watcher/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/package.json +0 -0
package/package.json
CHANGED
|
@@ -1,112 +1,112 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
},
|
|
26
|
-
"bugs": {
|
|
27
|
-
"url": "https://github.com/gina-io/gina/issues",
|
|
28
|
-
"email": "bugs@gina.io"
|
|
29
|
-
},
|
|
30
|
-
"author": {
|
|
31
|
-
"name": "Martin-Luther ETOUMAN",
|
|
32
|
-
"email": "martin-luther.etouman@gina.io"
|
|
33
|
-
},
|
|
34
|
-
"contributors": [
|
|
35
|
-
{
|
|
36
|
-
"name": "Martin-Luther ETOUMAN",
|
|
37
|
-
"email": "martin-luther.etouman@gina.io"
|
|
2
|
+
"name": "gina",
|
|
3
|
+
"version": "0.3.2",
|
|
4
|
+
"description": "Node.js MVC framework with built-in HTTP/2, multi-bundle architecture, and scope-based data isolation — no Express dependency",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"nodejs",
|
|
7
|
+
"framework",
|
|
8
|
+
"mvc",
|
|
9
|
+
"http2",
|
|
10
|
+
"rest-api",
|
|
11
|
+
"full-stack",
|
|
12
|
+
"server-side-rendering",
|
|
13
|
+
"event-driven",
|
|
14
|
+
"multi-bundle",
|
|
15
|
+
"couchbase",
|
|
16
|
+
"mongodb",
|
|
17
|
+
"typescript",
|
|
18
|
+
"gina",
|
|
19
|
+
"ginajs"
|
|
20
|
+
],
|
|
21
|
+
"homepage": "https://gina.io",
|
|
22
|
+
"repository": {
|
|
23
|
+
"type": "git",
|
|
24
|
+
"url": "git+https://github.com/gina-io/gina.git"
|
|
38
25
|
},
|
|
39
|
-
{
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
"test": "node --test test*.test.js",
|
|
62
|
-
"prepare": "node script/prepare_version.js",
|
|
63
|
-
"postpublish": "node script/post_publish.js",
|
|
64
|
-
"preinstall": "node script/pre_install.js",
|
|
65
|
-
"postinstall": "node script/post_install.js"
|
|
66
|
-
},
|
|
67
|
-
"license": "MIT",
|
|
68
|
-
"readmeFilename": "README.md",
|
|
69
|
-
"dependencies": {
|
|
70
|
-
"engine.io": "^6.0.0"
|
|
71
|
-
},
|
|
72
|
-
"devDependencies": {
|
|
73
|
-
"engine.io-client": "^6.6.3",
|
|
74
|
-
"requirejs": "^2.3.7"
|
|
75
|
-
},
|
|
76
|
-
"peerDependencies": {
|
|
77
|
-
"@anthropic-ai/sdk": ">=0.27.0",
|
|
78
|
-
"@scylladb/scylla-driver": ">=1.0.0",
|
|
79
|
-
"couchbase": ">=3.0.0",
|
|
80
|
-
"ioredis": ">=5.0.0",
|
|
81
|
-
"mongodb": ">=5.0.0",
|
|
82
|
-
"mysql2": ">=2.0.0",
|
|
83
|
-
"openai": ">=4.0.0",
|
|
84
|
-
"pg": ">=8.0.0"
|
|
85
|
-
},
|
|
86
|
-
"peerDependenciesMeta": {
|
|
87
|
-
"couchbase": {
|
|
88
|
-
"optional": true
|
|
26
|
+
"bugs": {
|
|
27
|
+
"url": "https://github.com/gina-io/gina/issues",
|
|
28
|
+
"email": "bugs@gina.io"
|
|
29
|
+
},
|
|
30
|
+
"author": {
|
|
31
|
+
"name": "Martin-Luther ETOUMAN",
|
|
32
|
+
"email": "martin-luther.etouman@gina.io"
|
|
33
|
+
},
|
|
34
|
+
"contributors": [
|
|
35
|
+
{
|
|
36
|
+
"name": "Martin-Luther ETOUMAN",
|
|
37
|
+
"email": "martin-luther.etouman@gina.io"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "Fabrice DELANEAU",
|
|
41
|
+
"email": "fabrice.delaneau@gina.io",
|
|
42
|
+
"url": "https://fdelaneau.com"
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"copyright": "Copyright (c) 2009-2026 Rhinostone <contact@gina.io>",
|
|
46
|
+
"engine": {
|
|
47
|
+
"node": ">= 22 <26"
|
|
89
48
|
},
|
|
90
|
-
"
|
|
91
|
-
|
|
49
|
+
"config": {
|
|
50
|
+
"optionalPrefix": "~/.npm-global",
|
|
51
|
+
"prefix": "~/.npm-global",
|
|
52
|
+
"globalMode": true
|
|
92
53
|
},
|
|
93
|
-
"
|
|
94
|
-
|
|
54
|
+
"bin": {
|
|
55
|
+
"gina": "bin/gina",
|
|
56
|
+
"gina-container": "bin/gina-container",
|
|
57
|
+
"gina-init": "bin/gina-init"
|
|
95
58
|
},
|
|
96
|
-
"
|
|
97
|
-
|
|
59
|
+
"main": "./framework/v0.3.2/core/gna",
|
|
60
|
+
"scripts": {
|
|
61
|
+
"test": "node --test test*.test.js",
|
|
62
|
+
"prepare": "node script/prepare_version.js",
|
|
63
|
+
"postpublish": "node script/post_publish.js",
|
|
64
|
+
"preinstall": "node script/pre_install.js",
|
|
65
|
+
"postinstall": "node script/post_install.js"
|
|
98
66
|
},
|
|
99
|
-
"
|
|
100
|
-
|
|
67
|
+
"license": "MIT",
|
|
68
|
+
"readmeFilename": "README.md",
|
|
69
|
+
"dependencies": {
|
|
70
|
+
"engine.io": "^6.0.0"
|
|
101
71
|
},
|
|
102
|
-
"
|
|
103
|
-
|
|
72
|
+
"devDependencies": {
|
|
73
|
+
"engine.io-client": "^6.6.3",
|
|
74
|
+
"requirejs": "^2.3.7"
|
|
104
75
|
},
|
|
105
|
-
"
|
|
106
|
-
|
|
76
|
+
"peerDependencies": {
|
|
77
|
+
"@anthropic-ai/sdk": ">=0.27.0",
|
|
78
|
+
"@scylladb/scylla-driver": ">=1.0.0",
|
|
79
|
+
"couchbase": ">=3.0.0",
|
|
80
|
+
"ioredis": ">=5.0.0",
|
|
81
|
+
"mongodb": ">=5.0.0",
|
|
82
|
+
"mysql2": ">=2.0.0",
|
|
83
|
+
"openai": ">=4.0.0",
|
|
84
|
+
"pg": ">=8.0.0"
|
|
107
85
|
},
|
|
108
|
-
"
|
|
109
|
-
|
|
86
|
+
"peerDependenciesMeta": {
|
|
87
|
+
"couchbase": {
|
|
88
|
+
"optional": true
|
|
89
|
+
},
|
|
90
|
+
"ioredis": {
|
|
91
|
+
"optional": true
|
|
92
|
+
},
|
|
93
|
+
"mysql2": {
|
|
94
|
+
"optional": true
|
|
95
|
+
},
|
|
96
|
+
"pg": {
|
|
97
|
+
"optional": true
|
|
98
|
+
},
|
|
99
|
+
"mongodb": {
|
|
100
|
+
"optional": true
|
|
101
|
+
},
|
|
102
|
+
"@scylladb/scylla-driver": {
|
|
103
|
+
"optional": true
|
|
104
|
+
},
|
|
105
|
+
"openai": {
|
|
106
|
+
"optional": true
|
|
107
|
+
},
|
|
108
|
+
"@anthropic-ai/sdk": {
|
|
109
|
+
"optional": true
|
|
110
|
+
}
|
|
110
111
|
}
|
|
111
|
-
}
|
|
112
112
|
}
|
package/schema/connectors.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
3
|
"$id": "https://gina.io/schema/connectors.json",
|
|
4
4
|
"title": "Gina connectors.json",
|
|
5
|
-
"description": "Database connector declarations for a Gina bundle. Each key is a logical connector name
|
|
5
|
+
"description": "Database and service connector declarations for a Gina bundle. Each key is a logical connector name; the value describes the connection parameters. Acquired at runtime via getConnection(). The required fields depend on the connector type.",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"additionalProperties": {
|
|
8
8
|
"$ref": "#/definitions/connector"
|
|
@@ -10,27 +10,31 @@
|
|
|
10
10
|
"definitions": {
|
|
11
11
|
"connector": {
|
|
12
12
|
"type": "object",
|
|
13
|
-
"required": ["protocol", "host", "database"],
|
|
14
13
|
"additionalProperties": true,
|
|
15
14
|
"properties": {
|
|
16
15
|
"connector": {
|
|
17
16
|
"type": "string",
|
|
18
|
-
"description": "Connector type
|
|
19
|
-
"
|
|
17
|
+
"description": "Connector driver type. Required when the key name does not match a built-in connector name (e.g. key \"session\" with connector \"redis\").",
|
|
18
|
+
"enum": ["couchbase", "mysql", "postgresql", "sqlite", "redis", "ai"]
|
|
20
19
|
},
|
|
21
20
|
"protocol": {
|
|
22
21
|
"type": "string",
|
|
23
|
-
"description": "Connection protocol URI scheme.",
|
|
24
|
-
"examples": ["couchbase://", "
|
|
22
|
+
"description": "Connection protocol URI scheme. Required for Couchbase and AI connectors.",
|
|
23
|
+
"examples": ["couchbase://", "mysql://", "postgres://", "redis://", "anthropic://", "openai://"]
|
|
25
24
|
},
|
|
26
25
|
"host": {
|
|
27
26
|
"type": "string",
|
|
28
|
-
"description": "Hostname or IP address
|
|
27
|
+
"description": "Hostname or IP address. Supports comma-separated values for clusters and ${variable} interpolation. Required for Couchbase, MySQL, PostgreSQL, Redis.",
|
|
29
28
|
"examples": ["127.0.0.1", "db1.example.com,db2.example.com"]
|
|
30
29
|
},
|
|
30
|
+
"port": {
|
|
31
|
+
"type": ["number", "string"],
|
|
32
|
+
"description": "Server port. Defaults: MySQL 3306, PostgreSQL 5432, Redis 6379.",
|
|
33
|
+
"examples": [3306, 5432, 6379]
|
|
34
|
+
},
|
|
31
35
|
"database": {
|
|
32
36
|
"type": "string",
|
|
33
|
-
"description": "Database or
|
|
37
|
+
"description": "Database, bucket, or keyspace name. Also used as the model directory name under models/. Required for Couchbase, MySQL, PostgreSQL, SQLite."
|
|
34
38
|
},
|
|
35
39
|
"username": {
|
|
36
40
|
"type": "string",
|
|
@@ -45,17 +49,100 @@
|
|
|
45
49
|
"description": "Data isolation scope stamped on every document at insert time and used to filter queries. Falls back to NODE_SCOPE env var when omitted.",
|
|
46
50
|
"enum": ["local", "beta", "production", "testing"]
|
|
47
51
|
},
|
|
48
|
-
"
|
|
52
|
+
"connectionLimit": {
|
|
53
|
+
"type": "number",
|
|
54
|
+
"description": "Maximum connections in the pool. MySQL and PostgreSQL only. Defaults to 10.",
|
|
55
|
+
"default": 10
|
|
56
|
+
},
|
|
57
|
+
"ssl": {
|
|
58
|
+
"type": ["object", "boolean"],
|
|
59
|
+
"description": "TLS/SSL configuration. Passed through to the underlying driver (mysql2, pg). Set to true for default TLS.",
|
|
60
|
+
"additionalProperties": true
|
|
61
|
+
},
|
|
62
|
+
"file": {
|
|
63
|
+
"type": "string",
|
|
64
|
+
"description": "SQLite only. Database file path. Defaults to ~/.gina/{version}/{database}.sqlite. Use \":memory:\" for in-memory databases.",
|
|
65
|
+
"examples": [":memory:", "/data/app.sqlite"]
|
|
66
|
+
},
|
|
67
|
+
"idleTimeout": {
|
|
68
|
+
"type": "number",
|
|
69
|
+
"description": "PostgreSQL only. Idle client timeout in milliseconds. Defaults to 30000.",
|
|
70
|
+
"default": 30000
|
|
71
|
+
},
|
|
72
|
+
"connectionTimeout": {
|
|
73
|
+
"type": "number",
|
|
74
|
+
"description": "PostgreSQL only. Connection timeout in milliseconds. Defaults to 2000.",
|
|
75
|
+
"default": 2000
|
|
76
|
+
},
|
|
77
|
+
"db": {
|
|
78
|
+
"type": "number",
|
|
79
|
+
"description": "Redis only. Database index (0-15). Defaults to 0.",
|
|
80
|
+
"default": 0
|
|
81
|
+
},
|
|
82
|
+
"tls": {
|
|
83
|
+
"type": "boolean",
|
|
84
|
+
"description": "Redis only. Enable TLS for the connection."
|
|
85
|
+
},
|
|
86
|
+
"prefix": {
|
|
49
87
|
"type": "string",
|
|
50
|
-
"description": "
|
|
88
|
+
"description": "Redis only. Key prefix for session store entries. Defaults to \"sess:\".",
|
|
89
|
+
"default": "sess:"
|
|
90
|
+
},
|
|
91
|
+
"ttl": {
|
|
92
|
+
"type": "number",
|
|
93
|
+
"description": "Redis only. Default TTL in seconds for session entries. Defaults to 86400.",
|
|
94
|
+
"default": 86400
|
|
95
|
+
},
|
|
96
|
+
"cluster": {
|
|
97
|
+
"type": "array",
|
|
98
|
+
"description": "Redis Cluster only. Array of cluster node endpoints.",
|
|
99
|
+
"items": {
|
|
100
|
+
"type": "object",
|
|
101
|
+
"required": ["host", "port"],
|
|
102
|
+
"properties": {
|
|
103
|
+
"host": { "type": "string" },
|
|
104
|
+
"port": { "type": "number" }
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"keepAlive": {
|
|
109
|
+
"type": "boolean",
|
|
110
|
+
"description": "Couchbase only. Enable TCP keep-alive. Defaults to true.",
|
|
111
|
+
"default": true
|
|
51
112
|
},
|
|
52
113
|
"pingInterval": {
|
|
53
114
|
"type": "string",
|
|
54
|
-
"description": "
|
|
115
|
+
"description": "Couchbase only. Interval to keep the connection alive (e.g. \"2m\", \"30s\").",
|
|
116
|
+
"examples": ["2m", "30s", "1h"]
|
|
117
|
+
},
|
|
118
|
+
"useScopeAndCollections": {
|
|
119
|
+
"type": "boolean",
|
|
120
|
+
"description": "Couchbase only. Enable scope and collection support (SDK v3+). Defaults to true.",
|
|
121
|
+
"default": true
|
|
122
|
+
},
|
|
123
|
+
"timeouts": {
|
|
124
|
+
"type": "object",
|
|
125
|
+
"description": "Couchbase only. Timeout overrides passed to the SDK.",
|
|
126
|
+
"additionalProperties": { "type": "number" },
|
|
127
|
+
"examples": [{ "kvTimeout": 10000 }]
|
|
55
128
|
},
|
|
56
129
|
"detailed_errcodes": {
|
|
57
130
|
"type": "boolean",
|
|
58
|
-
"description": "
|
|
131
|
+
"description": "Couchbase only. Expose detailed error codes instead of generic messages."
|
|
132
|
+
},
|
|
133
|
+
"apiKey": {
|
|
134
|
+
"type": "string",
|
|
135
|
+
"description": "AI connector only. API key for the provider. Supports ${ENV_VAR} interpolation.",
|
|
136
|
+
"examples": ["${ANTHROPIC_API_KEY}", "${OPENAI_API_KEY}"]
|
|
137
|
+
},
|
|
138
|
+
"model": {
|
|
139
|
+
"type": "string",
|
|
140
|
+
"description": "AI connector only. Default model identifier.",
|
|
141
|
+
"examples": ["claude-sonnet-4-20250514", "gpt-4o", "deepseek-chat"]
|
|
142
|
+
},
|
|
143
|
+
"baseURL": {
|
|
144
|
+
"type": "string",
|
|
145
|
+
"description": "AI connector only. Override the default API base URL (OpenAI-compatible providers)."
|
|
59
146
|
}
|
|
60
147
|
}
|
|
61
148
|
}
|
package/schema/routing.json
CHANGED
|
@@ -15,23 +15,24 @@
|
|
|
15
15
|
"properties": {
|
|
16
16
|
"namespace": {
|
|
17
17
|
"type": "string",
|
|
18
|
-
"description": "
|
|
18
|
+
"description": "Controller namespace. Maps to controller.<namespace>.js. Groups related routes under the same controller file."
|
|
19
19
|
},
|
|
20
20
|
"url": {
|
|
21
21
|
"type": "string",
|
|
22
|
-
"description": "URL pattern. Use :param for named segments. Multiple patterns can be comma-separated (e.g. \"/item/:id, /item/:id/:slug\")."
|
|
22
|
+
"description": "URL pattern. Use :param for named segments. Multiple patterns can be comma-separated (e.g. \"/item/:id, /item/:id/:slug\"). The webroot is prepended automatically unless param.ignoreWebRoot is set."
|
|
23
23
|
},
|
|
24
24
|
"method": {
|
|
25
25
|
"type": "string",
|
|
26
26
|
"description": "Accepted HTTP method(s), comma-separated. Case-insensitive.",
|
|
27
|
-
"examples": ["GET", "POST", "PUT", "DELETE", "GET, POST", "GET, POST, PUT"]
|
|
27
|
+
"examples": ["GET", "POST", "PUT", "DELETE", "GET, POST", "GET, POST, PUT, DELETE"]
|
|
28
28
|
},
|
|
29
29
|
"requirements": {
|
|
30
30
|
"type": "object",
|
|
31
|
-
"description": "
|
|
31
|
+
"description": "Validation patterns for URL parameters. Keys match :param names. Values are regex strings (prefixed with \"/\") or validator references (prefixed with \"validator::\").",
|
|
32
32
|
"additionalProperties": {
|
|
33
33
|
"type": "string"
|
|
34
|
-
}
|
|
34
|
+
},
|
|
35
|
+
"examples": [{ "id": "/^[0-9a-f]{8}-/i" }, { "slug": "/^[a-z0-9-]+$/" }]
|
|
35
36
|
},
|
|
36
37
|
"param": {
|
|
37
38
|
"type": "object",
|
|
@@ -45,7 +46,24 @@
|
|
|
45
46
|
},
|
|
46
47
|
"file": {
|
|
47
48
|
"type": "string",
|
|
48
|
-
"description": "Template file path relative to the bundle views directory (without extension)."
|
|
49
|
+
"description": "Template file path relative to the bundle views directory (without extension). Defaults to the route name."
|
|
50
|
+
},
|
|
51
|
+
"path": {
|
|
52
|
+
"type": "string",
|
|
53
|
+
"description": "Redirect target path. Used with control: \"redirect\"."
|
|
54
|
+
},
|
|
55
|
+
"code": {
|
|
56
|
+
"type": "number",
|
|
57
|
+
"description": "HTTP status code for redirects (e.g. 301, 302).",
|
|
58
|
+
"examples": [301, 302]
|
|
59
|
+
},
|
|
60
|
+
"ignoreWebRoot": {
|
|
61
|
+
"type": "boolean",
|
|
62
|
+
"description": "When true, the bundle webroot prefix is not prepended to the URL."
|
|
63
|
+
},
|
|
64
|
+
"title": {
|
|
65
|
+
"type": "string",
|
|
66
|
+
"description": "Page title passed to the template."
|
|
49
67
|
},
|
|
50
68
|
"isPopinContext": {
|
|
51
69
|
"type": "boolean",
|
|
@@ -61,9 +79,77 @@
|
|
|
61
79
|
"examples": ["middlewares.passport.jwtLogin", "middlewares.global.requirePasswordCheck"]
|
|
62
80
|
}
|
|
63
81
|
},
|
|
82
|
+
"middlewareIgnored": {
|
|
83
|
+
"type": "array",
|
|
84
|
+
"description": "Middleware names to skip for this route (overrides global middleware).",
|
|
85
|
+
"items": {
|
|
86
|
+
"type": "string"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"bundle": {
|
|
90
|
+
"type": "string",
|
|
91
|
+
"description": "Target bundle name for cross-bundle routing. The request is proxied to the named bundle."
|
|
92
|
+
},
|
|
93
|
+
"hostname": {
|
|
94
|
+
"type": "string",
|
|
95
|
+
"description": "Override target hostname for cross-bundle or external routing."
|
|
96
|
+
},
|
|
97
|
+
"scopes": {
|
|
98
|
+
"type": "array",
|
|
99
|
+
"description": "Allowed scopes for this route. Defaults to the current bundle scope.",
|
|
100
|
+
"items": {
|
|
101
|
+
"type": "string",
|
|
102
|
+
"enum": ["local", "beta", "production", "testing"]
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"cache": {
|
|
106
|
+
"description": "Response caching configuration. Use a string for the cache type shorthand, or an object for full control.",
|
|
107
|
+
"oneOf": [
|
|
108
|
+
{
|
|
109
|
+
"type": "string",
|
|
110
|
+
"enum": ["memory", "fs"],
|
|
111
|
+
"description": "Cache type shorthand."
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"type": "object",
|
|
115
|
+
"properties": {
|
|
116
|
+
"type": {
|
|
117
|
+
"type": "string",
|
|
118
|
+
"enum": ["memory", "fs"],
|
|
119
|
+
"description": "Cache backend."
|
|
120
|
+
},
|
|
121
|
+
"ttl": {
|
|
122
|
+
"type": "number",
|
|
123
|
+
"description": "Time-to-live in seconds."
|
|
124
|
+
},
|
|
125
|
+
"visibility": {
|
|
126
|
+
"type": "string",
|
|
127
|
+
"enum": ["public", "private"],
|
|
128
|
+
"description": "Cache-Control visibility directive. Defaults to \"private\".",
|
|
129
|
+
"default": "private"
|
|
130
|
+
},
|
|
131
|
+
"sliding": {
|
|
132
|
+
"type": "boolean",
|
|
133
|
+
"description": "Enable sliding window eviction. Defaults to false.",
|
|
134
|
+
"default": false
|
|
135
|
+
},
|
|
136
|
+
"maxAge": {
|
|
137
|
+
"type": "number",
|
|
138
|
+
"description": "Absolute ceiling in seconds when sliding is enabled."
|
|
139
|
+
},
|
|
140
|
+
"invalidateOnEvents": {
|
|
141
|
+
"type": "array",
|
|
142
|
+
"description": "Event names that invalidate the cached response.",
|
|
143
|
+
"items": { "type": "string" }
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
"additionalProperties": false
|
|
147
|
+
}
|
|
148
|
+
]
|
|
149
|
+
},
|
|
64
150
|
"_comment": {
|
|
65
151
|
"type": "string",
|
|
66
|
-
"description": "Internal documentation comment.
|
|
152
|
+
"description": "Internal documentation comment. Stripped at server init."
|
|
67
153
|
},
|
|
68
154
|
"_sample": {
|
|
69
155
|
"type": "string",
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "https://gina.io/schema/watchers.json",
|
|
4
|
+
"title": "Gina watchers.json",
|
|
5
|
+
"description": "File watcher declarations for a Gina bundle. Each key is a config file name to watch (relative to the bundle config directory); the value defines the fs.watch options. Watched files trigger callbacks registered via gna.watcher.on(name, cb).",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"additionalProperties": {
|
|
8
|
+
"$ref": "#/definitions/watcherEntry"
|
|
9
|
+
},
|
|
10
|
+
"definitions": {
|
|
11
|
+
"watcherEntry": {
|
|
12
|
+
"type": "object",
|
|
13
|
+
"additionalProperties": false,
|
|
14
|
+
"properties": {
|
|
15
|
+
"event": {
|
|
16
|
+
"type": "string",
|
|
17
|
+
"description": "The fs.watch event type to listen for.",
|
|
18
|
+
"enum": ["change", "rename"],
|
|
19
|
+
"default": "change"
|
|
20
|
+
},
|
|
21
|
+
"persistent": {
|
|
22
|
+
"type": "boolean",
|
|
23
|
+
"description": "Whether the watcher should keep the Node.js process alive. Defaults to false.",
|
|
24
|
+
"default": false
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
package/script/post_install.js
CHANGED
|
@@ -732,7 +732,11 @@ function PostInstall() {
|
|
|
732
732
|
cmd = ginaBinanry + ' framework:set --global-mode='+ self.isGlobalInstall;
|
|
733
733
|
console.info('Running: '+ cmd);
|
|
734
734
|
console.debug(execSync(cmd));
|
|
735
|
-
|
|
735
|
+
// Always use defaultPrefix (npm config get prefix) for the global
|
|
736
|
+
// settings — self.prefix gets overridden to INIT_CWD for local
|
|
737
|
+
// installs (line 154), which would corrupt ~/.gina/*/settings.json
|
|
738
|
+
// with the project directory instead of the npm global prefix.
|
|
739
|
+
cmd = ginaBinanry + ' framework:set --prefix='+ self.defaultPrefix;
|
|
736
740
|
console.info('Running: '+ cmd);
|
|
737
741
|
console.debug(execSync(cmd));
|
|
738
742
|
} catch (err) {
|
package/framework/v0.3.1/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.3.1
|