quicktype-core 23.0.71 → 23.0.73

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.
@@ -111,6 +111,7 @@ const keywords = [
111
111
  "$crate",
112
112
  // Keywords used in the language.
113
113
  "as",
114
+ "async",
114
115
  "box",
115
116
  "break",
116
117
  "const",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quicktype-core",
3
- "version": "23.0.71",
3
+ "version": "23.0.73",
4
4
  "description": "The quicktype engine as a library",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",