quicktype 23.0.30 → 23.0.32
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.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -193,7 +193,7 @@ async function main() {
|
|
|
193
193
|
main();
|
|
194
194
|
```
|
|
195
195
|
|
|
196
|
-
The argument to `quicktype` is a complex object with many optional properties. [Explore its definition](https://github.com/quicktype/quicktype/blob/master/
|
|
196
|
+
The argument to `quicktype` is a complex object with many optional properties. [Explore its definition](https://github.com/quicktype/quicktype/blob/master/packages/quicktype-core/src/Run.ts#L637) to understand what options are allowed.
|
|
197
197
|
|
|
198
198
|
## Contributing
|
|
199
199
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "quicktype",
|
|
3
|
-
"version": "23.0.
|
|
3
|
+
"version": "23.0.32",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"graphql": "^0.11.7",
|
|
32
32
|
"lodash": "^4.17.21",
|
|
33
33
|
"moment": "^2.29.4",
|
|
34
|
-
"quicktype-core": "23.0.
|
|
35
|
-
"quicktype-graphql-input": "23.0.
|
|
36
|
-
"quicktype-typescript-input": "23.0.
|
|
34
|
+
"quicktype-core": "23.0.32",
|
|
35
|
+
"quicktype-graphql-input": "23.0.32",
|
|
36
|
+
"quicktype-typescript-input": "23.0.32",
|
|
37
37
|
"readable-stream": "^4.3.0",
|
|
38
38
|
"stream-json": "1.7.5",
|
|
39
39
|
"string-to-stream": "^3.0.1",
|