@tscircuit/fake-snippets 0.0.197 → 0.0.199
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 +64 -7
- package/dist/index.js +12 -2
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -3109,8 +3109,9 @@ exports.TestComponent = TestComponent;
|
|
|
3109
3109
|
transpilation_error: null
|
|
3110
3110
|
});
|
|
3111
3111
|
db.addPackageDomain({
|
|
3112
|
-
points_to: "
|
|
3113
|
-
|
|
3112
|
+
points_to: "package_release_with_tag",
|
|
3113
|
+
package_id: glbModelPackage.package_id,
|
|
3114
|
+
tag: "latest",
|
|
3114
3115
|
fully_qualified_domain_name: "custom-3d-model.tscircuit.app"
|
|
3115
3116
|
});
|
|
3116
3117
|
db.updatePackage(glbModelPackage.package_id, {
|
|
@@ -3324,6 +3325,15 @@ export default () => (
|
|
|
3324
3325
|
build_error_last_updated_at: (/* @__PURE__ */ new Date()).toISOString(),
|
|
3325
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"
|
|
3326
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
|
+
});
|
|
3327
3337
|
};
|
|
3328
3338
|
|
|
3329
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.199",
|
|
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.342",
|
|
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.1635",
|
|
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",
|