diff --git a/examples/api-entity-manipulation/CHANGELOG.md b/examples/api-entity-manipulation/CHANGELOG.md index b8291cca..78d5c876 100644 --- a/examples/api-entity-manipulation/CHANGELOG.md +++ b/examples/api-entity-manipulation/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.35](https://github.com/HPInc/davinci/compare/@davinci/example-api-entity-manipulation@2.1.34...@davinci/example-api-entity-manipulation@2.1.35) (2023-09-05) + +**Note:** Version bump only for package @davinci/example-api-entity-manipulation + + + + + ## [2.1.34](https://github.com/HPInc/davinci/compare/@davinci/example-api-entity-manipulation@2.1.33...@davinci/example-api-entity-manipulation@2.1.34) (2023-08-30) **Note:** Version bump only for package @davinci/example-api-entity-manipulation diff --git a/examples/api-entity-manipulation/package-lock.json b/examples/api-entity-manipulation/package-lock.json index bdf5269d..9b43cddf 100644 --- a/examples/api-entity-manipulation/package-lock.json +++ b/examples/api-entity-manipulation/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/example-api-entity-manipulation", - "version": "2.1.34", + "version": "2.1.35", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/examples/api-entity-manipulation/package.json b/examples/api-entity-manipulation/package.json index 61eb7abe..17e292a7 100644 --- a/examples/api-entity-manipulation/package.json +++ b/examples/api-entity-manipulation/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/example-api-entity-manipulation", - "version": "2.1.34", + "version": "2.1.35", "private": true, "description": "", "main": "index.js", @@ -13,9 +13,9 @@ "license": "MIT", "dependencies": { "@davinci/core": "^2.11.1", - "@davinci/http-server": "^3.7.1", - "@davinci/http-server-fastify": "^2.5.1", - "@davinci/openapi": "^2.6.1", + "@davinci/http-server": "^3.8.0", + "@davinci/http-server-fastify": "^2.5.2", + "@davinci/openapi": "^2.7.0", "@davinci/reflector": "^2.3.0", "fastify": "^4.10.2" }, diff --git a/examples/api-express/CHANGELOG.md b/examples/api-express/CHANGELOG.md index b31b08af..1768d7ff 100644 --- a/examples/api-express/CHANGELOG.md +++ b/examples/api-express/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.5](https://github.com/HPInc/davinci/compare/@davinci/example-next-api-express@2.4.4...@davinci/example-next-api-express@2.4.5) (2023-09-05) + +**Note:** Version bump only for package @davinci/example-next-api-express + + + + + ## [2.4.4](https://github.com/HPInc/davinci/compare/@davinci/example-next-api-express@2.4.3...@davinci/example-next-api-express@2.4.4) (2023-08-30) **Note:** Version bump only for package @davinci/example-next-api-express diff --git a/examples/api-express/package-lock.json b/examples/api-express/package-lock.json index 30595194..b766ef01 100644 --- a/examples/api-express/package-lock.json +++ b/examples/api-express/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/example-next-api-express", - "version": "2.4.4", + "version": "2.4.5", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/examples/api-express/package.json b/examples/api-express/package.json index ec35c547..6fca02be 100644 --- a/examples/api-express/package.json +++ b/examples/api-express/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/example-next-api-express", - "version": "2.4.4", + "version": "2.4.5", "private": true, "description": "", "main": "index.js", @@ -14,10 +14,10 @@ "license": "MIT", "dependencies": { "@davinci/core": "^2.11.1", - "@davinci/health-checks": "^2.2.6", - "@davinci/http-server": "^3.7.1", - "@davinci/http-server-express": "^2.4.6", - "@davinci/openapi": "^2.6.1", + "@davinci/health-checks": "^2.2.7", + "@davinci/http-server": "^3.8.0", + "@davinci/http-server-express": "^2.4.7", + "@davinci/openapi": "^2.7.0", "ajv": "^8.11.2", "ajv-errors": "^3.0.0", "ajv-formats": "^2.1.1", diff --git a/examples/api-fastify/CHANGELOG.md b/examples/api-fastify/CHANGELOG.md index b518c190..2da24e9a 100644 --- a/examples/api-fastify/CHANGELOG.md +++ b/examples/api-fastify/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.5](https://github.com/HPInc/davinci/compare/@davinci/example-next-api-fastify@2.3.4...@davinci/example-next-api-fastify@2.3.5) (2023-09-05) + +**Note:** Version bump only for package @davinci/example-next-api-fastify + + + + + ## [2.3.4](https://github.com/HPInc/davinci/compare/@davinci/example-next-api-fastify@2.3.3...@davinci/example-next-api-fastify@2.3.4) (2023-08-30) **Note:** Version bump only for package @davinci/example-next-api-fastify diff --git a/examples/api-fastify/package-lock.json b/examples/api-fastify/package-lock.json index 7c5ec1b3..ac3324f1 100644 --- a/examples/api-fastify/package-lock.json +++ b/examples/api-fastify/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/example-next-api-fastify", - "version": "2.3.4", + "version": "2.3.5", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/examples/api-fastify/package.json b/examples/api-fastify/package.json index f00e094a..dac25975 100644 --- a/examples/api-fastify/package.json +++ b/examples/api-fastify/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/example-next-api-fastify", - "version": "2.3.4", + "version": "2.3.5", "private": true, "description": "", "main": "index.js", @@ -14,10 +14,10 @@ "license": "MIT", "dependencies": { "@davinci/core": "^2.11.1", - "@davinci/health-checks": "^2.2.6", - "@davinci/http-server": "^3.7.1", - "@davinci/http-server-fastify": "^2.5.1", - "@davinci/openapi": "^2.6.1", + "@davinci/health-checks": "^2.2.7", + "@davinci/http-server": "^3.8.0", + "@davinci/http-server-fastify": "^2.5.2", + "@davinci/openapi": "^2.7.0", "ajv": "^8.11.2", "ajv-errors": "^3.0.0", "ajv-formats": "^2.1.1", diff --git a/examples/api-hono/CHANGELOG.md b/examples/api-hono/CHANGELOG.md index 8b8ee55d..c8eb4ef0 100644 --- a/examples/api-hono/CHANGELOG.md +++ b/examples/api-hono/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.3](https://github.com/HPInc/davinci/compare/@davinci/example-api-hono@0.1.2...@davinci/example-api-hono@0.1.3) (2023-09-05) + +**Note:** Version bump only for package @davinci/example-api-hono + + + + + ## [0.1.2](https://github.com/HPInc/davinci/compare/@davinci/example-api-hono@0.1.1...@davinci/example-api-hono@0.1.2) (2023-08-30) **Note:** Version bump only for package @davinci/example-api-hono diff --git a/examples/api-hono/package-lock.json b/examples/api-hono/package-lock.json index 8cb48455..7f5e220c 100644 --- a/examples/api-hono/package-lock.json +++ b/examples/api-hono/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/example-api-hono", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/examples/api-hono/package.json b/examples/api-hono/package.json index 5576a079..7cb41661 100644 --- a/examples/api-hono/package.json +++ b/examples/api-hono/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/example-api-hono", - "version": "0.1.2", + "version": "0.1.3", "private": true, "description": "", "main": "index.js", @@ -14,9 +14,9 @@ "license": "MIT", "dependencies": { "@davinci/core": "^2.11.1", - "@davinci/http-server": "^3.7.1", - "@davinci/http-server-hono": "^0.2.1", - "@davinci/openapi": "^2.6.1", + "@davinci/http-server": "^3.8.0", + "@davinci/http-server-hono": "^0.2.2", + "@davinci/openapi": "^2.7.0", "@hono/node-server": "^1.1.1", "ajv": "^8.11.2", "ajv-errors": "^3.0.0", diff --git a/examples/api-mongoose/CHANGELOG.md b/examples/api-mongoose/CHANGELOG.md index 3bb8c878..eb53e9e5 100644 --- a/examples/api-mongoose/CHANGELOG.md +++ b/examples/api-mongoose/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.9](https://github.com/HPInc/davinci/compare/@davinci/example-next-api-mongoose@2.2.8...@davinci/example-next-api-mongoose@2.2.9) (2023-09-05) + +**Note:** Version bump only for package @davinci/example-next-api-mongoose + + + + + ## [2.2.8](https://github.com/HPInc/davinci/compare/@davinci/example-next-api-mongoose@2.2.7...@davinci/example-next-api-mongoose@2.2.8) (2023-08-30) **Note:** Version bump only for package @davinci/example-next-api-mongoose diff --git a/examples/api-mongoose/package-lock.json b/examples/api-mongoose/package-lock.json index cef448ff..a83021f3 100644 --- a/examples/api-mongoose/package-lock.json +++ b/examples/api-mongoose/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/example-next-api-mongoose", - "version": "2.2.8", + "version": "2.2.9", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/examples/api-mongoose/package.json b/examples/api-mongoose/package.json index efb7f40f..d1f02726 100644 --- a/examples/api-mongoose/package.json +++ b/examples/api-mongoose/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/example-next-api-mongoose", - "version": "2.2.8", + "version": "2.2.9", "private": true, "description": "", "main": "index.js", @@ -13,8 +13,8 @@ "license": "MIT", "dependencies": { "@davinci/core": "^2.11.1", - "@davinci/http-server": "^3.7.1", - "@davinci/http-server-fastify": "^2.5.1", + "@davinci/http-server": "^3.8.0", + "@davinci/http-server-fastify": "^2.5.2", "@davinci/mongoose": "^2.4.6", "@davinci/reflector": "^2.3.0", "fastify": "^4.10.2", diff --git a/packages/health-checks/CHANGELOG.md b/packages/health-checks/CHANGELOG.md index 1433f5d1..a3f6c5f3 100644 --- a/packages/health-checks/CHANGELOG.md +++ b/packages/health-checks/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.7](https://github.com/HPInc/davinci/compare/@davinci/health-checks@2.2.6...@davinci/health-checks@2.2.7) (2023-09-05) + +**Note:** Version bump only for package @davinci/health-checks + + + + + ## [2.2.6](https://github.com/HPInc/davinci/compare/@davinci/health-checks@2.2.5...@davinci/health-checks@2.2.6) (2023-08-30) **Note:** Version bump only for package @davinci/health-checks diff --git a/packages/health-checks/package-lock.json b/packages/health-checks/package-lock.json index ca918e5e..d78f0b36 100644 --- a/packages/health-checks/package-lock.json +++ b/packages/health-checks/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/health-checks", - "version": "2.2.6", + "version": "2.2.7", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/health-checks/package.json b/packages/health-checks/package.json index e7d5e9a5..52f31ed9 100644 --- a/packages/health-checks/package.json +++ b/packages/health-checks/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/health-checks", - "version": "2.2.6", + "version": "2.2.7", "description": "Framework for rapid and consistent API development", "main": "build-cjs/index.js", "module": "build-esm/index.js", @@ -21,7 +21,7 @@ "license": "MIT", "dependencies": { "@davinci/core": "^2.11.1", - "@davinci/http-server": "^3.7.1", + "@davinci/http-server": "^3.8.0", "@davinci/reflector": "^2.3.0" }, "peerDependencies": { @@ -29,7 +29,7 @@ "pino": "^8.7.0" }, "devDependencies": { - "@davinci/http-server-fastify": "^2.5.1", + "@davinci/http-server-fastify": "^2.5.2", "@godaddy/terminus": "^4.11.2", "pino": "^8.7.0" }, diff --git a/packages/http-server-express/CHANGELOG.md b/packages/http-server-express/CHANGELOG.md index a6ba46c4..ac6f8a22 100644 --- a/packages/http-server-express/CHANGELOG.md +++ b/packages/http-server-express/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.7](https://github.com/HPInc/davinci/compare/@davinci/http-server-express@2.4.6...@davinci/http-server-express@2.4.7) (2023-09-05) + +**Note:** Version bump only for package @davinci/http-server-express + + + + + ## [2.4.6](https://github.com/HPInc/davinci/compare/@davinci/http-server-express@2.4.5...@davinci/http-server-express@2.4.6) (2023-08-30) **Note:** Version bump only for package @davinci/http-server-express diff --git a/packages/http-server-express/package-lock.json b/packages/http-server-express/package-lock.json index fc73dfb3..0ab29266 100644 --- a/packages/http-server-express/package-lock.json +++ b/packages/http-server-express/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/http-server-express", - "version": "2.4.6", + "version": "2.4.7", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/http-server-express/package.json b/packages/http-server-express/package.json index f331c34d..bb6de5cd 100644 --- a/packages/http-server-express/package.json +++ b/packages/http-server-express/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/http-server-express", - "version": "2.4.6", + "version": "2.4.7", "description": "Framework for rapid and consistent API development", "main": "build-cjs/index.js", "module": "build-esm/index.js", @@ -20,7 +20,7 @@ "author": "HP", "license": "MIT", "dependencies": { - "@davinci/http-server": "^3.7.1", + "@davinci/http-server": "^3.8.0", "@davinci/reflector": "^2.3.0" }, "peerDependencies": { diff --git a/packages/http-server-fastify/CHANGELOG.md b/packages/http-server-fastify/CHANGELOG.md index 76bd214d..e871244f 100644 --- a/packages/http-server-fastify/CHANGELOG.md +++ b/packages/http-server-fastify/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.5.2](https://github.com/HPInc/davinci/compare/@davinci/http-server-fastify@2.5.1...@davinci/http-server-fastify@2.5.2) (2023-09-05) + +**Note:** Version bump only for package @davinci/http-server-fastify + + + + + ## [2.5.1](https://github.com/HPInc/davinci/compare/@davinci/http-server-fastify@2.5.0...@davinci/http-server-fastify@2.5.1) (2023-08-30) **Note:** Version bump only for package @davinci/http-server-fastify diff --git a/packages/http-server-fastify/package-lock.json b/packages/http-server-fastify/package-lock.json index 73672ca3..5933e9c5 100644 --- a/packages/http-server-fastify/package-lock.json +++ b/packages/http-server-fastify/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/http-server-fastify", - "version": "2.5.1", + "version": "2.5.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/http-server-fastify/package.json b/packages/http-server-fastify/package.json index d6037ed3..7a6ea665 100644 --- a/packages/http-server-fastify/package.json +++ b/packages/http-server-fastify/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/http-server-fastify", - "version": "2.5.1", + "version": "2.5.2", "description": "Framework for rapid and consistent API development", "main": "build-cjs/index.js", "module": "build-esm/index.js", @@ -20,7 +20,7 @@ "author": "HP", "license": "MIT", "dependencies": { - "@davinci/http-server": "^3.7.1", + "@davinci/http-server": "^3.8.0", "@davinci/reflector": "^2.3.0" }, "peerDependencies": { diff --git a/packages/http-server-hono/CHANGELOG.md b/packages/http-server-hono/CHANGELOG.md index 90a5af4b..f517f788 100644 --- a/packages/http-server-hono/CHANGELOG.md +++ b/packages/http-server-hono/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.2](https://github.com/HPInc/davinci/compare/@davinci/http-server-hono@0.2.1...@davinci/http-server-hono@0.2.2) (2023-09-05) + +**Note:** Version bump only for package @davinci/http-server-hono + + + + + ## [0.2.1](https://github.com/HPInc/davinci/compare/@davinci/http-server-hono@0.2.0...@davinci/http-server-hono@0.2.1) (2023-08-30) **Note:** Version bump only for package @davinci/http-server-hono diff --git a/packages/http-server-hono/package-lock.json b/packages/http-server-hono/package-lock.json index 2c78d5ae..a5720837 100644 --- a/packages/http-server-hono/package-lock.json +++ b/packages/http-server-hono/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/http-server-hono", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/packages/http-server-hono/package.json b/packages/http-server-hono/package.json index d0fa5f68..0702cf5a 100644 --- a/packages/http-server-hono/package.json +++ b/packages/http-server-hono/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/http-server-hono", - "version": "0.2.1", + "version": "0.2.2", "description": "Framework for rapid and consistent API development", "main": "build-cjs/index.js", "module": "build-esm/index.js", @@ -20,7 +20,7 @@ "author": "HP", "license": "MIT", "dependencies": { - "@davinci/http-server": "^3.7.1", + "@davinci/http-server": "^3.8.0", "@davinci/reflector": "^2.2.0", "node-fetch": "2.7.0" }, diff --git a/packages/http-server/CHANGELOG.md b/packages/http-server/CHANGELOG.md index 99507e7b..7b88d78b 100644 --- a/packages/http-server/CHANGELOG.md +++ b/packages/http-server/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0](https://github.com/HPInc/davinci/compare/@davinci/http-server@3.7.1...@davinci/http-server@3.8.0) (2023-09-05) + + +### Features + +* **edge:** avoid using nodejs modules when not necessary ([7b6edff](https://github.com/HPInc/davinci/commit/7b6edff4cd8a004d4cb6f1400509d7555f12e1c6)) + + + + + ## [3.7.1](https://github.com/HPInc/davinci/compare/@davinci/http-server@3.7.0...@davinci/http-server@3.7.1) (2023-08-30) **Note:** Version bump only for package @davinci/http-server diff --git a/packages/http-server/package-lock.json b/packages/http-server/package-lock.json index fa24c59c..95daea0b 100644 --- a/packages/http-server/package-lock.json +++ b/packages/http-server/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/http-server", - "version": "3.7.1", + "version": "3.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/http-server/package.json b/packages/http-server/package.json index aca63cea..f7fc86da 100644 --- a/packages/http-server/package.json +++ b/packages/http-server/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/http-server", - "version": "3.7.1", + "version": "3.8.0", "description": "Framework for rapid and consistent API development", "main": "build-cjs/index.js", "module": "build-esm/index.js", diff --git a/packages/openapi/CHANGELOG.md b/packages/openapi/CHANGELOG.md index 69038446..11d9f4af 100644 --- a/packages/openapi/CHANGELOG.md +++ b/packages/openapi/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.7.0](https://github.com/HPInc/davinci/compare/@davinci/openapi@2.6.1...@davinci/openapi@2.7.0) (2023-09-05) + + +### Features + +* **edge:** avoid using nodejs modules when not necessary ([7b6edff](https://github.com/HPInc/davinci/commit/7b6edff4cd8a004d4cb6f1400509d7555f12e1c6)) + + + + + ## [2.6.1](https://github.com/HPInc/davinci/compare/@davinci/openapi@2.6.0...@davinci/openapi@2.6.1) (2023-08-30) **Note:** Version bump only for package @davinci/openapi diff --git a/packages/openapi/package-lock.json b/packages/openapi/package-lock.json index 2450dc6e..7f4c18c1 100644 --- a/packages/openapi/package-lock.json +++ b/packages/openapi/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/openapi", - "version": "2.6.1", + "version": "2.7.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/openapi/package.json b/packages/openapi/package.json index 3dac358a..8eefce35 100644 --- a/packages/openapi/package.json +++ b/packages/openapi/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/openapi", - "version": "2.6.1", + "version": "2.7.0", "description": "Framework for rapid and consistent API development", "main": "build-cjs/index.js", "module": "build-esm/index.js", @@ -30,9 +30,9 @@ "pino": "^8.7.0" }, "devDependencies": { - "@davinci/http-server": "^3.7.1", - "@davinci/http-server-express": "^2.4.6", - "@davinci/http-server-fastify": "^2.5.1", + "@davinci/http-server": "^3.8.0", + "@davinci/http-server-express": "^2.4.7", + "@davinci/http-server-fastify": "^2.5.2", "@types/hyperscript": "^0.0.4", "@types/swagger-ui-dist": "^3.30.1", "axios": "^1.2.0",