@teambit/cli 0.0.379 → 0.0.385

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.
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.CLIAspect = exports.MainRuntime = void 0;
6
+ exports.MainRuntime = exports.CLIAspect = void 0;
7
7
 
8
8
  function _harmony() {
9
9
  const data = require("@teambit/harmony");
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.CliCmd = exports.CliGenerateCmd = void 0;
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, "Flags", {
21
+ Object.defineProperty(exports, "CLIAspect", {
28
22
  enumerable: true,
29
23
  get: function () {
30
- return _command().Flags;
24
+ return _cli().CLIAspect;
31
25
  }
32
26
  });
33
- Object.defineProperty(exports, "GenericObject", {
27
+ Object.defineProperty(exports, "Command", {
34
28
  enumerable: true,
35
29
  get: function () {
36
- return _command().GenericObject;
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, "CLIAspect", {
39
+ Object.defineProperty(exports, "Flags", {
46
40
  enumerable: true,
47
41
  get: function () {
48
- return _cli().CLIAspect;
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", {
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/cli",
3
- "version": "0.0.379",
3
+ "version": "0.0.385",
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.379"
9
+ "version": "0.0.385"
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.365"
21
+ "@teambit/bit-error": "0.0.371"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/didyoumean": "1.2.0",
@@ -32,11 +32,11 @@
32
32
  "@types/node": "12.20.4"
33
33
  },
34
34
  "peerDependencies": {
35
- "@teambit/legacy": "1.0.76",
35
+ "@teambit/legacy": "1.0.171",
36
36
  "react-dom": "^16.8.0 || ^17.0.0",
37
37
  "react": "^16.8.0 || ^17.0.0"
38
38
  },
39
- "license": "SEE LICENSE IN LICENSE",
39
+ "license": "Apache-2.0",
40
40
  "bit": {
41
41
  "bindingPrefix": "@teambit",
42
42
  "env": {},
@@ -60,7 +60,7 @@
60
60
  "react": "-"
61
61
  },
62
62
  "peerDependencies": {
63
- "@teambit/legacy": "1.0.76",
63
+ "@teambit/legacy": "1.0.171",
64
64
  "react-dom": "^16.8.0 || ^17.0.0",
65
65
  "react": "^16.8.0 || ^17.0.0"
66
66
  }
Binary file