@equinor/fusion-framework-module-context
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -6,2 +6,8 @@ # Change Log | ||
## 1.1.0 (2022-12-05) | ||
### Features | ||
- **contextselector:** cli context selector ([f414466](https://github.com/equinor/fusion-framework/commit/f4144668e4deee32ed229807d81a0ea08ba5a476)) | ||
## 1.0.1 (2022-12-05) | ||
@@ -8,0 +14,0 @@ |
@@ -14,2 +14,3 @@ import { Observable } from 'rxjs'; | ||
queryContext(search: string): Observable<Array<ContextItem>>; | ||
queryContextAsync(search: string): Promise<Array<ContextItem>>; | ||
} | ||
@@ -16,0 +17,0 @@ export declare class ContextProvider implements IContextProvider { |
{ | ||
"name": "@equinor/fusion-framework-module-context", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "", | ||
@@ -46,3 +46,3 @@ "main": "./dist/esm/index.js", | ||
}, | ||
"gitHead": "3bb1fed86aad515b594dad564444575ef552d87d" | ||
"gitHead": "853945f3f7e97bc5370ce68c4f9d6b513bbac5c5" | ||
} |
@@ -28,4 +28,4 @@ import { lastValueFrom, Observable, Subscription } from 'rxjs'; | ||
currentContext: ContextItem | undefined; | ||
queryContext(search: string): Observable<Array<ContextItem>>; | ||
queryContextAsync(search: string): Promise<Array<ContextItem>>; | ||
} | ||
@@ -32,0 +32,0 @@ |
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
177750
1017