@modern-js/plugin
Advanced tools
Comparing version 1.0.0-rc.21 to 1.0.0-rc.22
# @modern-js/plugin | ||
## 1.0.0-rc.22 | ||
### Patch Changes | ||
- 224f7fe: fix server route match | ||
- 30ac27c: feat: add generator package description | ||
- 0fd196e: feat: fix bugs | ||
- 204c626: feat: initial | ||
- 63be0a5: fix: #118 #104 | ||
## 1.0.0-rc.21 | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "@modern-js/plugin", | ||
"description": "Modern.js plugin core", | ||
"version": "1.0.0-rc.21", | ||
"version": "1.0.0-rc.22", | ||
"jsnext:source": "./src/index.ts", | ||
@@ -29,4 +29,4 @@ "types": "./dist/types/index.d.ts", | ||
"typescript": "^4", | ||
"@modern-js/plugin-testing": "^1.0.0-rc.21", | ||
"@modern-js/module-tools": "^1.0.0-rc.21" | ||
"@modern-js/plugin-testing": "^1.0.0-rc.22", | ||
"@modern-js/module-tools": "^1.0.0-rc.22" | ||
}, | ||
@@ -33,0 +33,0 @@ "sideEffects": false, |
317660