@tscircuit/core 0.0.445 → 0.0.447
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 +3 -3
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -9296,7 +9296,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
9296
9296
|
var package_default = {
|
|
9297
9297
|
name: "@tscircuit/core",
|
|
9298
9298
|
type: "module",
|
|
9299
|
-
version: "0.0.
|
|
9299
|
+
version: "0.0.446",
|
|
9300
9300
|
types: "dist/index.d.ts",
|
|
9301
9301
|
main: "dist/index.js",
|
|
9302
9302
|
module: "dist/index.js",
|
|
@@ -9320,7 +9320,7 @@ var package_default = {
|
|
|
9320
9320
|
devDependencies: {
|
|
9321
9321
|
"@biomejs/biome": "^1.8.3",
|
|
9322
9322
|
"@tscircuit/capacity-autorouter": "^0.0.67",
|
|
9323
|
-
"@tscircuit/checks": "^0.0.
|
|
9323
|
+
"@tscircuit/checks": "^0.0.52",
|
|
9324
9324
|
"@tscircuit/circuit-json-util": "^0.0.47",
|
|
9325
9325
|
"@tscircuit/footprinter": "^0.0.171",
|
|
9326
9326
|
"@tscircuit/import-snippet": "^0.0.4",
|
|
@@ -9342,7 +9342,7 @@ var package_default = {
|
|
|
9342
9342
|
"circuit-json": "^0.0.194",
|
|
9343
9343
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
9344
9344
|
"circuit-json-to-simple-3d": "^0.0.2",
|
|
9345
|
-
"circuit-to-svg": "^0.0.
|
|
9345
|
+
"circuit-to-svg": "^0.0.150",
|
|
9346
9346
|
concurrently: "^9.1.2",
|
|
9347
9347
|
debug: "^4.3.6",
|
|
9348
9348
|
"graphics-debug": "^0.0.4",
|
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.447",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@biomejs/biome": "^1.8.3",
|
|
27
27
|
"@tscircuit/capacity-autorouter": "^0.0.67",
|
|
28
|
-
"@tscircuit/checks": "^0.0.
|
|
28
|
+
"@tscircuit/checks": "^0.0.52",
|
|
29
29
|
"@tscircuit/circuit-json-util": "^0.0.47",
|
|
30
30
|
"@tscircuit/footprinter": "^0.0.171",
|
|
31
31
|
"@tscircuit/import-snippet": "^0.0.4",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"circuit-json": "^0.0.194",
|
|
48
48
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
49
49
|
"circuit-json-to-simple-3d": "^0.0.2",
|
|
50
|
-
"circuit-to-svg": "^0.0.
|
|
50
|
+
"circuit-to-svg": "^0.0.150",
|
|
51
51
|
"concurrently": "^9.1.2",
|
|
52
52
|
"debug": "^4.3.6",
|
|
53
53
|
"graphics-debug": "^0.0.4",
|