@tscircuit/fake-snippets 0.0.196 → 0.0.198
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 +95 -3
- package/dist/index.js +15 -0
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -3108,6 +3108,12 @@ exports.TestComponent = TestComponent;
|
|
|
3108
3108
|
has_transpiled: true,
|
|
3109
3109
|
transpilation_error: null
|
|
3110
3110
|
});
|
|
3111
|
+
db.addPackageDomain({
|
|
3112
|
+
points_to: "package_release_with_tag",
|
|
3113
|
+
package_id: glbModelPackage.package_id,
|
|
3114
|
+
tag: "latest",
|
|
3115
|
+
fully_qualified_domain_name: "custom-3d-model.tscircuit.app"
|
|
3116
|
+
});
|
|
3111
3117
|
db.updatePackage(glbModelPackage.package_id, {
|
|
3112
3118
|
latest_package_release_id: glbModelReleaseId
|
|
3113
3119
|
});
|
|
@@ -3319,6 +3325,15 @@ export default () => (
|
|
|
3319
3325
|
build_error_last_updated_at: (/* @__PURE__ */ new Date()).toISOString(),
|
|
3320
3326
|
build_logs: "Build process:\n1. Environment setup - OK\n2. Asset processing - OK\n3. Code compilation - OK\n4. 3D model validation - OK\nBuild completed successfully"
|
|
3321
3327
|
});
|
|
3328
|
+
const { package_release_id: glbModelReleaseId2 } = db.addPackageRelease({
|
|
3329
|
+
package_id: glbModelPackage.package_id,
|
|
3330
|
+
version: "0.0.2",
|
|
3331
|
+
created_at: (/* @__PURE__ */ new Date()).toISOString(),
|
|
3332
|
+
is_latest: true,
|
|
3333
|
+
is_locked: false,
|
|
3334
|
+
has_transpiled: true,
|
|
3335
|
+
transpilation_error: null
|
|
3336
|
+
});
|
|
3322
3337
|
};
|
|
3323
3338
|
|
|
3324
3339
|
// fake-snippets-api/lib/package_file/generate-fs-sha.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/fake-snippets",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.198",
|
|
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.518",
|
|
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.653",
|
|
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.1634",
|
|
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",
|