@photon-ai/otel 0.1.0 → 0.1.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.
- package/package.json +2 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@photon-ai/otel",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "DX-focused OpenTelemetry wrapper for Bun and Node.js: one-call setup, structured logging, span helper, and built-in PII scrubbing.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -12,27 +12,10 @@
|
|
|
12
12
|
],
|
|
13
13
|
"exports": {
|
|
14
14
|
".": {
|
|
15
|
-
"
|
|
16
|
-
"types": "./src/index.ts",
|
|
15
|
+
"types": "./dist/index.d.ts",
|
|
17
16
|
"default": "./dist/index.js"
|
|
18
17
|
}
|
|
19
18
|
},
|
|
20
|
-
"publishConfig": {
|
|
21
|
-
"exports": {
|
|
22
|
-
".": {
|
|
23
|
-
"types": "./dist/index.d.ts",
|
|
24
|
-
"default": "./dist/index.js"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
"scripts": {
|
|
29
|
-
"build": "tsup",
|
|
30
|
-
"test": "vitest run",
|
|
31
|
-
"test:watch": "vitest",
|
|
32
|
-
"check": "ultracite check",
|
|
33
|
-
"fix": "ultracite fix",
|
|
34
|
-
"prepublishOnly": "bun run build"
|
|
35
|
-
},
|
|
36
19
|
"dependencies": {
|
|
37
20
|
"@opentelemetry/api": "^1.9.1",
|
|
38
21
|
"@opentelemetry/api-logs": "^0.216.0",
|
|
@@ -43,14 +26,6 @@
|
|
|
43
26
|
"@opentelemetry/sdk-logs": "^0.216.0",
|
|
44
27
|
"@opentelemetry/sdk-trace-base": "^2.7.1"
|
|
45
28
|
},
|
|
46
|
-
"devDependencies": {
|
|
47
|
-
"@biomejs/biome": "2.4.15",
|
|
48
|
-
"@types/bun": "latest",
|
|
49
|
-
"@types/node": "^22.0.0",
|
|
50
|
-
"tsup": "^8.4.0",
|
|
51
|
-
"ultracite": "7.7.0",
|
|
52
|
-
"vitest": "^2.1.0"
|
|
53
|
-
},
|
|
54
29
|
"peerDependencies": {
|
|
55
30
|
"typescript": "^5 || ^6.0.0"
|
|
56
31
|
},
|