@dxos/app-framework 0.9.1-staging.ee54ba693a → 0.10.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 +27 -27
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/app-framework",
3
- "version": "0.9.1-staging.ee54ba693a",
3
+ "version": "0.10.0",
4
4
  "description": "A framework for building applications from composible plugins.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -112,27 +112,27 @@
112
112
  "esbuild": "0.28.1",
113
113
  "idb-keyval": "^6.2.1",
114
114
  "solid-js": "^1.9.11",
115
- "@dxos/async": "0.9.1-staging.ee54ba693a",
116
- "@dxos/compute": "0.9.1-staging.ee54ba693a",
117
- "@dxos/context": "0.9.1-staging.ee54ba693a",
118
- "@dxos/compute-runtime": "0.9.1-staging.ee54ba693a",
119
- "@dxos/debug": "0.9.1-staging.ee54ba693a",
120
- "@dxos/errors": "0.9.1-staging.ee54ba693a",
121
- "@dxos/effect": "0.9.1-staging.ee54ba693a",
122
- "@dxos/edge-client": "0.9.1-staging.ee54ba693a",
123
- "@dxos/keys": "0.9.1-staging.ee54ba693a",
124
- "@dxos/invariant": "0.9.1-staging.ee54ba693a",
125
- "@dxos/log": "0.9.1-staging.ee54ba693a",
126
- "@dxos/operation": "0.9.1-staging.ee54ba693a",
127
- "@dxos/protocols": "0.9.1-staging.ee54ba693a",
128
- "@dxos/react-error-boundary": "0.9.1-staging.ee54ba693a",
129
- "@dxos/react-ui-list": "0.9.1-staging.ee54ba693a",
130
- "@dxos/react-ui": "0.9.1-staging.ee54ba693a",
131
- "@dxos/ui-theme": "0.9.1-staging.ee54ba693a",
132
- "@dxos/util": "0.9.1-staging.ee54ba693a",
133
- "@dxos/web-context": "0.9.1-staging.ee54ba693a",
134
- "@dxos/react-hooks": "0.9.1-staging.ee54ba693a",
135
- "@dxos/web-context-react": "0.9.1-staging.ee54ba693a"
115
+ "@dxos/async": "0.10.0",
116
+ "@dxos/compute-runtime": "0.10.0",
117
+ "@dxos/debug": "0.10.0",
118
+ "@dxos/effect": "0.10.0",
119
+ "@dxos/edge-client": "0.10.0",
120
+ "@dxos/errors": "0.10.0",
121
+ "@dxos/keys": "0.10.0",
122
+ "@dxos/log": "0.10.0",
123
+ "@dxos/invariant": "0.10.0",
124
+ "@dxos/operation": "0.10.0",
125
+ "@dxos/protocols": "0.10.0",
126
+ "@dxos/react-error-boundary": "0.10.0",
127
+ "@dxos/react-hooks": "0.10.0",
128
+ "@dxos/react-ui": "0.10.0",
129
+ "@dxos/react-ui-list": "0.10.0",
130
+ "@dxos/ui-theme": "0.10.0",
131
+ "@dxos/util": "0.10.0",
132
+ "@dxos/web-context": "0.10.0",
133
+ "@dxos/web-context-react": "0.10.0",
134
+ "@dxos/compute": "0.10.0",
135
+ "@dxos/context": "0.10.0"
136
136
  },
137
137
  "devDependencies": {
138
138
  "@effect-atom/atom-react": "^0.5.0",
@@ -146,11 +146,11 @@
146
146
  "typedoc": "0.28.1",
147
147
  "vite": "^8.0.16",
148
148
  "vite-plugin-solid": "^2.11.12",
149
- "@dxos/brand": "0.9.1-staging.ee54ba693a",
150
- "@dxos/random": "0.9.1-staging.ee54ba693a",
151
- "@dxos/test-utils": "0.9.1-staging.ee54ba693a",
152
- "@dxos/storybook-utils": "0.9.1-staging.ee54ba693a",
153
- "@dxos/echo-client": "0.9.1-staging.ee54ba693a"
149
+ "@dxos/brand": "0.10.0",
150
+ "@dxos/echo-client": "0.10.0",
151
+ "@dxos/storybook-utils": "0.10.0",
152
+ "@dxos/test-utils": "0.10.0",
153
+ "@dxos/random": "0.10.0"
154
154
  },
155
155
  "peerDependencies": {
156
156
  "@effect-atom/atom-react": "^0.5.0",