@peac/telemetry 0.9.31 → 0.10.4

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @peac/telemetry@0.9.31 build /Users/raj/code/peac/packages/telemetry
2
+ > @peac/telemetry@0.10.4 build /home/runner/work/peac/peac/packages/telemetry
3
3
  > tsc
4
4
 
package/README.md CHANGED
@@ -113,4 +113,6 @@ Apache-2.0
113
113
 
114
114
  ---
115
115
 
116
- Built by [PEAC Protocol](https://peacprotocol.org) contributors.
116
+ PEAC Protocol is an open source project stewarded by Originary and community contributors.
117
+
118
+ [Docs](https://www.peacprotocol.org) | [GitHub](https://github.com/peacprotocol/peac) | [Originary](https://www.originary.xyz)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peac/telemetry",
3
- "version": "0.9.31",
3
+ "version": "0.10.4",
4
4
  "description": "Telemetry interfaces and no-op implementation for PEAC protocol",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,7 +19,7 @@
19
19
  "author": "PEAC Protocol contributors",
20
20
  "license": "Apache-2.0",
21
21
  "dependencies": {
22
- "@peac/kernel": "0.9.31"
22
+ "@peac/kernel": "0.10.4"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/node": "^20.10.0",