@module-federation/runtime-tools
Advanced tools
Comparing version 0.0.0-next-20241230025944 to 0.0.0-next-20241230030326
{ | ||
"name": "@module-federation/runtime-tools", | ||
"version": "0.0.0-next-20241230025944", | ||
"version": "0.0.0-next-20241230030326", | ||
"author": "zhanghang <hanric.zhang@gmail.com>", | ||
@@ -28,2 +28,7 @@ "main": "./dist/index.cjs", | ||
}, | ||
"./runtime-core": { | ||
"types": "./dist/runtime-core.cjs.d.ts", | ||
"import": "./dist/runtime-core.esm.mjs", | ||
"require": "./dist/runtime-core.cjs.js" | ||
}, | ||
"./webpack-bundler-runtime": { | ||
@@ -46,2 +51,5 @@ "types": "./dist/webpack-bundler-runtime.cjs.d.ts", | ||
"./dist/webpack-bundler-runtime.cjs.d.ts" | ||
], | ||
"runtime-core": [ | ||
"./dist/runtime-core.cjs.d.ts" | ||
] | ||
@@ -51,5 +59,5 @@ } | ||
"dependencies": { | ||
"@module-federation/runtime": "0.0.0-next-20241230025944", | ||
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20241230025944" | ||
"@module-federation/runtime": "0.0.0-next-20241230030326", | ||
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20241230030326" | ||
} | ||
} |
@@ -7,2 +7,3 @@ module.exports = (rollupConfig) => { | ||
'packages/runtime-tools/src/webpack-bundler-runtime.ts', | ||
'runtime-core': 'packages/runtime-tools/src/runtime-core.ts', | ||
}; | ||
@@ -9,0 +10,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
99156
36
283
+ Added@module-federation/error-codes@0.0.0-next-20241230030326(transitive)
+ Added@module-federation/runtime@0.0.0-next-20241230030326(transitive)
+ Added@module-federation/runtime-core@0.0.0-next-20241230030326(transitive)
+ Added@module-federation/sdk@0.0.0-next-20241230030326(transitive)
+ Added@module-federation/webpack-bundler-runtime@0.0.0-next-20241230030326(transitive)
- Removed@module-federation/error-codes@0.0.0-next-20241230025944(transitive)
- Removed@module-federation/runtime@0.0.0-next-20241230025944(transitive)
- Removed@module-federation/sdk@0.0.0-next-20241230025944(transitive)
- Removed@module-federation/webpack-bundler-runtime@0.0.0-next-20241230025944(transitive)
Updated@module-federation/webpack-bundler-runtime@0.0.0-next-20241230030326