@tscircuit/runframe 0.0.2229 → 0.0.2231
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-AW632KSG.js → chunk-ZNRCMQNW.js} +3 -3
- package/dist/preview.js +1 -1
- package/dist/runner.js +1 -1
- package/dist/standalone-preview.min.js +199 -199
- package/dist/standalone.min.js +129 -129
- package/package.json +3 -3
|
@@ -2177,7 +2177,7 @@ var usePostHogActivity = (properties) => {
|
|
|
2177
2177
|
};
|
|
2178
2178
|
|
|
2179
2179
|
// package.json
|
|
2180
|
-
var version = "0.0.
|
|
2180
|
+
var version = "0.0.2230";
|
|
2181
2181
|
var package_default = {
|
|
2182
2182
|
name: "@tscircuit/runframe",
|
|
2183
2183
|
main: "dist/preview.js",
|
|
@@ -2233,7 +2233,7 @@ var package_default = {
|
|
|
2233
2233
|
"@tscircuit/file-server": "^0.0.32",
|
|
2234
2234
|
"@tscircuit/internal-dynamic-import": "^0.0.8",
|
|
2235
2235
|
"@tscircuit/pcb-viewer": "1.11.374",
|
|
2236
|
-
"@tscircuit/schematic-viewer": "^2.0.
|
|
2236
|
+
"@tscircuit/schematic-viewer": "^2.0.74",
|
|
2237
2237
|
"@types/bun": "latest",
|
|
2238
2238
|
"@types/debug": "^4.1.12",
|
|
2239
2239
|
"@types/react": "^19.1.10",
|
|
@@ -2293,7 +2293,7 @@ var package_default = {
|
|
|
2293
2293
|
yargs: "^17.7.2"
|
|
2294
2294
|
},
|
|
2295
2295
|
dependencies: {
|
|
2296
|
-
"@tscircuit/eval": "^0.0.
|
|
2296
|
+
"@tscircuit/eval": "^0.0.1025",
|
|
2297
2297
|
"@tscircuit/solver-utils": "^0.0.7"
|
|
2298
2298
|
}
|
|
2299
2299
|
};
|
package/dist/preview.js
CHANGED
package/dist/runner.js
CHANGED