@tscircuit/core 0.0.904 → 0.0.905
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
|
@@ -19261,7 +19261,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
19261
19261
|
var package_default = {
|
|
19262
19262
|
name: "@tscircuit/core",
|
|
19263
19263
|
type: "module",
|
|
19264
|
-
version: "0.0.
|
|
19264
|
+
version: "0.0.904",
|
|
19265
19265
|
types: "dist/index.d.ts",
|
|
19266
19266
|
main: "dist/index.js",
|
|
19267
19267
|
module: "dist/index.js",
|
|
@@ -19304,7 +19304,7 @@ var package_default = {
|
|
|
19304
19304
|
"@tscircuit/matchpack": "^0.0.16",
|
|
19305
19305
|
"@tscircuit/math-utils": "^0.0.29",
|
|
19306
19306
|
"@tscircuit/miniflex": "^0.0.4",
|
|
19307
|
-
"@tscircuit/ngspice-spice-engine": "^0.0.
|
|
19307
|
+
"@tscircuit/ngspice-spice-engine": "^0.0.8",
|
|
19308
19308
|
"@tscircuit/props": "^0.0.424",
|
|
19309
19309
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
19310
19310
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
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.905",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@tscircuit/matchpack": "^0.0.16",
|
|
45
45
|
"@tscircuit/math-utils": "^0.0.29",
|
|
46
46
|
"@tscircuit/miniflex": "^0.0.4",
|
|
47
|
-
"@tscircuit/ngspice-spice-engine": "^0.0.
|
|
47
|
+
"@tscircuit/ngspice-spice-engine": "^0.0.8",
|
|
48
48
|
"@tscircuit/props": "^0.0.424",
|
|
49
49
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
50
50
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|