@dxos/react-client 2.32.1-dev.feb0178a → 2.33.1-dev.376de34c
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 +3 -3
- package/.rush/temp/package-deps_build:test.json +3 -3
- package/.rush/temp/package-deps_prerelease.json +3 -3
- package/.rush/temp/shrinkwrap-deps.json +12 -12
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +14 -14
- package/tsconfig.json +10 -10
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/react-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.33.1-dev.376de34c",
|
|
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.
|
|
11
|
-
"@dxos/bot-factory-client": "2.
|
|
12
|
-
"@dxos/client": "2.
|
|
13
|
-
"@dxos/config": "2.
|
|
14
|
-
"@dxos/credentials": "2.
|
|
15
|
-
"@dxos/crypto": "2.
|
|
16
|
-
"@dxos/debug": "2.
|
|
17
|
-
"@dxos/echo-db": "2.
|
|
18
|
-
"@dxos/network-manager": "2.
|
|
19
|
-
"@dxos/react-async": "2.
|
|
20
|
-
"@dxos/util": "2.
|
|
10
|
+
"@dxos/async": "2.33.1-dev.376de34c",
|
|
11
|
+
"@dxos/bot-factory-client": "2.33.1-dev.376de34c",
|
|
12
|
+
"@dxos/client": "2.33.1-dev.376de34c",
|
|
13
|
+
"@dxos/config": "2.33.1-dev.376de34c",
|
|
14
|
+
"@dxos/credentials": "2.33.1-dev.376de34c",
|
|
15
|
+
"@dxos/crypto": "2.33.1-dev.376de34c",
|
|
16
|
+
"@dxos/debug": "2.33.1-dev.376de34c",
|
|
17
|
+
"@dxos/echo-db": "2.33.1-dev.376de34c",
|
|
18
|
+
"@dxos/network-manager": "2.33.1-dev.376de34c",
|
|
19
|
+
"@dxos/react-async": "2.33.1-dev.376de34c",
|
|
20
|
+
"@dxos/util": "2.33.1-dev.376de34c",
|
|
21
21
|
"assert": "^2.0.0",
|
|
22
22
|
"debug": "^4.3.3",
|
|
23
23
|
"use-subscription": "^1.4.1"
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@dxos/esbuild-plugins": "~2.28.7",
|
|
27
27
|
"@dxos/eslint-plugin": "~1.0.27",
|
|
28
|
-
"@dxos/protocols-toolchain": "2.
|
|
28
|
+
"@dxos/protocols-toolchain": "2.33.0",
|
|
29
29
|
"@mui/material": "^5.4.2",
|
|
30
30
|
"@testing-library/react": "^11.0.4",
|
|
31
31
|
"@testing-library/react-hooks": "5.1.2",
|
|
32
32
|
"@types/debug": "^4.1.7",
|
|
33
33
|
"@types/level-js": "~4.0.1",
|
|
34
34
|
"@types/mocha": "~8.2.2",
|
|
35
|
-
"@types/node": "^
|
|
35
|
+
"@types/node": "^16.11.27",
|
|
36
36
|
"@types/react": "^17.0.24",
|
|
37
37
|
"@types/react-dom": "^17.0.9",
|
|
38
38
|
"@types/testing-library__jest-dom": "~5.9.5",
|
package/tsconfig.json
CHANGED
|
@@ -15,37 +15,37 @@
|
|
|
15
15
|
],
|
|
16
16
|
"references": [
|
|
17
17
|
{
|
|
18
|
-
"path": "../../
|
|
18
|
+
"path": "../../common/async"
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
|
-
"path": "../../
|
|
21
|
+
"path": "../../bot/bot-factory-client"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
"path": "
|
|
24
|
+
"path": "../client"
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
|
-
"path": "
|
|
27
|
+
"path": "../config"
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
-
"path": "../../
|
|
30
|
+
"path": "../../halo/credentials"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
|
-
"path": "../../common/
|
|
33
|
+
"path": "../../common/crypto"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
|
-
"path": "../../
|
|
36
|
+
"path": "../../common/debug"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
"path": "../../
|
|
39
|
+
"path": "../../echo/echo-db"
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
"path": "../../mesh/network-manager"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
|
-
"path": "
|
|
45
|
+
"path": "../../common/react-async"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"path": "
|
|
48
|
+
"path": "../../common/util"
|
|
49
49
|
}
|
|
50
50
|
]
|
|
51
51
|
}
|