@stacksjs/chat 0.56.28 → 0.56.29

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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/chat",
3
3
  "type": "module",
4
- "version": "0.56.28",
4
+ "version": "0.56.29",
5
5
  "packageManager": "pnpm@8.6.5",
6
6
  "description": "The Stacks Chat Integration. Easy sending of messages for chat services",
7
7
  "author": "Chris Breuer",
@@ -43,13 +43,13 @@
43
43
  "@novu/node": "^0.16.2",
44
44
  "@novu/slack": "^0.16.2",
45
45
  "@novu/stateless": "^0.16.2",
46
- "@stacksjs/cli": "0.56.28",
47
- "@stacksjs/config": "0.56.28",
48
- "@stacksjs/error-handling": "0.56.28",
49
- "@stacksjs/types": "0.56.28"
46
+ "@stacksjs/cli": "0.56.29",
47
+ "@stacksjs/config": "0.56.29",
48
+ "@stacksjs/error-handling": "0.56.29",
49
+ "@stacksjs/types": "0.56.29"
50
50
  },
51
51
  "devDependencies": {
52
- "@stacksjs/development": "0.56.28"
52
+ "@stacksjs/development": "0.56.29"
53
53
  },
54
54
  "scripts": {
55
55
  "build": "unbuild",