@effect/openapi-generator 4.0.0-beta.70 → 4.0.0-beta.71

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.
@@ -55,7 +55,7 @@ export declare const makeTransformerSchema: () => {
55
55
  *
56
56
  * **When to use**
57
57
  *
58
- * Use this layer when generated HttpClient code should perform runtime response
58
+ * Use when you use this layer when generated HttpClient code should perform runtime response
59
59
  * decoding with generated Effect Schema values.
60
60
  *
61
61
  * @category code generation
@@ -85,7 +85,7 @@ export declare const makeTransformerTs: () => {
85
85
  *
86
86
  * **When to use**
87
87
  *
88
- * Use this layer for the `httpclient-type-only` generator format, where the
88
+ * Use when you use this layer for the `httpclient-type-only` generator format, where the
89
89
  * generated client relies on TypeScript types instead of runtime Schema
90
90
  * decoding.
91
91
  *
@@ -357,7 +357,7 @@ export const make = (
357
357
  *
358
358
  * **When to use**
359
359
  *
360
- * Use this layer when generated HttpClient code should perform runtime response
360
+ * Use when you use this layer when generated HttpClient code should perform runtime response
361
361
  * decoding with generated Effect Schema values.
362
362
  *
363
363
  * @category code generation
@@ -678,7 +678,7 @@ export const make = (
678
678
  *
679
679
  * **When to use**
680
680
  *
681
- * Use this layer for the `httpclient-type-only` generator format, where the
681
+ * Use when you use this layer for the `httpclient-type-only` generator format, where the
682
682
  * generated client relies on TypeScript types instead of runtime Schema
683
683
  * decoding.
684
684
  *
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.70",
4
+ "version": "4.0.0-beta.71",
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.70",
49
- "effect": "^4.0.0-beta.70"
48
+ "@effect/platform-node": "^4.0.0-beta.71",
49
+ "effect": "^4.0.0-beta.71"
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.70"
57
+ "effect": "^4.0.0-beta.71"
58
58
  },
59
59
  "scripts": {
60
60
  "build": "tsc -b tsconfig.json && pnpm babel",
@@ -459,7 +459,7 @@ export const make = (
459
459
  *
460
460
  * **When to use**
461
461
  *
462
- * Use this layer when generated HttpClient code should perform runtime response
462
+ * Use when you use this layer when generated HttpClient code should perform runtime response
463
463
  * decoding with generated Effect Schema values.
464
464
  *
465
465
  * @category code generation
@@ -869,7 +869,7 @@ export const make = (
869
869
  *
870
870
  * **When to use**
871
871
  *
872
- * Use this layer for the `httpclient-type-only` generator format, where the
872
+ * Use when you use this layer for the `httpclient-type-only` generator format, where the
873
873
  * generated client relies on TypeScript types instead of runtime Schema
874
874
  * decoding.
875
875
  *