gina 0.5.10-alpha.1 → 0.5.10
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 +4 -0
- package/README.md +2 -5
- package/ROADMAP.md +1 -0
- package/framework/v0.5.10/VERSION +1 -0
- package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/controller/controller.js +11 -2
- package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/router.js +32 -0
- package/framework/{v0.5.10-alpha.1 → v0.5.10}/package.json +1 -1
- package/gna.js +4 -4
- package/llms.txt +1 -1
- package/package.json +3 -3
- package/framework/v0.5.10-alpha.1/VERSION +0 -1
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/AUTHORS +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/LICENSE +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/html/nolayout.html +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/html/static.html +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/img/android-chrome-192x192.png +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/img/android-chrome-512x512.png +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/img/apple-touch-icon.png +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/img/favicon-16x16.png +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/img/favicon-32x32.png +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/img/favicon.ico +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.css +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/beemaster/index.html +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/css/gina.min.css +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.br +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.gz +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/html/statusbar.html +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.br +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.gz +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/inspector/have_heart_one-webfont.woff2 +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/inspector/index.html +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/inspector/inspector.css +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/inspector/inspector.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/inspector/logo.svg +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/js/gina.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/js/gina.min.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/config.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/ai/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/ai/lib/connector.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/couchbase/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/couchbase/lib/connector.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/couchbase/lib/connector.v3.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/couchbase/lib/connector.v4.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/couchbase/lib/n1ql.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/couchbase/lib/session-store.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/couchbase/lib/session-store.v3.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/couchbase/lib/session-store.v4.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/mongodb/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/mongodb/lib/connector.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/mongodb/lib/job-store.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/mongodb/lib/pipeline-loader.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/mongodb/lib/session-store.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/mysql/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/mysql/lib/connector.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/postgresql/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/postgresql/lib/connector.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/redis/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/redis/lib/connector.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/redis/lib/job-store.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/redis/lib/session-store.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/scylladb/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/scylladb/lib/connector.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/scylladb/lib/session-store.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/sql-parser.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/sqlite/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/sqlite/lib/connector.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/sqlite/lib/job-store.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/sqlite/lib/session-store.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/content.encoding +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/controller/controller.framework.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/controller/controller.render-json.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/controller/controller.render-nunjucks-async.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/controller/controller.render-nunjucks.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/controller/controller.render-stream.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/controller/controller.render-swig-async.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/controller/controller.render-swig.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/controller/controller.render-v1.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/controller/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/controller/inspector-window-emit.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/deps/busboy-1.6.0/LICENSE +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/deps/busboy-1.6.0/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/deps/busboy-1.6.0/lib/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/deps/busboy-1.6.0/lib/types/multipart.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/deps/busboy-1.6.0/lib/types/urlencoded.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/deps/busboy-1.6.0/lib/utils.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/deps/busboy-1.6.0/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/deps/streamsearch-1.1.0/LICENSE +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/deps/streamsearch-1.1.0/lib/sbmh.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/deps/streamsearch-1.1.0/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/dev/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/dev/lib/class.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/dev/lib/factory.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/dev/lib/tools.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/gna.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/locales/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/locales/currency.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/locales/dist/language/en.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/locales/dist/language/fr.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/locales/dist/region/en.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/locales/dist/region/fr.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/locales/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/mime.types +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/model/entity.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/model/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/model/template/entityFactory.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/model/template/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/csrf/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/csrf/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/csrf/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/coep/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/coep/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/coep/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/coop/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/coop/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/coop/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/corp/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/corp/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/corp/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/csp/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/csp/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/csp/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/hide-powered-by/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/hide-powered-by/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/hide-powered-by/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/hsts/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/hsts/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/hsts/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/origin-agent-cluster/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/origin-agent-cluster/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/origin-agent-cluster/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/referrer-policy/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/referrer-policy/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/referrer-policy/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/x-content-type-options/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/x-content-type-options/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/x-content-type-options/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/x-dns-prefetch-control/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/x-dns-prefetch-control/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/x-dns-prefetch-control/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/x-download-options/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/x-download-options/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/x-download-options/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/x-frame-options/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/x-frame-options/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/x-frame-options/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/x-xss-protection/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/x-xss-protection/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/x-xss-protection/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/session/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/session/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/session/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/storage/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/storage/build.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/storage/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/storage/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/validator/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/validator/build.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/validator/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/validator/src/form-validator.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/validator/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/server.express.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/server.isaac.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/server.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/status.codes +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/_gitignore +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle/config/app.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle/config/connectors.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle/config/routing.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle/config/settings.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle/config/settings.server.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle/config/templates.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle/config/watchers.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle/controllers/controller.content.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle/controllers/controller.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle/controllers/setup.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle/locales/en.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle_namespace/controllers/controller.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle_public/css/default.css +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle_public/css/home.css +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle_public/css/vendor/readme.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle_public/favicon.ico +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle_public/js/vendor/readme.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle_public/manifest.webmanifest +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle_public/readme.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle_public/sw.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle_templates/handlers/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle_templates/html/content/homepage.html +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle_templates/html/includes/error-msg-noscript.html +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle_templates/html/includes/error-msg-outdated-browser.html +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/boilerplate/bundle_templates/html/layouts/main.html +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/command/gina.bat.tpl +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/command/gina.tpl +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/conf/env.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/conf/manifest.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/conf/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/conf/settings.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/conf/statics.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/conf/templates.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/error/client/json/401.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/error/client/json/403.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/error/client/json/404.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/error/server/html/50x.html +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/error/server/json/500.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/error/server/json/503.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/template/extensions/logger/config.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/helpers/console.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/helpers/context.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/helpers/data/LICENSE +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/helpers/data/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/helpers/data/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/helpers/data/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/helpers/dateFormat.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/helpers/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/helpers/json/LICENSE +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/helpers/json/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/helpers/json/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/helpers/json/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/helpers/path.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/helpers/plugins/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/helpers/plugins/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/helpers/plugins/src/api-error.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/helpers/plugins/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/helpers/prototypes.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/helpers/task.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/helpers/text.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/admin/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/admin/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/archiver/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/archiver/build.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/archiver/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/archiver/src/dep/jszip.min.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/archiver/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/async/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/async/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cache/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cache/build.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cache/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cache/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/aliases.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/bundle/add.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/bundle/arguments.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/bundle/build.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/bundle/copy.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/bundle/cp.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/bundle/help.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/bundle/help.txt +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/bundle/inc/name-rewrite.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/bundle/list.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/bundle/man.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/bundle/mcp-start.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/bundle/mcp.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/bundle/oas.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/bundle/openapi.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/bundle/remove.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/bundle/rename.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/bundle/restart.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/bundle/rm.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/bundle/start.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/bundle/status.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/bundle/stop.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/cache/stats.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/connector/add.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/connector/arguments.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/connector/help.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/connector/help.txt +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/connector/infer.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/connector/list.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/connector/migrate.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/connector/models.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/connector/remove.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/connector/rm.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/connector/test.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/env/add.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/env/get.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/env/help.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/env/help.txt +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/env/link-dev.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/env/list.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/env/remove.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/env/rm.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/env/set.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/env/unset.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/env/use.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/framework/add.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/framework/arguments.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/framework/build.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/framework/dot.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/framework/get.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/framework/help.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/framework/help.txt +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/framework/init.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/framework/link-node-modules.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/framework/link.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/framework/list.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/framework/man.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/framework/msg.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/framework/open.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/framework/remove.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/framework/reset.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/framework/restart.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/framework/set.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/framework/start.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/framework/status.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/framework/stop.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/framework/tail.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/framework/update.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/framework/version.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/gina-dev.1.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/gina-framework.1.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/gina.1.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/helper.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/i18n/add.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/i18n/arguments.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/i18n/export.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/i18n/help.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/i18n/help.txt +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/i18n/import.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/i18n/scan.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/inspector/help.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/inspector/help.txt +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/inspector/open.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/man-render.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/minion/arguments.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/minion/help.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/minion/help.txt +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/minion/kill.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/minion/list.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/msg.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/port/help.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/port/help.txt +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/port/inc/scan.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/port/list.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/port/reset.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/port/set.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/project/add.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/project/arguments.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/project/backup.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/project/build.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/project/help.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/project/help.txt +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/project/import.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/project/list.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/project/man.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/project/move.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/project/remove.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/project/rename.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/project/restart.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/project/restore.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/project/rm.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/project/start.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/project/status.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/project/stop.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/protocol/arguments.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/protocol/help.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/protocol/help.txt +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/protocol/list.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/protocol/remove.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/protocol/set.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/scope/add.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/scope/help.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/scope/help.txt +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/scope/link-local.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/scope/link-production.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/scope/list.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/scope/remove.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/scope/rm.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/scope/use.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/secrets/arguments.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/secrets/check.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/secrets/help.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/secrets/help.txt +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/secrets/scan.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/service/help.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/service/help.txt +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/service/list.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/service/man.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/service/start.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd/view/add.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd-status-format/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cmd-status-format/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/collection/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/collection/build.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/collection/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/collection/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/config.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/connector-config/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/connector-config/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/connector-registry/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/connector-registry/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cron/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cron/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/cron/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/domain/LICENSE +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/domain/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/domain/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/domain/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/generator/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/i18n/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/i18n/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/inherits/LICENSE +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/inherits/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/inherits/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/inherits/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/inspector-events/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/inspector-events/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/inspector-redact/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/inspector-redact/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/instrument/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/instrument/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/job/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/job/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/job-store.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/json-config-header/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/json-config-header/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/logger/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/logger/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/logger/src/containers/default/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/logger/src/containers/file/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/logger/src/containers/file/lib/logrotator/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/logger/src/containers/file/lib/logrotator/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/logger/src/containers/mq/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/logger/src/containers/mq/listener.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/logger/src/containers/mq/speaker.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/logger/src/helper.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/logger/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/math/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/mcp-dispatch/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/mcp-dispatch/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/mcp-http/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/mcp-http/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/mcp-server/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/mcp-server/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/merge/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/merge/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/merge/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/metrics/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/metrics/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/model.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/nunjucks-filters/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/nunjucks-filters/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/nunjucks-filters/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/nunjucks-resolver/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/nunjucks-resolver/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/proc.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/routing/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/routing/build.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/routing/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/routing/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/routing/src/radix.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/routing-introspect/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/routing-introspect/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/secrets/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/secrets/src/backends/env.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/secrets/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/session-store.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/shell.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/state.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/swig-filters/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/swig-filters/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/swig-filters/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/swig-resolver/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/swig-resolver/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/template-loaders/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/template-loaders/src/loaders/http.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/template-loaders/src/loaders/memory.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/template-loaders/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/url/README.md +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/url/index.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/url/routing.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/uuid/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/uuid/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/validator.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/watcher/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/watcher/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/ws-framing/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/ws-framing/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/ws-query/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/ws-query/src/main.js +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/ws-session/package.json +0 -0
- /package/framework/{v0.5.10-alpha.1 → v0.5.10}/lib/ws-session/src/main.js +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
|
|
|
6
6
|
and is generated by [Changie](https://github.com/miniscruff/changie).
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
## 0.5.10 - 2026-07-05
|
|
10
|
+
### Fixed
|
|
11
|
+
* Fixed a cross-bundle `getRoute(...).toUrl()` link resolving to an unreachable internal host with a doubled web root on reverse-proxied deployments; a proxied request now resolves the public host for both the Isaac and Express engines.
|
|
12
|
+
|
|
9
13
|
## 0.5.9 - 2026-07-04
|
|
10
14
|
### Fixed
|
|
11
15
|
* Fixed `connector:add`, `connector:rm`, and `connector:migrate --fix` corrupting a `connectors.json` that carries a comment header. The scaffolded bundle template's example block contains a `{` inside a `//` comment, and the write-back split the file at the first raw `{` — which landed inside that comment, commenting out the JSON body's opening brace and dropping the rest of the header, so the file no longer parsed (`connector:list`, `connector:test`, and the bundle's own connector load then failed). The header/body split is now comment-aware and preserves the full comment header verbatim; a comment-free `connectors.json` rewrites byte-for-byte as before.
|
package/README.md
CHANGED
|
@@ -42,12 +42,9 @@ open https://localhost:3100
|
|
|
42
42
|
|
|
43
43
|
> **npm 12+** blocks install scripts by default, and gina's post-install bootstraps `~/.gina` and the framework dependencies. Install with `npm install -g gina@latest --allow-scripts=gina`, or allow it once for all global installs with `npm config set allow-scripts=gina --location=user`. (Not needed on npm ≤ 11.)
|
|
44
44
|
|
|
45
|
-
## What's in 0.5.
|
|
45
|
+
## What's in 0.5.10
|
|
46
46
|
|
|
47
|
-
- **
|
|
48
|
-
- **Fixed — server-side proxy host context is request-scoped (#B66).** The server-side URL, redirect, and config resolvers (`self.getConfig()`, `self.redirect()`, server-rendered asset host resolution, and the per-request routing clone) now resolve the host of the request in hand rather than the last proxied host the worker served. A worker that serves a mix of proxied and direct traffic — or several public hostnames — no longer inherits a stale proxied host. Single-public-host-per-worker deployments are unchanged.
|
|
49
|
-
- **Fixed — `connector:add` / `connector:rm` / `connector:migrate --fix` no longer corrupt a comment-headed `connectors.json`.** The header/body split is now comment-aware, so a `connectors.json` that carries a leading comment header (including the scaffolded example block) is preserved verbatim instead of being truncated into an unparseable file. A comment-free `connectors.json` still rewrites byte-for-byte as before.
|
|
50
|
-
- **Fixed — latent `ReferenceError` in server-side URL resolution for redirect routes.** A leftover debug statement referenced an undefined variable and would throw whenever a redirect-flagged route's `toUrl()` was resolved server-side; it has been removed.
|
|
47
|
+
- **Fixed — server-side cross-bundle `getRoute('route@bundle').toUrl()` now resolves the public host on reverse-proxied deployments (#B67).** A controller building a cross-bundle URL server-side — e.g. `self.redirect(getRoute('<route>@<otherBundle>').toUrl())` — could emit an unreachable internal host with a doubled web root on a proxied request; it now resolves the public host for both the Isaac and Express engines. This completes the `0.5.9` client-side cross-bundle URL fix (#B66) on the server side. Single-public-host-per-worker deployments are otherwise unchanged.
|
|
51
48
|
|
|
52
49
|
See the full [Changelog](./CHANGELOG.md) and [Roadmap](./ROADMAP.md).
|
|
53
50
|
|
package/ROADMAP.md
CHANGED
|
@@ -34,6 +34,7 @@ This roadmap covers planned features, architectural improvements, new connectors
|
|
|
34
34
|
| **Q3 2026** | `0.5.7` ✅ | Durable async-job stores — `jobs.store` (app.json) → `connectors.json` entry: SQLite (`node:sqlite`, zero new dependencies) · MongoDB (shared mongod, multi-pod) · Redis (`ioredis`, atomic per-state + expiry indexes, Redis Cluster via hash-tagged prefix); restart-durable, cross-process, fail-fast on an unbuildable store · opt-in failed-job retry (`maxAttempts` + exponential backoff; completion webhook fires exactly once) · npm 12 readiness (install + release tooling, `--allow-scripts=gina` guidance) · render-delegate concurrency fixes (production cross-request data bleed / wrong-controller error routing / cached-route 500) · `"connector": "redis"` entry no longer aborts boot · **Security**: static-asset path-traversal fix — resolver paths canonicalised and confined to their `statics.json` mapping target (404 on any escape, `%2F` / `%2e%2e` forms included) |
|
|
35
35
|
| **Q3 2026** | `0.5.8` ✅ | `connector:models` — list a configured AI connector's provider models (the read sibling of `connector:test --connect`) · per-group `gina help [<group>]` · **Fixed**: reverse-proxy host context request-scoped — `PROXY_HOST` / `PROXY_HOSTNAME` no longer freeze at the first proxied request (single-hop and multi-hop `X-Forwarded-Host` both handled; raw `host:port` unchanged) · CLI help polish (per-group help output, clean message for an unknown action, em-dash flag typos) |
|
|
36
36
|
| **Q3 2026** | `0.5.9` ✅ | **Security**: reverse-proxied deployments no longer disclose a bundle's internal `scheme://host:port` to the browser — the client `gina.config.hostname` and the fetched `/_gina/assets/routing.json` serve a public host-only origin and a host-stripped routing map to proxied clients (direct `host:port` access byte-identical), also fixing cross-bundle client `getRoute(...).toUrl()` which previously resolved to the unreachable internal host (#B66) · **Fixed**: the server-side URL / redirect / config resolvers request-scope the proxy host, so a worker serving mixed proxied + direct traffic (or several public hosts) no longer inherits a stale proxied host (#B66 S2b) · **Fixed**: `connector:add` / `connector:rm` / `connector:migrate --fix` no longer corrupt a comment-headed `connectors.json` · **Fixed**: a latent `ReferenceError` in server-side URL resolution for redirect-flagged routes |
|
|
37
|
+
| **Q3 2026** | `0.5.10` ✅ | **Fixed**: server-side cross-bundle `getRoute('route@bundle').toUrl()` now resolves the public host on reverse-proxied deployments — a controller building a cross-bundle URL server-side (e.g. via `self.redirect`) could emit an unreachable internal host with a doubled web root on a proxied request; it now resolves the public host for both the Isaac and Express engines. Completes the `0.5.9` client-side cross-bundle URL fix on the server side (#B67) |
|
|
37
38
|
| **Q1 2027** | `0.5.x` | HTTP/2 priorities (blocked on Node scheduler hooks) · Beemaster admin + visual translation editor |
|
|
38
39
|
| **Q3 2027** | `1.0.0` | First stable release — Windows alpha compatibility is a hard gate |
|
|
39
40
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.5.10
|
|
@@ -614,12 +614,21 @@ function SuperController(options) {
|
|
|
614
614
|
ctx.config.envConf._isRoutingUpdateNeeded = false;
|
|
615
615
|
}
|
|
616
616
|
|
|
617
|
+
// #B67 — a hostname must never carry a webroot. Previously this wrote
|
|
618
|
+
// `hostname` (= _config.hostname + server.webroot), so getRoute's
|
|
619
|
+
// `PROXY_HOSTNAME || envConf._proxyHostname` fallback (main.js:1105)
|
|
620
|
+
// appended a child bundle's webroot to a value already ending in the
|
|
621
|
+
// parent's webroot -> the <host>/<webroot>//<webroot> blend. Write the
|
|
622
|
+
// host-only `_config.hostname`; the primary public-host resolution now
|
|
623
|
+
// comes from the engine-agnostic PROXY_HOSTNAME refresh (router.js),
|
|
624
|
+
// leaving this a webroot-free fallback. Compare host-only too, so the
|
|
625
|
+
// change-detection does not spuriously refire every request.
|
|
617
626
|
if (
|
|
618
627
|
typeof(ctx.config.envConf._proxyHostname) == 'undefined'
|
|
619
628
|
||
|
|
620
|
-
hostname != ctx.config.envConf._proxyHostname
|
|
629
|
+
_config.hostname != ctx.config.envConf._proxyHostname
|
|
621
630
|
) {
|
|
622
|
-
ctx.config.envConf._proxyHostname = (isProxyHost) ? hostname : null;
|
|
631
|
+
ctx.config.envConf._proxyHostname = (isProxyHost) ? _config.hostname : null;
|
|
623
632
|
ctx.config.envConf._isRoutingUpdateNeeded = true;
|
|
624
633
|
}
|
|
625
634
|
|
|
@@ -245,6 +245,38 @@ function Router(env, scope) {
|
|
|
245
245
|
|
|
246
246
|
setContext('isProxyHost', isProxyHost);
|
|
247
247
|
|
|
248
|
+
// #B67 — lift the reverse-proxy host derivation to this engine-agnostic
|
|
249
|
+
// point so BOTH engines (isaac + express) resolve a cross-bundle
|
|
250
|
+
// getRoute('<route>@<bundle>').toUrl() to the PUBLIC host. server.isaac.js
|
|
251
|
+
// already stashes the per-request slots + refreshes the worker-global
|
|
252
|
+
// process.gina.PROXY_HOSTNAME (host-only, public), but that block is
|
|
253
|
+
// isaac-only; an Express-engine request (or a slot-less isaac request)
|
|
254
|
+
// reaches getRoute with getContext('isProxyHost')=true, PROXY_HOSTNAME
|
|
255
|
+
// falsy, and envConf._proxyHostname = host+webroot -> getRoute falls back
|
|
256
|
+
// (main.js:1105) to the host+webroot value -> the
|
|
257
|
+
// <host>/<webroot>//<webroot> blend. Gated on THIS request's proxied
|
|
258
|
+
// classification (port-less inbound Host, or an X-Forwarded-Host), NOT on
|
|
259
|
+
// the sticky isProxyHost latch, so it can never freeze at a `host:port`
|
|
260
|
+
// (raw) value (the #B65 freeze-guard). Host-only, public; scheme prefers
|
|
261
|
+
// X-Forwarded-Proto (TLS-terminating proxy) then PROXY_SCHEME then the
|
|
262
|
+
// bundle scheme.
|
|
263
|
+
var proxyReqHost = request.headers.host || request.headers[':authority'];
|
|
264
|
+
var proxyReqIsProxied = (
|
|
265
|
+
( proxyReqHost && !/\:[0-9]+$/.test(proxyReqHost) )
|
|
266
|
+
|| request.headers['x-forwarded-host']
|
|
267
|
+
) ? true : false;
|
|
268
|
+
if ( proxyReqIsProxied ) {
|
|
269
|
+
var proxyReqScheme = request.headers['x-forwarded-proto']
|
|
270
|
+
|| process.gina.PROXY_SCHEME
|
|
271
|
+
|| conf.server.scheme;
|
|
272
|
+
if ( request.headers['x-forwarded-host'] ) {
|
|
273
|
+
process.gina.PROXY_HOSTNAME = proxyReqScheme +'://'+ request.headers['x-forwarded-host'];
|
|
274
|
+
process.gina.PROXY_HOST = request.headers['x-forwarded-host'];
|
|
275
|
+
} else {
|
|
276
|
+
process.gina.PROXY_HOSTNAME = proxyReqScheme +'://'+ proxyReqHost;
|
|
277
|
+
process.gina.PROXY_HOST = proxyReqHost;
|
|
278
|
+
}
|
|
279
|
+
}
|
|
248
280
|
|
|
249
281
|
|
|
250
282
|
/**
|
package/gna.js
CHANGED
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
'use strict';
|
|
16
16
|
|
|
17
17
|
// Framework core — the main gna module (lifecycle hooks, lib, etc.)
|
|
18
|
-
var _gna = require('./framework/v0.5.10
|
|
18
|
+
var _gna = require('./framework/v0.5.10/core/gna');
|
|
19
19
|
|
|
20
20
|
// SuperController and EntitySuper — loaded from their source modules
|
|
21
|
-
var SuperController = require('./framework/v0.5.10
|
|
22
|
-
var EntitySuper = require('./framework/v0.5.10
|
|
21
|
+
var SuperController = require('./framework/v0.5.10/core/controller');
|
|
22
|
+
var EntitySuper = require('./framework/v0.5.10/core/model/entity');
|
|
23
23
|
|
|
24
24
|
// uuid — from the lib registry
|
|
25
|
-
var uuid = require('./framework/v0.5.10
|
|
25
|
+
var uuid = require('./framework/v0.5.10/lib/uuid');
|
|
26
26
|
|
|
27
27
|
module.exports = {
|
|
28
28
|
|
package/llms.txt
CHANGED
|
@@ -795,7 +795,7 @@ Dev-mode query instrumentation captures every database query tied to the current
|
|
|
795
795
|
|
|
796
796
|
80. **CSRF — three-phase protection (`#CSRF1` Session plugin / `#CSRF2` signed double-submit token / `#CSRF3` Origin pre-filter)** — Session plugin hardens `express-session` cookie defaults from `settings.json > session.cookie.{sameSite, httpOnly, secure}` (opt-in, one-line bundle bootstrap swap, never transparent because bundles legitimately set `httpOnly: false`); signed token middleware uses `crypto.timingSafeEqual` HMAC-SHA256 bound to `req.session.id` with per-route `routing.json > "csrfExempt": true` opt-out (see `routing-and-http2.md § "Per-route flags"` for `req.routing.csrfExempt` two-step propagation: `lib/routing` extracts → `core/server.js` hoists, top-level on `req.routing` not under `param.*`); Origin pre-filter folded INSIDE `gina.plugins.Csrf()` BEFORE token verify on mutating methods, allowlist via `settings.json > csrf.allowedOrigins` (empty defaults to `[bundleHostname]` auto-derived). Negative-invariant lock: matching token + mismatching Origin still 403s — token layer ≠ Origin layer. Implementation traps from the trilogy: plan-vs-shipped attribute drift (downstream commits must `grep -n '<attribute>' <upstream-source-file>` before referencing — source on develop wins, not the plan); CI flake-vs-regression triage (same-message-different-SHA pairs need `git diff --stat A..B` first); source-inspection `indexOf` matches the function DEFINITION before the call site (use unique assignment LHS like `requestOrigin = parseRequestOrigin(req)`); `Origin: "null"` is a real browser value (sandboxed iframes / `file://`) and needs an explicit `s === 'null'` guard so the parser falls through to Referer instead of 403'ing for "origin not allowed".
|
|
797
797
|
|
|
798
|
-
93. **Reverse-proxy path-prefix awareness via `X-Forwarded-Prefix` — the bundle's internal `server.webroot` stays `/`, but the value templated into `gina.config.webroot` carries the proxy's mount path so client-side root-relative URLs (`/_gina/assets/routing.json`, the `gina.min.css` link injection, etc.) target the correct upstream through the proxy instead of routing to whichever bundle answered bare `/`.** Standard header used by Spring Boot, Traefik, FastAPI, ASP.NET Core, NestJS, Quarkus. Capture site: `core/server.isaac.js` proxy-detection block (sibling to the `X-Forwarded-Host` / `X-Forwarded-Proto` reads); normalisation rules — leading slash added if missing, trailing slashes stripped, empty / `"/"` dropped; stored on `process.gina.PROXY_PREFIX`. Composition site: `core/controller/controller.js` at the `set('page.environment.webroot', ...)` call (~line 513) — when `PROXY_PREFIX` is set, public webroot becomes `prefix + bundle.server.webroot` (slash-normalised), then templated into `gina.onload.min.js`. Internal disk-path resolution and asset-rewrite call sites (e.g. `controller.js:927,956`) still use the bundle's native `server.webroot` — only the browser-facing `gina.config.webroot` carries the prefix; the proxy strips the prefix when forwarding upstream so the bundle's static handlers receive native paths. Symptom shape that surfaces this gap: browser fetches `/_gina/*` URLs that nginx routes to the wrong upstream (the bundle that owns bare `/`, not the bundle that rendered the page); inspector indicator names one bundle but `routing.json` contents come from another. Server-side asset URL rewriting at `controller.js:927,956` and the `linkTo` family also write URLs intended for browser consumption — same prefix-awareness gap, deferred follow-up. The bare `/_gina/assets/routing.json` handler exists only in `server.isaac.js` with no engine-agnostic equivalent in `server.js`; bundles using the Express engine don't have this endpoint at all — independent of this slice but worth noting on the next `/_gina/*` parity sweep. Established 2026-05-06 after the symptom surfaced from a multi-bundle nginx deployment where a sub-path bundle's pages were fetching the root bundle's `routing.json`. **Sibling fix — reverse-proxy HOST context request-scoped (`#B65`, 2026-07-04):** the same one-shot `!isProxyHost` gate froze the `PROXY_HOST` / `PROXY_HOSTNAME` worker-globals (derived from a port-less `Host` or `X-Forwarded-Host`) at the FIRST proxied request's value, and internal `Controller::query()` forwards read that frozen global. `core/server.isaac.js` now request-scopes them — per-request `request._ginaIsProxyHost` / `_ginaProxyHost` / `_ginaProxyHostname` slots (mirroring `_ginaProxyPrefix`), and the worker-global is refreshed on EVERY proxied request so it can never freeze (and, being written ONLY from proxied requests, can never freeze to a raw `host:port`); `core/controller/controller.js` forwards THIS request's proxied host from the slot (worker-global fallback for req-less callers: released-response / ws-query). Classification: a request is proxied when its inbound `Host` is port-less OR it carries `X-Forwarded-Host` — which separates all three topologies safely: RAW `host:port` (never classified proxied → URL builders keep the static config host, unchanged), single-hop (port-less Host → host = Host), multi-hop (`X-Forwarded-Host` wins). `setContext('isProxyHost', true)` stays monotonic (cert-skip readers unaffected). Server-side only, NO dist rebuild; the SERVER-side serve-time rewrites are S2b (shipped 2026-07-04 — see the end of this entry), and the browser-bundled `lib/routing` `toUrl` worker-global proxy read (#B66 S2c) was MEASURED INERT and CLOSED (2026-07-04, no code — inert in single-public-host all-proxied topologies; only mixed-worker / multi-host contaminate; a server-side caller-override fix needs NO dist rebuild — see the end of this entry). Tests: `server.isaac.test.js §15/§15b` (three-topology + freeze-fix + gate-removal subtract), `controller.test.js §30/§30b` (slot-wins-over-stale-global forward, raw-no-forward, req-less→global fallback). **Follow-up — browser-side residual fixed (`#B66`, 2026-07-04):** #B65 fixed the SERVER-side host context; the BROWSER still received every bundle's INTERNAL `scheme://host:port` via two surfaces — the inline `gina.config.hostname` whisper (`controller.js` ~556) AND the boot-static `/_gina/assets/routing.json` blob (`server.isaac.js`). #B66 closes both, SERVER-SIDE, gated on the SAME per-request `request._ginaIsProxyHost` slot (RAW byte-identical, NO dist rebuild): **S1** whispers `page.environment.hostname = local.req._ginaProxyHostname` (host-only, port-less, forwarded scheme) when proxied — the internal `hostname` var + `_proxyHostname` stay byte-identical (grep-confirmed no server-side reader of `page.environment.hostname` besides the whisper template); **S2** boot-builds a SECOND host-stripped `routing.json` (drops each route's `host`+`hostname`, KEEPS `webroot`, still `.br`/`.gz`), served instead of the full blob when proxied with `Cache-Control: private` (a shared cache must not cross-serve variants). The host-only whisper is what flips the browser routing self-check (`lib/routing/src/main.js:1034` — it can't strip a port/webroot the whispered value carries, so an internal `host:port(+webroot)` leaves it false), after which cross-bundle `toUrl` (`:1189/1193`) resolves same-origin instead of the unreachable internal host. Measured (daemonless 2-bundle + reverse-proxy-header repro, real `getRoute().toUrl()` 4-state matrix): S1 ALONE fixes the function (route.hostname intact → public origin); stripping `route.hostname` is SAFE (the design's "degrades to a same-origin URL, no throw" holds) and matters ONLY in states where S1 hasn't flipped the self-check, which are UNREACHABLE in production because S1+S2 are COUPLED by the same per-request gate (both fire when proxied, neither when raw). Precision correction to the design's raw-form claim: in that unreachable strip-without-S1 state the RAW `toUrl` return carries an `"undefined"` segment — `''+this.hostname` with the host/hostname key absent → `"undefined/webroot/path"`, which the browser resolves RELATIVE to the current origin (same-origin, wrong path — i.e. the design's "relative same-origin" is functionally right; its "no undefined" summary just missed the raw segment); `"no throw"` holds because `webroot` is kept. The one out-of-scope edge is a mode-2 proxied deploy whose PUBLIC url carries an explicit port (self-check needs `!location.port`), already broken today. Tests: `controller.test.js §31/§31b`, `server.isaac.test.js §16/§16b` (+ the §09 fixed-window X-Powered-By pin converted to a structural ordering pin — the handler insert displaced it, sanctioned test change). **S2b shipped (2026-07-04, server-side, NO dist rebuild):** the 4 serve-time host rewrites in `controller.js` — the setOptions routing-clone gate + the `page.environment.proxyHost/Hostname` whisper, `getNodeRes`'s proxied-host build, `redirect`'s target host, and `getConfig`'s hostname/host override — now read THIS request's per-request slot (`local.req._ginaIsProxyHost` / `_ginaProxyHost` / `_ginaProxyHostname`) with the worker-global as a MANDATORY fallback (the Express engine — the default when `engine` is unset — never sets the slots, and `getConfig` is reachable req-less: ws-query / released-response / async health probe). Closes the mixed-worker/multi-tenant/concurrent-request residual — a direct or interleaved request on a worker that just served a proxied one no longer resolves the stale last-proxied host. Measured non-leaks left out of scope: the isSpecialCase `:host != PROXY_HOST` comparisons (a cross-bundle-link heuristic a stale global can't flip) and `query()`'s `PROXY_SCHEME` (boot-static, never per-request-refreshed). §12 reconcile — the getConfig re-point is neutral-or-better for the Origin-header false-positive: `_ginaIsProxyHost` is classified in `server.isaac.js` (`:1704`) BEFORE the Origin→Host rewrite (`:2089`), so a same-origin direct POST classifies `false` and getConfig no longer overwrites the config hostname. Live before/after on the REAL getConfig (mixed proxied-A → raw → proxied-B interleave: 2 fails → 5/5). Tests: `controller.test.js §32/§32b` (source pins on all 4 sites + pure-logic replicas + subtract). The browser-bundled `lib/routing` `toUrl`/`getRoute` worker-global proxy read (#B66 S2c) was MEASURED INERT and CLOSED (2026-07-04, no code) — inert in the single-public-host all-proxied topology (only mixed-worker / multi-host contaminate); a server-side caller-override fix (NO dist rebuild) is the ready recipe if a future topology needs it.
|
|
798
|
+
93. **Reverse-proxy path-prefix awareness via `X-Forwarded-Prefix` — the bundle's internal `server.webroot` stays `/`, but the value templated into `gina.config.webroot` carries the proxy's mount path so client-side root-relative URLs (`/_gina/assets/routing.json`, the `gina.min.css` link injection, etc.) target the correct upstream through the proxy instead of routing to whichever bundle answered bare `/`.** Standard header used by Spring Boot, Traefik, FastAPI, ASP.NET Core, NestJS, Quarkus. Capture site: `core/server.isaac.js` proxy-detection block (sibling to the `X-Forwarded-Host` / `X-Forwarded-Proto` reads); normalisation rules — leading slash added if missing, trailing slashes stripped, empty / `"/"` dropped; stored on `process.gina.PROXY_PREFIX`. Composition site: `core/controller/controller.js` at the `set('page.environment.webroot', ...)` call (~line 513) — when `PROXY_PREFIX` is set, public webroot becomes `prefix + bundle.server.webroot` (slash-normalised), then templated into `gina.onload.min.js`. Internal disk-path resolution and asset-rewrite call sites (e.g. `controller.js:927,956`) still use the bundle's native `server.webroot` — only the browser-facing `gina.config.webroot` carries the prefix; the proxy strips the prefix when forwarding upstream so the bundle's static handlers receive native paths. Symptom shape that surfaces this gap: browser fetches `/_gina/*` URLs that nginx routes to the wrong upstream (the bundle that owns bare `/`, not the bundle that rendered the page); inspector indicator names one bundle but `routing.json` contents come from another. Server-side asset URL rewriting at `controller.js:927,956` and the `linkTo` family also write URLs intended for browser consumption — same prefix-awareness gap, deferred follow-up. The bare `/_gina/assets/routing.json` handler exists only in `server.isaac.js` with no engine-agnostic equivalent in `server.js`; bundles using the Express engine don't have this endpoint at all — independent of this slice but worth noting on the next `/_gina/*` parity sweep. Established 2026-05-06 after the symptom surfaced from a multi-bundle nginx deployment where a sub-path bundle's pages were fetching the root bundle's `routing.json`. **Sibling fix — reverse-proxy HOST context request-scoped (`#B65`, 2026-07-04):** the same one-shot `!isProxyHost` gate froze the `PROXY_HOST` / `PROXY_HOSTNAME` worker-globals (derived from a port-less `Host` or `X-Forwarded-Host`) at the FIRST proxied request's value, and internal `Controller::query()` forwards read that frozen global. `core/server.isaac.js` now request-scopes them — per-request `request._ginaIsProxyHost` / `_ginaProxyHost` / `_ginaProxyHostname` slots (mirroring `_ginaProxyPrefix`), and the worker-global is refreshed on EVERY proxied request so it can never freeze (and, being written ONLY from proxied requests, can never freeze to a raw `host:port`); `core/controller/controller.js` forwards THIS request's proxied host from the slot (worker-global fallback for req-less callers: released-response / ws-query). Classification: a request is proxied when its inbound `Host` is port-less OR it carries `X-Forwarded-Host` — which separates all three topologies safely: RAW `host:port` (never classified proxied → URL builders keep the static config host, unchanged), single-hop (port-less Host → host = Host), multi-hop (`X-Forwarded-Host` wins). `setContext('isProxyHost', true)` stays monotonic (cert-skip readers unaffected). Server-side only, NO dist rebuild; the SERVER-side serve-time rewrites are S2b (shipped 2026-07-04 — see the end of this entry), and the browser-bundled `lib/routing` `toUrl` worker-global proxy read (#B66 S2c) was MEASURED INERT and CLOSED (2026-07-04, no code — inert in single-public-host all-proxied topologies; only mixed-worker / multi-host contaminate; a server-side caller-override fix needs NO dist rebuild — see the end of this entry). Tests: `server.isaac.test.js §15/§15b` (three-topology + freeze-fix + gate-removal subtract), `controller.test.js §30/§30b` (slot-wins-over-stale-global forward, raw-no-forward, req-less→global fallback). **Follow-up — browser-side residual fixed (`#B66`, 2026-07-04):** #B65 fixed the SERVER-side host context; the BROWSER still received every bundle's INTERNAL `scheme://host:port` via two surfaces — the inline `gina.config.hostname` whisper (`controller.js` ~556) AND the boot-static `/_gina/assets/routing.json` blob (`server.isaac.js`). #B66 closes both, SERVER-SIDE, gated on the SAME per-request `request._ginaIsProxyHost` slot (RAW byte-identical, NO dist rebuild): **S1** whispers `page.environment.hostname = local.req._ginaProxyHostname` (host-only, port-less, forwarded scheme) when proxied — the internal `hostname` var + `_proxyHostname` stay byte-identical (grep-confirmed no server-side reader of `page.environment.hostname` besides the whisper template); **S2** boot-builds a SECOND host-stripped `routing.json` (drops each route's `host`+`hostname`, KEEPS `webroot`, still `.br`/`.gz`), served instead of the full blob when proxied with `Cache-Control: private` (a shared cache must not cross-serve variants). The host-only whisper is what flips the browser routing self-check (`lib/routing/src/main.js:1034` — it can't strip a port/webroot the whispered value carries, so an internal `host:port(+webroot)` leaves it false), after which cross-bundle `toUrl` (`:1189/1193`) resolves same-origin instead of the unreachable internal host. Measured (daemonless 2-bundle + reverse-proxy-header repro, real `getRoute().toUrl()` 4-state matrix): S1 ALONE fixes the function (route.hostname intact → public origin); stripping `route.hostname` is SAFE (the design's "degrades to a same-origin URL, no throw" holds) and matters ONLY in states where S1 hasn't flipped the self-check, which are UNREACHABLE in production because S1+S2 are COUPLED by the same per-request gate (both fire when proxied, neither when raw). Precision correction to the design's raw-form claim: in that unreachable strip-without-S1 state the RAW `toUrl` return carries an `"undefined"` segment — `''+this.hostname` with the host/hostname key absent → `"undefined/webroot/path"`, which the browser resolves RELATIVE to the current origin (same-origin, wrong path — i.e. the design's "relative same-origin" is functionally right; its "no undefined" summary just missed the raw segment); `"no throw"` holds because `webroot` is kept. The one out-of-scope edge is a mode-2 proxied deploy whose PUBLIC url carries an explicit port (self-check needs `!location.port`), already broken today. Tests: `controller.test.js §31/§31b`, `server.isaac.test.js §16/§16b` (+ the §09 fixed-window X-Powered-By pin converted to a structural ordering pin — the handler insert displaced it, sanctioned test change). **S2b shipped (2026-07-04, server-side, NO dist rebuild):** the 4 serve-time host rewrites in `controller.js` — the setOptions routing-clone gate + the `page.environment.proxyHost/Hostname` whisper, `getNodeRes`'s proxied-host build, `redirect`'s target host, and `getConfig`'s hostname/host override — now read THIS request's per-request slot (`local.req._ginaIsProxyHost` / `_ginaProxyHost` / `_ginaProxyHostname`) with the worker-global as a MANDATORY fallback (the Express engine — the default when `engine` is unset — never sets the slots, and `getConfig` is reachable req-less: ws-query / released-response / async health probe). Closes the mixed-worker/multi-tenant/concurrent-request residual — a direct or interleaved request on a worker that just served a proxied one no longer resolves the stale last-proxied host. Measured non-leaks left out of scope: the isSpecialCase `:host != PROXY_HOST` comparisons (a cross-bundle-link heuristic a stale global can't flip) and `query()`'s `PROXY_SCHEME` (boot-static, never per-request-refreshed). §12 reconcile — the getConfig re-point is neutral-or-better for the Origin-header false-positive: `_ginaIsProxyHost` is classified in `server.isaac.js` (`:1704`) BEFORE the Origin→Host rewrite (`:2089`), so a same-origin direct POST classifies `false` and getConfig no longer overwrites the config hostname. Live before/after on the REAL getConfig (mixed proxied-A → raw → proxied-B interleave: 2 fails → 5/5). Tests: `controller.test.js §32/§32b` (source pins on all 4 sites + pure-logic replicas + subtract). The browser-bundled `lib/routing` `toUrl`/`getRoute` worker-global proxy read (#B66 S2c) was MEASURED INERT and CLOSED (2026-07-04, no code) — inert in the single-public-host all-proxied topology (only mixed-worker / multi-host contaminate); a server-side caller-override fix (NO dist rebuild) is the ready recipe if a future topology needs it. **#B67 fixed (2026-07-05, commit `439a49a1`):** the SERVER-side *proxied* cross-bundle `getRoute('<route>@<child>').toUrl()` redirect — a genuine residual the "S2c inert" claim did NOT cover (a direct `getRoute().toUrl()` has no `url`-filter override, so it emitted an unreachable host+webroot blend `<parent-internal-host>:<port>/<parent-webroot>//<child-webroot>` instead of `<public-host>/<child-webroot>`) — is now fixed engine-agnostically WITHOUT touching getRoute (NO dist rebuild): `core/router.js` refreshes the host-only worker-global `PROXY_HOSTNAME` at the engine-agnostic routing point (right after `setContext('isProxyHost', …)`) on every request classified proxied by THIS request's Host (`port-less Host || X-Forwarded-Host` — the #B65 gate, not the sticky latch, so no freeze), and `core/controller/controller.js:622` writes a host-ONLY `_proxyHostname` (was host+webroot), so getRoute's `PROXY_HOSTNAME || _proxyHostname` fallback reads the public host for BOTH engines and the double-webroot blend is gone. The MIXED-worker raw-after-proxied edge stays #B66 S2c (inert; ready escalation = the Approach-A ALS above — a req-less singleton like getRoute needs an ALS OR a reliably-refreshed engine-agnostic worker-global, never a per-request slot it can't read). Tests: `router.test.js §12` (3-topology × both-engine composition + subtract) + `controller.test.js §33`.
|
|
799
799
|
|
|
800
800
|
94. **ScyllaDB / Cassandra connector — `cassandra-driver` wrapper + fictitious `@scylladb/scylla-driver` registry placeholder + CQL ergonomics + `USING TTL` session store** — The Node.js ecosystem has no first-party shard-aware ScyllaDB driver (Python / Java / Go / Rust drivers are first-party shard-aware; Node.js is not), so the framework `scylladb` connector wraps `cassandra-driver` (Apache Software Foundation, `>=4.0.0` requires Node >=20, eval-safe per #SCS1 posture). Pre-#CN5 `lib/connector-registry/src/main.js` pinned `@scylladb/scylla-driver@>=1.0.0` as a placeholder — that npm package does not exist (404), which would have failed at install time the moment `connector:add primary --connector=scylladb --driver-version=...` printed its install hint. **Always `npm view <pkg>` to confirm the package exists** when populating registry-style mappings — same shape as the #I18N2 `intl-messageformat@9.13.0` non-existent-version trap. **CQL ORM** mirrors the SQL connector shape: entity files at `models/<keyspace>/cql/<Entity>/*.sql` (distinct dir like Couchbase's `n1ql/`, uniform `.sql` extension), `?` positional placeholders, `client.execute(query, args, { prepare: true })` returning Promise + `.onComplete()` shim, `@param` casting for CQL types (text/int/bigint/uuid/timeuuid/timestamp/boolean/blob/list/set/map/decimal/double/inet), `@return` coercion handling SELECT rows / LWT `[applied]` / write defaults. **CQL session store** has no Redis-EXPIRE equivalent — `set()` issues `INSERT … USING TTL <ttl>` (atomic write + expiry); `touch()` issues `UPDATE … USING TTL <ttl> SET sess = ? WHERE sid = ?` (rewrites data with fresh TTL); `clear()` uses CQL `TRUNCATE` (heavy cluster op — the only full-table delete CQL allows). Required schema: `CREATE TABLE sessions (sid TEXT PRIMARY KEY, sess TEXT) WITH default_time_to_live = 86400`. Promise → callback safety mirrors post-#CB-BUG-4: write methods MUST call `fn(null)` explicitly inside `.then()`, never `.then(fn)` directly. Established 2026-05-09 (#CN5). **MongoDB connector (#CN6)** — wraps the official `mongodb` driver (`>=7.0.0`); JSON op files at `models/<db>/pipelines/<Entity>/*.json` with `{"$arg":N}` / `{"$oid":hex}` / `"$scope"` placeholders + `castParam` BSON coercion (`objectid`/`int`/`long`/`double`/`date`/etc.); self-contained TTL-index session store auto-creates `{expiresAt:1}` (`expireAfterSeconds:0`, one-shot `_ttlReady` guard, `IndexOptionsConflict` warn-and-continue) and filters `{expiresAt:{$gt:now}}` because Mongo's TTL monitor lags up to 60s (vs Scylla's server-side `USING TTL` reap — same intent, different mechanism). Both connectors' registry pins must EXIST and be CURRENT (`npm view <pkg>` — the `@scylladb/scylla-driver` 404 + stale `mongodb>=5` traps). Established 2026-05-09 (#CN6).
|
|
801
801
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gina",
|
|
3
|
-
"version": "0.5.10
|
|
3
|
+
"version": "0.5.10",
|
|
4
4
|
"description": "Node.js MVC framework with built-in HTTP/2, multi-bundle architecture, and scope-based data isolation — no Express dependency",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nodejs",
|
|
@@ -73,12 +73,12 @@
|
|
|
73
73
|
"gina-container": "bin/gina-container",
|
|
74
74
|
"gina-init": "bin/gina-init"
|
|
75
75
|
},
|
|
76
|
-
"main": "./framework/v0.5.10
|
|
76
|
+
"main": "./framework/v0.5.10/core/gna",
|
|
77
77
|
"exports": {
|
|
78
78
|
".": {
|
|
79
79
|
"types": "./types/index.d.ts",
|
|
80
80
|
"import": "./index.mjs",
|
|
81
|
-
"require": "./framework/v0.5.10
|
|
81
|
+
"require": "./framework/v0.5.10/core/gna.js"
|
|
82
82
|
},
|
|
83
83
|
"./gna": {
|
|
84
84
|
"types": "./types/gna.d.ts",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.5.10-alpha.1
|
|
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.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/css/gina.min.css
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
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/inspector/logo.svg
RENAMED
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/js/gina.js
RENAMED
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/js/gina.min.js
RENAMED
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br
RENAMED
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/asset/plugin/dist/vendor/gina/js/gina.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
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/couchbase/lib/connector.v3.js
RENAMED
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/couchbase/lib/connector.v4.js
RENAMED
|
File without changes
|
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/couchbase/lib/session-store.js
RENAMED
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/couchbase/lib/session-store.v3.js
RENAMED
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/couchbase/lib/session-store.v4.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/mongodb/lib/pipeline-loader.js
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
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/connectors/scylladb/lib/session-store.js
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.5.10-alpha.1 → v0.5.10}/core/controller/controller.render-nunjucks-async.js
RENAMED
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/controller/controller.render-nunjucks.js
RENAMED
|
File without changes
|
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/controller/controller.render-swig-async.js
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
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/deps/busboy-1.6.0/lib/types/multipart.js
RENAMED
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/deps/busboy-1.6.0/lib/types/urlencoded.js
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
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/coep/README.md
RENAMED
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/coep/package.json
RENAMED
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/coep/src/main.js
RENAMED
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/coop/README.md
RENAMED
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/coop/package.json
RENAMED
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/coop/src/main.js
RENAMED
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/corp/README.md
RENAMED
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/corp/package.json
RENAMED
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/corp/src/main.js
RENAMED
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/csp/README.md
RENAMED
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/csp/package.json
RENAMED
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/csp/src/main.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/hsts/README.md
RENAMED
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/hsts/package.json
RENAMED
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/hsts/src/main.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/package.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/framework/{v0.5.10-alpha.1 → v0.5.10}/core/plugins/lib/security-headers/src/main.js
RENAMED
|
File without changes
|