@tscircuit/pcb-viewer 1.11.3 → 1.11.4
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 +2 -2
package/dist/index.js
CHANGED
|
@@ -8209,7 +8209,7 @@ import { css } from "@emotion/css";
|
|
|
8209
8209
|
// package.json
|
|
8210
8210
|
var package_default = {
|
|
8211
8211
|
name: "@tscircuit/pcb-viewer",
|
|
8212
|
-
version: "1.11.
|
|
8212
|
+
version: "1.11.3",
|
|
8213
8213
|
main: "dist/index.js",
|
|
8214
8214
|
type: "module",
|
|
8215
8215
|
repository: "tscircuit/pcb-viewer",
|
|
@@ -8260,8 +8260,8 @@ var package_default = {
|
|
|
8260
8260
|
},
|
|
8261
8261
|
dependencies: {
|
|
8262
8262
|
"@emotion/css": "^11.11.2",
|
|
8263
|
+
"circuit-json-to-connectivity-map": "^0.0.18",
|
|
8263
8264
|
"@tscircuit/math-utils": "^0.0.7",
|
|
8264
|
-
"circuit-json-to-connectivity-map": "^0.0.16",
|
|
8265
8265
|
"circuit-to-svg": "^0.0.36",
|
|
8266
8266
|
color: "^4.2.3",
|
|
8267
8267
|
"react-supergrid": "^1.0.10",
|