@equinor/fusion-framework-vite-plugin-spa 4.0.11 → 4.0.12

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @equinor/fusion-framework-vite-plugin-spa
2
2
 
3
+ ## 4.0.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 74beb1c: Fix type export paths for `./bootstrap.js` and `./sw.js` so TypeScript resolves the published declarations correctly.
8
+ - Prevent broken type resolution when consuming the SPA bootstrap and service worker entrypoints.
9
+
3
10
  ## 4.0.11
4
11
 
5
12
  ### Patch Changes
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '4.0.11';
2
+ export const version = '4.0.12';
3
3
  //# sourceMappingURL=version.js.map
@@ -47536,7 +47536,7 @@ async function registerServiceWorker(framework) {
47536
47536
  }
47537
47537
 
47538
47538
  // Generated by genversion.
47539
- const version = '4.0.11';
47539
+ const version = '4.0.12';
47540
47540
 
47541
47541
  // Allow dynamic import without vite
47542
47542
  const importWithoutVite = (path) => import(/* @vite-ignore */ path);