@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.
Files changed (2) hide show
  1. package/dist/index.js +2 -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 (not registered in @tscircuit/core catalogue): "${type}" See CREATING_NEW_COMPONENTS.md`
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.579",
11119
+ version: "0.0.580",
11120
11120
  types: "dist/index.d.ts",
11121
11121
  main: "dist/index.js",
11122
11122
  module: "dist/index.js",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.580",
4
+ "version": "0.0.581",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",