bsign-customization-full 0.0.5 → 0.0.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bsign-customization-full",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -6,7 +6,7 @@ const SPECIAL_PROTOCOL_PATTERN = /^(?:data|blob):/i
6
6
  * Must be set explicitly from widget mount props:
7
7
  * mountConstructorWidget(..., { assetBaseUrl: "https://your-cdn/path/to/dist/" })
8
8
  */
9
- const DEFAULT_ASSET_BASE_URL = "/"
9
+ const DEFAULT_ASSET_BASE_URL = "http://localhost:5173/"
10
10
 
11
11
  function toBaseUrl(url: string): string | undefined {
12
12
  try {