@dxos/cli 0.1.41-next.d517c89 → 0.1.42-next.6e229fb

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.41-next.d517c89 linux-x64 node-v18.15.0
30
+ @dxos/cli/0.1.42-next.6e229fb linux-x64 node-v18.16.0
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.41-next.d517c89",
3
+ "DX_RELEASE": "@dxos/cli@0.1.42-next.6e229fb",
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.41-next.d517c89",
2
+ "version": "0.1.42-next.6e229fb",
3
3
  "commands": {
4
4
  "app:create": {
5
5
  "id": "app:create",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/cli",
3
- "version": "0.1.41-next.d517c89",
3
+ "version": "0.1.42-next.6e229fb",
4
4
  "description": "DXOS CLI",
5
5
  "keywords": [
6
6
  "dxos",
@@ -45,22 +45,22 @@
45
45
  "tempy": "^1.0.1",
46
46
  "uuid": "^8.3.2",
47
47
  "ws": "^7.4.4",
48
- "@dxos/async": "0.1.41-next.d517c89",
49
- "@dxos/bare-template": "0.1.41-next.d517c89",
50
- "@dxos/client": "0.1.41-next.d517c89",
51
- "@dxos/client-services": "0.1.41-next.d517c89",
52
- "@dxos/codec-protobuf": "0.1.41-next.d517c89",
53
- "@dxos/config": "0.1.41-next.d517c89",
54
- "@dxos/debug": "0.1.41-next.d517c89",
55
- "@dxos/hello-template": "0.1.41-next.d517c89",
56
- "@dxos/keys": "0.1.41-next.d517c89",
57
- "@dxos/log": "0.1.41-next.d517c89",
58
- "@dxos/plate": "0.1.41-next.d517c89",
59
- "@dxos/protocols": "0.1.41-next.d517c89",
60
- "@dxos/rpc": "0.1.41-next.d517c89",
61
- "@dxos/sentry": "0.1.41-next.d517c89",
62
- "@dxos/tasks-template": "0.1.41-next.d517c89",
63
- "@dxos/telemetry": "0.1.41-next.d517c89"
48
+ "@dxos/async": "0.1.42-next.6e229fb",
49
+ "@dxos/bare-template": "0.1.42-next.6e229fb",
50
+ "@dxos/client": "0.1.42-next.6e229fb",
51
+ "@dxos/client-services": "0.1.42-next.6e229fb",
52
+ "@dxos/codec-protobuf": "0.1.42-next.6e229fb",
53
+ "@dxos/config": "0.1.42-next.6e229fb",
54
+ "@dxos/debug": "0.1.42-next.6e229fb",
55
+ "@dxos/hello-template": "0.1.42-next.6e229fb",
56
+ "@dxos/keys": "0.1.42-next.6e229fb",
57
+ "@dxos/log": "0.1.42-next.6e229fb",
58
+ "@dxos/plate": "0.1.42-next.6e229fb",
59
+ "@dxos/protocols": "0.1.42-next.6e229fb",
60
+ "@dxos/rpc": "0.1.42-next.6e229fb",
61
+ "@dxos/sentry": "0.1.42-next.6e229fb",
62
+ "@dxos/tasks-template": "0.1.42-next.6e229fb",
63
+ "@dxos/telemetry": "0.1.42-next.6e229fb"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@oclif/test": "^2.3.11",