@equinor/fusion-framework-cli 10.4.1 → 10.5.0-msal-484171d31c2a15834981f279f48b601b9e3cdb73
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 +12 -0
- package/dist/bin/dev-portal/config.js +10 -8
- package/dist/bin/dev-portal/config.js.map +1 -1
- package/dist/bin/public/assets/{index-BiuBz_ru.js → index-CsLa2nG-.js} +630 -615
- package/dist/bin/public/index.html +1 -1
- package/dist/types/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +9 -9
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "10.4.
|
|
1
|
+
export declare const version = "10.4.2";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-cli",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.5.0-msal-484171d31c2a15834981f279f48b601b9e3cdb73",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"Fusion",
|
|
6
6
|
"Fusion Framework",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@equinor/fusion-react-side-sheet": "1.3.4",
|
|
68
68
|
"@equinor/fusion-react-styles": "^0.6.0",
|
|
69
69
|
"@equinor/fusion-wc-chip": "^1.2.1",
|
|
70
|
-
"@equinor/fusion-wc-person": "^3.1.
|
|
70
|
+
"@equinor/fusion-wc-person": "^3.1.4",
|
|
71
71
|
"@material-ui/styles": "^4.11.5",
|
|
72
72
|
"@types/adm-zip": "^0.5.0",
|
|
73
73
|
"@types/loader-utils": "^2.0.6",
|
|
@@ -84,19 +84,19 @@
|
|
|
84
84
|
"rxjs": "^7.8.1",
|
|
85
85
|
"styled-components": "^6.0.7",
|
|
86
86
|
"typescript": "^5.5.4",
|
|
87
|
+
"@equinor/fusion-framework": "^7.3.0-msal-484171d31c2a15834981f279f48b601b9e3cdb73",
|
|
87
88
|
"@equinor/fusion-framework-module-app": "^6.1.4",
|
|
88
|
-
"@equinor/fusion-framework-app": "^9.2.3",
|
|
89
89
|
"@equinor/fusion-framework-module-bookmark": "^2.1.1",
|
|
90
|
+
"@equinor/fusion-framework-app": "^9.3.0-msal-484171d31c2a15834981f279f48b601b9e3cdb73",
|
|
90
91
|
"@equinor/fusion-framework-module-context": "^5.0.16",
|
|
91
92
|
"@equinor/fusion-framework-module-feature-flag": "^1.1.12",
|
|
92
|
-
"@equinor/fusion-framework": "^
|
|
93
|
-
"@equinor/fusion-framework-module-msal": "^3.1.5",
|
|
93
|
+
"@equinor/fusion-framework-module-msal": "^4.0.0-msal-484171d31c2a15834981f279f48b601b9e3cdb73",
|
|
94
94
|
"@equinor/fusion-framework-module-navigation": "^4.0.7",
|
|
95
95
|
"@equinor/fusion-framework-module-services": "^5.1.0",
|
|
96
|
-
"@equinor/fusion-framework-react
|
|
97
|
-
"@equinor/fusion-framework-react": "^
|
|
98
|
-
"@equinor/fusion-framework-react-components-people-provider": "^1.5.
|
|
99
|
-
"@equinor/fusion-framework-react-module-bookmark": "^
|
|
96
|
+
"@equinor/fusion-framework-react": "^7.4.0-msal-484171d31c2a15834981f279f48b601b9e3cdb73",
|
|
97
|
+
"@equinor/fusion-framework-react-components-bookmark": "^1.0.8-msal-484171d31c2a15834981f279f48b601b9e3cdb73",
|
|
98
|
+
"@equinor/fusion-framework-react-components-people-provider": "^1.5.3-msal-484171d31c2a15834981f279f48b601b9e3cdb73",
|
|
99
|
+
"@equinor/fusion-framework-react-module-bookmark": "^3.0.0-msal-484171d31c2a15834981f279f48b601b9e3cdb73",
|
|
100
100
|
"@equinor/fusion-observable": "^8.4.4",
|
|
101
101
|
"@equinor/fusion-query": "^5.2.1"
|
|
102
102
|
},
|