@module-federation/enhanced
Advanced tools
Comparing version 0.0.0-next-20231222080837 to 0.0.0-next-20231222085153
@@ -10,1 +10,2 @@ export { default as ModuleFederationPlugin } from './lib/container/ModuleFederationPlugin'; | ||
export { default as HoistContainerReferencesPlugin } from './lib/container/HoistContainerReferencesPlugin'; | ||
export { default as FederationRuntimePlugin } from './lib/container/runtime/FederationRuntimePlugin'; |
@@ -6,3 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.HoistContainerReferencesPlugin = exports.parseOptions = exports.getRequiredVersionFromDescriptionFile = exports.getDescriptionFile = exports.normalizeVersion = exports.isRequiredVersion = exports.AsyncBoundaryPlugin = exports.ContainerEntryModule = exports.ContainerPlugin = exports.SharePlugin = exports.ContainerReferencePlugin = exports.ModuleFederationPlugin = void 0; | ||
exports.FederationRuntimePlugin = exports.HoistContainerReferencesPlugin = exports.parseOptions = exports.getRequiredVersionFromDescriptionFile = exports.getDescriptionFile = exports.normalizeVersion = exports.isRequiredVersion = exports.AsyncBoundaryPlugin = exports.ContainerEntryModule = exports.ContainerPlugin = exports.SharePlugin = exports.ContainerReferencePlugin = exports.ModuleFederationPlugin = void 0; | ||
var ModuleFederationPlugin_1 = require("./lib/container/ModuleFederationPlugin"); | ||
@@ -29,2 +29,4 @@ Object.defineProperty(exports, "ModuleFederationPlugin", { enumerable: true, get: function () { return __importDefault(ModuleFederationPlugin_1).default; } }); | ||
Object.defineProperty(exports, "HoistContainerReferencesPlugin", { enumerable: true, get: function () { return __importDefault(HoistContainerReferencesPlugin_1).default; } }); | ||
var FederationRuntimePlugin_1 = require("./lib/container/runtime/FederationRuntimePlugin"); | ||
Object.defineProperty(exports, "FederationRuntimePlugin", { enumerable: true, get: function () { return __importDefault(FederationRuntimePlugin_1).default; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@module-federation/enhanced", | ||
"version": "0.0.0-next-20231222080837", | ||
"version": "0.0.0-next-20231222085153", | ||
"type": "commonjs", | ||
@@ -31,6 +31,6 @@ "main": "./dist/src/index.js", | ||
"dependencies": { | ||
"@module-federation/sdk": "0.0.0-next-20231222080837", | ||
"@module-federation/runtime": "0.0.0-next-20231222080837", | ||
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20231222080837" | ||
"@module-federation/sdk": "0.0.0-next-20231222085153", | ||
"@module-federation/runtime": "0.0.0-next-20231222085153", | ||
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20231222085153" | ||
} | ||
} |
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
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
867312
14525
+ Added@module-federation/runtime@0.0.0-next-20231222085153(transitive)
+ Added@module-federation/sdk@0.0.0-next-20231222085153(transitive)
+ Added@module-federation/webpack-bundler-runtime@0.0.0-next-20231222085153(transitive)
- Removed@module-federation/runtime@0.0.0-next-20231222080837(transitive)
- Removed@module-federation/sdk@0.0.0-next-20231222080837(transitive)
- Removed@module-federation/webpack-bundler-runtime@0.0.0-next-20231222080837(transitive)
Updated@module-federation/webpack-bundler-runtime@0.0.0-next-20231222085153