@equinor/fusion-framework-vite-plugin-spa 4.0.9 → 4.0.11
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 +14 -0
- package/dist/esm/version.js +1 -1
- package/dist/esm/version.js.map +1 -1
- package/dist/html/bootstrap.js +4 -4
- 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,19 @@
|
|
|
1
1
|
# @equinor/fusion-framework-vite-plugin-spa
|
|
2
2
|
|
|
3
|
+
## 4.0.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @equinor/fusion-framework-module-telemetry@7.0.0
|
|
8
|
+
- @equinor/fusion-framework-module-msal@10.0.0
|
|
9
|
+
- @equinor/fusion-framework-module-http@8.0.3
|
|
10
|
+
|
|
11
|
+
## 4.0.10
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- @equinor/fusion-framework-module-telemetry@6.0.1
|
|
16
|
+
|
|
3
17
|
## 4.0.9
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/esm/version.js
CHANGED
package/dist/esm/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,2BAA2B;AAC3B,MAAM,CAAC,MAAM,OAAO,GAAG,
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,2BAA2B;AAC3B,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAC"}
|
package/dist/html/bootstrap.js
CHANGED
|
@@ -22312,7 +22312,7 @@ class HttpClientConfigurator {
|
|
|
22312
22312
|
}
|
|
22313
22313
|
|
|
22314
22314
|
// Generated by genversion.
|
|
22315
|
-
const version$6 = '8.0.
|
|
22315
|
+
const version$6 = '8.0.3';
|
|
22316
22316
|
|
|
22317
22317
|
/**
|
|
22318
22318
|
* Thrown when `createClient(name)` is called with an unknown client key.
|
|
@@ -24621,7 +24621,7 @@ class TelemetryConfigurator extends BaseConfigBuilder {
|
|
|
24621
24621
|
}
|
|
24622
24622
|
|
|
24623
24623
|
// Generated by genversion.
|
|
24624
|
-
const version$5 = '
|
|
24624
|
+
const version$5 = '7.0.0';
|
|
24625
24625
|
|
|
24626
24626
|
/**
|
|
24627
24627
|
* Enum representing the severity levels of telemetry items.
|
|
@@ -42719,7 +42719,7 @@ const createClientLogCallback = (provider, metadata, scope) => {
|
|
|
42719
42719
|
};
|
|
42720
42720
|
|
|
42721
42721
|
// Generated by genversion.
|
|
42722
|
-
const version$2 = '
|
|
42722
|
+
const version$2 = '10.0.0';
|
|
42723
42723
|
|
|
42724
42724
|
/**
|
|
42725
42725
|
* Zod schema for telemetry configuration validation.
|
|
@@ -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.11';
|
|
47540
47540
|
|
|
47541
47541
|
// Allow dynamic import without vite
|
|
47542
47542
|
const importWithoutVite = (path) => import(/* @vite-ignore */ path);
|