@dxos/plugin-explorer 0.8.4-staging.60fe92afc8 → 0.9.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/plugin-explorer",
3
- "version": "0.8.4-staging.60fe92afc8",
3
+ "version": "0.9.0",
4
4
  "description": "Braneframe data visualization plugin",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -101,26 +101,26 @@
101
101
  "force-graph": "^1.49.4",
102
102
  "react-resize-detector": "^11.0.1",
103
103
  "topojson-client": "^3.1.0",
104
- "@dxos/app-framework": "0.8.4-staging.60fe92afc8",
105
- "@dxos/app-toolkit": "0.8.4-staging.60fe92afc8",
106
- "@dxos/client": "0.8.4-staging.60fe92afc8",
107
- "@dxos/compute": "0.8.4-staging.60fe92afc8",
108
- "@dxos/echo": "0.8.4-staging.60fe92afc8",
109
- "@dxos/graph": "0.8.4-staging.60fe92afc8",
110
- "@dxos/invariant": "0.8.4-staging.60fe92afc8",
111
- "@dxos/echo-query": "0.8.4-staging.60fe92afc8",
112
- "@dxos/keys": "0.8.4-staging.60fe92afc8",
113
- "@dxos/log": "0.8.4-staging.60fe92afc8",
114
- "@dxos/plugin-space": "0.8.4-staging.60fe92afc8",
115
- "@dxos/plugin-client": "0.8.4-staging.60fe92afc8",
116
- "@dxos/react-ui-components": "0.8.4-staging.60fe92afc8",
117
- "@dxos/react-ui-graph": "0.8.4-staging.60fe92afc8",
118
- "@dxos/react-client": "0.8.4-staging.60fe92afc8",
119
- "@dxos/react-ui-mosaic": "0.8.4-staging.60fe92afc8",
120
- "@dxos/react-ui-stack": "0.8.4-staging.60fe92afc8",
121
- "@dxos/util": "0.8.4-staging.60fe92afc8",
122
- "@dxos/types": "0.8.4-staging.60fe92afc8",
123
- "@dxos/schema": "0.8.4-staging.60fe92afc8"
104
+ "@dxos/app-framework": "0.9.0",
105
+ "@dxos/app-toolkit": "0.9.0",
106
+ "@dxos/client": "0.9.0",
107
+ "@dxos/echo": "0.9.0",
108
+ "@dxos/echo-query": "0.9.0",
109
+ "@dxos/compute": "0.9.0",
110
+ "@dxos/graph": "0.9.0",
111
+ "@dxos/invariant": "0.9.0",
112
+ "@dxos/log": "0.9.0",
113
+ "@dxos/keys": "0.9.0",
114
+ "@dxos/plugin-space": "0.9.0",
115
+ "@dxos/plugin-client": "0.9.0",
116
+ "@dxos/react-client": "0.9.0",
117
+ "@dxos/react-ui-components": "0.9.0",
118
+ "@dxos/react-ui-mosaic": "0.9.0",
119
+ "@dxos/react-ui-graph": "0.9.0",
120
+ "@dxos/schema": "0.9.0",
121
+ "@dxos/types": "0.9.0",
122
+ "@dxos/util": "0.9.0",
123
+ "@dxos/react-ui-stack": "0.9.0"
124
124
  },
125
125
  "devDependencies": {
126
126
  "@types/d3": "^7.4.3",
@@ -133,20 +133,20 @@
133
133
  "react": "~19.2.3",
134
134
  "react-dom": "~19.2.3",
135
135
  "vite": "^8.0.16",
136
- "@dxos/echo-generator": "0.8.4-staging.60fe92afc8",
137
- "@dxos/plugin-testing": "0.8.4-staging.60fe92afc8",
138
- "@dxos/plugin-preview": "0.8.4-staging.60fe92afc8",
139
- "@dxos/random": "0.8.4-staging.60fe92afc8",
140
- "@dxos/storybook-utils": "0.8.4-staging.60fe92afc8",
141
- "@dxos/ui-theme": "0.8.4-staging.60fe92afc8",
142
- "@dxos/react-ui": "0.8.4-staging.60fe92afc8"
136
+ "@dxos/echo-generator": "0.9.0",
137
+ "@dxos/plugin-testing": "0.9.0",
138
+ "@dxos/plugin-preview": "0.9.0",
139
+ "@dxos/react-ui": "0.9.0",
140
+ "@dxos/storybook-utils": "0.9.0",
141
+ "@dxos/random": "0.9.0",
142
+ "@dxos/ui-theme": "0.9.0"
143
143
  },
144
144
  "peerDependencies": {
145
145
  "effect": "3.21.3",
146
146
  "react": "~19.2.3",
147
147
  "react-dom": "~19.2.3",
148
- "@dxos/ui-theme": "0.8.4-staging.60fe92afc8",
149
- "@dxos/react-ui": "0.8.4-staging.60fe92afc8"
148
+ "@dxos/react-ui": "0.9.0",
149
+ "@dxos/ui-theme": "0.9.0"
150
150
  },
151
151
  "publishConfig": {
152
152
  "access": "public"