@equinor/fusion-framework-vite-plugin-spa 3.1.8 → 3.1.9
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 +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 +2 -2
- 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
|
+
## 3.1.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`c8e27eb`](https://github.com/equinor/fusion-framework/commit/c8e27eb3a119b4077effe20a10dfb2dfd3dc865e)]:
|
|
8
|
+
- @equinor/fusion-framework-module-msal@7.2.2
|
|
9
|
+
|
|
3
10
|
## 3.1.8
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/dist/esm/version.js
CHANGED
package/dist/html/bootstrap.js
CHANGED
|
@@ -40463,7 +40463,7 @@ const createClientLogCallback = (provider, metadata, scope) => {
|
|
|
40463
40463
|
};
|
|
40464
40464
|
|
|
40465
40465
|
// Generated by genversion.
|
|
40466
|
-
const version$2 = '7.2.
|
|
40466
|
+
const version$2 = '7.2.2';
|
|
40467
40467
|
|
|
40468
40468
|
/**
|
|
40469
40469
|
* Zod schema for telemetry configuration validation.
|
|
@@ -44956,7 +44956,7 @@ async function registerServiceWorker(framework) {
|
|
|
44956
44956
|
}
|
|
44957
44957
|
|
|
44958
44958
|
// Generated by genversion.
|
|
44959
|
-
const version = '3.1.
|
|
44959
|
+
const version = '3.1.9';
|
|
44960
44960
|
|
|
44961
44961
|
// Allow dynamic import without vite
|
|
44962
44962
|
const importWithoutVite = (path) => import(/* @vite-ignore */ path);
|