@dxos/cli 0.5.1-next.ed1615e → 0.5.2-main.16cd857
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.
- package/dist/src/base-command.d.ts +5 -5
- package/dist/src/base-command.d.ts.map +1 -1
- package/dist/src/base-command.js +2 -2
- package/dist/src/base-command.js.map +1 -1
- package/dist/src/commands/agent/invitations.d.ts +5 -5
- package/dist/src/commands/agent/list.d.ts +10 -10
- package/dist/src/commands/agent/restart.d.ts +5 -5
- package/dist/src/commands/agent/start.d.ts +7 -7
- package/dist/src/commands/agent/start.d.ts.map +1 -1
- package/dist/src/commands/agent/start.js +2 -13
- package/dist/src/commands/agent/start.js.map +1 -1
- package/dist/src/commands/agent/status.d.ts +5 -5
- package/dist/src/commands/agent/stop.d.ts +5 -5
- package/dist/src/commands/app/create.d.ts +8 -8
- package/dist/src/commands/app/open.d.ts +7 -7
- package/dist/src/commands/app/publish.d.ts +8 -8
- package/dist/src/commands/debug/diagnostics.d.ts +5 -5
- package/dist/src/commands/debug/error.js +1 -1
- package/dist/src/commands/debug/error.js.map +1 -1
- package/dist/src/commands/debug/generate.d.ts +11 -11
- package/dist/src/commands/debug/metrics.d.ts +1 -1
- package/dist/src/commands/debug/status.d.ts +6 -6
- package/dist/src/commands/device/list.d.ts +10 -10
- package/dist/src/commands/device/update.d.ts +6 -6
- package/dist/src/commands/function/dev.d.ts +8 -8
- package/dist/src/commands/function/exec.d.ts +1 -1
- package/dist/src/commands/function/logs.d.ts +1 -1
- package/dist/src/commands/halo/create.d.ts +7 -7
- package/dist/src/commands/halo/credential/add.d.ts +1 -1
- package/dist/src/commands/halo/credential/list.d.ts +12 -12
- package/dist/src/commands/halo/join.d.ts +8 -8
- package/dist/src/commands/halo/share.d.ts +9 -8
- package/dist/src/commands/halo/share.d.ts.map +1 -1
- package/dist/src/commands/halo/share.js +28 -16
- package/dist/src/commands/halo/share.js.map +1 -1
- package/dist/src/commands/halo/update.d.ts +6 -6
- package/dist/src/commands/reset/index.d.ts +5 -5
- package/dist/src/commands/space/close.d.ts +1 -1
- package/dist/src/commands/space/create.d.ts +1 -1
- package/dist/src/commands/space/epoch.d.ts +1 -1
- package/dist/src/commands/space/info.d.ts +1 -1
- package/dist/src/commands/space/join.d.ts +7 -7
- package/dist/src/commands/space/list.d.ts +10 -10
- package/dist/src/commands/space/members.d.ts +11 -11
- package/dist/src/commands/space/open.d.ts +1 -1
- package/dist/src/commands/space/query.d.ts +1 -1
- package/dist/src/commands/space/share.d.ts +10 -9
- package/dist/src/commands/space/share.d.ts.map +1 -1
- package/dist/src/commands/space/share.js +27 -14
- package/dist/src/commands/space/share.js.map +1 -1
- package/dist/src/commands/tunnel/index.d.ts +7 -7
- package/dist/src/errors.d.ts +6 -8
- package/dist/src/errors.d.ts.map +1 -1
- package/dist/src/errors.js +12 -16
- package/dist/src/errors.js.map +1 -1
- package/dist/src/hooks/command-not-found.d.ts.map +1 -1
- package/dist/src/hooks/command-not-found.js +3 -0
- package/dist/src/hooks/command-not-found.js.map +1 -1
- package/dist/src/util/spaces.d.ts.map +1 -1
- package/dist/src/util/spaces.js +5 -4
- package/dist/src/util/spaces.js.map +1 -1
- package/oclif.manifest.json +3626 -2783
- package/package.json +28 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/cli",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2-main.16cd857",
|
|
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": "^
|
|
27
|
-
"@oclif/plugin-help": "^
|
|
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",
|
|
@@ -40,6 +40,7 @@
|
|
|
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",
|
|
43
44
|
"node-fetch": "^2.6.0",
|
|
44
45
|
"pkg-up": "^3.1.0",
|
|
45
46
|
"platform": "^1.3.6",
|
|
@@ -48,31 +49,31 @@
|
|
|
48
49
|
"uuid": "^8.3.2",
|
|
49
50
|
"ws": "^8.14.2",
|
|
50
51
|
"wtfnode": "^0.9.1",
|
|
51
|
-
"@dxos/
|
|
52
|
-
"@dxos/
|
|
53
|
-
"@dxos/
|
|
54
|
-
"@dxos/client": "0.5.
|
|
55
|
-
"@dxos/client-
|
|
56
|
-
"@dxos/
|
|
57
|
-
"@dxos/
|
|
58
|
-
"@dxos/
|
|
59
|
-
"@dxos/
|
|
60
|
-
"@dxos/
|
|
61
|
-
"@dxos/
|
|
62
|
-
"@dxos/
|
|
63
|
-
"@dxos/
|
|
64
|
-
"@dxos/
|
|
65
|
-
"@dxos/observability": "0.5.
|
|
66
|
-
"@dxos/plate": "0.5.
|
|
67
|
-
"@dxos/process": "0.5.
|
|
68
|
-
"@dxos/protocols": "0.5.
|
|
69
|
-
"@dxos/
|
|
70
|
-
"@dxos/
|
|
71
|
-
"@dxos/tasks-template": "0.5.
|
|
72
|
-
"@dxos/util": "0.5.
|
|
52
|
+
"@dxos/async": "0.5.2-main.16cd857",
|
|
53
|
+
"@dxos/agent": "0.5.2-main.16cd857",
|
|
54
|
+
"@dxos/bare-template": "0.5.2-main.16cd857",
|
|
55
|
+
"@dxos/client": "0.5.2-main.16cd857",
|
|
56
|
+
"@dxos/client-protocol": "0.5.2-main.16cd857",
|
|
57
|
+
"@dxos/context": "0.5.2-main.16cd857",
|
|
58
|
+
"@dxos/client-services": "0.5.2-main.16cd857",
|
|
59
|
+
"@dxos/config": "0.5.2-main.16cd857",
|
|
60
|
+
"@dxos/debug": "0.5.2-main.16cd857",
|
|
61
|
+
"@dxos/hello-template": "0.5.2-main.16cd857",
|
|
62
|
+
"@dxos/functions": "0.5.2-main.16cd857",
|
|
63
|
+
"@dxos/invariant": "0.5.2-main.16cd857",
|
|
64
|
+
"@dxos/network-manager": "0.5.2-main.16cd857",
|
|
65
|
+
"@dxos/log": "0.5.2-main.16cd857",
|
|
66
|
+
"@dxos/observability": "0.5.2-main.16cd857",
|
|
67
|
+
"@dxos/plate": "0.5.2-main.16cd857",
|
|
68
|
+
"@dxos/process": "0.5.2-main.16cd857",
|
|
69
|
+
"@dxos/protocols": "0.5.2-main.16cd857",
|
|
70
|
+
"@dxos/random": "0.5.2-main.16cd857",
|
|
71
|
+
"@dxos/rpc": "0.5.2-main.16cd857",
|
|
72
|
+
"@dxos/tasks-template": "0.5.2-main.16cd857",
|
|
73
|
+
"@dxos/util": "0.5.2-main.16cd857"
|
|
73
74
|
},
|
|
74
75
|
"devDependencies": {
|
|
75
|
-
"@oclif/test": "^2.
|
|
76
|
+
"@oclif/test": "^3.2.15",
|
|
76
77
|
"@phosphor-icons/react": "^2.1.5",
|
|
77
78
|
"@types/cli-progress": "^3.11.0",
|
|
78
79
|
"@types/fs-extra": "^9.0.4",
|
|
@@ -83,7 +84,7 @@
|
|
|
83
84
|
"@types/platform": "^1.3.4",
|
|
84
85
|
"@types/react-dom": "^18.0.6",
|
|
85
86
|
"fast-check": "^3.15.1",
|
|
86
|
-
"oclif": "^
|
|
87
|
+
"oclif": "^4.10.11",
|
|
87
88
|
"prettier": "^3.2.4",
|
|
88
89
|
"shx": "^0.3.3",
|
|
89
90
|
"typescript": "^5.2.2"
|