@dxos/cli 0.1.53-main.2922731 → 0.1.53-main.304e2d2

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
@@ -80,7 +80,7 @@ $ npm install -g @dxos/cli
80
80
  $ dx COMMAND
81
81
  running command...
82
82
  $ dx (--version)
83
- @dxos/cli/0.1.53-main.2922731 linux-x64 node-v18.17.0
83
+ @dxos/cli/0.1.53-main.304e2d2 linux-x64 node-v18.17.0
84
84
  $ dx --help [COMMAND]
85
85
  USAGE
86
86
  $ dx COMMAND
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "DX_ENVIRONMENT": "staging",
3
- "DX_RELEASE": "@dxos/cli@0.1.53-main.2922731",
3
+ "DX_RELEASE": "@dxos/cli@0.1.53-main.304e2d2",
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.53-main.2922731",
2
+ "version": "0.1.53-main.304e2d2",
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.53-main.2922731",
3
+ "version": "0.1.53-main.304e2d2",
4
4
  "description": "DXOS CLI",
5
5
  "keywords": [
6
6
  "dxos",
@@ -47,26 +47,26 @@
47
47
  "tiny-invariant": "^1.3.1",
48
48
  "uuid": "^8.3.2",
49
49
  "ws": "^7.4.4",
50
- "@dxos/agent": "0.1.53-main.2922731",
51
- "@dxos/bare-template": "0.1.53-main.2922731",
52
- "@dxos/async": "0.1.53-main.2922731",
53
- "@dxos/client": "0.1.53-main.2922731",
54
- "@dxos/client-protocol": "0.1.53-main.2922731",
55
- "@dxos/codec-protobuf": "0.1.53-main.2922731",
56
- "@dxos/config": "0.1.53-main.2922731",
57
- "@dxos/debug": "0.1.53-main.2922731",
58
- "@dxos/context": "0.1.53-main.2922731",
59
- "@dxos/hello-template": "0.1.53-main.2922731",
60
- "@dxos/functions": "0.1.53-main.2922731",
61
- "@dxos/log": "0.1.53-main.2922731",
62
- "@dxos/plate": "0.1.53-main.2922731",
63
- "@dxos/protocols": "0.1.53-main.2922731",
64
- "@dxos/rpc": "0.1.53-main.2922731",
65
- "@dxos/sentry": "0.1.53-main.2922731",
66
- "@dxos/tasks-template": "0.1.53-main.2922731",
67
- "@dxos/util": "0.1.53-main.2922731",
68
- "@dxos/telemetry": "0.1.53-main.2922731",
69
- "@dxos/websocket-rpc": "0.1.53-main.2922731"
50
+ "@dxos/async": "0.1.53-main.304e2d2",
51
+ "@dxos/bare-template": "0.1.53-main.304e2d2",
52
+ "@dxos/agent": "0.1.53-main.304e2d2",
53
+ "@dxos/client-protocol": "0.1.53-main.304e2d2",
54
+ "@dxos/client": "0.1.53-main.304e2d2",
55
+ "@dxos/config": "0.1.53-main.304e2d2",
56
+ "@dxos/codec-protobuf": "0.1.53-main.304e2d2",
57
+ "@dxos/debug": "0.1.53-main.304e2d2",
58
+ "@dxos/context": "0.1.53-main.304e2d2",
59
+ "@dxos/functions": "0.1.53-main.304e2d2",
60
+ "@dxos/hello-template": "0.1.53-main.304e2d2",
61
+ "@dxos/log": "0.1.53-main.304e2d2",
62
+ "@dxos/plate": "0.1.53-main.304e2d2",
63
+ "@dxos/protocols": "0.1.53-main.304e2d2",
64
+ "@dxos/rpc": "0.1.53-main.304e2d2",
65
+ "@dxos/tasks-template": "0.1.53-main.304e2d2",
66
+ "@dxos/telemetry": "0.1.53-main.304e2d2",
67
+ "@dxos/util": "0.1.53-main.304e2d2",
68
+ "@dxos/websocket-rpc": "0.1.53-main.304e2d2",
69
+ "@dxos/sentry": "0.1.53-main.304e2d2"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@oclif/test": "^2.3.31",