@privateaim/server-realtime-kit 0.8.7 → 0.8.9

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 +31 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.8.9](https://github.com/PrivateAIM/hub/compare/v0.8.8...v0.8.9) (2025-04-17)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @privateaim/kit bumped from ^0.8.8 to ^0.8.9
11
+ * @privateaim/server-kit bumped from ^0.8.8 to ^0.8.9
12
+
13
+ ## [0.8.8](https://github.com/PrivateAIM/hub/compare/v0.8.7...v0.8.8) (2025-04-15)
14
+
15
+
16
+ ### Features
17
+
18
+ * migrated to authup v1.0.0-beta.25 ([a5f6b65](https://github.com/PrivateAIM/hub/commit/a5f6b65499ee3a8c4b4bbdcda47979fa73ee5c48))
19
+ * reusable client authentication hook ([0a608cd](https://github.com/PrivateAIM/hub/commit/0a608cd94984314166c15fa11684e022b5ceb53e))
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * **deps:** bump the minorandpatch group across 1 directory with 3 updates ([#1019](https://github.com/PrivateAIM/hub/issues/1019)) ([a82d65d](https://github.com/PrivateAIM/hub/commit/a82d65da5e08edce3d97e7432c22d8a028853217))
25
+
26
+
27
+ ### Dependencies
28
+
29
+ * The following workspace dependencies were updated
30
+ * dependencies
31
+ * @privateaim/kit bumped from ^0.8.7 to ^0.8.8
32
+ * @privateaim/server-kit bumped from ^0.8.7 to ^0.8.8
33
+
3
34
  ## [0.8.7](https://github.com/PrivateAIM/hub/compare/v0.8.6...v0.8.7) (2025-03-12)
4
35
 
5
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@privateaim/server-realtime-kit",
3
- "version": "0.8.7",
3
+ "version": "0.8.9",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "author": {
@@ -11,23 +11,23 @@
11
11
  "license": "Apache-2.0",
12
12
  "description": "This package contains the realtime application which connects the API with socket based clients.",
13
13
  "dependencies": {
14
- "@authup/access": "^1.0.0-beta.24",
15
- "@authup/specs": "^1.0.0-beta.24",
16
- "@authup/kit": "^1.0.0-beta.24",
17
- "@authup/core-kit": "^1.0.0-beta.24",
18
- "@authup/core-realtime-kit": "^1.0.0-beta.24",
19
- "@authup/server-adapter-kit": "^1.0.0-beta.24",
20
- "@authup/server-adapter-socket-io": "^1.0.0-beta.24",
21
- "@privateaim/kit": "^0.8.7",
22
- "@privateaim/server-kit": "^0.8.7",
14
+ "@authup/access": "^1.0.0-beta.26",
15
+ "@authup/specs": "^1.0.0-beta.26",
16
+ "@authup/kit": "^1.0.0-beta.26",
17
+ "@authup/core-kit": "^1.0.0-beta.26",
18
+ "@authup/core-realtime-kit": "^1.0.0-beta.26",
19
+ "@authup/server-adapter-kit": "^1.0.0-beta.26",
20
+ "@authup/server-adapter-socket-io": "^1.0.0-beta.26",
21
+ "@privateaim/kit": "^0.8.9",
22
+ "@privateaim/server-kit": "^0.8.9",
23
23
  "@ebec/http": "^2.3.0"
24
24
  },
25
25
  "devDependencies": {
26
- "redis-extension": "^2.0.1",
26
+ "redis-extension": "^2.0.2",
27
27
  "socket.io": "^4.8.1"
28
28
  },
29
29
  "peerDependencies": {
30
- "redis-extension": "^2.0.1",
30
+ "redis-extension": "^2.0.2",
31
31
  "socket.io": "^4.8.1"
32
32
  },
33
33
  "scripts": {