@dxos/plugin-debug 0.7.4-staging.99db212 → 0.7.4

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 +41 -41
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/plugin-debug",
3
- "version": "0.7.4-staging.99db212",
3
+ "version": "0.7.4",
4
4
  "description": "DXOS Surface plugin for testing.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -40,40 +40,40 @@
40
40
  "react-json-tree": "^0.18.0",
41
41
  "react-resize-detector": "^11.0.1",
42
42
  "workerize-loader": "^2.0.2",
43
- "@dxos/app-framework": "0.7.4-staging.99db212",
44
- "@dxos/automerge": "0.7.4-staging.99db212",
45
- "@dxos/async": "0.7.4-staging.99db212",
46
- "@dxos/client-services": "0.7.4-staging.99db212",
47
- "@dxos/config": "0.7.4-staging.99db212",
48
- "@dxos/devtools": "0.7.4-staging.99db212",
49
- "@dxos/echo-pipeline": "0.7.4-staging.99db212",
50
- "@dxos/echo-schema": "0.7.4-staging.99db212",
51
- "@dxos/echo-generator": "0.7.4-staging.99db212",
52
- "@dxos/keys": "0.7.4-staging.99db212",
53
- "@dxos/invariant": "0.7.4-staging.99db212",
54
- "@dxos/local-storage": "0.7.4-staging.99db212",
55
- "@dxos/log": "0.7.4-staging.99db212",
56
- "@dxos/live-object": "0.7.4-staging.99db212",
57
- "@dxos/plugin-client": "0.7.4-staging.99db212",
58
- "@dxos/plugin-markdown": "0.7.4-staging.99db212",
59
- "@dxos/plugin-sheet": "0.7.4-staging.99db212",
60
- "@dxos/plugin-deck": "0.7.4-staging.99db212",
61
- "@dxos/plugin-graph": "0.7.4-staging.99db212",
62
- "@dxos/plugin-sketch": "0.7.4-staging.99db212",
63
- "@dxos/plugin-space": "0.7.4-staging.99db212",
64
- "@dxos/plugin-status-bar": "0.7.4-staging.99db212",
65
- "@dxos/plugin-table": "0.7.4-staging.99db212",
66
- "@dxos/random": "0.7.4-staging.99db212",
67
- "@dxos/react-client": "0.7.4-staging.99db212",
68
- "@dxos/plugin-theme": "0.7.4-staging.99db212",
69
- "@dxos/react-ui-attention": "0.7.4-staging.99db212",
70
- "@dxos/react-hooks": "0.7.4-staging.99db212",
71
- "@dxos/react-ui-form": "0.7.4-staging.99db212",
72
- "@dxos/protocols": "0.7.4-staging.99db212",
73
- "@dxos/react-ui-syntax-highlighter": "0.7.4-staging.99db212",
74
- "@dxos/schema": "0.7.4-staging.99db212",
75
- "@dxos/react-ui-table": "0.7.4-staging.99db212",
76
- "@dxos/util": "0.7.4-staging.99db212"
43
+ "@dxos/app-framework": "0.7.4",
44
+ "@dxos/async": "0.7.4",
45
+ "@dxos/automerge": "0.7.4",
46
+ "@dxos/devtools": "0.7.4",
47
+ "@dxos/config": "0.7.4",
48
+ "@dxos/client-services": "0.7.4",
49
+ "@dxos/echo-pipeline": "0.7.4",
50
+ "@dxos/invariant": "0.7.4",
51
+ "@dxos/echo-schema": "0.7.4",
52
+ "@dxos/keys": "0.7.4",
53
+ "@dxos/echo-generator": "0.7.4",
54
+ "@dxos/live-object": "0.7.4",
55
+ "@dxos/log": "0.7.4",
56
+ "@dxos/local-storage": "0.7.4",
57
+ "@dxos/plugin-deck": "0.7.4",
58
+ "@dxos/plugin-graph": "0.7.4",
59
+ "@dxos/plugin-client": "0.7.4",
60
+ "@dxos/plugin-markdown": "0.7.4",
61
+ "@dxos/plugin-sketch": "0.7.4",
62
+ "@dxos/plugin-sheet": "0.7.4",
63
+ "@dxos/plugin-space": "0.7.4",
64
+ "@dxos/plugin-status-bar": "0.7.4",
65
+ "@dxos/plugin-table": "0.7.4",
66
+ "@dxos/protocols": "0.7.4",
67
+ "@dxos/random": "0.7.4",
68
+ "@dxos/react-client": "0.7.4",
69
+ "@dxos/plugin-theme": "0.7.4",
70
+ "@dxos/react-ui-attention": "0.7.4",
71
+ "@dxos/react-hooks": "0.7.4",
72
+ "@dxos/react-ui-form": "0.7.4",
73
+ "@dxos/react-ui-syntax-highlighter": "0.7.4",
74
+ "@dxos/react-ui-table": "0.7.4",
75
+ "@dxos/schema": "0.7.4",
76
+ "@dxos/util": "0.7.4"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@phosphor-icons/react": "^2.1.5",
@@ -83,17 +83,17 @@
83
83
  "react": "~18.2.0",
84
84
  "react-dom": "~18.2.0",
85
85
  "vite": "5.4.7",
86
- "@dxos/react-ui-theme": "0.7.4-staging.99db212",
87
- "@dxos/react-ui": "0.7.4-staging.99db212",
88
- "@dxos/storybook-utils": "0.7.4-staging.99db212"
86
+ "@dxos/react-ui-theme": "0.7.4",
87
+ "@dxos/react-ui": "0.7.4",
88
+ "@dxos/storybook-utils": "0.7.4"
89
89
  },
90
90
  "peerDependencies": {
91
91
  "@phosphor-icons/react": "^2.1.5",
92
92
  "react": "~18.2.0",
93
93
  "react-dom": "~18.2.0",
94
- "@dxos/react-ui": "0.7.4-staging.99db212",
95
- "@dxos/react-ui-theme": "0.7.4-staging.99db212",
96
- "@dxos/random": "0.7.4-staging.99db212"
94
+ "@dxos/react-ui-theme": "0.7.4",
95
+ "@dxos/random": "0.7.4",
96
+ "@dxos/react-ui": "0.7.4"
97
97
  },
98
98
  "publishConfig": {
99
99
  "access": "public"