@privateaim/server-http-kit 0.8.0 → 0.8.2
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 +32 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.8.2](https://github.com/PrivateAIM/hub/compare/v0.8.1...v0.8.2) (2024-08-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **deps:** bump locter from 2.1.0 to 2.1.1 ([#685](https://github.com/PrivateAIM/hub/issues/685)) ([e5e0860](https://github.com/PrivateAIM/hub/commit/e5e086024d7a9157c1833aa656bcc91a0574e4a9))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @privateaim/kit bumped from ^0.8.1 to ^0.8.2
|
|
16
|
+
* @privateaim/server-kit bumped from ^0.8.1 to ^0.8.2
|
|
17
|
+
|
|
18
|
+
## [0.8.1](https://github.com/PrivateAIM/hub/compare/v0.8.0...v0.8.1) (2024-08-19)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* **deps:** bump express-validator from 7.1.0 to 7.2.0 ([#654](https://github.com/PrivateAIM/hub/issues/654)) ([1b1d70e](https://github.com/PrivateAIM/hub/commit/1b1d70e759c94d05fc1ae7098f308275735ce971))
|
|
24
|
+
* **deps:** bump typeorm-extension from 3.5.1 to 3.6.0 ([#619](https://github.com/PrivateAIM/hub/issues/619)) ([7af46a3](https://github.com/PrivateAIM/hub/commit/7af46a317755cb8e1d5c26779d5d9157964ba51d))
|
|
25
|
+
* **deps:** bump typeorm-extension from 3.6.0 to 3.6.1 ([#652](https://github.com/PrivateAIM/hub/issues/652)) ([c862af7](https://github.com/PrivateAIM/hub/commit/c862af75dec7d42e3da9c50761e7ab61225a1c8f))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Dependencies
|
|
29
|
+
|
|
30
|
+
* The following workspace dependencies were updated
|
|
31
|
+
* dependencies
|
|
32
|
+
* @privateaim/kit bumped from ^0.8.0 to ^0.8.1
|
|
33
|
+
* @privateaim/server-kit bumped from ^0.8.0 to ^0.8.1
|
|
34
|
+
|
|
3
35
|
## [0.8.0](https://github.com/PrivateAIM/hub/compare/v0.7.0...v0.8.0) (2024-07-02)
|
|
4
36
|
|
|
5
37
|
|
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.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"author": {
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"@authup/server-core-plugin-kit": "^1.0.0-beta.18",
|
|
18
18
|
"@authup/server-core-plugin-http": "^1.0.0-beta.18",
|
|
19
19
|
"@ebec/http": "^2.3.0",
|
|
20
|
-
"@privateaim/kit": "^0.8.
|
|
21
|
-
"@privateaim/server-kit": "^0.8.
|
|
20
|
+
"@privateaim/kit": "^0.8.2",
|
|
21
|
+
"@privateaim/server-kit": "^0.8.2",
|
|
22
22
|
"@routup/basic": "^1.4.0",
|
|
23
23
|
"@routup/decorators": "^3.4.0",
|
|
24
24
|
"@routup/prometheus": "^2.4.0",
|
|
@@ -26,20 +26,20 @@
|
|
|
26
26
|
"@routup/swagger": "^2.4.0",
|
|
27
27
|
"cors": "^2.8.5",
|
|
28
28
|
"hapic": "^2.5.1",
|
|
29
|
-
"locter": "^2.1.
|
|
29
|
+
"locter": "^2.1.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/cors": "^2.8.17",
|
|
33
|
-
"express-validator": "^7.
|
|
33
|
+
"express-validator": "^7.2.0",
|
|
34
34
|
"redis-extension": "^1.5.0",
|
|
35
35
|
"routup": "^4.0.0",
|
|
36
|
-
"typeorm-extension": "^3.
|
|
36
|
+
"typeorm-extension": "^3.6.1"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"express-validator": "^7.
|
|
39
|
+
"express-validator": "^7.2.0",
|
|
40
40
|
"redis-extension": "^1.5.0",
|
|
41
41
|
"routup": "^4.0.0",
|
|
42
|
-
"typeorm-extension": "^3.
|
|
42
|
+
"typeorm-extension": "^3.6.1"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"dev": "ts-node src/index.ts",
|