@bf2/ui-shared
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -69,4 +69,18 @@ import React from "react"; | ||
*/ | ||
sr: undefined; | ||
sr: { | ||
/** | ||
* apiBasePath is the base path for accessing service registry data plane | ||
*/ | ||
apiBasePath: string; | ||
}; | ||
/** | ||
* srs provides configuration with the Service Registry control plane | ||
*/ | ||
srs: { | ||
/** | ||
* apiBasePath is the base path for accessing SRS Fleet Manager | ||
*/ | ||
apiBasePath: string; | ||
}; | ||
/** | ||
* federatedModules defines how we load all the federated modules in the UI | ||
@@ -91,2 +105,6 @@ */ | ||
sr: FederatedModuleConfig; | ||
/** | ||
* srs defines how we load the federated module(s) | ||
*/ | ||
srs: FederatedModuleConfig; | ||
}; | ||
@@ -93,0 +111,0 @@ }; |
@@ -69,4 +69,18 @@ import React from "react"; | ||
*/ | ||
sr: undefined; | ||
sr: { | ||
/** | ||
* apiBasePath is the base path for accessing service registry data plane | ||
*/ | ||
apiBasePath: string; | ||
}; | ||
/** | ||
* srs provides configuration with the Service Registry control plane | ||
*/ | ||
srs: { | ||
/** | ||
* apiBasePath is the base path for accessing SRS Fleet Manager | ||
*/ | ||
apiBasePath: string; | ||
}; | ||
/** | ||
* federatedModules defines how we load all the federated modules in the UI | ||
@@ -91,2 +105,6 @@ */ | ||
sr: FederatedModuleConfig; | ||
/** | ||
* srs defines how we load the federated module(s) | ||
*/ | ||
srs: FederatedModuleConfig; | ||
}; | ||
@@ -93,0 +111,0 @@ }; |
{ | ||
"name": "@bf2/ui-shared", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "UI Shared contains a number of type definitions for shared data structures for the UI.", | ||
@@ -30,6 +30,6 @@ "main": "./dist/cjs/index.js", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "4.26.0", | ||
"@typescript-eslint/parser": "4.26.0", | ||
"@typescript-eslint/eslint-plugin": "4.27.0", | ||
"@typescript-eslint/parser": "4.27.0", | ||
"copyfiles": "2.4.1", | ||
"eslint": "7.27.0", | ||
"eslint": "7.28.0", | ||
"rimraf": "3.0.2", | ||
@@ -36,0 +36,0 @@ "typescript": "4.3.2" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
40605
734