@newpeak/barista-cli 0.1.10 → 0.1.11

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/dist/index.js CHANGED
@@ -12,7 +12,7 @@ async function main() {
12
12
  program
13
13
  .name('barista')
14
14
  .description('Barista CLI - Bridge between AI agents and Liberica/Arabica')
15
- .version('0.1.10')
15
+ .version('0.1.11')
16
16
  .option('-e, --env <environment>', 'Target environment (dev|test|prod-cn|prod-jp)')
17
17
  .option('-t, --tenant <tenant>', 'Target tenant (for Liberica)')
18
18
  .option('--debug', 'Enable debug mode');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newpeak/barista-cli",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "AI Tools CLI for Liberica and Arabica services",
5
5
  "type": "module",
6
6
  "bin": "./bin/barista",
package/src/index.ts CHANGED
@@ -15,7 +15,7 @@ async function main(): Promise<void> {
15
15
  program
16
16
  .name('barista')
17
17
  .description('Barista CLI - Bridge between AI agents and Liberica/Arabica')
18
- .version('0.1.10')
18
+ .version('0.1.11')
19
19
  .option('-e, --env <environment>', 'Target environment (dev|test|prod-cn|prod-jp)')
20
20
  .option('-t, --tenant <tenant>', 'Target tenant (for Liberica)')
21
21
  .option('--debug', 'Enable debug mode');