gina 0.3.0 → 0.3.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.
- package/.github/workflows/test.yml +3 -3
- package/CHANGELOG.md +7 -0
- package/README.md +7 -13
- package/ROADMAP.md +2 -1
- package/framework/v0.3.1/VERSION +1 -0
- package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/js/gina.js +4 -4
- package/framework/{v0.3.0 → v0.3.1}/core/connectors/couchbase/lib/connector.v2.js +1 -2
- package/framework/{v0.3.0 → v0.3.1}/core/connectors/couchbase/lib/connector.v3.js +1 -2
- package/framework/{v0.3.0 → v0.3.1}/core/connectors/couchbase/lib/connector.v4.js +1 -2
- package/framework/{v0.3.0 → v0.3.1}/core/connectors/mysql/index.js +24 -1
- package/framework/{v0.3.0 → v0.3.1}/core/connectors/postgresql/index.js +24 -1
- package/framework/v0.3.1/core/connectors/sql-parser.js +291 -0
- package/framework/{v0.3.0 → v0.3.1}/core/connectors/sqlite/index.js +24 -1
- package/framework/{v0.3.0 → v0.3.1}/core/controller/controller.render-swig.js +108 -36
- package/framework/{v0.3.0 → v0.3.1}/core/plugins/lib/storage/src/main.js +2 -2
- package/framework/{v0.3.0 → v0.3.1}/core/plugins/lib/validator/src/main.js +1 -1
- package/framework/{v0.3.0 → v0.3.1}/core/server.js +63 -19
- package/framework/{v0.3.0 → v0.3.1}/lib/cache/src/main.js +1 -1
- package/framework/{v0.3.0 → v0.3.1}/lib/collection/src/main.js +1 -1
- package/framework/{v0.3.0 → v0.3.1}/lib/logger/src/containers/mq/listener.js +2 -2
- package/framework/{v0.3.0 → v0.3.1}/lib/logger/src/main.js +45 -10
- package/llms.txt +3 -2
- package/package.json +4 -7
- package/script/post_install.js +3 -45
- package/script/pre_install.js +2 -14
- package/framework/v0.3.0/VERSION +0 -1
- package/framework/v0.3.0/core/connectors/sql-parser.js +0 -152
- /package/framework/{v0.3.0 → v0.3.1}/AUTHORS +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/LICENSE +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/html/nolayout.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/html/static.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/img/android-chrome-192x192.png +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/img/android-chrome-512x512.png +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/img/apple-touch-icon.png +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/img/favicon-16x16.png +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/img/favicon-32x32.png +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/img/favicon.ico +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/README.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.css +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/beemaster/index.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/css/gina.min.css +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.br +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.gz +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/html/statusbar.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.br +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.gz +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/html/toolbar.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/html/toolbar.html.br +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/html/toolbar.html.gz +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/inspector/index.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/inspector/inspector.css +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/inspector/inspector.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/inspector/logo.svg +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/js/gina.min.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/config.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/connectors/ai/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/connectors/ai/lib/connector.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/connectors/couchbase/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/connectors/couchbase/lib/connector.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/connectors/couchbase/lib/n1ql.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/connectors/couchbase/lib/session-store.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/connectors/couchbase/lib/session-store.v2.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/connectors/couchbase/lib/session-store.v3.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/connectors/couchbase/lib/session-store.v4.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/connectors/mysql/lib/connector.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/connectors/postgresql/lib/connector.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/connectors/redis/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/connectors/redis/lib/session-store.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/connectors/sqlite/lib/connector.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/connectors/sqlite/lib/session-store.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/content.encoding +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/controller/controller.framework.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/controller/controller.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/controller/controller.render-json.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/controller/controller.render-stream.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/controller/controller.render-v1.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/controller/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/busboy-1.6.0/LICENSE +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/busboy-1.6.0/README.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/busboy-1.6.0/lib/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/busboy-1.6.0/lib/types/multipart.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/busboy-1.6.0/lib/types/urlencoded.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/busboy-1.6.0/lib/utils.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/busboy-1.6.0/package.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/optimist-0.6.1/LICENSE +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/optimist-0.6.1/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/optimist-0.6.1/package.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/optimist-0.6.1/readme.markdown +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/CONTRIBUTING.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/HISTORY.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/LICENSE +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/Makefile +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/README.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/bin/swig.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/browser/comments.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/browser/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/docs/api.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/docs/browser.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/docs/cli.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/docs/extending.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/docs/filters.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/docs/includes/TYPES.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/docs/includes/macros.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/docs/index.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/docs/layout.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/docs/loaders.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/docs/previous.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/docs/tags.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/docs.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/index.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/index.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/js/lib/rainbow.min.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/js/master.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/layouts/html5.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/layouts/master.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/less/button.less +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/less/fork.less +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/less/header.less +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/less/layout.less +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/less/mixins.less +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/less/rainbow.less +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/less/reset.less +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/less/sidenav.less +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/less/swig.less +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/docs/less/variables.less +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/lib/dateformatter.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/lib/filters.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/lib/lexer.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/lib/loaders/filesystem.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/lib/loaders/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/lib/loaders/memory.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/lib/parser.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/lib/swig.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/lib/tags/autoescape.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/lib/tags/block.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/lib/tags/else.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/lib/tags/elseif.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/lib/tags/extends.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/lib/tags/filter.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/lib/tags/for.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/lib/tags/if.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/lib/tags/import.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/lib/tags/include.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/lib/tags/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/lib/tags/macro.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/lib/tags/parent.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/lib/tags/raw.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/lib/tags/set.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/lib/tags/spaceless.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/lib/utils.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/package.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/scripts/config-lint.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/scripts/githooks/post-merge +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/scripts/githooks/pre-commit +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/basic.test.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/bin/bin.filters.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/bin/bin.locals.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/bin/bin.locals.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/bin/bin.tags.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/bin/bin.test.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/bin/custom_filter.bin.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/bin/custom_tag.bin.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/bin/custom_tagControls.bin.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/bin/custom_varControls.bin.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/bin/options.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/extends_1.expectation.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/extends_1.test.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/extends_2.expectation.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/extends_2.test.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/extends_base.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_4.base.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_4.middle.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_bare.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_base.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_include.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_real_base.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/extends_set.expectation.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/extends_set.test.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_3.expectation.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_3.test.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_4.expectation.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_4.test.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/import.expectation.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/import.test.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/include.expectation.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/include.test.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/include_bar.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/include_extends.expectation.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/include_extends.test.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/includes.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/macros.expectation.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/macros.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/macros.test.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/nested_blocks.expectation.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/nested_blocks.test.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/nested_blocks_parent.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/parent-parent.expectation.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/parent-parent.test.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/parent.expectation.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/parent.test.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/set.expectation.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/set.test.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases-error/circular.test.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases-error/circular_parent.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases-error/extends-non-existent.test.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases-error/report-filename-partial.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases-error/report-filename.test.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/comments.test.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/filters.test.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/loaders.test.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/regressions.test.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/tags/autoescape.test.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/tags/else.test.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/tags/extend.test.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/tags/filter.test.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/tags/for.test.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/tags/if.test.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/tags/import.test.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/tags/include.test.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/tags/macro.test.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/tags/parent.test.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/tags/raw.test.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/tags/set.test.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/tags/spaceless.test.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/tags.test.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/templates.test.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/variables.test.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/whitespace.test.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-client/swig-2.0.0.min.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-client/swig.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/dev/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/dev/lib/class.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/dev/lib/factory.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/dev/lib/tools.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/gna.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/locales/README.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/locales/currency.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/locales/dist/language/en.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/locales/dist/language/fr.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/locales/dist/region/en.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/locales/dist/region/fr.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/locales/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/mime.types +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/model/entity.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/model/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/model/template/entityFactory.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/model/template/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/plugins/README.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/plugins/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/plugins/lib/file/README.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/plugins/lib/file/build.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/plugins/lib/file/package.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/plugins/lib/intl/README.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/plugins/lib/intl/build.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/plugins/lib/intl/package.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/plugins/lib/intl/src/main.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/plugins/lib/storage/README.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/plugins/lib/storage/build.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/plugins/lib/storage/package.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/plugins/lib/validator/README.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/plugins/lib/validator/build.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/plugins/lib/validator/package.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/plugins/lib/validator/src/form-validator.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/router.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/server.express.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/server.isaac.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/status.codes +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/_gitignore +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/boilerplate/bundle/config/app.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/boilerplate/bundle/config/connectors.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/boilerplate/bundle/config/routing.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/boilerplate/bundle/config/settings.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/boilerplate/bundle/config/settings.server.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/boilerplate/bundle/config/templates.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/boilerplate/bundle/config/watchers.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/boilerplate/bundle/controllers/controller.content.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/boilerplate/bundle/controllers/controller.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/boilerplate/bundle/controllers/setup.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/boilerplate/bundle/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/boilerplate/bundle_namespace/controllers/controller.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/boilerplate/bundle_public/css/default.css +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/boilerplate/bundle_public/css/home.css +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/boilerplate/bundle_public/css/vendor/readme.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/boilerplate/bundle_public/favicon.ico +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/boilerplate/bundle_public/js/vendor/readme.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/boilerplate/bundle_public/readme.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/boilerplate/bundle_templates/handlers/main.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/boilerplate/bundle_templates/html/content/homepage.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/boilerplate/bundle_templates/html/includes/error-msg-noscript.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/boilerplate/bundle_templates/html/includes/error-msg-outdated-browser.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/boilerplate/bundle_templates/html/layouts/main.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/command/gina.bat.tpl +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/command/gina.tpl +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/conf/env.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/conf/manifest.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/conf/package.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/conf/settings.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/conf/statics.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/conf/templates.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/error/client/json/401.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/error/client/json/403.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/error/client/json/404.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/error/server/html/50x.html +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/error/server/json/500.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/error/server/json/503.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/core/template/extensions/logger/config.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/helpers/console.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/helpers/context.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/helpers/data/LICENSE +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/helpers/data/README.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/helpers/data/package.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/helpers/data/src/main.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/helpers/dateFormat.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/helpers/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/helpers/json/LICENSE +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/helpers/json/README.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/helpers/json/package.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/helpers/json/src/main.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/helpers/path.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/helpers/plugins/README.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/helpers/plugins/package.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/helpers/plugins/src/api-error.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/helpers/plugins/src/main.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/helpers/prototypes.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/helpers/task.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/helpers/text.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/archiver/README.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/archiver/build.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/archiver/package.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/archiver/src/dep/jszip.min.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/archiver/src/main.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/async/package.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/async/src/main.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cache/README.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cache/build.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cache/package.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/aliases.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/bundle/add.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/bundle/arguments.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/bundle/build.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/bundle/copy.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/bundle/cp.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/bundle/help.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/bundle/help.txt +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/bundle/list.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/bundle/remove.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/bundle/rename.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/bundle/restart.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/bundle/rm.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/bundle/start.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/bundle/status.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/bundle/stop.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/cache/stats.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/env/add.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/env/get.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/env/help.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/env/help.txt +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/env/link-dev.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/env/list.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/env/remove.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/env/rm.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/env/set.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/env/unset.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/env/use.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/framework/arguments.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/framework/build.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/framework/dot.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/framework/get.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/framework/help.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/framework/help.txt +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/framework/init.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/framework/link-node-modules.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/framework/link.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/framework/msg.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/framework/open.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/framework/restart.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/framework/set.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/framework/start.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/framework/status.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/framework/stop.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/framework/tail.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/framework/update.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/framework/version.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/gina-dev.1.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/gina-framework.1.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/gina.1.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/helper.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/minion/help.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/minion/help.txt +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/msg.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/port/help.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/port/help.txt +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/port/inc/scan.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/port/list.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/port/reset.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/port/set.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/project/add.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/project/arguments.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/project/build.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/project/help.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/project/help.txt +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/project/import.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/project/list.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/project/move.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/project/remove.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/project/rename.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/project/restart.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/project/rm.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/project/start.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/project/status.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/project/stop.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/protocol/help.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/protocol/help.txt +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/protocol/list.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/protocol/set.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/scope/add.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/scope/help.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/scope/help.txt +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/scope/link-local.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/scope/link-production.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/scope/list.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/scope/remove.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/scope/rm.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/scope/use.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cmd/view/add.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/collection/README.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/collection/build.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/collection/package.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/config.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cron/README.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cron/package.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/cron/src/main.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/domain/LICENSE +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/domain/README.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/domain/dist/2025-03-14_13-41-20_UTC.dat +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/domain/dist/public_suffix_list.dat +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/domain/dist/public_suffix_list.dat.br +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/domain/dist/public_suffix_list.dat.gz +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/domain/package.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/domain/src/main.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/generator/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/inherits/LICENSE +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/inherits/README.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/inherits/package.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/inherits/src/main.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/logger/README.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/logger/package.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/logger/src/containers/default/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/logger/src/containers/file/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/logger/src/containers/file/lib/logrotator/README.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/logger/src/containers/file/lib/logrotator/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/logger/src/containers/mq/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/logger/src/containers/mq/speaker.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/logger/src/helper.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/math/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/merge/README.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/merge/package.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/merge/src/main.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/model.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/proc.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/routing/README.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/routing/build.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/routing/package.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/routing/src/main.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/routing/src/radix.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/session-store.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/shell.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/state.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/swig-filters/README.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/swig-filters/package.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/swig-filters/src/main.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/url/README.md +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/url/index.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/url/routing.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/validator.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/watcher/package.json +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/lib/watcher/src/main.js +0 -0
- /package/framework/{v0.3.0 → v0.3.1}/package.json +0 -0
|
@@ -1,152 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
/**
|
|
3
|
-
* sql-parser.js — state-machine SQL comment utilities (#SQL1)
|
|
4
|
-
*
|
|
5
|
-
* Shared by the Couchbase N1QL connector and the SQLite connector.
|
|
6
|
-
*
|
|
7
|
-
* Both parsers previously used single-pass regexes that broke on:
|
|
8
|
-
* - Nested block comments: /* outer /* inner */ still-outer */
|
|
9
|
-
* - -- or // inside string literals: WHERE name = 'it''s -- not a comment'
|
|
10
|
-
*
|
|
11
|
-
* The state machine below tracks four states:
|
|
12
|
-
* DEFAULT — normal query text
|
|
13
|
-
* BLOCK — inside /* ... */ (depth counter handles nesting)
|
|
14
|
-
* LINE — inside -- ... or // ... until \n
|
|
15
|
-
* STRING — inside '...' or "..." (doubled-quote escape '' / "")
|
|
16
|
-
*
|
|
17
|
-
* SQL uses doubled-quote escapes ('' not \') — backslash escapes are not
|
|
18
|
-
* recognised here to match standard SQL behaviour.
|
|
19
|
-
*/
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* stripComments — remove all SQL/N1QL comments from src.
|
|
24
|
-
*
|
|
25
|
-
* Block comments /* ... */ are replaced with a single space to preserve
|
|
26
|
-
* token separation. Line comments produce no output. String content is
|
|
27
|
-
* passed through verbatim so -- or /* inside a string literal is never
|
|
28
|
-
* treated as a comment opener.
|
|
29
|
-
*
|
|
30
|
-
* @param {string} src
|
|
31
|
-
* @return {string}
|
|
32
|
-
*/
|
|
33
|
-
function stripComments(src) {
|
|
34
|
-
var out = '';
|
|
35
|
-
var i = 0;
|
|
36
|
-
var len = src.length;
|
|
37
|
-
var depth = 0;
|
|
38
|
-
|
|
39
|
-
while (i < len) {
|
|
40
|
-
var c = src[i];
|
|
41
|
-
var peek = src[i + 1];
|
|
42
|
-
|
|
43
|
-
if (depth > 0) {
|
|
44
|
-
// Inside a block comment
|
|
45
|
-
if (c === '/' && peek === '*') { depth++; i += 2; }
|
|
46
|
-
else if (c === '*' && peek === '/') { depth--; i += 2; if (depth === 0) out += ' '; }
|
|
47
|
-
else { i++; }
|
|
48
|
-
continue;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
// Enter block comment
|
|
52
|
-
if (c === '/' && peek === '*') { depth++; i += 2; continue; }
|
|
53
|
-
|
|
54
|
-
// Line comment (SQL -- or C-style //) — skip to end of line
|
|
55
|
-
if ((c === '-' && peek === '-') || (c === '/' && peek === '/')) {
|
|
56
|
-
while (i < len && src[i] !== '\n') i++;
|
|
57
|
-
continue;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
// String literal — pass through verbatim; handle doubled-quote escapes
|
|
61
|
-
if (c === "'" || c === '"') {
|
|
62
|
-
var q = c;
|
|
63
|
-
out += c;
|
|
64
|
-
i++;
|
|
65
|
-
while (i < len) {
|
|
66
|
-
var ch = src[i++];
|
|
67
|
-
out += ch;
|
|
68
|
-
if (ch === q) {
|
|
69
|
-
if (src[i] === q) { out += src[i++]; } // '' or "" escape
|
|
70
|
-
else break; // end of string
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
continue;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
out += c;
|
|
77
|
-
i++;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
return out;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
/**
|
|
85
|
-
* extractFirstBlockComment — return the first /* ... */ comment verbatim
|
|
86
|
-
* (including the /* and */ delimiters), or null if none is found.
|
|
87
|
-
*
|
|
88
|
-
* Nesting is handled: /* outer /* inner */ */ is treated as one comment
|
|
89
|
-
* and the full extent is returned. String literals are skipped — a /* inside
|
|
90
|
-
* a string does not open a comment.
|
|
91
|
-
*
|
|
92
|
-
* Used by the Couchbase N1QL parser to extract $param references from the
|
|
93
|
-
* leading annotation comment before stripping all comments from the query.
|
|
94
|
-
*
|
|
95
|
-
* @param {string} src
|
|
96
|
-
* @return {string|null}
|
|
97
|
-
*/
|
|
98
|
-
function extractFirstBlockComment(src) {
|
|
99
|
-
var i = 0;
|
|
100
|
-
var len = src.length;
|
|
101
|
-
var depth = 0;
|
|
102
|
-
var start = -1;
|
|
103
|
-
|
|
104
|
-
while (i < len) {
|
|
105
|
-
var c = src[i];
|
|
106
|
-
var peek = src[i + 1];
|
|
107
|
-
|
|
108
|
-
if (depth > 0) {
|
|
109
|
-
if (c === '/' && peek === '*') {
|
|
110
|
-
depth++; i += 2;
|
|
111
|
-
} else if (c === '*' && peek === '/') {
|
|
112
|
-
depth--; i += 2;
|
|
113
|
-
if (depth === 0) return src.slice(start, i);
|
|
114
|
-
} else {
|
|
115
|
-
i++;
|
|
116
|
-
}
|
|
117
|
-
continue;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
// Enter block comment
|
|
121
|
-
if (c === '/' && peek === '*') {
|
|
122
|
-
start = i;
|
|
123
|
-
depth++;
|
|
124
|
-
i += 2;
|
|
125
|
-
continue;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
// String literal — skip, do not scan for comment openers inside strings
|
|
129
|
-
if (c === "'" || c === '"') {
|
|
130
|
-
var q = c;
|
|
131
|
-
i++;
|
|
132
|
-
while (i < len) {
|
|
133
|
-
var ch = src[i++];
|
|
134
|
-
if (ch === q) {
|
|
135
|
-
if (src[i] === q) i++; // '' or "" escape
|
|
136
|
-
else break;
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
continue;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
i++;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
return null; // no block comment found
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
module.exports = {
|
|
150
|
-
stripComments : stripComments,
|
|
151
|
-
extractFirstBlockComment: extractFirstBlockComment
|
|
152
|
-
};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.css
RENAMED
|
File without changes
|
/package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.js
RENAMED
|
File without changes
|
/package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/beemaster/index.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.br
RENAMED
|
File without changes
|
/package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.gz
RENAMED
|
File without changes
|
|
File without changes
|
/package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/html/toolbar.html.br
RENAMED
|
File without changes
|
/package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/html/toolbar.html.gz
RENAMED
|
File without changes
|
/package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/inspector/index.html
RENAMED
|
File without changes
|
/package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/inspector/inspector.css
RENAMED
|
File without changes
|
/package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/inspector/inspector.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js
RENAMED
|
File without changes
|
/package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br
RENAMED
|
File without changes
|
/package/framework/{v0.3.0 → v0.3.1}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/bin/custom_tagControls.bin.html
RENAMED
|
File without changes
|
/package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/bin/custom_varControls.bin.html
RENAMED
|
File without changes
|
|
File without changes
|
/package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/extends_1.expectation.html
RENAMED
|
File without changes
|
|
File without changes
|
/package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/extends_2.expectation.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/extends_set.expectation.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/import.expectation.html
RENAMED
|
File without changes
|
|
File without changes
|
/package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/include.expectation.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/include_extends.test.html
RENAMED
|
File without changes
|
|
File without changes
|
/package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/macros.expectation.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/nested_blocks.expectation.html
RENAMED
|
File without changes
|
/package/framework/{v0.3.0 → v0.3.1}/core/deps/swig-1.4.2/tests/cases/nested_blocks.test.html
RENAMED
|
File without changes
|