@equinor/fusion-framework-vite-plugin-spa 4.0.0 → 4.0.1
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 +13 -0
- package/dist/esm/version.js +1 -1
- package/dist/html/bootstrap.js +2 -2
- 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 +4 -4
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @equinor/fusion-framework-vite-plugin-spa
|
|
2
2
|
|
|
3
|
+
## 4.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8f16c97: Update rollup (4.59.0 → 4.60.1) used to produce the published bundles for both packages.
|
|
8
|
+
|
|
9
|
+
rollup 4.60.1 fixes a bug where side-effect imports could be silently dropped during bundling due to a namespace re-export caching issue ([rollup#6274](https://github.com/rollup/rollup/issues/6274)). Both packages use rollup to bundle their published output, so the fix ensures the emitted artifacts are correct.
|
|
10
|
+
|
|
11
|
+
No API or behaviour changes for consumers.
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [244b995]
|
|
14
|
+
- @equinor/fusion-framework-module-msal@8.0.1
|
|
15
|
+
|
|
3
16
|
## 4.0.0
|
|
4
17
|
|
|
5
18
|
### Major Changes
|
package/dist/esm/version.js
CHANGED
package/dist/html/bootstrap.js
CHANGED
|
@@ -40731,7 +40731,7 @@ const createClientLogCallback = (provider, metadata, scope) => {
|
|
|
40731
40731
|
};
|
|
40732
40732
|
|
|
40733
40733
|
// Generated by genversion.
|
|
40734
|
-
const version$2 = '8.0.
|
|
40734
|
+
const version$2 = '8.0.1';
|
|
40735
40735
|
|
|
40736
40736
|
/**
|
|
40737
40737
|
* Zod schema for telemetry configuration validation.
|
|
@@ -45498,7 +45498,7 @@ async function registerServiceWorker(framework) {
|
|
|
45498
45498
|
}
|
|
45499
45499
|
|
|
45500
45500
|
// Generated by genversion.
|
|
45501
|
-
const version = '4.0.
|
|
45501
|
+
const version = '4.0.1';
|
|
45502
45502
|
|
|
45503
45503
|
// Allow dynamic import without vite
|
|
45504
45504
|
const importWithoutVite = (path) => import(/* @vite-ignore */ path);
|