@xylabs/telemetry-exporter 6.0.9 → 6.1.0

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/README.md +6 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![logo][]](https://xylabs.com)
2
+
1
3
  # @xylabs/telemetry-exporter
2
4
 
3
5
  [![npm][npm-badge]][npm-link]
@@ -233,8 +235,12 @@ The span to measure.
233
235
 
234
236
  The span duration in milliseconds.
235
237
 
238
+ ## Credits
239
+
240
+ [Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
236
241
 
237
242
  [npm-badge]: https://img.shields.io/npm/v/@xylabs/telemetry-exporter.svg
238
243
  [npm-link]: https://www.npmjs.com/package/@xylabs/telemetry-exporter
239
244
  [license-badge]: https://img.shields.io/npm/l/@xylabs/telemetry-exporter.svg
240
245
  [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
246
+ [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/telemetry-exporter",
3
- "version": "6.0.9",
3
+ "version": "6.1.0",
4
4
  "description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
5
5
  "keywords": [
6
6
  "hex",
@@ -41,13 +41,13 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xylabs/logger": "~6.0.9"
44
+ "@xylabs/logger": "~6.1.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@opentelemetry/api": "^1.9.1",
48
48
  "@opentelemetry/sdk-trace-base": "^2.7.1",
49
- "@xylabs/toolchain": "^8.1.16",
50
- "@xylabs/tsconfig": "^8.1.16",
49
+ "@xylabs/toolchain": "^8.1.20",
50
+ "@xylabs/tsconfig": "^8.1.20",
51
51
  "eslint": "^10.4.1",
52
52
  "typescript": "^6.0.3",
53
53
  "vite": "^8.0.16",