@giteeteam/apps-cli 0.1.2 → 0.1.5
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 +2 -2
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -28,7 +28,7 @@ var simpleGit__default = /*#__PURE__*/_interopDefaultLegacy(simpleGit);
|
|
|
28
28
|
var readline__default = /*#__PURE__*/_interopDefaultLegacy(readline);
|
|
29
29
|
var execa__default = /*#__PURE__*/_interopDefaultLegacy(execa);
|
|
30
30
|
|
|
31
|
-
var version = "0.1.
|
|
31
|
+
var version = "0.1.5";
|
|
32
32
|
|
|
33
33
|
const packageApp = async (outputDir, manifest, _copyFiles = []) => {
|
|
34
34
|
// add copy file manifest
|
|
@@ -182,7 +182,7 @@ const clone = async (repoUrl, projectPath) => {
|
|
|
182
182
|
return;
|
|
183
183
|
};
|
|
184
184
|
|
|
185
|
-
const templateURL = 'https://github.com/moriahq/
|
|
185
|
+
const templateURL = 'https://github.com/moriahq/apps-template.git';
|
|
186
186
|
var TemplateType;
|
|
187
187
|
(function (TemplateType) {
|
|
188
188
|
TemplateType["micro"] = "micro";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@giteeteam/apps-cli",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Apps cli",
|
|
3
|
+
"version": "0.1.5",
|
|
4
|
+
"description": "Giteeteam Apps cli",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
7
7
|
"giteeteam",
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
"dist"
|
|
17
17
|
],
|
|
18
18
|
"bugs": {
|
|
19
|
-
"url": "https://github.com/moriahq/
|
|
19
|
+
"url": "https://github.com/moriahq/giteeteam-apps/issues"
|
|
20
20
|
},
|
|
21
|
-
"homepage": "https://github.com/moriahq/
|
|
21
|
+
"homepage": "https://github.com/moriahq/giteeteam-apps/tree/master/packages/cli",
|
|
22
22
|
"repository": {
|
|
23
23
|
"type": "git",
|
|
24
|
-
"url": "git+https://github.com/moriahq/
|
|
24
|
+
"url": "git+https://github.com/moriahq/giteeteam-apps.git"
|
|
25
25
|
},
|
|
26
26
|
"scripts": {
|
|
27
27
|
"dev": "tsc -w",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"registry": "https://registry.npmjs.org/"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@giteeteam/apps-bundler": "^0.1.
|
|
41
|
+
"@giteeteam/apps-bundler": "^0.1.5",
|
|
42
42
|
"archiver": "^5.3.1",
|
|
43
43
|
"chalk": "^4.1.2",
|
|
44
44
|
"commander": "^9.3.0",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"@types/inquirer": "^8.2.1",
|
|
57
57
|
"@types/uuid": "^8.3.4"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "b9c916cc5d6b3ebcc552c3ee63941d2a397af596"
|
|
60
60
|
}
|