@dxos/cli 0.7.0 → 0.7.1-staging.7f6f91c

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.
Files changed (2) hide show
  1. package/oclif.manifest.json +2 -2
  2. package/package.json +25 -25
@@ -4569,7 +4569,7 @@
4569
4569
  "name": {
4570
4570
  "description": "Tunnel name",
4571
4571
  "name": "name",
4572
- "default": "fix-oxygen-saturn-cat",
4572
+ "default": "connecticut-fanta-berlin-mike",
4573
4573
  "hasDynamicHelp": false,
4574
4574
  "multiple": false,
4575
4575
  "type": "option"
@@ -5563,5 +5563,5 @@
5563
5563
  ]
5564
5564
  }
5565
5565
  },
5566
- "version": "0.7.0"
5566
+ "version": "0.7.1-staging.7f6f91c"
5567
5567
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/cli",
3
- "version": "0.7.0",
3
+ "version": "0.7.1-staging.7f6f91c",
4
4
  "description": "DXOS CLI",
5
5
  "keywords": [
6
6
  "dxos",
@@ -53,30 +53,30 @@
53
53
  "react": "~18.2.0",
54
54
  "ws": "^8.14.2",
55
55
  "wtfnode": "^0.9.1",
56
- "@dxos/agent": "0.7.0",
57
- "@dxos/async": "0.7.0",
58
- "@dxos/cli-base": "0.7.0",
59
- "@dxos/cli-composer": "0.7.0",
60
- "@dxos/client-protocol": "0.7.0",
61
- "@dxos/client": "0.7.0",
62
- "@dxos/client-services": "0.7.0",
63
- "@dxos/context": "0.7.0",
64
- "@dxos/config": "0.7.0",
65
- "@dxos/debug": "0.7.0",
66
- "@dxos/echo-schema": "0.7.0",
67
- "@dxos/functions": "0.7.0",
68
- "@dxos/invariant": "0.7.0",
69
- "@dxos/network-manager": "0.7.0",
70
- "@dxos/log": "0.7.0",
71
- "@dxos/observability": "0.7.0",
72
- "@dxos/node-std": "0.7.0",
73
- "@dxos/plugin-markdown": "0.7.0",
74
- "@dxos/plugin-script": "0.7.0",
75
- "@dxos/process": "0.7.0",
76
- "@dxos/protocols": "0.7.0",
77
- "@dxos/rpc": "0.7.0",
78
- "@dxos/util": "0.7.0",
79
- "@dxos/random": "0.7.0"
56
+ "@dxos/agent": "0.7.1-staging.7f6f91c",
57
+ "@dxos/async": "0.7.1-staging.7f6f91c",
58
+ "@dxos/cli-composer": "0.7.1-staging.7f6f91c",
59
+ "@dxos/client": "0.7.1-staging.7f6f91c",
60
+ "@dxos/cli-base": "0.7.1-staging.7f6f91c",
61
+ "@dxos/client-services": "0.7.1-staging.7f6f91c",
62
+ "@dxos/config": "0.7.1-staging.7f6f91c",
63
+ "@dxos/client-protocol": "0.7.1-staging.7f6f91c",
64
+ "@dxos/context": "0.7.1-staging.7f6f91c",
65
+ "@dxos/debug": "0.7.1-staging.7f6f91c",
66
+ "@dxos/functions": "0.7.1-staging.7f6f91c",
67
+ "@dxos/invariant": "0.7.1-staging.7f6f91c",
68
+ "@dxos/echo-schema": "0.7.1-staging.7f6f91c",
69
+ "@dxos/log": "0.7.1-staging.7f6f91c",
70
+ "@dxos/network-manager": "0.7.1-staging.7f6f91c",
71
+ "@dxos/node-std": "0.7.1-staging.7f6f91c",
72
+ "@dxos/plugin-markdown": "0.7.1-staging.7f6f91c",
73
+ "@dxos/observability": "0.7.1-staging.7f6f91c",
74
+ "@dxos/process": "0.7.1-staging.7f6f91c",
75
+ "@dxos/protocols": "0.7.1-staging.7f6f91c",
76
+ "@dxos/plugin-script": "0.7.1-staging.7f6f91c",
77
+ "@dxos/random": "0.7.1-staging.7f6f91c",
78
+ "@dxos/util": "0.7.1-staging.7f6f91c",
79
+ "@dxos/rpc": "0.7.1-staging.7f6f91c"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@oclif/test": "^4.1.0",