@tscircuit/core 0.0.414 → 0.0.415
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
|
@@ -8409,7 +8409,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
8409
8409
|
var package_default = {
|
|
8410
8410
|
name: "@tscircuit/core",
|
|
8411
8411
|
type: "module",
|
|
8412
|
-
version: "0.0.
|
|
8412
|
+
version: "0.0.414",
|
|
8413
8413
|
types: "dist/index.d.ts",
|
|
8414
8414
|
main: "dist/index.js",
|
|
8415
8415
|
module: "dist/index.js",
|
|
@@ -8464,7 +8464,7 @@ var package_default = {
|
|
|
8464
8464
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
8465
8465
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
8466
8466
|
"circuit-json": "^0.0.180",
|
|
8467
|
-
"schematic-symbols": "^0.0.
|
|
8467
|
+
"schematic-symbols": "^0.0.139"
|
|
8468
8468
|
},
|
|
8469
8469
|
peerDependencies: {
|
|
8470
8470
|
typescript: "^5.0.0",
|
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.415",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
57
57
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
58
58
|
"circuit-json": "^0.0.180",
|
|
59
|
-
"schematic-symbols": "^0.0.
|
|
59
|
+
"schematic-symbols": "^0.0.139"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"typescript": "^5.0.0",
|