@equinor/fusion-framework-cli 11.0.0-next.14 → 11.0.0-next.15

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 CHANGED
@@ -1,5 +1,18 @@
1
1
  # Change Log
2
2
 
3
+ ## 11.0.0-next.15
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3137](https://github.com/equinor/fusion-framework/pull/3137) [`7c58c78`](https://github.com/equinor/fusion-framework/commit/7c58c7868c66b1fc0f720b4ed13d39e0fe505461) Thanks [@odinr](https://github.com/odinr)! - updates from main
8
+
9
+ - [#3075](https://github.com/equinor/fusion-framework/pull/3075) [`db34d90`](https://github.com/equinor/fusion-framework/commit/db34d9003d64e4c7cb46cf0c95f0c7a0e7587128) Thanks [@odinr](https://github.com/odinr)! - merge with main
10
+
11
+ - Updated dependencies [[`7c58c78`](https://github.com/equinor/fusion-framework/commit/7c58c7868c66b1fc0f720b4ed13d39e0fe505461), [`db34d90`](https://github.com/equinor/fusion-framework/commit/db34d9003d64e4c7cb46cf0c95f0c7a0e7587128)]:
12
+ - @equinor/fusion-imports@1.1.1-next.1
13
+ - @equinor/fusion-framework-dev-portal@1.0.0-next.3
14
+ - @equinor/fusion-framework-dev-server@1.0.0-next.10
15
+
3
16
  ## 11.0.0-next.14
4
17
 
5
18
  ### Patch Changes
package/bin/build/bin.js CHANGED
@@ -1,4 +1,4 @@
1
- export { b as buildApplication, c as buildPortal, a as bundleApp, d as bundlePortal, g as generateApplicationConfig, e as generatePortalConfig, l as loadPortalManifest, h as pack, p as publishAppConfig, f as publishPortalConfig, s as startAppDevServer } from './portal-config-publish--QAre9Id.js';
1
+ export { b as buildApplication, c as buildPortal, a as bundleApp, d as bundlePortal, g as generateApplicationConfig, e as generatePortalConfig, l as loadPortalManifest, h as pack, p as publishAppConfig, f as publishPortalConfig, s as startAppDevServer } from './portal-config-publish-8-d0BD44.js';
2
2
  import 'vite';
3
3
  import 'chalk';
4
4
  import '@equinor/fusion-imports';
package/bin/build/cli.js CHANGED
@@ -4,7 +4,7 @@ import { readPackageUpSync } from 'read-package-up';
4
4
  import { createCommand, createOption, InvalidOptionArgumentError, Command } from 'commander';
5
5
  import 'node:fs';
6
6
  import chalk from 'chalk';
7
- import { S as Spinner, b as buildApplication, a as bundleApp, F as FusionEnv, r as resolveDefaultEnv, i as resolveProjectPackage, j as resolveAppManifest, k as initializeFramework, p as publishAppConfig, g as generateApplicationConfig, m as formatPath, H as HttpJsonResponseError, n as loadAppManifest, s as startAppDevServer, o as fileExistsSync, N as NoAccountsError, q as resolvePortalManifest, t as resolvePortalConfig, u as createDevServer, l as loadPortalManifest, v as getDefaultExportFromCjs, w as loadPortalSchema, x as writeFile$1, c as buildPortal, d as bundlePortal, f as publishPortalConfig, e as generatePortalConfig } from './portal-config-publish--QAre9Id.js';
7
+ import { S as Spinner, b as buildApplication, a as bundleApp, F as FusionEnv, r as resolveDefaultEnv, i as resolveProjectPackage, j as resolveAppManifest, k as initializeFramework, p as publishAppConfig, g as generateApplicationConfig, m as formatPath, H as HttpJsonResponseError, n as loadAppManifest, s as startAppDevServer, o as fileExistsSync, N as NoAccountsError, q as resolvePortalManifest, t as resolvePortalConfig, u as createDevServer, l as loadPortalManifest, v as getDefaultExportFromCjs, w as loadPortalSchema, x as writeFile$1, c as buildPortal, d as bundlePortal, f as publishPortalConfig, e as generatePortalConfig } from './portal-config-publish-8-d0BD44.js';
8
8
  import { importJSON } from '@equinor/fusion-imports';
9
9
  import '@equinor/fusion-framework-dev-server';
10
10
  import 'vite';
@@ -1,4 +1,4 @@
1
- import { P as PublicClientApplication } from './portal-config-publish--QAre9Id.js';
1
+ import { P as PublicClientApplication } from './portal-config-publish-8-d0BD44.js';
2
2
  import 'crypto';
3
3
  import { promises } from 'fs';
4
4
  import { pid } from 'process';
@@ -30,7 +30,7 @@ import 'node:buffer';
30
30
  import 'node:util';
31
31
  import 'ora';
32
32
 
33
- /*! @azure/msal-node-extensions v1.5.13 2025-05-06 */
33
+ /*! @azure/msal-node-extensions v1.5.14 2025-05-30 */
34
34
  /*
35
35
  * Copyright (c) Microsoft Corporation. All rights reserved.
36
36
  * Licensed under the MIT License.
@@ -87,7 +87,7 @@ const ErrorCodes = {
87
87
  UNKNOWN: "unknown_error",
88
88
  };
89
89
 
90
- /*! @azure/msal-node-extensions v1.5.13 2025-05-06 */
90
+ /*! @azure/msal-node-extensions v1.5.14 2025-05-30 */
91
91
  /*
92
92
  * Copyright (c) Microsoft Corporation. All rights reserved.
93
93
  * Licensed under the MIT License.
@@ -175,7 +175,7 @@ class PersistenceError extends Error {
175
175
  }
176
176
  }
177
177
 
178
- /*! @azure/msal-node-extensions v1.5.13 2025-05-06 */
178
+ /*! @azure/msal-node-extensions v1.5.14 2025-05-30 */
179
179
  /*
180
180
  * Copyright (c) Microsoft Corporation. All rights reserved.
181
181
  * Licensed under the MIT License.
@@ -187,7 +187,7 @@ const isNodeError = (error) => {
187
187
  return !!error && typeof error === "object" && error.hasOwnProperty("code");
188
188
  };
189
189
 
190
- /*! @azure/msal-node-extensions v1.5.13 2025-05-06 */
190
+ /*! @azure/msal-node-extensions v1.5.14 2025-05-30 */
191
191
 
192
192
  /*
193
193
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -274,7 +274,7 @@ class CrossPlatformLock {
274
274
  }
275
275
  }
276
276
 
277
- /*! @azure/msal-node-extensions v1.5.13 2025-05-06 */
277
+ /*! @azure/msal-node-extensions v1.5.14 2025-05-30 */
278
278
 
279
279
  /*
280
280
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -368,7 +368,7 @@ class PersistenceCachePlugin {
368
368
  }
369
369
  }
370
370
 
371
- /*! @azure/msal-node-extensions v1.5.13 2025-05-06 */
371
+ /*! @azure/msal-node-extensions v1.5.14 2025-05-30 */
372
372
 
373
373
  /*
374
374
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -399,8 +399,8 @@ class BasePersistence {
399
399
  }
400
400
  }
401
401
 
402
- /*! @azure/msal-node-extensions v1.5.13 2025-05-06 */
403
- /*! @azure/msal-common v15.6.0 2025-05-06 */
402
+ /*! @azure/msal-node-extensions v1.5.14 2025-05-30 */
403
+ /*! @azure/msal-common v15.7.0 2025-05-30 */
404
404
  /*
405
405
  * Copyright (c) Microsoft Corporation. All rights reserved.
406
406
  * Licensed under the MIT License.
@@ -408,9 +408,9 @@ class BasePersistence {
408
408
  const Constants = {
409
409
  EMPTY_STRING: ""};
410
410
 
411
- /*! @azure/msal-node-extensions v1.5.13 2025-05-06 */
411
+ /*! @azure/msal-node-extensions v1.5.14 2025-05-30 */
412
412
 
413
- /*! @azure/msal-common v15.6.0 2025-05-06 */
413
+ /*! @azure/msal-common v15.7.0 2025-05-30 */
414
414
 
415
415
  /*
416
416
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -598,7 +598,7 @@ class Logger {
598
598
  }
599
599
  }
600
600
 
601
- /*! @azure/msal-node-extensions v1.5.13 2025-05-06 */
601
+ /*! @azure/msal-node-extensions v1.5.14 2025-05-30 */
602
602
 
603
603
  /*
604
604
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -761,7 +761,7 @@ class FilePersistence extends BasePersistence {
761
761
  }
762
762
  }
763
763
 
764
- /*! @azure/msal-node-extensions v1.5.13 2025-05-06 */
764
+ /*! @azure/msal-node-extensions v1.5.14 2025-05-30 */
765
765
 
766
766
  /*
767
767
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -795,7 +795,7 @@ else {
795
795
  }
796
796
  }
797
797
 
798
- /*! @azure/msal-node-extensions v1.5.13 2025-05-06 */
798
+ /*! @azure/msal-node-extensions v1.5.14 2025-05-30 */
799
799
  /*
800
800
  * Copyright (c) Microsoft Corporation. All rights reserved.
801
801
  * Licensed under the MIT License.
@@ -814,7 +814,7 @@ else {
814
814
  const DataProtectionScope = {
815
815
  CurrentUser: "CurrentUser"};
816
816
 
817
- /*! @azure/msal-node-extensions v1.5.13 2025-05-06 */
817
+ /*! @azure/msal-node-extensions v1.5.14 2025-05-30 */
818
818
 
819
819
  /*
820
820
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -894,7 +894,7 @@ class FilePersistenceWithDataProtection extends BasePersistence {
894
894
  }
895
895
  }
896
896
 
897
- /*! @azure/msal-node-extensions v1.5.13 2025-05-06 */
897
+ /*! @azure/msal-node-extensions v1.5.14 2025-05-30 */
898
898
 
899
899
  /*
900
900
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -975,7 +975,7 @@ class KeychainPersistence extends BasePersistence {
975
975
  }
976
976
  }
977
977
 
978
- /*! @azure/msal-node-extensions v1.5.13 2025-05-06 */
978
+ /*! @azure/msal-node-extensions v1.5.14 2025-05-30 */
979
979
 
980
980
  /*
981
981
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1057,7 +1057,7 @@ class LibSecretPersistence extends BasePersistence {
1057
1057
  }
1058
1058
  }
1059
1059
 
1060
- /*! @azure/msal-node-extensions v1.5.13 2025-05-06 */
1060
+ /*! @azure/msal-node-extensions v1.5.14 2025-05-30 */
1061
1061
 
1062
1062
  /*
1063
1063
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1145,7 +1145,7 @@ class Environment {
1145
1145
  }
1146
1146
  }
1147
1147
 
1148
- /*! @azure/msal-node-extensions v1.5.13 2025-05-06 */
1148
+ /*! @azure/msal-node-extensions v1.5.14 2025-05-30 */
1149
1149
 
1150
1150
  /*
1151
1151
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -23428,7 +23428,7 @@ class AuthConfigurator extends BaseConfigBuilder {
23428
23428
  // Dynamically import the createAuthClient function since the client uses `libsecret``
23429
23429
  // which is not default installed in all environments.
23430
23430
  // This avoids installing `libsecret` in environments where it is not needed, like CI/CD pipelines.
23431
- const { createAuthClient } = await import('./create-auth-client-DEexcuNX.js');
23431
+ const { createAuthClient } = await import('./create-auth-client-CUsaZifS.js');
23432
23432
  return createAuthClient(tenantId, clientId);
23433
23433
  });
23434
23434
  }
@@ -26406,7 +26406,7 @@ const resolveDefaultLogLevel = () => {
26406
26406
  const defaultLogLevel = resolveDefaultLogLevel();
26407
26407
 
26408
26408
  // Generated by genversion.
26409
- const version = '1.1.4';
26409
+ const version = '1.1.5-next.0';
26410
26410
 
26411
26411
  /**
26412
26412
  * Defines an abstract base class for a logger implementation that provides common logging functionality.
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '11.0.0-next.14';
2
+ export const version = '11.0.0-next.15';
3
3
  //# sourceMappingURL=version.js.map