@teambit/cli 0.0.380 → 0.0.382
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/cli.aspect.js
CHANGED
package/dist/cli.cmd.js
CHANGED
|
@@ -11,7 +11,7 @@ require("core-js/modules/es.string.trim.js");
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", {
|
|
12
12
|
value: true
|
|
13
13
|
});
|
|
14
|
-
exports.
|
|
14
|
+
exports.CliGenerateCmd = exports.CliCmd = void 0;
|
|
15
15
|
|
|
16
16
|
function _defineProperty2() {
|
|
17
17
|
const data = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
package/dist/index.js
CHANGED
|
@@ -12,28 +12,22 @@ var _exportNames = {
|
|
|
12
12
|
CLIAspect: true,
|
|
13
13
|
MainRuntime: true
|
|
14
14
|
};
|
|
15
|
-
Object.defineProperty(exports, "Command", {
|
|
16
|
-
enumerable: true,
|
|
17
|
-
get: function () {
|
|
18
|
-
return _command().Command;
|
|
19
|
-
}
|
|
20
|
-
});
|
|
21
15
|
Object.defineProperty(exports, "CLIArgs", {
|
|
22
16
|
enumerable: true,
|
|
23
17
|
get: function () {
|
|
24
18
|
return _command().CLIArgs;
|
|
25
19
|
}
|
|
26
20
|
});
|
|
27
|
-
Object.defineProperty(exports, "
|
|
21
|
+
Object.defineProperty(exports, "CLIAspect", {
|
|
28
22
|
enumerable: true,
|
|
29
23
|
get: function () {
|
|
30
|
-
return
|
|
24
|
+
return _cli().CLIAspect;
|
|
31
25
|
}
|
|
32
26
|
});
|
|
33
|
-
Object.defineProperty(exports, "
|
|
27
|
+
Object.defineProperty(exports, "Command", {
|
|
34
28
|
enumerable: true,
|
|
35
29
|
get: function () {
|
|
36
|
-
return _command().
|
|
30
|
+
return _command().Command;
|
|
37
31
|
}
|
|
38
32
|
});
|
|
39
33
|
Object.defineProperty(exports, "CommandOptions", {
|
|
@@ -42,10 +36,16 @@ Object.defineProperty(exports, "CommandOptions", {
|
|
|
42
36
|
return _legacyCommand().CommandOptions;
|
|
43
37
|
}
|
|
44
38
|
});
|
|
45
|
-
Object.defineProperty(exports, "
|
|
39
|
+
Object.defineProperty(exports, "Flags", {
|
|
46
40
|
enumerable: true,
|
|
47
41
|
get: function () {
|
|
48
|
-
return
|
|
42
|
+
return _command().Flags;
|
|
43
|
+
}
|
|
44
|
+
});
|
|
45
|
+
Object.defineProperty(exports, "GenericObject", {
|
|
46
|
+
enumerable: true,
|
|
47
|
+
get: function () {
|
|
48
|
+
return _command().GenericObject;
|
|
49
49
|
}
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "MainRuntime", {
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.382",
|
|
4
4
|
"homepage": "https://bit.dev/teambit/harmony/cli",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.harmony",
|
|
8
8
|
"name": "cli",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.382"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"pad-right": "0.2.2",
|
|
19
19
|
"@babel/runtime": "7.12.18",
|
|
20
20
|
"core-js": "^3.0.0",
|
|
21
|
-
"@teambit/bit-error": "0.0.
|
|
21
|
+
"@teambit/bit-error": "0.0.368"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/didyoumean": "1.2.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@types/node": "12.20.4"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@teambit/legacy": "1.0.
|
|
35
|
+
"@teambit/legacy": "1.0.169",
|
|
36
36
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
37
37
|
"react": "^16.8.0 || ^17.0.0"
|
|
38
38
|
},
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"react": "-"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
|
-
"@teambit/legacy": "1.0.
|
|
63
|
+
"@teambit/legacy": "1.0.169",
|
|
64
64
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
65
65
|
"react": "^16.8.0 || ^17.0.0"
|
|
66
66
|
}
|
|
Binary file
|