@dxos/react-client 2.33.8-dev.8609bc45 → 2.33.9-dev.0628f3ab
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/.rush/temp/package-deps_build.json +64 -0
- package/.rush/temp/package-deps_build_test.json +4 -4
- package/.rush/temp/shrinkwrap-deps.json +35 -39
- package/dist/src/hooks/bot-factory/useBotFactoryClient.d.ts.map +1 -1
- package/dist/src/hooks/bot-factory/useBotFactoryClient.js +2 -2
- package/dist/src/hooks/bot-factory/useBotFactoryClient.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/out/book/esbuild-server-book.js +195200 -0
- package/out/book/index.html +14 -0
- package/package.json +14 -17
- package/react-client.build.log +6 -6
- package/src/hooks/bot-factory/useBotFactoryClient.ts +1 -1
- package/tsconfig.json +4 -4
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
7
|
+
<link rel="stylesheet" href="esbuild-server-book.css">
|
|
8
|
+
<title>ESBuild-Server Book</title>
|
|
9
|
+
</head>
|
|
10
|
+
<body>
|
|
11
|
+
<div id='root'></div>
|
|
12
|
+
<script src='esbuild-server-book.js'></script>
|
|
13
|
+
</body>
|
|
14
|
+
</html>
|
package/package.json
CHANGED
|
@@ -1,34 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/react-client",
|
|
3
|
-
"version": "2.33.
|
|
3
|
+
"version": "2.33.9-dev.0628f3ab",
|
|
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.
|
|
11
|
-
"@dxos/bot-factory-client": "2.33.
|
|
12
|
-
"@dxos/client": "2.33.
|
|
13
|
-
"@dxos/
|
|
14
|
-
"@dxos/
|
|
15
|
-
"@dxos/debug": "2.33.
|
|
16
|
-
"@dxos/
|
|
17
|
-
"@dxos/
|
|
18
|
-
"@dxos/
|
|
19
|
-
"@dxos/react-async": "2.33.8-dev.8609bc45",
|
|
20
|
-
"@dxos/util": "2.33.8-dev.8609bc45",
|
|
10
|
+
"@dxos/async": "2.33.9-dev.0628f3ab",
|
|
11
|
+
"@dxos/bot-factory-client": "2.33.9-dev.0628f3ab",
|
|
12
|
+
"@dxos/client": "2.33.9-dev.0628f3ab",
|
|
13
|
+
"@dxos/codec-protobuf": "2.33.9-dev.0628f3ab",
|
|
14
|
+
"@dxos/config": "2.33.9-dev.0628f3ab",
|
|
15
|
+
"@dxos/debug": "2.33.9-dev.0628f3ab",
|
|
16
|
+
"@dxos/protocols": "2.33.9-dev.0628f3ab",
|
|
17
|
+
"@dxos/react-async": "2.33.9-dev.0628f3ab",
|
|
18
|
+
"@dxos/util": "2.33.9-dev.0628f3ab",
|
|
21
19
|
"assert": "^2.0.0",
|
|
22
20
|
"debug": "^4.3.3",
|
|
23
21
|
"use-subscription": "^1.8.0"
|
|
24
22
|
},
|
|
25
23
|
"devDependencies": {
|
|
26
|
-
"@dxos/
|
|
27
|
-
"@dxos/esbuild-plugins": "~2.28.10",
|
|
24
|
+
"@dxos/esbuild-plugins": "~2.28.11",
|
|
28
25
|
"@dxos/eslint-plugin": "~1.0.34",
|
|
29
|
-
"@dxos/protocols-toolchain": "2.33.
|
|
26
|
+
"@dxos/protocols-toolchain": "2.33.8",
|
|
30
27
|
"@mui/material": "^5.8.1",
|
|
31
|
-
"@playwright/test": "^1.
|
|
28
|
+
"@playwright/test": "^1.23.4",
|
|
32
29
|
"@testing-library/react": "^11.0.4",
|
|
33
30
|
"@testing-library/react-hooks": "5.1.2",
|
|
34
31
|
"@types/debug": "^4.1.7",
|
|
@@ -42,7 +39,7 @@
|
|
|
42
39
|
"eslint": "^7.12.1",
|
|
43
40
|
"expect": "~27.0.2",
|
|
44
41
|
"level-js": "^5.0.2",
|
|
45
|
-
"playwright": "^1.
|
|
42
|
+
"playwright": "^1.23.4",
|
|
46
43
|
"raf": "^3.4.1",
|
|
47
44
|
"react": "^18.1.0",
|
|
48
45
|
"react-dom": "^18.1.0",
|
package/react-client.build.log
CHANGED
|
@@ -2,20 +2,20 @@ Invoking: toolchain build:test
|
|
|
2
2
|
|
|
3
3
|
Tests started
|
|
4
4
|
Typescript
|
|
5
|
-
OK in
|
|
5
|
+
OK in 8231 ms
|
|
6
6
|
no problems
|
|
7
|
-
OK in
|
|
7
|
+
OK in 7739 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 (
|
|
14
|
+
✓ gets updated items selection (292ms)
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
1 passing (
|
|
17
|
+
1 passing (301ms)
|
|
18
18
|
|
|
19
|
-
OK in
|
|
19
|
+
OK in 2891 ms
|
|
20
20
|
|
|
21
|
-
Tests complete in
|
|
21
|
+
Tests complete in 18896 ms
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
import { createContext, useContext } from 'react';
|
|
6
6
|
|
|
7
7
|
import { BotFactoryClient } from '@dxos/bot-factory-client';
|
|
8
|
+
import { NetworkManager } from '@dxos/client';
|
|
8
9
|
import { Config } from '@dxos/config';
|
|
9
|
-
import { NetworkManager } from '@dxos/network-manager';
|
|
10
10
|
|
|
11
11
|
export const BotFactoryClientContext = createContext<BotFactoryClient | undefined>(undefined);
|
|
12
12
|
|
package/tsconfig.json
CHANGED
|
@@ -21,11 +21,14 @@
|
|
|
21
21
|
"path": "../../common/async"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
"path": "../../common/
|
|
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
|
},
|