@privateaim/server-http-kit 0.8.1 → 0.8.3

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 +33 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.8.3](https://github.com/PrivateAIM/hub/compare/v0.8.2...v0.8.3) (2024-09-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **deps:** bump @routup/basic from 1.4.0 to 1.4.1 ([#752](https://github.com/PrivateAIM/hub/issues/752)) ([c190870](https://github.com/PrivateAIM/hub/commit/c1908702123c9d6d471d3f62543e91f5f645154d))
9
+ * **deps:** bump @routup/decorators from 3.4.0 to 3.4.1 ([#751](https://github.com/PrivateAIM/hub/issues/751)) ([89de8dc](https://github.com/PrivateAIM/hub/commit/89de8dc84d72f3322317df613ae06419b4909b72))
10
+ * **deps:** bump @routup/swagger from 2.4.0 to 2.4.1 ([#756](https://github.com/PrivateAIM/hub/issues/756)) ([91a19cd](https://github.com/PrivateAIM/hub/commit/91a19cdd32536ca9cbad23170e685a868431b094))
11
+ * **deps:** bump routup from 4.0.0 to 4.0.1 ([#754](https://github.com/PrivateAIM/hub/issues/754)) ([beaf196](https://github.com/PrivateAIM/hub/commit/beaf196efdcab56695622a164b88eb4024848703))
12
+
13
+
14
+ ### Dependencies
15
+
16
+ * The following workspace dependencies were updated
17
+ * dependencies
18
+ * @privateaim/kit bumped from ^0.8.2 to ^0.8.3
19
+ * @privateaim/server-kit bumped from ^0.8.2 to ^0.8.3
20
+
21
+ ## [0.8.2](https://github.com/PrivateAIM/hub/compare/v0.8.1...v0.8.2) (2024-08-28)
22
+
23
+
24
+ ### Bug Fixes
25
+
26
+ * **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))
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * The following workspace dependencies were updated
32
+ * dependencies
33
+ * @privateaim/kit bumped from ^0.8.1 to ^0.8.2
34
+ * @privateaim/server-kit bumped from ^0.8.1 to ^0.8.2
35
+
3
36
  ## [0.8.1](https://github.com/PrivateAIM/hub/compare/v0.8.0...v0.8.1) (2024-08-19)
4
37
 
5
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@privateaim/server-http-kit",
3
- "version": "0.8.1",
3
+ "version": "0.8.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "author": {
@@ -17,28 +17,28 @@
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.1",
21
- "@privateaim/server-kit": "^0.8.1",
22
- "@routup/basic": "^1.4.0",
23
- "@routup/decorators": "^3.4.0",
20
+ "@privateaim/kit": "^0.8.3",
21
+ "@privateaim/server-kit": "^0.8.3",
22
+ "@routup/basic": "^1.4.1",
23
+ "@routup/decorators": "^3.4.1",
24
24
  "@routup/prometheus": "^2.4.0",
25
25
  "@routup/rate-limit": "^2.4.0",
26
- "@routup/swagger": "^2.4.0",
26
+ "@routup/swagger": "^2.4.1",
27
27
  "cors": "^2.8.5",
28
28
  "hapic": "^2.5.1",
29
- "locter": "^2.1.0"
29
+ "locter": "^2.1.1"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/cors": "^2.8.17",
33
33
  "express-validator": "^7.2.0",
34
34
  "redis-extension": "^1.5.0",
35
- "routup": "^4.0.0",
35
+ "routup": "^4.0.1",
36
36
  "typeorm-extension": "^3.6.1"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "express-validator": "^7.2.0",
40
40
  "redis-extension": "^1.5.0",
41
- "routup": "^4.0.0",
41
+ "routup": "^4.0.1",
42
42
  "typeorm-extension": "^3.6.1"
43
43
  },
44
44
  "scripts": {