@tscircuit/pcb-viewer 1.11.340 → 1.11.341
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 +1 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9802,7 +9802,6 @@ var orderedLayers = [
|
|
|
9802
9802
|
"bottom_notes",
|
|
9803
9803
|
"top_notes",
|
|
9804
9804
|
"top_silkscreen",
|
|
9805
|
-
"bottom_silkscreen",
|
|
9806
9805
|
"top_courtyard",
|
|
9807
9806
|
"bottom_courtyard",
|
|
9808
9807
|
"other"
|
|
@@ -14136,7 +14135,7 @@ import { css as css3 } from "@emotion/css";
|
|
|
14136
14135
|
// package.json
|
|
14137
14136
|
var package_default = {
|
|
14138
14137
|
name: "@tscircuit/pcb-viewer",
|
|
14139
|
-
version: "1.11.
|
|
14138
|
+
version: "1.11.340",
|
|
14140
14139
|
main: "dist/index.js",
|
|
14141
14140
|
type: "module",
|
|
14142
14141
|
repository: "tscircuit/pcb-viewer",
|