@tscircuit/core 0.0.1144 → 0.0.1145
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
|
@@ -19080,7 +19080,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
19080
19080
|
var package_default = {
|
|
19081
19081
|
name: "@tscircuit/core",
|
|
19082
19082
|
type: "module",
|
|
19083
|
-
version: "0.0.
|
|
19083
|
+
version: "0.0.1144",
|
|
19084
19084
|
types: "dist/index.d.ts",
|
|
19085
19085
|
main: "dist/index.js",
|
|
19086
19086
|
module: "dist/index.js",
|
|
@@ -19145,7 +19145,7 @@ var package_default = {
|
|
|
19145
19145
|
"circuit-json-to-gltf": "^0.0.91",
|
|
19146
19146
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
19147
19147
|
"circuit-json-to-spice": "^0.0.34",
|
|
19148
|
-
"circuit-to-svg": "^0.0.
|
|
19148
|
+
"circuit-to-svg": "^0.0.342",
|
|
19149
19149
|
concurrently: "^9.1.2",
|
|
19150
19150
|
"connectivity-map": "^1.0.0",
|
|
19151
19151
|
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.1145",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"circuit-json-to-gltf": "^0.0.91",
|
|
67
67
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
68
68
|
"circuit-json-to-spice": "^0.0.34",
|
|
69
|
-
"circuit-to-svg": "^0.0.
|
|
69
|
+
"circuit-to-svg": "^0.0.342",
|
|
70
70
|
"concurrently": "^9.1.2",
|
|
71
71
|
"connectivity-map": "^1.0.0",
|
|
72
72
|
"debug": "^4.3.6",
|