@dxos/cli 0.4.10-next.71cec10 → 0.5.1-next.2ad6c47

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.
Files changed (2) hide show
  1. package/oclif.manifest.json +2 -2
  2. package/package.json +23 -23
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.4.10-next.71cec10",
2
+ "version": "0.5.1-next.2ad6c47",
3
3
  "commands": {
4
4
  "agent:invitations": {
5
5
  "id": "agent:invitations",
@@ -4708,7 +4708,7 @@
4708
4708
  "type": "option",
4709
4709
  "description": "Tunnel name",
4710
4710
  "multiple": false,
4711
- "default": "apart-mike-aspen-december"
4711
+ "default": "stream-tango-washington-ten"
4712
4712
  }
4713
4713
  },
4714
4714
  "args": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/cli",
3
- "version": "0.4.10-next.71cec10",
3
+ "version": "0.5.1-next.2ad6c47",
4
4
  "description": "DXOS CLI",
5
5
  "keywords": [
6
6
  "dxos",
@@ -47,28 +47,28 @@
47
47
  "uuid": "^8.3.2",
48
48
  "ws": "^8.14.2",
49
49
  "wtfnode": "^0.9.1",
50
- "@dxos/agent": "0.4.10-next.71cec10",
51
- "@dxos/async": "0.4.10-next.71cec10",
52
- "@dxos/bare-template": "0.4.10-next.71cec10",
53
- "@dxos/client-protocol": "0.4.10-next.71cec10",
54
- "@dxos/config": "0.4.10-next.71cec10",
55
- "@dxos/client": "0.4.10-next.71cec10",
56
- "@dxos/client-services": "0.4.10-next.71cec10",
57
- "@dxos/context": "0.4.10-next.71cec10",
58
- "@dxos/functions": "0.4.10-next.71cec10",
59
- "@dxos/hello-template": "0.4.10-next.71cec10",
60
- "@dxos/invariant": "0.4.10-next.71cec10",
61
- "@dxos/debug": "0.4.10-next.71cec10",
62
- "@dxos/log": "0.4.10-next.71cec10",
63
- "@dxos/observability": "0.4.10-next.71cec10",
64
- "@dxos/plate": "0.4.10-next.71cec10",
65
- "@dxos/network-manager": "0.4.10-next.71cec10",
66
- "@dxos/process": "0.4.10-next.71cec10",
67
- "@dxos/protocols": "0.4.10-next.71cec10",
68
- "@dxos/rpc": "0.4.10-next.71cec10",
69
- "@dxos/random": "0.4.10-next.71cec10",
70
- "@dxos/tasks-template": "0.4.10-next.71cec10",
71
- "@dxos/util": "0.4.10-next.71cec10"
50
+ "@dxos/async": "0.5.1-next.2ad6c47",
51
+ "@dxos/agent": "0.5.1-next.2ad6c47",
52
+ "@dxos/bare-template": "0.5.1-next.2ad6c47",
53
+ "@dxos/client-protocol": "0.5.1-next.2ad6c47",
54
+ "@dxos/client": "0.5.1-next.2ad6c47",
55
+ "@dxos/config": "0.5.1-next.2ad6c47",
56
+ "@dxos/client-services": "0.5.1-next.2ad6c47",
57
+ "@dxos/context": "0.5.1-next.2ad6c47",
58
+ "@dxos/functions": "0.5.1-next.2ad6c47",
59
+ "@dxos/debug": "0.5.1-next.2ad6c47",
60
+ "@dxos/invariant": "0.5.1-next.2ad6c47",
61
+ "@dxos/hello-template": "0.5.1-next.2ad6c47",
62
+ "@dxos/network-manager": "0.5.1-next.2ad6c47",
63
+ "@dxos/log": "0.5.1-next.2ad6c47",
64
+ "@dxos/observability": "0.5.1-next.2ad6c47",
65
+ "@dxos/process": "0.5.1-next.2ad6c47",
66
+ "@dxos/plate": "0.5.1-next.2ad6c47",
67
+ "@dxos/protocols": "0.5.1-next.2ad6c47",
68
+ "@dxos/random": "0.5.1-next.2ad6c47",
69
+ "@dxos/rpc": "0.5.1-next.2ad6c47",
70
+ "@dxos/tasks-template": "0.5.1-next.2ad6c47",
71
+ "@dxos/util": "0.5.1-next.2ad6c47"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@oclif/test": "^2.3.31",