@tscircuit/fake-snippets 0.0.131 → 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 +5 -2
- package/dist/index.js +4 -1
- package/package.json +1 -1
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,
|