@openreef/cli 0.3.2 → 0.3.3

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.
@@ -87,7 +87,7 @@ export class GatewayClient {
87
87
  maxProtocol: PROTOCOL_VERSION,
88
88
  client: {
89
89
  id: CLIENT_ID,
90
- version: '0.3.1',
90
+ version: '0.3.3',
91
91
  platform: process.platform,
92
92
  mode: CLIENT_MODE,
93
93
  },
package/dist/index.js CHANGED
@@ -15,7 +15,7 @@ const program = new Command();
15
15
  program
16
16
  .name('reef')
17
17
  .description('OpenReef CLI — package and deploy multi-agent formations')
18
- .version('0.3.1');
18
+ .version('0.3.3');
19
19
  program
20
20
  .command('init [name]')
21
21
  .description('Scaffold a new formation from the bundled template')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openreef/cli",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "CLI toolchain for OpenReef formations — package and deploy multi-agent teams",
5
5
  "type": "module",
6
6
  "bin": {