@coze-arch/cli 0.0.1-alpha.45a0c2 → 0.0.1-alpha.49a2d9

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.
@@ -39,33 +39,6 @@
39
39
  }
40
40
  }
41
41
  },
42
- {
43
- "name": "test-only",
44
- "description": "test-only template",
45
- "location": "./test-only",
46
- "paramsSchema": {
47
- "appName": {
48
- "type": "string",
49
- "description": "Application name (lowercase, alphanumeric and hyphens only)",
50
- "pattern": "^[a-z0-9-]+$"
51
- },
52
- "port": {
53
- "type": "number",
54
- "description": "Development server port",
55
- "default": 5000,
56
- "minimum": 1024,
57
- "maximum": 65535
58
- },
59
- "includeTests": {
60
- "type": "boolean",
61
- "description": "Include test files"
62
- },
63
- "addCopyright": {
64
- "type": "boolean",
65
- "description": "Add copyright header to source files"
66
- }
67
- }
68
- },
69
42
  {
70
43
  "name": "vite",
71
44
  "description": "vite template",
package/lib/cli.js CHANGED
@@ -1854,7 +1854,7 @@ const registerCommand = program => {
1854
1854
  });
1855
1855
  };
1856
1856
 
1857
- var version = "0.0.1-alpha.45a0c2";
1857
+ var version = "0.0.1-alpha.49a2d9";
1858
1858
  var packageJson = {
1859
1859
  version: version};
1860
1860
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coze-arch/cli",
3
- "version": "0.0.1-alpha.45a0c2",
3
+ "version": "0.0.1-alpha.49a2d9",
4
4
  "private": false,
5
5
  "description": "coze coding devtools cli",
6
6
  "license": "MIT",