@module-federation/bridge-shared
Advanced tools
Comparing version 0.0.0-next-20240725035430 to 0.0.0-next-20240725054734
# @module-federation/bridge-shared | ||
## 0.0.0-next-20240725035430 | ||
## 0.0.0-next-20240725054734 | ||
@@ -5,0 +5,0 @@ ## 0.3.1 |
@@ -1,3 +0,1 @@ | ||
import { CSSProperties } from 'react'; | ||
export interface ProviderParams { | ||
@@ -9,4 +7,2 @@ name?: string; | ||
}; | ||
style?: CSSProperties; | ||
className?: string | string[]; | ||
} | ||
@@ -13,0 +9,0 @@ export interface RenderFnParams extends ProviderParams { |
{ | ||
"name": "@module-federation/bridge-shared", | ||
"version": "0.0.0-next-20240725035430", | ||
"version": "0.0.0-next-20240725054734", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -1,2 +0,1 @@ | ||
import { CSSProperties } from 'react'; | ||
export interface ProviderParams { | ||
@@ -6,4 +5,2 @@ name?: string; | ||
memoryRoute?: { entryPath: string }; | ||
style?: CSSProperties; | ||
className?: string | string[]; | ||
} | ||
@@ -10,0 +7,0 @@ |
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
9782
209