@module-federation/runtime-tools
Advanced tools
Comparing version
{ | ||
"name": "@module-federation/runtime-tools", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"author": "zhanghang <hanric.zhang@gmail.com>", | ||
@@ -14,2 +14,3 @@ "main": "./index.cjs.js", | ||
".": { | ||
"types": "./dist/index.cjs.d.ts", | ||
"import": "./dist/index.esm.js", | ||
@@ -19,2 +20,3 @@ "require": "./dist/index.cjs.js" | ||
"./runtime": { | ||
"types": "./dist/runtime.cjs.d.ts", | ||
"import": "./dist/runtime.esm.js", | ||
@@ -24,2 +26,3 @@ "require": "./dist/runtime.cjs.js" | ||
"./webpack-bundler-runtime": { | ||
"types": "./dist/webpack-bundler-runtime.cjs.d.ts", | ||
"import": "./dist/webpack-bundler-runtime.esm.js", | ||
@@ -26,0 +29,0 @@ "require": "./dist/webpack-bundler-runtime.cjs.js" |
{ | ||
"name": "@module-federation/runtime-tools", | ||
"version": "0.0.0-next-20240409213838", | ||
"version": "0.0.0-next-20240411081414", | ||
"author": "zhanghang <hanric.zhang@gmail.com>", | ||
@@ -14,2 +14,3 @@ "main": "./dist/index.cjs", | ||
".": { | ||
"types": "./dist/index.cjs.d.ts", | ||
"import": "./dist/index.esm.js", | ||
@@ -19,2 +20,3 @@ "require": "./dist/index.cjs.js" | ||
"./runtime": { | ||
"types": "./dist/runtime.cjs.d.ts", | ||
"import": "./dist/runtime.esm.js", | ||
@@ -24,2 +26,3 @@ "require": "./dist/runtime.cjs.js" | ||
"./webpack-bundler-runtime": { | ||
"types": "./dist/webpack-bundler-runtime.cjs.d.ts", | ||
"import": "./dist/webpack-bundler-runtime.esm.js", | ||
@@ -44,5 +47,5 @@ "require": "./dist/webpack-bundler-runtime.cjs.js" | ||
"dependencies": { | ||
"@module-federation/runtime": "0.0.0-next-20240409213838", | ||
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20240409213838" | ||
"@module-federation/runtime": "0.0.0-next-20240411081414", | ||
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20240411081414" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
90121
0.58%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated