@tscircuit/core 0.0.580 → 0.0.581
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
|
@@ -1238,7 +1238,7 @@ var hostConfig = {
|
|
|
1238
1238
|
);
|
|
1239
1239
|
}
|
|
1240
1240
|
throw new Error(
|
|
1241
|
-
`Unsupported component type
|
|
1241
|
+
`Unsupported component type "${type}". No element with this name is registered in the @tscircuit/core catalogue. Check for typos or see https://docs.tscircuit.com/category/built-in-elements for a list of valid components. To add your own component, see docs/CREATING_NEW_COMPONENTS.md`
|
|
1242
1242
|
);
|
|
1243
1243
|
}
|
|
1244
1244
|
try {
|
|
@@ -11116,7 +11116,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
11116
11116
|
var package_default = {
|
|
11117
11117
|
name: "@tscircuit/core",
|
|
11118
11118
|
type: "module",
|
|
11119
|
-
version: "0.0.
|
|
11119
|
+
version: "0.0.580",
|
|
11120
11120
|
types: "dist/index.d.ts",
|
|
11121
11121
|
main: "dist/index.js",
|
|
11122
11122
|
module: "dist/index.js",
|