ai-yuca 1.2.2 → 1.2.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.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-yuca",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "一个用AI生成的开发辅助工具",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -191,7 +191,6 @@ async function uploadFilesWithConfig(options = {}) {
191
191
  }
192
192
  // 执行批量上传
193
193
  const uploadSource = enableCache && filesToUpload.length > 0 ? filesToUpload : sourcePath;
194
- console.log('uploadSource', uploadSource);
195
194
  const result = await (0, upload_1.uploadFiles)({
196
195
  bucketName,
197
196
  sourcePath: uploadSource,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-yuca",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "一个用AI生成的开发辅助工具",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -202,7 +202,7 @@ export async function uploadFilesWithConfig(options: UploadWithConfigOptions = {
202
202
 
203
203
  // 执行批量上传
204
204
  const uploadSource = enableCache && filesToUpload.length > 0 ? filesToUpload : sourcePath;
205
- console.log('uploadSource', uploadSource);
205
+
206
206
  const result = await uploadFiles({
207
207
  bucketName,
208
208
  sourcePath: uploadSource,