@module-federation/webpack-bundler-runtime 2.8.1 → 2.8.2
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.d.ts +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ExternalsType } from "./sdk/dist/types/plugins/ModuleFederationPlugin.js";
|
|
2
2
|
import { attachShareScopeMap } from "./attachShareScopeMap.js";
|
|
3
3
|
import { ConsumesLoadingData, ConsumesOptions, CoreRemotesOptions, Federation, GetSharedFallbackGetterOptions, HandleInitialConsumesOptions, IdToExternalAndNameMapping, IdToRemoteMap, IdToRemoteMapItem, InitContainerEntryOptions, InitializeSharingData, InitializeSharingOptions, InstallInitialConsumesOptions, ModuleId, ModuleIdToRemoteDataMapping, RemoteChunkMapping, RemoteDataItem, RemoteEntryExports, RemoteInfos, RemotesLoadingData, RemotesOptions, ShareScopeMap, WebpackRequire } from "./types.js";
|
|
4
|
-
import * as runtime from "@module-federation/runtime";
|
|
5
4
|
import * as _module_federation_runtime_core0 from "@module-federation/runtime-core";
|
|
6
5
|
import * as _module_federation_runtime_core_types0 from "@module-federation/runtime-core/types";
|
|
6
|
+
import * as runtime from "@module-federation/runtime";
|
|
7
7
|
|
|
8
8
|
//#region src/index.d.ts
|
|
9
9
|
declare const bundlerRuntime: NonNullable<Federation["bundlerRuntime"]>;
|
package/dist/types.d.ts
CHANGED
|
@@ -2,8 +2,8 @@ import { initializeSharing } from "./initializeSharing.js";
|
|
|
2
2
|
import { attachShareScopeMap } from "./attachShareScopeMap.js";
|
|
3
3
|
import { initContainerEntry } from "./initContainerEntry.js";
|
|
4
4
|
import * as runtime from "@module-federation/runtime";
|
|
5
|
-
import { moduleFederationPlugin } from "@module-federation/sdk";
|
|
6
5
|
import { Remote, RemoteEntryInitOptions, SharedConfig, SharedGetter, TreeShakingArgs } from "@module-federation/runtime/types";
|
|
6
|
+
import { moduleFederationPlugin } from "@module-federation/sdk";
|
|
7
7
|
|
|
8
8
|
//#region src/types.d.ts
|
|
9
9
|
type ExcludeUndefined<T> = T extends undefined ? never : T;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"public": true,
|
|
3
3
|
"name": "@module-federation/webpack-bundler-runtime",
|
|
4
|
-
"version": "2.8.
|
|
4
|
+
"version": "2.8.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"description": "Module Federation Runtime for webpack",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"module": "./dist/index.js",
|
|
27
27
|
"types": "./dist/index.d.ts",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@module-federation/error-codes": "2.8.
|
|
30
|
-
"@module-federation/runtime": "2.8.
|
|
31
|
-
"@module-federation/sdk": "2.8.
|
|
29
|
+
"@module-federation/error-codes": "2.8.2",
|
|
30
|
+
"@module-federation/runtime": "2.8.2",
|
|
31
|
+
"@module-federation/sdk": "2.8.2"
|
|
32
32
|
},
|
|
33
33
|
"exports": {
|
|
34
34
|
".": {
|