@dxos/cli 2.19.1-dev.604435f4 → 2.19.1-dev.6ca77640

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.
@@ -32,12 +32,6 @@
32
32
  command: "dxns"
33
33
  -
34
34
  command: "ns"
35
- -
36
- moduleName: "@dxos/cli-echo"
37
- description: "ECHO extension."
38
- modules:
39
- -
40
- command: "echo"
41
35
  -
42
36
  moduleName: "@dxos/cli-ipfs"
43
37
  description: "IPFS extension."
@@ -72,6 +66,9 @@
72
66
  -
73
67
  command: "device"
74
68
  description: "Device management."
69
+ -
70
+ command: "echo"
71
+ description: "ECHO operations."
75
72
  -
76
73
  moduleName: "@dxos/cli-signal"
77
74
  description: "Signal server extension."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/cli",
3
- "version": "2.19.1-dev.604435f4",
3
+ "version": "2.19.1-dev.6ca77640",
4
4
  "description": "DXOS CLI",
5
5
  "homepage": "https://github.com/dxos/cli/tree/master/packages/cli#readme",
6
6
  "bugs": {
@@ -29,7 +29,7 @@
29
29
  "verbose": false
30
30
  },
31
31
  "dependencies": {
32
- "@dxos/cli-core": "2.19.1-dev.604435f4",
32
+ "@dxos/cli-core": "2.19.1-dev.6ca77640",
33
33
  "@dxos/config": "~2.31.3",
34
34
  "@dxos/debug": "~2.31.3",
35
35
  "@dxos/random-access-multi-storage": "~2.31.3",