@privateaim/core-realtime-kit 0.7.16 → 0.7.17

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 +22 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.17](https://github.com/PrivateAIM/hub/compare/v0.7.16...v0.7.17) (2025-08-26)
4
+
5
+
6
+ ### Features
7
+
8
+ * adjusted code references for core -> core-kit package renaming ([321b8ac](https://github.com/PrivateAIM/hub/commit/321b8acb33e4fdd93252c72da34fac34cc86cd9f))
9
+ * enhance typing for doamin entities ([9d7c516](https://github.com/PrivateAIM/hub/commit/9d7c51644b66c9361e5436e2c43f463f4f219f90))
10
+ * initial core -> core-kit package renaming ([9ac9709](https://github.com/PrivateAIM/hub/commit/9ac970999922bc76e3f88381f4d3351a51147a46))
11
+ * realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088))
12
+ * restructure domain event handling ([2ad7318](https://github.com/PrivateAIM/hub/commit/2ad7318930bd342d571105982fc92996443326fa))
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * The following workspace dependencies were updated
18
+ * devDependencies
19
+ * @privateaim/kit bumped from ^0.8.15 to ^0.8.16
20
+ * @privateaim/core-kit bumped from ^0.8.15 to ^0.8.16
21
+ * peerDependencies
22
+ * @privateaim/kit bumped from ^0.8.15 to ^0.8.16
23
+ * @privateaim/core-kit bumped from ^0.8.15 to ^0.8.16
24
+
3
25
  ## [0.7.16](https://github.com/PrivateAIM/hub/compare/v0.7.15...v0.7.16) (2025-07-30)
4
26
 
5
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@privateaim/core-realtime-kit",
3
- "version": "0.7.16",
3
+ "version": "0.7.17",
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.15",
30
- "@privateaim/core-kit": "^0.8.15"
29
+ "@privateaim/kit": "^0.8.16",
30
+ "@privateaim/core-kit": "^0.8.16"
31
31
  },
32
32
  "peerDependencies": {
33
- "@privateaim/kit": "^0.8.15",
34
- "@privateaim/core-kit": "^0.8.15"
33
+ "@privateaim/kit": "^0.8.16",
34
+ "@privateaim/core-kit": "^0.8.16"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public"