@dxos/cli 0.5.1-next.5e6b3f6 → 0.5.1-next.638da00

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 +2 -13
  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 +9 -8
  33. package/dist/src/commands/halo/share.d.ts.map +1 -1
  34. package/dist/src/commands/halo/share.js +28 -16
  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 +10 -9
  48. package/dist/src/commands/space/share.d.ts.map +1 -1
  49. package/dist/src/commands/space/share.js +27 -14
  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 +6 -8
  53. package/dist/src/errors.d.ts.map +1 -1
  54. package/dist/src/errors.js +12 -16
  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 +3 -0
  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 +5 -4
  61. package/dist/src/util/spaces.js.map +1 -1
  62. package/oclif.manifest.json +3626 -2783
  63. package/package.json +30 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/cli",
3
- "version": "0.5.1-next.5e6b3f6",
3
+ "version": "0.5.1-next.638da00",
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": "^2.9.4",
27
- "@oclif/plugin-help": "^5.2.14",
26
+ "@oclif/core": "^3.26.6",
27
+ "@oclif/plugin-help": "^6.0.22",
28
28
  "@octokit/core": "^4.0.4",
29
29
  "chalk": "^4.1.0",
30
30
  "cli-progress": "^3.11.2",
@@ -38,40 +38,42 @@
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
+ "node-clipboardy": "^1.0.3",
43
44
  "node-fetch": "^2.6.0",
44
45
  "pkg-up": "^3.1.0",
45
46
  "platform": "^1.3.6",
46
47
  "react": "^18.2.0",
48
+ "undici": "*",
47
49
  "uuid": "^8.3.2",
48
50
  "ws": "^8.14.2",
49
51
  "wtfnode": "^0.9.1",
50
- "@dxos/agent": "0.5.1-next.5e6b3f6",
51
- "@dxos/async": "0.5.1-next.5e6b3f6",
52
- "@dxos/bare-template": "0.5.1-next.5e6b3f6",
53
- "@dxos/client": "0.5.1-next.5e6b3f6",
54
- "@dxos/client-services": "0.5.1-next.5e6b3f6",
55
- "@dxos/config": "0.5.1-next.5e6b3f6",
56
- "@dxos/client-protocol": "0.5.1-next.5e6b3f6",
57
- "@dxos/context": "0.5.1-next.5e6b3f6",
58
- "@dxos/functions": "0.5.1-next.5e6b3f6",
59
- "@dxos/debug": "0.5.1-next.5e6b3f6",
60
- "@dxos/invariant": "0.5.1-next.5e6b3f6",
61
- "@dxos/hello-template": "0.5.1-next.5e6b3f6",
62
- "@dxos/log": "0.5.1-next.5e6b3f6",
63
- "@dxos/network-manager": "0.5.1-next.5e6b3f6",
64
- "@dxos/observability": "0.5.1-next.5e6b3f6",
65
- "@dxos/process": "0.5.1-next.5e6b3f6",
66
- "@dxos/protocols": "0.5.1-next.5e6b3f6",
67
- "@dxos/plate": "0.5.1-next.5e6b3f6",
68
- "@dxos/random": "0.5.1-next.5e6b3f6",
69
- "@dxos/rpc": "0.5.1-next.5e6b3f6",
70
- "@dxos/tasks-template": "0.5.1-next.5e6b3f6",
71
- "@dxos/util": "0.5.1-next.5e6b3f6"
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"
72
74
  },
73
75
  "devDependencies": {
74
- "@oclif/test": "^2.3.31",
76
+ "@oclif/test": "^3.2.15",
75
77
  "@phosphor-icons/react": "^2.1.5",
76
78
  "@types/cli-progress": "^3.11.0",
77
79
  "@types/fs-extra": "^9.0.4",
@@ -82,7 +84,7 @@
82
84
  "@types/platform": "^1.3.4",
83
85
  "@types/react-dom": "^18.0.6",
84
86
  "fast-check": "^3.15.1",
85
- "oclif": "^3.7.0",
87
+ "oclif": "^4.10.11",
86
88
  "prettier": "^3.2.4",
87
89
  "shx": "^0.3.3",
88
90
  "typescript": "^5.2.2"