openapi-sync 4.0.0 → 4.0.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 (1) hide show
  1. package/package.json +1 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openapi-sync",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "A powerful developer tool that automates API documentation synchronization with your codebase using OpenAPI specifications. Generates TypeScript types, endpoint definitions, runtime validation schemas (Zod, Yup, Joi), and comprehensive documentation",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -78,21 +78,5 @@
78
78
  "lodash.get": "^4.4.2",
79
79
  "lodash.isequal": "^4.5.0",
80
80
  "yargs": "^17.7.2"
81
- },
82
- "peerDependencies": {
83
- "zod": "^3.22.0",
84
- "yup": "^1.3.0",
85
- "joi": "^17.11.0"
86
- },
87
- "peerDependenciesMeta": {
88
- "zod": {
89
- "optional": true
90
- },
91
- "yup": {
92
- "optional": true
93
- },
94
- "joi": {
95
- "optional": true
96
- }
97
81
  }
98
82
  }