@tscircuit/core 0.0.376 → 0.0.378

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 +4 -4
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -7668,7 +7668,7 @@ import { identity as identity4 } from "transformation-matrix";
7668
7668
  var package_default = {
7669
7669
  name: "@tscircuit/core",
7670
7670
  type: "module",
7671
- version: "0.0.375",
7671
+ version: "0.0.377",
7672
7672
  types: "dist/index.d.ts",
7673
7673
  main: "dist/index.js",
7674
7674
  module: "dist/index.js",
@@ -7703,7 +7703,6 @@ var package_default = {
7703
7703
  "chokidar-cli": "^3.0.0",
7704
7704
  "circuit-to-svg": "^0.0.113",
7705
7705
  concurrently: "^9.1.2",
7706
- "css-select": "^5.1.0",
7707
7706
  debug: "^4.3.6",
7708
7707
  "graphics-debug": "^0.0.4",
7709
7708
  howfat: "^0.3.8",
@@ -7722,16 +7721,17 @@ var package_default = {
7722
7721
  dependencies: {
7723
7722
  "@lume/kiwi": "^0.4.3",
7724
7723
  "@tscircuit/capacity-autorouter": "^0.0.52",
7725
- "@tscircuit/checks": "^0.0.36",
7724
+ "@tscircuit/checks": "^0.0.37",
7726
7725
  "@tscircuit/circuit-json-util": "^0.0.47",
7727
7726
  "@tscircuit/infgrid-ijump-astar": "^0.0.33",
7728
- "@tscircuit/math-utils": "^0.0.12",
7727
+ "@tscircuit/math-utils": "^0.0.14",
7729
7728
  "@tscircuit/props": "^0.0.172",
7730
7729
  "@tscircuit/schematic-autolayout": "^0.0.6",
7731
7730
  "circuit-json": "^0.0.154",
7732
7731
  "circuit-json-to-connectivity-map": "^0.0.20",
7733
7732
  "format-si-unit": "^0.0.3",
7734
7733
  nanoid: "^5.0.7",
7734
+ "css-select": "^5.1.0",
7735
7735
  "performance-now": "^2.1.0",
7736
7736
  "react-reconciler": "^0.31.0",
7737
7737
  "react-reconciler-18": "npm:react-reconciler@0.29.2",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.376",
4
+ "version": "0.0.378",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -36,7 +36,6 @@
36
36
  "chokidar-cli": "^3.0.0",
37
37
  "circuit-to-svg": "^0.0.113",
38
38
  "concurrently": "^9.1.2",
39
- "css-select": "^5.1.0",
40
39
  "debug": "^4.3.6",
41
40
  "graphics-debug": "^0.0.4",
42
41
  "howfat": "^0.3.8",
@@ -55,16 +54,17 @@
55
54
  "dependencies": {
56
55
  "@lume/kiwi": "^0.4.3",
57
56
  "@tscircuit/capacity-autorouter": "^0.0.52",
58
- "@tscircuit/checks": "^0.0.36",
57
+ "@tscircuit/checks": "^0.0.37",
59
58
  "@tscircuit/circuit-json-util": "^0.0.47",
60
59
  "@tscircuit/infgrid-ijump-astar": "^0.0.33",
61
- "@tscircuit/math-utils": "^0.0.12",
60
+ "@tscircuit/math-utils": "^0.0.14",
62
61
  "@tscircuit/props": "^0.0.172",
63
62
  "@tscircuit/schematic-autolayout": "^0.0.6",
64
63
  "circuit-json": "^0.0.154",
65
64
  "circuit-json-to-connectivity-map": "^0.0.20",
66
65
  "format-si-unit": "^0.0.3",
67
66
  "nanoid": "^5.0.7",
67
+ "css-select": "^5.1.0",
68
68
  "performance-now": "^2.1.0",
69
69
  "react-reconciler": "^0.31.0",
70
70
  "react-reconciler-18": "npm:react-reconciler@0.29.2",