@tscircuit/core 0.0.1076 → 0.0.1077

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
@@ -7745,7 +7745,7 @@ function filterPinLabels(pinLabels) {
7745
7745
  validLabels.push(label);
7746
7746
  } else {
7747
7747
  invalidPinLabelsMessages.push(
7748
- `Invalid pin label: ${pin} = '${label}' - excluding from component. Please use a valid pin label.`
7748
+ `Invalid pin label: ${pin} = '${label}' - excluding from component. Pin labels can only contain letters, numbers and underscores.`
7749
7749
  );
7750
7750
  }
7751
7751
  }
@@ -18102,7 +18102,7 @@ import { identity as identity5 } from "transformation-matrix";
18102
18102
  var package_default = {
18103
18103
  name: "@tscircuit/core",
18104
18104
  type: "module",
18105
- version: "0.0.1075",
18105
+ version: "0.0.1076",
18106
18106
  types: "dist/index.d.ts",
18107
18107
  main: "dist/index.js",
18108
18108
  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.1076",
4
+ "version": "0.0.1077",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",