gina 0.5.10 → 0.5.11
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 +6 -0
- package/README.md +3 -2
- package/ROADMAP.md +2 -0
- package/bin/cli +1 -0
- package/framework/v0.5.11/VERSION +1 -0
- package/framework/{v0.5.10 → v0.5.11}/core/controller/controller.js +12 -6
- package/framework/{v0.5.10 → v0.5.11}/lib/cmd/gina.1.md +1 -0
- package/framework/v0.5.11/lib/cmd/image/arguments.json +11 -0
- package/framework/v0.5.11/lib/cmd/image/build.js +516 -0
- package/framework/v0.5.11/lib/cmd/image/help.js +46 -0
- package/framework/v0.5.11/lib/cmd/image/help.txt +72 -0
- package/framework/v0.5.11/lib/cmd/image/man.js +6 -0
- package/framework/v0.5.11/lib/image-build/package.json +17 -0
- package/framework/v0.5.11/lib/image-build/src/main.js +721 -0
- package/framework/{v0.5.10 → v0.5.11}/lib/index.js +6 -0
- package/framework/{v0.5.10 → v0.5.11}/package.json +1 -1
- package/gna.js +4 -4
- package/llms.txt +1 -1
- package/package.json +3 -3
- package/framework/v0.5.10/VERSION +0 -1
- /package/framework/{v0.5.10 → v0.5.11}/AUTHORS +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/LICENSE +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/html/nolayout.html +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/html/static.html +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/img/android-chrome-192x192.png +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/img/android-chrome-512x512.png +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/img/apple-touch-icon.png +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/img/favicon-16x16.png +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/img/favicon-32x32.png +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/img/favicon.ico +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/plugin/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.css +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/plugin/dist/vendor/gina/beemaster/index.html +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/plugin/dist/vendor/gina/css/gina.min.css +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.br +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.gz +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/plugin/dist/vendor/gina/html/statusbar.html +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.br +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.gz +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/plugin/dist/vendor/gina/inspector/have_heart_one-webfont.woff2 +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/plugin/dist/vendor/gina/inspector/index.html +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/plugin/dist/vendor/gina/inspector/inspector.css +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/plugin/dist/vendor/gina/inspector/inspector.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/plugin/dist/vendor/gina/inspector/logo.svg +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/plugin/dist/vendor/gina/js/gina.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/plugin/dist/vendor/gina/js/gina.min.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/config.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/ai/index.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/ai/lib/connector.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/couchbase/index.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/couchbase/lib/connector.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/couchbase/lib/connector.v3.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/couchbase/lib/connector.v4.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/couchbase/lib/n1ql.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/couchbase/lib/session-store.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/couchbase/lib/session-store.v3.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/couchbase/lib/session-store.v4.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/mongodb/index.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/mongodb/lib/connector.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/mongodb/lib/job-store.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/mongodb/lib/pipeline-loader.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/mongodb/lib/session-store.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/mysql/index.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/mysql/lib/connector.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/postgresql/index.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/postgresql/lib/connector.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/redis/index.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/redis/lib/connector.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/redis/lib/job-store.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/redis/lib/session-store.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/scylladb/index.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/scylladb/lib/connector.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/scylladb/lib/session-store.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/sql-parser.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/sqlite/index.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/sqlite/lib/connector.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/sqlite/lib/job-store.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/connectors/sqlite/lib/session-store.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/content.encoding +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/controller/controller.framework.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/controller/controller.render-json.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/controller/controller.render-nunjucks-async.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/controller/controller.render-nunjucks.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/controller/controller.render-stream.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/controller/controller.render-swig-async.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/controller/controller.render-swig.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/controller/controller.render-v1.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/controller/index.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/controller/inspector-window-emit.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/deps/busboy-1.6.0/LICENSE +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/deps/busboy-1.6.0/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/deps/busboy-1.6.0/lib/index.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/deps/busboy-1.6.0/lib/types/multipart.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/deps/busboy-1.6.0/lib/types/urlencoded.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/deps/busboy-1.6.0/lib/utils.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/deps/busboy-1.6.0/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/deps/streamsearch-1.1.0/LICENSE +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/deps/streamsearch-1.1.0/lib/sbmh.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/deps/streamsearch-1.1.0/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/dev/index.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/dev/lib/class.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/dev/lib/factory.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/dev/lib/tools.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/gna.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/locales/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/locales/currency.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/locales/dist/language/en.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/locales/dist/language/fr.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/locales/dist/region/en.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/locales/dist/region/fr.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/locales/index.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/mime.types +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/model/entity.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/model/index.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/model/template/entityFactory.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/model/template/index.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/index.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/csrf/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/csrf/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/csrf/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/coep/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/coep/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/coep/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/coop/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/coop/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/coop/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/corp/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/corp/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/corp/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/csp/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/csp/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/csp/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/hide-powered-by/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/hide-powered-by/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/hide-powered-by/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/hsts/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/hsts/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/hsts/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/origin-agent-cluster/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/origin-agent-cluster/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/origin-agent-cluster/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/referrer-policy/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/referrer-policy/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/referrer-policy/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/x-content-type-options/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/x-content-type-options/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/x-content-type-options/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/x-dns-prefetch-control/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/x-dns-prefetch-control/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/x-dns-prefetch-control/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/x-download-options/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/x-download-options/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/x-download-options/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/x-frame-options/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/x-frame-options/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/x-frame-options/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/x-xss-protection/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/x-xss-protection/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/security-headers/x-xss-protection/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/session/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/session/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/session/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/storage/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/storage/build.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/storage/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/storage/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/validator/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/validator/build.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/validator/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/validator/src/form-validator.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/plugins/lib/validator/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/router.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/server.express.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/server.isaac.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/server.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/status.codes +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/_gitignore +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle/config/app.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle/config/connectors.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle/config/routing.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle/config/settings.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle/config/settings.server.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle/config/templates.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle/config/watchers.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle/controllers/controller.content.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle/controllers/controller.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle/controllers/setup.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle/index.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle/locales/en.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle_namespace/controllers/controller.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle_public/css/default.css +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle_public/css/home.css +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle_public/css/vendor/readme.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle_public/favicon.ico +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle_public/js/vendor/readme.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle_public/manifest.webmanifest +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle_public/readme.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle_public/sw.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle_templates/handlers/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle_templates/html/content/homepage.html +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle_templates/html/includes/error-msg-noscript.html +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle_templates/html/includes/error-msg-outdated-browser.html +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/boilerplate/bundle_templates/html/layouts/main.html +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/command/gina.bat.tpl +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/command/gina.tpl +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/conf/env.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/conf/manifest.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/conf/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/conf/settings.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/conf/statics.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/conf/templates.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/error/client/json/401.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/error/client/json/403.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/error/client/json/404.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/error/server/html/50x.html +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/error/server/json/500.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/error/server/json/503.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/core/template/extensions/logger/config.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/helpers/console.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/helpers/context.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/helpers/data/LICENSE +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/helpers/data/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/helpers/data/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/helpers/data/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/helpers/dateFormat.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/helpers/index.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/helpers/json/LICENSE +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/helpers/json/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/helpers/json/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/helpers/json/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/helpers/path.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/helpers/plugins/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/helpers/plugins/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/helpers/plugins/src/api-error.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/helpers/plugins/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/helpers/prototypes.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/helpers/task.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/helpers/text.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/admin/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/admin/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/archiver/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/archiver/build.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/archiver/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/archiver/src/dep/jszip.min.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/archiver/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/async/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/async/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cache/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cache/build.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cache/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cache/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/aliases.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/bundle/add.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/bundle/arguments.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/bundle/build.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/bundle/copy.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/bundle/cp.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/bundle/help.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/bundle/help.txt +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/bundle/inc/name-rewrite.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/bundle/list.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/bundle/man.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/bundle/mcp-start.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/bundle/mcp.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/bundle/oas.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/bundle/openapi.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/bundle/remove.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/bundle/rename.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/bundle/restart.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/bundle/rm.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/bundle/start.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/bundle/status.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/bundle/stop.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/cache/stats.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/connector/add.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/connector/arguments.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/connector/help.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/connector/help.txt +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/connector/infer.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/connector/list.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/connector/migrate.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/connector/models.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/connector/remove.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/connector/rm.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/connector/test.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/env/add.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/env/get.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/env/help.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/env/help.txt +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/env/link-dev.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/env/list.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/env/remove.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/env/rm.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/env/set.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/env/unset.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/env/use.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/framework/add.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/framework/arguments.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/framework/build.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/framework/dot.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/framework/get.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/framework/help.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/framework/help.txt +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/framework/init.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/framework/link-node-modules.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/framework/link.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/framework/list.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/framework/man.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/framework/msg.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/framework/open.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/framework/remove.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/framework/reset.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/framework/restart.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/framework/set.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/framework/start.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/framework/status.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/framework/stop.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/framework/tail.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/framework/update.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/framework/version.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/gina-dev.1.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/gina-framework.1.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/helper.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/i18n/add.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/i18n/arguments.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/i18n/export.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/i18n/help.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/i18n/help.txt +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/i18n/import.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/i18n/scan.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/index.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/inspector/help.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/inspector/help.txt +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/inspector/open.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/man-render.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/minion/arguments.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/minion/help.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/minion/help.txt +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/minion/kill.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/minion/list.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/msg.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/port/help.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/port/help.txt +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/port/inc/scan.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/port/list.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/port/reset.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/port/set.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/project/add.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/project/arguments.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/project/backup.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/project/build.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/project/help.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/project/help.txt +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/project/import.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/project/list.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/project/man.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/project/move.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/project/remove.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/project/rename.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/project/restart.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/project/restore.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/project/rm.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/project/start.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/project/status.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/project/stop.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/protocol/arguments.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/protocol/help.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/protocol/help.txt +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/protocol/list.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/protocol/remove.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/protocol/set.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/scope/add.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/scope/help.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/scope/help.txt +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/scope/link-local.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/scope/link-production.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/scope/list.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/scope/remove.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/scope/rm.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/scope/use.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/secrets/arguments.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/secrets/check.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/secrets/help.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/secrets/help.txt +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/secrets/scan.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/service/help.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/service/help.txt +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/service/list.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/service/man.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/service/start.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd/view/add.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd-status-format/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cmd-status-format/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/collection/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/collection/build.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/collection/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/collection/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/config.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/connector-config/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/connector-config/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/connector-registry/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/connector-registry/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cron/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cron/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/cron/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/domain/LICENSE +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/domain/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/domain/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/domain/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/generator/index.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/i18n/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/i18n/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/inherits/LICENSE +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/inherits/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/inherits/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/inherits/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/inspector-events/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/inspector-events/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/inspector-redact/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/inspector-redact/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/instrument/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/instrument/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/job/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/job/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/job-store.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/json-config-header/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/json-config-header/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/logger/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/logger/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/logger/src/containers/default/index.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/logger/src/containers/file/index.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/logger/src/containers/file/lib/logrotator/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/logger/src/containers/file/lib/logrotator/index.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/logger/src/containers/mq/index.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/logger/src/containers/mq/listener.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/logger/src/containers/mq/speaker.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/logger/src/helper.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/logger/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/math/index.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/mcp-dispatch/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/mcp-dispatch/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/mcp-http/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/mcp-http/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/mcp-server/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/mcp-server/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/merge/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/merge/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/merge/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/metrics/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/metrics/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/model.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/nunjucks-filters/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/nunjucks-filters/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/nunjucks-filters/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/nunjucks-resolver/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/nunjucks-resolver/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/proc.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/routing/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/routing/build.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/routing/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/routing/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/routing/src/radix.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/routing-introspect/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/routing-introspect/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/secrets/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/secrets/src/backends/env.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/secrets/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/session-store.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/shell.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/state.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/swig-filters/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/swig-filters/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/swig-filters/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/swig-resolver/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/swig-resolver/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/template-loaders/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/template-loaders/src/loaders/http.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/template-loaders/src/loaders/memory.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/template-loaders/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/url/README.md +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/url/index.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/url/routing.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/uuid/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/uuid/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/validator.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/watcher/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/watcher/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/ws-framing/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/ws-framing/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/ws-query/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/ws-query/src/main.js +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/ws-session/package.json +0 -0
- /package/framework/{v0.5.10 → v0.5.11}/lib/ws-session/src/main.js +0 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
var fs = require('fs');
|
|
2
|
+
|
|
3
|
+
var CmdHelper = require('./../helper');
|
|
4
|
+
var console = lib.logger;
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* @module gina/lib/cmd/image/help
|
|
8
|
+
*/
|
|
9
|
+
/**
|
|
10
|
+
* Displays the image command group help text.
|
|
11
|
+
*
|
|
12
|
+
* Usage:
|
|
13
|
+
* gina image:help
|
|
14
|
+
*
|
|
15
|
+
* @class Help
|
|
16
|
+
* @constructor
|
|
17
|
+
* @param {object} opt - Parsed command-line options
|
|
18
|
+
* @param {object} opt.client - Socket client for terminal output
|
|
19
|
+
* @param {string[]} opt.argv - Full argv array
|
|
20
|
+
* @param {number} [opt.debugPort] - Node.js inspector port
|
|
21
|
+
* @param {boolean} [opt.debugBrkEnabled] - True when --inspect-brk is active
|
|
22
|
+
* @param {object} cmd - The cmd dispatcher object (lib/cmd/index.js)
|
|
23
|
+
*/
|
|
24
|
+
function Help(opt, cmd) {
|
|
25
|
+
var self = {};
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Loads CMD helpers and prints the image group help text, then exits.
|
|
29
|
+
*
|
|
30
|
+
* @inner
|
|
31
|
+
* @private
|
|
32
|
+
*/
|
|
33
|
+
var init = function () {
|
|
34
|
+
|
|
35
|
+
new CmdHelper(self, opt.client, { port: opt.debugPort, brkEnabled: opt.debugBrkEnabled });
|
|
36
|
+
|
|
37
|
+
if ( !isCmdConfigured() ) return false;
|
|
38
|
+
|
|
39
|
+
getHelp();
|
|
40
|
+
process.exit(0);
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
init();
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
module.exports = Help;
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
|
|
2
|
+
Usage: gina image:<action> [<bundle>] @<project> [options]
|
|
3
|
+
|
|
4
|
+
Actions:
|
|
5
|
+
|
|
6
|
+
build Package a project bundle as a standard OCI image.
|
|
7
|
+
Synthesizes a Containerfile + build context from the project's
|
|
8
|
+
registered state (bundles, ports, env model, node floor) and
|
|
9
|
+
executes the build with buildah — natively on Linux, or on a
|
|
10
|
+
container host reached over ssh.
|
|
11
|
+
|
|
12
|
+
help Show this help.
|
|
13
|
+
man Show the image group manual.
|
|
14
|
+
|
|
15
|
+
Options (image:build):
|
|
16
|
+
|
|
17
|
+
--env=<env> Target env baked into the image (default: the
|
|
18
|
+
project's single non-dev env, e.g. prod).
|
|
19
|
+
A non-dev env ships the release tree, built
|
|
20
|
+
in-image by `gina bundle:build` (dev/prod parity).
|
|
21
|
+
--scope=<scope> Target scope (default: the project's production
|
|
22
|
+
scope for a non-dev env, else its default scope).
|
|
23
|
+
--tag=<ref> Image reference (default: <project>/<bundle>:<env>).
|
|
24
|
+
--platform=<os/arch> linux/arm64 or linux/amd64 (default: build-host
|
|
25
|
+
native). Cross-arch builds need qemu/binfmt on the
|
|
26
|
+
build host.
|
|
27
|
+
--start-port-from=<n> First in-container port (default: 3100). The
|
|
28
|
+
EXPOSEd port is computed deterministically from
|
|
29
|
+
the gina-init allocator.
|
|
30
|
+
--gina-version=<v> Framework version installed in the image
|
|
31
|
+
(default: the project's registered version).
|
|
32
|
+
--emit Print the synthesized Containerfile, entrypoint
|
|
33
|
+
and context manifest — build nothing.
|
|
34
|
+
--format=json Machine-readable output. One-shot result:
|
|
35
|
+
{ project, bundle, image, tag, imageId?,
|
|
36
|
+
durationMs, host, exposedPort }
|
|
37
|
+
--stream NDJSON progress frames (one JSON object per line):
|
|
38
|
+
start -> step -> log* -> done | error.
|
|
39
|
+
`done` carries the one-shot shape.
|
|
40
|
+
|
|
41
|
+
Container host:
|
|
42
|
+
|
|
43
|
+
Where the build executes, in precedence order:
|
|
44
|
+
1. GINA_CONTAINER_HOST=ssh://[user@]host[:port] (env override)
|
|
45
|
+
2. native buildah (Linux + buildah on PATH)
|
|
46
|
+
3. container.host in ~/.gina/<shortVersion>/settings.json
|
|
47
|
+
With none of the three available the command fails (exit 1) naming the
|
|
48
|
+
descriptor surfaces. The remote path streams the build context as a tar
|
|
49
|
+
over ssh stdin — no listening socket is ever opened.
|
|
50
|
+
|
|
51
|
+
Secrets:
|
|
52
|
+
|
|
53
|
+
${secret:KEY} placeholders in the project's config ride VERBATIM into the
|
|
54
|
+
image and resolve from the container's environment at runtime. No secret
|
|
55
|
+
value is ever read, resolved or baked at build time.
|
|
56
|
+
|
|
57
|
+
Examples:
|
|
58
|
+
|
|
59
|
+
# Inspect the synthesized artifact without building
|
|
60
|
+
gina image:build @myproject --emit
|
|
61
|
+
|
|
62
|
+
# Production image for a single-bundle project
|
|
63
|
+
gina image:build @myproject
|
|
64
|
+
|
|
65
|
+
# Explicit bundle + env, machine-readable result
|
|
66
|
+
gina image:build demo @myproject --env=prod --format=json
|
|
67
|
+
|
|
68
|
+
# Stream progress as NDJSON (CI / GUI consumers)
|
|
69
|
+
gina image:build demo @myproject --stream
|
|
70
|
+
|
|
71
|
+
# Build on a remote Linux box
|
|
72
|
+
GINA_CONTAINER_HOST=ssh://build@lin gina image:build @myproject
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "gina-lib-image-build",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Pure OCI packaging primitives for the image:build CLI command — Containerfile synthesis, build-context staging, deterministic port computation (bin/gina-init allocator replica) and container-host descriptor resolution.",
|
|
5
|
+
"authors": [
|
|
6
|
+
{
|
|
7
|
+
"name": "Martin-Luther ETOUMAN",
|
|
8
|
+
"email": "contact@gina.io"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"copyright": "Copyright (c) 2009-2026 Rhinostone <contact@gina.io>",
|
|
12
|
+
"engines": {
|
|
13
|
+
"node": ">=0.10.22"
|
|
14
|
+
},
|
|
15
|
+
"main": "src/main",
|
|
16
|
+
"license": "MIT"
|
|
17
|
+
}
|