@tscircuit/core 0.0.954 → 0.0.956
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
|
@@ -20370,7 +20370,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
20370
20370
|
var package_default = {
|
|
20371
20371
|
name: "@tscircuit/core",
|
|
20372
20372
|
type: "module",
|
|
20373
|
-
version: "0.0.
|
|
20373
|
+
version: "0.0.955",
|
|
20374
20374
|
types: "dist/index.d.ts",
|
|
20375
20375
|
main: "dist/index.js",
|
|
20376
20376
|
module: "dist/index.js",
|
|
@@ -20406,7 +20406,7 @@ var package_default = {
|
|
|
20406
20406
|
"@tscircuit/circuit-json-util": "^0.0.73",
|
|
20407
20407
|
"@tscircuit/common": "^0.0.20",
|
|
20408
20408
|
"@tscircuit/copper-pour-solver": "^0.0.14",
|
|
20409
|
-
"@tscircuit/footprinter": "^0.0.
|
|
20409
|
+
"@tscircuit/footprinter": "^0.0.288",
|
|
20410
20410
|
"@tscircuit/infgrid-ijump-astar": "^0.0.35",
|
|
20411
20411
|
"@tscircuit/log-soup": "^1.0.2",
|
|
20412
20412
|
"@tscircuit/matchpack": "^0.0.16",
|
|
@@ -20431,7 +20431,7 @@ var package_default = {
|
|
|
20431
20431
|
"circuit-json-to-connectivity-map": "^0.0.23",
|
|
20432
20432
|
"circuit-json-to-gltf": "^0.0.31",
|
|
20433
20433
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
20434
|
-
"circuit-json-to-spice": "^0.0.
|
|
20434
|
+
"circuit-json-to-spice": "^0.0.33",
|
|
20435
20435
|
"circuit-to-svg": "^0.0.307",
|
|
20436
20436
|
concurrently: "^9.1.2",
|
|
20437
20437
|
"connectivity-map": "^1.0.0",
|
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.956",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@tscircuit/circuit-json-util": "^0.0.73",
|
|
38
38
|
"@tscircuit/common": "^0.0.20",
|
|
39
39
|
"@tscircuit/copper-pour-solver": "^0.0.14",
|
|
40
|
-
"@tscircuit/footprinter": "^0.0.
|
|
40
|
+
"@tscircuit/footprinter": "^0.0.288",
|
|
41
41
|
"@tscircuit/infgrid-ijump-astar": "^0.0.35",
|
|
42
42
|
"@tscircuit/log-soup": "^1.0.2",
|
|
43
43
|
"@tscircuit/matchpack": "^0.0.16",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"circuit-json-to-connectivity-map": "^0.0.23",
|
|
63
63
|
"circuit-json-to-gltf": "^0.0.31",
|
|
64
64
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
65
|
-
"circuit-json-to-spice": "^0.0.
|
|
65
|
+
"circuit-json-to-spice": "^0.0.33",
|
|
66
66
|
"circuit-to-svg": "^0.0.307",
|
|
67
67
|
"concurrently": "^9.1.2",
|
|
68
68
|
"connectivity-map": "^1.0.0",
|