@blueking/open-telemetry 0.0.9 → 0.0.11
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/dist/bk-rum.global.js +2 -2
- package/dist/bk-rum.global.js.map +1 -1
- package/dist/core/config.d.ts +17 -0
- package/dist/core/telemetry-attributes.d.ts +3 -0
- package/dist/core/url.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +376 -339
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blueking/open-telemetry",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.11",
|
|
4
4
|
"description": "OpenTelemetry browser SDK for BK RUM",
|
|
5
5
|
"author": "TencentCloud Real User Monitoring",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
"dist"
|
|
12
12
|
],
|
|
13
13
|
"scripts": {
|
|
14
|
-
"prepublishOnly": "pnpm build && pnpm dts",
|
|
14
|
+
"prepublishOnly": "pnpm build && pnpm dts && pnpm skill:refs",
|
|
15
|
+
"skill:refs": "node scripts/gen-skill-references.mjs",
|
|
15
16
|
"build": "vite build && vite build --mode cdn && pnpm dts",
|
|
16
17
|
"build:cdn": "vite build --mode cdn",
|
|
17
18
|
"build:esm": "vite build",
|