@openapi-typescript-infra/service 6.3.0 → 6.3.1

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 +2 -2
package/Makefile CHANGED
@@ -38,7 +38,7 @@ clean:
38
38
 
39
39
  $(word 1, $(build_files)): $(src_files)
40
40
  yarn $(TSC) -p tsconfig.build.json
41
- @if yarn info tsc-alias name --silent > /dev/null 2>&1; then \
41
+ @if yarn info tsc-alias name > /dev/null 2>&1; then \
42
42
  yarn tsc-alias --project tsconfig.build.json; \
43
43
  fi
44
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openapi-typescript-infra/service",
3
- "version": "6.3.0",
3
+ "version": "6.3.1",
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
  ".": {
@@ -132,7 +132,7 @@
132
132
  "tsconfig-paths": "^4.2.0",
133
133
  "tsx": "^4.20.6",
134
134
  "typescript": "^5.9.3",
135
- "vitest": "^4.0.12"
135
+ "vitest": "^4.0.13"
136
136
  },
137
137
  "resolutions": {
138
138
  "qs": "^6.11.0"