quicktype-core 23.0.105 → 23.0.106

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.
@@ -221,7 +221,7 @@ class GoRenderer extends ConvenienceRenderer_1.ConvenienceRenderer {
221
221
  ]);
222
222
  usedTypes.add(goType.toString());
223
223
  });
224
- this.emitPackageDefinitons(false, usedTypes.has("time.Time") || usedTypes.has("*,time.Time") ? new Set(["time"]) : undefined);
224
+ this.emitPackageDefinitons(false, usedTypes.has("time.Time") || usedTypes.has("*,time.Time") || usedTypes.has("[],time.Time") ? new Set(["time"]) : undefined);
225
225
  this.emitDescription(this.descriptionForType(c));
226
226
  this.emitStruct(className, columns);
227
227
  this.endFile();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quicktype-core",
3
- "version": "23.0.105",
3
+ "version": "23.0.106",
4
4
  "description": "The quicktype engine as a library",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",