@tscircuit/core 0.0.688 → 0.0.689
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/index.d.ts +2901 -218
- package/dist/index.js +4 -3
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -7251,6 +7251,7 @@ var NormalComponent = class extends PrimitiveComponent2 {
|
|
|
7251
7251
|
source_component_id: this.source_component_id,
|
|
7252
7252
|
model_stl_url: "stlUrl" in (cadModel ?? {}) ? this._addCachebustToModelUrl(cadModel.stlUrl) : void 0,
|
|
7253
7253
|
model_obj_url: "objUrl" in (cadModel ?? {}) ? this._addCachebustToModelUrl(cadModel.objUrl) : void 0,
|
|
7254
|
+
model_gltf_url: "gltfUrl" in (cadModel ?? {}) ? this._addCachebustToModelUrl(cadModel.gltfUrl) : void 0,
|
|
7254
7255
|
model_jscad: "jscad" in (cadModel ?? {}) ? cadModel.jscad : void 0,
|
|
7255
7256
|
footprinter_string: typeof footprint === "string" && !cadModel ? footprint : void 0
|
|
7256
7257
|
});
|
|
@@ -14089,7 +14090,7 @@ import { identity as identity6 } from "transformation-matrix";
|
|
|
14089
14090
|
var package_default = {
|
|
14090
14091
|
name: "@tscircuit/core",
|
|
14091
14092
|
type: "module",
|
|
14092
|
-
version: "0.0.
|
|
14093
|
+
version: "0.0.688",
|
|
14093
14094
|
types: "dist/index.d.ts",
|
|
14094
14095
|
main: "dist/index.js",
|
|
14095
14096
|
module: "dist/index.js",
|
|
@@ -14128,7 +14129,7 @@ var package_default = {
|
|
|
14128
14129
|
"@tscircuit/matchpack": "^0.0.16",
|
|
14129
14130
|
"@tscircuit/math-utils": "^0.0.18",
|
|
14130
14131
|
"@tscircuit/miniflex": "^0.0.4",
|
|
14131
|
-
"@tscircuit/props": "0.0.
|
|
14132
|
+
"@tscircuit/props": "0.0.297",
|
|
14132
14133
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
14133
14134
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
14134
14135
|
"@tscircuit/schematic-trace-solver": "^0.0.25",
|
|
@@ -14142,7 +14143,7 @@ var package_default = {
|
|
|
14142
14143
|
"bun-match-svg": "0.0.12",
|
|
14143
14144
|
"calculate-elbow": "^0.0.9",
|
|
14144
14145
|
"chokidar-cli": "^3.0.0",
|
|
14145
|
-
"circuit-json": "^0.0.
|
|
14146
|
+
"circuit-json": "^0.0.242",
|
|
14146
14147
|
"circuit-json-to-bpc": "^0.0.13",
|
|
14147
14148
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
14148
14149
|
"circuit-json-to-simple-3d": "^0.0.6",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.689",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@tscircuit/matchpack": "^0.0.16",
|
|
41
41
|
"@tscircuit/math-utils": "^0.0.18",
|
|
42
42
|
"@tscircuit/miniflex": "^0.0.4",
|
|
43
|
-
"@tscircuit/props": "0.0.
|
|
43
|
+
"@tscircuit/props": "0.0.297",
|
|
44
44
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
45
45
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
46
46
|
"@tscircuit/schematic-trace-solver": "^0.0.25",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"bun-match-svg": "0.0.12",
|
|
55
55
|
"calculate-elbow": "^0.0.9",
|
|
56
56
|
"chokidar-cli": "^3.0.0",
|
|
57
|
-
"circuit-json": "^0.0.
|
|
57
|
+
"circuit-json": "^0.0.242",
|
|
58
58
|
"circuit-json-to-bpc": "^0.0.13",
|
|
59
59
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
60
60
|
"circuit-json-to-simple-3d": "^0.0.6",
|