@tscircuit/core 0.0.956 → 0.0.957
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/index.js +3 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -177,7 +177,8 @@ var asyncPhaseDependencies = {
|
|
|
177
177
|
SilkscreenOverlapAdjustment: ["PcbFootprintStringRender"],
|
|
178
178
|
CadModelRender: ["PcbFootprintStringRender"],
|
|
179
179
|
PartsEngineRender: ["PcbFootprintStringRender"],
|
|
180
|
-
PcbComponentAnchorAlignment: ["PcbFootprintStringRender"]
|
|
180
|
+
PcbComponentAnchorAlignment: ["PcbFootprintStringRender"],
|
|
181
|
+
PanelLayout: ["PcbFootprintStringRender"]
|
|
181
182
|
};
|
|
182
183
|
var globalRenderCounter = 0;
|
|
183
184
|
var Renderable = class _Renderable {
|
|
@@ -20370,7 +20371,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
20370
20371
|
var package_default = {
|
|
20371
20372
|
name: "@tscircuit/core",
|
|
20372
20373
|
type: "module",
|
|
20373
|
-
version: "0.0.
|
|
20374
|
+
version: "0.0.956",
|
|
20374
20375
|
types: "dist/index.d.ts",
|
|
20375
20376
|
main: "dist/index.js",
|
|
20376
20377
|
module: "dist/index.js",
|