Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@equinor/fusion-framework-module-app

Package Overview
Dependencies
Maintainers
0
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/fusion-framework-module-app - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

8

CHANGELOG.md
# 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 @@

2

dist/esm/AppClient.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc