@module-federation/bridge-vue3
Advanced tools
Comparing version 0.0.0-next-20241218093627 to 0.0.0-next-20241224035007
# @module-federation/bridge-vue3 | ||
## 0.0.0-next-20241218093627 | ||
## 0.0.0-next-20241224035007 | ||
### Patch Changes | ||
- @module-federation/runtime@0.0.0-next-20241218093627 | ||
- @module-federation/sdk@0.0.0-next-20241218093627 | ||
- @module-federation/bridge-shared@0.0.0-next-20241218093627 | ||
- 85e7482: fix(bridge-react): change all logs from info to debug in all bridge packages | ||
- @module-federation/runtime@0.0.0-next-20241224035007 | ||
- @module-federation/sdk@0.0.0-next-20241224035007 | ||
- @module-federation/bridge-shared@0.0.0-next-20241224035007 | ||
@@ -11,0 +12,0 @@ ## 0.8.5 |
@@ -10,3 +10,3 @@ { | ||
}, | ||
"version": "0.0.0-next-20241218093627", | ||
"version": "0.0.0-next-20241224035007", | ||
"publishConfig": { | ||
@@ -36,5 +36,5 @@ "access": "public" | ||
"dependencies": { | ||
"@module-federation/bridge-shared": "0.0.0-next-20241218093627", | ||
"@module-federation/sdk": "0.0.0-next-20241218093627", | ||
"@module-federation/runtime": "0.0.0-next-20241218093627" | ||
"@module-federation/bridge-shared": "0.0.0-next-20241224035007", | ||
"@module-federation/sdk": "0.0.0-next-20241224035007", | ||
"@module-federation/runtime": "0.0.0-next-20241224035007" | ||
}, | ||
@@ -41,0 +41,0 @@ "devDependencies": { |
@@ -31,3 +31,3 @@ import { type AsyncComponentOptions, defineAsyncComponent, h } from 'vue'; | ||
const exportName = info?.export || 'default'; | ||
LoggerInstance.log(`createRemoteComponent LazyComponent create >>>`, { | ||
LoggerInstance.debug(`createRemoteComponent LazyComponent create >>>`, { | ||
basename, | ||
@@ -41,3 +41,3 @@ info, | ||
LoggerInstance.log( | ||
LoggerInstance.debug( | ||
`createRemoteComponent LazyComponent loadRemote info >>>`, | ||
@@ -44,0 +44,0 @@ { name: moduleName, module, exportName, basename, route }, |
@@ -30,3 +30,3 @@ import * as Vue from 'vue'; | ||
async render(info: RenderFnParams) { | ||
LoggerInstance.log(`createBridgeComponent render Info`, info); | ||
LoggerInstance.debug(`createBridgeComponent render Info`, info); | ||
const app = Vue.createApp(bridgeInfo.rootComponent); | ||
@@ -79,3 +79,3 @@ rootMap.set(info.dom, app); | ||
destroy(info: { dom: HTMLElement }) { | ||
LoggerInstance.log(`createBridgeComponent destroy Info`, info); | ||
LoggerInstance.debug(`createBridgeComponent destroy Info`, info); | ||
const root = rootMap.get(info?.dom); | ||
@@ -82,0 +82,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
Unstable ownership
Supply chain riskA new collaborator has begun publishing package versions. Package stability and security risk may be elevated.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
179178
3294
1
23
+ Added@module-federation/bridge-shared@0.0.0-next-20241224035007(transitive)
+ Added@module-federation/error-codes@0.0.0-next-20241224035007(transitive)
+ Added@module-federation/runtime@0.0.0-next-20241224035007(transitive)
+ Added@module-federation/sdk@0.0.0-next-20241224035007(transitive)
- Removed@module-federation/bridge-shared@0.0.0-next-20241218093627(transitive)
- Removed@module-federation/error-codes@0.0.0-next-20241218093627(transitive)
- Removed@module-federation/runtime@0.0.0-next-20241218093627(transitive)
- Removed@module-federation/sdk@0.0.0-next-20241218093627(transitive)
Updated@module-federation/bridge-shared@0.0.0-next-20241224035007