@newpeak/barista-cli 0.2.151 → 0.2.152

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.
@@ -24,7 +24,7 @@ export function createDruidDatasourceCommand() {
24
24
  console.error(chalk.red(`\n✗ Failed: ${errorMsg}`));
25
25
  if (errorCode)
26
26
  console.error(chalk.gray(` Error code: ${errorCode}`));
27
- if (errorCode === 'B0317') {
27
+ if (errorCode === 'B0309') {
28
28
  console.error(chalk.yellow('\n 💡 This command requires platform administrator privileges (tenantId=1).'));
29
29
  }
30
30
  console.error();
@@ -24,7 +24,7 @@ export function createDruidSqlCommand() {
24
24
  console.error(chalk.red(`\n✗ Failed: ${errorMsg}`));
25
25
  if (errorCode)
26
26
  console.error(chalk.gray(` Error code: ${errorCode}`));
27
- if (errorCode === 'B0317') {
27
+ if (errorCode === 'B0309') {
28
28
  console.error(chalk.yellow('\n 💡 This command requires platform administrator privileges (tenantId=1).'));
29
29
  }
30
30
  console.error();
@@ -24,7 +24,7 @@ export function createDruidUriCommand() {
24
24
  console.error(chalk.red(`\n✗ Failed: ${errorMsg}`));
25
25
  if (errorCode)
26
26
  console.error(chalk.gray(` Error code: ${errorCode}`));
27
- if (errorCode === 'B0317') {
27
+ if (errorCode === 'B0309') {
28
28
  console.error(chalk.yellow('\n 💡 This command requires platform administrator privileges (tenantId=1).'));
29
29
  }
30
30
  console.error();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newpeak/barista-cli",
3
- "version": "0.2.151",
3
+ "version": "0.2.152",
4
4
  "description": "AI Tools CLI for Liberica and Arabica services",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "_metadata": {
3
- "generatedAt": "2026-07-25T05:27:18.816Z",
3
+ "generatedAt": "2026-07-25T05:42:17.649Z",
4
4
  "source": "src/commands/",
5
5
  "generator": "src/skills/barista-cli/scripts/generate.ts"
6
6
  },
@@ -1,5 +1,5 @@
1
1
  # ★ 自动生成。修改源码后重新生成:npm run generate-skills-data
2
- # ★ 生成时间: 2026-07-25T05:27:18.824Z
2
+ # ★ 生成时间: 2026-07-25T05:42:17.657Z
3
3
 
4
4
  global:
5
5
  # ── 全局 ──