easyeda 0.0.52 → 0.0.54
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.
|
@@ -2189,7 +2189,7 @@ var HeadSchema = z61.object({
|
|
|
2189
2189
|
puuid: z61.string().optional(),
|
|
2190
2190
|
uuid: z61.string(),
|
|
2191
2191
|
utime: z61.number(),
|
|
2192
|
-
importFlag: z61.number(),
|
|
2192
|
+
importFlag: z61.number().optional(),
|
|
2193
2193
|
c_spiceCmd: z61.any().optional(),
|
|
2194
2194
|
hasIdFlag: z61.boolean()
|
|
2195
2195
|
});
|
|
@@ -2554,4 +2554,4 @@ export {
|
|
|
2554
2554
|
convertRawEasyToTsx,
|
|
2555
2555
|
convertEasyEdaJsonToVariousFormats
|
|
2556
2556
|
};
|
|
2557
|
-
//# sourceMappingURL=chunk-
|
|
2557
|
+
//# sourceMappingURL=chunk-FBL3BKMS.js.map
|