gina 0.5.3 → 0.5.4
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 +24 -0
- package/README.md +11 -9
- package/ROADMAP.md +1 -0
- package/framework/v0.5.4/VERSION +1 -0
- package/framework/{v0.5.3 → v0.5.4}/core/asset/plugin/dist/vendor/gina/html/statusbar.html +40 -1
- package/framework/v0.5.4/core/asset/plugin/dist/vendor/gina/html/statusbar.html.br +0 -0
- package/framework/v0.5.4/core/asset/plugin/dist/vendor/gina/html/statusbar.html.gz +0 -0
- package/framework/{v0.5.3 → v0.5.4}/core/asset/plugin/dist/vendor/gina/inspector/inspector.js +180 -100
- package/framework/{v0.5.3 → v0.5.4}/core/asset/plugin/dist/vendor/gina/js/gina.js +91 -15
- package/framework/{v0.5.3 → v0.5.4}/core/asset/plugin/dist/vendor/gina/js/gina.min.js +216 -215
- package/framework/v0.5.4/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
- package/framework/v0.5.4/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
- package/framework/{v0.5.3 → v0.5.4}/core/controller/controller.js +26 -0
- package/framework/{v0.5.3 → v0.5.4}/core/controller/controller.render-swig.js +15 -7
- package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/validator/src/form-validator.js +73 -13
- package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/validator/src/main.js +6 -1
- package/framework/{v0.5.3 → v0.5.4}/core/router.js +15 -2
- package/framework/{v0.5.3 → v0.5.4}/core/server.isaac.js +2 -38
- package/framework/{v0.5.3 → v0.5.4}/core/server.js +195 -30
- package/framework/{v0.5.3 → v0.5.4}/core/template/conf/settings.json +1 -1
- package/framework/v0.5.4/lib/admin/package.json +17 -0
- package/framework/v0.5.4/lib/admin/src/main.js +93 -0
- package/framework/{v0.5.3 → v0.5.4}/lib/cmd/bundle/add.js +38 -2
- package/framework/{v0.5.3 → v0.5.4}/lib/cmd/bundle/arguments.json +1 -0
- package/framework/{v0.5.3 → v0.5.4}/lib/cmd/bundle/help.txt +15 -1
- package/framework/{v0.5.3 → v0.5.4}/lib/index.js +27 -5
- package/framework/{v0.5.3 → v0.5.4}/lib/routing/src/main.js +12 -1
- package/framework/{v0.5.3 → v0.5.4}/package.json +1 -1
- package/gna.js +4 -4
- package/llms.txt +27 -1
- package/package.json +4 -4
- package/framework/v0.5.3/VERSION +0 -1
- package/framework/v0.5.3/core/asset/plugin/dist/vendor/gina/html/statusbar.html.br +0 -0
- package/framework/v0.5.3/core/asset/plugin/dist/vendor/gina/html/statusbar.html.gz +0 -0
- package/framework/v0.5.3/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
- package/framework/v0.5.3/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/AUTHORS +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/LICENSE +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/asset/html/nolayout.html +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/asset/html/static.html +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/asset/img/android-chrome-192x192.png +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/asset/img/android-chrome-512x512.png +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/asset/img/apple-touch-icon.png +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/asset/img/favicon-16x16.png +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/asset/img/favicon-32x32.png +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/asset/img/favicon.ico +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/asset/plugin/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.css +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/asset/plugin/dist/vendor/gina/beemaster/index.html +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/asset/plugin/dist/vendor/gina/css/gina.min.css +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.br +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.gz +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/asset/plugin/dist/vendor/gina/inspector/have_heart_one-webfont.woff2 +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/asset/plugin/dist/vendor/gina/inspector/index.html +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/asset/plugin/dist/vendor/gina/inspector/inspector.css +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/asset/plugin/dist/vendor/gina/inspector/logo.svg +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/config.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/ai/index.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/ai/lib/connector.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/couchbase/index.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/couchbase/lib/connector.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/couchbase/lib/connector.v3.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/couchbase/lib/connector.v4.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/couchbase/lib/n1ql.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/couchbase/lib/session-store.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/couchbase/lib/session-store.v3.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/couchbase/lib/session-store.v4.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/mongodb/index.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/mongodb/lib/connector.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/mongodb/lib/pipeline-loader.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/mongodb/lib/session-store.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/mysql/index.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/mysql/lib/connector.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/postgresql/index.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/postgresql/lib/connector.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/redis/index.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/redis/lib/session-store.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/scylladb/index.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/scylladb/lib/connector.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/scylladb/lib/session-store.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/sql-parser.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/sqlite/index.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/sqlite/lib/connector.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/connectors/sqlite/lib/session-store.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/content.encoding +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/controller/controller.framework.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/controller/controller.render-json.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/controller/controller.render-nunjucks-async.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/controller/controller.render-nunjucks.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/controller/controller.render-stream.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/controller/controller.render-swig-async.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/controller/controller.render-v1.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/controller/index.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/controller/inspector-window-emit.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/deps/busboy-1.6.0/LICENSE +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/deps/busboy-1.6.0/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/deps/busboy-1.6.0/lib/index.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/deps/busboy-1.6.0/lib/types/multipart.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/deps/busboy-1.6.0/lib/types/urlencoded.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/deps/busboy-1.6.0/lib/utils.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/deps/busboy-1.6.0/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/deps/streamsearch-1.1.0/LICENSE +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/deps/streamsearch-1.1.0/lib/sbmh.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/deps/streamsearch-1.1.0/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/dev/index.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/dev/lib/class.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/dev/lib/factory.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/dev/lib/tools.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/gna.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/locales/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/locales/currency.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/locales/dist/language/en.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/locales/dist/language/fr.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/locales/dist/region/en.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/locales/dist/region/fr.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/locales/index.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/mime.types +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/model/entity.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/model/index.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/model/template/entityFactory.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/model/template/index.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/index.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/csrf/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/csrf/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/csrf/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/coep/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/coep/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/coep/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/coop/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/coop/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/coop/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/corp/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/corp/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/corp/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/csp/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/csp/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/csp/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/hide-powered-by/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/hide-powered-by/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/hide-powered-by/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/hsts/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/hsts/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/hsts/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/origin-agent-cluster/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/origin-agent-cluster/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/origin-agent-cluster/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/referrer-policy/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/referrer-policy/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/referrer-policy/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/x-content-type-options/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/x-content-type-options/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/x-content-type-options/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/x-dns-prefetch-control/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/x-dns-prefetch-control/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/x-dns-prefetch-control/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/x-download-options/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/x-download-options/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/x-download-options/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/x-frame-options/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/x-frame-options/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/x-frame-options/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/x-xss-protection/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/x-xss-protection/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/security-headers/x-xss-protection/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/session/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/session/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/session/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/storage/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/storage/build.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/storage/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/storage/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/validator/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/validator/build.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/plugins/lib/validator/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/server.express.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/status.codes +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/_gitignore +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle/config/app.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle/config/connectors.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle/config/routing.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle/config/settings.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle/config/settings.server.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle/config/templates.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle/config/watchers.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle/controllers/controller.content.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle/controllers/controller.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle/controllers/setup.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle/index.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle/locales/en.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle_namespace/controllers/controller.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle_public/css/default.css +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle_public/css/home.css +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle_public/css/vendor/readme.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle_public/favicon.ico +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle_public/js/vendor/readme.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle_public/manifest.webmanifest +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle_public/readme.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle_public/sw.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle_templates/handlers/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle_templates/html/content/homepage.html +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle_templates/html/includes/error-msg-noscript.html +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle_templates/html/includes/error-msg-outdated-browser.html +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/boilerplate/bundle_templates/html/layouts/main.html +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/command/gina.bat.tpl +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/command/gina.tpl +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/conf/env.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/conf/manifest.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/conf/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/conf/statics.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/conf/templates.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/error/client/json/401.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/error/client/json/403.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/error/client/json/404.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/error/server/html/50x.html +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/error/server/json/500.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/error/server/json/503.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/core/template/extensions/logger/config.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/helpers/console.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/helpers/context.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/helpers/data/LICENSE +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/helpers/data/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/helpers/data/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/helpers/data/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/helpers/dateFormat.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/helpers/index.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/helpers/json/LICENSE +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/helpers/json/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/helpers/json/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/helpers/json/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/helpers/path.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/helpers/plugins/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/helpers/plugins/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/helpers/plugins/src/api-error.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/helpers/plugins/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/helpers/prototypes.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/helpers/task.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/helpers/text.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/archiver/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/archiver/build.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/archiver/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/archiver/src/dep/jszip.min.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/archiver/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/async/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/async/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cache/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cache/build.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cache/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cache/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/aliases.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/bundle/build.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/bundle/copy.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/bundle/cp.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/bundle/help.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/bundle/inc/name-rewrite.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/bundle/list.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/bundle/mcp-start.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/bundle/mcp.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/bundle/oas.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/bundle/openapi.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/bundle/remove.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/bundle/rename.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/bundle/restart.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/bundle/rm.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/bundle/start.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/bundle/status.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/bundle/stop.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/cache/stats.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/connector/add.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/connector/arguments.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/connector/help.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/connector/help.txt +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/connector/list.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/connector/migrate.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/connector/remove.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/connector/rm.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/env/add.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/env/get.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/env/help.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/env/help.txt +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/env/link-dev.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/env/list.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/env/remove.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/env/rm.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/env/set.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/env/unset.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/env/use.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/framework/arguments.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/framework/build.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/framework/dot.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/framework/get.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/framework/help.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/framework/help.txt +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/framework/init.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/framework/link-node-modules.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/framework/link.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/framework/msg.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/framework/open.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/framework/restart.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/framework/set.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/framework/start.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/framework/status.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/framework/stop.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/framework/tail.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/framework/update.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/framework/version.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/gina-dev.1.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/gina-framework.1.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/gina.1.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/helper.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/i18n/add.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/i18n/arguments.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/i18n/export.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/i18n/help.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/i18n/help.txt +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/i18n/import.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/i18n/scan.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/index.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/inspector/help.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/inspector/help.txt +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/inspector/open.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/minion/arguments.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/minion/help.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/minion/help.txt +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/minion/kill.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/minion/list.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/msg.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/port/help.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/port/help.txt +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/port/inc/scan.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/port/list.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/port/reset.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/port/set.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/project/add.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/project/arguments.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/project/build.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/project/help.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/project/help.txt +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/project/import.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/project/list.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/project/move.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/project/remove.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/project/rename.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/project/restart.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/project/rm.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/project/start.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/project/status.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/project/stop.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/protocol/arguments.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/protocol/help.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/protocol/help.txt +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/protocol/list.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/protocol/remove.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/protocol/set.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/scope/add.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/scope/help.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/scope/help.txt +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/scope/link-local.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/scope/link-production.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/scope/list.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/scope/remove.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/scope/rm.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/scope/use.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/secrets/arguments.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/secrets/check.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/secrets/help.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/secrets/help.txt +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/secrets/scan.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/service/help.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/service/help.txt +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/service/list.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/service/start.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd/view/add.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd-status-format/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cmd-status-format/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/collection/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/collection/build.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/collection/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/collection/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/config.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/connector-registry/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/connector-registry/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cron/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cron/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/cron/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/domain/LICENSE +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/domain/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/domain/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/domain/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/generator/index.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/i18n/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/i18n/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/inherits/LICENSE +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/inherits/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/inherits/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/inherits/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/inspector-redact/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/inspector-redact/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/instrument/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/instrument/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/job/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/job/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/logger/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/logger/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/logger/src/containers/default/index.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/logger/src/containers/file/index.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/logger/src/containers/file/lib/logrotator/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/logger/src/containers/file/lib/logrotator/index.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/logger/src/containers/mq/index.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/logger/src/containers/mq/listener.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/logger/src/containers/mq/speaker.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/logger/src/helper.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/logger/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/math/index.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/mcp-dispatch/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/mcp-dispatch/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/mcp-http/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/mcp-http/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/mcp-server/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/mcp-server/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/merge/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/merge/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/merge/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/metrics/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/metrics/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/model.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/nunjucks-filters/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/nunjucks-filters/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/nunjucks-filters/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/nunjucks-resolver/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/nunjucks-resolver/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/proc.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/routing/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/routing/build.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/routing/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/routing/src/radix.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/routing-introspect/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/routing-introspect/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/secrets/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/secrets/src/backends/env.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/secrets/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/session-store.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/shell.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/state.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/swig-filters/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/swig-filters/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/swig-filters/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/swig-resolver/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/swig-resolver/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/template-loaders/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/template-loaders/src/loaders/http.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/template-loaders/src/loaders/memory.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/template-loaders/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/url/README.md +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/url/index.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/url/routing.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/uuid/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/uuid/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/validator.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/watcher/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/watcher/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/ws-framing/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/ws-framing/src/main.js +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/ws-session/package.json +0 -0
- /package/framework/{v0.5.3 → v0.5.4}/lib/ws-session/src/main.js +0 -0
|
@@ -4347,8 +4347,23 @@ function FormValidatorUtil(data, $fields, xhrOptions, fieldsSet) {
|
|
|
4347
4347
|
}
|
|
4348
4348
|
|
|
4349
4349
|
// test if val is strictly a float
|
|
4350
|
-
|
|
4351
|
-
|
|
4350
|
+
// #B46 (2026-06-15) — accept STRING floats, not only real JS numbers.
|
|
4351
|
+
// The old gate `Number(val) === val` is true only for a real number,
|
|
4352
|
+
// so a string "1.5" (browser .value and urlencoded bodies are ALWAYS
|
|
4353
|
+
// strings) was rejected server-side. Coerce to Number first, then
|
|
4354
|
+
// require a finite value with a fractional part. Whole numbers ("2", 2)
|
|
4355
|
+
// still fail (no fractional part), preserving isFloat's contract that
|
|
4356
|
+
// an integer is not a float.
|
|
4357
|
+
// was:
|
|
4358
|
+
// if ( Number(val) === val && val % 1 !== 0 ) {
|
|
4359
|
+
// this.value = local.data[this.name] = Number(val);
|
|
4360
|
+
// isValid = true
|
|
4361
|
+
// } else {
|
|
4362
|
+
// isValid = false
|
|
4363
|
+
// }
|
|
4364
|
+
var floatVal = Number(val);
|
|
4365
|
+
if ( Number.isFinite(floatVal) && floatVal % 1 !== 0 ) {
|
|
4366
|
+
this.value = local.data[this.name] = floatVal;
|
|
4352
4367
|
isValid = true
|
|
4353
4368
|
} else {
|
|
4354
4369
|
isValid = false
|
|
@@ -4529,7 +4544,7 @@ function FormValidatorUtil(data, $fields, xhrOptions, fieldsSet) {
|
|
|
4529
4544
|
*
|
|
4530
4545
|
* @param {string|boolean} [mask] - by default "yyyy-mm-dd"
|
|
4531
4546
|
*
|
|
4532
|
-
* @returns {
|
|
4547
|
+
* @returns {object} field object (chainable). The parsed Date is preserved on the field's `.value` and rendered via the field's own `.format()` method (DateFormatHelper — an adaptation of Steven Levithan's code).
|
|
4533
4548
|
* */
|
|
4534
4549
|
self[el]['isDate'] = function(mask) {
|
|
4535
4550
|
var val = this.value
|
|
@@ -4570,22 +4585,60 @@ function FormValidatorUtil(data, $fields, xhrOptions, fieldsSet) {
|
|
|
4570
4585
|
throw new Error('[FormValidator::isDate] Provided mask not allowed: `'+ mask +'`');
|
|
4571
4586
|
}
|
|
4572
4587
|
|
|
4588
|
+
// #B47 (2026-06-15) — build the Date from explicit numeric
|
|
4589
|
+
// components identified by the mask tokens (y*/m*/d*), then
|
|
4590
|
+
// range-check via a round-trip. The old path rebuilt the string
|
|
4591
|
+
// FROM THE MASK (keeping its separators) and handed it to
|
|
4592
|
+
// `new Date(str)`, which parses a slash mask (e.g. "15/06/2023")
|
|
4593
|
+
// as US MM/DD -> month 15 -> Invalid Date, so any non-ISO mask
|
|
4594
|
+
// with day>12 (or non-US field order) was wrongly rejected. A
|
|
4595
|
+
// naive `new Date(y, m-1, d)` is not enough either: JS rolls
|
|
4596
|
+
// invalid components over (new Date(2023,12,45) is a valid date),
|
|
4597
|
+
// so the round-trip check (constructed components must equal the
|
|
4598
|
+
// inputs) is what still rejects e.g. 2023-13-45 and 2023-02-30.
|
|
4599
|
+
// was:
|
|
4600
|
+
// try {
|
|
4601
|
+
// val = val.match(/[^\/\- ]+/g);
|
|
4602
|
+
// var dic = {}, d, len;
|
|
4603
|
+
// for (d=0, len=m.length; d<len; ++d) { dic[m[d]] = val[d] }
|
|
4604
|
+
// var formatedDate = mask;
|
|
4605
|
+
// for (var v in dic) { formatedDate = formatedDate.replace(new RegExp(v, "g"), dic[v]) }
|
|
4606
|
+
// } catch (err) { throw new Error('...Provided value not allowed...'); }
|
|
4607
|
+
// date = this.value = local.data[this.name] = new Date(formatedDate);
|
|
4608
|
+
var dic = {}, d, len, parts = null,
|
|
4609
|
+
yNum = NaN, moNum = NaN, dNum = NaN;
|
|
4573
4610
|
try {
|
|
4574
|
-
|
|
4575
|
-
|
|
4576
|
-
|
|
4577
|
-
dic[m[d]] = val[d]
|
|
4578
|
-
}
|
|
4579
|
-
var formatedDate = mask;
|
|
4580
|
-
for (var v in dic) {
|
|
4581
|
-
formatedDate = formatedDate.replace(new RegExp(v, "g"), dic[v])
|
|
4611
|
+
parts = val.match(/[^\/\- ]+/g);
|
|
4612
|
+
for (d = 0, len = m.length; d < len; ++d) {
|
|
4613
|
+
dic[m[d]] = parts[d];
|
|
4582
4614
|
}
|
|
4583
4615
|
} catch (err) {
|
|
4584
4616
|
throw new Error('[FormValidator::isDate] Provided value not allowed: `'+ val +'`' + err);
|
|
4585
4617
|
}
|
|
4586
4618
|
|
|
4619
|
+
for (var tok in dic) {
|
|
4620
|
+
if ( /y/i.test(tok) ) { yNum = parseInt(dic[tok], 10); }
|
|
4621
|
+
else if ( /m/i.test(tok) ) { moNum = parseInt(dic[tok], 10); }
|
|
4622
|
+
else if ( /d/i.test(tok) ) { dNum = parseInt(dic[tok], 10); }
|
|
4623
|
+
}
|
|
4587
4624
|
|
|
4588
|
-
|
|
4625
|
+
if (
|
|
4626
|
+
!Number.isFinite(yNum) || !Number.isFinite(moNum) || !Number.isFinite(dNum)
|
|
4627
|
+
|| moNum < 1 || moNum > 12 || dNum < 1 || dNum > 31
|
|
4628
|
+
) {
|
|
4629
|
+
date = this.value = local.data[this.name] = new Date(NaN);
|
|
4630
|
+
} else {
|
|
4631
|
+
date = new Date(yNum, moNum - 1, dNum);
|
|
4632
|
+
// reject rolled-over components (e.g. Feb 30 -> Mar 2)
|
|
4633
|
+
if (
|
|
4634
|
+
date.getFullYear() !== yNum
|
|
4635
|
+
|| date.getMonth() !== (moNum - 1)
|
|
4636
|
+
|| date.getDate() !== dNum
|
|
4637
|
+
) {
|
|
4638
|
+
date = new Date(NaN);
|
|
4639
|
+
}
|
|
4640
|
+
this.value = local.data[this.name] = date;
|
|
4641
|
+
}
|
|
4589
4642
|
|
|
4590
4643
|
if ( /Invalid Date/i.test(date) || date instanceof Date === false ) {
|
|
4591
4644
|
if ( !errors['isRequired'] && this.value == '' ) {
|
|
@@ -4605,7 +4658,14 @@ function FormValidatorUtil(data, $fields, xhrOptions, fieldsSet) {
|
|
|
4605
4658
|
|
|
4606
4659
|
this.valid = isValid;
|
|
4607
4660
|
|
|
4608
|
-
return
|
|
4661
|
+
// #B48 (2026-06-17) — return the field object (chainable), like
|
|
4662
|
+
// every other rule, instead of the raw parsed Date. The Date is
|
|
4663
|
+
// preserved on this.value (set above), so
|
|
4664
|
+
// `field.isDate(mask).format('isoDateTime')` still renders it via
|
|
4665
|
+
// the field's own `format` method; returning the Date here broke
|
|
4666
|
+
// chaining into any validator rule (a Date has no .isX()).
|
|
4667
|
+
// was: return date
|
|
4668
|
+
return self[this.name]
|
|
4609
4669
|
}
|
|
4610
4670
|
|
|
4611
4671
|
/**
|
|
@@ -6482,7 +6542,13 @@ function Routing() {
|
|
|
6482
6542
|
namespace : routing[name].namespace || undefined,
|
|
6483
6543
|
url : safeDecodeURI(pathname), /// avoid %20 — #B30 malformed-%-safe
|
|
6484
6544
|
rule : routing[name].originalRule || name,
|
|
6485
|
-
|
|
6545
|
+
// #B52-residual finding-2: clone so the matcher's in-place param substitution
|
|
6546
|
+
// (fitsWithRequirements / checkRouteParams rewrite param.{path,namespace,file,title})
|
|
6547
|
+
// does NOT mutate the shared config singleton — getRouteByUrl's `routing` is
|
|
6548
|
+
// config.getRouting() (server-side) / gina.config.routing (client), both by reference.
|
|
6549
|
+
// Mirrors server.js:4852 and the middleware clone on the next line.
|
|
6550
|
+
//param : routing[name].param,
|
|
6551
|
+
param : JSON.clone(routing[name].param),
|
|
6486
6552
|
//middleware: routing[name].middleware,
|
|
6487
6553
|
middleware : JSON.clone(routing[name].middleware),
|
|
6488
6554
|
bundle : routing[name].bundle,
|
|
@@ -6496,6 +6562,11 @@ function Routing() {
|
|
|
6496
6562
|
if (isRoute.past) {
|
|
6497
6563
|
route = JSON.clone(routing[name]);
|
|
6498
6564
|
route.name = name;
|
|
6565
|
+
// #B52-residual finding-2: getRouteByUrl returns `route` (a fresh clone of the
|
|
6566
|
+
// singleton), NOT the mutated `params`. Carry the per-request substituted param
|
|
6567
|
+
// (rewritten on the private clone above) onto the returned route so the result is
|
|
6568
|
+
// correct AND the singleton keeps its `:placeholder`(s) for the next request.
|
|
6569
|
+
route.param = params.param;
|
|
6499
6570
|
|
|
6500
6571
|
matched = true;
|
|
6501
6572
|
isRoute = {};
|
|
@@ -10513,7 +10584,12 @@ function ValidatorPlugin(rules, data, formId) {
|
|
|
10513
10584
|
|
|
10514
10585
|
$divs[d].parentElement.removeChild($divs[d]);
|
|
10515
10586
|
$err = document.createElement('div');
|
|
10516
|
-
|
|
10587
|
+
// #livecheck — a field being typed in (the active element) surfaces only the
|
|
10588
|
+
// soft form-item-warning border; its committed error message stays hidden until
|
|
10589
|
+
// blur. This "refresh" re-create runs AFTER refreshWarning in the live-check
|
|
10590
|
+
// global pass, so without this focus guard it re-shows the message mid-typing.
|
|
10591
|
+
// On blur (field no longer active) the message is created shown (focusout commits).
|
|
10592
|
+
$err.setAttribute('class', ( document.activeElement && document.activeElement.name == name ) ? 'form-item-error-message hidden' : 'form-item-error-message');
|
|
10517
10593
|
|
|
10518
10594
|
// #A11Y1 (slice 2) — preserve the aria-errormessage wire we own across refresh.
|
|
10519
10595
|
if ( _ginaOwnsErrMsg && _ariaErrId ) {
|