@tscircuit/core 0.0.752 → 0.0.753

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
@@ -6920,7 +6920,7 @@ function isValidPinLabel(pin, label) {
6920
6920
  import { isValidElement as isReactElement } from "react";
6921
6921
 
6922
6922
  // lib/components/base-components/NormalComponent/utils/isFoorprintUrl.ts
6923
- var isFootprintUrl = (s) => s.startsWith("http://") || s.startsWith("https://");
6923
+ var isFootprintUrl = (s) => s.startsWith("http://") || s.startsWith("https://") || s.startsWith("/");
6924
6924
 
6925
6925
  // lib/components/base-components/NormalComponent/utils/parseLibraryFootprintRef.ts
6926
6926
  var parseLibraryFootprintRef = (s) => {
@@ -15783,7 +15783,7 @@ import { identity as identity6 } from "transformation-matrix";
15783
15783
  var package_default = {
15784
15784
  name: "@tscircuit/core",
15785
15785
  type: "module",
15786
- version: "0.0.751",
15786
+ version: "0.0.752",
15787
15787
  types: "dist/index.d.ts",
15788
15788
  main: "dist/index.js",
15789
15789
  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.752",
4
+ "version": "0.0.753",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",