@equinor/fusion-framework-dev-portal 1.2.0 → 1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @equinor/fusion-framework-dev-portal
2
2
 
3
+ ## 1.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3542](https://github.com/equinor/fusion-framework/pull/3542) [`2d4fd18`](https://github.com/equinor/fusion-framework/commit/2d4fd18394e8545b4616140a93a369d5ae77ccbc) Thanks [@eikeland](https://github.com/eikeland)! - Updated person component dependencies for improved functionality and bug fixes.
8
+
9
+ - Updated `@equinor/fusion-react-person` from `^0.10.3` to `^0.10.10` in app-react-people cookbook
10
+ - Updated `@equinor/fusion-wc-person` from `^3.1.8` to `^3.2.4` in dev-portal and people-resolver packages
11
+
12
+ - [#3547](https://github.com/equinor/fusion-framework/pull/3547) [`99a3c26`](https://github.com/equinor/fusion-framework/commit/99a3c26275c2089c3708124f5819ce383d8dc3dc) Thanks [@odinr](https://github.com/odinr)! - Enhanced dev-portal with portal proxy service worker configuration ([Issue #3546](https://github.com/equinor/fusion-framework/issues/3546)).
13
+
14
+ - Added `/portal-proxy` service worker resource configuration in dev-server.ts
15
+ - Routes portal proxy requests to Fusion portal service API (`/@fusion-api/portals`)
16
+ - Enables portal proxy functionality for testing against real portal environments
17
+
18
+ This change supports the portal proxy feature by configuring the service worker to properly route portal requests through the dev-server proxy system.
19
+
3
20
  ## 1.2.0
4
21
 
5
22
  ### Minor Changes
package/dev-server.ts CHANGED
@@ -53,6 +53,11 @@ if (serviceScopes.length === 0) {
53
53
  rewrite: '/@fusion-api/help',
54
54
  scopes: serviceScopes,
55
55
  },
56
+ {
57
+ url: '/portal-proxy',
58
+ rewrite: '/@fusion-api/portals',
59
+ scopes: serviceScopes,
60
+ },
56
61
  ],
57
62
  },
58
63
  },
package/dist/main.js CHANGED
@@ -75783,7 +75783,7 @@ const G$e = "featureFlag", K$e = {
75783
75783
  return Promise.resolve(e(r));
75784
75784
  }
75785
75785
  });
75786
- }, Y$e = "1.2.0", Q$e = async (t) => {
75786
+ }, Y$e = "1.2.1", Q$e = async (t) => {
75787
75787
  qR(t, {
75788
75788
  attachConfiguratorEvents: !0,
75789
75789
  configure: (e, r) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-dev-portal",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "module": "./dist/main.js",
@@ -41,21 +41,21 @@
41
41
  "typescript": "^5.8.2",
42
42
  "vite": "^7.1.9",
43
43
  "@equinor/fusion-framework": "7.4.0",
44
- "@equinor/fusion-framework-dev-server": "1.1.4",
45
- "@equinor/fusion-framework-app": "10.1.0",
46
44
  "@equinor/fusion-framework-module-app": "7.0.2",
45
+ "@equinor/fusion-framework-dev-server": "1.1.5",
46
+ "@equinor/fusion-framework-app": "10.1.0",
47
47
  "@equinor/fusion-framework-module-bookmark": "3.0.2",
48
+ "@equinor/fusion-framework-module-feature-flag": "1.1.24",
49
+ "@equinor/fusion-framework-module-navigation": "6.0.0",
48
50
  "@equinor/fusion-framework-module-context": "7.0.1",
51
+ "@equinor/fusion-framework-react": "7.4.18",
49
52
  "@equinor/fusion-framework-module-services": "7.1.2",
50
- "@equinor/fusion-framework-module-navigation": "6.0.0",
51
- "@equinor/fusion-framework-module-feature-flag": "1.1.24",
52
53
  "@equinor/fusion-framework-module-telemetry": "4.2.0",
53
- "@equinor/fusion-framework-react": "7.4.18",
54
+ "@equinor/fusion-framework-react-components-people-provider": "1.5.25",
54
55
  "@equinor/fusion-framework-react-components-bookmark": "1.1.1",
55
- "@equinor/fusion-framework-react-components-people-provider": "1.5.24",
56
56
  "@equinor/fusion-observable": "8.5.5",
57
- "@equinor/fusion-query": "6.0.0",
58
- "@equinor/fusion-framework-react-module-bookmark": "5.0.1"
57
+ "@equinor/fusion-framework-react-module-bookmark": "5.0.1",
58
+ "@equinor/fusion-query": "6.0.0"
59
59
  },
60
60
  "scripts": {
61
61
  "start": "tsx dev-server.ts",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '1.2.0';
2
+ export const version = '1.2.1';