@lark-apaas/fullstack-cli 1.1.22-alpha.19 → 1.1.22-alpha.20

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
@@ -2838,7 +2838,7 @@ function autoCommitUpgradeChanges(version, cwd, filesToStage, commitMessage) {
2838
2838
  - Cleanup package.json config
2839
2839
  - Upgrade @lark-apaas dependencies (if any)
2840
2840
 
2841
- Auto-committed by fullstack-cli v${version}`;
2841
+ Auto-committed by fullstack-cli`;
2842
2842
  gitCommit(message, cwd);
2843
2843
  console.log(`[fullstack-cli] \u2713 Auto-committed ${changedFiles.length} changed file(s)`);
2844
2844
  return true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/fullstack-cli",
3
- "version": "1.1.22-alpha.19",
3
+ "version": "1.1.22-alpha.20",
4
4
  "description": "CLI tool for fullstack template management",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",