@tscircuit/core 0.0.995 → 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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +2 -2
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.994",
21320
+ version: "0.0.996",
21321
21321
  types: "dist/index.d.ts",
21322
21322
  main: "dist/index.js",
21323
21323
  module: "dist/index.js",
@@ -21376,7 +21376,7 @@ var package_default = {
21376
21376
  "circuit-json": "^0.0.364",
21377
21377
  "circuit-json-to-bpc": "^0.0.13",
21378
21378
  "circuit-json-to-connectivity-map": "^0.0.23",
21379
- "circuit-json-to-gltf": "^0.0.31",
21379
+ "circuit-json-to-gltf": "^0.0.62",
21380
21380
  "circuit-json-to-simple-3d": "^0.0.9",
21381
21381
  "circuit-json-to-spice": "^0.0.33",
21382
21382
  "circuit-to-svg": "^0.0.319",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.995",
4
+ "version": "0.0.997",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -60,7 +60,7 @@
60
60
  "circuit-json": "^0.0.364",
61
61
  "circuit-json-to-bpc": "^0.0.13",
62
62
  "circuit-json-to-connectivity-map": "^0.0.23",
63
- "circuit-json-to-gltf": "^0.0.31",
63
+ "circuit-json-to-gltf": "^0.0.62",
64
64
  "circuit-json-to-simple-3d": "^0.0.9",
65
65
  "circuit-json-to-spice": "^0.0.33",
66
66
  "circuit-to-svg": "^0.0.319",