@tscircuit/core 0.0.1056 → 0.0.1057
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
|
@@ -18085,7 +18085,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
18085
18085
|
var package_default = {
|
|
18086
18086
|
name: "@tscircuit/core",
|
|
18087
18087
|
type: "module",
|
|
18088
|
-
version: "0.0.
|
|
18088
|
+
version: "0.0.1056",
|
|
18089
18089
|
types: "dist/index.d.ts",
|
|
18090
18090
|
main: "dist/index.js",
|
|
18091
18091
|
module: "dist/index.js",
|
|
@@ -18149,7 +18149,7 @@ var package_default = {
|
|
|
18149
18149
|
"circuit-json-to-gltf": "^0.0.73",
|
|
18150
18150
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
18151
18151
|
"circuit-json-to-spice": "^0.0.34",
|
|
18152
|
-
"circuit-to-svg": "^0.0.
|
|
18152
|
+
"circuit-to-svg": "^0.0.331",
|
|
18153
18153
|
concurrently: "^9.1.2",
|
|
18154
18154
|
"connectivity-map": "^1.0.0",
|
|
18155
18155
|
debug: "^4.3.6",
|
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.1057",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"circuit-json-to-gltf": "^0.0.73",
|
|
66
66
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
67
67
|
"circuit-json-to-spice": "^0.0.34",
|
|
68
|
-
"circuit-to-svg": "^0.0.
|
|
68
|
+
"circuit-to-svg": "^0.0.331",
|
|
69
69
|
"concurrently": "^9.1.2",
|
|
70
70
|
"connectivity-map": "^1.0.0",
|
|
71
71
|
"debug": "^4.3.6",
|