@dxos/cli 0.1.53-main.d0f911b → 0.1.53-main.d535786

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.53-main.d0f911b linux-x64 node-v18.16.1
30
+ @dxos/cli/0.1.53-main.d535786 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.53-main.d0f911b",
3
+ "DX_RELEASE": "@dxos/cli@0.1.53-main.d535786",
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.d0f911b",
2
+ "version": "0.1.53-main.d535786",
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.d0f911b",
3
+ "version": "0.1.53-main.d535786",
4
4
  "description": "DXOS CLI",
5
5
  "keywords": [
6
6
  "dxos",
@@ -47,29 +47,29 @@
47
47
  "tempy": "^1.0.1",
48
48
  "uuid": "^8.3.2",
49
49
  "ws": "^7.4.4",
50
- "@dxos/agent": "0.1.53-main.d0f911b",
51
- "@dxos/async": "0.1.53-main.d0f911b",
52
- "@dxos/bare-template": "0.1.53-main.d0f911b",
53
- "@dxos/client": "0.1.53-main.d0f911b",
54
- "@dxos/client-protocol": "0.1.53-main.d0f911b",
55
- "@dxos/client-services": "0.1.53-main.d0f911b",
56
- "@dxos/config": "0.1.53-main.d0f911b",
57
- "@dxos/codec-protobuf": "0.1.53-main.d0f911b",
58
- "@dxos/context": "0.1.53-main.d0f911b",
59
- "@dxos/debug": "0.1.53-main.d0f911b",
60
- "@dxos/functions": "0.1.53-main.d0f911b",
61
- "@dxos/hello-template": "0.1.53-main.d0f911b",
62
- "@dxos/keys": "0.1.53-main.d0f911b",
63
- "@dxos/log": "0.1.53-main.d0f911b",
64
- "@dxos/observable-object": "0.1.53-main.d0f911b",
65
- "@dxos/plate": "0.1.53-main.d0f911b",
66
- "@dxos/protocols": "0.1.53-main.d0f911b",
67
- "@dxos/rpc": "0.1.53-main.d0f911b",
68
- "@dxos/sentry": "0.1.53-main.d0f911b",
69
- "@dxos/tasks-template": "0.1.53-main.d0f911b",
70
- "@dxos/telemetry": "0.1.53-main.d0f911b",
71
- "@dxos/websocket-rpc": "0.1.53-main.d0f911b",
72
- "@dxos/util": "0.1.53-main.d0f911b"
50
+ "@dxos/agent": "0.1.53-main.d535786",
51
+ "@dxos/async": "0.1.53-main.d535786",
52
+ "@dxos/bare-template": "0.1.53-main.d535786",
53
+ "@dxos/client": "0.1.53-main.d535786",
54
+ "@dxos/client-services": "0.1.53-main.d535786",
55
+ "@dxos/client-protocol": "0.1.53-main.d535786",
56
+ "@dxos/codec-protobuf": "0.1.53-main.d535786",
57
+ "@dxos/config": "0.1.53-main.d535786",
58
+ "@dxos/context": "0.1.53-main.d535786",
59
+ "@dxos/debug": "0.1.53-main.d535786",
60
+ "@dxos/functions": "0.1.53-main.d535786",
61
+ "@dxos/hello-template": "0.1.53-main.d535786",
62
+ "@dxos/keys": "0.1.53-main.d535786",
63
+ "@dxos/log": "0.1.53-main.d535786",
64
+ "@dxos/observable-object": "0.1.53-main.d535786",
65
+ "@dxos/protocols": "0.1.53-main.d535786",
66
+ "@dxos/plate": "0.1.53-main.d535786",
67
+ "@dxos/sentry": "0.1.53-main.d535786",
68
+ "@dxos/tasks-template": "0.1.53-main.d535786",
69
+ "@dxos/rpc": "0.1.53-main.d535786",
70
+ "@dxos/telemetry": "0.1.53-main.d535786",
71
+ "@dxos/util": "0.1.53-main.d535786",
72
+ "@dxos/websocket-rpc": "0.1.53-main.d535786"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@oclif/test": "^2.3.11",