@equinor/fusion-framework-module-app
Advanced tools
Comparing version 6.0.0 to 6.0.1
# Change Log | ||
## 6.0.1 | ||
### Patch Changes | ||
- [#2520](https://github.com/equinor/fusion-framework/pull/2520) [`248ee1f`](https://github.com/equinor/fusion-framework/commit/248ee1f83978a158dfb88dd47d8e8bcaac0e3574) Thanks [@eikeland](https://github.com/eikeland)! - ### Changes: | ||
- Updated the `AppClient` class to modify the query path in the `fn` method for fetching app manifests: | ||
- Changed the path from `/apps/${appKey}` to `/persons/me/apps/${appKey}`. | ||
## 6.0.0 | ||
@@ -4,0 +12,0 @@ |
@@ -71,3 +71,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
fn: ({ appKey }) => { | ||
return client.json(`/apps/${appKey}`, { | ||
return client.json(`/persons/me/apps/${appKey}`, { | ||
headers: { | ||
@@ -74,0 +74,0 @@ 'Api-Version': '1.0', |
// Generated by genversion. | ||
export const version = '6.0.0'; | ||
export const version = '6.0.1'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,1 +0,1 @@ | ||
export declare const version = "6.0.0"; | ||
export declare const version = "6.0.1"; |
{ | ||
"name": "@equinor/fusion-framework-module-app", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "", | ||
@@ -59,12 +59,12 @@ "main": "dist/esm/index.js", | ||
"zod": "^3.23.8", | ||
"@equinor/fusion-observable": "^8.4.1", | ||
"@equinor/fusion-query": "^5.1.3" | ||
"@equinor/fusion-query": "^5.1.3", | ||
"@equinor/fusion-observable": "^8.4.1" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^5.5.4", | ||
"@equinor/fusion-framework-module-event": "^4.2.4", | ||
"@equinor/fusion-framework-module": "^4.3.5", | ||
"@equinor/fusion-framework-module-http": "^6.2.0", | ||
"@equinor/fusion-framework-module-event": "^4.2.4", | ||
"@equinor/fusion-framework-module-msal": "^3.1.5", | ||
"@equinor/fusion-framework-module-service-discovery": "^8.0.1" | ||
"@equinor/fusion-framework-module-service-discovery": "^8.0.1", | ||
"@equinor/fusion-framework-module-http": "^6.2.0" | ||
}, | ||
@@ -71,0 +71,0 @@ "scripts": { |
@@ -71,3 +71,3 @@ import { catchError, map, Observable, ObservableInput } from 'rxjs'; | ||
fn: ({ appKey }) => { | ||
return client.json(`/apps/${appKey}`, { | ||
return client.json(`/persons/me/apps/${appKey}`, { | ||
headers: { | ||
@@ -74,0 +74,0 @@ 'Api-Version': '1.0', |
// Generated by genversion. | ||
export const version = '6.0.0'; | ||
export const version = '6.0.1'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
400341