@tscircuit/core 0.0.1346 → 0.0.1347
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 -3
- package/package.json +2 -3
package/dist/index.js
CHANGED
|
@@ -24064,7 +24064,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
24064
24064
|
var package_default = {
|
|
24065
24065
|
name: "@tscircuit/core",
|
|
24066
24066
|
type: "module",
|
|
24067
|
-
version: "0.0.
|
|
24067
|
+
version: "0.0.1346",
|
|
24068
24068
|
types: "dist/index.d.ts",
|
|
24069
24069
|
main: "dist/index.js",
|
|
24070
24070
|
module: "dist/index.js",
|
|
@@ -24113,7 +24113,7 @@ var package_default = {
|
|
|
24113
24113
|
"@tscircuit/math-utils": "^0.0.36",
|
|
24114
24114
|
"@tscircuit/miniflex": "^0.0.4",
|
|
24115
24115
|
"@tscircuit/props": "^0.0.551",
|
|
24116
|
-
"@tscircuit/ngspice-spice-engine": "^0.0.
|
|
24116
|
+
"@tscircuit/ngspice-spice-engine": "^0.0.18",
|
|
24117
24117
|
"@tscircuit/schematic-match-adapt": "^0.0.18",
|
|
24118
24118
|
"@tscircuit/solver-utils": "^0.0.16",
|
|
24119
24119
|
"@tscircuit/schematic-trace-solver": "^0.0.71",
|
|
@@ -24137,7 +24137,6 @@ var package_default = {
|
|
|
24137
24137
|
concurrently: "^9.1.2",
|
|
24138
24138
|
"connectivity-map": "^1.0.0",
|
|
24139
24139
|
debug: "^4.3.6",
|
|
24140
|
-
"@tscircuit/eecircuit-engine": "https://jscdn.tscircuit.com/@tscircuit/eecircuit-engine/1.7.4.tgz",
|
|
24141
24140
|
flatbush: "^4.5.0",
|
|
24142
24141
|
"graphics-debug": "^0.0.95",
|
|
24143
24142
|
howfat: "^0.3.8",
|
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.1347",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@tscircuit/math-utils": "^0.0.36",
|
|
51
51
|
"@tscircuit/miniflex": "^0.0.4",
|
|
52
52
|
"@tscircuit/props": "^0.0.551",
|
|
53
|
-
"@tscircuit/ngspice-spice-engine": "^0.0.
|
|
53
|
+
"@tscircuit/ngspice-spice-engine": "^0.0.18",
|
|
54
54
|
"@tscircuit/schematic-match-adapt": "^0.0.18",
|
|
55
55
|
"@tscircuit/solver-utils": "^0.0.16",
|
|
56
56
|
"@tscircuit/schematic-trace-solver": "^0.0.71",
|
|
@@ -74,7 +74,6 @@
|
|
|
74
74
|
"concurrently": "^9.1.2",
|
|
75
75
|
"connectivity-map": "^1.0.0",
|
|
76
76
|
"debug": "^4.3.6",
|
|
77
|
-
"@tscircuit/eecircuit-engine": "https://jscdn.tscircuit.com/@tscircuit/eecircuit-engine/1.7.4.tgz",
|
|
78
77
|
"flatbush": "^4.5.0",
|
|
79
78
|
"graphics-debug": "^0.0.95",
|
|
80
79
|
"howfat": "^0.3.8",
|