@privateaim/core-realtime-kit 0.7.26 → 0.7.27

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 +26 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.27](https://github.com/PrivateAIM/hub/compare/v0.7.26...v0.7.27) (2026-02-11)
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.25 to ^0.8.26
24
+ * @privateaim/core-kit bumped from ^0.8.25 to ^0.8.26
25
+ * peerDependencies
26
+ * @privateaim/kit bumped from ^0.8.25 to ^0.8.26
27
+ * @privateaim/core-kit bumped from ^0.8.25 to ^0.8.26
28
+
3
29
  ## [0.7.26](https://github.com/PrivateAIM/hub/compare/v0.7.25...v0.7.26) (2026-02-09)
4
30
 
5
31
 
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.26",
4
+ "version": "0.7.27",
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.25",
29
- "@privateaim/core-kit": "^0.8.25"
28
+ "@privateaim/kit": "^0.8.26",
29
+ "@privateaim/core-kit": "^0.8.26"
30
30
  },
31
31
  "peerDependencies": {
32
- "@privateaim/kit": "^0.8.25",
33
- "@privateaim/core-kit": "^0.8.25"
32
+ "@privateaim/kit": "^0.8.26",
33
+ "@privateaim/core-kit": "^0.8.26"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"