@openapi-typescript-infra/service 4.8.4 → 4.8.5
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 +7 -0
- package/Makefile +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.8.5](https://github.com/openapi-typescript-infra/service/compare/v4.8.4...v4.8.5) (2023-11-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **typia:** use a local copy instead of npx ([3f1f3eb](https://github.com/openapi-typescript-infra/service/commit/3f1f3eb04a25ea00b333fb89b21c4953d694478f))
|
|
7
|
+
|
|
1
8
|
## [4.8.4](https://github.com/openapi-typescript-infra/service/compare/v4.8.3...v4.8.4) (2023-11-20)
|
|
2
9
|
|
|
3
10
|
|
package/Makefile
CHANGED
|
@@ -64,7 +64,7 @@ CONFIG_TYPE ?= $(camel_case_name)ConfigSchema
|
|
|
64
64
|
config-schema: src/generated/config-validator.ts
|
|
65
65
|
|
|
66
66
|
src/generated/config-validator.ts: src/types/config.ts
|
|
67
|
-
|
|
67
|
+
yarn typia-standalone-validator \
|
|
68
68
|
$(CONFIG_TYPE_SRC) $(CONFIG_TYPE) \
|
|
69
69
|
--project tsconfig.json -o src/generated/config-validator.ts
|
|
70
70
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openapi-typescript-infra/service",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.5",
|
|
4
4
|
"description": "An opinionated framework for building configuration driven services - web, api, or ob. Uses OpenAPI, pino logging, express, confit, Typescript and vitest.",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"scripts": {
|