autotel-devtools 5.0.1 → 5.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.
- package/dist/cli.cjs +4 -20
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +4 -20
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/server/index.cjs +4 -20
- package/dist/server/index.cjs.map +1 -1
- package/dist/server/index.js +1 -1
- package/dist/server/index.js.map +1 -1
- package/dist/widget.global.js +2 -2
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "autotel-devtools",
|
|
3
|
-
"version": "5.0
|
|
3
|
+
"version": "5.1.0",
|
|
4
4
|
"description": "Standalone OTLP receiver with web UI for local development",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -113,6 +113,7 @@
|
|
|
113
113
|
"lint": "eslint src/",
|
|
114
114
|
"test": "vitest run --config vitest.config.ts && vitest run --config vitest.storybook.config.ts",
|
|
115
115
|
"test:watch": "vitest --config vitest.config.ts",
|
|
116
|
+
"test:dist": "node scripts/check-dist-esm.mjs",
|
|
116
117
|
"storybook": "storybook dev -p 6006",
|
|
117
118
|
"build-storybook": "storybook build"
|
|
118
119
|
}
|