@tscircuit/core 0.0.909 → 0.0.910
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
|
@@ -19062,7 +19062,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
19062
19062
|
var package_default = {
|
|
19063
19063
|
name: "@tscircuit/core",
|
|
19064
19064
|
type: "module",
|
|
19065
|
-
version: "0.0.
|
|
19065
|
+
version: "0.0.909",
|
|
19066
19066
|
types: "dist/index.d.ts",
|
|
19067
19067
|
main: "dist/index.js",
|
|
19068
19068
|
module: "dist/index.js",
|
|
@@ -19093,7 +19093,7 @@ var package_default = {
|
|
|
19093
19093
|
devDependencies: {
|
|
19094
19094
|
"@biomejs/biome": "^1.8.3",
|
|
19095
19095
|
"@resvg/resvg-js": "^2.6.2",
|
|
19096
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
19096
|
+
"@tscircuit/capacity-autorouter": "^0.0.178",
|
|
19097
19097
|
"@tscircuit/checks": "^0.0.87",
|
|
19098
19098
|
"@tscircuit/circuit-json-util": "^0.0.73",
|
|
19099
19099
|
"@tscircuit/common": "^0.0.20",
|
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.910",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@biomejs/biome": "^1.8.3",
|
|
34
34
|
"@resvg/resvg-js": "^2.6.2",
|
|
35
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
35
|
+
"@tscircuit/capacity-autorouter": "^0.0.178",
|
|
36
36
|
"@tscircuit/checks": "^0.0.87",
|
|
37
37
|
"@tscircuit/circuit-json-util": "^0.0.73",
|
|
38
38
|
"@tscircuit/common": "^0.0.20",
|