@yoltra/devtools-browser-agent 0.6.0 → 0.7.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.
Files changed (1) hide show
  1. package/package.json +10 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoltra/devtools-browser-agent",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Browser store agent for Yoltra DevTools — instruments stores and reports to the hub via native WebSocket",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -38,25 +38,26 @@
38
38
  ],
39
39
  "sideEffects": false,
40
40
  "peerDependencies": {
41
- "@yoltra/core": "^0.6.0"
41
+ "@yoltra/core": "^0.7.0"
42
42
  },
43
43
  "dependencies": {
44
- "@yoltra/devtools-protocol": "0.6.0"
44
+ "@yoltra/devtools-protocol": "0.7.0"
45
45
  },
46
46
  "devDependencies": {
47
+ "@vitest/coverage-v8": "3.2.7",
47
48
  "typedoc": "^0.28.13",
48
- "typedoc-plugin-markdown": "4.9.0",
49
49
  "typedoc-plugin-localization": "3.0.6",
50
+ "typedoc-plugin-markdown": "4.9.0",
50
51
  "typescript": "5.9.3",
51
52
  "vite": "^7.3.6",
52
- "vite-plugin-dts": "^4.5.4",
53
53
  "vite-plugin-banner": "0.8.1",
54
+ "vite-plugin-dts": "^4.5.4",
54
55
  "vitest": "3.2.7",
55
- "@yoltra/core": "0.6.0",
56
- "@yoltra/devtools-ui": "0.6.0"
56
+ "@yoltra/devtools-ui": "0.7.0",
57
+ "@yoltra/core": "0.7.0"
57
58
  },
58
59
  "engines": {
59
- "node": ">=18.18"
60
+ "node": ">=18"
60
61
  },
61
62
  "publishConfig": {
62
63
  "access": "public"
@@ -74,7 +75,7 @@
74
75
  "scripts": {
75
76
  "build": "vite build && node ../../tools/repo-tools/bin/dts-extensions.mjs dist/types",
76
77
  "lint": "node ../../tools/repo-tools/bin/repo-eslint.cjs --report-unused-disable-directives --max-warnings 0",
77
- "test": "vitest --watch=false",
78
+ "test": "vitest --coverage --watch=false",
78
79
  "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.vitest.json --noEmit",
79
80
  "docs": "rushx docs:js && rushx docs:md && rushx docs:stamp",
80
81
  "docs:stamp": "node ../../tools/repo-tools/bin/docs-stamp.mjs docs",