glideapps / quicktype

Generate types and converters from JSON, Schema, and GraphQL
https://app.quicktype.io
Apache License 2.0
11.76k stars 1.04k forks source link

[BUG]: no quicktype binary for 23.0.159 release #2593

Closed chenrui333 closed 1 month ago

chenrui333 commented 1 month ago

šŸ‘‹ no quicktype binary for 23.0.159 release.

This is the source file diff I see between 23.0.158 vs 23.0.159

- npm notice 11.4kB LICENSE
- npm notice 10.0kB README.md
- npm notice 449B   dist/CompressedJSONFromStream.d.ts
- npm notice 2.1kB  dist/CompressedJSONFromStream.js
- npm notice 113B   dist/GraphQLIntrospection.d.ts
- npm notice 2.1kB  dist/GraphQLIntrospection.js
- npm notice 1.4kB  dist/index.d.ts
- npm notice 34.1kB dist/index.js
- npm notice 516B   dist/TypeSource.d.ts
- npm notice 77B    dist/TypeSource.js
- npm notice 90B    dist/URLGrammar.d.ts
- npm notice 1.4kB  dist/URLGrammar.js
- npm notice 2.5kB  package.json
+ npm notice 11.4kB LICENSE
+ npm notice 10.0kB README.md
+ npm notice 2.8kB  dist/package.json
+ npm notice 459B   dist/src/CompressedJSONFromStream.d.ts
+ npm notice 2.1kB  dist/src/CompressedJSONFromStream.js
+ npm notice 113B   dist/src/GraphQLIntrospection.d.ts
+ npm notice 2.1kB  dist/src/GraphQLIntrospection.js
+ npm notice 1.4kB  dist/src/index.d.ts
+ npm notice 34.5kB dist/src/index.js
+ npm notice 536B   dist/src/TypeSource.d.ts
+ npm notice 77B    dist/src/TypeSource.js
+ npm notice 94B    dist/src/URLGrammar.d.ts
+ npm notice 1.4kB  dist/src/URLGrammar.js
+ npm notice 2.5kB  package.json

relates to https://github.com/Homebrew/homebrew-core/pull/171524