@effect/openapi-generator 4.0.0-beta.4 → 4.0.0-beta.6

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.
@@ -119,7 +119,7 @@ export declare class JsonPatchApplicationError extends JsonPatchApplicationError
119
119
  }
120
120
  declare const JsonPatchAggregateError_base: Schema.ErrorClass<unknown, Schema.Struct<{
121
121
  readonly _tag: Schema.tag<"JsonPatchAggregateError">;
122
- readonly errors: Schema.Array$<Schema.Unknown>;
122
+ readonly errors: Schema.$Array<Schema.Unknown>;
123
123
  }>, import("effect/Cause").YieldableError>;
124
124
  /**
125
125
  * Error thrown when multiple JSON Patch operations fail.
@@ -219,7 +219,7 @@ export declare const JsonPatchOperation: Schema.Codec<JsonPatch.JsonPatchOperati
219
219
  * @since 1.0.0
220
220
  * @category schemas
221
221
  */
222
- export declare const JsonPatchDocument: Schema.Array$<Schema.Codec<JsonPatch.JsonPatchOperation, JsonPatch.JsonPatchOperation, never, never>>;
222
+ export declare const JsonPatchDocument: Schema.$Array<Schema.Codec<JsonPatch.JsonPatchOperation, JsonPatch.JsonPatchOperation, never, never>>;
223
223
  /**
224
224
  * Type for a JSON Patch document.
225
225
  *
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.4",
4
+ "version": "4.0.0-beta.6",
5
5
  "license": "MIT",
6
6
  "description": "Generate Effect Schema types and HTTP clients 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.4",
49
- "effect": "^4.0.0-beta.4"
48
+ "@effect/platform-node": "^4.0.0-beta.6",
49
+ "effect": "^4.0.0-beta.6"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/swagger2openapi": "^7.0.4",
@@ -54,7 +54,7 @@
54
54
  "openapi-typescript": "^7.10.1",
55
55
  "swagger2openapi": "^7.0.8",
56
56
  "yaml": "^2.8.2",
57
- "effect": "^4.0.0-beta.4"
57
+ "effect": "^4.0.0-beta.6"
58
58
  },
59
59
  "scripts": {
60
60
  "build": "tsc -b tsconfig.json && pnpm babel",