@privateaim/core-realtime-kit 0.7.23 → 0.7.26

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 +78 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,83 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.26](https://github.com/PrivateAIM/hub/compare/v0.7.25...v0.7.26) (2026-02-09)
4
+
5
+
6
+ ### Features
7
+
8
+ * enhance typing for doamin entities ([9d7c516](https://github.com/PrivateAIM/hub/commit/9d7c51644b66c9361e5436e2c43f463f4f219f90))
9
+ * migrate to esm & replace jest with vitest ([#1368](https://github.com/PrivateAIM/hub/issues/1368)) ([5a4d9d1](https://github.com/PrivateAIM/hub/commit/5a4d9d1ce118f65740aa49caf948208eac299032))
10
+ * restructure domain event handling ([2ad7318](https://github.com/PrivateAIM/hub/commit/2ad7318930bd342d571105982fc92996443326fa))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * socket resources nsp pattern + project master-image requirement ([2d7be7f](https://github.com/PrivateAIM/hub/commit/2d7be7f333e6c06074f2ba9c5489f6685a6ab2ec))
16
+ * submit and process socket events ([0240664](https://github.com/PrivateAIM/hub/commit/02406645a5171a235845935b03f189517c0331cb))
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * The following workspace dependencies were updated
22
+ * devDependencies
23
+ * @privateaim/kit bumped from ^0.8.24 to ^0.8.25
24
+ * @privateaim/core-kit bumped from ^0.8.24 to ^0.8.25
25
+ * peerDependencies
26
+ * @privateaim/kit bumped from ^0.8.24 to ^0.8.25
27
+ * @privateaim/core-kit bumped from ^0.8.24 to ^0.8.25
28
+
29
+ ## [0.7.25](https://github.com/PrivateAIM/hub/compare/v0.7.24...v0.7.25) (2026-02-09)
30
+
31
+
32
+ ### Features
33
+
34
+ * enhance typing for doamin entities ([9d7c516](https://github.com/PrivateAIM/hub/commit/9d7c51644b66c9361e5436e2c43f463f4f219f90))
35
+ * migrate to esm & replace jest with vitest ([#1368](https://github.com/PrivateAIM/hub/issues/1368)) ([5a4d9d1](https://github.com/PrivateAIM/hub/commit/5a4d9d1ce118f65740aa49caf948208eac299032))
36
+ * restructure domain event handling ([2ad7318](https://github.com/PrivateAIM/hub/commit/2ad7318930bd342d571105982fc92996443326fa))
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * socket resources nsp pattern + project master-image requirement ([2d7be7f](https://github.com/PrivateAIM/hub/commit/2d7be7f333e6c06074f2ba9c5489f6685a6ab2ec))
42
+ * submit and process socket events ([0240664](https://github.com/PrivateAIM/hub/commit/02406645a5171a235845935b03f189517c0331cb))
43
+
44
+
45
+ ### Dependencies
46
+
47
+ * The following workspace dependencies were updated
48
+ * devDependencies
49
+ * @privateaim/kit bumped from ^0.8.23 to ^0.8.24
50
+ * @privateaim/core-kit bumped from ^0.8.23 to ^0.8.24
51
+ * peerDependencies
52
+ * @privateaim/kit bumped from ^0.8.23 to ^0.8.24
53
+ * @privateaim/core-kit bumped from ^0.8.23 to ^0.8.24
54
+
55
+ ## [0.7.24](https://github.com/PrivateAIM/hub/compare/v0.7.23...v0.7.24) (2026-02-02)
56
+
57
+
58
+ ### Features
59
+
60
+ * enhance typing for doamin entities ([9d7c516](https://github.com/PrivateAIM/hub/commit/9d7c51644b66c9361e5436e2c43f463f4f219f90))
61
+ * migrate to esm & replace jest with vitest ([#1368](https://github.com/PrivateAIM/hub/issues/1368)) ([5a4d9d1](https://github.com/PrivateAIM/hub/commit/5a4d9d1ce118f65740aa49caf948208eac299032))
62
+ * restructure domain event handling ([2ad7318](https://github.com/PrivateAIM/hub/commit/2ad7318930bd342d571105982fc92996443326fa))
63
+
64
+
65
+ ### Bug Fixes
66
+
67
+ * socket resources nsp pattern + project master-image requirement ([2d7be7f](https://github.com/PrivateAIM/hub/commit/2d7be7f333e6c06074f2ba9c5489f6685a6ab2ec))
68
+ * submit and process socket events ([0240664](https://github.com/PrivateAIM/hub/commit/02406645a5171a235845935b03f189517c0331cb))
69
+
70
+
71
+ ### Dependencies
72
+
73
+ * The following workspace dependencies were updated
74
+ * devDependencies
75
+ * @privateaim/kit bumped from ^0.8.22 to ^0.8.23
76
+ * @privateaim/core-kit bumped from ^0.8.22 to ^0.8.23
77
+ * peerDependencies
78
+ * @privateaim/kit bumped from ^0.8.22 to ^0.8.23
79
+ * @privateaim/core-kit bumped from ^0.8.22 to ^0.8.23
80
+
3
81
  ## [0.7.23](https://github.com/PrivateAIM/hub/compare/v0.7.22...v0.7.23) (2026-01-27)
4
82
 
5
83
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@privateaim/core-realtime-kit",
3
3
  "type": "module",
4
- "version": "0.7.23",
4
+ "version": "0.7.26",
5
5
  "license": "Apache-2.0",
6
6
  "description": "",
7
7
  "module": "./dist/index.mjs",
@@ -25,12 +25,12 @@
25
25
  "build-watch": "rimraf ./dist && tsc -p tsconfig.build.json --watch"
26
26
  },
27
27
  "devDependencies": {
28
- "@privateaim/kit": "^0.8.22",
29
- "@privateaim/core-kit": "^0.8.22"
28
+ "@privateaim/kit": "^0.8.25",
29
+ "@privateaim/core-kit": "^0.8.25"
30
30
  },
31
31
  "peerDependencies": {
32
- "@privateaim/kit": "^0.8.22",
33
- "@privateaim/core-kit": "^0.8.22"
32
+ "@privateaim/kit": "^0.8.25",
33
+ "@privateaim/core-kit": "^0.8.25"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"