@dxos/app-graph 0.5.2 → 0.5.3-main.088a2c8

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/app-graph",
3
- "version": "0.5.2",
3
+ "version": "0.5.3-main.088a2c8",
4
4
  "description": "Constructs knowledge graphs for the purpose of building applications on top of",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -21,12 +21,12 @@
21
21
  ],
22
22
  "dependencies": {
23
23
  "@preact/signals-core": "^1.6.0",
24
- "@dxos/async": "0.5.2",
25
- "@dxos/debug": "0.5.2",
26
- "@dxos/echo-schema": "0.5.2",
27
- "@dxos/echo-signals": "0.5.2",
28
- "@dxos/invariant": "0.5.2",
29
- "@dxos/util": "0.5.2"
24
+ "@dxos/async": "0.5.3-main.088a2c8",
25
+ "@dxos/debug": "0.5.3-main.088a2c8",
26
+ "@dxos/invariant": "0.5.3-main.088a2c8",
27
+ "@dxos/echo-signals": "0.5.3-main.088a2c8",
28
+ "@dxos/echo-schema": "0.5.3-main.088a2c8",
29
+ "@dxos/util": "0.5.3-main.088a2c8"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@phosphor-icons/react": "^2.1.5",
@@ -35,11 +35,11 @@
35
35
  "react": "^18.2.0",
36
36
  "react-dom": "^18.2.0",
37
37
  "vite": "^5.2.9",
38
- "@dxos/random": "0.5.2",
39
- "@dxos/react-client": "0.5.2",
40
- "@dxos/react-ui": "0.5.2",
41
- "@dxos/react-ui-theme": "0.5.2",
42
- "@dxos/storybook-utils": "0.5.2"
38
+ "@dxos/random": "0.5.3-main.088a2c8",
39
+ "@dxos/react-ui": "0.5.3-main.088a2c8",
40
+ "@dxos/storybook-utils": "0.5.3-main.088a2c8",
41
+ "@dxos/react-client": "0.5.3-main.088a2c8",
42
+ "@dxos/react-ui-theme": "0.5.3-main.088a2c8"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": "^18.2.0",
@@ -33,7 +33,7 @@ const DEFAULT_PERIOD = 500;
33
33
 
34
34
  registerSignalRuntime();
35
35
  const testBuilder = new TestBuilder();
36
- const client = new Client({ services: testBuilder.createLocal() });
36
+ const client = new Client({ services: testBuilder.createLocalClientServices() });
37
37
  await client.initialize();
38
38
  await client.halo.createIdentity();
39
39
  await client.spaces.create();