@module-federation/sdk
Advanced tools
Comparing version 0.0.0-next-20231219090402 to 0.0.0-next-20231219093413
{ | ||
"name": "@module-federation/sdk", | ||
"version": "0.0.0-next-20231219090402", | ||
"version": "0.0.0-next-20231219093413", | ||
"license": "MIT", | ||
@@ -15,17 +15,16 @@ "description": "A sdk for support module federation", | ||
"sideEffects": false, | ||
"main": "./index.cjs.js", | ||
"module": "./index.esm.js", | ||
"main": "./dist/index.cjs.js", | ||
"module": "./dist/index.esm.js", | ||
"types": "./dist/index.cjs.d.ts", | ||
"exports": { | ||
".": { | ||
"module": "./index.esm.js", | ||
"import": "./index.cjs.mjs", | ||
"default": "./index.cjs.js" | ||
"import": "./dist/index.esm.js", | ||
"require": "./dist/index.cjs.js", | ||
"types": "./dist/index.cjs.d.ts" | ||
}, | ||
"./normalize-webpack-path": { | ||
"module": "./normalize-webpack-path.esm.js", | ||
"import": "./normalize-webpack-path.cjs.mjs", | ||
"default": "./normalize-webpack-path.cjs.js" | ||
}, | ||
"./package.json": "./package.json" | ||
"import": "./dist/normalize-webpack-path.esm.js", | ||
"require": "./dist/normalize-webpack-path.cjs.js", | ||
"types": "./dist/src/normalize-webpack-path.cjs.d.ts" | ||
} | ||
}, | ||
@@ -32,0 +31,0 @@ "typesVersions": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
299322
52
4616
0
100
1