@tscircuit/pcb-viewer 1.9.1 → 1.9.2
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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12920,7 +12920,7 @@ var convertElementToPrimitives = function(element, allElements) {
|
|
|
12920
12920
|
y: y6,
|
|
12921
12921
|
w: width2,
|
|
12922
12922
|
h: height2,
|
|
12923
|
-
layer: "
|
|
12923
|
+
layer: "top",
|
|
12924
12924
|
_element: element,
|
|
12925
12925
|
_parent_pcb_component: _parent_pcb_component,
|
|
12926
12926
|
_parent_source_component: _parent_source_component,
|
|
@@ -13657,7 +13657,7 @@ var import_soup2 = __toESM(require_dist());
|
|
|
13657
13657
|
// package.json
|
|
13658
13658
|
var package_default = {
|
|
13659
13659
|
name: "@tscircuit/pcb-viewer",
|
|
13660
|
-
version: "1.9.
|
|
13660
|
+
version: "1.9.1",
|
|
13661
13661
|
main: "dist/index.js",
|
|
13662
13662
|
repository: "tscircuit/pcb-viewer",
|
|
13663
13663
|
license: "MIT",
|