@rare0619/nestjs-tracing 1.2.0 → 1.2.1

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 (1) hide show
  1. package/package.json +10 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rare0619/nestjs-tracing",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "NestJS 全链路追踪插件(OpenTelemetry + Elastic APM)— 自动插桩、日志关联、跨服务传播、Monorepo 零配置",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -68,5 +68,13 @@
68
68
  "files": [
69
69
  "dist",
70
70
  "README.md"
71
- ]
71
+ ],
72
+ "repository": {
73
+ "type": "git",
74
+ "url": "https://github.com/rare0619/nestjs-tracing.git"
75
+ },
76
+ "bugs": {
77
+ "url": "https://github.com/rare0619/nestjs-tracing/issues"
78
+ },
79
+ "homepage": "https://github.com/rare0619/nestjs-tracing"
72
80
  }