@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 +7 -0
- package/dist/esm/version.js +1 -1
- package/dist/html/bootstrap.js +1 -1
- package/dist/html/bootstrap.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/html/index.html.d.ts +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +5 -5
- package/src/version.ts +1 -1
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
|
package/dist/esm/version.js
CHANGED
package/dist/html/bootstrap.js
CHANGED
|
@@ -47536,7 +47536,7 @@ async function registerServiceWorker(framework) {
|
|
|
47536
47536
|
}
|
|
47537
47537
|
|
|
47538
47538
|
// Generated by genversion.
|
|
47539
|
-
const version = '4.0.
|
|
47539
|
+
const version = '4.0.12';
|
|
47540
47540
|
|
|
47541
47541
|
// Allow dynamic import without vite
|
|
47542
47542
|
const importWithoutVite = (path) => import(/* @vite-ignore */ path);
|