@equinor/roma-framework 6.0.1-beta.7 → 6.0.1-beta.8
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/dev-portal/package.json +2 -2
- package/package.json +2 -2
- package/roma-framework.mjs +1 -1
package/dev-portal/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/roma-framework",
|
|
3
|
-
"version": "6.0.1-beta.
|
|
3
|
+
"version": "6.0.1-beta.8",
|
|
4
4
|
"repository": "https://github.com/equinor/tops-roma",
|
|
5
5
|
"types": "./index.d.ts",
|
|
6
6
|
"private": false,
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@equinor/fusion-framework-react-module": "^4.0.0",
|
|
23
23
|
"@equinor/fusion-framework-react-module-http": "^11.0.0",
|
|
24
24
|
"@equinor/fusion-framework-react-router": "^1.0.2",
|
|
25
|
-
"@equinor/roma-sse-module": "1.0.0-beta.
|
|
25
|
+
"@equinor/roma-sse-module": "1.0.0-beta.6",
|
|
26
26
|
"react": "^19.2.4",
|
|
27
27
|
"react-dom": "^19.2.4",
|
|
28
28
|
"react-router-dom": "^7.13.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/roma-framework",
|
|
3
|
-
"version": "6.0.1-beta.
|
|
3
|
+
"version": "6.0.1-beta.8",
|
|
4
4
|
"repository": "https://github.com/equinor/tops-roma",
|
|
5
5
|
"types": "./index.d.ts",
|
|
6
6
|
"private": false,
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@equinor/fusion-framework-react-module": "^4.0.0",
|
|
23
23
|
"@equinor/fusion-framework-react-module-http": "^11.0.0",
|
|
24
24
|
"@equinor/fusion-framework-react-router": "^1.0.2",
|
|
25
|
-
"@equinor/roma-sse-module": "1.0.0-beta.
|
|
25
|
+
"@equinor/roma-sse-module": "1.0.0-beta.6",
|
|
26
26
|
"react": "^19.2.4",
|
|
27
27
|
"react-dom": "^19.2.4",
|
|
28
28
|
"react-router-dom": "^7.13.2",
|
package/roma-framework.mjs
CHANGED
|
@@ -197,7 +197,7 @@ const makeComponent = (Component, args, configure2) => lazy(async () => {
|
|
|
197
197
|
source: Component
|
|
198
198
|
});
|
|
199
199
|
const queryClient = args.query ?? new QueryClient();
|
|
200
|
-
const version2 = "6.0.1-beta.
|
|
200
|
+
const version2 = "6.0.1-beta.8";
|
|
201
201
|
return {
|
|
202
202
|
default: () => /* @__PURE__ */ jsx(FrameworkProvider, { value: fusion, children: /* @__PURE__ */ jsx(IntlProvider, { locale: navigator.language, children: /* @__PURE__ */ jsx(QueryClientProvider, { client: queryClient, children: /* @__PURE__ */ jsx(StyleProvider, { scope: `roma-${appKey}`, version: version2, children: /* @__PURE__ */ jsx(
|
|
203
203
|
EdsEventProvider,
|