@equinor/fusion-framework-vite-plugin-spa 4.0.17-next.0 → 4.0.17-next.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 +6 -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/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
|
@@ -25168,7 +25168,7 @@ class TelemetryConfigurator extends BaseConfigBuilder {
|
|
|
25168
25168
|
}
|
|
25169
25169
|
|
|
25170
25170
|
// Generated by genversion.
|
|
25171
|
-
const version$5 = '8.0.0-next.
|
|
25171
|
+
const version$5 = '8.0.0-next.1';
|
|
25172
25172
|
|
|
25173
25173
|
/**
|
|
25174
25174
|
* Enum representing the severity levels of telemetry items.
|
|
@@ -49140,7 +49140,7 @@ async function registerServiceWorker(framework) {
|
|
|
49140
49140
|
}
|
|
49141
49141
|
|
|
49142
49142
|
// Generated by genversion.
|
|
49143
|
-
const version = '4.0.17-next.
|
|
49143
|
+
const version = '4.0.17-next.1';
|
|
49144
49144
|
|
|
49145
49145
|
// Allow dynamic import without vite
|
|
49146
49146
|
const importWithoutVite = (path) => import(/* @vite-ignore */ path);
|