@equinor/roma-framework 6.0.1-beta.4 → 6.0.1-beta.6

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/cypress.mjs CHANGED
@@ -2,9 +2,10 @@ import { jsx } from "react/jsx-runtime";
2
2
  import { FrameworkProvider } from "@equinor/fusion-framework-react";
3
3
  import { ModuleProvider } from "@equinor/fusion-framework-react-module";
4
4
  import { QueryClientProvider, QueryClient } from "@tanstack/react-query";
5
- import { _ as __extends, S as Subscription, h as __spreadArray, j as __read, k as arrRemove, l as isScheduler, O as Observable, g as getDefaultExportFromCjs, d as of, e as from, A as Action$2, B as BehaviorSubject, f as firstValueFrom, I as IntlProvider } from "./_commonjsHelpers-CIHTj2Un.mjs";
5
+ import { IntlProvider } from "react-intl";
6
6
  import * as React3 from "react";
7
7
  import React3__default from "react";
8
+ import { _ as __extends, S as Subscription, h as __spreadArray, j as __read, k as arrRemove, l as isScheduler, O as Observable, g as getDefaultExportFromCjs, d as of, e as from, A as Action$2, B as BehaviorSubject, f as firstValueFrom } from "./_commonjsHelpers-DKlypwS6.mjs";
8
9
  import require$$2 from "react-dom";
9
10
  var dateTimestampProvider = {
10
11
  now: function() {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/roma-framework",
3
- "version": "6.0.1-beta.4",
3
+ "version": "6.0.1-beta.6",
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": "workspace:*",
25
+ "@equinor/roma-sse-module": "1.0.0-beta.5",
26
26
  "react": "^19.2.4",
27
27
  "react-dom": "^19.2.4",
28
28
  "react-intl": "^10.1.0",