@tscircuit/core 0.0.705 → 0.0.706
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 +16246 -8029
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -14372,7 +14372,7 @@ import { identity as identity6 } from "transformation-matrix";
|
|
|
14372
14372
|
var package_default = {
|
|
14373
14373
|
name: "@tscircuit/core",
|
|
14374
14374
|
type: "module",
|
|
14375
|
-
version: "0.0.
|
|
14375
|
+
version: "0.0.705",
|
|
14376
14376
|
types: "dist/index.d.ts",
|
|
14377
14377
|
main: "dist/index.js",
|
|
14378
14378
|
module: "dist/index.js",
|
|
@@ -14411,7 +14411,7 @@ var package_default = {
|
|
|
14411
14411
|
"@tscircuit/matchpack": "^0.0.16",
|
|
14412
14412
|
"@tscircuit/math-utils": "^0.0.21",
|
|
14413
14413
|
"@tscircuit/miniflex": "^0.0.4",
|
|
14414
|
-
"@tscircuit/props": "0.0.
|
|
14414
|
+
"@tscircuit/props": "0.0.305",
|
|
14415
14415
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
14416
14416
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
14417
14417
|
"@tscircuit/schematic-trace-solver": "^0.0.35",
|
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.706",
|
|
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.21",
|
|
42
42
|
"@tscircuit/miniflex": "^0.0.4",
|
|
43
|
-
"@tscircuit/props": "0.0.
|
|
43
|
+
"@tscircuit/props": "0.0.305",
|
|
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.35",
|