@privateaim/server-http-kit 0.8.5 → 0.8.7

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 +26 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.8.7](https://github.com/PrivateAIM/hub/compare/v0.8.6...v0.8.7) (2025-03-12)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @privateaim/kit bumped from ^0.8.6 to ^0.8.7
11
+ * @privateaim/server-kit bumped from ^0.8.6 to ^0.8.7
12
+
13
+ ## [0.8.6](https://github.com/PrivateAIM/hub/compare/v0.8.5...v0.8.6) (2025-03-04)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **deps:** bump the minorandpatch group across 1 directory with 11 updates ([#973](https://github.com/PrivateAIM/hub/issues/973)) ([6c3b98e](https://github.com/PrivateAIM/hub/commit/6c3b98e665d641005d223e348ff0970b453dbf0e))
19
+ * **deps:** bump the minorandpatch group across 1 directory with 4 updates ([#997](https://github.com/PrivateAIM/hub/issues/997)) ([949ba29](https://github.com/PrivateAIM/hub/commit/949ba29f66ef6840b9e92b2504b26b7a7a7036e0))
20
+
21
+
22
+ ### Dependencies
23
+
24
+ * The following workspace dependencies were updated
25
+ * dependencies
26
+ * @privateaim/kit bumped from ^0.8.5 to ^0.8.6
27
+ * @privateaim/server-kit bumped from ^0.8.5 to ^0.8.6
28
+
3
29
  ## [0.8.5](https://github.com/PrivateAIM/hub/compare/v0.8.4...v0.8.5) (2025-01-22)
4
30
 
5
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@privateaim/server-http-kit",
3
- "version": "0.8.5",
3
+ "version": "0.8.7",
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.24",
19
19
  "@authup/server-adapter-http": "^1.0.0-beta.24",
20
20
  "@ebec/http": "^2.3.0",
21
- "@privateaim/kit": "^0.8.5",
22
- "@privateaim/server-kit": "^0.8.5",
21
+ "@privateaim/kit": "^0.8.7",
22
+ "@privateaim/server-kit": "^0.8.7",
23
23
  "@routup/basic": "^1.4.1",
24
24
  "@routup/decorators": "^3.4.1",
25
25
  "@routup/prometheus": "^2.4.0",
@@ -27,19 +27,19 @@
27
27
  "@routup/swagger": "^2.4.1",
28
28
  "cors": "^2.8.5",
29
29
  "hapic": "^2.5.2",
30
- "locter": "^2.1.4",
30
+ "locter": "^2.1.6",
31
31
  "validup": "^0.1.8"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/cors": "^2.8.17",
35
35
  "redis-extension": "^2.0.1",
36
36
  "routup": "^4.0.1",
37
- "typeorm-extension": "^3.6.2"
37
+ "typeorm-extension": "^3.7.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "redis-extension": "^2.0.1",
41
41
  "routup": "^4.0.1",
42
- "typeorm-extension": "^3.6.2"
42
+ "typeorm-extension": "^3.7.0"
43
43
  },
44
44
  "scripts": {
45
45
  "dev": "ts-node src/index.ts",