@privateaim/core-realtime-kit 0.7.2 → 0.7.4

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 +38 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.4](https://github.com/PrivateAIM/hub/compare/v0.7.3...v0.7.4) (2024-09-19)
4
+
5
+
6
+ ### Features
7
+
8
+ * adjusted code references for core -> core-kit package renaming ([321b8ac](https://github.com/PrivateAIM/hub/commit/321b8acb33e4fdd93252c72da34fac34cc86cd9f))
9
+ * initial core -> core-kit package renaming ([9ac9709](https://github.com/PrivateAIM/hub/commit/9ac970999922bc76e3f88381f4d3351a51147a46))
10
+ * initial implementation & usage refactoring ([#426](https://github.com/PrivateAIM/hub/issues/426)) ([85ff83f](https://github.com/PrivateAIM/hub/commit/85ff83f40dc129f7f1e28b41f445f60bb6d6fcfe))
11
+ * realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088))
12
+
13
+
14
+ ### Dependencies
15
+
16
+ * The following workspace dependencies were updated
17
+ * devDependencies
18
+ * @privateaim/core-kit bumped from ^0.8.2 to ^0.8.3
19
+ * peerDependencies
20
+ * @privateaim/core-kit bumped from ^0.8.2 to ^0.8.3
21
+
22
+ ## [0.7.3](https://github.com/PrivateAIM/hub/compare/v0.7.2...v0.7.3) (2024-08-28)
23
+
24
+
25
+ ### Features
26
+
27
+ * adjusted code references for core -> core-kit package renaming ([321b8ac](https://github.com/PrivateAIM/hub/commit/321b8acb33e4fdd93252c72da34fac34cc86cd9f))
28
+ * initial core -> core-kit package renaming ([9ac9709](https://github.com/PrivateAIM/hub/commit/9ac970999922bc76e3f88381f4d3351a51147a46))
29
+ * initial implementation & usage refactoring ([#426](https://github.com/PrivateAIM/hub/issues/426)) ([85ff83f](https://github.com/PrivateAIM/hub/commit/85ff83f40dc129f7f1e28b41f445f60bb6d6fcfe))
30
+ * realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088))
31
+
32
+
33
+ ### Dependencies
34
+
35
+ * The following workspace dependencies were updated
36
+ * devDependencies
37
+ * @privateaim/core-kit bumped from ^0.8.1 to ^0.8.2
38
+ * peerDependencies
39
+ * @privateaim/core-kit bumped from ^0.8.1 to ^0.8.2
40
+
3
41
  ## [0.7.2](https://github.com/PrivateAIM/hub/compare/v0.7.1...v0.7.2) (2024-08-19)
4
42
 
5
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@privateaim/core-realtime-kit",
3
- "version": "0.7.2",
3
+ "version": "0.7.4",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "exports": {
@@ -26,10 +26,10 @@
26
26
  "build-watch": "rimraf ./dist && tsc -p tsconfig.build.json --watch"
27
27
  },
28
28
  "devDependencies": {
29
- "@privateaim/core-kit": "^0.8.1"
29
+ "@privateaim/core-kit": "^0.8.3"
30
30
  },
31
31
  "peerDependencies": {
32
- "@privateaim/core-kit": "^0.8.1"
32
+ "@privateaim/core-kit": "^0.8.3"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public"