quicktype 23.0.95 → 23.0.97
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 +0 -9
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -43,15 +43,6 @@ For the best CLI, we recommend installing `quicktype` globally via `npm`:
|
|
|
43
43
|
npm install -g quicktype
|
|
44
44
|
```
|
|
45
45
|
|
|
46
|
-
Other options:
|
|
47
|
-
|
|
48
|
-
- [Homebrew](http://formulae.brew.sh/formula/quicktype) _(infrequently updated)_
|
|
49
|
-
- [Xcode extension](https://itunes.apple.com/us/app/paste-json-as-code-quicktype/id1330801220?mt=12)\*
|
|
50
|
-
- [VSCode extension](https://marketplace.visualstudio.com/items/quicktype.quicktype)\*
|
|
51
|
-
- [Visual Studio extension](https://marketplace.visualstudio.com/items?itemName=typeguard.quicktype-vs)\*
|
|
52
|
-
|
|
53
|
-
<small>\* limited functionality</small>
|
|
54
|
-
|
|
55
46
|
## Using `quicktype`
|
|
56
47
|
|
|
57
48
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "quicktype",
|
|
3
|
-
"version": "23.0.
|
|
3
|
+
"version": "23.0.97",
|
|
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.97",
|
|
35
|
+
"quicktype-graphql-input": "23.0.97",
|
|
36
|
+
"quicktype-typescript-input": "23.0.97",
|
|
37
37
|
"readable-stream": "^4.4.2",
|
|
38
38
|
"stream-json": "1.8.0",
|
|
39
39
|
"string-to-stream": "^3.0.1",
|