@openapi-typescript-infra/service 6.12.0 → 6.13.0

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.
Files changed (2) hide show
  1. package/Makefile +1 -1
  2. package/package.json +1 -1
package/Makefile CHANGED
@@ -67,7 +67,7 @@ ifndef BUNDLE_OUTPUT
67
67
  $(eval GENERATED_DIR := true)
68
68
  endif
69
69
  $(MAKE) bundlespec SERVICE_NAME=$(SERVICE_NAME) BUNDLE_OUTPUT=$(BUNDLE_OUTPUT)
70
- yarn dlx openapi-typescript-express $(BUNDLE_OUTPUT)/openapi-spec.json \
70
+ yarn dlx openapi-typescript-express-plugin $(BUNDLE_OUTPUT)/openapi-spec.json \
71
71
  --output ./src/generated/service/index.ts
72
72
  yarn prettier ./src/generated/service/index.ts --write
73
73
  ifdef GENERATED_DIR
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openapi-typescript-infra/service",
3
- "version": "6.12.0",
3
+ "version": "6.13.0",
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
  "exports": {
6
6
  ".": {