gina 0.4.6 → 0.4.7
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 +10 -0
- package/README.md +6 -8
- package/ROADMAP.md +2 -2
- package/framework/v0.4.7/VERSION +1 -0
- package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/csp/README.md +57 -2
- package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/csp/src/main.js +192 -27
- package/framework/{v0.4.6 → v0.4.7}/core/server.isaac.js +153 -5
- package/framework/{v0.4.6 → v0.4.7}/core/server.js +14 -0
- package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle/config/settings.server.json +3 -1
- package/framework/{v0.4.6 → v0.4.7}/core/template/conf/settings.json +15 -2
- package/framework/{v0.4.6 → v0.4.7}/lib/index.js +14 -0
- package/framework/v0.4.7/lib/ws-framing/package.json +10 -0
- package/framework/v0.4.7/lib/ws-framing/src/main.js +664 -0
- package/framework/v0.4.7/lib/ws-session/package.json +10 -0
- package/framework/v0.4.7/lib/ws-session/src/main.js +422 -0
- package/framework/{v0.4.6 → v0.4.7}/package.json +1 -1
- package/gna.js +4 -4
- package/llms.txt +9 -3
- package/package.json +2 -2
- package/playwright.config.js +4 -2
- package/framework/v0.4.6/VERSION +0 -1
- /package/framework/{v0.4.6 → v0.4.7}/AUTHORS +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/LICENSE +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/html/nolayout.html +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/html/static.html +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/img/android-chrome-192x192.png +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/img/android-chrome-512x512.png +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/img/apple-touch-icon.png +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/img/favicon-16x16.png +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/img/favicon-32x32.png +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/img/favicon.ico +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.css +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/beemaster/index.html +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/css/gina.min.css +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.br +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.gz +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/html/statusbar.html +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.br +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.gz +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/inspector/have_heart_one-webfont.woff2 +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/inspector/index.html +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/inspector/inspector.css +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/inspector/inspector.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/inspector/logo.svg +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/js/gina.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/js/gina.min.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/config.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/ai/index.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/ai/lib/connector.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/couchbase/index.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/couchbase/lib/connector.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/couchbase/lib/connector.v3.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/couchbase/lib/connector.v4.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/couchbase/lib/n1ql.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/couchbase/lib/session-store.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/couchbase/lib/session-store.v3.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/couchbase/lib/session-store.v4.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/mongodb/index.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/mongodb/lib/connector.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/mongodb/lib/pipeline-loader.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/mongodb/lib/session-store.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/mysql/index.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/mysql/lib/connector.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/postgresql/index.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/postgresql/lib/connector.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/redis/index.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/redis/lib/session-store.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/scylladb/index.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/scylladb/lib/connector.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/scylladb/lib/session-store.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/sql-parser.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/sqlite/index.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/sqlite/lib/connector.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/connectors/sqlite/lib/session-store.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/content.encoding +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/controller/controller.framework.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/controller/controller.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/controller/controller.render-json.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/controller/controller.render-nunjucks-async.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/controller/controller.render-nunjucks.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/controller/controller.render-stream.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/controller/controller.render-swig-async.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/controller/controller.render-swig.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/controller/controller.render-v1.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/controller/index.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/controller/inspector-window-emit.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/deps/busboy-1.6.0/LICENSE +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/deps/busboy-1.6.0/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/deps/busboy-1.6.0/lib/index.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/deps/busboy-1.6.0/lib/types/multipart.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/deps/busboy-1.6.0/lib/types/urlencoded.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/deps/busboy-1.6.0/lib/utils.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/deps/busboy-1.6.0/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/deps/streamsearch-1.1.0/LICENSE +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/deps/streamsearch-1.1.0/lib/sbmh.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/deps/streamsearch-1.1.0/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/dev/index.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/dev/lib/class.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/dev/lib/factory.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/dev/lib/tools.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/gna.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/locales/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/locales/currency.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/locales/dist/language/en.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/locales/dist/language/fr.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/locales/dist/region/en.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/locales/dist/region/fr.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/locales/index.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/mime.types +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/model/entity.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/model/index.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/model/template/entityFactory.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/model/template/index.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/index.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/csrf/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/csrf/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/csrf/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/coep/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/coep/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/coep/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/coop/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/coop/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/coop/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/corp/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/corp/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/corp/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/csp/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/hide-powered-by/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/hide-powered-by/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/hide-powered-by/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/hsts/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/hsts/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/hsts/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/origin-agent-cluster/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/origin-agent-cluster/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/origin-agent-cluster/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/referrer-policy/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/referrer-policy/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/referrer-policy/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-content-type-options/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-content-type-options/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-content-type-options/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-dns-prefetch-control/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-dns-prefetch-control/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-dns-prefetch-control/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-download-options/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-download-options/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-download-options/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-frame-options/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-frame-options/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-frame-options/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-xss-protection/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-xss-protection/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/security-headers/x-xss-protection/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/session/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/session/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/session/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/storage/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/storage/build.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/storage/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/storage/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/validator/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/validator/build.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/validator/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/validator/src/form-validator.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/plugins/lib/validator/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/router.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/server.express.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/status.codes +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/_gitignore +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle/config/app.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle/config/connectors.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle/config/routing.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle/config/settings.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle/config/templates.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle/config/watchers.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle/controllers/controller.content.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle/controllers/controller.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle/controllers/setup.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle/index.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle/locales/en.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_namespace/controllers/controller.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_public/css/default.css +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_public/css/home.css +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_public/css/vendor/readme.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_public/favicon.ico +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_public/js/vendor/readme.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_public/manifest.webmanifest +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_public/readme.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_public/sw.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_templates/handlers/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_templates/html/content/homepage.html +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_templates/html/includes/error-msg-noscript.html +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_templates/html/includes/error-msg-outdated-browser.html +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle_templates/html/layouts/main.html +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/command/gina.bat.tpl +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/command/gina.tpl +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/conf/env.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/conf/manifest.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/conf/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/conf/statics.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/conf/templates.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/error/client/json/401.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/error/client/json/403.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/error/client/json/404.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/error/server/html/50x.html +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/error/server/json/500.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/error/server/json/503.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/core/template/extensions/logger/config.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/helpers/console.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/helpers/context.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/helpers/data/LICENSE +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/helpers/data/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/helpers/data/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/helpers/data/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/helpers/dateFormat.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/helpers/index.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/helpers/json/LICENSE +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/helpers/json/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/helpers/json/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/helpers/json/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/helpers/path.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/helpers/plugins/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/helpers/plugins/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/helpers/plugins/src/api-error.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/helpers/plugins/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/helpers/prototypes.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/helpers/task.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/helpers/text.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/archiver/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/archiver/build.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/archiver/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/archiver/src/dep/jszip.min.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/archiver/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/async/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/async/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cache/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cache/build.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cache/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cache/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/aliases.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/add.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/arguments.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/build.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/copy.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/cp.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/help.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/help.txt +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/inc/name-rewrite.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/list.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/mcp-start.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/mcp.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/oas.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/openapi.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/remove.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/rename.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/restart.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/rm.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/start.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/status.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/bundle/stop.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/cache/stats.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/connector/add.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/connector/arguments.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/connector/help.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/connector/help.txt +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/connector/list.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/connector/migrate.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/connector/remove.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/connector/rm.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/env/add.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/env/get.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/env/help.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/env/help.txt +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/env/link-dev.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/env/list.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/env/remove.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/env/rm.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/env/set.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/env/unset.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/env/use.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/arguments.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/build.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/dot.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/get.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/help.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/help.txt +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/init.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/link-node-modules.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/link.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/msg.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/open.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/restart.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/set.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/start.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/status.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/stop.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/tail.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/update.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/framework/version.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/gina-dev.1.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/gina-framework.1.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/gina.1.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/helper.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/i18n/add.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/i18n/arguments.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/i18n/export.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/i18n/help.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/i18n/help.txt +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/i18n/import.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/i18n/scan.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/index.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/inspector/help.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/inspector/help.txt +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/inspector/open.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/minion/arguments.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/minion/help.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/minion/help.txt +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/minion/kill.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/minion/list.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/msg.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/port/help.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/port/help.txt +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/port/inc/scan.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/port/list.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/port/reset.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/port/set.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/add.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/arguments.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/build.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/help.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/help.txt +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/import.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/list.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/move.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/remove.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/rename.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/restart.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/rm.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/start.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/status.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/project/stop.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/protocol/arguments.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/protocol/help.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/protocol/help.txt +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/protocol/list.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/protocol/remove.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/protocol/set.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/scope/add.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/scope/help.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/scope/help.txt +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/scope/link-local.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/scope/link-production.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/scope/list.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/scope/remove.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/scope/rm.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/scope/use.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/secrets/arguments.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/secrets/check.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/secrets/help.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/secrets/help.txt +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/secrets/scan.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/service/help.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/service/help.txt +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/service/list.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/service/start.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd/view/add.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd-status-format/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cmd-status-format/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/collection/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/collection/build.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/collection/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/collection/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/config.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/connector-registry/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/connector-registry/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cron/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cron/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/cron/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/domain/LICENSE +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/domain/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/domain/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/domain/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/generator/index.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/i18n/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/i18n/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/inherits/LICENSE +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/inherits/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/inherits/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/inherits/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/inspector-redact/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/inspector-redact/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/instrument/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/instrument/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/job/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/job/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/logger/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/logger/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/logger/src/containers/default/index.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/logger/src/containers/file/index.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/logger/src/containers/file/lib/logrotator/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/logger/src/containers/file/lib/logrotator/index.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/logger/src/containers/mq/index.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/logger/src/containers/mq/listener.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/logger/src/containers/mq/speaker.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/logger/src/helper.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/logger/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/math/index.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/mcp-dispatch/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/mcp-dispatch/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/mcp-http/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/mcp-http/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/mcp-server/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/mcp-server/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/merge/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/merge/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/merge/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/metrics/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/metrics/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/model.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/nunjucks-filters/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/nunjucks-filters/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/nunjucks-filters/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/nunjucks-resolver/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/nunjucks-resolver/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/proc.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/routing/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/routing/build.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/routing/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/routing/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/routing/src/radix.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/routing-introspect/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/routing-introspect/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/secrets/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/secrets/src/backends/env.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/secrets/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/session-store.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/shell.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/state.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/swig-filters/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/swig-filters/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/swig-filters/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/swig-resolver/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/swig-resolver/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/template-loaders/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/template-loaders/src/loaders/http.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/template-loaders/src/loaders/memory.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/template-loaders/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/url/README.md +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/url/index.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/url/routing.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/uuid/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/uuid/src/main.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/validator.js +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/watcher/package.json +0 -0
- /package/framework/{v0.4.6 → v0.4.7}/lib/watcher/src/main.js +0 -0
|
@@ -479,6 +479,10 @@ function ServerEngineClass(options) {
|
|
|
479
479
|
|
|
480
480
|
if ( /^http\/2/.test(options.protocol) ) {
|
|
481
481
|
var _h2Opts = (options.http2Options && typeof options.http2Options === 'object') ? options.http2Options : {};
|
|
482
|
+
// #H13 — RFC 8441 extended CONNECT (WebSocket over HTTP/2): strict boolean
|
|
483
|
+
// opt-in via settings.json http2Options.enableConnectProtocol (default false).
|
|
484
|
+
// Gates both the SETTINGS advert below and the `connect` listener registration.
|
|
485
|
+
var _enableConnectProtocol = _h2Opts.enableConnectProtocol === true;
|
|
482
486
|
http2Options.settings = {
|
|
483
487
|
// Max parallel streams per TCP connection — configurable via settings.json http2Options.maxConcurrentStreams
|
|
484
488
|
maxConcurrentStreams : _h2Opts.maxConcurrentStreams || 256,
|
|
@@ -487,7 +491,12 @@ function ServerEngineClass(options) {
|
|
|
487
491
|
// #H3 — HPACK bomb defense: cap compressed header list size (SETTINGS_MAX_HEADER_LIST_SIZE)
|
|
488
492
|
maxHeaderListSize : 65536,
|
|
489
493
|
// #H3 — Server push is deprecated in Chrome/Firefox and removed in HTTP/2 RFC 9113; disable it
|
|
490
|
-
enablePush : false
|
|
494
|
+
enablePush : false,
|
|
495
|
+
// #H13 — advertises SETTINGS_ENABLE_CONNECT_PROTOCOL (RFC 8441) on any
|
|
496
|
+
// http/2 bundle: `http2Options` (and this `settings` block) reaches
|
|
497
|
+
// createSecureServer (https) and createServer (h2c) alike. RFC 8441 has
|
|
498
|
+
// no TLS requirement; the flag stays a strict opt-in (default false).
|
|
499
|
+
enableConnectProtocol : _enableConnectProtocol
|
|
491
500
|
};
|
|
492
501
|
// #H3 — RST flood defense (CVE-2019-9514, CVE-2023-44487 rapid reset)
|
|
493
502
|
// #H7 — configurable via settings.json http2Options.maxSessionRejectedStreams (default 100)
|
|
@@ -502,9 +511,15 @@ function ServerEngineClass(options) {
|
|
|
502
511
|
// settings.json http2Options.maxStreamsPerSecond (default 200).
|
|
503
512
|
var _maxStreamsPerSec = _h2Opts.maxStreamsPerSecond || 200;
|
|
504
513
|
var http2 = require('http2');
|
|
514
|
+
// h2c flood-defense parity: the cleartext branches receive the same
|
|
515
|
+
// `http2Options` as the https branch. On non-https schemes the object
|
|
516
|
+
// carries no TLS material (key/cert/ca/pfx/passphrase are merged under
|
|
517
|
+
// `/https/` scheme gates only) — it holds exactly allowHTTP1 + the
|
|
518
|
+
// `settings` advert + the #H3/#H7 caps, so the hardening applies
|
|
519
|
+
// identically across schemes.
|
|
505
520
|
switch (options.scheme) {
|
|
506
521
|
case 'http':
|
|
507
|
-
server = http2.createServer(
|
|
522
|
+
server = http2.createServer(http2Options);
|
|
508
523
|
break;
|
|
509
524
|
|
|
510
525
|
case 'https':
|
|
@@ -512,7 +527,7 @@ function ServerEngineClass(options) {
|
|
|
512
527
|
break;
|
|
513
528
|
|
|
514
529
|
default:
|
|
515
|
-
server = http2.createServer(
|
|
530
|
+
server = http2.createServer(http2Options);
|
|
516
531
|
break;
|
|
517
532
|
}
|
|
518
533
|
|
|
@@ -522,7 +537,9 @@ function ServerEngineClass(options) {
|
|
|
522
537
|
totalStreams : 0,
|
|
523
538
|
goawayCount : 0,
|
|
524
539
|
rstCount : 0,
|
|
525
|
-
rapidResetBlocked : 0
|
|
540
|
+
rapidResetBlocked : 0,
|
|
541
|
+
// #H13 — extended-CONNECT (`:protocol`-bearing) streams observed
|
|
542
|
+
extendedConnect : 0
|
|
526
543
|
};
|
|
527
544
|
server._h2Metrics = _h2Metrics;
|
|
528
545
|
|
|
@@ -596,6 +613,111 @@ function ServerEngineClass(options) {
|
|
|
596
613
|
console.error('[ SERVER ] Session error:', err.stack);
|
|
597
614
|
});
|
|
598
615
|
});
|
|
616
|
+
|
|
617
|
+
// #H13 — RFC 8441 extended CONNECT (WebSocket over HTTP/2), strict opt-in.
|
|
618
|
+
// Registering a `connect` listener suppresses the engine compat layer's
|
|
619
|
+
// automatic 405 for CONNECT streams, so EVERY path below must terminate
|
|
620
|
+
// the stream/socket — an unanswered CONNECT hangs forever. When the flag
|
|
621
|
+
// is off, no listener is registered and the engine behaves byte-identically
|
|
622
|
+
// to previous releases (plain CONNECT → compat 405; extended CONNECT →
|
|
623
|
+
// rejected as malformed before reaching the app, since
|
|
624
|
+
// SETTINGS_ENABLE_CONNECT_PROTOCOL was never advertised).
|
|
625
|
+
// #H9 composition: the per-session `stream` accounting above still counts
|
|
626
|
+
// every CONNECT stream — a rapid-reset flood of CONNECT streams trips the
|
|
627
|
+
// same GOAWAY teardown, which destroys any just-accepted stream with it.
|
|
628
|
+
if (_enableConnectProtocol) {
|
|
629
|
+
server.on('connect', (request, response) => {
|
|
630
|
+
try {
|
|
631
|
+
if (!request.stream) {
|
|
632
|
+
// HTTP/1.1 CONNECT (allowHTTP1 fallback): `response` is the
|
|
633
|
+
// raw socket here, the third argument the head buffer. Gina
|
|
634
|
+
// is not a forward proxy — refuse and close. (Without this
|
|
635
|
+
// listener the engine destroys the connection unanswered.)
|
|
636
|
+
response.write('HTTP/1.1 405 Method Not Allowed\r\nConnection: close\r\n\r\n');
|
|
637
|
+
response.destroy();
|
|
638
|
+
return;
|
|
639
|
+
}
|
|
640
|
+
var _protocol = request.headers[':protocol'];
|
|
641
|
+
if (typeof _protocol === 'undefined') {
|
|
642
|
+
// Plain HTTP/2 CONNECT (no :protocol): mirror the compat
|
|
643
|
+
// layer's default refusal (`:status 405` + `date`, no body).
|
|
644
|
+
response.writeHead(405);
|
|
645
|
+
response.end();
|
|
646
|
+
return;
|
|
647
|
+
}
|
|
648
|
+
_h2Metrics.extendedConnect++;
|
|
649
|
+
if (_protocol !== 'websocket') {
|
|
650
|
+
response.writeHead(501);
|
|
651
|
+
response.end();
|
|
652
|
+
return;
|
|
653
|
+
}
|
|
654
|
+
if (typeof server._extendedConnectHandler === 'function') {
|
|
655
|
+
// Narrow internal hook: the WebSocket session bridge claims
|
|
656
|
+
// the stream from here (`request.stream` is the raw
|
|
657
|
+
// Http2Stream; RFC 8441 §5 — respond `:status 200`, then the
|
|
658
|
+
// stream IS the bidirectional WebSocket channel).
|
|
659
|
+
server._extendedConnectHandler(request, response);
|
|
660
|
+
return;
|
|
661
|
+
}
|
|
662
|
+
// No consumer registered (transport enabled, bridge not wired):
|
|
663
|
+
// refuse cleanly so clients see a handshake failure, not a hang.
|
|
664
|
+
response.writeHead(501);
|
|
665
|
+
response.end();
|
|
666
|
+
} catch (err) {
|
|
667
|
+
// Never let a CONNECT-path error escalate to uncaughtException
|
|
668
|
+
// (proc.js would SIGTERM the bundle) — terminate the stream instead.
|
|
669
|
+
console.warn('[ SERVER ] extended CONNECT handling failed: ' + err.message);
|
|
670
|
+
try {
|
|
671
|
+
if (request.stream && !request.stream.destroyed) {
|
|
672
|
+
request.stream.close(http2.constants.NGHTTP2_INTERNAL_ERROR);
|
|
673
|
+
} else if (!request.stream && response && response.destroy) {
|
|
674
|
+
response.destroy();
|
|
675
|
+
}
|
|
676
|
+
} catch (closeErr) {
|
|
677
|
+
// stream/socket already gone — nothing left to terminate
|
|
678
|
+
}
|
|
679
|
+
}
|
|
680
|
+
});
|
|
681
|
+
|
|
682
|
+
/**
|
|
683
|
+
* #H13 — public WebSocket-over-HTTP/2 registration API. Bundle code
|
|
684
|
+
* reaches it from `onInitialize` (the `app` argument IS this raw
|
|
685
|
+
* server object) and registers a handler per exact pathname:
|
|
686
|
+
*
|
|
687
|
+
* app.onWebSocket('/live', function(session, request) { ... });
|
|
688
|
+
*
|
|
689
|
+
* The dispatcher installs LAZILY on the first registration so the
|
|
690
|
+
* default refusal table above keeps answering 501 for websocket
|
|
691
|
+
* streams when no consumer exists. With handlers registered, an
|
|
692
|
+
* accepted websocket stream is matched on its `:path` pathname
|
|
693
|
+
* (query string stripped): a hit is answered `:status 200` via
|
|
694
|
+
* lib.wsSession.accept and handed to the handler as a live
|
|
695
|
+
* session; a miss is refused with 404. No express middleware runs
|
|
696
|
+
* on the CONNECT path — authentication is the handler's concern
|
|
697
|
+
* (it receives the full request for header/cookie inspection).
|
|
698
|
+
*/
|
|
699
|
+
server._wsHandlers = {};
|
|
700
|
+
server.onWebSocket = function(wsPath, wsHandler) {
|
|
701
|
+
if (typeof wsPath !== 'string' || wsPath.length === 0 || typeof wsHandler !== 'function') {
|
|
702
|
+
throw new TypeError('onWebSocket(path, handler) requires a non-empty path string and a handler function');
|
|
703
|
+
}
|
|
704
|
+
server._wsHandlers[wsPath] = wsHandler;
|
|
705
|
+
if (typeof server._extendedConnectHandler !== 'function') {
|
|
706
|
+
server._extendedConnectHandler = function(request, response) {
|
|
707
|
+
var _wsPathname = String(request.headers[':path'] || '').split('?')[0];
|
|
708
|
+
var _wsTarget = server._wsHandlers[_wsPathname];
|
|
709
|
+
if (typeof _wsTarget !== 'function') {
|
|
710
|
+
// No handler registered for this pathname.
|
|
711
|
+
response.writeHead(404);
|
|
712
|
+
response.end();
|
|
713
|
+
return;
|
|
714
|
+
}
|
|
715
|
+
var _wsSession = lib.wsSession.accept(request);
|
|
716
|
+
_wsTarget(_wsSession, request);
|
|
717
|
+
};
|
|
718
|
+
}
|
|
719
|
+
};
|
|
720
|
+
}
|
|
599
721
|
} else {
|
|
600
722
|
|
|
601
723
|
switch (options.scheme) {
|
|
@@ -616,6 +738,16 @@ function ServerEngineClass(options) {
|
|
|
616
738
|
}
|
|
617
739
|
}
|
|
618
740
|
|
|
741
|
+
// #H13 — cross-protocol safety stub: onWebSocket is only functional on an
|
|
742
|
+
// http/2 bundle with http2Options.enableConnectProtocol enabled. Bundles
|
|
743
|
+
// sharing one onInitialize across differently-configured environments
|
|
744
|
+
// must not crash on the call — warn instead of throwing.
|
|
745
|
+
if (typeof server.onWebSocket !== 'function') {
|
|
746
|
+
server.onWebSocket = function() {
|
|
747
|
+
console.warn('[ SERVER ] onWebSocket() ignored — WebSocket over HTTP/2 requires an http/2 protocol and settings.json http2Options.enableConnectProtocol set to true');
|
|
748
|
+
};
|
|
749
|
+
}
|
|
750
|
+
|
|
619
751
|
// Setting up server options
|
|
620
752
|
if ( typeof(options.keepAliveTimeout) != 'undefined' ) {
|
|
621
753
|
server.keepAliveTimeout = parseTimeout(options.keepAliveTimeout);
|
|
@@ -860,7 +992,8 @@ function ServerEngineClass(options) {
|
|
|
860
992
|
totalStreams : server._h2Metrics.totalStreams,
|
|
861
993
|
goawayCount : server._h2Metrics.goawayCount,
|
|
862
994
|
rstCount : server._h2Metrics.rstCount,
|
|
863
|
-
rapidResetBlocked : server._h2Metrics.rapidResetBlocked
|
|
995
|
+
rapidResetBlocked : server._h2Metrics.rapidResetBlocked,
|
|
996
|
+
extendedConnect : server._h2Metrics.extendedConnect
|
|
864
997
|
};
|
|
865
998
|
}
|
|
866
999
|
const infoStatus = JSON.stringify(infoPayload);
|
|
@@ -1840,6 +1973,18 @@ function ServerEngineClass(options) {
|
|
|
1840
1973
|
pingInterval: parseTimeout(options.ioServer.pingInterval || options.ioServer.interval)
|
|
1841
1974
|
}));
|
|
1842
1975
|
|
|
1976
|
+
// Graceful-shutdown drain: proc.js's SIGTERM path invokes every
|
|
1977
|
+
// registered closer before _httpServer.close(), so live engine.io
|
|
1978
|
+
// sockets get a graceful close() (write buffer flushed, transport
|
|
1979
|
+
// close packet sent) instead of blocking shutdown until the hard
|
|
1980
|
+
// timeout. engine.io's close() takes no status code — the discard
|
|
1981
|
+
// variant close(true) is the hard teardown ioServer.close() uses.
|
|
1982
|
+
if (!process.gina._sseConnections) process.gina._sseConnections = new Set();
|
|
1983
|
+
var _eioShutdownCloser = function() {
|
|
1984
|
+
try { socket.close(); } catch (e) {}
|
|
1985
|
+
};
|
|
1986
|
+
process.gina._sseConnections.add(_eioShutdownCloser);
|
|
1987
|
+
|
|
1843
1988
|
socket.on('message', function(payload){
|
|
1844
1989
|
|
|
1845
1990
|
try {
|
|
@@ -1893,6 +2038,9 @@ function ServerEngineClass(options) {
|
|
|
1893
2038
|
|
|
1894
2039
|
socket.on('close', function(){
|
|
1895
2040
|
console.debug('[IO SERVER ] closed socket #'+ this.id);
|
|
2041
|
+
if (process.gina._sseConnections) {
|
|
2042
|
+
process.gina._sseConnections.delete(_eioShutdownCloser);
|
|
2043
|
+
}
|
|
1896
2044
|
if (typeof _ioLogListener !== 'undefined') {
|
|
1897
2045
|
process.removeListener('logger#default', _ioLogListener);
|
|
1898
2046
|
}
|
|
@@ -296,9 +296,23 @@ function attachInspectorAgentWs(rawServer, ctx) {
|
|
|
296
296
|
process.on('inspector#data', _wsDataListener);
|
|
297
297
|
process.on('logger#default', _wsLogListener);
|
|
298
298
|
|
|
299
|
+
// Graceful-shutdown drain: proc.js's SIGTERM path invokes every
|
|
300
|
+
// registered closer before _httpServer.close(), so a live agent
|
|
301
|
+
// WebSocket ends with a clean `1001 going away` close handshake
|
|
302
|
+
// instead of blocking shutdown until the hard timeout. ws emits
|
|
303
|
+
// 'close' once the handshake completes, so _cleanup deregisters.
|
|
304
|
+
if (!process.gina._sseConnections) process.gina._sseConnections = new Set();
|
|
305
|
+
var _wsShutdownCloser = function() {
|
|
306
|
+
try { ws.close(1001, 'server shutting down'); } catch (e) {}
|
|
307
|
+
};
|
|
308
|
+
process.gina._sseConnections.add(_wsShutdownCloser);
|
|
309
|
+
|
|
299
310
|
var _cleanup = function() {
|
|
300
311
|
process.removeListener('inspector#data', _wsDataListener);
|
|
301
312
|
process.removeListener('logger#default', _wsLogListener);
|
|
313
|
+
if (process.gina._sseConnections) {
|
|
314
|
+
process.gina._sseConnections.delete(_wsShutdownCloser);
|
|
315
|
+
}
|
|
302
316
|
};
|
|
303
317
|
ws.on('close', _cleanup);
|
|
304
318
|
ws.on('error', _cleanup);
|
package/framework/{v0.4.6 → v0.4.7}/core/template/boilerplate/bundle/config/settings.server.json
RENAMED
|
@@ -22,13 +22,15 @@
|
|
|
22
22
|
* maxSessionRejectedStreams : RST flood defense — CVE-2019-9514, CVE-2023-44487 (default: 100)
|
|
23
23
|
* maxSessionInvalidFrames : CONTINUATION flood defense — CVE-2024-27316, CVE-2024-27983 (default: 1000)
|
|
24
24
|
* maxStreamsPerSecond : rapid-reset rate limit — max new streams per session per rolling 1s window before GOAWAY + close — CVE-2023-44487 (default: 200)
|
|
25
|
+
* enableConnectProtocol : RFC 8441 extended CONNECT (WebSocket over HTTP/2) — strict boolean opt-in; advertised on both https and cleartext h2c bundles (default: false)
|
|
25
26
|
*/
|
|
26
27
|
// "http2Options": {
|
|
27
28
|
// "maxConcurrentStreams": 256,
|
|
28
29
|
// "initialWindowSize": 655350,
|
|
29
30
|
// "maxSessionRejectedStreams": 100,
|
|
30
31
|
// "maxSessionInvalidFrames": 1000,
|
|
31
|
-
// "maxStreamsPerSecond": 200
|
|
32
|
+
// "maxStreamsPerSecond": 200,
|
|
33
|
+
// "enableConnectProtocol": false
|
|
32
34
|
// },
|
|
33
35
|
|
|
34
36
|
/**
|
|
@@ -47,17 +47,19 @@
|
|
|
47
47
|
// slightly longer than keepAliveTimeout — must remain > keepAliveTimeout
|
|
48
48
|
"headersTimeout": "5500ms",
|
|
49
49
|
// HTTP/2 tuning — wired into core/server.isaac.js at server creation time.
|
|
50
|
-
// maxConcurrentStreams : max parallel streams per TCP connection (
|
|
50
|
+
// maxConcurrentStreams : max parallel streams per TCP connection (protocol default: unlimited — 4294967295, Gina default: 256).
|
|
51
51
|
// initialWindowSize : flow-control window in bytes (Node default: 65535, Gina default: 655350 = 10×).
|
|
52
52
|
// maxSessionRejectedStreams : RST flood defense — CVE-2019-9514, CVE-2023-44487 (default: 100).
|
|
53
53
|
// maxSessionInvalidFrames : CONTINUATION flood defense — CVE-2024-27316, CVE-2024-27983 (default: 1000).
|
|
54
54
|
// maxStreamsPerSecond : rapid-reset rate limit — max new streams per session per rolling 1s window before GOAWAY + close — CVE-2023-44487 (default: 200).
|
|
55
|
+
// enableConnectProtocol : RFC 8441 extended CONNECT (WebSocket over HTTP/2) — strict boolean opt-in; advertised on both https and cleartext h2c bundles (default: false).
|
|
55
56
|
"http2Options": {
|
|
56
57
|
"maxConcurrentStreams": 256,
|
|
57
58
|
"initialWindowSize": 655350,
|
|
58
59
|
"maxSessionRejectedStreams": 100,
|
|
59
60
|
"maxSessionInvalidFrames": 1000,
|
|
60
|
-
"maxStreamsPerSecond": 200
|
|
61
|
+
"maxStreamsPerSecond": 200,
|
|
62
|
+
"enableConnectProtocol": false
|
|
61
63
|
},
|
|
62
64
|
// Compare with core/content.encoding
|
|
63
65
|
// This is the prefered order when it comes to respond with compressed content
|
|
@@ -263,6 +265,17 @@
|
|
|
263
265
|
// only Inspector blocks) then carries the matching nonce
|
|
264
266
|
// attribute, so the bundle can drop 'unsafe-inline' from
|
|
265
267
|
// script-src. Requires a script-src/default-src directive.
|
|
268
|
+
// reportOnlyOmit — array of directive names (default []). Only
|
|
269
|
+
// consulted when reportOnly is true: the named directives
|
|
270
|
+
// are omitted from the report-only header and emitted
|
|
271
|
+
// again automatically when reportOnly flips to false —
|
|
272
|
+
// one directive set across both modes. Built for engine-
|
|
273
|
+
// divergent directives (e.g. frame-ancestors: reported by
|
|
274
|
+
// Chrome + Firefox in report-only, ignored with a console
|
|
275
|
+
// warning by Safari/WebKit) when a clean WebKit console
|
|
276
|
+
// is preferred over the Gecko/Blink report signal. Inert
|
|
277
|
+
// and silent when reportOnly is false. Entries validated
|
|
278
|
+
// against the CSP Level 3 whitelist (unknown names throw).
|
|
266
279
|
"csp": {},
|
|
267
280
|
// #HDR6 — Cross-Origin-Embedder-Policy response header applied by
|
|
268
281
|
// gina.plugins.Coep(). Controls which cross-origin resources the page
|
|
@@ -160,6 +160,20 @@ function Lib() {
|
|
|
160
160
|
// inside loadBundleConfig). Default backend reads process.env[KEY];
|
|
161
161
|
// fail-closed on unset/empty values. See lib/secrets/src/main.js.
|
|
162
162
|
secrets : _require('./secrets'),
|
|
163
|
+
// #H13 — RFC 6455 WebSocket framing codec (frame encoder + incremental
|
|
164
|
+
// parser: fragmentation reassembly, masking enforcement, UTF-8 and
|
|
165
|
+
// close-code validation, maxPayload/maxFragments caps). Transport-
|
|
166
|
+
// agnostic; the WebSocket-over-HTTP/2 session bridge feeds it
|
|
167
|
+
// extended-CONNECT stream bytes. Pure factory (per-connection parser
|
|
168
|
+
// instances, no module-scope state), so _require (hot-reloadable) is safe.
|
|
169
|
+
wsFraming : _require('./ws-framing'),
|
|
170
|
+
// #H13 — WebSocket-over-HTTP/2 session bridge. accept(request) answers
|
|
171
|
+
// the extended CONNECT with :status 200 and wraps the raw Http2Stream
|
|
172
|
+
// + a ws-framing parser into a send/ping/close session (auto-pong,
|
|
173
|
+
// timed close handshake, teardown on stream close/error, graceful-
|
|
174
|
+
// shutdown drain registration). Consumed by the Isaac engine's
|
|
175
|
+
// onWebSocket dispatcher. Pure factory, so _require is safe.
|
|
176
|
+
wsSession : _require('./ws-session'),
|
|
163
177
|
};
|
|
164
178
|
|
|
165
179
|
/**
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "gina-lib-ws-framing",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "RFC 6455 WebSocket framing codec — frame encoder + incremental parser (fragmentation reassembly, masking enforcement, UTF-8 validation, close-code validation, maxPayload/maxFragments caps). Transport-agnostic: works against an HTTP/2 extended-CONNECT stream (RFC 8441) or any duplex byte stream.",
|
|
5
|
+
"authors": [ { "name": "Martin-Luther ETOUMAN", "email": "contact@gina.io" } ],
|
|
6
|
+
"copyright": "Copyright (c) 2009-2026 Rhinostone <contact@gina.io>",
|
|
7
|
+
"engines": { "node": ">=18.14.0" },
|
|
8
|
+
"main": "src/main",
|
|
9
|
+
"license": "MIT"
|
|
10
|
+
}
|