@module-federation/runtime-tools
Advanced tools
Comparing version 0.0.0-next-20241105130705 to 0.0.0-next-20241105211652
{ | ||
"name": "@module-federation/runtime-tools", | ||
"version": "0.7.0", | ||
"version": "0.6.16", | ||
"author": "zhanghang <hanric.zhang@gmail.com>", | ||
@@ -15,3 +15,3 @@ "main": "./index.cjs.js", | ||
"types": "./dist/index.cjs.d.ts", | ||
"import": "./dist/index.esm.mjs", | ||
"import": "./dist/index.esm.js", | ||
"require": "./dist/index.cjs.js" | ||
@@ -21,3 +21,3 @@ }, | ||
"types": "./dist/runtime.cjs.d.ts", | ||
"import": "./dist/runtime.esm.mjs", | ||
"import": "./dist/runtime.esm.js", | ||
"require": "./dist/runtime.cjs.js" | ||
@@ -27,3 +27,3 @@ }, | ||
"types": "./dist/webpack-bundler-runtime.cjs.d.ts", | ||
"import": "./dist/webpack-bundler-runtime.esm.mjs", | ||
"import": "./dist/webpack-bundler-runtime.esm.js", | ||
"require": "./dist/webpack-bundler-runtime.cjs.js" | ||
@@ -30,0 +30,0 @@ }, |
{ | ||
"name": "@module-federation/runtime-tools", | ||
"version": "0.0.0-next-20241105130705", | ||
"version": "0.0.0-next-20241105211652", | ||
"author": "zhanghang <hanric.zhang@gmail.com>", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.esm.mjs", | ||
"module": "./dist/index.esm.js", | ||
"types": "./dist/index.cjs.d.ts", | ||
@@ -15,3 +15,3 @@ "license": "MIT", | ||
"types": "./dist/index.cjs.d.ts", | ||
"import": "./dist/index.esm.mjs", | ||
"import": "./dist/index.esm.js", | ||
"require": "./dist/index.cjs.js" | ||
@@ -21,3 +21,3 @@ }, | ||
"types": "./dist/runtime.cjs.d.ts", | ||
"import": "./dist/runtime.esm.mjs", | ||
"import": "./dist/runtime.esm.js", | ||
"require": "./dist/runtime.cjs.js" | ||
@@ -27,3 +27,3 @@ }, | ||
"types": "./dist/webpack-bundler-runtime.cjs.d.ts", | ||
"import": "./dist/webpack-bundler-runtime.esm.mjs", | ||
"import": "./dist/webpack-bundler-runtime.esm.js", | ||
"require": "./dist/webpack-bundler-runtime.cjs.js" | ||
@@ -47,5 +47,5 @@ }, | ||
"dependencies": { | ||
"@module-federation/runtime": "0.0.0-next-20241105130705", | ||
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20241105130705" | ||
"@module-federation/runtime": "0.0.0-next-20241105211652", | ||
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20241105211652" | ||
} | ||
} |
@@ -14,10 +14,2 @@ module.exports = (rollupConfig) => { | ||
hoistTransitiveImports: false, | ||
entryFileNames: | ||
c.format === 'esm' | ||
? c.entryFileNames.replace('.js', '.mjs') | ||
: c.entryFileNames, | ||
chunkFileNames: | ||
c.format === 'esm' | ||
? c.chunkFileNames.replace('.js', '.mjs') | ||
: c.chunkFileNames, | ||
})); | ||
@@ -28,10 +20,2 @@ } else { | ||
hoistTransitiveImports: false, | ||
entryFileNames: | ||
rollupConfig.output.format === 'esm' | ||
? rollupConfig.output.entryFileNames.replace('.js', '.mjs') | ||
: rollupConfig.output.entryFileNames, | ||
chunkFileNames: | ||
rollupConfig.output.format === 'esm' | ||
? rollupConfig.output.chunkFileNames.replace('.js', '.mjs') | ||
: rollupConfig.output.chunkFileNames, | ||
}; | ||
@@ -38,0 +22,0 @@ } |
Sorry, the diff of this file is too big to display
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
96536
254
+ Added@module-federation/error-codes@0.6.14(transitive)
+ Added@module-federation/runtime@0.0.0-next-20241105211652(transitive)
+ Added@module-federation/sdk@0.0.0-next-20241105211652(transitive)
+ Added@module-federation/webpack-bundler-runtime@0.0.0-next-20241105211652(transitive)
- Removed@module-federation/error-codes@0.0.0-next-20241105130705(transitive)
- Removed@module-federation/runtime@0.0.0-next-20241105130705(transitive)
- Removed@module-federation/sdk@0.0.0-next-20241105130705(transitive)
- Removed@module-federation/webpack-bundler-runtime@0.0.0-next-20241105130705(transitive)
Updated@module-federation/webpack-bundler-runtime@0.0.0-next-20241105211652