@dxos/react-client 2.33.9-dev.6b3d59af → 2.33.9-dev.d70ac9ee
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/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +13 -13
- package/react-client.build.log +0 -21
package/package.json
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/react-client",
|
|
3
|
-
"version": "2.33.9-dev.
|
|
3
|
+
"version": "2.33.9-dev.d70ac9ee",
|
|
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.
|
|
11
|
-
"@dxos/bot-factory-client": "2.33.9-dev.
|
|
12
|
-
"@dxos/client": "2.33.9-dev.
|
|
13
|
-
"@dxos/codec-protobuf": "2.33.9-dev.
|
|
14
|
-
"@dxos/config": "2.33.9-dev.
|
|
15
|
-
"@dxos/debug": "2.33.9-dev.
|
|
16
|
-
"@dxos/echo-db": "2.33.9-dev.
|
|
17
|
-
"@dxos/network-manager": "2.33.9-dev.
|
|
18
|
-
"@dxos/protocols": "2.33.9-dev.
|
|
19
|
-
"@dxos/react-async": "2.33.9-dev.
|
|
20
|
-
"@dxos/util": "2.33.9-dev.
|
|
10
|
+
"@dxos/async": "2.33.9-dev.d70ac9ee",
|
|
11
|
+
"@dxos/bot-factory-client": "2.33.9-dev.d70ac9ee",
|
|
12
|
+
"@dxos/client": "2.33.9-dev.d70ac9ee",
|
|
13
|
+
"@dxos/codec-protobuf": "2.33.9-dev.d70ac9ee",
|
|
14
|
+
"@dxos/config": "2.33.9-dev.d70ac9ee",
|
|
15
|
+
"@dxos/debug": "2.33.9-dev.d70ac9ee",
|
|
16
|
+
"@dxos/echo-db": "2.33.9-dev.d70ac9ee",
|
|
17
|
+
"@dxos/network-manager": "2.33.9-dev.d70ac9ee",
|
|
18
|
+
"@dxos/protocols": "2.33.9-dev.d70ac9ee",
|
|
19
|
+
"@dxos/react-async": "2.33.9-dev.d70ac9ee",
|
|
20
|
+
"@dxos/util": "2.33.9-dev.d70ac9ee",
|
|
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.9-dev.
|
|
26
|
+
"@dxos/crypto": "2.33.9-dev.d70ac9ee",
|
|
27
27
|
"@dxos/esbuild-plugins": "~2.28.11",
|
|
28
28
|
"@dxos/eslint-plugin": "~1.0.34",
|
|
29
29
|
"@dxos/protocols-toolchain": "2.33.8",
|
package/react-client.build.log
CHANGED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
Invoking: toolchain build:test
|
|
2
|
-
|
|
3
|
-
Tests started
|
|
4
|
-
Typescript
|
|
5
|
-
OK in 10397 ms
|
|
6
|
-
no problems
|
|
7
|
-
OK in 8972 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 (279ms)
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
1 passing (288ms)
|
|
18
|
-
|
|
19
|
-
OK in 2389 ms
|
|
20
|
-
|
|
21
|
-
Tests complete in 21782 ms
|