@tscircuit/core 0.0.767 → 0.0.768
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 +4 -3
- package/package.json +4 -3
package/dist/index.js
CHANGED
|
@@ -16063,7 +16063,7 @@ import { identity as identity6 } from "transformation-matrix";
|
|
|
16063
16063
|
var package_default = {
|
|
16064
16064
|
name: "@tscircuit/core",
|
|
16065
16065
|
type: "module",
|
|
16066
|
-
version: "0.0.
|
|
16066
|
+
version: "0.0.767",
|
|
16067
16067
|
types: "dist/index.d.ts",
|
|
16068
16068
|
main: "dist/index.js",
|
|
16069
16069
|
module: "dist/index.js",
|
|
@@ -16092,9 +16092,10 @@ var package_default = {
|
|
|
16092
16092
|
},
|
|
16093
16093
|
devDependencies: {
|
|
16094
16094
|
"@biomejs/biome": "^1.8.3",
|
|
16095
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
16095
|
+
"@tscircuit/capacity-autorouter": "^0.0.131",
|
|
16096
16096
|
"@tscircuit/checks": "^0.0.84",
|
|
16097
16097
|
"@tscircuit/circuit-json-util": "^0.0.67",
|
|
16098
|
+
"@tscircuit/common": "^0.0.9",
|
|
16098
16099
|
"@tscircuit/footprinter": "^0.0.236",
|
|
16099
16100
|
"@tscircuit/import-snippet": "^0.0.4",
|
|
16100
16101
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|
|
@@ -16161,7 +16162,7 @@ var package_default = {
|
|
|
16161
16162
|
dependencies: {
|
|
16162
16163
|
"@flatten-js/core": "^1.6.2",
|
|
16163
16164
|
"@lume/kiwi": "^0.4.3",
|
|
16164
|
-
"calculate-packing": "0.0.
|
|
16165
|
+
"calculate-packing": "0.0.48",
|
|
16165
16166
|
"css-select": "5.1.0",
|
|
16166
16167
|
"format-si-unit": "^0.0.3",
|
|
16167
16168
|
nanoid: "^5.0.7",
|
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.768",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -30,9 +30,10 @@
|
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@biomejs/biome": "^1.8.3",
|
|
33
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
33
|
+
"@tscircuit/capacity-autorouter": "^0.0.131",
|
|
34
34
|
"@tscircuit/checks": "^0.0.84",
|
|
35
35
|
"@tscircuit/circuit-json-util": "^0.0.67",
|
|
36
|
+
"@tscircuit/common": "^0.0.9",
|
|
36
37
|
"@tscircuit/footprinter": "^0.0.236",
|
|
37
38
|
"@tscircuit/import-snippet": "^0.0.4",
|
|
38
39
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|
|
@@ -99,7 +100,7 @@
|
|
|
99
100
|
"dependencies": {
|
|
100
101
|
"@flatten-js/core": "^1.6.2",
|
|
101
102
|
"@lume/kiwi": "^0.4.3",
|
|
102
|
-
"calculate-packing": "0.0.
|
|
103
|
+
"calculate-packing": "0.0.48",
|
|
103
104
|
"css-select": "5.1.0",
|
|
104
105
|
"format-si-unit": "^0.0.3",
|
|
105
106
|
"nanoid": "^5.0.7",
|