@dxos/react-client 2.33.8-dev.8609bc45 → 2.33.9-dev.e605934d

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,32 +1,32 @@
1
1
  {
2
2
  "name": "@dxos/react-client",
3
- "version": "2.33.8-dev.8609bc45",
3
+ "version": "2.33.9-dev.e605934d",
4
4
  "description": "React client API",
5
5
  "license": "MIT",
6
6
  "author": "DXOS.org",
7
7
  "main": "dist/src/index.js",
8
8
  "types": "dist/src/index.d.ts",
9
9
  "dependencies": {
10
- "@dxos/async": "2.33.8-dev.8609bc45",
11
- "@dxos/bot-factory-client": "2.33.8-dev.8609bc45",
12
- "@dxos/client": "2.33.8-dev.8609bc45",
13
- "@dxos/config": "2.33.8-dev.8609bc45",
14
- "@dxos/codec-protobuf": "2.33.8-dev.8609bc45",
15
- "@dxos/debug": "2.33.8-dev.8609bc45",
16
- "@dxos/echo-db": "2.33.8-dev.8609bc45",
17
- "@dxos/network-manager": "2.33.8-dev.8609bc45",
18
- "@dxos/protocols": "2.33.8-dev.8609bc45",
19
- "@dxos/react-async": "2.33.8-dev.8609bc45",
20
- "@dxos/util": "2.33.8-dev.8609bc45",
10
+ "@dxos/async": "2.33.9-dev.e605934d",
11
+ "@dxos/bot-factory-client": "2.33.9-dev.e605934d",
12
+ "@dxos/client": "2.33.9-dev.e605934d",
13
+ "@dxos/codec-protobuf": "2.33.9-dev.e605934d",
14
+ "@dxos/config": "2.33.9-dev.e605934d",
15
+ "@dxos/debug": "2.33.9-dev.e605934d",
16
+ "@dxos/echo-db": "2.33.9-dev.e605934d",
17
+ "@dxos/network-manager": "2.33.9-dev.e605934d",
18
+ "@dxos/protocols": "2.33.9-dev.e605934d",
19
+ "@dxos/react-async": "2.33.9-dev.e605934d",
20
+ "@dxos/util": "2.33.9-dev.e605934d",
21
21
  "assert": "^2.0.0",
22
22
  "debug": "^4.3.3",
23
23
  "use-subscription": "^1.8.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@dxos/crypto": "2.33.8-dev.8609bc45",
27
- "@dxos/esbuild-plugins": "~2.28.10",
26
+ "@dxos/crypto": "2.33.9-dev.e605934d",
27
+ "@dxos/esbuild-plugins": "~2.28.11",
28
28
  "@dxos/eslint-plugin": "~1.0.34",
29
- "@dxos/protocols-toolchain": "2.33.7",
29
+ "@dxos/protocols-toolchain": "2.33.8",
30
30
  "@mui/material": "^5.8.1",
31
31
  "@playwright/test": "^1.14.1",
32
32
  "@testing-library/react": "^11.0.4",
@@ -2,20 +2,20 @@ Invoking: toolchain build:test
2
2
 
3
3
  Tests started
4
4
  Typescript
5
- OK in 10542 ms
5
+ OK in 10883 ms
6
6
  no problems
7
- OK in 10625 ms
7
+ OK in 10016 ms
8
8
 
9
9
  Mocha Tests
10
10
 
11
11
 
12
12
  useSelection
13
13
  Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot
14
- ✓ gets updated items selection (379ms)
14
+ ✓ gets updated items selection (424ms)
15
15
 
16
16
 
17
- 1 passing (386ms)
17
+ 1 passing (433ms)
18
18
 
19
- OK in 3563 ms
19
+ OK in 3905 ms
20
20
 
21
- Tests complete in 24756 ms
21
+ Tests complete in 24835 ms
package/tsconfig.json CHANGED
@@ -21,11 +21,14 @@
21
21
  "path": "../../common/async"
22
22
  },
23
23
  {
24
- "path": "../../common/crypto"
24
+ "path": "../../common/codec-protobuf"
25
25
  },
26
26
  {
27
27
  "path": "../../common/debug"
28
28
  },
29
+ {
30
+ "path": "../../common/protocols"
31
+ },
29
32
  {
30
33
  "path": "../../common/react-async"
31
34
  },
@@ -35,9 +38,6 @@
35
38
  {
36
39
  "path": "../../echo/echo-db"
37
40
  },
38
- {
39
- "path": "../../halo/credentials"
40
- },
41
41
  {
42
42
  "path": "../../mesh/network-manager"
43
43
  },