@dxos/cli 0.5.1-next.638da00 → 0.5.1-next.65aaa36

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 (63) hide show
  1. package/dist/src/base-command.d.ts +5 -5
  2. package/dist/src/base-command.d.ts.map +1 -1
  3. package/dist/src/base-command.js +2 -2
  4. package/dist/src/base-command.js.map +1 -1
  5. package/dist/src/commands/agent/invitations.d.ts +5 -5
  6. package/dist/src/commands/agent/list.d.ts +10 -10
  7. package/dist/src/commands/agent/restart.d.ts +5 -5
  8. package/dist/src/commands/agent/start.d.ts +7 -7
  9. package/dist/src/commands/agent/start.d.ts.map +1 -1
  10. package/dist/src/commands/agent/start.js +13 -2
  11. package/dist/src/commands/agent/start.js.map +1 -1
  12. package/dist/src/commands/agent/status.d.ts +5 -5
  13. package/dist/src/commands/agent/stop.d.ts +5 -5
  14. package/dist/src/commands/app/create.d.ts +8 -8
  15. package/dist/src/commands/app/open.d.ts +7 -7
  16. package/dist/src/commands/app/publish.d.ts +8 -8
  17. package/dist/src/commands/debug/diagnostics.d.ts +5 -5
  18. package/dist/src/commands/debug/error.js +1 -1
  19. package/dist/src/commands/debug/error.js.map +1 -1
  20. package/dist/src/commands/debug/generate.d.ts +11 -11
  21. package/dist/src/commands/debug/metrics.d.ts +1 -1
  22. package/dist/src/commands/debug/status.d.ts +6 -6
  23. package/dist/src/commands/device/list.d.ts +10 -10
  24. package/dist/src/commands/device/update.d.ts +6 -6
  25. package/dist/src/commands/function/dev.d.ts +8 -8
  26. package/dist/src/commands/function/exec.d.ts +1 -1
  27. package/dist/src/commands/function/logs.d.ts +1 -1
  28. package/dist/src/commands/halo/create.d.ts +7 -7
  29. package/dist/src/commands/halo/credential/add.d.ts +1 -1
  30. package/dist/src/commands/halo/credential/list.d.ts +12 -12
  31. package/dist/src/commands/halo/join.d.ts +8 -8
  32. package/dist/src/commands/halo/share.d.ts +8 -9
  33. package/dist/src/commands/halo/share.d.ts.map +1 -1
  34. package/dist/src/commands/halo/share.js +16 -28
  35. package/dist/src/commands/halo/share.js.map +1 -1
  36. package/dist/src/commands/halo/update.d.ts +6 -6
  37. package/dist/src/commands/reset/index.d.ts +5 -5
  38. package/dist/src/commands/space/close.d.ts +1 -1
  39. package/dist/src/commands/space/create.d.ts +1 -1
  40. package/dist/src/commands/space/epoch.d.ts +1 -1
  41. package/dist/src/commands/space/info.d.ts +1 -1
  42. package/dist/src/commands/space/join.d.ts +7 -7
  43. package/dist/src/commands/space/list.d.ts +10 -10
  44. package/dist/src/commands/space/members.d.ts +11 -11
  45. package/dist/src/commands/space/open.d.ts +1 -1
  46. package/dist/src/commands/space/query.d.ts +1 -1
  47. package/dist/src/commands/space/share.d.ts +9 -10
  48. package/dist/src/commands/space/share.d.ts.map +1 -1
  49. package/dist/src/commands/space/share.js +14 -27
  50. package/dist/src/commands/space/share.js.map +1 -1
  51. package/dist/src/commands/tunnel/index.d.ts +7 -7
  52. package/dist/src/errors.d.ts +8 -6
  53. package/dist/src/errors.d.ts.map +1 -1
  54. package/dist/src/errors.js +16 -12
  55. package/dist/src/errors.js.map +1 -1
  56. package/dist/src/hooks/command-not-found.d.ts.map +1 -1
  57. package/dist/src/hooks/command-not-found.js +0 -3
  58. package/dist/src/hooks/command-not-found.js.map +1 -1
  59. package/dist/src/util/spaces.d.ts.map +1 -1
  60. package/dist/src/util/spaces.js +4 -5
  61. package/dist/src/util/spaces.js.map +1 -1
  62. package/oclif.manifest.json +2782 -3625
  63. package/package.json +27 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/cli",
3
- "version": "0.5.1-next.638da00",
3
+ "version": "0.5.1-next.65aaa36",
4
4
  "description": "DXOS CLI",
5
5
  "keywords": [
6
6
  "dxos",
@@ -23,8 +23,8 @@
23
23
  "/oclif.manifest.json"
24
24
  ],
25
25
  "dependencies": {
26
- "@oclif/core": "^3.26.6",
27
- "@oclif/plugin-help": "^6.0.22",
26
+ "@oclif/core": "^2.9.4",
27
+ "@oclif/plugin-help": "^5.2.14",
28
28
  "@octokit/core": "^4.0.4",
29
29
  "chalk": "^4.1.0",
30
30
  "cli-progress": "^3.11.2",
@@ -40,7 +40,6 @@
40
40
  "js-yaml": "^4.1.0",
41
41
  "kubo-rpc-client": "^4.1.1",
42
42
  "lodash.defaultsdeep": "^4.6.1",
43
- "node-clipboardy": "^1.0.3",
44
43
  "node-fetch": "^2.6.0",
45
44
  "pkg-up": "^3.1.0",
46
45
  "platform": "^1.3.6",
@@ -49,31 +48,31 @@
49
48
  "uuid": "^8.3.2",
50
49
  "ws": "^8.14.2",
51
50
  "wtfnode": "^0.9.1",
52
- "@dxos/async": "0.5.1-next.638da00",
53
- "@dxos/bare-template": "0.5.1-next.638da00",
54
- "@dxos/agent": "0.5.1-next.638da00",
55
- "@dxos/client": "0.5.1-next.638da00",
56
- "@dxos/client-protocol": "0.5.1-next.638da00",
57
- "@dxos/config": "0.5.1-next.638da00",
58
- "@dxos/client-services": "0.5.1-next.638da00",
59
- "@dxos/context": "0.5.1-next.638da00",
60
- "@dxos/debug": "0.5.1-next.638da00",
61
- "@dxos/functions": "0.5.1-next.638da00",
62
- "@dxos/invariant": "0.5.1-next.638da00",
63
- "@dxos/log": "0.5.1-next.638da00",
64
- "@dxos/hello-template": "0.5.1-next.638da00",
65
- "@dxos/network-manager": "0.5.1-next.638da00",
66
- "@dxos/observability": "0.5.1-next.638da00",
67
- "@dxos/plate": "0.5.1-next.638da00",
68
- "@dxos/process": "0.5.1-next.638da00",
69
- "@dxos/protocols": "0.5.1-next.638da00",
70
- "@dxos/random": "0.5.1-next.638da00",
71
- "@dxos/tasks-template": "0.5.1-next.638da00",
72
- "@dxos/rpc": "0.5.1-next.638da00",
73
- "@dxos/util": "0.5.1-next.638da00"
51
+ "@dxos/async": "0.5.1-next.65aaa36",
52
+ "@dxos/agent": "0.5.1-next.65aaa36",
53
+ "@dxos/bare-template": "0.5.1-next.65aaa36",
54
+ "@dxos/client-protocol": "0.5.1-next.65aaa36",
55
+ "@dxos/client-services": "0.5.1-next.65aaa36",
56
+ "@dxos/config": "0.5.1-next.65aaa36",
57
+ "@dxos/client": "0.5.1-next.65aaa36",
58
+ "@dxos/context": "0.5.1-next.65aaa36",
59
+ "@dxos/functions": "0.5.1-next.65aaa36",
60
+ "@dxos/hello-template": "0.5.1-next.65aaa36",
61
+ "@dxos/debug": "0.5.1-next.65aaa36",
62
+ "@dxos/invariant": "0.5.1-next.65aaa36",
63
+ "@dxos/log": "0.5.1-next.65aaa36",
64
+ "@dxos/network-manager": "0.5.1-next.65aaa36",
65
+ "@dxos/observability": "0.5.1-next.65aaa36",
66
+ "@dxos/process": "0.5.1-next.65aaa36",
67
+ "@dxos/random": "0.5.1-next.65aaa36",
68
+ "@dxos/plate": "0.5.1-next.65aaa36",
69
+ "@dxos/rpc": "0.5.1-next.65aaa36",
70
+ "@dxos/protocols": "0.5.1-next.65aaa36",
71
+ "@dxos/tasks-template": "0.5.1-next.65aaa36",
72
+ "@dxos/util": "0.5.1-next.65aaa36"
74
73
  },
75
74
  "devDependencies": {
76
- "@oclif/test": "^3.2.15",
75
+ "@oclif/test": "^2.3.31",
77
76
  "@phosphor-icons/react": "^2.1.5",
78
77
  "@types/cli-progress": "^3.11.0",
79
78
  "@types/fs-extra": "^9.0.4",
@@ -84,7 +83,7 @@
84
83
  "@types/platform": "^1.3.4",
85
84
  "@types/react-dom": "^18.0.6",
86
85
  "fast-check": "^3.15.1",
87
- "oclif": "^4.10.11",
86
+ "oclif": "^3.7.0",
88
87
  "prettier": "^3.2.4",
89
88
  "shx": "^0.3.3",
90
89
  "typescript": "^5.2.2"