@equinor/fusion-framework-module-services
Advanced tools
Comparing version 0.1.1 to 0.2.0
@@ -6,2 +6,11 @@ # Change Log | ||
## [0.2.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@0.1.1...@equinor/fusion-framework-module-services@0.2.0) (2022-10-17) | ||
### Features | ||
* **observable:** expose async query function ([b9292fc](https://github.com/equinor/fusion-framework/commit/b9292fcabd0756c0340fc767acf592482b253cd0)) | ||
## 0.1.1 (2022-10-03) | ||
@@ -8,0 +17,0 @@ |
{ | ||
"name": "@equinor/fusion-framework-module-services", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "", | ||
@@ -51,5 +51,5 @@ "sideEffects": false, | ||
"devDependencies": { | ||
"@equinor/fusion-framework-module": "^1.2.3", | ||
"@equinor/fusion-framework-module-http": "^2.0.11", | ||
"@equinor/fusion-framework-module-service-discovery": "^3.0.3" | ||
"@equinor/fusion-framework-module": "^1.2.4", | ||
"@equinor/fusion-framework-module-http": "^2.0.12", | ||
"@equinor/fusion-framework-module-service-discovery": "^3.0.4" | ||
}, | ||
@@ -60,3 +60,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "573a97b7b0938a4cfad7063480ad88b5adab6ba1" | ||
"gitHead": "c36c98d5df35fab64c8afe40dd0072e8806655e4" | ||
} |
@@ -26,3 +26,2 @@ import { IHttpClient } from '@equinor/fusion-framework-module-http'; | ||
type ApiProviderCtorArgs<TClient extends IHttpClient = IHttpClient> = { | ||
@@ -29,0 +28,0 @@ /** method for creating IHttpClients for api clients */ |
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
124285