@privateaim/server-http-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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
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
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **deps:** bump the minorandpatch group across 1 directory with 2 updates ([#1033](https://github.com/PrivateAIM/hub/issues/1033)) ([b228557](https://github.com/PrivateAIM/hub/commit/b228557eb213761ab97d2d9f8e618b86c50ab155))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @privateaim/kit bumped from ^0.8.8 to ^0.8.9
|
|
16
|
+
* @privateaim/server-kit bumped from ^0.8.8 to ^0.8.9
|
|
17
|
+
|
|
18
|
+
## [0.8.8](https://github.com/PrivateAIM/hub/compare/v0.8.7...v0.8.8) (2025-04-15)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* migrated to authup v1.0.0-beta.25 ([a5f6b65](https://github.com/PrivateAIM/hub/commit/a5f6b65499ee3a8c4b4bbdcda47979fa73ee5c48))
|
|
24
|
+
* reusable client authentication hook ([0a608cd](https://github.com/PrivateAIM/hub/commit/0a608cd94984314166c15fa11684e022b5ceb53e))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* **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))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Dependencies
|
|
33
|
+
|
|
34
|
+
* The following workspace dependencies were updated
|
|
35
|
+
* dependencies
|
|
36
|
+
* @privateaim/kit bumped from ^0.8.7 to ^0.8.8
|
|
37
|
+
* @privateaim/server-kit bumped from ^0.8.7 to ^0.8.8
|
|
38
|
+
|
|
3
39
|
## [0.8.7](https://github.com/PrivateAIM/hub/compare/v0.8.6...v0.8.7) (2025-03-12)
|
|
4
40
|
|
|
5
41
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"permission-provider.js","sourceRoot":"","sources":["../../../src/services/authup/permission-provider.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAIH,MAAa,sBAAsB;IAC/B,KAAK,CAAC,GAAG,CAAC,QAA8B;QACpC,OAAO;YACH,IAAI,EAAE,QAAQ,CAAC,IAAI;YACnB,
|
|
1
|
+
{"version":3,"file":"permission-provider.js","sourceRoot":"","sources":["../../../src/services/authup/permission-provider.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAIH,MAAa,sBAAsB;IAC/B,KAAK,CAAC,GAAG,CAAC,QAA8B;QACpC,OAAO;YACH,IAAI,EAAE,QAAQ,CAAC,IAAI;YACnB,OAAO,EAAE,QAAQ,CAAC,OAAO;YACzB,MAAM,EAAE,IAAI;SACf,CAAC;IACN,CAAC;CACJ;AARD,wDAQC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@privateaim/server-http-kit",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.9",
|
|
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/kit": "^1.0.0-beta.
|
|
16
|
-
"@authup/core-kit": "^1.0.0-beta.
|
|
17
|
-
"@authup/core-http-kit": "^1.0.0-beta.
|
|
18
|
-
"@authup/server-adapter-kit": "^1.0.0-beta.
|
|
19
|
-
"@authup/server-adapter-http": "^1.0.0-beta.
|
|
14
|
+
"@authup/access": "^1.0.0-beta.26",
|
|
15
|
+
"@authup/kit": "^1.0.0-beta.26",
|
|
16
|
+
"@authup/core-kit": "^1.0.0-beta.26",
|
|
17
|
+
"@authup/core-http-kit": "^1.0.0-beta.26",
|
|
18
|
+
"@authup/server-adapter-kit": "^1.0.0-beta.26",
|
|
19
|
+
"@authup/server-adapter-http": "^1.0.0-beta.26",
|
|
20
20
|
"@ebec/http": "^2.3.0",
|
|
21
|
-
"@privateaim/kit": "^0.8.
|
|
22
|
-
"@privateaim/server-kit": "^0.8.
|
|
21
|
+
"@privateaim/kit": "^0.8.9",
|
|
22
|
+
"@privateaim/server-kit": "^0.8.9",
|
|
23
23
|
"@routup/basic": "^1.4.1",
|
|
24
24
|
"@routup/decorators": "^3.4.1",
|
|
25
25
|
"@routup/prometheus": "^2.4.0",
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/cors": "^2.8.17",
|
|
35
|
-
"redis-extension": "^2.0.
|
|
35
|
+
"redis-extension": "^2.0.2",
|
|
36
36
|
"routup": "^4.0.1",
|
|
37
|
-
"typeorm-extension": "^3.7.
|
|
37
|
+
"typeorm-extension": "^3.7.1"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"redis-extension": "^2.0.
|
|
40
|
+
"redis-extension": "^2.0.2",
|
|
41
41
|
"routup": "^4.0.1",
|
|
42
|
-
"typeorm-extension": "^3.7.
|
|
42
|
+
"typeorm-extension": "^3.7.1"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"dev": "ts-node src/index.ts",
|
|
@@ -11,7 +11,7 @@ export class FakePermissionProvider implements PermissionProvider {
|
|
|
11
11
|
async get(criteria: PermissionGetOptions): Promise<PermissionItem | undefined> {
|
|
12
12
|
return {
|
|
13
13
|
name: criteria.name,
|
|
14
|
-
|
|
14
|
+
realmId: criteria.realmId,
|
|
15
15
|
policy: null,
|
|
16
16
|
};
|
|
17
17
|
}
|