@tscircuit/core 0.0.752 → 0.0.754
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 +4 -3
- package/package.json +3 -2
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.
|
|
15786
|
+
version: "0.0.753",
|
|
15787
15787
|
types: "dist/index.d.ts",
|
|
15788
15788
|
main: "dist/index.js",
|
|
15789
15789
|
module: "dist/index.js",
|
|
@@ -15826,7 +15826,8 @@ var package_default = {
|
|
|
15826
15826
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
15827
15827
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
15828
15828
|
"@tscircuit/schematic-trace-solver": "^0.0.40",
|
|
15829
|
-
"
|
|
15829
|
+
"circuit-json-to-gltf": "^0.0.7",
|
|
15830
|
+
poppygl: "^0.0.6",
|
|
15830
15831
|
"@types/bun": "^1.2.16",
|
|
15831
15832
|
"@types/debug": "^4.1.12",
|
|
15832
15833
|
"@types/react": "^19.1.8",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.754",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -44,7 +44,8 @@
|
|
|
44
44
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
45
45
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
46
46
|
"@tscircuit/schematic-trace-solver": "^0.0.40",
|
|
47
|
-
"
|
|
47
|
+
"circuit-json-to-gltf": "^0.0.7",
|
|
48
|
+
"poppygl": "^0.0.6",
|
|
48
49
|
"@types/bun": "^1.2.16",
|
|
49
50
|
"@types/debug": "^4.1.12",
|
|
50
51
|
"@types/react": "^19.1.8",
|