@privateaim/telemetry-kit 0.8.18 → 0.8.20

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.8.20](https://github.com/PrivateAIM/hub/compare/v0.8.19...v0.8.20) (2025-10-29)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **deps:** bump the minorandpatch group across 1 directory with 13 updates ([#1246](https://github.com/PrivateAIM/hub/issues/1246)) ([bc898f9](https://github.com/PrivateAIM/hub/commit/bc898f9e40b52d6a93b815f9a07fb517219d051f))
9
+ * **deps:** bump the minorandpatch group across 1 directory with 20 updates ([#1231](https://github.com/PrivateAIM/hub/issues/1231)) ([dddccd3](https://github.com/PrivateAIM/hub/commit/dddccd358e8caa9512bd8945dd8f1efc7155b20e))
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * The following workspace dependencies were updated
15
+ * devDependencies
16
+ * @privateaim/kit bumped from ^0.8.19 to ^0.8.20
17
+ * peerDependencies
18
+ * @privateaim/kit bumped from ^0.8.19 to ^0.8.20
19
+
20
+ ## [0.8.19](https://github.com/PrivateAIM/hub/compare/v0.8.18...v0.8.19) (2025-09-24)
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * **deps:** bump the minorandpatch group across 1 directory with 10 updates ([#1204](https://github.com/PrivateAIM/hub/issues/1204)) ([72923d8](https://github.com/PrivateAIM/hub/commit/72923d81911880e176907e893c62241fe7f849f3))
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * The following workspace dependencies were updated
31
+ * devDependencies
32
+ * @privateaim/kit bumped from ^0.8.18 to ^0.8.19
33
+ * peerDependencies
34
+ * @privateaim/kit bumped from ^0.8.18 to ^0.8.19
35
+
3
36
  ## [0.8.18](https://github.com/PrivateAIM/hub/compare/v0.8.17...v0.8.18) (2025-09-16)
4
37
 
5
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@privateaim/telemetry-kit",
3
- "version": "0.8.18",
3
+ "version": "0.8.20",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "exports": {
@@ -22,19 +22,19 @@
22
22
  "dependencies": {
23
23
  "@validup/adapter-zod": "^0.1.11",
24
24
  "validup": "^0.1.9",
25
- "zod": "^4.1.8"
25
+ "zod": "^4.1.12"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@authup/kit": "^1.0.0-beta.27",
29
29
  "@authup/core-kit": "^1.0.0-beta.27",
30
- "@privateaim/kit": "^0.8.18",
30
+ "@privateaim/kit": "^0.8.20",
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.27",
36
36
  "@authup/core-kit": "^1.0.0-beta.27",
37
- "@privateaim/kit": "^0.8.18",
37
+ "@privateaim/kit": "^0.8.20",
38
38
  "hapic": "^2.7.0",
39
39
  "rapiq": "^0.9.0"
40
40
  },