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

@equinor/fusion-framework-module-service-discovery

Package Overview
Dependencies
Maintainers
3
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/fusion-framework-module-service-discovery - npm Package Compare versions

Comparing version 0.6.2 to 0.7.0

25

CHANGELOG.md

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

2

dist/esm/client.js

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

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