@equinor/fusion-framework-vite-plugin-spa 4.0.4 → 4.0.5
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 +4 -4
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
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.3';
|
|
40735
40735
|
|
|
40736
40736
|
/**
|
|
40737
40737
|
* Zod schema for telemetry configuration validation.
|
|
@@ -45511,7 +45511,7 @@ async function registerServiceWorker(framework) {
|
|
|
45511
45511
|
}
|
|
45512
45512
|
|
|
45513
45513
|
// Generated by genversion.
|
|
45514
|
-
const version = '4.0.
|
|
45514
|
+
const version = '4.0.5';
|
|
45515
45515
|
|
|
45516
45516
|
// Allow dynamic import without vite
|
|
45517
45517
|
const importWithoutVite = (path) => import(/* @vite-ignore */ path);
|