@equinor/fusion-framework-react-module-context 6.2.4 → 6.2.6-beta-cli-78048476c3d6eb4c8273320a739e5112fc7979fd

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.
@@ -1 +1 @@
1
- export declare const version = "6.2.4";
1
+ export declare const version = "6.2.5";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-react-module-context",
3
- "version": "6.2.4",
3
+ "version": "6.2.6-beta-cli-78048476c3d6eb4c8273320a739e5112fc7979fd",
4
4
  "description": "",
5
5
  "main": "dist/esm/index.js",
6
6
  "exports": {
@@ -22,10 +22,10 @@
22
22
  "directory": "packages/react/modules/context"
23
23
  },
24
24
  "dependencies": {
25
- "@equinor/fusion-framework-module-context": "^5.0.3",
26
- "@equinor/fusion-framework-react-module": "^3.1.1",
27
25
  "@equinor/fusion-observable": "^8.3.0",
28
- "@equinor/fusion-query": "^5.0.1"
26
+ "@equinor/fusion-query": "^5.0.3-beta-cli-78048476c3d6eb4c8273320a739e5112fc7979fd",
27
+ "@equinor/fusion-framework-react-module": "^3.1.1",
28
+ "@equinor/fusion-framework-module-context": "^5.0.5-beta-cli-78048476c3d6eb4c8273320a739e5112fc7979fd"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/react": "^18.2.50",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '6.2.4';
2
+ export const version = '6.2.5';