@equinor/fusion-framework-dev-portal 1.4.4 → 1.4.5

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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @equinor/fusion-framework-dev-portal
2
2
 
3
+ ## 1.4.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @equinor/fusion-framework-app@10.4.6
9
+ - @equinor/fusion-framework@7.4.10
10
+ - @equinor/fusion-framework-dev-server@1.1.29
11
+
3
12
  ## 1.4.4
4
13
 
5
14
  ### Patch Changes
package/dist/main.js CHANGED
@@ -46917,7 +46917,7 @@ const $3e = {
46917
46917
  ...s
46918
46918
  }
46919
46919
  });
46920
- }, Qh = "7.2.1", R3e = ci.object({
46920
+ }, Qh = "7.2.2", R3e = ci.object({
46921
46921
  provider: ci.custom().optional(),
46922
46922
  metadata: ci.record(ci.string(), ci.unknown()).optional().default({
46923
46923
  module: "msal",
@@ -51311,7 +51311,7 @@ const V6e = "services", U6e = (t, e) => async (n) => {
51311
51311
  }
51312
51312
  }, F6e = (t) => {
51313
51313
  t.addConfig({ module: sne });
51314
- }, B6e = "7.4.9";
51314
+ }, B6e = "7.4.10";
51315
51315
  class q6e extends Ife {
51316
51316
  /**
51317
51317
  * The class name used for event naming. This static property ensures
@@ -80034,7 +80034,7 @@ const pUe = [], mUe = {
80034
80034
  return Promise.resolve(e(n));
80035
80035
  }
80036
80036
  });
80037
- }, vUe = "1.4.4", yUe = async (t) => {
80037
+ }, vUe = "1.4.5", yUe = async (t) => {
80038
80038
  LA(t, {
80039
80039
  attachConfiguratorEvents: !0,
80040
80040
  configure: (e, n) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-dev-portal",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "module": "./dist/main.js",
@@ -42,24 +42,24 @@
42
42
  "vite": "^7.1.12"
43
43
  },
44
44
  "peerDependencies": {
45
- "@equinor/fusion-framework-app": "10.4.5",
46
- "@equinor/fusion-framework": "7.4.9",
47
- "@equinor/fusion-framework-dev-server": "1.1.28",
48
- "@equinor/fusion-framework-module-ag-grid": "34.4.0",
45
+ "@equinor/fusion-framework": "7.4.10",
46
+ "@equinor/fusion-framework-app": "10.4.6",
47
+ "@equinor/fusion-framework-dev-server": "1.1.29",
49
48
  "@equinor/fusion-framework-module-app": "7.4.0",
50
49
  "@equinor/fusion-framework-module-analytics": "0.2.3",
50
+ "@equinor/fusion-framework-module-ag-grid": "34.4.0",
51
+ "@equinor/fusion-framework-module-feature-flag": "1.1.27",
51
52
  "@equinor/fusion-framework-module-bookmark": "3.0.5",
53
+ "@equinor/fusion-framework-module-context": "7.0.2",
52
54
  "@equinor/fusion-framework-module-navigation": "6.0.0",
53
- "@equinor/fusion-framework-module-telemetry": "4.6.3",
55
+ "@equinor/fusion-framework-react-components-bookmark": "1.1.2",
56
+ "@equinor/fusion-framework-react-components-people-provider": "1.5.25",
54
57
  "@equinor/fusion-framework-module-services": "7.1.7",
55
58
  "@equinor/fusion-framework-react": "7.4.19",
56
- "@equinor/fusion-framework-module-feature-flag": "1.1.27",
57
- "@equinor/fusion-framework-module-context": "7.0.2",
58
- "@equinor/fusion-framework-react-components-bookmark": "1.1.2",
59
+ "@equinor/fusion-framework-module-telemetry": "4.6.3",
59
60
  "@equinor/fusion-framework-react-module-bookmark": "5.0.1",
60
- "@equinor/fusion-framework-react-components-people-provider": "1.5.25",
61
- "@equinor/fusion-observable": "8.5.7",
62
- "@equinor/fusion-query": "6.0.3"
61
+ "@equinor/fusion-query": "6.0.3",
62
+ "@equinor/fusion-observable": "8.5.7"
63
63
  },
64
64
  "peerDependenciesMeta": {
65
65
  "@equinor/fusion-framework": {
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '1.4.4';
2
+ export const version = '1.4.5';