@privateaim/server-realtime-kit 0.8.14 → 0.8.15
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.
- package/CHANGELOG.md +15 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.8.15](https://github.com/PrivateAIM/hub/compare/v0.8.14...v0.8.15) (2025-07-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* migrated to authup v1.0.0-beta.27 ([f96db78](https://github.com/PrivateAIM/hub/commit/f96db782a5b74e3aa8ab1ada270af770f3c92631))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @privateaim/kit bumped from ^0.8.14 to ^0.8.15
|
|
16
|
+
* @privateaim/server-kit bumped from ^0.8.14 to ^0.8.15
|
|
17
|
+
|
|
3
18
|
## [0.8.14](https://github.com/PrivateAIM/hub/compare/v0.8.13...v0.8.14) (2025-07-10)
|
|
4
19
|
|
|
5
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@privateaim/server-realtime-kit",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.15",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"author": {
|
|
@@ -11,15 +11,15 @@
|
|
|
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.
|
|
15
|
-
"@authup/specs": "^1.0.0-beta.
|
|
16
|
-
"@authup/kit": "^1.0.0-beta.
|
|
17
|
-
"@authup/core-kit": "^1.0.0-beta.
|
|
18
|
-
"@authup/core-realtime-kit": "^1.0.0-beta.
|
|
19
|
-
"@authup/server-adapter-kit": "^1.0.0-beta.
|
|
20
|
-
"@authup/server-adapter-socket-io": "^1.0.0-beta.
|
|
21
|
-
"@privateaim/kit": "^0.8.
|
|
22
|
-
"@privateaim/server-kit": "^0.8.
|
|
14
|
+
"@authup/access": "^1.0.0-beta.27",
|
|
15
|
+
"@authup/specs": "^1.0.0-beta.27",
|
|
16
|
+
"@authup/kit": "^1.0.0-beta.27",
|
|
17
|
+
"@authup/core-kit": "^1.0.0-beta.27",
|
|
18
|
+
"@authup/core-realtime-kit": "^1.0.0-beta.27",
|
|
19
|
+
"@authup/server-adapter-kit": "^1.0.0-beta.27",
|
|
20
|
+
"@authup/server-adapter-socket-io": "^1.0.0-beta.27",
|
|
21
|
+
"@privateaim/kit": "^0.8.15",
|
|
22
|
+
"@privateaim/server-kit": "^0.8.15",
|
|
23
23
|
"@ebec/http": "^2.3.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|