@tscircuit/core 0.0.491 → 0.0.492

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -10326,7 +10326,7 @@ import { identity as identity4 } from "transformation-matrix";
10326
10326
  var package_default = {
10327
10327
  name: "@tscircuit/core",
10328
10328
  type: "module",
10329
- version: "0.0.490",
10329
+ version: "0.0.491",
10330
10330
  types: "dist/index.d.ts",
10331
10331
  main: "dist/index.js",
10332
10332
  module: "dist/index.js",
@@ -10358,7 +10358,7 @@ var package_default = {
10358
10358
  "@tscircuit/layout": "^0.0.28",
10359
10359
  "@tscircuit/log-soup": "^1.0.2",
10360
10360
  "@tscircuit/math-utils": "^0.0.18",
10361
- "@tscircuit/props": "^0.0.234",
10361
+ "@tscircuit/props": "^0.0.236",
10362
10362
  "@tscircuit/schematic-autolayout": "^0.0.6",
10363
10363
  "@tscircuit/schematic-match-adapt": "^0.0.16",
10364
10364
  "@tscircuit/simple-3d-svg": "^0.0.6",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.491",
4
+ "version": "0.0.492",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -33,7 +33,7 @@
33
33
  "@tscircuit/layout": "^0.0.28",
34
34
  "@tscircuit/log-soup": "^1.0.2",
35
35
  "@tscircuit/math-utils": "^0.0.18",
36
- "@tscircuit/props": "^0.0.234",
36
+ "@tscircuit/props": "^0.0.236",
37
37
  "@tscircuit/schematic-autolayout": "^0.0.6",
38
38
  "@tscircuit/schematic-match-adapt": "^0.0.16",
39
39
  "@tscircuit/simple-3d-svg": "^0.0.6",