@equinor/fusion
Advanced tools
Comparing version 0.1.26 to 0.1.27
@@ -18,3 +18,3 @@ import ApiClients from "../http/apiClients"; | ||
private updateLinksAsync; | ||
getLinkedContext(context: Context): Promise<Context | null>; | ||
getLinkedContextAsync(context: Context): Promise<Context | null>; | ||
getCurrentContext(): Context | null; | ||
@@ -21,0 +21,0 @@ getHistory(): Context[]; |
@@ -41,3 +41,3 @@ import { useState, useCallback, useEffect } from "react"; | ||
} | ||
async getLinkedContext(context) { | ||
async getLinkedContextAsync(context) { | ||
const links = await this.getAsync("links"); | ||
@@ -44,0 +44,0 @@ if (!links || !links[context.id]) { |
@@ -17,2 +17,3 @@ export { IAuthContainer, default as AuthContainer } from "./auth/AuthContainer"; | ||
export { withAbortController, useAbortControllerManager } from "./utils/AbortControllerManager"; | ||
export { useComponentDisplayType, ComponentDisplayType } from "./core/ComponentDisplayType"; | ||
export * from "./http/hooks/dataProxy/useHandover"; |
@@ -16,2 +16,3 @@ export { default as AuthContainer } from "./auth/AuthContainer"; | ||
export { withAbortController, useAbortControllerManager } from "./utils/AbortControllerManager"; | ||
export { useComponentDisplayType, ComponentDisplayType } from "./core/ComponentDisplayType"; | ||
export * from "./http/hooks/dataProxy/useHandover"; |
{ | ||
"name": "@equinor/fusion", | ||
"version": "0.1.26", | ||
"version": "0.1.27", | ||
"description": "Everything a Fusion app needs to communicate with the core", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
109148
2512