@equinor/fusion-framework-app 9.3.20 → 9.3.22

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,26 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.3.22
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`8fffbfb`](https://github.com/equinor/fusion-framework/commit/8fffbfb12daa9748bf5290e5084cd4d409aed253), [`8fffbfb`](https://github.com/equinor/fusion-framework/commit/8fffbfb12daa9748bf5290e5084cd4d409aed253), [`8fffbfb`](https://github.com/equinor/fusion-framework/commit/8fffbfb12daa9748bf5290e5084cd4d409aed253), [`8fffbfb`](https://github.com/equinor/fusion-framework/commit/8fffbfb12daa9748bf5290e5084cd4d409aed253), [`8fffbfb`](https://github.com/equinor/fusion-framework/commit/8fffbfb12daa9748bf5290e5084cd4d409aed253), [`8fffbfb`](https://github.com/equinor/fusion-framework/commit/8fffbfb12daa9748bf5290e5084cd4d409aed253)]:
8
+ - @equinor/fusion-framework-module-bookmark@2.2.0
9
+ - @equinor/fusion-framework-module-http@6.3.4
10
+ - @equinor/fusion-framework-module@5.0.0
11
+ - @equinor/fusion-framework-module-app@6.1.17
12
+ - @equinor/fusion-framework-module-msal@4.0.8
13
+ - @equinor/fusion-framework@7.3.17
14
+ - @equinor/fusion-framework-module-event@4.3.7
15
+
16
+ ## 9.3.21
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies []:
21
+ - @equinor/fusion-framework@7.3.16
22
+ - @equinor/fusion-framework-module-bookmark@2.1.15
23
+
3
24
  ## 9.3.20
4
25
 
5
26
  ### Patch Changes
@@ -4,7 +4,7 @@
4
4
  * This function will add the portals bookmark provider to the applications modules.
5
5
  * When adding a payload generator to the bookmark provider, we will intercept the teardown function and add it to a cleanup set.
6
6
  *
7
- * @note
7
+ * @remarks
8
8
  * The cleanup function will be called when the module is disposed.
9
9
  * There are no guarantees that the dispose function will be called, incase of weird behavior.
10
10
  */
@@ -41,7 +41,7 @@ export const enableBookmark = (config) => {
41
41
  /**
42
42
  * If the property is not addPayloadGenerator, we want to access the property on the provider
43
43
  *
44
- * @note we can not use the Reflect API to access the property, as the provider is a proxy
44
+ * @remarks we can not use the Reflect API to access the property, as the provider is a proxy
45
45
  * and the Reflect API will not work as expected (can not access private properties)
46
46
  */
47
47
  if (prop in target) {
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '9.3.20';
2
+ export const version = '9.3.22';
3
3
  //# sourceMappingURL=version.js.map