@equinor/fusion-framework-module-service-discovery
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -6,2 +6,8 @@ # Change Log | ||
## [5.0.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-service-discovery@5.0.1...@equinor/fusion-framework-module-service-discovery@5.0.2) (2023-01-16) | ||
### Bug Fixes | ||
- **legacy-interopt:** register legacy auth token resolve ([24ee4ea](https://github.com/equinor/fusion-framework/commit/24ee4eab42d4f472c8f4c8b959ce73f8f5b4dc1c)) | ||
## 5.0.1 (2023-01-16) | ||
@@ -8,0 +14,0 @@ |
@@ -10,2 +10,3 @@ export type EnvironmentResponse = { | ||
type?: string; | ||
clientId: string; | ||
services: Record<string, Service>; | ||
@@ -12,0 +13,0 @@ }; |
{ | ||
"name": "@equinor/fusion-framework-module-service-discovery", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "", | ||
@@ -34,3 +34,3 @@ "main": "dist/esm/index.js", | ||
}, | ||
"gitHead": "db5b21e3de0c17930bd969a050ae7ba0b14c8a9c" | ||
"gitHead": "641acc3c927c0aca011d567b41aa587a29169bcb" | ||
} |
@@ -11,2 +11,3 @@ export type EnvironmentResponse = { | ||
type?: string; | ||
clientId: string; | ||
services: Record<string, Service>; | ||
@@ -13,0 +14,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
163068
593