@module-federation/managers
Advanced tools
Comparing version 0.0.0-next-20241113082541 to 0.0.0-next-20241113100451
@@ -357,2 +357,3 @@ 'use strict'; | ||
// @ts-ignore this pkg miss types | ||
let SharedManager = class SharedManager extends BasicPluginOptionsManager { | ||
@@ -438,3 +439,3 @@ get enable() { | ||
const pkgInfo = this.findPkg(sharedName, sharedOptions); | ||
const sharedConfig = this.transformSharedConfig(sharedOptions[sharedName]); | ||
const sharedConfig = this.transformSharedConfig(sharedOptions); | ||
normalizedShared[sharedName] = _extends({}, sharedConfig, { | ||
@@ -441,0 +442,0 @@ requiredVersion: typeof sharedConfig.requiredVersion !== 'undefined' ? sharedConfig.requiredVersion : `^${pkgInfo.pkg['version']}`, |
@@ -355,2 +355,3 @@ import path from 'path'; | ||
// @ts-ignore this pkg miss types | ||
let SharedManager = class SharedManager extends BasicPluginOptionsManager { | ||
@@ -436,3 +437,3 @@ get enable() { | ||
const pkgInfo = this.findPkg(sharedName, sharedOptions); | ||
const sharedConfig = this.transformSharedConfig(sharedOptions[sharedName]); | ||
const sharedConfig = this.transformSharedConfig(sharedOptions); | ||
normalizedShared[sharedName] = _extends({}, sharedConfig, { | ||
@@ -439,0 +440,0 @@ requiredVersion: typeof sharedConfig.requiredVersion !== 'undefined' ? sharedConfig.requiredVersion : `^${pkgInfo.pkg['version']}`, |
@@ -11,3 +11,3 @@ import type { containerPlugin, ManifestModuleInfos, moduleFederationPlugin } from '@module-federation/sdk'; | ||
get exposeFileNameImportMap(): Record<string, string[]>; | ||
get exposeObject(): Record<string, string>; | ||
get exposeObject(): Record<string, string[]>; | ||
get exposeFiles(): string[]; | ||
@@ -14,0 +14,0 @@ get manifestModuleInfos(): ManifestModuleInfos; |
{ | ||
"name": "@module-federation/managers", | ||
"version": "0.0.0-next-20241113082541", | ||
"version": "0.0.0-next-20241113100451", | ||
"license": "MIT", | ||
@@ -24,3 +24,3 @@ "description": "Provide managers for helping handle mf data .", | ||
"fs-extra": "9.1.0", | ||
"@module-federation/sdk": "0.0.0-next-20241113082541" | ||
"@module-federation/sdk": "0.0.0-next-20241113100451" | ||
}, | ||
@@ -27,0 +27,0 @@ "devDependencies": { |
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
1003
40279
17
+ Added@module-federation/sdk@0.0.0-next-20241113100451(transitive)
- Removed@module-federation/sdk@0.0.0-next-20241113082541(transitive)