@module-federation/native-federation-typescript
Advanced tools
Comparing version 0.0.0-next-20240514062402 to 0.0.0-next-20240528203231
# [1.0.0-canary.1](https://github.com/module-federation/core/compare/native-federation-typescript-0.2.6...native-federation-typescript-1.0.0-canary.1) (2023-11-06) | ||
## 0.5.0 | ||
### Minor Changes | ||
- 3d61613: perf(native-federation): extract archive only if needed | ||
### Patch Changes | ||
- 677958c: fix: tsup configuration | ||
## 0.4.4 | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "@module-federation/native-federation-typescript", | ||
"version": "0.4.4", | ||
"version": "0.5.0", | ||
"description": "Bundler agnostic unplugin to share federated types", | ||
@@ -65,2 +65,7 @@ "keywords": [ | ||
}, | ||
"peerDependenciesMeta": { | ||
"vue-tsc": { | ||
"optional": true | ||
} | ||
}, | ||
"devDependencies": { | ||
@@ -67,0 +72,0 @@ "upath": "2.0.1" |
{ | ||
"name": "@module-federation/native-federation-typescript", | ||
"version": "0.0.0-next-20240514062402", | ||
"version": "0.0.0-next-20240528203231", | ||
"description": "Bundler agnostic unplugin to share federated types", | ||
@@ -65,2 +65,7 @@ "keywords": [ | ||
}, | ||
"peerDependenciesMeta": { | ||
"vue-tsc": { | ||
"optional": true | ||
} | ||
}, | ||
"devDependencies": { | ||
@@ -67,0 +72,0 @@ "upath": "2.0.1" |
52935