easyeda 0.0.24 → 0.0.25
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.
- package/dist/cli/main.cjs +3 -3
- package/dist/cli/main.cjs.map +1 -1
- package/dist/lib/index.cjs +2 -2
- package/dist/lib/index.cjs.map +1 -1
- package/dist/lib/index.d.cts +6 -6
- package/package.json +1 -1
package/dist/lib/index.cjs
CHANGED
|
@@ -29459,9 +29459,9 @@ var EasyEdaJsonSchema = import_zod4.z.object({
|
|
|
29459
29459
|
updated_at: import_zod4.z.string(),
|
|
29460
29460
|
dataStr: DataStrSchema,
|
|
29461
29461
|
verify: import_zod4.z.boolean(),
|
|
29462
|
-
SMT: import_zod4.z.boolean(),
|
|
29462
|
+
SMT: import_zod4.z.boolean().optional(),
|
|
29463
29463
|
datastrid: import_zod4.z.string(),
|
|
29464
|
-
jlcOnSale: import_zod4.z.number(),
|
|
29464
|
+
jlcOnSale: import_zod4.z.number().optional(),
|
|
29465
29465
|
writable: import_zod4.z.boolean(),
|
|
29466
29466
|
isFavorite: import_zod4.z.boolean(),
|
|
29467
29467
|
packageDetail: PackageDetailSchema
|