@tscircuit/core 0.0.376 → 0.0.377
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 +2 -2
- package/package.json +2 -2
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.
|
|
7671
|
+
version: "0.0.376",
|
|
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",
|
|
@@ -7732,6 +7731,7 @@ var package_default = {
|
|
|
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.
|
|
4
|
+
"version": "0.0.377",
|
|
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",
|
|
@@ -65,6 +64,7 @@
|
|
|
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",
|