@stacksjs/chat 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 +5 -5
package/README.md CHANGED
@@ -66,7 +66,7 @@ For help, discussion about best practices, or any other conversation that would
66
66
 
67
67
  For casual chit-chat with others using this package:
68
68
 
69
- [Join the Stacks Discord Server](https://discord.gg/stacksjs)
69
+ [Join the Stacks Discord Server](https://stacksjs.com/discord)
70
70
 
71
71
  ## 🙏🏼 Credits
72
72
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@stacksjs/chat",
3
3
  "type": "module",
4
4
  "sideEffects": false,
5
- "version": "0.70.163",
5
+ "version": "0.70.164",
6
6
  "description": "Easily interact with chat APIs.",
7
7
  "author": "Chris Breuer",
8
8
  "contributors": [
@@ -53,10 +53,10 @@
53
53
  "prepublishOnly": "bun run build"
54
54
  },
55
55
  "devDependencies": {
56
- "@stacksjs/cli": "0.70.163",
57
- "@stacksjs/config": "0.70.163",
56
+ "@stacksjs/cli": "0.70.164",
57
+ "@stacksjs/config": "0.70.164",
58
58
  "better-dx": "^0.2.17",
59
- "@stacksjs/error-handling": "0.70.163",
60
- "@stacksjs/types": "0.70.163"
59
+ "@stacksjs/error-handling": "0.70.164",
60
+ "@stacksjs/types": "0.70.164"
61
61
  }
62
62
  }