@bugslifesolutions/api-plugin-carts
Advanced tools
Comparing version 3.0.0-next.2 to 3.0.0-next.3
# @reactioncommerce/api-plugin-carts | ||
## 3.0.0-next.3 | ||
### Minor Changes | ||
- [#10](https://github.com/bugslifesolutions/reaction/pull/10) [`e99871aaa`](https://github.com/bugslifesolutions/reaction/commit/e99871aaa6d20012534d374b6137b78826aa7153) Thanks [@bugslifesolutions](https://github.com/bugslifesolutions)! - Nodemailer Plugin with Microsoft Authentication with required Nodejs bump to 18 | ||
- [#14](https://github.com/bugslifesolutions/reaction/pull/14) [`4b2f04aa2`](https://github.com/bugslifesolutions/reaction/commit/4b2f04aa26a3e6155e71c67e9b397cd82d145ee3) Thanks [@bugslifesolutions](https://github.com/bugslifesolutions)! - Fix import with new Nodejs | ||
### Patch Changes | ||
- Updated dependencies [[`e99871aaa`](https://github.com/bugslifesolutions/reaction/commit/e99871aaa6d20012534d374b6137b78826aa7153), [`4b2f04aa2`](https://github.com/bugslifesolutions/reaction/commit/4b2f04aa26a3e6155e71c67e9b397cd82d145ee3)]: | ||
- @bugslifesolutions/api-plugin-address-validation@2.1.0-next.3 | ||
- @bugslifesolutions/api-plugin-tags@2.1.0-next.3 | ||
- @bugslifesolutions/reaction-error@1.1.0-next.3 | ||
- @bugslifesolutions/api-utils@2.1.0-next.3 | ||
- @bugslifesolutions/logger@1.2.0-next.3 | ||
- @bugslifesolutions/random@1.1.0-next.3 | ||
## 3.0.0-next.2 | ||
@@ -4,0 +22,0 @@ |
{ | ||
"name": "@bugslifesolutions/api-plugin-carts", | ||
"description": "Carts plugin for the Reaction API", | ||
"version": "3.0.0-next.2", | ||
"version": "3.0.0-next.3", | ||
"main": "index.js", | ||
@@ -29,8 +29,8 @@ "type": "module", | ||
"dependencies": { | ||
"@bugslifesolutions/api-plugin-address-validation": "^2.1.0-next.2", | ||
"@bugslifesolutions/api-plugin-tags": "^2.1.0-next.2", | ||
"@bugslifesolutions/api-utils": "^2.1.0-next.2", | ||
"@bugslifesolutions/logger": "^1.2.0-next.2", | ||
"@bugslifesolutions/random": "^1.1.0-next.2", | ||
"@bugslifesolutions/reaction-error": "^1.1.0-next.2", | ||
"@bugslifesolutions/api-plugin-address-validation": "^2.1.0-next.3", | ||
"@bugslifesolutions/api-plugin-tags": "^2.1.0-next.3", | ||
"@bugslifesolutions/api-utils": "^2.1.0-next.3", | ||
"@bugslifesolutions/logger": "^1.2.0-next.3", | ||
"@bugslifesolutions/random": "^1.1.0-next.3", | ||
"@bugslifesolutions/reaction-error": "^1.1.0-next.3", | ||
"accounting-js": "^1.1.1", | ||
@@ -37,0 +37,0 @@ "graphql-subscriptions": "^2.0.0", |
264638