gina 0.3.1 → 0.3.2
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 +13 -0
- package/CONVENTIONS.md +42 -0
- package/README.md +8 -6
- package/ROADMAP.md +5 -2
- package/bin/cli +1 -0
- package/bin/gina +4 -0
- package/framework/v0.3.2/VERSION +1 -0
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/inspector/have_heart_one-webfont.woff2 +0 -0
- package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/inspector/index.html +4 -0
- package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/inspector/inspector.css +160 -9
- package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/inspector/inspector.js +250 -7
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/js/gina.min.js +532 -0
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +8 -0
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
- package/framework/{v0.3.1 → v0.3.2}/core/connectors/couchbase/index.js +33 -13
- package/framework/{v0.3.1 → v0.3.2}/core/controller/controller.js +20 -1
- package/framework/{v0.3.1 → v0.3.2}/core/controller/controller.render-json.js +60 -14
- package/framework/v0.3.2/core/deps/swig-1.4.2/dist/swig.min.js +7 -0
- package/framework/{v0.3.1 → v0.3.2}/core/gna.js +35 -1
- package/framework/{v0.3.1 → v0.3.2}/core/server.isaac.js +30 -8
- package/framework/{v0.3.1 → v0.3.2}/core/server.js +50 -9
- package/framework/{v0.3.1 → v0.3.2}/helpers/context.js +1 -0
- package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/add.js +0 -1
- package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/start.js +11 -13
- package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/restart.js +10 -1
- package/framework/v0.3.2/lib/cmd/inspector/help.js +48 -0
- package/framework/v0.3.2/lib/cmd/inspector/help.txt +28 -0
- package/framework/v0.3.2/lib/cmd/inspector/open.js +510 -0
- package/framework/{v0.3.1 → v0.3.2}/lib/index.js +1 -0
- package/framework/{v0.3.1 → v0.3.2}/lib/model.js +27 -3
- package/llms.txt +6 -1
- package/package.json +101 -101
- package/schema/connectors.json +99 -12
- package/schema/routing.json +93 -7
- package/schema/watchers.json +29 -0
- package/script/post_install.js +5 -1
- package/framework/v0.3.1/VERSION +0 -1
- package/framework/v0.3.1/core/asset/plugin/dist/vendor/gina/js/gina.min.js +0 -21544
- package/framework/v0.3.1/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
- package/framework/v0.3.1/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
- package/framework/v0.3.1/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +0 -286
- package/framework/v0.3.1/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
- package/framework/v0.3.1/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/AUTHORS +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/LICENSE +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/html/nolayout.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/html/static.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/img/android-chrome-192x192.png +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/img/android-chrome-512x512.png +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/img/apple-touch-icon.png +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/img/favicon-16x16.png +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/img/favicon-32x32.png +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/img/favicon.ico +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.css +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/beemaster/index.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/css/gina.min.css +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.br +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.gz +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/html/statusbar.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.br +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.gz +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/html/toolbar.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/html/toolbar.html.br +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/html/toolbar.html.gz +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/inspector/logo.svg +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/js/gina.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/config.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/ai/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/ai/lib/connector.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/couchbase/lib/connector.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/couchbase/lib/connector.v2.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/couchbase/lib/connector.v3.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/couchbase/lib/connector.v4.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/couchbase/lib/n1ql.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/couchbase/lib/session-store.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/couchbase/lib/session-store.v2.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/couchbase/lib/session-store.v3.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/couchbase/lib/session-store.v4.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/mysql/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/mysql/lib/connector.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/postgresql/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/postgresql/lib/connector.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/redis/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/redis/lib/session-store.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/sql-parser.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/sqlite/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/sqlite/lib/connector.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/connectors/sqlite/lib/session-store.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/content.encoding +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/controller/controller.framework.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/controller/controller.render-stream.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/controller/controller.render-swig.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/controller/controller.render-v1.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/controller/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/busboy-1.6.0/LICENSE +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/busboy-1.6.0/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/busboy-1.6.0/lib/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/busboy-1.6.0/lib/types/multipart.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/busboy-1.6.0/lib/types/urlencoded.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/busboy-1.6.0/lib/utils.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/busboy-1.6.0/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/optimist-0.6.1/LICENSE +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/optimist-0.6.1/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/optimist-0.6.1/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/optimist-0.6.1/readme.markdown +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/CONTRIBUTING.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/HISTORY.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/LICENSE +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/Makefile +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/bin/swig.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/browser/comments.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/browser/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs/api.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs/browser.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs/cli.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs/extending.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs/filters.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs/includes/TYPES.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs/includes/macros.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs/index.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs/layout.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs/loaders.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs/previous.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs/tags.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/docs.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/index.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/index.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/js/lib/rainbow.min.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/js/master.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/layouts/html5.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/layouts/master.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/less/button.less +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/less/fork.less +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/less/header.less +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/less/layout.less +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/less/mixins.less +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/less/rainbow.less +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/less/reset.less +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/less/sidenav.less +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/less/swig.less +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/docs/less/variables.less +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/dateformatter.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/filters.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/lexer.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/loaders/filesystem.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/loaders/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/loaders/memory.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/parser.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/swig.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/autoescape.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/block.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/else.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/elseif.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/extends.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/filter.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/for.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/if.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/import.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/include.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/macro.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/parent.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/raw.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/set.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/tags/spaceless.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/lib/utils.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/scripts/config-lint.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/scripts/githooks/post-merge +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/scripts/githooks/pre-commit +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/basic.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/bin/bin.filters.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/bin/bin.locals.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/bin/bin.locals.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/bin/bin.tags.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/bin/bin.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/bin/custom_filter.bin.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/bin/custom_tag.bin.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/bin/custom_tagControls.bin.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/bin/custom_varControls.bin.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/bin/options.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_1.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_1.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_2.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_2.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_base.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_4.base.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_4.middle.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_bare.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_base.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_include.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_real_base.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_set.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_set.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_3.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_3.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_4.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_4.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/import.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/import.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/include.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/include.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/include_bar.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/include_extends.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/include_extends.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/includes.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/macros.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/macros.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/macros.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/nested_blocks.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/nested_blocks.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/nested_blocks_parent.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/parent-parent.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/parent-parent.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/parent.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/parent.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/set.expectation.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases/set.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases-error/circular.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases-error/circular_parent.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases-error/extends-non-existent.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases-error/report-filename-partial.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/cases-error/report-filename.test.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/comments.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/filters.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/loaders.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/regressions.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/autoescape.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/else.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/extend.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/filter.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/for.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/if.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/import.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/include.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/macro.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/parent.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/raw.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/set.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags/spaceless.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/tags.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/templates.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/variables.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-1.4.2/tests/whitespace.test.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-client/swig-2.0.0.min.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/deps/swig-client/swig.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/dev/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/dev/lib/class.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/dev/lib/factory.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/dev/lib/tools.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/locales/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/locales/currency.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/locales/dist/language/en.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/locales/dist/language/fr.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/locales/dist/region/en.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/locales/dist/region/fr.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/locales/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/mime.types +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/model/entity.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/model/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/model/template/entityFactory.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/model/template/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/file/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/file/build.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/file/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/intl/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/intl/build.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/intl/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/intl/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/storage/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/storage/build.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/storage/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/storage/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/validator/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/validator/build.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/validator/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/validator/src/form-validator.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/plugins/lib/validator/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/router.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/server.express.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/status.codes +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/_gitignore +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle/config/app.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle/config/connectors.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle/config/routing.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle/config/settings.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle/config/settings.server.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle/config/templates.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle/config/watchers.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle/controllers/controller.content.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle/controllers/controller.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle/controllers/setup.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle_namespace/controllers/controller.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle_public/css/default.css +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle_public/css/home.css +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle_public/css/vendor/readme.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle_public/favicon.ico +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle_public/js/vendor/readme.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle_public/readme.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle_templates/handlers/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle_templates/html/content/homepage.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle_templates/html/includes/error-msg-noscript.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle_templates/html/includes/error-msg-outdated-browser.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/boilerplate/bundle_templates/html/layouts/main.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/command/gina.bat.tpl +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/command/gina.tpl +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/conf/env.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/conf/manifest.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/conf/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/conf/settings.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/conf/statics.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/conf/templates.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/error/client/json/401.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/error/client/json/403.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/error/client/json/404.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/error/server/html/50x.html +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/error/server/json/500.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/error/server/json/503.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/core/template/extensions/logger/config.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/console.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/data/LICENSE +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/data/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/data/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/data/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/dateFormat.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/json/LICENSE +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/json/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/json/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/json/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/path.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/plugins/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/plugins/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/plugins/src/api-error.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/plugins/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/prototypes.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/task.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/helpers/text.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/archiver/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/archiver/build.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/archiver/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/archiver/src/dep/jszip.min.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/archiver/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/async/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/async/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cache/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cache/build.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cache/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cache/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/aliases.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/arguments.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/build.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/copy.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/cp.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/help.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/help.txt +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/list.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/remove.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/rename.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/restart.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/rm.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/status.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/bundle/stop.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/cache/stats.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/env/add.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/env/get.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/env/help.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/env/help.txt +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/env/link-dev.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/env/list.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/env/remove.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/env/rm.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/env/set.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/env/unset.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/env/use.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/arguments.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/build.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/dot.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/get.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/help.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/help.txt +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/init.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/link-node-modules.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/link.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/msg.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/open.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/set.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/start.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/status.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/stop.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/tail.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/update.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/framework/version.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/gina-dev.1.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/gina-framework.1.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/gina.1.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/helper.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/minion/help.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/minion/help.txt +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/msg.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/port/help.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/port/help.txt +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/port/inc/scan.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/port/list.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/port/reset.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/port/set.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/add.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/arguments.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/build.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/help.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/help.txt +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/import.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/list.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/move.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/remove.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/rename.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/restart.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/rm.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/start.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/status.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/project/stop.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/protocol/help.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/protocol/help.txt +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/protocol/list.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/protocol/set.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/scope/add.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/scope/help.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/scope/help.txt +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/scope/link-local.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/scope/link-production.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/scope/list.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/scope/remove.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/scope/rm.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/scope/use.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cmd/view/add.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/collection/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/collection/build.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/collection/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/collection/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/config.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cron/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cron/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/cron/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/domain/LICENSE +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/domain/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/domain/dist/2025-03-14_13-41-20_UTC.dat +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/domain/dist/public_suffix_list.dat +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/domain/dist/public_suffix_list.dat.br +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/domain/dist/public_suffix_list.dat.gz +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/domain/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/domain/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/generator/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/inherits/LICENSE +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/inherits/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/inherits/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/inherits/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/logger/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/logger/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/logger/src/containers/default/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/logger/src/containers/file/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/logger/src/containers/file/lib/logrotator/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/logger/src/containers/file/lib/logrotator/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/logger/src/containers/mq/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/logger/src/containers/mq/listener.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/logger/src/containers/mq/speaker.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/logger/src/helper.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/logger/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/math/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/merge/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/merge/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/merge/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/proc.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/routing/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/routing/build.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/routing/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/routing/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/routing/src/radix.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/session-store.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/shell.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/state.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/swig-filters/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/swig-filters/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/swig-filters/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/url/README.md +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/url/index.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/url/routing.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/validator.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/watcher/package.json +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/lib/watcher/src/main.js +0 -0
- /package/framework/{v0.3.1 → v0.3.2}/package.json +0 -0
|
Binary file
|
|
Binary file
|
|
@@ -1,286 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* onGinaLoaded
|
|
4
|
-
*
|
|
5
|
-
* Used in the framework to load gina from the Super controller
|
|
6
|
-
*
|
|
7
|
-
* NB.:
|
|
8
|
-
* - This file is built appart
|
|
9
|
-
* - On change, you have to restart the bundle !!
|
|
10
|
-
*
|
|
11
|
-
* Must be placed before gina <script> tag
|
|
12
|
-
*
|
|
13
|
-
* Instructions for closure compiler: https://github.com/google/closure-compiler/wiki/@suppress-annotations
|
|
14
|
-
* */
|
|
15
|
-
|
|
16
|
-
window['originalContext'] = null; // removed: jquery dependency
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* onGinaLoaded
|
|
20
|
-
* By modifying this portion of code, yo have to restart the bundle to apply changes
|
|
21
|
-
* @param {object} gina
|
|
22
|
-
*
|
|
23
|
-
* @returns
|
|
24
|
-
*/
|
|
25
|
-
window['onGinaLoaded'] = function(gina) {
|
|
26
|
-
|
|
27
|
-
if (!gina) {
|
|
28
|
-
//console.debug('gina not ready yet');
|
|
29
|
-
return false
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
if ( gina["isFrameworkLoaded"] ) {
|
|
33
|
-
return true
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
var options = {
|
|
37
|
-
/**@js_externs bundle*/
|
|
38
|
-
'bundle': '{{ page.environment.bundle }}',
|
|
39
|
-
/**@js_externs env*/
|
|
40
|
-
'env' : '{{ page.environment.env }}',
|
|
41
|
-
/**@js_externs envIsDev*/
|
|
42
|
-
'envIsDev' : ( /^true$/.test('{{ page.environment.envIsDev }}') ) ? true : false,
|
|
43
|
-
/**@js_externs scope*/
|
|
44
|
-
'scope' : '{{ page.environment.scope }}',
|
|
45
|
-
/**@js_externs scopeIsLocal*/
|
|
46
|
-
'scopeIsLocal' : ( /^true$/.test('{{ page.environment.scopeIsLocal }}') ) ? true : false,
|
|
47
|
-
/**@js_externs scopeIsProduction*/
|
|
48
|
-
'scopeIsProduction' : ( /^true$/.test('{{ page.environment.scopeIsProduction }}') ) ? true : false,
|
|
49
|
-
/**@js_externs isProxyHost*/
|
|
50
|
-
'isProxyHost' : ( /^true$/.test('{{ page.environment.isProxyHost }}') ) ? true : false,
|
|
51
|
-
/**@js_externs hostname*/
|
|
52
|
-
'hostname': '{{ page.environment.hostname }}',
|
|
53
|
-
/**@js_externs routing*/
|
|
54
|
-
'routing': JSON.parse(decodeURIComponent('{{ page.environment.routing }}')),
|
|
55
|
-
/**@js_externs reverseRouting*/
|
|
56
|
-
'reverseRouting': JSON.parse(decodeURIComponent('{{ page.environment.reverseRouting }}')),
|
|
57
|
-
/**@js_externs forms*/
|
|
58
|
-
//'forms': JSON.parse(decodeURIComponent('{{ page.environment.forms }}')),
|
|
59
|
-
/**@js_externs version*/
|
|
60
|
-
version : '{{ page.environment.version }}',
|
|
61
|
-
/**@js_externs webroot*/
|
|
62
|
-
'webroot' : '{{ page.environment.webroot }}',
|
|
63
|
-
/**@js_externs protocol*/
|
|
64
|
-
'protocol' : '{{ page.environment.protocol }}'
|
|
65
|
-
};
|
|
66
|
-
|
|
67
|
-
if (
|
|
68
|
-
typeof(gina['config']['routing']) != 'undefined'
|
|
69
|
-
&& gina['config']['routing'].count() > 0
|
|
70
|
-
&& typeof(gina['config']['reverseRouting']) != 'undefined'
|
|
71
|
-
&& !gina['config']['reverseRouting'].count()
|
|
72
|
-
||
|
|
73
|
-
typeof(gina['config']['routing']) != 'undefined'
|
|
74
|
-
&& gina['config']['routing'].count() > 0
|
|
75
|
-
&& typeof(gina['config']['reverseRouting']) == 'undefined'
|
|
76
|
-
) {
|
|
77
|
-
// console.debug('[REQUIRED] reverseRouting');
|
|
78
|
-
var routing = gina['config']['routing'];
|
|
79
|
-
var reverseRouting = {};
|
|
80
|
-
for (let rule in routing) {
|
|
81
|
-
// Route filtering is done on server side (server.js)
|
|
82
|
-
if ( /\,/.test(routing[rule].url) ) {
|
|
83
|
-
let urls = routing[rule].url.split(/\,/g);
|
|
84
|
-
let r = 0;
|
|
85
|
-
let rLen = urls.length;
|
|
86
|
-
for (; r < rLen; ++r) {
|
|
87
|
-
reverseRouting[ urls[r] ] = rule
|
|
88
|
-
}
|
|
89
|
-
} else {
|
|
90
|
-
reverseRouting[ routing[rule].url ] = rule
|
|
91
|
-
}
|
|
92
|
-
}// EO for (let rule in routing)
|
|
93
|
-
|
|
94
|
-
gina['config']['reverseRouting'] = reverseRouting;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
// Overriding in case of already defined config
|
|
99
|
-
if ( typeof(gina['config']) != 'undefined' ) {
|
|
100
|
-
for (let prop in gina['config'] ) {
|
|
101
|
-
options[prop] = gina['config'][prop];
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
gina['config'] = options;
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
if ( /^true$/i.test(options.isProxyHost) ) {
|
|
108
|
-
/**@js_externs proxyHost*/
|
|
109
|
-
options['proxyHost'] = gina['config']['proxyHost'] = '{{ page.environment.proxyHost }}';
|
|
110
|
-
/**@js_externs proxyHostname*/
|
|
111
|
-
options['proxyHostname'] = gina['config']['proxyHostname'] = '{{ page.environment.proxyHostname }}';
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
/**
|
|
115
|
-
* getTimeout
|
|
116
|
-
* Get session timeout
|
|
117
|
-
*
|
|
118
|
-
* @param {object} _this - `gina.session`
|
|
119
|
-
*
|
|
120
|
-
* @returns {date} extpiresAt
|
|
121
|
-
*/
|
|
122
|
-
var getTimeout = function(_this) {
|
|
123
|
-
if (!_this['lastModified']) {
|
|
124
|
-
return null;
|
|
125
|
-
}
|
|
126
|
-
if ( _this['lastModified'] && typeof(_this['lastModified']) == 'string' ) {
|
|
127
|
-
_this['lastModified'] = new Date(_this['lastModified']);
|
|
128
|
-
}
|
|
129
|
-
if ( _this['createdAt'] && typeof(_this['createdAt']) == 'string' ) {
|
|
130
|
-
_this['createdAt'] = new Date(_this['createdAt']);
|
|
131
|
-
}
|
|
132
|
-
if ( _this['originalTimeout'] && typeof(_this['originalTimeout']) == 'string' ) {
|
|
133
|
-
_this['originalTimeout'] = parseInt(_this['originalTimeout']);
|
|
134
|
-
}
|
|
135
|
-
_this['expiresAt'] = new Date(new Date(_this['lastModified']).getTime() + _this['originalTimeout'])
|
|
136
|
-
|
|
137
|
-
return _this['expiresAt'] - new Date();
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
gina['session'] = {
|
|
141
|
-
/**@js_externs id*/
|
|
142
|
-
'id' : '{{ page.data.session.id }}' || null,
|
|
143
|
-
/**@js_externs originalTimeout*/
|
|
144
|
-
'originalTimeout' : '{{ page.data.session.timeout }}' || (1000 * 60 * 5),
|
|
145
|
-
/**@js_externs createdAt*/
|
|
146
|
-
'createdAt' : '{{ page.data.session.createdAt }}' || null,
|
|
147
|
-
/**@js_externs lastModified*/
|
|
148
|
-
'lastModified' : '{{ page.data.session.lastModified }}' || null,
|
|
149
|
-
/**@js_externs expiresAt*/
|
|
150
|
-
'expiresAt' : null
|
|
151
|
-
};
|
|
152
|
-
|
|
153
|
-
gina['session'].__defineGetter__("timeout", function () {
|
|
154
|
-
return getTimeout(this);
|
|
155
|
-
});
|
|
156
|
-
// trigger timeout assignment - will trigger a compilation warning
|
|
157
|
-
gina['session'].timeout;
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
/**
|
|
162
|
-
* getRouting
|
|
163
|
-
*
|
|
164
|
-
* @param {string} [bundle|rule] - Where rule is <route@bundle>
|
|
165
|
-
*
|
|
166
|
-
* @returns {Object} routing
|
|
167
|
-
*/
|
|
168
|
-
gina['config']['getRouting'] = function(bundle) {
|
|
169
|
-
|
|
170
|
-
var routes = {};
|
|
171
|
-
var routing = gina['config']['routing'];
|
|
172
|
-
|
|
173
|
-
if ( typeof(bundle) == 'undefined' ) {
|
|
174
|
-
return routing;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
// // In case we need route from another bundle
|
|
178
|
-
// // This should only get exposed routes
|
|
179
|
-
// if ( bundle != gina['config']['bundle'] ) {
|
|
180
|
-
// // _gina/routes/get/<rule>
|
|
181
|
-
|
|
182
|
-
// // Add to current routing
|
|
183
|
-
// }
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
var re = new RegExp("\\@" + bundle + String.fromCharCode(36)); // Closure compiler requirements: $ -> String.fromCharCode(36)
|
|
187
|
-
|
|
188
|
-
// var route = null;
|
|
189
|
-
for (var route in routing) {
|
|
190
|
-
if ( re.test(route) )
|
|
191
|
-
routes[route] = routing[route]
|
|
192
|
-
}
|
|
193
|
-
re = null;
|
|
194
|
-
|
|
195
|
-
return (routes['count']() > 0) ? routes : null
|
|
196
|
-
};
|
|
197
|
-
|
|
198
|
-
// Globals
|
|
199
|
-
window['GINA_ENV'] = '{{ page.environment.env }}';
|
|
200
|
-
window['GINA_ENV_IS_DEV'] = /^true$/i.test('{{ page.environment.envIsDev }}') ? true: false;
|
|
201
|
-
if (
|
|
202
|
-
typeof(location.search) != 'undefined' && /debug\=/i.test(location.search)
|
|
203
|
-
||
|
|
204
|
-
!location.search && /\?/.test(location.href)
|
|
205
|
-
) {
|
|
206
|
-
// Deep copy
|
|
207
|
-
var search = (' ' + location.search).slice(1);
|
|
208
|
-
if (!search && /\?/.test(location.href) ) {
|
|
209
|
-
search = location.href.match(/\?.*/);
|
|
210
|
-
if (Array.isArray(search) && search.length > 0) {
|
|
211
|
-
search = search[0]
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
var matched = search.match(/debug=(true|false)/);
|
|
215
|
-
if (matched) {
|
|
216
|
-
window['GINA_ENV_IS_DEV'] = gina['config']['envIsDev'] = ( /^true$/i.test(matched[0].split(/\=/)[1]) ) ? true: false;
|
|
217
|
-
}
|
|
218
|
-
matched = null;
|
|
219
|
-
search = null;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
gina["isFrameworkLoaded"] = true;
|
|
223
|
-
gina["setOptions"](options);
|
|
224
|
-
|
|
225
|
-
try {
|
|
226
|
-
gina["forms"] = JSON.parse(decodeURIComponent('{{ page.environment.forms }}'));
|
|
227
|
-
} catch (err) {
|
|
228
|
-
throw err
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
// Adding css to the head
|
|
233
|
-
var link = null
|
|
234
|
-
, cssPath = "css/vendor/gina/gina.min.css"
|
|
235
|
-
;
|
|
236
|
-
|
|
237
|
-
// check if css has not been added yet
|
|
238
|
-
var links = document.head.getElementsByTagName('link')
|
|
239
|
-
, i = 0
|
|
240
|
-
, len = links.length
|
|
241
|
-
, found = false
|
|
242
|
-
, re = new RegExp(cssPath)
|
|
243
|
-
;
|
|
244
|
-
|
|
245
|
-
for (; i < len; ++i ) {
|
|
246
|
-
if ( re.test(links[i].href) ) {
|
|
247
|
-
found = true;
|
|
248
|
-
break
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
links = null;
|
|
252
|
-
i = null;
|
|
253
|
-
len = null;
|
|
254
|
-
re = null;
|
|
255
|
-
|
|
256
|
-
if (!found) { // add css
|
|
257
|
-
link = document.createElement('link');
|
|
258
|
-
link.href = options['webroot'] + cssPath;
|
|
259
|
-
link.media = "screen";
|
|
260
|
-
link.rel = "stylesheet";
|
|
261
|
-
link.type = "text/css";
|
|
262
|
-
|
|
263
|
-
// document.getElementsByTagName('head')[0].appendChild(link);
|
|
264
|
-
var headEls = document.getElementsByTagName('head')[0];
|
|
265
|
-
var existingLinks = headEls.getElementsByTagName('link');
|
|
266
|
-
if (
|
|
267
|
-
existingLinks
|
|
268
|
-
&& typeof(existingLinks.length) != 'undefined'
|
|
269
|
-
&& existingLinks.length > 0
|
|
270
|
-
) {
|
|
271
|
-
// Must be the first link
|
|
272
|
-
// console.debug("placed before");
|
|
273
|
-
headEls.insertBefore(link, existingLinks[0]);
|
|
274
|
-
} else {
|
|
275
|
-
// console.debug("placed after");
|
|
276
|
-
headEls.appendChild(link);
|
|
277
|
-
}
|
|
278
|
-
existingLinks = null;
|
|
279
|
-
headEls = null;
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
// removed: toolbar is no longer bundled into gina.min.js
|
|
283
|
-
// In dev mode, statusbar.html provides ginaToolbar via Object.defineProperty shim
|
|
284
|
-
|
|
285
|
-
return true;
|
|
286
|
-
}
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.css
RENAMED
|
File without changes
|
/package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.js
RENAMED
|
File without changes
|
/package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/beemaster/index.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.br
RENAMED
|
File without changes
|
/package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.gz
RENAMED
|
File without changes
|
|
File without changes
|
/package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/html/toolbar.html.br
RENAMED
|
File without changes
|
/package/framework/{v0.3.1 → v0.3.2}/core/asset/plugin/dist/vendor/gina/html/toolbar.html.gz
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|