From 5fa1e2fb99aec11aba897e4ef9902a959df6136e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 20:57:51 +0100 Subject: [PATCH] Version Packages (#2) * Version Packages * fix: lockfile --------- Co-authored-by: github-actions[bot] Co-authored-by: Nicola --- .changeset/dirty-adults-watch.md | 12 ----- packages/basica/config/CHANGELOG.md | 6 +++ packages/basica/config/package.json | 2 +- packages/basica/core/CHANGELOG.md | 6 +++ packages/basica/core/package.json | 2 +- .../basica/plugins/bentocache/CHANGELOG.md | 9 ++++ .../basica/plugins/bentocache/package.json | 6 +-- packages/basica/plugins/fastify/CHANGELOG.md | 9 ++++ packages/basica/plugins/fastify/package.json | 4 +- packages/basica/plugins/ioredis/CHANGELOG.md | 9 ++++ packages/basica/plugins/ioredis/package.json | 6 +-- packages/basica/plugins/kysely/CHANGELOG.md | 9 ++++ packages/basica/plugins/kysely/package.json | 6 +-- packages/basica/plugins/pg/CHANGELOG.md | 9 ++++ packages/basica/plugins/pg/package.json | 6 +-- packages/basica/telemetry/CHANGELOG.md | 6 +++ packages/basica/telemetry/package.json | 2 +- .../crud/basica-fastify/CHANGELOG.md | 11 +++++ .../crud/basica-fastify/package.json | 6 +-- .../http/basica-fastify/CHANGELOG.md | 8 ++++ .../http/basica-fastify/package.json | 6 +-- packages/examples/crud/CHANGELOG.md | 11 +++++ packages/examples/crud/package.json | 12 ++--- packages/examples/telemetry/svc1/CHANGELOG.md | 10 +++++ packages/examples/telemetry/svc1/package.json | 10 ++--- packages/examples/telemetry/svc2/CHANGELOG.md | 10 +++++ packages/examples/telemetry/svc2/package.json | 10 ++--- pnpm-lock.yaml | 44 +++++++++---------- 28 files changed, 174 insertions(+), 73 deletions(-) delete mode 100644 .changeset/dirty-adults-watch.md diff --git a/.changeset/dirty-adults-watch.md b/.changeset/dirty-adults-watch.md deleted file mode 100644 index 4b6df1d..0000000 --- a/.changeset/dirty-adults-watch.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@basica/config": patch -"@basica/core": patch -"@basica/bentocache": patch -"@basica/fastify": patch -"@basica/ioredis": patch -"@basica/kysely": patch -"@basica/pg": patch -"@basica/telemetry": patch ---- - -Fixed deps diff --git a/packages/basica/config/CHANGELOG.md b/packages/basica/config/CHANGELOG.md index 3ebc589..70f1617 100644 --- a/packages/basica/config/CHANGELOG.md +++ b/packages/basica/config/CHANGELOG.md @@ -1,5 +1,11 @@ # @basica/config +## 0.0.2 + +### Patch Changes + +- [`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - Fixed deps + ## 0.0.1 ### Patch Changes diff --git a/packages/basica/config/package.json b/packages/basica/config/package.json index 4d46780..b49a20e 100644 --- a/packages/basica/config/package.json +++ b/packages/basica/config/package.json @@ -1,6 +1,6 @@ { "name": "@basica/config", - "version": "0.0.1", + "version": "0.0.2", "author": "Nicola Bovolato", "license": "MIT", "files": [ diff --git a/packages/basica/core/CHANGELOG.md b/packages/basica/core/CHANGELOG.md index 301cde1..0f6dae8 100644 --- a/packages/basica/core/CHANGELOG.md +++ b/packages/basica/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @basica/core +## 0.0.2 + +### Patch Changes + +- [`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - Fixed deps + ## 0.0.1 ### Patch Changes diff --git a/packages/basica/core/package.json b/packages/basica/core/package.json index 0c36a15..0568d84 100644 --- a/packages/basica/core/package.json +++ b/packages/basica/core/package.json @@ -1,6 +1,6 @@ { "name": "@basica/core", - "version": "0.0.1", + "version": "0.0.2", "author": "Nicola Bovolato", "license": "MIT", "files": [ diff --git a/packages/basica/plugins/bentocache/CHANGELOG.md b/packages/basica/plugins/bentocache/CHANGELOG.md index cadfc0d..4d42424 100644 --- a/packages/basica/plugins/bentocache/CHANGELOG.md +++ b/packages/basica/plugins/bentocache/CHANGELOG.md @@ -1,5 +1,14 @@ # @basica/bentocache +## 0.0.2 + +### Patch Changes + +- [`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - Fixed deps + +- Updated dependencies [[`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c)]: + - @basica/core@0.0.2 + ## 0.0.1 ### Patch Changes diff --git a/packages/basica/plugins/bentocache/package.json b/packages/basica/plugins/bentocache/package.json index 4118481..b5a4326 100644 --- a/packages/basica/plugins/bentocache/package.json +++ b/packages/basica/plugins/bentocache/package.json @@ -1,6 +1,6 @@ { "name": "@basica/bentocache", - "version": "0.0.1", + "version": "0.0.2", "author": "Nicola Bovolato", "license": "MIT", "files": [ @@ -31,12 +31,12 @@ "lint": "tsc --noEmit && eslint \"{src,test}/**/*.ts\"" }, "peerDependencies": { - "@basica/core": "workspace:^0.0.1", + "@basica/core": "workspace:^0.0.2", "@sinclair/typebox": "^0.32.16", "bentocache": "^1.0.0-beta.7" }, "devDependencies": { - "@basica/core": "workspace:^0.0.1", + "@basica/core": "workspace:^0.0.2", "@basica/eslint-config": "workspace:^0.0.0", "@basica/tsup-config": "workspace:^0.0.0", "@basica/typescript-config": "workspace:^0.0.0", diff --git a/packages/basica/plugins/fastify/CHANGELOG.md b/packages/basica/plugins/fastify/CHANGELOG.md index 8d73d4a..f9e7d81 100644 --- a/packages/basica/plugins/fastify/CHANGELOG.md +++ b/packages/basica/plugins/fastify/CHANGELOG.md @@ -1,5 +1,14 @@ # @basica/fastify +## 0.0.2 + +### Patch Changes + +- [`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - Fixed deps + +- Updated dependencies [[`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c)]: + - @basica/core@0.0.2 + ## 0.0.1 ### Patch Changes diff --git a/packages/basica/plugins/fastify/package.json b/packages/basica/plugins/fastify/package.json index c942c27..58a3523 100644 --- a/packages/basica/plugins/fastify/package.json +++ b/packages/basica/plugins/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@basica/fastify", - "version": "0.0.1", + "version": "0.0.2", "author": "Nicola Bovolato", "license": "MIT", "files": [ @@ -30,7 +30,7 @@ "lint": "tsc --noEmit && eslint \"{src,test}/**/*.ts\"" }, "dependencies": { - "@basica/core": "workspace:^0.0.1", + "@basica/core": "workspace:^0.0.2", "@fastify/swagger": "^8.14.0", "@fastify/swagger-ui": "^2.1.0", "@sinclair/typebox": "^0.32.16", diff --git a/packages/basica/plugins/ioredis/CHANGELOG.md b/packages/basica/plugins/ioredis/CHANGELOG.md index aa4c714..32bafdb 100644 --- a/packages/basica/plugins/ioredis/CHANGELOG.md +++ b/packages/basica/plugins/ioredis/CHANGELOG.md @@ -1,5 +1,14 @@ # @basica/ioredis +## 0.0.2 + +### Patch Changes + +- [`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - Fixed deps + +- Updated dependencies [[`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c)]: + - @basica/core@0.0.2 + ## 0.0.1 ### Patch Changes diff --git a/packages/basica/plugins/ioredis/package.json b/packages/basica/plugins/ioredis/package.json index 92e0867..fc4a4b9 100644 --- a/packages/basica/plugins/ioredis/package.json +++ b/packages/basica/plugins/ioredis/package.json @@ -1,6 +1,6 @@ { "name": "@basica/ioredis", - "version": "0.0.1", + "version": "0.0.2", "author": "Nicola Bovolato", "license": "MIT", "files": [ @@ -30,12 +30,12 @@ "lint": "tsc --noEmit && eslint \"{src,test}/**/*.ts\"" }, "peerDependencies": { - "@basica/core": "workspace:^0.0.1", + "@basica/core": "workspace:^0.0.2", "@sinclair/typebox": "^0.32.16", "ioredis": "^5.3.2" }, "devDependencies": { - "@basica/core": "workspace:^0.0.1", + "@basica/core": "workspace:^0.0.2", "@basica/eslint-config": "workspace:^0.0.0", "@basica/tsup-config": "workspace:^0.0.0", "@basica/typescript-config": "workspace:^0.0.0", diff --git a/packages/basica/plugins/kysely/CHANGELOG.md b/packages/basica/plugins/kysely/CHANGELOG.md index 7d590c7..d81d05d 100644 --- a/packages/basica/plugins/kysely/CHANGELOG.md +++ b/packages/basica/plugins/kysely/CHANGELOG.md @@ -1,5 +1,14 @@ # @basica/kysely +## 0.0.2 + +### Patch Changes + +- [`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - Fixed deps + +- Updated dependencies [[`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c)]: + - @basica/core@0.0.2 + ## 0.0.1 ### Patch Changes diff --git a/packages/basica/plugins/kysely/package.json b/packages/basica/plugins/kysely/package.json index fb5da02..da66a05 100644 --- a/packages/basica/plugins/kysely/package.json +++ b/packages/basica/plugins/kysely/package.json @@ -1,6 +1,6 @@ { "name": "@basica/kysely", - "version": "0.0.1", + "version": "0.0.2", "author": "Nicola Bovolato", "license": "MIT", "files": [ @@ -30,12 +30,12 @@ "lint": "tsc --noEmit && eslint \"{src,test}/**/*.ts\"" }, "peerDependencies": { - "@basica/core": "workspace:^0.0.1", + "@basica/core": "workspace:^0.0.2", "@sinclair/typebox": "^0.32.16", "kysely": "^0.27.2" }, "devDependencies": { - "@basica/core": "workspace:^0.0.1", + "@basica/core": "workspace:^0.0.2", "@basica/eslint-config": "workspace:^0.0.0", "@basica/tsup-config": "workspace:^0.0.0", "@basica/typescript-config": "workspace:^0.0.0", diff --git a/packages/basica/plugins/pg/CHANGELOG.md b/packages/basica/plugins/pg/CHANGELOG.md index a7a2be5..c92a5f9 100644 --- a/packages/basica/plugins/pg/CHANGELOG.md +++ b/packages/basica/plugins/pg/CHANGELOG.md @@ -1,5 +1,14 @@ # @basica/pg +## 0.0.2 + +### Patch Changes + +- [`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - Fixed deps + +- Updated dependencies [[`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c)]: + - @basica/core@0.0.2 + ## 0.0.1 ### Patch Changes diff --git a/packages/basica/plugins/pg/package.json b/packages/basica/plugins/pg/package.json index 63d0352..2742c99 100644 --- a/packages/basica/plugins/pg/package.json +++ b/packages/basica/plugins/pg/package.json @@ -1,6 +1,6 @@ { "name": "@basica/pg", - "version": "0.0.1", + "version": "0.0.2", "author": "Nicola Bovolato", "license": "MIT", "files": [ @@ -30,12 +30,12 @@ "lint": "tsc --noEmit && eslint \"{src,test}/**/*.ts\"" }, "peerDependencies": { - "@basica/core": "workspace:^0.0.1", + "@basica/core": "workspace:^0.0.2", "@sinclair/typebox": "^0.32.16", "pg": "^8.11.3" }, "devDependencies": { - "@basica/core": "workspace:^0.0.1", + "@basica/core": "workspace:^0.0.2", "@basica/eslint-config": "workspace:^0.0.0", "@basica/tsup-config": "workspace:^0.0.0", "@basica/typescript-config": "workspace:^0.0.0", diff --git a/packages/basica/telemetry/CHANGELOG.md b/packages/basica/telemetry/CHANGELOG.md index e86d4c2..a9d7790 100644 --- a/packages/basica/telemetry/CHANGELOG.md +++ b/packages/basica/telemetry/CHANGELOG.md @@ -1,5 +1,11 @@ # @basica/telemetry +## 0.0.2 + +### Patch Changes + +- [`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c) Thanks [@nicolabovolato](https://github.com/nicolabovolato)! - Fixed deps + ## 0.0.1 ### Patch Changes diff --git a/packages/basica/telemetry/package.json b/packages/basica/telemetry/package.json index 2e8754c..9afaa6b 100644 --- a/packages/basica/telemetry/package.json +++ b/packages/basica/telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@basica/telemetry", - "version": "0.0.1", + "version": "0.0.2", "author": "Nicola Bovolato", "license": "MIT", "files": [ diff --git a/packages/benchmarks/crud/basica-fastify/CHANGELOG.md b/packages/benchmarks/crud/basica-fastify/CHANGELOG.md index aec08e5..7116436 100644 --- a/packages/benchmarks/crud/basica-fastify/CHANGELOG.md +++ b/packages/benchmarks/crud/basica-fastify/CHANGELOG.md @@ -1,5 +1,16 @@ # bench-crud-basica-fastify +## 0.0.2 + +### Patch Changes + +- Updated dependencies [[`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c)]: + - @basica/config@0.0.2 + - @basica/core@0.0.2 + - @basica/fastify@0.0.2 + - @basica/kysely@0.0.2 + - @basica/pg@0.0.2 + ## 0.0.1 ### Patch Changes diff --git a/packages/benchmarks/crud/basica-fastify/package.json b/packages/benchmarks/crud/basica-fastify/package.json index 38413d8..0eaf0ec 100644 --- a/packages/benchmarks/crud/basica-fastify/package.json +++ b/packages/benchmarks/crud/basica-fastify/package.json @@ -1,6 +1,6 @@ { "name": "bench-crud-basica-fastify", - "version": "0.0.1", + "version": "0.0.2", "private": true, "author": "Nicola Bovolato", "license": "MIT", @@ -15,8 +15,8 @@ }, "dependencies": { "@basica/config": "workspace:^", - "@basica/core": "workspace:^0.0.1", - "@basica/fastify": "workspace:^0.0.1", + "@basica/core": "workspace:^0.0.2", + "@basica/fastify": "workspace:^0.0.2", "@basica/kysely": "workspace:^", "@basica/pg": "workspace:^", "@fastify/type-provider-typebox": "^4.0.0", diff --git a/packages/benchmarks/http/basica-fastify/CHANGELOG.md b/packages/benchmarks/http/basica-fastify/CHANGELOG.md index 131d225..163ad19 100644 --- a/packages/benchmarks/http/basica-fastify/CHANGELOG.md +++ b/packages/benchmarks/http/basica-fastify/CHANGELOG.md @@ -1,5 +1,13 @@ # bench-http-basica-fastify +## 0.0.2 + +### Patch Changes + +- Updated dependencies [[`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c)]: + - @basica/core@0.0.2 + - @basica/fastify@0.0.2 + ## 0.0.1 ### Patch Changes diff --git a/packages/benchmarks/http/basica-fastify/package.json b/packages/benchmarks/http/basica-fastify/package.json index 200c98e..2329664 100644 --- a/packages/benchmarks/http/basica-fastify/package.json +++ b/packages/benchmarks/http/basica-fastify/package.json @@ -1,6 +1,6 @@ { "name": "bench-http-basica-fastify", - "version": "0.0.1", + "version": "0.0.2", "private": true, "author": "Nicola Bovolato", "license": "MIT", @@ -14,8 +14,8 @@ "lint": "tsc --noEmit && eslint \"src/**/*.ts\"" }, "dependencies": { - "@basica/core": "workspace:^0.0.1", - "@basica/fastify": "workspace:^0.0.1", + "@basica/core": "workspace:^0.0.2", + "@basica/fastify": "workspace:^0.0.2", "fastify": "^4.26.2" }, "devDependencies": { diff --git a/packages/examples/crud/CHANGELOG.md b/packages/examples/crud/CHANGELOG.md index 823dbed..8c7083f 100644 --- a/packages/examples/crud/CHANGELOG.md +++ b/packages/examples/crud/CHANGELOG.md @@ -1,5 +1,16 @@ # crud +## 0.0.2 + +### Patch Changes + +- Updated dependencies [[`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c)]: + - @basica/config@0.0.2 + - @basica/core@0.0.2 + - @basica/fastify@0.0.2 + - @basica/kysely@0.0.2 + - @basica/pg@0.0.2 + ## 0.0.1 ### Patch Changes diff --git a/packages/examples/crud/package.json b/packages/examples/crud/package.json index 7a6543f..8c66a84 100644 --- a/packages/examples/crud/package.json +++ b/packages/examples/crud/package.json @@ -1,6 +1,6 @@ { "name": "crud", - "version": "0.0.1", + "version": "0.0.2", "private": true, "author": "Nicola Bovolato", "license": "MIT", @@ -14,11 +14,11 @@ "lint": "tsc --noEmit && eslint \"{src,migrations}/**/*.ts\"" }, "dependencies": { - "@basica/config": "workspace:^0.0.1", - "@basica/core": "workspace:^0.0.1", - "@basica/fastify": "workspace:^0.0.1", - "@basica/kysely": "workspace:^0.0.1", - "@basica/pg": "workspace:^0.0.1", + "@basica/config": "workspace:^0.0.2", + "@basica/core": "workspace:^0.0.2", + "@basica/fastify": "workspace:^0.0.2", + "@basica/kysely": "workspace:^0.0.2", + "@basica/pg": "workspace:^0.0.2", "@fastify/type-provider-typebox": "^4.0.0", "@sinclair/typebox": "^0.32.16", "fastify": "^4.26.2", diff --git a/packages/examples/telemetry/svc1/CHANGELOG.md b/packages/examples/telemetry/svc1/CHANGELOG.md index 6d06bf1..9743b29 100644 --- a/packages/examples/telemetry/svc1/CHANGELOG.md +++ b/packages/examples/telemetry/svc1/CHANGELOG.md @@ -1,5 +1,15 @@ # telemetry-svc1 +## 0.0.2 + +### Patch Changes + +- Updated dependencies [[`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c)]: + - @basica/config@0.0.2 + - @basica/core@0.0.2 + - @basica/fastify@0.0.2 + - @basica/telemetry@0.0.2 + ## 0.0.1 ### Patch Changes diff --git a/packages/examples/telemetry/svc1/package.json b/packages/examples/telemetry/svc1/package.json index c3986ae..f21baab 100644 --- a/packages/examples/telemetry/svc1/package.json +++ b/packages/examples/telemetry/svc1/package.json @@ -1,6 +1,6 @@ { "name": "telemetry-svc1", - "version": "0.0.1", + "version": "0.0.2", "private": true, "author": "Nicola Bovolato", "license": "MIT", @@ -14,10 +14,10 @@ "lint": "tsc --noEmit && eslint \"src/**/*.ts\"" }, "dependencies": { - "@basica/config": "workspace:^0.0.1", - "@basica/core": "workspace:^0.0.1", - "@basica/fastify": "workspace:^0.0.1", - "@basica/telemetry": "workspace:^0.0.1", + "@basica/config": "workspace:^0.0.2", + "@basica/core": "workspace:^0.0.2", + "@basica/fastify": "workspace:^0.0.2", + "@basica/telemetry": "workspace:^0.0.2", "@opentelemetry/auto-instrumentations-node": "^0.43.0", "@opentelemetry/exporter-prometheus": "^0.49.1", "@opentelemetry/exporter-trace-otlp-grpc": "^0.49.1", diff --git a/packages/examples/telemetry/svc2/CHANGELOG.md b/packages/examples/telemetry/svc2/CHANGELOG.md index d069717..a634f7d 100644 --- a/packages/examples/telemetry/svc2/CHANGELOG.md +++ b/packages/examples/telemetry/svc2/CHANGELOG.md @@ -1,5 +1,15 @@ # telemetry-svc2 +## 0.0.2 + +### Patch Changes + +- Updated dependencies [[`2be61dc`](https://github.com/nicolabovolato/basica/commit/2be61dc95150d2e8eaadd8de562d18f0644c979c)]: + - @basica/config@0.0.2 + - @basica/core@0.0.2 + - @basica/fastify@0.0.2 + - @basica/telemetry@0.0.2 + ## 0.0.1 ### Patch Changes diff --git a/packages/examples/telemetry/svc2/package.json b/packages/examples/telemetry/svc2/package.json index 7e1cd7e..d099a0d 100644 --- a/packages/examples/telemetry/svc2/package.json +++ b/packages/examples/telemetry/svc2/package.json @@ -1,6 +1,6 @@ { "name": "telemetry-svc2", - "version": "0.0.1", + "version": "0.0.2", "private": true, "author": "Nicola Bovolato", "license": "MIT", @@ -14,10 +14,10 @@ "lint": "tsc --noEmit && eslint \"src/**/*.ts\"" }, "dependencies": { - "@basica/config": "workspace:^0.0.1", - "@basica/core": "workspace:^0.0.1", - "@basica/fastify": "workspace:^0.0.1", - "@basica/telemetry": "workspace:^0.0.1", + "@basica/config": "workspace:^0.0.2", + "@basica/core": "workspace:^0.0.2", + "@basica/fastify": "workspace:^0.0.2", + "@basica/telemetry": "workspace:^0.0.2", "@opentelemetry/auto-instrumentations-node": "^0.43.0", "@opentelemetry/exporter-prometheus": "^0.49.1", "@opentelemetry/exporter-trace-otlp-grpc": "^0.49.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 68495e6..b4fa5cc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -111,7 +111,7 @@ importers: version: 1.0.0-beta.7(tslib@2.6.2) devDependencies: '@basica/core': - specifier: workspace:^0.0.1 + specifier: workspace:^0.0.2 version: link:../../core '@basica/eslint-config': specifier: workspace:^0.0.0 @@ -144,7 +144,7 @@ importers: packages/basica/plugins/fastify: dependencies: '@basica/core': - specifier: workspace:^0.0.1 + specifier: workspace:^0.0.2 version: link:../../core '@fastify/swagger': specifier: ^8.14.0 @@ -203,7 +203,7 @@ importers: version: 5.3.2 devDependencies: '@basica/core': - specifier: workspace:^0.0.1 + specifier: workspace:^0.0.2 version: link:../../core '@basica/eslint-config': specifier: workspace:^0.0.0 @@ -249,7 +249,7 @@ importers: version: 0.27.3 devDependencies: '@basica/core': - specifier: workspace:^0.0.1 + specifier: workspace:^0.0.2 version: link:../../core '@basica/eslint-config': specifier: workspace:^0.0.0 @@ -295,7 +295,7 @@ importers: version: 8.11.3 devDependencies: '@basica/core': - specifier: workspace:^0.0.1 + specifier: workspace:^0.0.2 version: link:../../core '@basica/eslint-config': specifier: workspace:^0.0.0 @@ -441,10 +441,10 @@ importers: specifier: workspace:^ version: link:../../../basica/config '@basica/core': - specifier: workspace:^0.0.1 + specifier: workspace:^0.0.2 version: link:../../../basica/core '@basica/fastify': - specifier: workspace:^0.0.1 + specifier: workspace:^0.0.2 version: link:../../../basica/plugins/fastify '@basica/kysely': specifier: workspace:^ @@ -706,10 +706,10 @@ importers: packages/benchmarks/http/basica-fastify: dependencies: '@basica/core': - specifier: workspace:^0.0.1 + specifier: workspace:^0.0.2 version: link:../../../basica/core '@basica/fastify': - specifier: workspace:^0.0.1 + specifier: workspace:^0.0.2 version: link:../../../basica/plugins/fastify fastify: specifier: ^4.26.2 @@ -924,19 +924,19 @@ importers: packages/examples/crud: dependencies: '@basica/config': - specifier: workspace:^0.0.1 + specifier: workspace:^0.0.2 version: link:../../basica/config '@basica/core': - specifier: workspace:^0.0.1 + specifier: workspace:^0.0.2 version: link:../../basica/core '@basica/fastify': - specifier: workspace:^0.0.1 + specifier: workspace:^0.0.2 version: link:../../basica/plugins/fastify '@basica/kysely': - specifier: workspace:^0.0.1 + specifier: workspace:^0.0.2 version: link:../../basica/plugins/kysely '@basica/pg': - specifier: workspace:^0.0.1 + specifier: workspace:^0.0.2 version: link:../../basica/plugins/pg '@fastify/type-provider-typebox': specifier: ^4.0.0 @@ -985,16 +985,16 @@ importers: packages/examples/telemetry/svc1: dependencies: '@basica/config': - specifier: workspace:^0.0.1 + specifier: workspace:^0.0.2 version: link:../../../basica/config '@basica/core': - specifier: workspace:^0.0.1 + specifier: workspace:^0.0.2 version: link:../../../basica/core '@basica/fastify': - specifier: workspace:^0.0.1 + specifier: workspace:^0.0.2 version: link:../../../basica/plugins/fastify '@basica/telemetry': - specifier: workspace:^0.0.1 + specifier: workspace:^0.0.2 version: link:../../../basica/telemetry '@opentelemetry/auto-instrumentations-node': specifier: ^0.43.0 @@ -1043,16 +1043,16 @@ importers: packages/examples/telemetry/svc2: dependencies: '@basica/config': - specifier: workspace:^0.0.1 + specifier: workspace:^0.0.2 version: link:../../../basica/config '@basica/core': - specifier: workspace:^0.0.1 + specifier: workspace:^0.0.2 version: link:../../../basica/core '@basica/fastify': - specifier: workspace:^0.0.1 + specifier: workspace:^0.0.2 version: link:../../../basica/plugins/fastify '@basica/telemetry': - specifier: workspace:^0.0.1 + specifier: workspace:^0.0.2 version: link:../../../basica/telemetry '@opentelemetry/auto-instrumentations-node': specifier: ^0.43.0