@tscircuit/core 0.0.394 → 0.0.395

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
@@ -8095,7 +8095,7 @@ import { identity as identity4 } from "transformation-matrix";
8095
8095
  var package_default = {
8096
8096
  name: "@tscircuit/core",
8097
8097
  type: "module",
8098
- version: "0.0.393",
8098
+ version: "0.0.394",
8099
8099
  types: "dist/index.d.ts",
8100
8100
  main: "dist/index.js",
8101
8101
  module: "dist/index.js",
@@ -8118,7 +8118,7 @@ var package_default = {
8118
8118
  },
8119
8119
  devDependencies: {
8120
8120
  "@biomejs/biome": "^1.8.3",
8121
- "@tscircuit/footprinter": "^0.0.154",
8121
+ "@tscircuit/footprinter": "^0.0.155",
8122
8122
  "@tscircuit/import-snippet": "^0.0.4",
8123
8123
  "@tscircuit/layout": "^0.0.28",
8124
8124
  "@tscircuit/log-soup": "^1.0.2",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.394",
4
+ "version": "0.0.395",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "@biomejs/biome": "^1.8.3",
27
- "@tscircuit/footprinter": "^0.0.154",
27
+ "@tscircuit/footprinter": "^0.0.155",
28
28
  "@tscircuit/import-snippet": "^0.0.4",
29
29
  "@tscircuit/layout": "^0.0.28",
30
30
  "@tscircuit/log-soup": "^1.0.2",