@relaymessenger/cli 0.5.0-staging.1 → 0.5.0-staging.2

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/dist/program.js +1 -1
  2. package/package.json +2 -2
package/dist/program.js CHANGED
@@ -61,7 +61,7 @@ export const createProgram = (dependencies = {}) => {
61
61
  const program = new Command()
62
62
  .name("relay")
63
63
  .description("Official CLI for Relay v1 Agent resources.")
64
- .version("0.5.0-staging.1")
64
+ .version("0.5.0-staging.2")
65
65
  .option("--profile <name>", "local Relay profile", process.env.RELAY_PROFILE);
66
66
  program.exitOverride();
67
67
  program.configureOutput({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relaymessenger/cli",
3
- "version": "0.5.0-staging.1",
3
+ "version": "0.5.0-staging.2",
4
4
  "description": "Official command-line client for Relay v1 resources.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
- "@relaymessenger/sdk": "0.3.0-staging.5",
31
+ "@relaymessenger/sdk": "0.3.0-staging.6",
32
32
  "commander": "^15.0.0"
33
33
  },
34
34
  "devDependencies": {