@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.
- package/dist/index.js +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.
|
|
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.
|
|
18105
|
+
version: "0.0.1076",
|
|
18106
18106
|
types: "dist/index.d.ts",
|
|
18107
18107
|
main: "dist/index.js",
|
|
18108
18108
|
module: "dist/index.js",
|