@equinor/fusion-framework-vite-plugin-spa 3.0.7-next.0 → 3.0.7
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 +43 -8
- package/dist/esm/version.js +1 -1
- package/dist/esm/version.js.map +1 -1
- package/dist/html/bootstrap.js +8 -8
- 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 +6 -6
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
# @equinor/fusion-framework-vite-plugin-spa
|
|
2
2
|
|
|
3
|
-
## 3.0.7
|
|
3
|
+
## 3.0.7
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- [#
|
|
7
|
+
- [#3932](https://github.com/equinor/fusion-framework/pull/3932) [`15aaa87`](https://github.com/equinor/fusion-framework/commit/15aaa87e6a8b391c0672db0dcdca4c1cac3b50a7) Thanks [@dependabot](https://github.com/apps/dependabot)! - Internal: update rollup build dependency from 4.52.5 to 4.55.2.
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
-
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
-
|
|
9
|
+
This update includes:
|
|
10
|
+
|
|
11
|
+
- Improved circular dependency handling for manual chunks
|
|
12
|
+
- Enhanced tree-shaking for Symbol properties
|
|
13
|
+
- Performance improvements via variable name caching
|
|
14
|
+
- Multiple bug fixes for build edge cases
|
|
15
|
+
|
|
16
|
+
No changes to CLI or plugin functionality or public APIs.
|
|
15
17
|
|
|
16
18
|
## 3.0.6
|
|
17
19
|
|
|
@@ -62,6 +64,7 @@
|
|
|
62
64
|
### Patch Changes
|
|
63
65
|
|
|
64
66
|
- [#3714](https://github.com/equinor/fusion-framework/pull/3714) [`11fe961`](https://github.com/equinor/fusion-framework/commit/11fe961794e4960ccb987bc320268cc9b263f1f8) Thanks [@odinr](https://github.com/odinr)! - Fix MSAL v4 compatibility issues in SPA plugin.
|
|
67
|
+
|
|
65
68
|
- Update MSAL client configuration to use nested auth object structure
|
|
66
69
|
- Replace deprecated defaultAccount with account property
|
|
67
70
|
- Update acquireToken calls to use MSAL v4 request structure
|
|
@@ -99,17 +102,20 @@
|
|
|
99
102
|
This update addresses a security vulnerability in Vite's development server and includes bug fixes for improved compatibility. The update ensures secure development environments and better plugin ecosystem compatibility.
|
|
100
103
|
|
|
101
104
|
**Changes:**
|
|
105
|
+
|
|
102
106
|
- Updated Vite from v7.1.10 to v7.1.12
|
|
103
107
|
- Includes security fix for development server file system checks
|
|
104
108
|
- Includes compatibility fix for CommonJS plugin
|
|
105
109
|
- No breaking changes or API modifications
|
|
106
110
|
|
|
107
111
|
**Security Fix (v7.1.11):**
|
|
112
|
+
|
|
108
113
|
- **dev**: trim trailing slash before `server.fs.deny` check ([#20968](https://github.com/vitejs/vite/issues/20968))
|
|
109
114
|
- Prevents potential path traversal vulnerability in development server
|
|
110
115
|
- Only affects development environment, not production builds
|
|
111
116
|
|
|
112
117
|
**Bug Fix (v7.1.12):**
|
|
118
|
+
|
|
113
119
|
- **deps**: downgrade commonjs plugin to 28.0.6 to avoid rollup/plugins issues ([#20990](https://github.com/vitejs/vite/issues/20990))
|
|
114
120
|
- Improves compatibility with Rollup plugin ecosystem
|
|
115
121
|
- Prevents potential build issues
|
|
@@ -125,16 +131,19 @@
|
|
|
125
131
|
- [#3584](https://github.com/equinor/fusion-framework/pull/3584) [`0dd31cd`](https://github.com/equinor/fusion-framework/commit/0dd31cd1078b383ddab4a8cf1bb03d502e214715) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: bump @rollup/plugin-node-resolve from 16.0.1 to 16.0.3
|
|
126
132
|
|
|
127
133
|
Bug fixes:
|
|
134
|
+
|
|
128
135
|
- fix: resolve bare targets of package "imports" using export maps; avoid fileURLToPath(null)
|
|
129
136
|
- fix: error thrown with empty entry
|
|
130
137
|
|
|
131
138
|
- [#3604](https://github.com/equinor/fusion-framework/pull/3604) [`31e2581`](https://github.com/equinor/fusion-framework/commit/31e2581fca2765dc7caf54f74db3db51020b53b7) Thanks [@odinr](https://github.com/odinr)! - Update SPA bootstrap telemetry configuration to use proper adapter identifiers.
|
|
132
139
|
|
|
133
140
|
**Changes:**
|
|
141
|
+
|
|
134
142
|
- Refactor console adapter setup for cleaner conditional logic
|
|
135
143
|
- Update setAdapter calls to include required identifier parameter
|
|
136
144
|
|
|
137
145
|
**Migration:**
|
|
146
|
+
|
|
138
147
|
- No breaking changes for SPA consumers - internal implementation update only
|
|
139
148
|
|
|
140
149
|
- Updated dependencies [[`6900d98`](https://github.com/equinor/fusion-framework/commit/6900d98142c84f4703095f8d03b09af57a1d7d2e), [`e1a94c5`](https://github.com/equinor/fusion-framework/commit/e1a94c5a1df4ac2ec92ed25b75648397a3dbfa7b), [`e1a94c5`](https://github.com/equinor/fusion-framework/commit/e1a94c5a1df4ac2ec92ed25b75648397a3dbfa7b), [`31e2581`](https://github.com/equinor/fusion-framework/commit/31e2581fca2765dc7caf54f74db3db51020b53b7), [`0bc6b38`](https://github.com/equinor/fusion-framework/commit/0bc6b38e61c98a2f9dea7b55fa9983f268f860be), [`a13de68`](https://github.com/equinor/fusion-framework/commit/a13de68b2f196a779ea850af055d8db7926941ce)]:
|
|
@@ -153,6 +162,7 @@
|
|
|
153
162
|
Previously, the plugin was using direct `.pathname` access on URL objects which could cause issues on Windows due to path separator differences. This change replaces the direct pathname access with `fileURLToPath()` and `normalizePath()` from Vite to ensure proper cross-platform path handling.
|
|
154
163
|
|
|
155
164
|
**Changes:**
|
|
165
|
+
|
|
156
166
|
- Import `normalizePath` from Vite for consistent path normalization
|
|
157
167
|
- Use `fileURLToPath()` to properly convert file URLs to paths
|
|
158
168
|
- Apply `normalizePath()` to ensure consistent path separators across platforms
|
|
@@ -166,6 +176,7 @@
|
|
|
166
176
|
- [#3579](https://github.com/equinor/fusion-framework/pull/3579) [`b6a64d9`](https://github.com/equinor/fusion-framework/commit/b6a64d94bad7248c06b3aa7d65d7d698052437c7) Thanks [@Noggling](https://github.com/Noggling)! - Add peer dependencies to SPA Vite plugin
|
|
167
177
|
|
|
168
178
|
Added peer dependencies to ensure proper dependency resolution for the SPA Vite plugin. This change declares the Fusion Framework modules that the plugin expects to be available in the consuming application:
|
|
179
|
+
|
|
169
180
|
- `@equinor/fusion-framework-module`
|
|
170
181
|
- `@equinor/fusion-framework-module-http`
|
|
171
182
|
- `@equinor/fusion-framework-module-msal`
|
|
@@ -179,6 +190,7 @@
|
|
|
179
190
|
### Minor Changes
|
|
180
191
|
|
|
181
192
|
- [#3547](https://github.com/equinor/fusion-framework/pull/3547) [`99a3c26`](https://github.com/equinor/fusion-framework/commit/99a3c26275c2089c3708124f5819ce383d8dc3dc) Thanks [@odinr](https://github.com/odinr)! - Enhanced SPA plugin with portal proxy support for testing apps in real portal environments ([Issue #3546](https://github.com/equinor/fusion-framework/issues/3546)).
|
|
193
|
+
|
|
182
194
|
- Added `proxy` option to portal configuration to enable `/portal-proxy` routing
|
|
183
195
|
- Added `FUSION_SPA_PORTAL_PROXY` environment variable support
|
|
184
196
|
- Updated TypeScript types to include portal proxy configuration
|
|
@@ -204,6 +216,7 @@
|
|
|
204
216
|
### Patch Changes
|
|
205
217
|
|
|
206
218
|
- [#3490](https://github.com/equinor/fusion-framework/pull/3490) [`45954e5`](https://github.com/equinor/fusion-framework/commit/45954e5db471a2faa24e88e41fc6d6c18817d6d1) Thanks [@odinr](https://github.com/odinr)! - Remove logger level configuration from bootstrap template.
|
|
219
|
+
|
|
207
220
|
- Removed `configurator.logger.level` assignment from `bootstrap.ts`
|
|
208
221
|
- Logger level configuration should be handled elsewhere or is no longer needed
|
|
209
222
|
|
|
@@ -214,6 +227,7 @@
|
|
|
214
227
|
This patch update fixes bugs and improves stability in the vite dependency.
|
|
215
228
|
|
|
216
229
|
- [#3521](https://github.com/equinor/fusion-framework/pull/3521) [`d1098f7`](https://github.com/equinor/fusion-framework/commit/d1098f7eeff04380c9e05e4a7a7d6b16e1d95884) Thanks [@odinr](https://github.com/odinr)! - Add comprehensive telemetry integration to SPA bootstrap and service worker.
|
|
230
|
+
|
|
217
231
|
- Enable telemetry in SPA bootstrap with ConsoleAdapter
|
|
218
232
|
- Add configurable console logging levels via FUSION_SPA_TELEMETRY_CONSOLE_LEVEL environment variable
|
|
219
233
|
- Track bootstrap performance for portal loading operations
|
|
@@ -223,6 +237,7 @@
|
|
|
223
237
|
- Fix console level filtering logic to properly respect environment variable settings
|
|
224
238
|
|
|
225
239
|
**Implementation Notes:**
|
|
240
|
+
|
|
226
241
|
- Console level filtering defaults to `TelemetryLevel.Information` (1) when env var not set
|
|
227
242
|
- Invalid env var values fallback to logging all telemetry (robust error handling)
|
|
228
243
|
- Backward compatible: existing behavior unchanged when no FUSION_SPA_TELEMETRY_CONSOLE_LEVEL specified
|
|
@@ -235,6 +250,7 @@
|
|
|
235
250
|
### Patch Changes
|
|
236
251
|
|
|
237
252
|
- [`56c27ec`](https://github.com/equinor/fusion-framework/commit/56c27ec9de03e07e725eecfdf2c028a1e29b6ece) Thanks [@odinr](https://github.com/odinr)! - Updated workspace dependencies to use exact version specifiers for consistent release behavior.
|
|
253
|
+
|
|
238
254
|
- Changed workspace dependencies from `workspace:^` to `workspace:*` across CLI, dev-server, and SPA vite plugin packages
|
|
239
255
|
- Ensures exact version resolution within the monorepo for predictable builds and releases
|
|
240
256
|
- Affects both dependencies and devDependencies where applicable
|
|
@@ -248,16 +264,19 @@
|
|
|
248
264
|
**Problem**: During hard refresh, the service worker would not intercept fetch requests, causing authenticated API requests to fail. The service worker could be stuck in "waiting" state or already active but not controlling the page (`navigator.serviceWorker.controller` was `undefined`).
|
|
249
265
|
|
|
250
266
|
**Root Cause**: Two related issues in the service worker lifecycle during hard refresh:
|
|
267
|
+
|
|
251
268
|
1. **Waiting state**: When code changes, the new service worker enters "waiting" state, but `skipWaiting()` only runs in the `install` event (which already fired)
|
|
252
269
|
2. **No controller**: Even when active, `clients.claim()` only runs in the `activate` event, which doesn't fire again if the service worker is already active
|
|
253
270
|
|
|
254
271
|
**Solution**:
|
|
272
|
+
|
|
255
273
|
- **Force activation on config receipt**: When receiving `INIT_CONFIG`, immediately call both `skipWaiting()` and `clients.claim()` to ensure the service worker activates and takes control regardless of its current state
|
|
256
274
|
- **Wait for controller**: Registration now waits for `navigator.serviceWorker.controller` to be set before proceeding, ensuring fetch interception is ready
|
|
257
275
|
- **Disable service worker caching**: Added `updateViaCache: 'none'` to always fetch fresh service worker code during development
|
|
258
276
|
- **Comprehensive state handling**: Handle service workers in installing, waiting, and active states
|
|
259
277
|
|
|
260
278
|
**Changes**:
|
|
279
|
+
|
|
261
280
|
1. **sw.ts**: Call `skipWaiting()` and `clients.claim()` when receiving `INIT_CONFIG` message
|
|
262
281
|
2. **register-service-worker.ts**: Wait for controller with polling and timeout fallback; disable service worker HTTP caching
|
|
263
282
|
|
|
@@ -281,6 +300,7 @@
|
|
|
281
300
|
- [#3349](https://github.com/equinor/fusion-framework/pull/3349) [`c511123`](https://github.com/equinor/fusion-framework/commit/c511123c835e24e9ddefcc4c47c2455f5df12087) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: bump vite from 6.x to 7.1.5
|
|
282
301
|
|
|
283
302
|
Major version update of Vite build tool across all packages. This update includes:
|
|
303
|
+
|
|
284
304
|
- Enhanced build performance and caching
|
|
285
305
|
- Better error reporting with code frames
|
|
286
306
|
- Improved TypeScript integration
|
|
@@ -288,6 +308,7 @@
|
|
|
288
308
|
- New development server features
|
|
289
309
|
|
|
290
310
|
### Links
|
|
311
|
+
|
|
291
312
|
- [Vite 7.1.5 Release Notes](https://github.com/vitejs/vite/releases/tag/v7.1.5)
|
|
292
313
|
- [Vite 7.x Migration Guide](https://vitejs.dev/guide/migration)
|
|
293
314
|
|
|
@@ -296,6 +317,7 @@
|
|
|
296
317
|
### Patch Changes
|
|
297
318
|
|
|
298
319
|
- [#3381](https://github.com/equinor/fusion-framework/pull/3381) [`bae9c95`](https://github.com/equinor/fusion-framework/commit/bae9c9554f335d0384b864436874bded47d00ed8) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update rollup from 4.49.0 to 4.50.2
|
|
320
|
+
|
|
299
321
|
- Updated rollup dependency via vite transitive dependency
|
|
300
322
|
- Includes bug fixes for tree-shaking array destructuring patterns
|
|
301
323
|
- Performance improvements and platform support updates
|
|
@@ -304,6 +326,7 @@
|
|
|
304
326
|
- [#2910](https://github.com/equinor/fusion-framework/pull/2910) [`07cc985`](https://github.com/equinor/fusion-framework/commit/07cc9857e1427b574e011cc319518e701dba784d) Thanks [@dependabot](https://github.com/apps/dependabot)! - Updated vitest from 2.1.9 to 3.2.4 across all packages.
|
|
305
327
|
|
|
306
328
|
## Breaking Changes
|
|
329
|
+
|
|
307
330
|
- **Node.js Requirements**: Requires Node.js 18+ (already satisfied)
|
|
308
331
|
- **Vite Compatibility**: Updated to work with Vite 7.x (already using Vite 7.1.5)
|
|
309
332
|
- **Snapshot Format**: Snapshots now use backtick quotes (\`) instead of single quotes
|
|
@@ -311,15 +334,18 @@
|
|
|
311
334
|
- **TypeScript Support**: Enhanced TypeScript integration and type definitions
|
|
312
335
|
|
|
313
336
|
## Security Updates
|
|
337
|
+
|
|
314
338
|
- CVE-2025-24963: Browser mode serves arbitrary files (fixed in 2.1.9)
|
|
315
339
|
- CVE-2025-24964: Remote Code Execution vulnerability (fixed in 2.1.9)
|
|
316
340
|
|
|
317
341
|
## Migration Notes
|
|
342
|
+
|
|
318
343
|
- Test snapshots may need regeneration due to quote format changes
|
|
319
344
|
- Some test configurations might need updates for new TypeScript support
|
|
320
345
|
- Peer dependency warnings for @vitest/coverage-v8 are expected and safe to ignore
|
|
321
346
|
|
|
322
347
|
## Links
|
|
348
|
+
|
|
323
349
|
- [Vitest 3.0 Migration Guide](https://vitest.dev/guide/migration)
|
|
324
350
|
- [Vitest 3.2.4 Release Notes](https://github.com/vitest-dev/vitest/releases/tag/v3.2.4)
|
|
325
351
|
|
|
@@ -334,6 +360,7 @@
|
|
|
334
360
|
This plugin represents a strategic modularization of the Fusion Framework CLI codebase. By extracting the SPA functionality into its own dedicated package, we've simplified the CLI's architecture while enabling greater flexibility. This modular design allows the SPA component to be replaced or reused by third-party developers independently of the CLI. The primary goal is to maintain a cleaner, more maintainable codebase through proper separation of concerns, with the CLI using this plugin rather than containing this functionality directly.
|
|
335
361
|
|
|
336
362
|
**Key Features**:
|
|
363
|
+
|
|
337
364
|
- **Fusion Framework Bootstrap**: Automatically initializes core modules and renders configured portals
|
|
338
365
|
- **Service Discovery**: Enables dynamic service routing and eliminates hardcoded service endpoints
|
|
339
366
|
- **MSAL Authentication**: Provides seamless Azure AD integration with configurable authentication flows
|
|
@@ -361,6 +388,7 @@
|
|
|
361
388
|
### Patch Changes
|
|
362
389
|
|
|
363
390
|
- [#3075](https://github.com/equinor/fusion-framework/pull/3075) [`5973182`](https://github.com/equinor/fusion-framework/commit/5973182b156adb56137f1fc683635ae15274cc57) Thanks [@odinr](https://github.com/odinr)! - Update portal config and manifest API routes and types for consistency:
|
|
391
|
+
|
|
364
392
|
- Change dev server API route for portal manifest/config from `/portals/portals/...` to `/portal-config/portals/...` for alignment with client usage.
|
|
365
393
|
- Make portal config optional in dev server route and type definitions.
|
|
366
394
|
- Update SPA bootstrap to use `portal-config` as the service discovery client key.
|
|
@@ -374,6 +402,7 @@
|
|
|
374
402
|
### Patch Changes
|
|
375
403
|
|
|
376
404
|
- [#3075](https://github.com/equinor/fusion-framework/pull/3075) [`23fdc8a`](https://github.com/equinor/fusion-framework/commit/23fdc8a80d21ff063b17d8c596c0afc0a891305f) Thanks [@odinr](https://github.com/odinr)! - Fix dependency and devDependency declarations for lodash.mergewith:
|
|
405
|
+
|
|
377
406
|
- Move "lodash.mergewith" to dependencies and ensure correct version for @types/lodash.mergewith in devDependencies.
|
|
378
407
|
- Remove duplicate and misplaced entries for lodash.mergewith and its types.
|
|
379
408
|
- Remove unused @equinor/fusion-framework-vite-plugin-api-service from devDependencies.
|
|
@@ -386,6 +415,7 @@
|
|
|
386
415
|
### Patch Changes
|
|
387
416
|
|
|
388
417
|
- [#3075](https://github.com/equinor/fusion-framework/pull/3075) [`713cb15`](https://github.com/equinor/fusion-framework/commit/713cb15c5f1607e7f7285940a58165d97d8e41df) Thanks [@odinr](https://github.com/odinr)! - Refactor plugin internals for improved Vite compatibility and maintainability:
|
|
418
|
+
|
|
389
419
|
- Made `resolveId` and `config` hooks async to support dynamic import resolution for virtual modules.
|
|
390
420
|
- Improved resource alias resolution for `/@fusion-spa-bootstrap.js` and `/@fusion-spa-sw.js` using `import.meta.resolve` and `fileURLToPath`.
|
|
391
421
|
- Enhanced environment variable handling by merging plugin and loaded environments, and defining them on `config.define`.
|
|
@@ -397,6 +427,7 @@
|
|
|
397
427
|
### Minor Changes
|
|
398
428
|
|
|
399
429
|
- [#3075](https://github.com/equinor/fusion-framework/pull/3075) [`ea96493`](https://github.com/equinor/fusion-framework/commit/ea96493d95336f682e31a7b63161783ae7c99a63) Thanks [@odinr](https://github.com/odinr)! - Refactor build output and entrypoints for SPA Vite plugin:
|
|
430
|
+
|
|
400
431
|
- Change main export entrypoint to `./dist/bin/index.js` (was `./dist/esm/index.js`).
|
|
401
432
|
- Remove the `./html` export subpath.
|
|
402
433
|
- Update Rollup config to bundle from `dist/esm` to `dist/bin` and adjust input/output accordingly.
|
|
@@ -410,6 +441,7 @@
|
|
|
410
441
|
### Patch Changes
|
|
411
442
|
|
|
412
443
|
- [#3075](https://github.com/equinor/fusion-framework/pull/3075) [`8870e73`](https://github.com/equinor/fusion-framework/commit/8870e73bd6d4141142c69c11c67b5b154bc80023) Thanks [@odinr](https://github.com/odinr)! - Update build system and dependencies:
|
|
444
|
+
|
|
413
445
|
- Switch build script to use Rollup with a new `rollup.config.js` for ESM output
|
|
414
446
|
- Add postbuild script to emit TypeScript declarations
|
|
415
447
|
- Move all dependencies to devDependencies for clarity
|
|
@@ -465,6 +497,7 @@
|
|
|
465
497
|
This plugin enables building single-page applications (SPAs) with Vite. It provides features such as service discovery, MSAL authentication, and service worker configuration.
|
|
466
498
|
|
|
467
499
|
**Features**:
|
|
500
|
+
|
|
468
501
|
- **Service Discovery**: Fetch service discovery configurations and authenticate requests.
|
|
469
502
|
- **MSAL Authentication**: Authenticate users with Azure AD.
|
|
470
503
|
- **Service Worker**: Intercept fetch requests, apply authentication headers, and rewrite URLs.
|
|
@@ -513,6 +546,7 @@
|
|
|
513
546
|
```
|
|
514
547
|
|
|
515
548
|
**Additional Details**:
|
|
549
|
+
|
|
516
550
|
- **Custom Bootstrap**: Allows defining custom bootloader scripts.
|
|
517
551
|
- **Dynamic Proxy**: Supports dynamic proxy services using `@equinor/fusion-framework-vite-plugin-api-service`.
|
|
518
552
|
- **Environment Variables**: Automatically maps `.env` variables to `import.meta.env`.
|
|
@@ -522,6 +556,7 @@
|
|
|
522
556
|
### Patch Changes
|
|
523
557
|
|
|
524
558
|
- [#3074](https://github.com/equinor/fusion-framework/pull/3074) [`6b034e5`](https://github.com/equinor/fusion-framework/commit/6b034e5459094cea0c0f2490335eef3092390a13) Thanks [@odinr](https://github.com/odinr)! - Fetch and pass portal config to portal render function in bootstrap.ts
|
|
559
|
+
|
|
525
560
|
- The SPA bootstrap script now fetches the portal config from `/portals/{portalId}@{portalTag}/config` and passes it as `config` to the portal's render function.
|
|
526
561
|
- This enables portals to receive their runtime configuration directly at startup.
|
|
527
562
|
|
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,OAAO,CAAC"}
|
package/dist/html/bootstrap.js
CHANGED
|
@@ -5296,7 +5296,7 @@ class BaseModuleProvider {
|
|
|
5296
5296
|
}
|
|
5297
5297
|
|
|
5298
5298
|
// Generated by genversion.
|
|
5299
|
-
const version$8 = '5.0.
|
|
5299
|
+
const version$8 = '5.0.5';
|
|
5300
5300
|
|
|
5301
5301
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5302
5302
|
/**
|
|
@@ -19435,7 +19435,7 @@ class HttpClientConfigurator {
|
|
|
19435
19435
|
}
|
|
19436
19436
|
|
|
19437
19437
|
// Generated by genversion.
|
|
19438
|
-
const version$6 = '7.0.
|
|
19438
|
+
const version$6 = '7.0.5';
|
|
19439
19439
|
|
|
19440
19440
|
/**
|
|
19441
19441
|
* Exception thrown when a client cannot be found.
|
|
@@ -21854,7 +21854,7 @@ class TelemetryConfigurator extends BaseConfigBuilder {
|
|
|
21854
21854
|
}
|
|
21855
21855
|
|
|
21856
21856
|
// Generated by genversion.
|
|
21857
|
-
const version$5 = '
|
|
21857
|
+
const version$5 = '4.6.0';
|
|
21858
21858
|
|
|
21859
21859
|
/**
|
|
21860
21860
|
* Enum representing the severity levels of telemetry items.
|
|
@@ -42812,7 +42812,7 @@ const createClientLogCallback = (provider, metadata, scope) => {
|
|
|
42812
42812
|
};
|
|
42813
42813
|
|
|
42814
42814
|
// Generated by genversion.
|
|
42815
|
-
const version$2 = '
|
|
42815
|
+
const version$2 = '6.0.4';
|
|
42816
42816
|
|
|
42817
42817
|
/**
|
|
42818
42818
|
* Zod schema for telemetry configuration validation.
|
|
@@ -45364,7 +45364,7 @@ function createReducer (actions, initial = {}) {
|
|
|
45364
45364
|
record.updated = Date.now();
|
|
45365
45365
|
record.updates ??= 0;
|
|
45366
45366
|
record.updates++;
|
|
45367
|
-
record.value =
|
|
45367
|
+
record.value = entry.value;
|
|
45368
45368
|
record.transaction = entry.transaction;
|
|
45369
45369
|
// reset the mutated timestamp
|
|
45370
45370
|
record.mutated = undefined;
|
|
@@ -45400,7 +45400,7 @@ function createReducer (actions, initial = {}) {
|
|
|
45400
45400
|
const record = state[key];
|
|
45401
45401
|
if (record) {
|
|
45402
45402
|
// Update the record with the new value and metadata.
|
|
45403
|
-
record.value =
|
|
45403
|
+
record.value = value;
|
|
45404
45404
|
record.updated = updated;
|
|
45405
45405
|
record.mutated = Date.now();
|
|
45406
45406
|
record.updates ??= 0;
|
|
@@ -46531,7 +46531,7 @@ class ServiceDiscoveryConfigurator extends BaseConfigBuilder {
|
|
|
46531
46531
|
}
|
|
46532
46532
|
|
|
46533
46533
|
// Generated by genversion.
|
|
46534
|
-
const version$1 = '9.0.
|
|
46534
|
+
const version$1 = '9.0.4';
|
|
46535
46535
|
|
|
46536
46536
|
class ServiceDiscoveryProvider extends BaseModuleProvider {
|
|
46537
46537
|
config;
|
|
@@ -47050,7 +47050,7 @@ async function registerServiceWorker(framework) {
|
|
|
47050
47050
|
}
|
|
47051
47051
|
|
|
47052
47052
|
// Generated by genversion.
|
|
47053
|
-
const version = '3.0.7
|
|
47053
|
+
const version = '3.0.7';
|
|
47054
47054
|
|
|
47055
47055
|
// Allow dynamic import without vite
|
|
47056
47056
|
const importWithoutVite = (path) => import(/* @vite-ignore */ path);
|