@tscircuit/props 0.0.489 → 0.0.490
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/README.md +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/lib/platformConfig.ts +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1887,6 +1887,7 @@ export interface PlatformConfig {
|
|
|
1887
1887
|
routingDisabled?: boolean;
|
|
1888
1888
|
schematicDisabled?: boolean;
|
|
1889
1889
|
partsEngineDisabled?: boolean;
|
|
1890
|
+
drcChecksDisabled?: boolean;
|
|
1890
1891
|
netlistDrcChecksDisabled?: boolean;
|
|
1891
1892
|
routingDrcChecksDisabled?: boolean;
|
|
1892
1893
|
placementDrcChecksDisabled?: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -172788,6 +172788,7 @@ interface PlatformConfig {
|
|
|
172788
172788
|
routingDisabled?: boolean;
|
|
172789
172789
|
schematicDisabled?: boolean;
|
|
172790
172790
|
partsEngineDisabled?: boolean;
|
|
172791
|
+
drcChecksDisabled?: boolean;
|
|
172791
172792
|
netlistDrcChecksDisabled?: boolean;
|
|
172792
172793
|
routingDrcChecksDisabled?: boolean;
|
|
172793
172794
|
placementDrcChecksDisabled?: boolean;
|
package/dist/index.js
CHANGED
|
@@ -2856,6 +2856,7 @@ var platformConfig = z122.object({
|
|
|
2856
2856
|
routingDisabled: z122.boolean().optional(),
|
|
2857
2857
|
schematicDisabled: z122.boolean().optional(),
|
|
2858
2858
|
partsEngineDisabled: z122.boolean().optional(),
|
|
2859
|
+
drcChecksDisabled: z122.boolean().optional(),
|
|
2859
2860
|
netlistDrcChecksDisabled: z122.boolean().optional(),
|
|
2860
2861
|
routingDrcChecksDisabled: z122.boolean().optional(),
|
|
2861
2862
|
placementDrcChecksDisabled: z122.boolean().optional(),
|