easyeda 0.0.179 → 0.0.180

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.
@@ -3094,7 +3094,7 @@ var OwnerSchema = z86.object({
3094
3094
  var HeadSchema = z86.object({
3095
3095
  docType: z86.union([z86.string(), z86.number()]).transform((val) => val.toString()),
3096
3096
  editorVersion: z86.string(),
3097
- c_para: z86.record(z86.string(), z86.union([z86.string(), z86.null()])),
3097
+ c_para: z86.record(z86.string(), z86.string().nullable()),
3098
3098
  x: z86.number(),
3099
3099
  y: z86.number(),
3100
3100
  puuid: z86.string().optional(),
@@ -3463,4 +3463,4 @@ export {
3463
3463
  convertRawEasyToTsx,
3464
3464
  convertEasyEdaJsonToVariousFormats
3465
3465
  };
3466
- //# sourceMappingURL=chunk-SQYZHX3A.js.map
3466
+ //# sourceMappingURL=chunk-RWIQCWYB.js.map