@module-federation/sdk 0.0.0-next-20240722034500 → 0.0.0-next-20240723065243
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +0 -2
- package/dist/index.esm.js +1 -2
- package/dist/src/constant.d.ts +0 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -30,7 +30,6 @@ const MFModuleType = {
|
|
|
30
30
|
};
|
|
31
31
|
const MODULE_DEVTOOL_IDENTIFIER = '__MF_DEVTOOLS_MODULE_INFO__';
|
|
32
32
|
const ENCODE_NAME_PREFIX = 'ENCODE_NAME_PREFIX';
|
|
33
|
-
const TEMP_DIR = '.federation';
|
|
34
33
|
|
|
35
34
|
var ContainerPlugin = /*#__PURE__*/Object.freeze({
|
|
36
35
|
__proto__: null
|
|
@@ -711,7 +710,6 @@ exports.NameTransformMap = NameTransformMap;
|
|
|
711
710
|
exports.NameTransformSymbol = NameTransformSymbol;
|
|
712
711
|
exports.SEPARATOR = SEPARATOR;
|
|
713
712
|
exports.StatsFileName = StatsFileName;
|
|
714
|
-
exports.TEMP_DIR = TEMP_DIR;
|
|
715
713
|
exports.assert = assert;
|
|
716
714
|
exports.composeKeyWithSeparator = composeKeyWithSeparator;
|
|
717
715
|
exports.containerPlugin = ContainerPlugin;
|
package/dist/index.esm.js
CHANGED
|
@@ -26,7 +26,6 @@ const MFModuleType = {
|
|
|
26
26
|
};
|
|
27
27
|
const MODULE_DEVTOOL_IDENTIFIER = '__MF_DEVTOOLS_MODULE_INFO__';
|
|
28
28
|
const ENCODE_NAME_PREFIX = 'ENCODE_NAME_PREFIX';
|
|
29
|
-
const TEMP_DIR = '.federation';
|
|
30
29
|
|
|
31
30
|
var ContainerPlugin = /*#__PURE__*/Object.freeze({
|
|
32
31
|
__proto__: null
|
|
@@ -693,4 +692,4 @@ function normalizeOptions(enableDefault, defaultOptions, key) {
|
|
|
693
692
|
};
|
|
694
693
|
}
|
|
695
694
|
|
|
696
|
-
export { BROWSER_LOG_KEY, BROWSER_LOG_VALUE, ENCODE_NAME_PREFIX, EncodedNameTransformMap, FederationModuleManifest, Logger, MANIFEST_EXT, MFModuleType, MODULE_DEVTOOL_IDENTIFIER, ManifestFileName, NameTransformMap, NameTransformSymbol, SEPARATOR, StatsFileName,
|
|
695
|
+
export { BROWSER_LOG_KEY, BROWSER_LOG_VALUE, ENCODE_NAME_PREFIX, EncodedNameTransformMap, FederationModuleManifest, Logger, MANIFEST_EXT, MFModuleType, MODULE_DEVTOOL_IDENTIFIER, ManifestFileName, NameTransformMap, NameTransformSymbol, SEPARATOR, StatsFileName, assert, composeKeyWithSeparator, ContainerPlugin as containerPlugin, ContainerReferencePlugin as containerReferencePlugin, createLink, createScript, createScriptNode, decodeName, encodeName, error, generateExposeFilename, generateShareFilename, generateSnapshotFromManifest, getProcessEnv, getResourceUrl, inferAutoPublicPath, isBrowserEnv, isDebugMode, isManifestProvider, isStaticResourcesEqual, loadScript, loadScriptNode, logger, ModuleFederationPlugin as moduleFederationPlugin, normalizeOptions, parseEntry, safeWrapper, SharePlugin as sharePlugin, simpleJoinRemoteEntry, warn };
|
package/dist/src/constant.d.ts
CHANGED