@tscircuit/core 0.0.485 → 0.0.486
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
|
@@ -10228,7 +10228,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
10228
10228
|
var package_default = {
|
|
10229
10229
|
name: "@tscircuit/core",
|
|
10230
10230
|
type: "module",
|
|
10231
|
-
version: "0.0.
|
|
10231
|
+
version: "0.0.485",
|
|
10232
10232
|
types: "dist/index.d.ts",
|
|
10233
10233
|
main: "dist/index.js",
|
|
10234
10234
|
module: "dist/index.js",
|
|
@@ -10271,7 +10271,7 @@ var package_default = {
|
|
|
10271
10271
|
"@types/react-reconciler": "^0.28.9",
|
|
10272
10272
|
"bun-match-svg": "0.0.8",
|
|
10273
10273
|
"chokidar-cli": "^3.0.0",
|
|
10274
|
-
"circuit-json": "^0.0.
|
|
10274
|
+
"circuit-json": "^0.0.212",
|
|
10275
10275
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
10276
10276
|
"circuit-json-to-simple-3d": "^0.0.2",
|
|
10277
10277
|
"circuit-to-svg": "^0.0.154",
|
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.486",
|
|
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
|
"@types/react-reconciler": "^0.28.9",
|
|
45
45
|
"bun-match-svg": "0.0.8",
|
|
46
46
|
"chokidar-cli": "^3.0.0",
|
|
47
|
-
"circuit-json": "^0.0.
|
|
47
|
+
"circuit-json": "^0.0.212",
|
|
48
48
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
49
49
|
"circuit-json-to-simple-3d": "^0.0.2",
|
|
50
50
|
"circuit-to-svg": "^0.0.154",
|