@goldfishjs/plugins
Advanced tools
Comparing version 2.3.1 to 2.4.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [2.4.0](https://github.com/alipay/goldfish/compare/v2.3.1...v2.4.0) (2022-02-28) | ||
**Note:** Version bump only for package @goldfishjs/plugins | ||
## [2.3.1](https://github.com/alipay/goldfish/compare/v2.3.0...v2.3.1) (2022-02-28) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@goldfishjs/plugins", | ||
"version": "2.3.1", | ||
"version": "2.4.0", | ||
"description": "goldfish-plugins", | ||
@@ -17,9 +17,9 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@goldfishjs/bridge": "^2.3.1", | ||
"@goldfishjs/module-usage": "^2.3.1", | ||
"@goldfishjs/reactive": "^2.3.1", | ||
"@goldfishjs/reactive-connect": "^2.3.1", | ||
"@goldfishjs/requester": "^2.3.1", | ||
"@goldfishjs/route": "^2.3.1", | ||
"@goldfishjs/utils": "^2.3.1", | ||
"@goldfishjs/bridge": "^2.4.0", | ||
"@goldfishjs/module-usage": "^2.4.0", | ||
"@goldfishjs/reactive": "^2.4.0", | ||
"@goldfishjs/reactive-connect": "^2.4.0", | ||
"@goldfishjs/requester": "^2.4.0", | ||
"@goldfishjs/route": "^2.4.0", | ||
"@goldfishjs/utils": "^2.4.0", | ||
"mini-types": "^0.1.3" | ||
@@ -26,0 +26,0 @@ }, |
56723
Updated@goldfishjs/bridge@^2.4.0
Updated@goldfishjs/reactive@^2.4.0
Updated@goldfishjs/requester@^2.4.0
Updated@goldfishjs/route@^2.4.0
Updated@goldfishjs/utils@^2.4.0