@svton/cli 1.2.1 → 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/index.js CHANGED
@@ -1077,7 +1077,7 @@ async function createProjectFromTemplate(config) {
1077
1077
  }
1078
1078
 
1079
1079
  // package.json
1080
- var version = "1.2.1";
1080
+ var version = "1.2.3";
1081
1081
 
1082
1082
  // src/index.ts
1083
1083
  async function cli() {
package/dist/index.mjs CHANGED
@@ -1050,7 +1050,7 @@ async function createProjectFromTemplate(config) {
1050
1050
  }
1051
1051
 
1052
1052
  // package.json
1053
- var version = "1.2.1";
1053
+ var version = "1.2.3";
1054
1054
 
1055
1055
  // src/index.ts
1056
1056
  async function cli() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@svton/cli",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "Svton CLI - Create full-stack applications with NestJS, Next.js, and Taro",
5
5
  "keywords": [
6
6
  "cli",