quicktype-core 7.0.37 → 7.0.39

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.
@@ -320,7 +320,7 @@ function transform(val${anyAnnotation}, typ${anyAnnotation}, getProps${anyAnnota
320
320
  return invalidValue(typ, val, key, parent);
321
321
  }
322
322
  if (typ === false) return invalidValue(typ, val, key, parent);
323
- let ref = undefined;
323
+ let ref${anyAnnotation} = undefined;
324
324
  while (typeof typ === "object" && typ.ref !== undefined) {
325
325
  ref = typ.ref;
326
326
  typ = typeMap[typ.ref];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quicktype-core",
3
- "version": "7.0.37",
3
+ "version": "7.0.39",
4
4
  "description": "The quicktype engine as a library",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",
@@ -45,6 +45,6 @@
45
45
  "fs": false
46
46
  },
47
47
  "config": {
48
- "commit": "53f6df68305127ad0b4751225b2628712583463f"
48
+ "commit": "59e57bf733b6bf3a205e517947db8d0c859ce408"
49
49
  }
50
50
  }