biscuitboard 1.0.1 → 1.0.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/package.json +7 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "biscuitboard",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Prefabricated copper-clad board wrappers and fixed-via autorouting for tscircuit",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -95,6 +95,11 @@
|
|
|
95
95
|
"@types/react": "19.2.18",
|
|
96
96
|
"@tscircuit/biscuit-board-autorouter": "github:tscircuit/biscuit-board-autorouter#a704ab5d6f9693924fe716710c57a7787fe943f4",
|
|
97
97
|
"bun-match-svg": "0.0.15",
|
|
98
|
+
"circuit-json": "0.0.464",
|
|
99
|
+
"circuit-json-to-lbrn": "0.0.88",
|
|
100
|
+
"lbrnts": "0.0.22",
|
|
101
|
+
"manifold-3d": "^3.5.1",
|
|
102
|
+
"manifold-to-step": "^0.0.4",
|
|
98
103
|
"react": "19.2.0",
|
|
99
104
|
"tscircuit": "0.0.2277",
|
|
100
105
|
"tsup": "^8.5.1",
|
|
@@ -105,6 +110,6 @@
|
|
|
105
110
|
"@tscircuit/props": "0.0.617"
|
|
106
111
|
},
|
|
107
112
|
"peerDependencies": {
|
|
108
|
-
"react": "^19.
|
|
113
|
+
"react": "^19.1.0"
|
|
109
114
|
}
|
|
110
115
|
}
|