@tscircuit/core 0.0.473 → 0.0.474
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 +1 -1
package/dist/index.js
CHANGED
|
@@ -5904,7 +5904,7 @@ import "@tscircuit/schematic-autolayout";
|
|
|
5904
5904
|
import { CapacityMeshSolver } from "@tscircuit/capacity-autorouter";
|
|
5905
5905
|
|
|
5906
5906
|
// lib/errors/AutorouterError.ts
|
|
5907
|
-
import packageJson from "@tscircuit/capacity-autorouter/package.json";
|
|
5907
|
+
import packageJson from "@tscircuit/capacity-autorouter/package.json" with { type: "json" };
|
|
5908
5908
|
var autorouterVersion = packageJson.version ?? "unknown";
|
|
5909
5909
|
var AutorouterError = class extends Error {
|
|
5910
5910
|
constructor(message) {
|
|
@@ -9852,7 +9852,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
9852
9852
|
var package_default = {
|
|
9853
9853
|
name: "@tscircuit/core",
|
|
9854
9854
|
type: "module",
|
|
9855
|
-
version: "0.0.
|
|
9855
|
+
version: "0.0.473",
|
|
9856
9856
|
types: "dist/index.d.ts",
|
|
9857
9857
|
main: "dist/index.js",
|
|
9858
9858
|
module: "dist/index.js",
|