@privateaim/core-realtime-kit 0.7.19 → 0.7.21

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 +50 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,55 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.21](https://github.com/PrivateAIM/hub/compare/v0.7.20...v0.7.21) (2025-10-29)
4
+
5
+
6
+ ### Features
7
+
8
+ * enhance typing for doamin entities ([9d7c516](https://github.com/PrivateAIM/hub/commit/9d7c51644b66c9361e5436e2c43f463f4f219f90))
9
+ * restructure domain event handling ([2ad7318](https://github.com/PrivateAIM/hub/commit/2ad7318930bd342d571105982fc92996443326fa))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * socket resources nsp pattern + project master-image requirement ([2d7be7f](https://github.com/PrivateAIM/hub/commit/2d7be7f333e6c06074f2ba9c5489f6685a6ab2ec))
15
+ * submit and process socket events ([0240664](https://github.com/PrivateAIM/hub/commit/02406645a5171a235845935b03f189517c0331cb))
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * The following workspace dependencies were updated
21
+ * devDependencies
22
+ * @privateaim/kit bumped from ^0.8.19 to ^0.8.20
23
+ * @privateaim/core-kit bumped from ^0.8.19 to ^0.8.20
24
+ * peerDependencies
25
+ * @privateaim/kit bumped from ^0.8.19 to ^0.8.20
26
+ * @privateaim/core-kit bumped from ^0.8.19 to ^0.8.20
27
+
28
+ ## [0.7.20](https://github.com/PrivateAIM/hub/compare/v0.7.19...v0.7.20) (2025-09-24)
29
+
30
+
31
+ ### Features
32
+
33
+ * enhance typing for doamin entities ([9d7c516](https://github.com/PrivateAIM/hub/commit/9d7c51644b66c9361e5436e2c43f463f4f219f90))
34
+ * restructure domain event handling ([2ad7318](https://github.com/PrivateAIM/hub/commit/2ad7318930bd342d571105982fc92996443326fa))
35
+
36
+
37
+ ### Bug Fixes
38
+
39
+ * socket resources nsp pattern + project master-image requirement ([2d7be7f](https://github.com/PrivateAIM/hub/commit/2d7be7f333e6c06074f2ba9c5489f6685a6ab2ec))
40
+ * submit and process socket events ([0240664](https://github.com/PrivateAIM/hub/commit/02406645a5171a235845935b03f189517c0331cb))
41
+
42
+
43
+ ### Dependencies
44
+
45
+ * The following workspace dependencies were updated
46
+ * devDependencies
47
+ * @privateaim/kit bumped from ^0.8.18 to ^0.8.19
48
+ * @privateaim/core-kit bumped from ^0.8.18 to ^0.8.19
49
+ * peerDependencies
50
+ * @privateaim/kit bumped from ^0.8.18 to ^0.8.19
51
+ * @privateaim/core-kit bumped from ^0.8.18 to ^0.8.19
52
+
3
53
  ## [0.7.19](https://github.com/PrivateAIM/hub/compare/v0.7.18...v0.7.19) (2025-09-16)
4
54
 
5
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@privateaim/core-realtime-kit",
3
- "version": "0.7.19",
3
+ "version": "0.7.21",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "exports": {
@@ -26,12 +26,12 @@
26
26
  "build-watch": "rimraf ./dist && tsc -p tsconfig.build.json --watch"
27
27
  },
28
28
  "devDependencies": {
29
- "@privateaim/kit": "^0.8.18",
30
- "@privateaim/core-kit": "^0.8.18"
29
+ "@privateaim/kit": "^0.8.20",
30
+ "@privateaim/core-kit": "^0.8.20"
31
31
  },
32
32
  "peerDependencies": {
33
- "@privateaim/kit": "^0.8.18",
34
- "@privateaim/core-kit": "^0.8.18"
33
+ "@privateaim/kit": "^0.8.20",
34
+ "@privateaim/core-kit": "^0.8.20"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public"