@stacksjs/email 0.70.163 → 0.70.164

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -202,7 +202,7 @@ For help, discussion about best practices, or any other conversation that would
202
202
 
203
203
  For casual chit-chat with others using this package:
204
204
 
205
- [Join the Stacks Discord Server](https://discord.gg/stacksjs)
205
+ [Join the Stacks Discord Server](https://stacksjs.com/discord)
206
206
 
207
207
  ## 🙏🏼 Credits
208
208
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@stacksjs/email",
3
3
  "type": "module",
4
4
  "sideEffects": false,
5
- "version": "0.70.163",
5
+ "version": "0.70.164",
6
6
  "description": "The Stacks Email integration. Painlessly create & manage your inboxes, templates, and send emails.",
7
7
  "author": "Chris Breuer",
8
8
  "contributors": [
@@ -55,13 +55,13 @@
55
55
  "prepublishOnly": "bun run build"
56
56
  },
57
57
  "dependencies": {
58
- "@stacksjs/ts-cloud": "^0.7.56"
58
+ "@stacksjs/ts-cloud": "^0.7.60"
59
59
  },
60
60
  "devDependencies": {
61
- "@stacksjs/cli": "0.70.163",
62
- "@stacksjs/config": "0.70.163",
61
+ "@stacksjs/cli": "0.70.164",
62
+ "@stacksjs/config": "0.70.164",
63
63
  "better-dx": "^0.2.17",
64
- "@stacksjs/error-handling": "0.70.163",
65
- "@stacksjs/types": "0.70.163"
64
+ "@stacksjs/error-handling": "0.70.164",
65
+ "@stacksjs/types": "0.70.164"
66
66
  }
67
67
  }