@module-federation/bridge-react
Advanced tools
Comparing version 0.2.3 to 0.2.4
# @module-federation/bridge-react | ||
## 0.2.4 | ||
### Patch Changes | ||
- @module-federation/bridge-shared@0.2.4 | ||
## 0.2.3 | ||
@@ -4,0 +10,0 @@ |
@@ -181,3 +181,3 @@ "use strict"; | ||
}; | ||
RemoteApp["__APP_VERSION__"] = "0.2.3"; | ||
RemoteApp["__APP_VERSION__"] = "0.2.4"; | ||
function createRemoteComponent(info) { | ||
@@ -184,0 +184,0 @@ return (props) => { |
@@ -162,3 +162,3 @@ import * as React from "react"; | ||
}; | ||
RemoteApp["__APP_VERSION__"] = "0.2.3"; | ||
RemoteApp["__APP_VERSION__"] = "0.2.4"; | ||
function createRemoteComponent(info) { | ||
@@ -165,0 +165,0 @@ return (props) => { |
{ | ||
"name": "@module-federation/bridge-react", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"publishConfig": { | ||
@@ -28,3 +28,3 @@ "access": "public" | ||
"react-error-boundary": "^4.0.13", | ||
"@module-federation/bridge-shared": "0.2.3" | ||
"@module-federation/bridge-shared": "0.2.4" | ||
}, | ||
@@ -31,0 +31,0 @@ "peerDependencies": { |
@@ -9,3 +9,3 @@ import { defineConfig } from 'vitest/config'; | ||
__BROWSER__: false, | ||
__VERSION__: '"unknow"', | ||
__VERSION__: '"unknown"', | ||
__APP_VERSION__: '"0.0.0"', | ||
@@ -12,0 +12,0 @@ }, |
64544
+ Added@module-federation/bridge-shared@0.2.4(transitive)
- Removed@module-federation/bridge-shared@0.2.3(transitive)