@tscircuit/fake-snippets 0.0.130 → 0.0.132
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 +12 -4
- package/dist/index.js +4 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1218,7 +1218,10 @@ export default () => (
|
|
|
1218
1218
|
is_latest: true,
|
|
1219
1219
|
is_locked: false,
|
|
1220
1220
|
has_transpiled: true,
|
|
1221
|
-
transpilation_error: null
|
|
1221
|
+
transpilation_error: null,
|
|
1222
|
+
pcb_preview_image_url: `/api/packages/images/testuser/test2-package/pcb.png`,
|
|
1223
|
+
cad_preview_image_url: `/api/packages/images/testuser/test2-package/3d.png`,
|
|
1224
|
+
sch_preview_image_url: `/api/packages/images/testuser/test2-package/schematic.png`
|
|
1222
1225
|
});
|
|
1223
1226
|
db.addPackageFile({
|
|
1224
1227
|
package_release_id: test2PackageReleaseId,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/fake-snippets",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.132",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -84,12 +84,12 @@
|
|
|
84
84
|
"@tscircuit/3d-viewer": "^0.0.407",
|
|
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.431",
|
|
88
88
|
"@tscircuit/layout": "^0.0.29",
|
|
89
89
|
"@tscircuit/mm": "^0.0.8",
|
|
90
90
|
"@tscircuit/pcb-viewer": "^1.11.218",
|
|
91
91
|
"@tscircuit/prompt-benchmarks": "^0.0.28",
|
|
92
|
-
"@tscircuit/runframe": "^0.0.
|
|
92
|
+
"@tscircuit/runframe": "^0.0.1150",
|
|
93
93
|
"@tscircuit/schematic-viewer": "^2.0.39",
|
|
94
94
|
"@tscircuit/simple-3d-svg": "^0.0.41",
|
|
95
95
|
"@types/babel__standalone": "^7.1.7",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"terser": "^5.27.0",
|
|
187
187
|
"three": "0.165.0",
|
|
188
188
|
"three-stdlib": "^2.36.0",
|
|
189
|
-
"tscircuit": "^0.0.
|
|
189
|
+
"tscircuit": "^0.0.811",
|
|
190
190
|
"tsup": "^8.5.0",
|
|
191
191
|
"typescript": "^5.6.3",
|
|
192
192
|
"use-async-memo": "^1.2.5",
|