@backendkit-labs/observability 0.1.1 → 0.2.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.
package/package.json CHANGED
@@ -1,96 +1,96 @@
1
- {
2
- "name": "@backendkit-labs/observability",
3
- "version": "0.1.1",
4
- "license": "Apache-2.0",
5
- "author": {
6
- "name": "BackendKit Labs",
7
- "email": "backendkit.dev@gmail.com"
8
- },
9
- "description": "Structured logging, metrics, correlation ID propagation, and exception handling for NestJS — no OTel SDK required",
10
- "type": "module",
11
- "main": "./dist/index.cjs",
12
- "module": "./dist/index.js",
13
- "types": "./dist/index.d.ts",
14
- "exports": {
15
- ".": {
16
- "types": "./dist/index.d.ts",
17
- "import": "./dist/index.js",
18
- "require": "./dist/index.cjs"
19
- }
20
- },
21
- "files": [
22
- "dist",
23
- "README.md",
24
- "LICENSE"
25
- ],
26
- "scripts": {
27
- "build": "tsup",
28
- "dev": "tsup --watch",
29
- "test": "vitest run",
30
- "test:watch": "vitest",
31
- "test:coverage": "vitest run --coverage",
32
- "typecheck": "tsc --noEmit",
33
- "lint": "eslint src/",
34
- "prepublishOnly": "npm run build && npm run test && npm run lint"
35
- },
36
- "keywords": [
37
- "observability",
38
- "logging",
39
- "metrics",
40
- "correlation-id",
41
- "nestjs",
42
- "winston",
43
- "opentelemetry",
44
- "tracing",
45
- "structured-logging",
46
- "node"
47
- ],
48
- "homepage": "https://github.com/backendkit-dev/backendkit-monorepo/tree/master/packages/observability#readme",
49
- "repository": {
50
- "type": "git",
51
- "url": "git+https://github.com/backendkit-dev/backendkit-monorepo.git",
52
- "directory": "packages/observability"
53
- },
54
- "bugs": {
55
- "url": "https://github.com/backendkit-dev/backendkit-monorepo/issues"
56
- },
57
- "publishConfig": {
58
- "access": "public"
59
- },
60
- "sideEffects": false,
61
- "engines": {
62
- "node": ">=18"
63
- },
64
- "dependencies": {
65
- "@backendkit-labs/circuit-breaker": "*",
66
- "axios": "^1.7.0",
67
- "winston": "^3.11.0",
68
- "winston-transport": "^4.7.0"
69
- },
70
- "peerDependencies": {
71
- "@nestjs/common": ">=10.0.0",
72
- "@nestjs/core": ">=10.0.0",
73
- "@opentelemetry/api": ">=1.0.0",
74
- "rxjs": ">=7.0.0"
75
- },
76
- "peerDependenciesMeta": {
77
- "@opentelemetry/api": {
78
- "optional": true
79
- }
80
- },
81
- "devDependencies": {
82
- "@eslint/js": "^9.39.4",
83
- "@nestjs/common": "^10.0.0",
84
- "@nestjs/core": "^10.0.0",
85
- "@opentelemetry/api": "^1.9.0",
86
- "@types/express": "^4.17.21",
87
- "@types/node": "^22.0.0",
88
- "eslint": "^9.0.0",
89
- "reflect-metadata": "^0.2.0",
90
- "rxjs": "^7.8.0",
91
- "tsup": "^8.0.0",
92
- "typescript": "^5.5.0",
93
- "typescript-eslint": "^8.59.3",
94
- "vitest": "^2.0.0"
95
- }
96
- }
1
+ {
2
+ "name": "@backendkit-labs/observability",
3
+ "version": "0.2.0",
4
+ "license": "Apache-2.0",
5
+ "author": {
6
+ "name": "BackendKit Labs",
7
+ "email": "hello@backendkitlabs.dev"
8
+ },
9
+ "description": "Structured logging, metrics, correlation ID propagation, and exception handling for NestJS — no OTel SDK required",
10
+ "type": "module",
11
+ "main": "./dist/index.cjs",
12
+ "module": "./dist/index.js",
13
+ "types": "./dist/index.d.ts",
14
+ "exports": {
15
+ ".": {
16
+ "types": "./dist/index.d.ts",
17
+ "import": "./dist/index.js",
18
+ "require": "./dist/index.cjs"
19
+ }
20
+ },
21
+ "files": [
22
+ "dist",
23
+ "README.md",
24
+ "LICENSE"
25
+ ],
26
+ "scripts": {
27
+ "build": "tsup",
28
+ "dev": "tsup --watch",
29
+ "test": "vitest run",
30
+ "test:watch": "vitest",
31
+ "test:coverage": "vitest run --coverage",
32
+ "typecheck": "tsc --noEmit",
33
+ "lint": "eslint src/",
34
+ "prepublishOnly": "npm run build && npm run test && npm run lint"
35
+ },
36
+ "keywords": [
37
+ "observability",
38
+ "logging",
39
+ "metrics",
40
+ "correlation-id",
41
+ "nestjs",
42
+ "winston",
43
+ "opentelemetry",
44
+ "tracing",
45
+ "structured-logging",
46
+ "node"
47
+ ],
48
+ "homepage": "https://backendkitlabs.dev/docs/observability/",
49
+ "repository": {
50
+ "type": "git",
51
+ "url": "git+https://github.com/BackendKit-labs/backendkit-monorepo.git",
52
+ "directory": "packages/observability"
53
+ },
54
+ "bugs": {
55
+ "url": "https://github.com/BackendKit-labs/backendkit-monorepo/issues"
56
+ },
57
+ "publishConfig": {
58
+ "access": "public"
59
+ },
60
+ "sideEffects": false,
61
+ "engines": {
62
+ "node": ">=18"
63
+ },
64
+ "dependencies": {
65
+ "@backendkit-labs/circuit-breaker": "*",
66
+ "axios": "^1.7.0",
67
+ "winston": "^3.11.0",
68
+ "winston-transport": "^4.7.0"
69
+ },
70
+ "peerDependencies": {
71
+ "@nestjs/common": ">=10.0.0",
72
+ "@nestjs/core": ">=10.0.0",
73
+ "@opentelemetry/api": ">=1.0.0",
74
+ "rxjs": ">=7.0.0"
75
+ },
76
+ "peerDependenciesMeta": {
77
+ "@opentelemetry/api": {
78
+ "optional": true
79
+ }
80
+ },
81
+ "devDependencies": {
82
+ "@eslint/js": "^9.39.4",
83
+ "@nestjs/common": "^10.0.0",
84
+ "@nestjs/core": "^10.0.0",
85
+ "@opentelemetry/api": "^1.9.0",
86
+ "@types/express": "^4.17.21",
87
+ "@types/node": "^22.0.0",
88
+ "eslint": "^9.0.0",
89
+ "reflect-metadata": "^0.2.0",
90
+ "rxjs": "^7.8.0",
91
+ "tsup": "^8.0.0",
92
+ "typescript": "^5.5.0",
93
+ "typescript-eslint": "^8.59.3",
94
+ "vitest": "^2.0.0"
95
+ }
96
+ }