@newpeak/barista-cli 0.1.674 → 0.1.676

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.
@@ -11915,7 +11915,7 @@ export const apiClient = {
11915
11915
  }
11916
11916
  }
11917
11917
  const qs = query.toString();
11918
- const response = await client.getClient().get(`/api/enterprise/finance/voucher/list${qs ? '?' + qs : ''}`);
11918
+ const response = await client.getClient().get(`/api/enterprise/finance/voucher/page${qs ? '?' + qs : ''}`);
11919
11919
  return response.data;
11920
11920
  }
11921
11921
  catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newpeak/barista-cli",
3
- "version": "0.1.674",
3
+ "version": "0.1.676",
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-06-09T05:57:44.102Z",
3
+ "generatedAt": "2026-06-09T10:24:58.774Z",
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-06-09T05:57:44.116Z
2
+ # ★ 生成时间: 2026-06-09T10:24:58.792Z
3
3
 
4
4
  global:
5
5
  # ── 全局 ──