@teambit/cli 0.0.1261 → 0.0.1264

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.
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_cli@0.0.1261/dist/cli.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_cli@0.0.1261/dist/cli.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_cli@0.0.1264/dist/cli.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_cli@0.0.1264/dist/cli.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/cli",
3
- "version": "0.0.1261",
3
+ "version": "0.0.1264",
4
4
  "homepage": "https://bit.cloud/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.1261"
9
+ "version": "0.0.1264"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "4.1.2",
@@ -15,6 +15,7 @@
15
15
  "yargs": "17.0.1",
16
16
  "p-map-series": "2.1.0",
17
17
  "pad-right": "0.2.2",
18
+ "@teambit/legacy.consumer": "0.0.68",
18
19
  "@teambit/legacy.loader": "0.0.9",
19
20
  "@teambit/legacy.logger": "0.0.24",
20
21
  "@teambit/harmony": "0.4.7",
@@ -23,15 +24,14 @@
23
24
  "@teambit/legacy.constants": "0.0.14",
24
25
  "@teambit/bit-error": "0.0.404",
25
26
  "@teambit/legacy.cli.error": "0.0.24",
26
- "@teambit/legacy.consumer": "0.0.68",
27
- "@teambit/logger": "0.0.1354"
27
+ "@teambit/logger": "0.0.1357"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/didyoumean": "1.2.0",
31
31
  "@types/lodash": "4.14.165",
32
32
  "@types/yargs": "17.0.0",
33
33
  "@types/mocha": "9.1.0",
34
- "@teambit/harmony.envs.core-aspect-env": "0.0.75"
34
+ "@teambit/harmony.envs.core-aspect-env": "0.0.76"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "react": "^17.0.0 || ^18.0.0",
package/dist/esm.d.mts DELETED
@@ -1,14 +0,0 @@
1
- export const CLIAspect: any;
2
- export const MainRuntime: any;
3
- export const handleUnhandledRejection: any;
4
- export const handleErrorAndExit: any;
5
- export const setExitOnUnhandledRejection: any;
6
- export const defaultErrorHandler: any;
7
- export const globalFlags: any;
8
- export const CLIParser: any;
9
- export const YargsExitWorkaround: any;
10
- export const getArgsData: any;
11
- export const getCommandName: any;
12
- export const getFlagsData: any;
13
- export default cjsModule;
14
- import cjsModule from './index.js';