@tscircuit/core 0.0.692 → 0.0.693
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
|
@@ -14184,7 +14184,7 @@ import { identity as identity6 } from "transformation-matrix";
|
|
|
14184
14184
|
var package_default = {
|
|
14185
14185
|
name: "@tscircuit/core",
|
|
14186
14186
|
type: "module",
|
|
14187
|
-
version: "0.0.
|
|
14187
|
+
version: "0.0.692",
|
|
14188
14188
|
types: "dist/index.d.ts",
|
|
14189
14189
|
main: "dist/index.js",
|
|
14190
14190
|
module: "dist/index.js",
|
|
@@ -14221,7 +14221,7 @@ var package_default = {
|
|
|
14221
14221
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|
|
14222
14222
|
"@tscircuit/log-soup": "^1.0.2",
|
|
14223
14223
|
"@tscircuit/matchpack": "^0.0.16",
|
|
14224
|
-
"@tscircuit/math-utils": "^0.0.
|
|
14224
|
+
"@tscircuit/math-utils": "^0.0.19",
|
|
14225
14225
|
"@tscircuit/miniflex": "^0.0.4",
|
|
14226
14226
|
"@tscircuit/props": "0.0.298",
|
|
14227
14227
|
"@tscircuit/schematic-autolayout": "^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.693",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|
|
39
39
|
"@tscircuit/log-soup": "^1.0.2",
|
|
40
40
|
"@tscircuit/matchpack": "^0.0.16",
|
|
41
|
-
"@tscircuit/math-utils": "^0.0.
|
|
41
|
+
"@tscircuit/math-utils": "^0.0.19",
|
|
42
42
|
"@tscircuit/miniflex": "^0.0.4",
|
|
43
43
|
"@tscircuit/props": "0.0.298",
|
|
44
44
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|