quicktype-core 7.0.37 → 7.0.38
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.
|
|
3
|
+
"version": "7.0.38",
|
|
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": "
|
|
48
|
+
"commit": "25bfa6edddc1122028e9fefc17be745bf431222a"
|
|
49
49
|
}
|
|
50
50
|
}
|