@tscircuit/core 0.0.710 → 0.0.711
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.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -14642,7 +14642,7 @@ import { identity as identity6 } from "transformation-matrix";
|
|
|
14642
14642
|
var package_default = {
|
|
14643
14643
|
name: "@tscircuit/core",
|
|
14644
14644
|
type: "module",
|
|
14645
|
-
version: "0.0.
|
|
14645
|
+
version: "0.0.710",
|
|
14646
14646
|
types: "dist/index.d.ts",
|
|
14647
14647
|
main: "dist/index.js",
|
|
14648
14648
|
module: "dist/index.js",
|
|
@@ -14681,7 +14681,7 @@ var package_default = {
|
|
|
14681
14681
|
"@tscircuit/matchpack": "^0.0.16",
|
|
14682
14682
|
"@tscircuit/math-utils": "^0.0.21",
|
|
14683
14683
|
"@tscircuit/miniflex": "^0.0.4",
|
|
14684
|
-
"@tscircuit/props": "0.0.
|
|
14684
|
+
"@tscircuit/props": "0.0.311",
|
|
14685
14685
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
14686
14686
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
14687
14687
|
"@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.711",
|
|
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.311",
|
|
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",
|