quicktype 18.0.0 → 18.0.2

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.
@@ -321,7 +321,7 @@ function transform(val${anyAnnotation}, typ${anyAnnotation}, getProps${anyAnnota
321
321
  return invalidValue(typ, val, key, parent);
322
322
  }
323
323
  if (typ === false) return invalidValue(typ, val, key, parent);
324
- let ref = undefined;
324
+ let ref${anyAnnotation} = undefined;
325
325
  while (typeof typ === "object" && typ.ref !== undefined) {
326
326
  ref = typ.ref;
327
327
  typ = typeMap[typ.ref];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quicktype",
3
- "version": "18.0.0",
3
+ "version": "18.0.2",
4
4
  "license": "Apache-2.0",
5
5
  "main": "dist/cli/index.js",
6
6
  "types": "dist/cli/index.d.ts",