diff --git a/examples/api-entity-manipulation/CHANGELOG.md b/examples/api-entity-manipulation/CHANGELOG.md index 78d5c876..e11c06e9 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.36](https://github.com/HPInc/davinci/compare/@davinci/example-api-entity-manipulation@2.1.35...@davinci/example-api-entity-manipulation@2.1.36) (2023-09-07) + +**Note:** Version bump only for package @davinci/example-api-entity-manipulation + + + + + ## [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 diff --git a/examples/api-entity-manipulation/package-lock.json b/examples/api-entity-manipulation/package-lock.json index 9b43cddf..a5d69b05 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.35", + "version": "2.1.36", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/examples/api-entity-manipulation/package.json b/examples/api-entity-manipulation/package.json index 17e292a7..dae207f6 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.35", + "version": "2.1.36", "private": true, "description": "", "main": "index.js", @@ -13,9 +13,9 @@ "license": "MIT", "dependencies": { "@davinci/core": "^2.11.1", - "@davinci/http-server": "^3.8.0", - "@davinci/http-server-fastify": "^2.5.2", - "@davinci/openapi": "^2.7.0", + "@davinci/http-server": "^3.9.0", + "@davinci/http-server-fastify": "^2.5.3", + "@davinci/openapi": "^2.7.1", "@davinci/reflector": "^2.3.0", "fastify": "^4.10.2" }, diff --git a/examples/api-express/CHANGELOG.md b/examples/api-express/CHANGELOG.md index 1768d7ff..1faff369 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.6](https://github.com/HPInc/davinci/compare/@davinci/example-next-api-express@2.4.5...@davinci/example-next-api-express@2.4.6) (2023-09-07) + +**Note:** Version bump only for package @davinci/example-next-api-express + + + + + ## [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 diff --git a/examples/api-express/package-lock.json b/examples/api-express/package-lock.json index b766ef01..3513aa02 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.5", + "version": "2.4.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/examples/api-express/package.json b/examples/api-express/package.json index 6fca02be..f6609868 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.5", + "version": "2.4.6", "private": true, "description": "", "main": "index.js", @@ -14,10 +14,10 @@ "license": "MIT", "dependencies": { "@davinci/core": "^2.11.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", + "@davinci/health-checks": "^2.2.8", + "@davinci/http-server": "^3.9.0", + "@davinci/http-server-express": "^2.4.8", + "@davinci/openapi": "^2.7.1", "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 2da24e9a..0380b6ae 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.6](https://github.com/HPInc/davinci/compare/@davinci/example-next-api-fastify@2.3.5...@davinci/example-next-api-fastify@2.3.6) (2023-09-07) + +**Note:** Version bump only for package @davinci/example-next-api-fastify + + + + + ## [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 diff --git a/examples/api-fastify/package-lock.json b/examples/api-fastify/package-lock.json index ac3324f1..d64f5722 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.5", + "version": "2.3.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/examples/api-fastify/package.json b/examples/api-fastify/package.json index dac25975..dec8f73f 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.5", + "version": "2.3.6", "private": true, "description": "", "main": "index.js", @@ -14,10 +14,10 @@ "license": "MIT", "dependencies": { "@davinci/core": "^2.11.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", + "@davinci/health-checks": "^2.2.8", + "@davinci/http-server": "^3.9.0", + "@davinci/http-server-fastify": "^2.5.3", + "@davinci/openapi": "^2.7.1", "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 c8eb4ef0..359cd1f4 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.4](https://github.com/HPInc/davinci/compare/@davinci/example-api-hono@0.1.3...@davinci/example-api-hono@0.1.4) (2023-09-07) + +**Note:** Version bump only for package @davinci/example-api-hono + + + + + ## [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 diff --git a/examples/api-hono/package-lock.json b/examples/api-hono/package-lock.json index 7f5e220c..4c9013fb 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.3", + "version": "0.1.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/examples/api-hono/package.json b/examples/api-hono/package.json index 7cb41661..d17177c6 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.3", + "version": "0.1.4", "private": true, "description": "", "main": "index.js", @@ -14,9 +14,9 @@ "license": "MIT", "dependencies": { "@davinci/core": "^2.11.1", - "@davinci/http-server": "^3.8.0", - "@davinci/http-server-hono": "^0.2.2", - "@davinci/openapi": "^2.7.0", + "@davinci/http-server": "^3.9.0", + "@davinci/http-server-hono": "^0.2.3", + "@davinci/openapi": "^2.7.1", "@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 eb53e9e5..5720becc 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.10](https://github.com/HPInc/davinci/compare/@davinci/example-next-api-mongoose@2.2.9...@davinci/example-next-api-mongoose@2.2.10) (2023-09-07) + +**Note:** Version bump only for package @davinci/example-next-api-mongoose + + + + + ## [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 diff --git a/examples/api-mongoose/package-lock.json b/examples/api-mongoose/package-lock.json index a83021f3..20c783b9 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.9", + "version": "2.2.10", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/examples/api-mongoose/package.json b/examples/api-mongoose/package.json index d1f02726..74935116 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.9", + "version": "2.2.10", "private": true, "description": "", "main": "index.js", @@ -13,8 +13,8 @@ "license": "MIT", "dependencies": { "@davinci/core": "^2.11.1", - "@davinci/http-server": "^3.8.0", - "@davinci/http-server-fastify": "^2.5.2", + "@davinci/http-server": "^3.9.0", + "@davinci/http-server-fastify": "^2.5.3", "@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 a3f6c5f3..c193bf9f 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.8](https://github.com/HPInc/davinci/compare/@davinci/health-checks@2.2.7...@davinci/health-checks@2.2.8) (2023-09-07) + +**Note:** Version bump only for package @davinci/health-checks + + + + + ## [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 diff --git a/packages/health-checks/package-lock.json b/packages/health-checks/package-lock.json index d78f0b36..0b1d9473 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.7", + "version": "2.2.8", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/health-checks/package.json b/packages/health-checks/package.json index 52f31ed9..15329910 100644 --- a/packages/health-checks/package.json +++ b/packages/health-checks/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/health-checks", - "version": "2.2.7", + "version": "2.2.8", "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.8.0", + "@davinci/http-server": "^3.9.0", "@davinci/reflector": "^2.3.0" }, "peerDependencies": { @@ -29,7 +29,7 @@ "pino": "^8.7.0" }, "devDependencies": { - "@davinci/http-server-fastify": "^2.5.2", + "@davinci/http-server-fastify": "^2.5.3", "@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 ac6f8a22..8ecd3efc 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.8](https://github.com/HPInc/davinci/compare/@davinci/http-server-express@2.4.7...@davinci/http-server-express@2.4.8) (2023-09-07) + +**Note:** Version bump only for package @davinci/http-server-express + + + + + ## [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 diff --git a/packages/http-server-express/package-lock.json b/packages/http-server-express/package-lock.json index 0ab29266..7768217d 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.7", + "version": "2.4.8", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/http-server-express/package.json b/packages/http-server-express/package.json index bb6de5cd..f07f412d 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.7", + "version": "2.4.8", "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.8.0", + "@davinci/http-server": "^3.9.0", "@davinci/reflector": "^2.3.0" }, "peerDependencies": { diff --git a/packages/http-server-fastify/CHANGELOG.md b/packages/http-server-fastify/CHANGELOG.md index e871244f..110c492a 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.3](https://github.com/HPInc/davinci/compare/@davinci/http-server-fastify@2.5.2...@davinci/http-server-fastify@2.5.3) (2023-09-07) + +**Note:** Version bump only for package @davinci/http-server-fastify + + + + + ## [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 diff --git a/packages/http-server-fastify/package-lock.json b/packages/http-server-fastify/package-lock.json index 5933e9c5..523604f9 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.2", + "version": "2.5.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/http-server-fastify/package.json b/packages/http-server-fastify/package.json index 7a6ea665..3f71d3bb 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.2", + "version": "2.5.3", "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.8.0", + "@davinci/http-server": "^3.9.0", "@davinci/reflector": "^2.3.0" }, "peerDependencies": { diff --git a/packages/http-server-hono/CHANGELOG.md b/packages/http-server-hono/CHANGELOG.md index f517f788..02ffee62 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.3](https://github.com/HPInc/davinci/compare/@davinci/http-server-hono@0.2.2...@davinci/http-server-hono@0.2.3) (2023-09-07) + +**Note:** Version bump only for package @davinci/http-server-hono + + + + + ## [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 diff --git a/packages/http-server-hono/package-lock.json b/packages/http-server-hono/package-lock.json index a5720837..cf6046f2 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.2", + "version": "0.2.3", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/packages/http-server-hono/package.json b/packages/http-server-hono/package.json index 0702cf5a..82bf74cc 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.2", + "version": "0.2.3", "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.8.0", + "@davinci/http-server": "^3.9.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 7b88d78b..8f127332 100644 --- a/packages/http-server/CHANGELOG.md +++ b/packages/http-server/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/HPInc/davinci/compare/@davinci/http-server@3.8.0...@davinci/http-server@3.9.0) (2023-09-07) + + +### Bug Fixes + +* update tests ([53b168c](https://github.com/HPInc/davinci/commit/53b168c946fd65d6665c69a69150fb374d6e5dc6)) + + +### Features + +* empty body default to empty object ([7783325](https://github.com/HPInc/davinci/commit/778332553f9f2676df404f4a07cff07ffc174e1c)) + + + + + # [3.8.0](https://github.com/HPInc/davinci/compare/@davinci/http-server@3.7.1...@davinci/http-server@3.8.0) (2023-09-05) diff --git a/packages/http-server/package-lock.json b/packages/http-server/package-lock.json index 95daea0b..eff804de 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.8.0", + "version": "3.9.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/http-server/package.json b/packages/http-server/package.json index f7fc86da..cbbc9299 100644 --- a/packages/http-server/package.json +++ b/packages/http-server/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/http-server", - "version": "3.8.0", + "version": "3.9.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 11d9f4af..4431969f 100644 --- a/packages/openapi/CHANGELOG.md +++ b/packages/openapi/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.7.1](https://github.com/HPInc/davinci/compare/@davinci/openapi@2.7.0...@davinci/openapi@2.7.1) (2023-09-07) + +**Note:** Version bump only for package @davinci/openapi + + + + + # [2.7.0](https://github.com/HPInc/davinci/compare/@davinci/openapi@2.6.1...@davinci/openapi@2.7.0) (2023-09-05) diff --git a/packages/openapi/package-lock.json b/packages/openapi/package-lock.json index 7f4c18c1..3573b18f 100644 --- a/packages/openapi/package-lock.json +++ b/packages/openapi/package-lock.json @@ -1,6 +1,6 @@ { "name": "@davinci/openapi", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/openapi/package.json b/packages/openapi/package.json index 8eefce35..eae3d97d 100644 --- a/packages/openapi/package.json +++ b/packages/openapi/package.json @@ -1,6 +1,6 @@ { "name": "@davinci/openapi", - "version": "2.7.0", + "version": "2.7.1", "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.8.0", - "@davinci/http-server-express": "^2.4.7", - "@davinci/http-server-fastify": "^2.5.2", + "@davinci/http-server": "^3.9.0", + "@davinci/http-server-express": "^2.4.8", + "@davinci/http-server-fastify": "^2.5.3", "@types/hyperscript": "^0.0.4", "@types/swagger-ui-dist": "^3.30.1", "axios": "^1.2.0",