@privateaim/core-realtime-kit 0.7.40 → 0.7.43

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 +81 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,86 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.43](https://github.com/PrivateAIM/hub/compare/v0.7.42...v0.7.43) (2026-05-10)
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
+ * **build:** replace __dirname with import.meta.dirname and enable tsdown shims ([b08de35](https://github.com/PrivateAIM/hub/commit/b08de35f59d325fda2222a3290b75561936e88e1))
16
+ * socket resources nsp pattern + project master-image requirement ([2d7be7f](https://github.com/PrivateAIM/hub/commit/2d7be7f333e6c06074f2ba9c5489f6685a6ab2ec))
17
+ * submit and process socket events ([0240664](https://github.com/PrivateAIM/hub/commit/02406645a5171a235845935b03f189517c0331cb))
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * The following workspace dependencies were updated
23
+ * devDependencies
24
+ * @privateaim/kit bumped from ^0.8.41 to ^0.8.42
25
+ * @privateaim/core-kit bumped from ^0.8.41 to ^0.8.42
26
+ * peerDependencies
27
+ * @privateaim/kit bumped from ^0.8.41 to ^0.8.42
28
+ * @privateaim/core-kit bumped from ^0.8.41 to ^0.8.42
29
+
30
+ ## [0.7.42](https://github.com/PrivateAIM/hub/compare/v0.7.41...v0.7.42) (2026-05-10)
31
+
32
+
33
+ ### Features
34
+
35
+ * enhance typing for doamin entities ([9d7c516](https://github.com/PrivateAIM/hub/commit/9d7c51644b66c9361e5436e2c43f463f4f219f90))
36
+ * migrate to esm & replace jest with vitest ([#1368](https://github.com/PrivateAIM/hub/issues/1368)) ([5a4d9d1](https://github.com/PrivateAIM/hub/commit/5a4d9d1ce118f65740aa49caf948208eac299032))
37
+ * restructure domain event handling ([2ad7318](https://github.com/PrivateAIM/hub/commit/2ad7318930bd342d571105982fc92996443326fa))
38
+
39
+
40
+ ### Bug Fixes
41
+
42
+ * **build:** replace __dirname with import.meta.dirname and enable tsdown shims ([b08de35](https://github.com/PrivateAIM/hub/commit/b08de35f59d325fda2222a3290b75561936e88e1))
43
+ * socket resources nsp pattern + project master-image requirement ([2d7be7f](https://github.com/PrivateAIM/hub/commit/2d7be7f333e6c06074f2ba9c5489f6685a6ab2ec))
44
+ * submit and process socket events ([0240664](https://github.com/PrivateAIM/hub/commit/02406645a5171a235845935b03f189517c0331cb))
45
+
46
+
47
+ ### Dependencies
48
+
49
+ * The following workspace dependencies were updated
50
+ * devDependencies
51
+ * @privateaim/kit bumped from ^0.8.40 to ^0.8.41
52
+ * @privateaim/core-kit bumped from ^0.8.40 to ^0.8.41
53
+ * peerDependencies
54
+ * @privateaim/kit bumped from ^0.8.40 to ^0.8.41
55
+ * @privateaim/core-kit bumped from ^0.8.40 to ^0.8.41
56
+
57
+ ## [0.7.41](https://github.com/PrivateAIM/hub/compare/v0.7.40...v0.7.41) (2026-04-29)
58
+
59
+
60
+ ### Features
61
+
62
+ * enhance typing for doamin entities ([9d7c516](https://github.com/PrivateAIM/hub/commit/9d7c51644b66c9361e5436e2c43f463f4f219f90))
63
+ * migrate to esm & replace jest with vitest ([#1368](https://github.com/PrivateAIM/hub/issues/1368)) ([5a4d9d1](https://github.com/PrivateAIM/hub/commit/5a4d9d1ce118f65740aa49caf948208eac299032))
64
+ * restructure domain event handling ([2ad7318](https://github.com/PrivateAIM/hub/commit/2ad7318930bd342d571105982fc92996443326fa))
65
+
66
+
67
+ ### Bug Fixes
68
+
69
+ * **build:** replace __dirname with import.meta.dirname and enable tsdown shims ([b08de35](https://github.com/PrivateAIM/hub/commit/b08de35f59d325fda2222a3290b75561936e88e1))
70
+ * socket resources nsp pattern + project master-image requirement ([2d7be7f](https://github.com/PrivateAIM/hub/commit/2d7be7f333e6c06074f2ba9c5489f6685a6ab2ec))
71
+ * submit and process socket events ([0240664](https://github.com/PrivateAIM/hub/commit/02406645a5171a235845935b03f189517c0331cb))
72
+
73
+
74
+ ### Dependencies
75
+
76
+ * The following workspace dependencies were updated
77
+ * devDependencies
78
+ * @privateaim/kit bumped from ^0.8.39 to ^0.8.40
79
+ * @privateaim/core-kit bumped from ^0.8.39 to ^0.8.40
80
+ * peerDependencies
81
+ * @privateaim/kit bumped from ^0.8.39 to ^0.8.40
82
+ * @privateaim/core-kit bumped from ^0.8.39 to ^0.8.40
83
+
3
84
  ## [0.7.40](https://github.com/PrivateAIM/hub/compare/v0.7.39...v0.7.40) (2026-04-29)
4
85
 
5
86
 
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.40",
4
+ "version": "0.7.43",
5
5
  "license": "Apache-2.0",
6
6
  "description": "",
7
7
  "module": "./dist/index.mjs",
@@ -23,12 +23,12 @@
23
23
  "build-watch": "rimraf ./dist && tsc -p tsconfig.build.json --watch"
24
24
  },
25
25
  "devDependencies": {
26
- "@privateaim/kit": "^0.8.39",
27
- "@privateaim/core-kit": "^0.8.39"
26
+ "@privateaim/kit": "^0.8.42",
27
+ "@privateaim/core-kit": "^0.8.42"
28
28
  },
29
29
  "peerDependencies": {
30
- "@privateaim/kit": "^0.8.39",
31
- "@privateaim/core-kit": "^0.8.39"
30
+ "@privateaim/kit": "^0.8.42",
31
+ "@privateaim/core-kit": "^0.8.42"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"