@equinor/fusion-framework-react-app 4.3.6-widget-50a1870b → 4.3.6-widget-b2daf10f

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # Change Log
2
2
 
3
- ## 4.3.6-widget-50a1870b
3
+ ## 4.3.6-widget-b2daf10f
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [#1854](https://github.com/equinor/fusion-framework/pull/1854) [`0709eda`](https://github.com/equinor/fusion-framework/commit/0709edaff0b2bdd9b7cd5e9c247f3dd389d7440d) Thanks [@Noggling](https://github.com/Noggling)! - Exposing the `makeWidgetComponent` function and performing minor cleanup of the widget component.
8
8
 
9
9
  - Updated dependencies [[`0709eda`](https://github.com/equinor/fusion-framework/commit/0709edaff0b2bdd9b7cd5e9c247f3dd389d7440d)]:
10
- - @equinor/fusion-framework-react@6.0.3-widget-50a1870b
10
+ - @equinor/fusion-framework-react@6.0.3-widget-b2daf10f
11
11
 
12
12
  ## 4.3.5
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-react-app",
3
- "version": "4.3.6-widget-50a1870b",
3
+ "version": "4.3.6-widget-b2daf10f",
4
4
  "description": "",
5
5
  "main": "dist/esm/index.js",
6
6
  "exports": {
@@ -86,7 +86,7 @@
86
86
  "@equinor/fusion-framework-module": "^4.2.7",
87
87
  "@equinor/fusion-framework-module-app": "^5.2.13",
88
88
  "@equinor/fusion-framework-module-navigation": "^3.1.4",
89
- "@equinor/fusion-framework-react": "^6.0.3-widget-50a1870b",
89
+ "@equinor/fusion-framework-react": "^6.0.3-widget-b2daf10f",
90
90
  "@equinor/fusion-framework-react-module": "^3.0.8",
91
91
  "@equinor/fusion-framework-react-module-http": "^4.0.6"
92
92
  },
@@ -98,12 +98,12 @@
98
98
  "rxjs": "^7.8.1",
99
99
  "typescript": "^5.1.3",
100
100
  "@equinor/fusion-framework-module-event": "^4.0.8",
101
- "@equinor/fusion-framework-module-msal": "^3.0.10",
102
- "@equinor/fusion-framework-react-module-bookmark": "^2.0.33-widget-50a1870b",
103
101
  "@equinor/fusion-framework-module-feature-flag": "^1.0.2",
104
- "@equinor/fusion-framework-react-widget": "^1.0.1-widget-50a1870b",
105
- "@equinor/fusion-framework-react-module-context": "^6.0.20",
106
- "@equinor/fusion-observable": "^8.1.5"
102
+ "@equinor/fusion-framework-module-msal": "^3.0.10",
103
+ "@equinor/fusion-framework-react-module-bookmark": "^2.0.33-widget-b2daf10f",
104
+ "@equinor/fusion-framework-react-widget": "^1.0.1-widget-b2daf10f",
105
+ "@equinor/fusion-observable": "^8.1.5",
106
+ "@equinor/fusion-framework-react-module-context": "^6.0.20"
107
107
  },
108
108
  "peerDependencies": {
109
109
  "@types/react": "^17.0.0 || ^18.0.0",