@bf2/ui-shared
Advanced tools
Comparing version 0.0.22 to 0.1.2
@@ -67,2 +67,6 @@ import React from "react"; | ||
/** | ||
* sr provides configuration with the Service Registry instance | ||
*/ | ||
sr: undefined; | ||
/** | ||
* federatedModules defines how we load all the federated modules in the UI | ||
@@ -83,2 +87,6 @@ */ | ||
guides: FederatedModuleConfig; | ||
/** | ||
* sr defines how we load the federated module(s) | ||
*/ | ||
sr: FederatedModuleConfig; | ||
}; | ||
@@ -85,0 +93,0 @@ }; |
@@ -67,2 +67,6 @@ import React from "react"; | ||
/** | ||
* sr provides configuration with the Service Registry instance | ||
*/ | ||
sr: undefined; | ||
/** | ||
* federatedModules defines how we load all the federated modules in the UI | ||
@@ -83,2 +87,6 @@ */ | ||
guides: FederatedModuleConfig; | ||
/** | ||
* sr defines how we load the federated module(s) | ||
*/ | ||
sr: FederatedModuleConfig; | ||
}; | ||
@@ -85,0 +93,0 @@ }; |
{ | ||
"name": "@bf2/ui-shared", | ||
"version": "0.0.22", | ||
"version": "0.1.2", | ||
"description": "UI Shared contains a number of type definitions for shared data structures for the UI.", | ||
@@ -30,8 +30,8 @@ "main": "./dist/cjs/index.js", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^4.24.0", | ||
"@typescript-eslint/parser": "^4.24.0", | ||
"copyfiles": "^2.4.1", | ||
"eslint": "^7.26.0", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.2.4" | ||
"@typescript-eslint/eslint-plugin": "4.26.0", | ||
"@typescript-eslint/parser": "4.26.0", | ||
"copyfiles": "2.4.1", | ||
"eslint": "7.27.0", | ||
"rimraf": "3.0.2", | ||
"typescript": "4.3.2" | ||
}, | ||
@@ -38,0 +38,0 @@ "dependencies": { |
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
39341
698