@dxos/cli 0.4.5-main.ec6b69d → 0.4.5-main.f10c180
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/oclif.manifest.json +2 -2
- package/package.json +23 -23
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.4.5-main.
|
|
2
|
+
"version": "0.4.5-main.f10c180",
|
|
3
3
|
"commands": {
|
|
4
4
|
"agent:list": {
|
|
5
5
|
"id": "agent:list",
|
|
@@ -3687,7 +3687,7 @@
|
|
|
3687
3687
|
"type": "option",
|
|
3688
3688
|
"description": "Tunnel name",
|
|
3689
3689
|
"multiple": false,
|
|
3690
|
-
"default": "
|
|
3690
|
+
"default": "whiskey-monkey-october-snake"
|
|
3691
3691
|
}
|
|
3692
3692
|
},
|
|
3693
3693
|
"args": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/cli",
|
|
3
|
-
"version": "0.4.5-main.
|
|
3
|
+
"version": "0.4.5-main.f10c180",
|
|
4
4
|
"description": "DXOS CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dxos",
|
|
@@ -46,28 +46,28 @@
|
|
|
46
46
|
"react": "^18.2.0",
|
|
47
47
|
"uuid": "^8.3.2",
|
|
48
48
|
"ws": "^8.14.2",
|
|
49
|
-
"@dxos/agent": "0.4.5-main.
|
|
50
|
-
"@dxos/async": "0.4.5-main.
|
|
51
|
-
"@dxos/bare-template": "0.4.5-main.
|
|
52
|
-
"@dxos/client
|
|
53
|
-
"@dxos/client-
|
|
54
|
-
"@dxos/client": "0.4.5-main.
|
|
55
|
-
"@dxos/config": "0.4.5-main.
|
|
56
|
-
"@dxos/context": "0.4.5-main.
|
|
57
|
-
"@dxos/debug": "0.4.5-main.
|
|
58
|
-
"@dxos/functions": "0.4.5-main.
|
|
59
|
-
"@dxos/hello-template": "0.4.5-main.
|
|
60
|
-
"@dxos/invariant": "0.4.5-main.
|
|
61
|
-
"@dxos/log": "0.4.5-main.
|
|
62
|
-
"@dxos/network-manager": "0.4.5-main.
|
|
63
|
-
"@dxos/
|
|
64
|
-
"@dxos/
|
|
65
|
-
"@dxos/
|
|
66
|
-
"@dxos/
|
|
67
|
-
"@dxos/random": "0.4.5-main.
|
|
68
|
-
"@dxos/rpc": "0.4.5-main.
|
|
69
|
-
"@dxos/tasks-template": "0.4.5-main.
|
|
70
|
-
"@dxos/util": "0.4.5-main.
|
|
49
|
+
"@dxos/agent": "0.4.5-main.f10c180",
|
|
50
|
+
"@dxos/async": "0.4.5-main.f10c180",
|
|
51
|
+
"@dxos/bare-template": "0.4.5-main.f10c180",
|
|
52
|
+
"@dxos/client": "0.4.5-main.f10c180",
|
|
53
|
+
"@dxos/client-protocol": "0.4.5-main.f10c180",
|
|
54
|
+
"@dxos/client-services": "0.4.5-main.f10c180",
|
|
55
|
+
"@dxos/config": "0.4.5-main.f10c180",
|
|
56
|
+
"@dxos/context": "0.4.5-main.f10c180",
|
|
57
|
+
"@dxos/debug": "0.4.5-main.f10c180",
|
|
58
|
+
"@dxos/functions": "0.4.5-main.f10c180",
|
|
59
|
+
"@dxos/hello-template": "0.4.5-main.f10c180",
|
|
60
|
+
"@dxos/invariant": "0.4.5-main.f10c180",
|
|
61
|
+
"@dxos/log": "0.4.5-main.f10c180",
|
|
62
|
+
"@dxos/network-manager": "0.4.5-main.f10c180",
|
|
63
|
+
"@dxos/plate": "0.4.5-main.f10c180",
|
|
64
|
+
"@dxos/observability": "0.4.5-main.f10c180",
|
|
65
|
+
"@dxos/process": "0.4.5-main.f10c180",
|
|
66
|
+
"@dxos/protocols": "0.4.5-main.f10c180",
|
|
67
|
+
"@dxos/random": "0.4.5-main.f10c180",
|
|
68
|
+
"@dxos/rpc": "0.4.5-main.f10c180",
|
|
69
|
+
"@dxos/tasks-template": "0.4.5-main.f10c180",
|
|
70
|
+
"@dxos/util": "0.4.5-main.f10c180"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@oclif/test": "^2.3.31",
|