@tscircuit/runframe 0.0.2068 → 0.0.2070
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-YGFW2MQV.js → chunk-23AD7FSR.js} +3 -3
- package/dist/preview.js +1 -1
- package/dist/runner.js +1 -1
- package/dist/standalone-preview.min.js +161 -161
- package/dist/standalone.min.js +163 -163
- package/package.json +3 -3
|
@@ -2004,7 +2004,7 @@ var usePostHogActivity = (properties) => {
|
|
|
2004
2004
|
};
|
|
2005
2005
|
|
|
2006
2006
|
// package.json
|
|
2007
|
-
var version = "0.0.
|
|
2007
|
+
var version = "0.0.2069";
|
|
2008
2008
|
var package_default = {
|
|
2009
2009
|
name: "@tscircuit/runframe",
|
|
2010
2010
|
main: "dist/preview.js",
|
|
@@ -2059,8 +2059,8 @@ var package_default = {
|
|
|
2059
2059
|
"@tscircuit/fake-snippets": "^0.0.163",
|
|
2060
2060
|
"@tscircuit/file-server": "^0.0.32",
|
|
2061
2061
|
"@tscircuit/internal-dynamic-import": "^0.0.7",
|
|
2062
|
-
"@tscircuit/pcb-viewer": "1.11.
|
|
2063
|
-
"@tscircuit/schematic-viewer": "^2.0.
|
|
2062
|
+
"@tscircuit/pcb-viewer": "1.11.372",
|
|
2063
|
+
"@tscircuit/schematic-viewer": "^2.0.62",
|
|
2064
2064
|
"@types/bun": "latest",
|
|
2065
2065
|
"@types/debug": "^4.1.12",
|
|
2066
2066
|
"@types/react": "^19.1.10",
|
package/dist/preview.js
CHANGED
package/dist/runner.js
CHANGED