@lark-apaas/fullstack-cli 1.1.6-alpha.11 → 1.1.6-alpha.12

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1399,7 +1399,7 @@ var PLUGIN_MAPPING = {
1399
1399
  "@official-plugins/ai-text-generate": {
1400
1400
  sourceActionID: "official_ai/text_generate",
1401
1401
  pluginVersion: "1.0.0",
1402
- actionName: "text_generate"
1402
+ actionName: "textGenerate"
1403
1403
  },
1404
1404
  "@official-plugins/ai-image-understanding": {
1405
1405
  sourceActionID: "official_ai/image_understanding",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/fullstack-cli",
3
- "version": "1.1.6-alpha.11",
3
+ "version": "1.1.6-alpha.12",
4
4
  "description": "CLI tool for fullstack template management",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",