@module-federation/bridge-react-webpack-plugin
Advanced tools
Comparing version 0.0.0-next-20240718035334 to 0.0.0-next-20240718035404
# @module-federation/bridge-react-webpack-plugin | ||
## 0.0.0-next-20240718035334 | ||
## 0.0.0-next-20240718035404 | ||
### Patch Changes | ||
- Updated dependencies [00c0f5a] | ||
- @module-federation/sdk@0.0.0-next-20240718035334 | ||
- @module-federation/sdk@0.0.0-next-20240718035404 | ||
@@ -10,0 +9,0 @@ ## 0.2.6 |
@@ -43,2 +43,3 @@ "use strict"; | ||
compiler.options.resolve = { | ||
// allow this config to be override | ||
...originalResolve, | ||
@@ -45,0 +46,0 @@ alias: updatedAlias |
@@ -42,2 +42,3 @@ var __defProp = Object.defineProperty; | ||
compiler.options.resolve = { | ||
// allow this config to be override | ||
...originalResolve, | ||
@@ -44,0 +45,0 @@ alias: updatedAlias |
{ | ||
"name": "@module-federation/bridge-react-webpack-plugin", | ||
"version": "0.0.0-next-20240718035334", | ||
"version": "0.0.0-next-20240718035404", | ||
"publishConfig": { | ||
@@ -9,3 +9,3 @@ "access": "public" | ||
"main": "./dist/index.cjs.js", | ||
"module": "./dist/index.esm.js", | ||
"module": "./dist/index.es.js", | ||
"types": "./dist/index.cjs.d.ts", | ||
@@ -15,3 +15,3 @@ "exports": { | ||
"types": "./dist/index.cjs.d.ts", | ||
"import": "./dist/index.esm.js", | ||
"import": "./dist/index.es.js", | ||
"require": "./dist/index.cjs.js" | ||
@@ -22,3 +22,3 @@ }, | ||
"dependencies": { | ||
"@module-federation/sdk": "0.0.0-next-20240718035334" | ||
"@module-federation/sdk": "0.0.0-next-20240718035404" | ||
}, | ||
@@ -25,0 +25,0 @@ "devDependencies": { |
@@ -47,2 +47,3 @@ import fs from 'node:fs'; | ||
compiler.options.resolve = { | ||
// allow this config to be override | ||
...originalResolve, | ||
@@ -49,0 +50,0 @@ alias: updatedAlias, |
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
14154
255
+ Added@module-federation/sdk@0.0.0-next-20240718035404(transitive)
- Removed@module-federation/sdk@0.0.0-next-20240718035334(transitive)