@privateaim/messenger-kit 0.7.9 → 0.7.11

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 +39 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.11](https://github.com/PrivateAIM/hub/compare/v0.7.10...v0.7.11) (2025-04-23)
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
+ ### Bug Fixes
13
+
14
+ * **deps:** bump the minorandpatch group across 1 directory with 4 updates ([#1036](https://github.com/PrivateAIM/hub/issues/1036)) ([e52ea50](https://github.com/PrivateAIM/hub/commit/e52ea50288486db487ce0c5f4d2cd0b027c18861))
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * The following workspace dependencies were updated
20
+ * devDependencies
21
+ * @privateaim/core-kit bumped from ^0.8.9 to ^0.8.10
22
+ * peerDependencies
23
+ * @privateaim/core-kit bumped from ^0.8.9 to ^0.8.10
24
+
25
+ ## [0.7.10](https://github.com/PrivateAIM/hub/compare/v0.7.9...v0.7.10) (2025-04-17)
26
+
27
+
28
+ ### Features
29
+
30
+ * realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088))
31
+ * validate client-to-server messaging message ([a37cbc4](https://github.com/PrivateAIM/hub/commit/a37cbc4582ac66190aa4aad9a78aca58d34526f4))
32
+
33
+
34
+ ### Dependencies
35
+
36
+ * The following workspace dependencies were updated
37
+ * devDependencies
38
+ * @privateaim/core-kit bumped from ^0.8.8 to ^0.8.9
39
+ * peerDependencies
40
+ * @privateaim/core-kit bumped from ^0.8.8 to ^0.8.9
41
+
3
42
  ## [0.7.9](https://github.com/PrivateAIM/hub/compare/v0.7.8...v0.7.9) (2025-04-15)
4
43
 
5
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@privateaim/messenger-kit",
3
- "version": "0.7.9",
3
+ "version": "0.7.11",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "exports": {
@@ -30,13 +30,13 @@
30
30
  "dependencies": {
31
31
  "@validup/adapter-zod": "^0.1.8",
32
32
  "validup": "^0.1.8",
33
- "zod": "^3.24.1"
33
+ "zod": "^3.24.3"
34
34
  },
35
35
  "devDependencies": {
36
- "@privateaim/core-kit": "^0.8.8"
36
+ "@privateaim/core-kit": "^0.8.10"
37
37
  },
38
38
  "peerDependencies": {
39
- "@privateaim/core-kit": "^0.8.8"
39
+ "@privateaim/core-kit": "^0.8.10"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"