diff --git a/examples/concepts/access-protection/package.json b/examples/concepts/access-protection/package.json index 456edb0e..dc4dcafe 100644 --- a/examples/concepts/access-protection/package.json +++ b/examples/concepts/access-protection/package.json @@ -7,6 +7,6 @@ "standalone": "node --experimental-network-imports dist/jitar.js --config=services/standalone.json" }, "dependencies": { - "jitar": "^0.5.0" + "jitar": "^0.6.0" } } \ No newline at end of file diff --git a/examples/concepts/construction/package.json b/examples/concepts/construction/package.json index e38d4465..f2112fb3 100644 --- a/examples/concepts/construction/package.json +++ b/examples/concepts/construction/package.json @@ -7,6 +7,6 @@ "standalone": "node --experimental-network-imports dist/jitar.js --config=services/standalone.json" }, "dependencies": { - "jitar": "^0.5.0" + "jitar": "^0.6.0" } } \ No newline at end of file diff --git a/examples/concepts/cors/package.json b/examples/concepts/cors/package.json index 208c46ef..5d4cd50b 100644 --- a/examples/concepts/cors/package.json +++ b/examples/concepts/cors/package.json @@ -11,7 +11,7 @@ "client": "node dist/client.js" }, "dependencies": { - "jitar": "^0.5.0", + "jitar": "^0.6.0", "express": "^4.18.2" }, "devDependencies": { diff --git a/examples/concepts/data-transportation/package.json b/examples/concepts/data-transportation/package.json index 7d9f240a..d6221a91 100644 --- a/examples/concepts/data-transportation/package.json +++ b/examples/concepts/data-transportation/package.json @@ -11,6 +11,6 @@ "node-helpdesk": "node --experimental-network-imports dist/jitar.js --config=services/helpdesk.json" }, "dependencies": { - "jitar": "^0.5.0" + "jitar": "^0.6.0" } } \ No newline at end of file diff --git a/examples/concepts/error-handling/package.json b/examples/concepts/error-handling/package.json index c4ea5094..bc1ea531 100644 --- a/examples/concepts/error-handling/package.json +++ b/examples/concepts/error-handling/package.json @@ -11,6 +11,6 @@ "node-process": "node --experimental-network-imports dist/jitar.js --config=services/process.json" }, "dependencies": { - "jitar": "^0.5.0" + "jitar": "^0.6.0" } } \ No newline at end of file diff --git a/examples/concepts/health-checks/package.json b/examples/concepts/health-checks/package.json index 5011c370..db6827b0 100644 --- a/examples/concepts/health-checks/package.json +++ b/examples/concepts/health-checks/package.json @@ -7,6 +7,6 @@ "standalone": "node --experimental-network-imports dist/jitar.js --config=services/standalone.json" }, "dependencies": { - "jitar": "^0.5.0" + "jitar": "^0.6.0" } } \ No newline at end of file diff --git a/examples/concepts/hello-world/package.json b/examples/concepts/hello-world/package.json index 1c14c5ff..c089aae2 100644 --- a/examples/concepts/hello-world/package.json +++ b/examples/concepts/hello-world/package.json @@ -7,6 +7,6 @@ "standalone": "node --experimental-network-imports dist/jitar.js --config=services/standalone.json" }, "dependencies": { - "jitar": "^0.5.0" + "jitar": "^0.6.0" } } \ No newline at end of file diff --git a/examples/concepts/load-balancing/package.json b/examples/concepts/load-balancing/package.json index bea7ad7f..35f7bf6c 100644 --- a/examples/concepts/load-balancing/package.json +++ b/examples/concepts/load-balancing/package.json @@ -11,6 +11,6 @@ "node2": "node --experimental-network-imports dist/jitar.js --config=services/node2.json" }, "dependencies": { - "jitar": "^0.5.0" + "jitar": "^0.6.0" } } \ No newline at end of file diff --git a/examples/concepts/middleware/package.json b/examples/concepts/middleware/package.json index a9879600..93edaf53 100644 --- a/examples/concepts/middleware/package.json +++ b/examples/concepts/middleware/package.json @@ -7,6 +7,6 @@ "standalone": "node --experimental-network-imports dist/jitar.js --config=services/standalone.json" }, "dependencies": { - "jitar": "^0.5.0" + "jitar": "^0.6.0" } } \ No newline at end of file diff --git a/examples/concepts/multi-version/package.json b/examples/concepts/multi-version/package.json index 48f0646b..8e5753d9 100644 --- a/examples/concepts/multi-version/package.json +++ b/examples/concepts/multi-version/package.json @@ -7,6 +7,6 @@ "standalone": "node --experimental-network-imports dist/jitar.js --config=services/standalone.json" }, "dependencies": { - "jitar": "^0.5.0" + "jitar": "^0.6.0" } } \ No newline at end of file diff --git a/examples/concepts/node-client/package.json b/examples/concepts/node-client/package.json index 3d54dc9d..6f89583a 100644 --- a/examples/concepts/node-client/package.json +++ b/examples/concepts/node-client/package.json @@ -8,6 +8,6 @@ "client": "node --experimental-network-imports --no-warnings dist/client.js" }, "dependencies": { - "jitar": "^0.5.0" + "jitar": "^0.6.0" } } \ No newline at end of file diff --git a/examples/concepts/overrides/package.json b/examples/concepts/overrides/package.json index 0da92439..e3944753 100644 --- a/examples/concepts/overrides/package.json +++ b/examples/concepts/overrides/package.json @@ -7,6 +7,6 @@ "standalone": "node --experimental-network-imports dist/jitar.js --config=services/standalone.json" }, "dependencies": { - "jitar": "^0.5.0" + "jitar": "^0.6.0" } } \ No newline at end of file diff --git a/examples/concepts/segmentation/package.json b/examples/concepts/segmentation/package.json index ee4149f2..a7859388 100644 --- a/examples/concepts/segmentation/package.json +++ b/examples/concepts/segmentation/package.json @@ -11,6 +11,6 @@ "node-process": "node --experimental-network-imports dist/jitar.js --config=services/process.json" }, "dependencies": { - "jitar": "^0.5.0" + "jitar": "^0.6.0" } } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index e2e165af..8b0cca3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,6 +58,7 @@ } }, "examples/apps/contact-list": { + "name": "jitar-contact-list", "version": "0.0.0", "dependencies": { "jitar": "^0.6.0", @@ -88,55 +89,22 @@ } }, "examples/concepts/access-protection": { + "name": "jitar-access-protection-example", "dependencies": { - "jitar": "^0.5.0" - } - }, - "examples/concepts/access-protection/node_modules/jitar": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/jitar/-/jitar-0.5.1.tgz", - "integrity": "sha512-NYm8wKXmYaiCpS0vf2CrXZlT0TpRyfg1ngulNocfyOTuTjuQApceQxoGVpLNFwWndzEhV0i/Q8tDDxQZv1rwNw==", - "dependencies": { - "express": "^4.18.2", - "express-http-proxy": "^2.0.0", - "fs-extra": "^11.1.1", - "glob-promise": "6.0.5", - "mime-types": "^2.1.35", - "tslog": "^4.9.2", - "yargs": "^17.7.2", - "zod": "^3.22.4" - }, - "engines": { - "node": ">=18.7" + "jitar": "^0.6.0" } }, "examples/concepts/construction": { + "name": "jitar-construction-example", "dependencies": { - "jitar": "^0.5.0" - } - }, - "examples/concepts/construction/node_modules/jitar": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/jitar/-/jitar-0.5.1.tgz", - "integrity": "sha512-NYm8wKXmYaiCpS0vf2CrXZlT0TpRyfg1ngulNocfyOTuTjuQApceQxoGVpLNFwWndzEhV0i/Q8tDDxQZv1rwNw==", - "dependencies": { - "express": "^4.18.2", - "express-http-proxy": "^2.0.0", - "fs-extra": "^11.1.1", - "glob-promise": "6.0.5", - "mime-types": "^2.1.35", - "tslog": "^4.9.2", - "yargs": "^17.7.2", - "zod": "^3.22.4" - }, - "engines": { - "node": ">=18.7" + "jitar": "^0.6.0" } }, "examples/concepts/cors": { + "name": "jitar-cors-example", "dependencies": { "express": "^4.18.2", - "jitar": "^0.5.0" + "jitar": "^0.6.0" }, "devDependencies": { "cpx2": "^6.0.1", @@ -166,24 +134,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "examples/concepts/cors/node_modules/jitar": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/jitar/-/jitar-0.5.1.tgz", - "integrity": "sha512-NYm8wKXmYaiCpS0vf2CrXZlT0TpRyfg1ngulNocfyOTuTjuQApceQxoGVpLNFwWndzEhV0i/Q8tDDxQZv1rwNw==", - "dependencies": { - "express": "^4.18.2", - "express-http-proxy": "^2.0.0", - "fs-extra": "^11.1.1", - "glob-promise": "6.0.5", - "mime-types": "^2.1.35", - "tslog": "^4.9.2", - "yargs": "^17.7.2", - "zod": "^3.22.4" - }, - "engines": { - "node": ">=18.7" - } - }, "examples/concepts/cors/node_modules/rimraf": { "version": "5.0.5", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.5.tgz", @@ -203,233 +153,63 @@ } }, "examples/concepts/data-transportation": { + "name": "jitar-data-transportation-example", "dependencies": { - "jitar": "^0.5.0" - } - }, - "examples/concepts/data-transportation/node_modules/jitar": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/jitar/-/jitar-0.5.1.tgz", - "integrity": "sha512-NYm8wKXmYaiCpS0vf2CrXZlT0TpRyfg1ngulNocfyOTuTjuQApceQxoGVpLNFwWndzEhV0i/Q8tDDxQZv1rwNw==", - "dependencies": { - "express": "^4.18.2", - "express-http-proxy": "^2.0.0", - "fs-extra": "^11.1.1", - "glob-promise": "6.0.5", - "mime-types": "^2.1.35", - "tslog": "^4.9.2", - "yargs": "^17.7.2", - "zod": "^3.22.4" - }, - "engines": { - "node": ">=18.7" + "jitar": "^0.6.0" } }, "examples/concepts/error-handling": { + "name": "jitar-error-handling-example", "dependencies": { - "jitar": "^0.5.0" - } - }, - "examples/concepts/error-handling/node_modules/jitar": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/jitar/-/jitar-0.5.1.tgz", - "integrity": "sha512-NYm8wKXmYaiCpS0vf2CrXZlT0TpRyfg1ngulNocfyOTuTjuQApceQxoGVpLNFwWndzEhV0i/Q8tDDxQZv1rwNw==", - "dependencies": { - "express": "^4.18.2", - "express-http-proxy": "^2.0.0", - "fs-extra": "^11.1.1", - "glob-promise": "6.0.5", - "mime-types": "^2.1.35", - "tslog": "^4.9.2", - "yargs": "^17.7.2", - "zod": "^3.22.4" - }, - "engines": { - "node": ">=18.7" + "jitar": "^0.6.0" } }, "examples/concepts/health-checks": { + "name": "jitar-health-checks-example", "dependencies": { - "jitar": "^0.5.0" - } - }, - "examples/concepts/health-checks/node_modules/jitar": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/jitar/-/jitar-0.5.1.tgz", - "integrity": "sha512-NYm8wKXmYaiCpS0vf2CrXZlT0TpRyfg1ngulNocfyOTuTjuQApceQxoGVpLNFwWndzEhV0i/Q8tDDxQZv1rwNw==", - "dependencies": { - "express": "^4.18.2", - "express-http-proxy": "^2.0.0", - "fs-extra": "^11.1.1", - "glob-promise": "6.0.5", - "mime-types": "^2.1.35", - "tslog": "^4.9.2", - "yargs": "^17.7.2", - "zod": "^3.22.4" - }, - "engines": { - "node": ">=18.7" + "jitar": "^0.6.0" } }, "examples/concepts/hello-world": { + "name": "jitar-helloworld-example", "dependencies": { - "jitar": "^0.5.0" - } - }, - "examples/concepts/hello-world/node_modules/jitar": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/jitar/-/jitar-0.5.1.tgz", - "integrity": "sha512-NYm8wKXmYaiCpS0vf2CrXZlT0TpRyfg1ngulNocfyOTuTjuQApceQxoGVpLNFwWndzEhV0i/Q8tDDxQZv1rwNw==", - "dependencies": { - "express": "^4.18.2", - "express-http-proxy": "^2.0.0", - "fs-extra": "^11.1.1", - "glob-promise": "6.0.5", - "mime-types": "^2.1.35", - "tslog": "^4.9.2", - "yargs": "^17.7.2", - "zod": "^3.22.4" - }, - "engines": { - "node": ">=18.7" + "jitar": "^0.6.0" } }, "examples/concepts/load-balancing": { + "name": "jitar-load-balancing-example", "dependencies": { - "jitar": "^0.5.0" - } - }, - "examples/concepts/load-balancing/node_modules/jitar": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/jitar/-/jitar-0.5.1.tgz", - "integrity": "sha512-NYm8wKXmYaiCpS0vf2CrXZlT0TpRyfg1ngulNocfyOTuTjuQApceQxoGVpLNFwWndzEhV0i/Q8tDDxQZv1rwNw==", - "dependencies": { - "express": "^4.18.2", - "express-http-proxy": "^2.0.0", - "fs-extra": "^11.1.1", - "glob-promise": "6.0.5", - "mime-types": "^2.1.35", - "tslog": "^4.9.2", - "yargs": "^17.7.2", - "zod": "^3.22.4" - }, - "engines": { - "node": ">=18.7" + "jitar": "^0.6.0" } }, "examples/concepts/middleware": { + "name": "jitar-middleware-example", "dependencies": { - "jitar": "^0.5.0" - } - }, - "examples/concepts/middleware/node_modules/jitar": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/jitar/-/jitar-0.5.1.tgz", - "integrity": "sha512-NYm8wKXmYaiCpS0vf2CrXZlT0TpRyfg1ngulNocfyOTuTjuQApceQxoGVpLNFwWndzEhV0i/Q8tDDxQZv1rwNw==", - "dependencies": { - "express": "^4.18.2", - "express-http-proxy": "^2.0.0", - "fs-extra": "^11.1.1", - "glob-promise": "6.0.5", - "mime-types": "^2.1.35", - "tslog": "^4.9.2", - "yargs": "^17.7.2", - "zod": "^3.22.4" - }, - "engines": { - "node": ">=18.7" + "jitar": "^0.6.0" } }, "examples/concepts/multi-version": { + "name": "jitar-multi-version-example", "dependencies": { - "jitar": "^0.5.0" - } - }, - "examples/concepts/multi-version/node_modules/jitar": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/jitar/-/jitar-0.5.1.tgz", - "integrity": "sha512-NYm8wKXmYaiCpS0vf2CrXZlT0TpRyfg1ngulNocfyOTuTjuQApceQxoGVpLNFwWndzEhV0i/Q8tDDxQZv1rwNw==", - "dependencies": { - "express": "^4.18.2", - "express-http-proxy": "^2.0.0", - "fs-extra": "^11.1.1", - "glob-promise": "6.0.5", - "mime-types": "^2.1.35", - "tslog": "^4.9.2", - "yargs": "^17.7.2", - "zod": "^3.22.4" - }, - "engines": { - "node": ">=18.7" + "jitar": "^0.6.0" } }, "examples/concepts/node-client": { + "name": "jitar-node-client-example", "dependencies": { - "jitar": "^0.5.0" - } - }, - "examples/concepts/node-client/node_modules/jitar": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/jitar/-/jitar-0.5.1.tgz", - "integrity": "sha512-NYm8wKXmYaiCpS0vf2CrXZlT0TpRyfg1ngulNocfyOTuTjuQApceQxoGVpLNFwWndzEhV0i/Q8tDDxQZv1rwNw==", - "dependencies": { - "express": "^4.18.2", - "express-http-proxy": "^2.0.0", - "fs-extra": "^11.1.1", - "glob-promise": "6.0.5", - "mime-types": "^2.1.35", - "tslog": "^4.9.2", - "yargs": "^17.7.2", - "zod": "^3.22.4" - }, - "engines": { - "node": ">=18.7" + "jitar": "^0.6.0" } }, "examples/concepts/overrides": { + "name": "jitar-overrides-example", "dependencies": { - "jitar": "^0.5.0" - } - }, - "examples/concepts/overrides/node_modules/jitar": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/jitar/-/jitar-0.5.1.tgz", - "integrity": "sha512-NYm8wKXmYaiCpS0vf2CrXZlT0TpRyfg1ngulNocfyOTuTjuQApceQxoGVpLNFwWndzEhV0i/Q8tDDxQZv1rwNw==", - "dependencies": { - "express": "^4.18.2", - "express-http-proxy": "^2.0.0", - "fs-extra": "^11.1.1", - "glob-promise": "6.0.5", - "mime-types": "^2.1.35", - "tslog": "^4.9.2", - "yargs": "^17.7.2", - "zod": "^3.22.4" - }, - "engines": { - "node": ">=18.7" + "jitar": "^0.6.0" } }, "examples/concepts/segmentation": { + "name": "jitar-segmentation-example", "dependencies": { - "jitar": "^0.5.0" - } - }, - "examples/concepts/segmentation/node_modules/jitar": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/jitar/-/jitar-0.5.1.tgz", - "integrity": "sha512-NYm8wKXmYaiCpS0vf2CrXZlT0TpRyfg1ngulNocfyOTuTjuQApceQxoGVpLNFwWndzEhV0i/Q8tDDxQZv1rwNw==", - "dependencies": { - "express": "^4.18.2", - "express-http-proxy": "^2.0.0", - "fs-extra": "^11.1.1", - "glob-promise": "6.0.5", - "mime-types": "^2.1.35", - "tslog": "^4.9.2", - "yargs": "^17.7.2", - "zod": "^3.22.4" - }, - "engines": { - "node": ">=18.7" + "jitar": "^0.6.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -14473,6 +14253,7 @@ } }, "packages/caching": { + "name": "@jitar/caching", "version": "0.6.0", "license": "MIT", "dependencies": { @@ -14517,6 +14298,7 @@ } }, "packages/plugin-vite": { + "name": "@jitar/plugin-vite", "version": "0.6.0", "license": "MIT", "dependencies": { @@ -14532,10 +14314,12 @@ } }, "packages/reflection": { + "name": "@jitar/reflection", "version": "0.6.0", "license": "MIT" }, "packages/runtime": { + "name": "@jitar/runtime", "version": "0.6.0", "license": "MIT", "dependencies": { @@ -14543,6 +14327,7 @@ } }, "packages/serialization": { + "name": "@jitar/serialization", "version": "0.6.0", "license": "MIT", "dependencies": { @@ -14550,6 +14335,7 @@ } }, "packages/server-nodejs": { + "name": "@jitar/server-nodejs", "version": "0.6.0", "license": "MIT", "dependencies": { @@ -14569,6 +14355,7 @@ } }, "tools/eslint-plugin": { + "name": "eslint-plugin-jitar", "version": "0.0.1" } } diff --git a/packages/create-jitar/templates/jitar-only/package.json b/packages/create-jitar/templates/jitar-only/package.json index 9f3811bd..6e20970e 100644 --- a/packages/create-jitar/templates/jitar-only/package.json +++ b/packages/create-jitar/templates/jitar-only/package.json @@ -11,6 +11,6 @@ "standalone": "node --experimental-network-imports dist/jitar.js --config=services/standalone.json" }, "dependencies": { - "jitar": "^0.5.0" + "jitar": "^0.6.0" } } \ No newline at end of file diff --git a/packages/create-jitar/templates/lit/package.json b/packages/create-jitar/templates/lit/package.json index 56ea1d23..e512b67e 100644 --- a/packages/create-jitar/templates/lit/package.json +++ b/packages/create-jitar/templates/lit/package.json @@ -18,7 +18,7 @@ "standalone": "node --experimental-network-imports dist/jitar.js --config=services/standalone.json" }, "dependencies": { - "jitar": "^0.5.0", + "jitar": "^0.6.0", "lit": "^3.1.0" }, "devDependencies": { diff --git a/packages/create-jitar/templates/react/package.json b/packages/create-jitar/templates/react/package.json index c67fc65d..2b775415 100644 --- a/packages/create-jitar/templates/react/package.json +++ b/packages/create-jitar/templates/react/package.json @@ -10,7 +10,7 @@ "preview": "vite preview" }, "dependencies": { - "jitar": "^0.5.0", + "jitar": "^0.6.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/packages/create-jitar/templates/solid/package.json b/packages/create-jitar/templates/solid/package.json index dc2a1fd7..8ad7f299 100644 --- a/packages/create-jitar/templates/solid/package.json +++ b/packages/create-jitar/templates/solid/package.json @@ -20,7 +20,7 @@ "vite-plugin-solid": "^2.8.0" }, "dependencies": { - "jitar": "^0.5.0", + "jitar": "^0.6.0", "solid-js": "^1.8.7" } } \ No newline at end of file diff --git a/packages/create-jitar/templates/svelte/package.json b/packages/create-jitar/templates/svelte/package.json index 739f941d..9539e77f 100644 --- a/packages/create-jitar/templates/svelte/package.json +++ b/packages/create-jitar/templates/svelte/package.json @@ -21,6 +21,6 @@ "vite": "^5.0.12" }, "dependencies": { - "jitar": "^0.5.0" + "jitar": "^0.6.0" } } \ No newline at end of file diff --git a/packages/create-jitar/templates/vue/package.json b/packages/create-jitar/templates/vue/package.json index 7117035b..6044ecb5 100644 --- a/packages/create-jitar/templates/vue/package.json +++ b/packages/create-jitar/templates/vue/package.json @@ -10,7 +10,7 @@ "standalone": "node --experimental-network-imports dist/jitar.js --config=services/standalone.json" }, "dependencies": { - "jitar": "^0.5.0", + "jitar": "^0.6.0", "vue": "^3.3.13" }, "devDependencies": {