@module-federation/runtime-tools
Advanced tools
Comparing version 0.0.0-next-20240205220829 to 0.0.0-next-20240223065734
{ | ||
"name": "@module-federation/runtime-tools", | ||
"version": "0.0.10", | ||
"version": "0.0.13", | ||
"author": "zhanghang <hanric.zhang@gmail.com>", | ||
@@ -5,0 +5,0 @@ "main": "./index.cjs.js", |
{ | ||
"name": "@module-federation/runtime-tools", | ||
"version": "0.0.0-next-20240205220829", | ||
"version": "0.0.0-next-20240223065734", | ||
"author": "zhanghang <hanric.zhang@gmail.com>", | ||
@@ -41,5 +41,5 @@ "main": "./dist/index.cjs", | ||
"dependencies": { | ||
"@module-federation/runtime": "0.0.0-next-20240205220829", | ||
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20240205220829" | ||
"@module-federation/runtime": "0.0.0-next-20240223065734", | ||
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20240223065734" | ||
} | ||
} |
# `@module-federation/runtime-tools` | ||
Module federation runtime package collection. You can just install it instead of installing all the packages separately. | ||
Module federation runtime package collection. You can just install it instead of installing all the packages separately. | ||
It includes the following packages: | ||
* `@module-federation/runtime` | ||
* `@module-federation/webpack-bundler-runtime` | ||
- `@module-federation/runtime` | ||
- `@module-federation/webpack-bundler-runtime` | ||
Usage | ||
Usage | ||
@@ -16,14 +16,13 @@ ```bash | ||
* import runtime | ||
- import runtime | ||
```ts | ||
import runtime from '@module-federation/runtime-tools' | ||
import runtime from '@module-federation/runtime-tools/runtime' | ||
import runtime from '@module-federation/runtime-tools'; | ||
import runtime from '@module-federation/runtime-tools/runtime'; | ||
``` | ||
* import webpack bundler runtime | ||
- import webpack bundler runtime | ||
```ts | ||
import webpackBundlerRuntime from '@module-federation/runtime-tools/webpack-bundler-runtime' | ||
import webpackBundlerRuntime from '@module-federation/runtime-tools/webpack-bundler-runtime'; | ||
``` |
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
88568
28
+ Added@module-federation/runtime@0.0.0-next-20240223065734(transitive)
+ Added@module-federation/sdk@0.0.0-next-20240223065734(transitive)
+ Added@module-federation/webpack-bundler-runtime@0.0.0-next-20240223065734(transitive)
- Removed@module-federation/runtime@0.0.0-next-20240205220829(transitive)
- Removed@module-federation/sdk@0.0.0-next-20240205220829(transitive)
- Removed@module-federation/webpack-bundler-runtime@0.0.0-next-20240205220829(transitive)
Updated@module-federation/webpack-bundler-runtime@0.0.0-next-20240223065734