@tscircuit/fake-snippets 0.0.155 → 0.0.156
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/bundle.js +4 -1
- package/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/fake-snippets",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.156",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -84,12 +84,12 @@
|
|
|
84
84
|
"@tscircuit/3d-viewer": "^0.0.448",
|
|
85
85
|
"@tscircuit/assembly-viewer": "^0.0.5",
|
|
86
86
|
"@tscircuit/create-snippet-url": "^0.0.8",
|
|
87
|
-
"@tscircuit/eval": "^0.0.
|
|
87
|
+
"@tscircuit/eval": "^0.0.530",
|
|
88
88
|
"@tscircuit/layout": "^0.0.29",
|
|
89
89
|
"@tscircuit/mm": "^0.0.8",
|
|
90
90
|
"@tscircuit/pcb-viewer": "^1.11.256",
|
|
91
91
|
"@tscircuit/prompt-benchmarks": "^0.0.28",
|
|
92
|
-
"@tscircuit/runframe": "^0.0.
|
|
92
|
+
"@tscircuit/runframe": "^0.0.1368",
|
|
93
93
|
"@tscircuit/schematic-viewer": "^2.0.46",
|
|
94
94
|
"@tscircuit/simple-3d-svg": "^0.0.41",
|
|
95
95
|
"@types/babel__standalone": "^7.1.7",
|
|
@@ -113,6 +113,7 @@
|
|
|
113
113
|
"circuit-json-to-bom-csv": "^0.0.7",
|
|
114
114
|
"circuit-json-to-gltf": "^0.0.14",
|
|
115
115
|
"circuit-json-to-kicad": "^0.0.22",
|
|
116
|
+
"circuit-json-to-lbrn": "^0.0.23",
|
|
116
117
|
"circuit-json-to-pnp-csv": "^0.0.7",
|
|
117
118
|
"circuit-json-to-readable-netlist": "^0.0.13",
|
|
118
119
|
"circuit-json-to-simple-3d": "^0.0.7",
|
|
@@ -185,7 +186,7 @@
|
|
|
185
186
|
"terser": "^5.27.0",
|
|
186
187
|
"three": "0.165.0",
|
|
187
188
|
"three-stdlib": "^2.36.0",
|
|
188
|
-
"tscircuit": "^0.0.
|
|
189
|
+
"tscircuit": "^0.0.1020",
|
|
189
190
|
"tsup": "^8.5.0",
|
|
190
191
|
"typescript": "^5.6.3",
|
|
191
192
|
"use-async-memo": "^1.2.5",
|