ai-yuca 1.3.4 → 1.3.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-yuca",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "一个用AI生成的开发辅助工具",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -317,7 +317,7 @@ async function getTransLateFiles(gcpClient, config) {
317
317
  // 创建语言目录
318
318
  mkDirs(langDir);
319
319
  if (langFiles && langFiles.length > 0) {
320
- console.log('langFiles', langFiles);
320
+ console.log('langFiles', langFiles.map((file) => file.name));
321
321
  for (const file of langFiles) {
322
322
  try {
323
323
  // 直接从GCP下载
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-yuca",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "一个用AI生成的开发辅助工具",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",