@tscircuit/core 0.0.398 → 0.0.399

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.
Files changed (2) hide show
  1. package/dist/index.js +21 -11
  2. package/package.json +21 -11
package/dist/index.js CHANGED
@@ -8157,7 +8157,7 @@ import { identity as identity4 } from "transformation-matrix";
8157
8157
  var package_default = {
8158
8158
  name: "@tscircuit/core",
8159
8159
  type: "module",
8160
- version: "0.0.397",
8160
+ version: "0.0.398",
8161
8161
  types: "dist/index.d.ts",
8162
8162
  main: "dist/index.js",
8163
8163
  module: "dist/index.js",
@@ -8202,30 +8202,40 @@ var package_default = {
8202
8202
  react: "^19.0.0",
8203
8203
  "react-dom": "^19.0.0",
8204
8204
  "ts-expect": "^1.3.0",
8205
- tsup: "^8.2.4"
8206
- },
8207
- peerDependencies: {
8208
- "@tscircuit/footprinter": "*",
8209
- typescript: "^5.0.0"
8210
- },
8211
- dependencies: {
8212
- "@lume/kiwi": "^0.4.3",
8205
+ tsup: "^8.2.4",
8213
8206
  "@tscircuit/capacity-autorouter": "^0.0.52",
8214
8207
  "@tscircuit/checks": "^0.0.46",
8215
8208
  "@tscircuit/circuit-json-util": "^0.0.47",
8216
8209
  "@tscircuit/infgrid-ijump-astar": "^0.0.33",
8217
- "@tscircuit/math-utils": "^0.0.14",
8210
+ "@tscircuit/math-utils": "^0.0.18",
8218
8211
  "@tscircuit/props": "^0.0.178",
8219
8212
  "@tscircuit/schematic-autolayout": "^0.0.6",
8220
8213
  "circuit-json-to-connectivity-map": "^0.0.22",
8221
8214
  "circuit-json": "0.0.170",
8215
+ "schematic-symbols": "^0.0.132"
8216
+ },
8217
+ peerDependencies: {
8218
+ typescript: "^5.0.0",
8219
+ "@tscircuit/footprinter": "*",
8220
+ "@tscircuit/capacity-autorouter": "*",
8221
+ "@tscircuit/checks": "*",
8222
+ "@tscircuit/circuit-json-util": "*",
8223
+ "@tscircuit/infgrid-ijump-astar": "*",
8224
+ "@tscircuit/math-utils": "*",
8225
+ "@tscircuit/props": "*",
8226
+ "@tscircuit/schematic-autolayout": "*",
8227
+ "circuit-json-to-connectivity-map": "*",
8228
+ "circuit-json": "*",
8229
+ "schematic-symbols": "*"
8230
+ },
8231
+ dependencies: {
8232
+ "@lume/kiwi": "^0.4.3",
8222
8233
  "css-select": "^5.1.0",
8223
8234
  "format-si-unit": "^0.0.3",
8224
8235
  nanoid: "^5.0.7",
8225
8236
  "performance-now": "^2.1.0",
8226
8237
  "react-reconciler": "^0.31.0",
8227
8238
  "react-reconciler-18": "npm:react-reconciler@0.29.2",
8228
- "schematic-symbols": "^0.0.132",
8229
8239
  "transformation-matrix": "^2.16.1",
8230
8240
  zod: "^3.23.8"
8231
8241
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.398",
4
+ "version": "0.0.399",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -46,30 +46,40 @@
46
46
  "react": "^19.0.0",
47
47
  "react-dom": "^19.0.0",
48
48
  "ts-expect": "^1.3.0",
49
- "tsup": "^8.2.4"
50
- },
51
- "peerDependencies": {
52
- "@tscircuit/footprinter": "*",
53
- "typescript": "^5.0.0"
54
- },
55
- "dependencies": {
56
- "@lume/kiwi": "^0.4.3",
49
+ "tsup": "^8.2.4",
57
50
  "@tscircuit/capacity-autorouter": "^0.0.52",
58
51
  "@tscircuit/checks": "^0.0.46",
59
52
  "@tscircuit/circuit-json-util": "^0.0.47",
60
53
  "@tscircuit/infgrid-ijump-astar": "^0.0.33",
61
- "@tscircuit/math-utils": "^0.0.14",
54
+ "@tscircuit/math-utils": "^0.0.18",
62
55
  "@tscircuit/props": "^0.0.178",
63
56
  "@tscircuit/schematic-autolayout": "^0.0.6",
64
57
  "circuit-json-to-connectivity-map": "^0.0.22",
65
58
  "circuit-json": "0.0.170",
59
+ "schematic-symbols": "^0.0.132"
60
+ },
61
+ "peerDependencies": {
62
+ "typescript": "^5.0.0",
63
+ "@tscircuit/footprinter": "*",
64
+ "@tscircuit/capacity-autorouter": "*",
65
+ "@tscircuit/checks": "*",
66
+ "@tscircuit/circuit-json-util": "*",
67
+ "@tscircuit/infgrid-ijump-astar": "*",
68
+ "@tscircuit/math-utils": "*",
69
+ "@tscircuit/props": "*",
70
+ "@tscircuit/schematic-autolayout": "*",
71
+ "circuit-json-to-connectivity-map": "*",
72
+ "circuit-json": "*",
73
+ "schematic-symbols": "*"
74
+ },
75
+ "dependencies": {
76
+ "@lume/kiwi": "^0.4.3",
66
77
  "css-select": "^5.1.0",
67
78
  "format-si-unit": "^0.0.3",
68
79
  "nanoid": "^5.0.7",
69
80
  "performance-now": "^2.1.0",
70
81
  "react-reconciler": "^0.31.0",
71
82
  "react-reconciler-18": "npm:react-reconciler@0.29.2",
72
- "schematic-symbols": "^0.0.132",
73
83
  "transformation-matrix": "^2.16.1",
74
84
  "zod": "^3.23.8"
75
85
  }