@effect/openapi-generator 4.0.0-beta.73 → 4.0.0-beta.74

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.
@@ -58,7 +58,7 @@ export interface OpenApiGeneratorWarning {
58
58
  /**
59
59
  * Options that control one OpenAPI generation run.
60
60
  *
61
- * @category models
61
+ * @category options
62
62
  * @since 4.0.0
63
63
  */
64
64
  export interface OpenApiGenerateOptions {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@effect/openapi-generator",
3
3
  "type": "module",
4
- "version": "4.0.0-beta.73",
4
+ "version": "4.0.0-beta.74",
5
5
  "license": "MIT",
6
6
  "description": "Generate Effect Schema types, HTTP clients, and HttpApi modules from OpenAPI specifications",
7
7
  "homepage": "https://effect.website",
@@ -45,8 +45,8 @@
45
45
  "provenance": true
46
46
  },
47
47
  "peerDependencies": {
48
- "@effect/platform-node": "^4.0.0-beta.73",
49
- "effect": "^4.0.0-beta.73"
48
+ "@effect/platform-node": "^4.0.0-beta.74",
49
+ "effect": "^4.0.0-beta.74"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/swagger2openapi": "^7.0.4",
@@ -54,7 +54,7 @@
54
54
  "openapi-typescript": "^7.13.0",
55
55
  "swagger2openapi": "^7.0.8",
56
56
  "yaml": "^2.9.0",
57
- "effect": "^4.0.0-beta.73"
57
+ "effect": "^4.0.0-beta.74"
58
58
  },
59
59
  "scripts": {
60
60
  "build": "tsc -b tsconfig.json && pnpm babel",
@@ -79,7 +79,7 @@ export interface OpenApiGeneratorWarning {
79
79
  /**
80
80
  * Options that control one OpenAPI generation run.
81
81
  *
82
- * @category models
82
+ * @category options
83
83
  * @since 4.0.0
84
84
  */
85
85
  export interface OpenApiGenerateOptions {