@privateaim/messenger-kit 0.7.7 → 0.7.9

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/CHANGELOG.md +34 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.9](https://github.com/PrivateAIM/hub/compare/v0.7.8...v0.7.9) (2025-04-15)
4
+
5
+
6
+ ### Features
7
+
8
+ * realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088))
9
+ * validate client-to-server messaging message ([a37cbc4](https://github.com/PrivateAIM/hub/commit/a37cbc4582ac66190aa4aad9a78aca58d34526f4))
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * The following workspace dependencies were updated
15
+ * devDependencies
16
+ * @privateaim/core-kit bumped from ^0.8.7 to ^0.8.8
17
+ * peerDependencies
18
+ * @privateaim/core-kit bumped from ^0.8.7 to ^0.8.8
19
+
20
+ ## [0.7.8](https://github.com/PrivateAIM/hub/compare/v0.7.7...v0.7.8) (2025-03-12)
21
+
22
+
23
+ ### Features
24
+
25
+ * realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088))
26
+ * validate client-to-server messaging message ([a37cbc4](https://github.com/PrivateAIM/hub/commit/a37cbc4582ac66190aa4aad9a78aca58d34526f4))
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * The following workspace dependencies were updated
32
+ * devDependencies
33
+ * @privateaim/core-kit bumped from ^0.8.6 to ^0.8.7
34
+ * peerDependencies
35
+ * @privateaim/core-kit bumped from ^0.8.6 to ^0.8.7
36
+
3
37
  ## [0.7.7](https://github.com/PrivateAIM/hub/compare/v0.7.6...v0.7.7) (2025-03-04)
4
38
 
5
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@privateaim/messenger-kit",
3
- "version": "0.7.7",
3
+ "version": "0.7.9",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "exports": {
@@ -33,10 +33,10 @@
33
33
  "zod": "^3.24.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@privateaim/core-kit": "^0.8.6"
36
+ "@privateaim/core-kit": "^0.8.8"
37
37
  },
38
38
  "peerDependencies": {
39
- "@privateaim/core-kit": "^0.8.6"
39
+ "@privateaim/core-kit": "^0.8.8"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"