@nu-art/ts-messaging-shared 0.400.3 → 0.400.4

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nu-art/ts-messaging-shared",
3
- "version": "0.400.3",
3
+ "version": "0.400.4",
4
4
  "description": "A messaging module for Thunderstorm framework that provides topic-based messaging system with support for different message types (text, image, video) and discussion management features",
5
5
  "keywords": [
6
6
  "TacB0sS",
@@ -31,8 +31,8 @@
31
31
  "build": "tsc"
32
32
  },
33
33
  "dependencies": {
34
- "@nu-art/ts-common": "0.400.3",
35
- "@nu-art/thunderstorm": "0.400.3",
34
+ "@nu-art/ts-common": "0.400.4",
35
+ "@nu-art/thunderstorm": "0.400.4",
36
36
  "react": "^18.0.0"
37
37
  },
38
38
  "devDependencies": {