@equinor/fusion-framework-cli 0.2.1 → 0.2.2

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
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.2.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@0.2.1...@equinor/fusion-framework-cli@0.2.2) (2022-11-17)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **cli:** update dev scope for service discovery ([af1ff9c](https://github.com/equinor/fusion-framework/commit/af1ff9cb2eebb2a19b658549feef3b5822d8f8a3))
11
+
6
12
  ## [0.2.1](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@0.2.0...@equinor/fusion-framework-cli@0.2.1) (2022-11-16)
7
13
 
8
14
  **Note:** Version bump only for package @equinor/fusion-framework-cli
@@ -360,7 +360,7 @@ PERFORMANCE OF THIS SOFTWARE.
360
360
  class="progress">
361
361
  </circle>
362
362
  </svg>
363
- `}}Rr([Pi({type:String,reflect:!0})],is.prototype,"size",void 0);Rr([Pi({type:String,reflect:!0})],is.prototype,"color",void 0);is.styles=$b;const p0="fwc-circular-progress";let _g=class extends is{};_g=Rr([Cl(p0)],_g);const g0=Yh(ns,h0);Yh(is,p0);Yh(os,f0);const zb=async t=>{t.logger.level=4,t.configureServiceDiscovery({client:{baseUri:import.meta.url,defaultScopes:["97978493-9777-4d48-b38a-67b0b9cd88d2/.default"]}}),t.configureMsal({tenantId:"3aa4a235-b6e2-48d5-9195-7fcf05b459b0",clientId:"9b707e3a-3e90-41ed-a47e-652a1e3b53d0",redirectUri:"/authentication/login-callback"},{requiresAuth:!0}),t.onConfigured(()=>{console.log("framework config done")}),t.onInitialized(async e=>{e.auth.defaultClient.setLogger(new Uy(0)),console.debug("\u{1F4D2} subscribing to all events"),e.event.subscribe(r=>console.debug(`\u{1F514}\u{1F30D} [${r.type}]`,r)),console.debug("\u{1F4D2} subscribing to [onReactAppLoaded]"),e.event.addEventListener("onReactAppLoaded",r=>console.debug("\u{1F514} [onReactAppLoaded]",r))})};/**
363
+ `}}Rr([Pi({type:String,reflect:!0})],is.prototype,"size",void 0);Rr([Pi({type:String,reflect:!0})],is.prototype,"color",void 0);is.styles=$b;const p0="fwc-circular-progress";let _g=class extends is{};_g=Rr([Cl(p0)],_g);const g0=Yh(ns,h0);Yh(is,p0);Yh(os,f0);const zb=async t=>{t.logger.level=4,t.configureServiceDiscovery({client:{baseUri:import.meta.url,defaultScopes:["5a842df8-3238-415d-b168-9f16a6a6031b/.default"]}}),t.configureMsal({tenantId:"3aa4a235-b6e2-48d5-9195-7fcf05b459b0",clientId:"9b707e3a-3e90-41ed-a47e-652a1e3b53d0",redirectUri:"/authentication/login-callback"},{requiresAuth:!0}),t.onConfigured(()=>{console.log("framework config done")}),t.onInitialized(async e=>{e.auth.defaultClient.setLogger(new Uy(0)),console.debug("\u{1F4D2} subscribing to all events"),e.event.subscribe(r=>console.debug(`\u{1F514}\u{1F30D} [${r.type}]`,r)),console.debug("\u{1F4D2} subscribing to [onReactAppLoaded]"),e.event.addEventListener("onReactAppLoaded",r=>console.debug("\u{1F514} [onReactAppLoaded]",r))})};/**
364
364
  * @remix-run/router v1.0.3
365
365
  *
366
366
  * Copyright (c) Remix Software Inc.
@@ -5,7 +5,7 @@
5
5
  <meta charset="UTF-8" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>Fusion Framework Dev Portal</title>
8
- <script type="module" crossorigin src="/assets/index.3b2d2dca.js"></script>
8
+ <script type="module" crossorigin src="/assets/index.88bf3364.js"></script>
9
9
 
10
10
  <body>
11
11
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-cli",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "keywords": [
5
5
  "Fusion",
6
6
  "Fusion Framework",
@@ -46,5 +46,5 @@
46
46
  "react-router-dom": "^6.4.3",
47
47
  "typescript": "^4.8.4"
48
48
  },
49
- "gitHead": "9721ee0033c59a26292b63f19fc6ed23a6a6136b"
49
+ "gitHead": "3a9f76e09c825bb235593c1556ee58d148ed2c81"
50
50
  }