@openapi-typescript-infra/service 5.4.3 → 5.4.4

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 +2 -2
  2. package/package.json +1 -1
package/Makefile CHANGED
@@ -1,5 +1,5 @@
1
- ifneq ($(MAKEFILE_LIST),$(firstword $(MAKEFILE_LIST)))
2
- $(error This Makefile is meant to be included, not executed directly)
1
+ ifeq ($(realpath $(lastword $(MAKEFILE_LIST))), $(realpath $(firstword $(MAKEFILE_LIST))))
2
+ $(error The Makefile in @openapi-typescript-infra/service is meant to be included, not executed directly)
3
3
  endif
4
4
 
5
5
  # This Makefile is intended to be called by higher level/project Makefiles
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openapi-typescript-infra/service",
3
- "version": "5.4.3",
3
+ "version": "5.4.4",
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
  ".": {