@proteus-vue/devtools 0.1.1-beta.4 → 0.3.0-beta.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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proteus-vue/devtools",
3
- "version": "0.1.1-beta.4",
3
+ "version": "0.3.0-beta.11",
4
4
  "description": "Proteus DevTools 面板(devtools-plan UI 层):十视图(时间轴/火焰图/状态·时间旅行·值编辑/路由/根因/组件/页面/依赖图/设备/所有权)+ 一键接入 + Vue DevTools 插件(Timeline/Inspectors)+ 开放数据源(WS/CDP 协议)——浏览器端 dev 工具,不随业务产物发布",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -24,9 +24,9 @@
24
24
  "README.md"
25
25
  ],
26
26
  "dependencies": {
27
- "@proteus-vue/capabilities": "0.1.1-beta.4",
28
- "@proteus-vue/devtools-runtime": "0.1.1-beta.1",
29
- "@proteus-vue/render-backend": "0.1.1-beta.1"
27
+ "@proteus-vue/capabilities": "0.3.0-beta.11",
28
+ "@proteus-vue/devtools-runtime": "0.3.0-beta.11",
29
+ "@proteus-vue/render-backend": "0.3.0-beta.11"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "@vue/devtools-api": "^8.0.0"