@equinor/fusion-framework-module-service-discovery
Advanced tools
Comparing version 0.6.2 to 0.7.0
@@ -6,2 +6,27 @@ # Change Log | ||
## 0.7.0 (2022-08-29) | ||
### ⚠ BREAKING CHANGES | ||
* rename fetch | ||
* fix(module-service-discovery): update http client consumer | ||
* build: update allowed branches | ||
* build: add conventional commit | ||
* build: use conventionalcommits | ||
* build(module-http): push major | ||
* build: update deps | ||
### Features | ||
* rename fetch method ([#226](https://github.com/equinor/fusion-framework/issues/226)) ([f02df7c](https://github.com/equinor/fusion-framework/commit/f02df7cdd2b9098b0da49c5ea56ac3b6a17e9e32)) | ||
## 0.6.2 (2022-08-19) | ||
@@ -8,0 +33,0 @@ |
@@ -39,3 +39,3 @@ export class ServiceDiscoveryClient { | ||
const { http, selector, endpoint } = this; | ||
const result = await http.fetchAsync(endpoint, { selector }); | ||
const result = await http.fetch(endpoint, { selector }); | ||
return result; | ||
@@ -42,0 +42,0 @@ } |
{ | ||
"name": "@equinor/fusion-framework-module-service-discovery", | ||
"version": "0.6.2", | ||
"version": "0.7.0", | ||
"description": "", | ||
@@ -27,3 +27,3 @@ "main": "dist/esm/index.js", | ||
"@equinor/fusion-framework-module": "^0.4.2", | ||
"@equinor/fusion-framework-module-http": "^0.6.2" | ||
"@equinor/fusion-framework-module-http": "^1.0.0" | ||
}, | ||
@@ -33,3 +33,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "ac0ad3f30905bed1e292c609684db498de0d2435" | ||
"gitHead": "ae542a7d76f357f0b371b4abc0b143123a248fb3" | ||
} |
@@ -66,3 +66,3 @@ import { IHttpClient } from '@equinor/fusion-framework-module-http'; | ||
const { http, selector, endpoint } = this; | ||
const result = await http.fetchAsync(endpoint, { selector }); | ||
const result = await http.fetch(endpoint, { selector }); | ||
return result; | ||
@@ -69,0 +69,0 @@ } catch (err) { |
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
97144
+ Added@equinor/fusion-framework-module-http@1.0.2(transitive)
- Removed@equinor/fusion-framework-module-http@0.6.2(transitive)