@tscircuit/core 0.0.478 → 0.0.479
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
|
@@ -9896,7 +9896,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
9896
9896
|
var package_default = {
|
|
9897
9897
|
name: "@tscircuit/core",
|
|
9898
9898
|
type: "module",
|
|
9899
|
-
version: "0.0.
|
|
9899
|
+
version: "0.0.478",
|
|
9900
9900
|
types: "dist/index.d.ts",
|
|
9901
9901
|
main: "dist/index.js",
|
|
9902
9902
|
module: "dist/index.js",
|
|
@@ -9919,7 +9919,7 @@ var package_default = {
|
|
|
9919
9919
|
},
|
|
9920
9920
|
devDependencies: {
|
|
9921
9921
|
"@biomejs/biome": "^1.8.3",
|
|
9922
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
9922
|
+
"@tscircuit/capacity-autorouter": "^0.0.75",
|
|
9923
9923
|
"@tscircuit/checks": "^0.0.52",
|
|
9924
9924
|
"@tscircuit/circuit-json-util": "^0.0.47",
|
|
9925
9925
|
"@tscircuit/footprinter": "^0.0.177",
|
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.479",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@biomejs/biome": "^1.8.3",
|
|
27
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
27
|
+
"@tscircuit/capacity-autorouter": "^0.0.75",
|
|
28
28
|
"@tscircuit/checks": "^0.0.52",
|
|
29
29
|
"@tscircuit/circuit-json-util": "^0.0.47",
|
|
30
30
|
"@tscircuit/footprinter": "^0.0.177",
|