@equinor/roma-framework 6.0.1-beta.1 → 6.0.1-beta.4
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 +1 -1
- package/package.json +1 -1
- package/roma-framework.mjs +1 -1
package/dev-portal/package.json
CHANGED
package/package.json
CHANGED
package/roma-framework.mjs
CHANGED
|
@@ -196,7 +196,7 @@ const makeComponent = (Component, args, configure2) => lazy(async () => {
|
|
|
196
196
|
source: Component
|
|
197
197
|
});
|
|
198
198
|
const queryClient = args.query ?? new QueryClient();
|
|
199
|
-
const version2 = "6.0.1-beta.
|
|
199
|
+
const version2 = "6.0.1-beta.4";
|
|
200
200
|
return {
|
|
201
201
|
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(
|
|
202
202
|
EdsEventProvider,
|