@tscircuit/core 0.0.965 → 0.0.966
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
|
@@ -20792,7 +20792,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
20792
20792
|
var package_default = {
|
|
20793
20793
|
name: "@tscircuit/core",
|
|
20794
20794
|
type: "module",
|
|
20795
|
-
version: "0.0.
|
|
20795
|
+
version: "0.0.965",
|
|
20796
20796
|
types: "dist/index.d.ts",
|
|
20797
20797
|
main: "dist/index.js",
|
|
20798
20798
|
module: "dist/index.js",
|
|
@@ -20823,7 +20823,7 @@ var package_default = {
|
|
|
20823
20823
|
devDependencies: {
|
|
20824
20824
|
"@biomejs/biome": "^1.8.3",
|
|
20825
20825
|
"@resvg/resvg-js": "^2.6.2",
|
|
20826
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
20826
|
+
"@tscircuit/capacity-autorouter": "^0.0.252",
|
|
20827
20827
|
"@tscircuit/checks": "^0.0.87",
|
|
20828
20828
|
"@tscircuit/circuit-json-util": "^0.0.73",
|
|
20829
20829
|
"@tscircuit/common": "^0.0.20",
|
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.966",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@biomejs/biome": "^1.8.3",
|
|
34
34
|
"@resvg/resvg-js": "^2.6.2",
|
|
35
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
35
|
+
"@tscircuit/capacity-autorouter": "^0.0.252",
|
|
36
36
|
"@tscircuit/checks": "^0.0.87",
|
|
37
37
|
"@tscircuit/circuit-json-util": "^0.0.73",
|
|
38
38
|
"@tscircuit/common": "^0.0.20",
|