@privateaim/server-http-kit 0.8.8 → 0.8.10

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 +25 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.8.10](https://github.com/PrivateAIM/hub/compare/v0.8.9...v0.8.10) (2025-04-23)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @privateaim/kit bumped from ^0.8.9 to ^0.8.10
11
+ * @privateaim/server-kit bumped from ^0.8.9 to ^0.8.10
12
+
13
+ ## [0.8.9](https://github.com/PrivateAIM/hub/compare/v0.8.8...v0.8.9) (2025-04-17)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **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))
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * The following workspace dependencies were updated
24
+ * dependencies
25
+ * @privateaim/kit bumped from ^0.8.8 to ^0.8.9
26
+ * @privateaim/server-kit bumped from ^0.8.8 to ^0.8.9
27
+
3
28
  ## [0.8.8](https://github.com/PrivateAIM/hub/compare/v0.8.7...v0.8.8) (2025-04-15)
4
29
 
5
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@privateaim/server-http-kit",
3
- "version": "0.8.8",
3
+ "version": "0.8.10",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "author": {
@@ -18,8 +18,8 @@
18
18
  "@authup/server-adapter-kit": "^1.0.0-beta.26",
19
19
  "@authup/server-adapter-http": "^1.0.0-beta.26",
20
20
  "@ebec/http": "^2.3.0",
21
- "@privateaim/kit": "^0.8.8",
22
- "@privateaim/server-kit": "^0.8.8",
21
+ "@privateaim/kit": "^0.8.10",
22
+ "@privateaim/server-kit": "^0.8.10",
23
23
  "@routup/basic": "^1.4.1",
24
24
  "@routup/decorators": "^3.4.1",
25
25
  "@routup/prometheus": "^2.4.0",
@@ -34,12 +34,12 @@
34
34
  "@types/cors": "^2.8.17",
35
35
  "redis-extension": "^2.0.2",
36
36
  "routup": "^4.0.1",
37
- "typeorm-extension": "^3.7.0"
37
+ "typeorm-extension": "^3.7.1"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "redis-extension": "^2.0.2",
41
41
  "routup": "^4.0.1",
42
- "typeorm-extension": "^3.7.0"
42
+ "typeorm-extension": "^3.7.1"
43
43
  },
44
44
  "scripts": {
45
45
  "dev": "ts-node src/index.ts",