@equinor/fusion-framework-react-app 6.2.0 → 6.2.1

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.0";
1
+ export declare const version = "6.2.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-react-app",
3
- "version": "6.2.0",
3
+ "version": "6.2.1",
4
4
  "description": "",
5
5
  "main": "./dist/esm/index.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -56,6 +56,9 @@
56
56
  },
57
57
  "typesVersions": {
58
58
  "*": {
59
+ ".": [
60
+ "dist/types/index.d.ts"
61
+ ],
59
62
  "apploader": [
60
63
  "dist/types/apploader/index.d.ts"
61
64
  ],
@@ -103,13 +106,13 @@
103
106
  "directory": "packages/react"
104
107
  },
105
108
  "dependencies": {
106
- "@equinor/fusion-framework-app": "^9.3.16",
107
109
  "@equinor/fusion-framework-module": "^4.4.2",
108
- "@equinor/fusion-framework-module-navigation": "^5.0.2",
109
- "@equinor/fusion-framework-react": "^7.4.14",
110
+ "@equinor/fusion-framework-module-app": "^6.1.16",
111
+ "@equinor/fusion-framework-react": "^7.4.15",
112
+ "@equinor/fusion-framework-module-navigation": "^5.0.3",
110
113
  "@equinor/fusion-framework-react-module": "^3.1.12",
111
- "@equinor/fusion-framework-module-app": "^6.1.15",
112
- "@equinor/fusion-framework-react-module-http": "^9.0.2"
114
+ "@equinor/fusion-framework-react-module-http": "^9.0.3",
115
+ "@equinor/fusion-framework-app": "^9.3.17"
113
116
  },
114
117
  "devDependencies": {
115
118
  "@types/react": "^18.2.50",
@@ -120,18 +123,18 @@
120
123
  "typescript": "^5.8.2",
121
124
  "@equinor/fusion-framework-module-ag-grid": "^34.0.2",
122
125
  "@equinor/fusion-framework-module-event": "^4.3.6",
123
- "@equinor/fusion-framework-module-feature-flag": "^1.1.20",
124
- "@equinor/fusion-framework-react-module-bookmark": "^4.0.6",
125
- "@equinor/fusion-framework-react-module-context": "^6.2.30",
126
- "@equinor/fusion-observable": "^8.5.1",
127
- "@equinor/fusion-framework-module-msal": "^4.0.6"
126
+ "@equinor/fusion-framework-module-msal": "^4.0.7",
127
+ "@equinor/fusion-framework-react-module-context": "^6.2.31",
128
+ "@equinor/fusion-framework-module-feature-flag": "^1.1.21",
129
+ "@equinor/fusion-framework-react-module-bookmark": "^4.0.7",
130
+ "@equinor/fusion-observable": "^8.5.1"
128
131
  },
129
132
  "peerDependencies": {
130
133
  "@types/react": "^17.0.0 || ^18.0.0",
131
134
  "react": "^17.0.0 || ^18.0.0",
132
135
  "react-dom": "^17.0.0 || ^18.0.0",
133
136
  "rxjs": "^7.8.1",
134
- "@equinor/fusion-framework-module-msal": "^4.0.6"
137
+ "@equinor/fusion-framework-module-msal": "^4.0.7"
135
138
  },
136
139
  "peerDependenciesMeta": {
137
140
  "@equinor/fusion-framework-react-module-ag-grid": {
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '6.2.0';
2
+ export const version = '6.2.1';