@dxos/cli 0.1.51-next.03aa1a8 → 0.1.51-next.5787f10

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/README.md CHANGED
@@ -27,7 +27,7 @@ $ npm install -g @dxos/cli
27
27
  $ dx COMMAND
28
28
  running command...
29
29
  $ dx (--version)
30
- @dxos/cli/0.1.51-next.03aa1a8 linux-x64 node-v18.16.1
30
+ @dxos/cli/0.1.51-next.5787f10 linux-x64 node-v18.16.1
31
31
  $ dx --help [COMMAND]
32
32
  USAGE
33
33
  $ dx COMMAND
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "DX_ENVIRONMENT": "staging",
3
- "DX_RELEASE": "@dxos/cli@0.1.51-next.03aa1a8",
3
+ "DX_RELEASE": "@dxos/cli@0.1.51-next.5787f10",
4
4
  "SENTRY_DESTINATION": "https://2647916221e643869965e78469479aa4@o4504012000067584.ingest.sentry.io/4504012027265029",
5
5
  "TELEMETRY_API_KEY": "B00QG6PtJJrJ0VVFe0H5a6bcUUShKyZM",
6
6
  "IPDATA_API_KEY": "ccc5f0cd66dd34a7c31c2ddc61c2bbca2db73892a993982bb3a5f0e2"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.51-next.03aa1a8",
2
+ "version": "0.1.51-next.5787f10",
3
3
  "commands": {
4
4
  "agent:list": {
5
5
  "id": "agent:list",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/cli",
3
- "version": "0.1.51-next.03aa1a8",
3
+ "version": "0.1.51-next.5787f10",
4
4
  "description": "DXOS CLI",
5
5
  "keywords": [
6
6
  "dxos",
@@ -47,28 +47,28 @@
47
47
  "tempy": "^1.0.1",
48
48
  "uuid": "^8.3.2",
49
49
  "ws": "^7.4.4",
50
- "@dxos/agent": "0.1.51-next.03aa1a8",
51
- "@dxos/bare-template": "0.1.51-next.03aa1a8",
52
- "@dxos/async": "0.1.51-next.03aa1a8",
53
- "@dxos/client": "0.1.51-next.03aa1a8",
54
- "@dxos/client-protocol": "0.1.51-next.03aa1a8",
55
- "@dxos/client-services": "0.1.51-next.03aa1a8",
56
- "@dxos/codec-protobuf": "0.1.51-next.03aa1a8",
57
- "@dxos/config": "0.1.51-next.03aa1a8",
58
- "@dxos/context": "0.1.51-next.03aa1a8",
59
- "@dxos/debug": "0.1.51-next.03aa1a8",
60
- "@dxos/hello-template": "0.1.51-next.03aa1a8",
61
- "@dxos/keys": "0.1.51-next.03aa1a8",
62
- "@dxos/log": "0.1.51-next.03aa1a8",
63
- "@dxos/observable-object": "0.1.51-next.03aa1a8",
64
- "@dxos/plate": "0.1.51-next.03aa1a8",
65
- "@dxos/protocols": "0.1.51-next.03aa1a8",
66
- "@dxos/rpc": "0.1.51-next.03aa1a8",
67
- "@dxos/sentry": "0.1.51-next.03aa1a8",
68
- "@dxos/tasks-template": "0.1.51-next.03aa1a8",
69
- "@dxos/telemetry": "0.1.51-next.03aa1a8",
70
- "@dxos/util": "0.1.51-next.03aa1a8",
71
- "@dxos/websocket-rpc": "0.1.51-next.03aa1a8"
50
+ "@dxos/agent": "0.1.51-next.5787f10",
51
+ "@dxos/async": "0.1.51-next.5787f10",
52
+ "@dxos/bare-template": "0.1.51-next.5787f10",
53
+ "@dxos/client": "0.1.51-next.5787f10",
54
+ "@dxos/client-protocol": "0.1.51-next.5787f10",
55
+ "@dxos/client-services": "0.1.51-next.5787f10",
56
+ "@dxos/codec-protobuf": "0.1.51-next.5787f10",
57
+ "@dxos/config": "0.1.51-next.5787f10",
58
+ "@dxos/context": "0.1.51-next.5787f10",
59
+ "@dxos/debug": "0.1.51-next.5787f10",
60
+ "@dxos/hello-template": "0.1.51-next.5787f10",
61
+ "@dxos/keys": "0.1.51-next.5787f10",
62
+ "@dxos/log": "0.1.51-next.5787f10",
63
+ "@dxos/observable-object": "0.1.51-next.5787f10",
64
+ "@dxos/plate": "0.1.51-next.5787f10",
65
+ "@dxos/protocols": "0.1.51-next.5787f10",
66
+ "@dxos/rpc": "0.1.51-next.5787f10",
67
+ "@dxos/sentry": "0.1.51-next.5787f10",
68
+ "@dxos/tasks-template": "0.1.51-next.5787f10",
69
+ "@dxos/telemetry": "0.1.51-next.5787f10",
70
+ "@dxos/util": "0.1.51-next.5787f10",
71
+ "@dxos/websocket-rpc": "0.1.51-next.5787f10"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@oclif/test": "^2.3.11",