@tscircuit/core 0.0.996 → 0.0.997
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
|
@@ -8228,7 +8228,7 @@ import {
|
|
|
8228
8228
|
} from "circuit-json";
|
|
8229
8229
|
|
|
8230
8230
|
// lib/components/base-components/NormalComponent/utils/isStaticAssetPath.ts
|
|
8231
|
-
var isStaticAssetPath = (s) => s.startsWith("/");
|
|
8231
|
+
var isStaticAssetPath = (s) => s.startsWith("/") || s.startsWith("./");
|
|
8232
8232
|
|
|
8233
8233
|
// lib/utils/resolveStaticFileImport.ts
|
|
8234
8234
|
import Debug4 from "debug";
|
|
@@ -21317,7 +21317,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
21317
21317
|
var package_default = {
|
|
21318
21318
|
name: "@tscircuit/core",
|
|
21319
21319
|
type: "module",
|
|
21320
|
-
version: "0.0.
|
|
21320
|
+
version: "0.0.996",
|
|
21321
21321
|
types: "dist/index.d.ts",
|
|
21322
21322
|
main: "dist/index.js",
|
|
21323
21323
|
module: "dist/index.js",
|