@privateaim/core-http-kit 0.8.25 → 0.8.27

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.8.27](https://github.com/PrivateAIM/hub/compare/v0.8.26...v0.8.27) (2026-02-12)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * devDependencies
10
+ * @privateaim/core-kit bumped from ^0.8.26 to ^0.8.27
11
+ * @privateaim/telemetry-kit bumped from ^0.8.26 to ^0.8.27
12
+ * peerDependencies
13
+ * @privateaim/core-kit bumped from ^0.8.26 to ^0.8.27
14
+ * @privateaim/telemetry-kit bumped from ^0.8.26 to ^0.8.27
15
+
16
+ ## [0.8.26](https://github.com/PrivateAIM/hub/compare/v0.8.25...v0.8.26) (2026-02-11)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * The following workspace dependencies were updated
22
+ * devDependencies
23
+ * @privateaim/core-kit bumped from ^0.8.25 to ^0.8.26
24
+ * @privateaim/telemetry-kit bumped from ^0.8.25 to ^0.8.26
25
+ * peerDependencies
26
+ * @privateaim/core-kit bumped from ^0.8.25 to ^0.8.26
27
+ * @privateaim/telemetry-kit bumped from ^0.8.25 to ^0.8.26
28
+
3
29
  ## [0.8.25](https://github.com/PrivateAIM/hub/compare/v0.8.24...v0.8.25) (2026-02-09)
4
30
 
5
31
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@privateaim/core-http-kit",
3
3
  "type": "module",
4
- "version": "0.8.25",
4
+ "version": "0.8.27",
5
5
  "license": "Apache-2.0",
6
6
  "description": "",
7
7
  "module": "./dist/index.mjs",
@@ -26,15 +26,15 @@
26
26
  },
27
27
  "devDependencies": {
28
28
  "@authup/kit": "^1.0.0-beta.28",
29
- "@privateaim/core-kit": "^0.8.25",
30
- "@privateaim/telemetry-kit": "^0.8.25",
29
+ "@privateaim/core-kit": "^0.8.27",
30
+ "@privateaim/telemetry-kit": "^0.8.27",
31
31
  "hapic": "^2.7.0",
32
32
  "rapiq": "^0.9.0"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@authup/kit": "^1.0.0-beta.28",
36
- "@privateaim/core-kit": "^0.8.25",
37
- "@privateaim/telemetry-kit": "^0.8.25",
36
+ "@privateaim/core-kit": "^0.8.27",
37
+ "@privateaim/telemetry-kit": "^0.8.27",
38
38
  "hapic": "^2.7.0",
39
39
  "rapiq": "^0.9.0"
40
40
  },