@tscircuit/runframe 0.0.593 → 0.0.595
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/{chunk-LURXXTQW.js → chunk-Q3HHZAAJ.js} +1 -1
- package/dist/preview.js +1 -1
- package/dist/runner.js +1 -1
- package/dist/standalone-preview.min.js +921 -921
- package/dist/standalone.min.js +1159 -1159
- package/package.json +28 -22
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@tscircuit/runframe",
|
|
3
3
|
"main": "dist/preview.js",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "0.0.
|
|
5
|
+
"version": "0.0.595",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./dist/preview.js",
|
|
8
8
|
"./preview": "./dist/preview.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@babel/standalone": "^7.26.10",
|
|
34
34
|
"@biomejs/biome": "^1.9.4",
|
|
35
35
|
"@tscircuit/checks": "^0.0.52",
|
|
36
|
-
"@tscircuit/eval": "^0.0.
|
|
36
|
+
"@tscircuit/eval": "^0.0.231",
|
|
37
37
|
"@tscircuit/fake-snippets": "^0.0.87",
|
|
38
38
|
"@tscircuit/math-utils": "^0.0.18",
|
|
39
39
|
"@types/bun": "latest",
|
|
@@ -67,10 +67,31 @@
|
|
|
67
67
|
"tailwindcss": "^3.4.17",
|
|
68
68
|
"tsup": "^8.3.5",
|
|
69
69
|
"vite": "^6.0.3",
|
|
70
|
-
"yargs": "^17.7.2"
|
|
70
|
+
"yargs": "^17.7.2",
|
|
71
|
+
"@tscircuit/3d-viewer": "^0.0.273",
|
|
72
|
+
"@tscircuit/assembly-viewer": "^0.0.1",
|
|
73
|
+
"@tscircuit/create-snippet-url": "^0.0.8",
|
|
74
|
+
"@tscircuit/file-server": "^0.0.24",
|
|
75
|
+
"@tscircuit/footprinter": "^0.0.181",
|
|
76
|
+
"@tscircuit/pcb-viewer": "^1.11.177",
|
|
77
|
+
"@tscircuit/props": "^0.0.230",
|
|
78
|
+
"@tscircuit/schematic-viewer": "2.0.21",
|
|
79
|
+
"circuit-to-svg": "^0.0.152",
|
|
80
|
+
"jscad-fiber": "^0.0.79",
|
|
81
|
+
"lucide-react": "^0.488.0",
|
|
82
|
+
"react-query": "^3.39.3",
|
|
83
|
+
"schematic-symbols": "^0.0.139",
|
|
84
|
+
"tailwind-merge": "^2.6.0",
|
|
85
|
+
"tailwindcss-animate": "^1.0.7"
|
|
71
86
|
},
|
|
72
87
|
"peerDependencies": {
|
|
73
|
-
"typescript": "^5.0.0"
|
|
88
|
+
"typescript": "^5.0.0",
|
|
89
|
+
"react-query": "*",
|
|
90
|
+
"schematic-symbols": "*",
|
|
91
|
+
"lucide-react": "*",
|
|
92
|
+
"circuit-to-svg": "*",
|
|
93
|
+
"@tscircuit/props": "*",
|
|
94
|
+
"jscad-fiber": "*"
|
|
74
95
|
},
|
|
75
96
|
"dependencies": {
|
|
76
97
|
"@radix-ui/react-alert-dialog": "^1.1.6",
|
|
@@ -81,25 +102,10 @@
|
|
|
81
102
|
"@radix-ui/react-progress": "^1.1.2",
|
|
82
103
|
"@radix-ui/react-slot": "^1.1.1",
|
|
83
104
|
"@radix-ui/react-tabs": "^1.1.2",
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"@tscircuit/create-snippet-url": "^0.0.8",
|
|
87
|
-
"@tscircuit/file-server": "^0.0.24",
|
|
88
|
-
"@tscircuit/footprinter": "^0.0.180",
|
|
89
|
-
"@tscircuit/pcb-viewer": "^1.11.177",
|
|
90
|
-
"@tscircuit/props": "^0.0.227",
|
|
91
|
-
"@tscircuit/schematic-viewer": "2.0.21",
|
|
92
|
-
"circuit-to-svg": "^0.0.152",
|
|
93
|
-
"clsx": "^2.1.1",
|
|
105
|
+
"react-error-boundary": "^6.0.0",
|
|
106
|
+
"marked": "^15.0.12",
|
|
94
107
|
"comlink": "^4.4.2",
|
|
95
108
|
"cssnano": "^7.0.6",
|
|
96
|
-
"
|
|
97
|
-
"lucide-react": "^0.488.0",
|
|
98
|
-
"marked": "^15.0.12",
|
|
99
|
-
"react-error-boundary": "^6.0.0",
|
|
100
|
-
"react-query": "^3.39.3",
|
|
101
|
-
"schematic-symbols": "^0.0.139",
|
|
102
|
-
"tailwind-merge": "^2.6.0",
|
|
103
|
-
"tailwindcss-animate": "^1.0.7"
|
|
109
|
+
"clsx": "^2.1.1"
|
|
104
110
|
}
|
|
105
111
|
}
|