@module-federation/sdk
Advanced tools
Comparing version
@@ -40,15 +40,15 @@ import { _ as _extends } from './polyfills.esm.js'; | ||
var ContainerPlugin = /*#__PURE__*/Object.freeze({ | ||
__proto__: null | ||
__proto__: null | ||
}); | ||
var ContainerReferencePlugin = /*#__PURE__*/Object.freeze({ | ||
__proto__: null | ||
__proto__: null | ||
}); | ||
var ModuleFederationPlugin = /*#__PURE__*/Object.freeze({ | ||
__proto__: null | ||
__proto__: null | ||
}); | ||
var SharePlugin = /*#__PURE__*/Object.freeze({ | ||
__proto__: null | ||
__proto__: null | ||
}); | ||
@@ -55,0 +55,0 @@ |
@@ -10,3 +10,5 @@ export declare const FederationModuleManifest = "federation-manifest.json"; | ||
export declare const NameTransformMap: { | ||
[x: string]: string; | ||
[NameTransformSymbol.AT]: string; | ||
[NameTransformSymbol.HYPHEN]: string; | ||
[NameTransformSymbol.SLASH]: string; | ||
}; | ||
@@ -13,0 +15,0 @@ export declare const EncodedNameTransformMap: { |
{ | ||
"name": "@module-federation/sdk", | ||
"version": "0.0.0-next-20250715082703", | ||
"version": "0.0.0-next-20250717203314", | ||
"type": "module", | ||
@@ -28,11 +28,11 @@ "license": "MIT", | ||
"module": "./dist/index.esm.js", | ||
"types": "./dist/index.cjs.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./dist/index.esm.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.esm.js" | ||
}, | ||
"require": { | ||
"types": "./dist/index.cjs.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.cjs.cjs" | ||
@@ -43,7 +43,7 @@ } | ||
"import": { | ||
"types": "./dist/normalize-webpack-path.esm.d.ts", | ||
"types": "./dist/normalize-webpack-path.d.ts", | ||
"default": "./dist/normalize-webpack-path.esm.js" | ||
}, | ||
"require": { | ||
"types": "./dist/normalize-webpack-path.cjs.d.ts", | ||
"types": "./dist/normalize-webpack-path.d.ts", | ||
"default": "./dist/normalize-webpack-path.cjs.cjs" | ||
@@ -56,6 +56,6 @@ } | ||
".": [ | ||
"./dist/index.cjs.d.ts" | ||
"./dist/index.d.ts" | ||
], | ||
"normalize-webpack-path": [ | ||
"./dist/normalize-webpack-path.cjs.d.ts" | ||
"./dist/normalize-webpack-path.d.ts" | ||
] | ||
@@ -62,0 +62,0 @@ } |
Sorry, the diff of this file is not supported yet
108014
0.08%2729
0.07%