@tscircuit/core 0.0.1122 → 0.0.1123
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.d.ts +894 -0
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -18681,7 +18681,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
18681
18681
|
var package_default = {
|
|
18682
18682
|
name: "@tscircuit/core",
|
|
18683
18683
|
type: "module",
|
|
18684
|
-
version: "0.0.
|
|
18684
|
+
version: "0.0.1122",
|
|
18685
18685
|
types: "dist/index.d.ts",
|
|
18686
18686
|
main: "dist/index.js",
|
|
18687
18687
|
module: "dist/index.js",
|
|
@@ -18726,7 +18726,7 @@ var package_default = {
|
|
|
18726
18726
|
"@tscircuit/math-utils": "^0.0.36",
|
|
18727
18727
|
"@tscircuit/miniflex": "^0.0.4",
|
|
18728
18728
|
"@tscircuit/ngspice-spice-engine": "^0.0.8",
|
|
18729
|
-
"@tscircuit/props": "^0.0.
|
|
18729
|
+
"@tscircuit/props": "^0.0.499",
|
|
18730
18730
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
18731
18731
|
"@tscircuit/schematic-trace-solver": "^v0.0.45",
|
|
18732
18732
|
"@tscircuit/solver-utils": "^0.0.3",
|
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.1123",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@tscircuit/math-utils": "^0.0.36",
|
|
47
47
|
"@tscircuit/miniflex": "^0.0.4",
|
|
48
48
|
"@tscircuit/ngspice-spice-engine": "^0.0.8",
|
|
49
|
-
"@tscircuit/props": "^0.0.
|
|
49
|
+
"@tscircuit/props": "^0.0.499",
|
|
50
50
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
51
51
|
"@tscircuit/schematic-trace-solver": "^v0.0.45",
|
|
52
52
|
"@tscircuit/solver-utils": "^0.0.3",
|