@tscircuit/core 0.0.1004 → 0.0.1005
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
|
@@ -21700,7 +21700,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
21700
21700
|
var package_default = {
|
|
21701
21701
|
name: "@tscircuit/core",
|
|
21702
21702
|
type: "module",
|
|
21703
|
-
version: "0.0.
|
|
21703
|
+
version: "0.0.1004",
|
|
21704
21704
|
types: "dist/index.d.ts",
|
|
21705
21705
|
main: "dist/index.js",
|
|
21706
21706
|
module: "dist/index.js",
|
|
@@ -21762,7 +21762,7 @@ var package_default = {
|
|
|
21762
21762
|
"circuit-json-to-gltf": "^0.0.62",
|
|
21763
21763
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
21764
21764
|
"circuit-json-to-spice": "^0.0.33",
|
|
21765
|
-
"circuit-to-svg": "^0.0.
|
|
21765
|
+
"circuit-to-svg": "^0.0.321",
|
|
21766
21766
|
concurrently: "^9.1.2",
|
|
21767
21767
|
"connectivity-map": "^1.0.0",
|
|
21768
21768
|
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.1005",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"circuit-json-to-gltf": "^0.0.62",
|
|
64
64
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
65
65
|
"circuit-json-to-spice": "^0.0.33",
|
|
66
|
-
"circuit-to-svg": "^0.0.
|
|
66
|
+
"circuit-to-svg": "^0.0.321",
|
|
67
67
|
"concurrently": "^9.1.2",
|
|
68
68
|
"connectivity-map": "^1.0.0",
|
|
69
69
|
"debug": "^4.3.6",
|