@tscircuit/core 0.0.620 → 0.0.621
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
|
@@ -12045,7 +12045,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
12045
12045
|
var package_default = {
|
|
12046
12046
|
name: "@tscircuit/core",
|
|
12047
12047
|
type: "module",
|
|
12048
|
-
version: "0.0.
|
|
12048
|
+
version: "0.0.620",
|
|
12049
12049
|
types: "dist/index.d.ts",
|
|
12050
12050
|
main: "dist/index.js",
|
|
12051
12051
|
module: "dist/index.js",
|
|
@@ -12108,7 +12108,7 @@ var package_default = {
|
|
|
12108
12108
|
"schematic-symbols": "^0.0.180",
|
|
12109
12109
|
"ts-expect": "^1.3.0",
|
|
12110
12110
|
tsup: "^8.2.4",
|
|
12111
|
-
"@tscircuit/matchpack": "^0.0.
|
|
12111
|
+
"@tscircuit/matchpack": "^0.0.4"
|
|
12112
12112
|
},
|
|
12113
12113
|
peerDependencies: {
|
|
12114
12114
|
"@tscircuit/capacity-autorouter": "*",
|
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.621",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"schematic-symbols": "^0.0.180",
|
|
65
65
|
"ts-expect": "^1.3.0",
|
|
66
66
|
"tsup": "^8.2.4",
|
|
67
|
-
"@tscircuit/matchpack": "^0.0.
|
|
67
|
+
"@tscircuit/matchpack": "^0.0.4"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
70
|
"@tscircuit/capacity-autorouter": "*",
|