@module-federation/bridge-shared
Advanced tools
Comparing version 0.0.0-next-20240731082143 to 0.0.0-next-20240731105745
# @module-federation/bridge-shared | ||
## 0.0.0-next-20240731082143 | ||
## 0.0.0-next-20240731105745 | ||
### Patch Changes | ||
- 67fa05b: feat(@module-federation/bridge): optimize @module-federation/bridge package | ||
## 0.3.3 | ||
@@ -6,0 +10,0 @@ |
@@ -1,2 +0,4 @@ | ||
export interface ProviderParams { | ||
import { default as React } from 'react'; | ||
export interface ProviderParams extends React.HTMLAttributes<HTMLDivElement> { | ||
name?: string; | ||
@@ -7,2 +9,5 @@ basename?: string; | ||
}; | ||
props?: { | ||
[key: string]: any; | ||
}; | ||
} | ||
@@ -9,0 +14,0 @@ export interface RenderFnParams extends ProviderParams { |
{ | ||
"name": "@module-federation/bridge-shared", | ||
"version": "0.0.0-next-20240731082143", | ||
"version": "0.0.0-next-20240731105745", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -1,5 +0,9 @@ | ||
export interface ProviderParams { | ||
import React from 'react'; | ||
export interface ProviderParams extends React.HTMLAttributes<HTMLDivElement> { | ||
name?: string; | ||
basename?: string; | ||
memoryRoute?: { entryPath: string }; | ||
props?: { | ||
[key: string]: any; | ||
} | ||
} | ||
@@ -6,0 +10,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
10158
217