@f3liz/rescript-autogen-openapi 0.5.0 → 0.5.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.
@@ -95,6 +95,7 @@ function generateFileHeader(description) {
95
95
  // Generated by @f3liz/rescript-autogen-openapi
96
96
  // DO NOT EDIT - This file is auto-generated
97
97
 
98
+ S.enableJson()
98
99
  `;
99
100
  }
100
101
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@f3liz/rescript-autogen-openapi",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Generate ReScript code with Sury schemas from OpenAPI 3.1 specs. Supports multiple forks with diff/merge capabilities.",
5
5
  "keywords": [
6
6
  "rescript",
@@ -119,6 +119,7 @@ let generateFileHeader = (~description: string): string =>
119
119
  // Generated by @f3liz/rescript-autogen-openapi
120
120
  // DO NOT EDIT - This file is auto-generated
121
121
 
122
+ S.enableJson()
122
123
  `
123
124
 
124
125
  // Indent code