@tscircuit/fake-snippets 0.0.196 → 0.0.197
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 +85 -3
- package/dist/index.js +5 -0
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -3108,6 +3108,11 @@ exports.TestComponent = TestComponent;
|
|
|
3108
3108
|
has_transpiled: true,
|
|
3109
3109
|
transpilation_error: null
|
|
3110
3110
|
});
|
|
3111
|
+
db.addPackageDomain({
|
|
3112
|
+
points_to: "package_release",
|
|
3113
|
+
package_release_id: glbModelReleaseId,
|
|
3114
|
+
fully_qualified_domain_name: "custom-3d-model.tscircuit.app"
|
|
3115
|
+
});
|
|
3111
3116
|
db.updatePackage(glbModelPackage.package_id, {
|
|
3112
3117
|
latest_package_release_id: glbModelReleaseId
|
|
3113
3118
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/fake-snippets",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.197",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -82,16 +82,16 @@
|
|
|
82
82
|
"@resvg/resvg-wasm": "^2.6.2",
|
|
83
83
|
"@sentry/react": "^10.10.0",
|
|
84
84
|
"@tailwindcss/typography": "^0.5.16",
|
|
85
|
-
"@tscircuit/3d-viewer": "^0.0.
|
|
85
|
+
"@tscircuit/3d-viewer": "^0.0.517",
|
|
86
86
|
"@tscircuit/assembly-viewer": "^0.0.5",
|
|
87
87
|
"@tscircuit/create-snippet-url": "^0.0.8",
|
|
88
|
-
"@tscircuit/eval": "^0.0.
|
|
88
|
+
"@tscircuit/eval": "^0.0.651",
|
|
89
89
|
"@tscircuit/layout": "^0.0.29",
|
|
90
90
|
"@tscircuit/mm": "^0.0.8",
|
|
91
|
-
"@tscircuit/pcb-viewer": "1.11.
|
|
91
|
+
"@tscircuit/pcb-viewer": "1.11.341",
|
|
92
92
|
"@tscircuit/prompt-benchmarks": "^0.0.28",
|
|
93
93
|
"@tscircuit/props": "^0.0.433",
|
|
94
|
-
"@tscircuit/runframe": "^0.0.
|
|
94
|
+
"@tscircuit/runframe": "^0.0.1631",
|
|
95
95
|
"@tscircuit/schematic-viewer": "^2.0.56",
|
|
96
96
|
"@tscircuit/simple-3d-svg": "^0.0.41",
|
|
97
97
|
"@types/babel__standalone": "^7.1.7",
|