@dxos/cli 0.5.1-next.7f021b8 → 0.5.1-next.975970b

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 +25 -24
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.5.1-next.7f021b8",
2
+ "version": "0.5.1-next.975970b",
3
3
  "commands": {
4
4
  "agent:invitations": {
5
5
  "id": "agent:invitations",
@@ -4835,7 +4835,7 @@
4835
4835
  "type": "option",
4836
4836
  "description": "Tunnel name",
4837
4837
  "multiple": false,
4838
- "default": "mike-winter-don-lion"
4838
+ "default": "uniform-salami-single-arkansas"
4839
4839
  }
4840
4840
  },
4841
4841
  "args": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/cli",
3
- "version": "0.5.1-next.7f021b8",
3
+ "version": "0.5.1-next.975970b",
4
4
  "description": "DXOS CLI",
5
5
  "keywords": [
6
6
  "dxos",
@@ -38,37 +38,38 @@
38
38
  "inquirer": "^8.2.0",
39
39
  "isomorphic-ws": "^5.0.0",
40
40
  "js-yaml": "^4.1.0",
41
- "kubo-rpc-client": "^3.0.2",
41
+ "kubo-rpc-client": "^4.1.1",
42
42
  "lodash.defaultsdeep": "^4.6.1",
43
43
  "node-fetch": "^2.6.0",
44
44
  "pkg-up": "^3.1.0",
45
45
  "platform": "^1.3.6",
46
46
  "react": "^18.2.0",
47
+ "undici": "*",
47
48
  "uuid": "^8.3.2",
48
49
  "ws": "^8.14.2",
49
50
  "wtfnode": "^0.9.1",
50
- "@dxos/agent": "0.5.1-next.7f021b8",
51
- "@dxos/async": "0.5.1-next.7f021b8",
52
- "@dxos/bare-template": "0.5.1-next.7f021b8",
53
- "@dxos/client": "0.5.1-next.7f021b8",
54
- "@dxos/client-protocol": "0.5.1-next.7f021b8",
55
- "@dxos/client-services": "0.5.1-next.7f021b8",
56
- "@dxos/config": "0.5.1-next.7f021b8",
57
- "@dxos/context": "0.5.1-next.7f021b8",
58
- "@dxos/debug": "0.5.1-next.7f021b8",
59
- "@dxos/functions": "0.5.1-next.7f021b8",
60
- "@dxos/hello-template": "0.5.1-next.7f021b8",
61
- "@dxos/invariant": "0.5.1-next.7f021b8",
62
- "@dxos/network-manager": "0.5.1-next.7f021b8",
63
- "@dxos/observability": "0.5.1-next.7f021b8",
64
- "@dxos/log": "0.5.1-next.7f021b8",
65
- "@dxos/plate": "0.5.1-next.7f021b8",
66
- "@dxos/process": "0.5.1-next.7f021b8",
67
- "@dxos/protocols": "0.5.1-next.7f021b8",
68
- "@dxos/random": "0.5.1-next.7f021b8",
69
- "@dxos/rpc": "0.5.1-next.7f021b8",
70
- "@dxos/tasks-template": "0.5.1-next.7f021b8",
71
- "@dxos/util": "0.5.1-next.7f021b8"
51
+ "@dxos/agent": "0.5.1-next.975970b",
52
+ "@dxos/bare-template": "0.5.1-next.975970b",
53
+ "@dxos/async": "0.5.1-next.975970b",
54
+ "@dxos/client": "0.5.1-next.975970b",
55
+ "@dxos/client-protocol": "0.5.1-next.975970b",
56
+ "@dxos/client-services": "0.5.1-next.975970b",
57
+ "@dxos/config": "0.5.1-next.975970b",
58
+ "@dxos/context": "0.5.1-next.975970b",
59
+ "@dxos/functions": "0.5.1-next.975970b",
60
+ "@dxos/debug": "0.5.1-next.975970b",
61
+ "@dxos/hello-template": "0.5.1-next.975970b",
62
+ "@dxos/log": "0.5.1-next.975970b",
63
+ "@dxos/invariant": "0.5.1-next.975970b",
64
+ "@dxos/observability": "0.5.1-next.975970b",
65
+ "@dxos/network-manager": "0.5.1-next.975970b",
66
+ "@dxos/plate": "0.5.1-next.975970b",
67
+ "@dxos/process": "0.5.1-next.975970b",
68
+ "@dxos/protocols": "0.5.1-next.975970b",
69
+ "@dxos/random": "0.5.1-next.975970b",
70
+ "@dxos/rpc": "0.5.1-next.975970b",
71
+ "@dxos/tasks-template": "0.5.1-next.975970b",
72
+ "@dxos/util": "0.5.1-next.975970b"
72
73
  },
73
74
  "devDependencies": {
74
75
  "@oclif/test": "^2.3.31",