@dxos/react-client 2.33.9-dev.b6f4ca19 → 2.33.9-dev.bba8fc00

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,21 +1,21 @@
1
1
  {
2
2
  "name": "@dxos/react-client",
3
- "version": "2.33.9-dev.b6f4ca19",
3
+ "version": "2.33.9-dev.bba8fc00",
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.9-dev.b6f4ca19",
11
- "@dxos/bot-factory-client": "2.33.9-dev.b6f4ca19",
12
- "@dxos/client": "2.33.9-dev.b6f4ca19",
13
- "@dxos/codec-protobuf": "2.33.9-dev.b6f4ca19",
14
- "@dxos/config": "2.33.9-dev.b6f4ca19",
15
- "@dxos/debug": "2.33.9-dev.b6f4ca19",
16
- "@dxos/protocols": "2.33.9-dev.b6f4ca19",
17
- "@dxos/react-async": "2.33.9-dev.b6f4ca19",
18
- "@dxos/util": "2.33.9-dev.b6f4ca19",
10
+ "@dxos/async": "2.33.9-dev.bba8fc00",
11
+ "@dxos/bot-factory-client": "2.33.9-dev.bba8fc00",
12
+ "@dxos/client": "2.33.9-dev.bba8fc00",
13
+ "@dxos/codec-protobuf": "2.33.9-dev.bba8fc00",
14
+ "@dxos/config": "2.33.9-dev.bba8fc00",
15
+ "@dxos/debug": "2.33.9-dev.bba8fc00",
16
+ "@dxos/protocols": "2.33.9-dev.bba8fc00",
17
+ "@dxos/react-async": "2.33.9-dev.bba8fc00",
18
+ "@dxos/util": "2.33.9-dev.bba8fc00",
19
19
  "assert": "^2.0.0",
20
20
  "debug": "^4.3.3",
21
21
  "use-subscription": "^1.8.0"
@@ -1,21 +0,0 @@
1
- Invoking: toolchain build:test
2
-
3
- Tests started
4
- Typescript
5
- OK in 8867 ms
6
- no problems
7
- OK in 8727 ms
8
-
9
- Mocha Tests
10
-
11
-
12
- useSelection
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 (289ms)
15
-
16
-
17
- 1 passing (297ms)
18
-
19
- OK in 2579 ms
20
-
21
- Tests complete in 20195 ms