@module-federation/native-federation-typescript
Advanced tools
Comparing version 0.5.0 to 0.5.1
# [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.1 | ||
### Patch Changes | ||
- ea34795: optional vue-tsc | ||
## 0.5.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@module-federation/native-federation-typescript", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"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.5.0", | ||
"version": "0.5.1", | ||
"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" |
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
52973