autotel-devtools 6.0.1 → 6.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autotel-devtools",
3
- "version": "6.0.1",
3
+ "version": "6.1.1",
4
4
  "description": "Standalone OTLP receiver with web UI for local development",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -90,7 +90,7 @@
90
90
  "vitest-mock-extended": "^4.0.0"
91
91
  },
92
92
  "peerDependencies": {
93
- "autotel": "3.4.1"
93
+ "autotel": "3.4.2"
94
94
  },
95
95
  "peerDependenciesMeta": {
96
96
  "autotel": {
@@ -108,7 +108,7 @@
108
108
  "dev": "tsup --watch",
109
109
  "type-check": "svelte-check --tsconfig ./tsconfig.json && tsc --noEmit",
110
110
  "lint": "eslint src/",
111
- "test": "vitest run --config vitest.config.ts && vitest run --config vitest.storybook.config.ts",
111
+ "test": "vitest run --config vitest.config.ts --project server && vitest run --config vitest.config.ts --project widget && vitest run --config vitest.storybook.config.ts",
112
112
  "test:storybook": "vitest run --config vitest.storybook.config.ts",
113
113
  "test:watch": "vitest --config vitest.config.ts",
114
114
  "test:dist": "node scripts/check-dist-esm.mjs",