@teambit/cli 0.0.1359 → 0.0.1361

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/.npmignore ADDED
@@ -0,0 +1,18 @@
1
+ dist/tsconfig.tsbuildinfo
2
+ dist/tsconfig.json
3
+ /tsconfig.json
4
+
5
+ package-tar/
6
+ .bit-capsule-ready
7
+ /*.ts
8
+ artifacts/*
9
+ !artifacts/env-template
10
+ !artifacts/ui-bundle
11
+ !artifacts/preview-bundle
12
+ package-tar/
13
+ .bit-capsule-ready
14
+ /*.ts
15
+ artifacts/*
16
+ !artifacts/env-template
17
+ !artifacts/ui-bundle
18
+ !artifacts/preview-bundle
@@ -76,7 +76,7 @@ export declare class CLIMain {
76
76
  private setDefaults;
77
77
  static dependencies: import("@teambit/harmony").Aspect[];
78
78
  static runtime: import("@teambit/harmony").RuntimeDefinition;
79
- static slots: (((registerFn: () => string) => SlotRegistry<CommandList>) | ((registerFn: () => string) => SlotRegistry<OnStart>) | ((registerFn: () => string) => SlotRegistry<OnCommandStart>))[];
79
+ static slots: (((registerFn: () => string) => SlotRegistry<CommandList>) | ((registerFn: () => string) => SlotRegistry<OnCommandStart>) | ((registerFn: () => string) => SlotRegistry<OnStart>))[];
80
80
  static provider([loggerMain]: [LoggerMain], config: any, [commandsSlot, onStartSlot, onCommandStartSlot, onBeforeExitSlot]: [
81
81
  CommandsSlot,
82
82
  OnStartSlot,
@@ -3,6 +3,11 @@
3
3
  * It's possible to create new groups by calling `cliMain.registerGroup()`.
4
4
  */
5
5
  export declare const groups: {
6
+ start: string;
7
+ development: string;
8
+ discover: string;
9
+ info: string;
10
+ general: string;
6
11
  'workspace-setup': string;
7
12
  collaborate: string;
8
13
  'info-analysis': string;
@@ -17,11 +22,6 @@ export declare const groups: {
17
22
  auth: string;
18
23
  advanced: string;
19
24
  ungrouped: string;
20
- start: string;
21
- development: string;
22
- discover: string;
23
- info: string;
24
- general: string;
25
25
  };
26
26
  export type Group = keyof typeof groups;
27
27
  type GroupDescription = string;
@@ -5,8 +5,8 @@
5
5
  * in which case, it loses its class and has only the fields.
6
6
  */
7
7
  export declare function sendToAnalyticsAndSentry(err: Error): void;
8
- declare const _default: (err: Error) => {
8
+ export default _default;
9
+ declare function _default(err: Error): {
9
10
  message: string;
10
11
  error: Error;
11
12
  };
12
- export default _default;
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_cli@0.0.1359/dist/cli.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_cli@0.0.1359/dist/cli.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_cli@0.0.1361/dist/cli.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_cli@0.0.1361/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.1359",
3
+ "version": "0.0.1361",
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.1359"
9
+ "version": "0.0.1361"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "4.1.2",
@@ -16,17 +16,17 @@
16
16
  "p-map-series": "2.1.0",
17
17
  "fs-extra": "10.0.0",
18
18
  "pad-right": "0.2.2",
19
- "@teambit/harmony": "0.4.12",
20
- "@teambit/bit-error": "0.0.404",
21
- "@teambit/legacy.consumer": "0.0.142",
19
+ "@teambit/legacy.consumer": "0.0.143",
22
20
  "@teambit/legacy.loader": "0.0.28",
23
21
  "@teambit/legacy.logger": "0.0.54",
22
+ "@teambit/harmony": "0.4.12",
24
23
  "@teambit/bit.get-bit-version": "0.0.25",
25
- "@teambit/logger": "0.0.1452",
26
24
  "@teambit/legacy.analytics": "0.0.103",
27
25
  "@teambit/legacy.constants": "0.0.39",
26
+ "@teambit/bit-error": "0.0.404",
28
27
  "@teambit/legacy.cli.error": "0.0.54",
29
- "@teambit/legacy.utils": "0.0.47"
28
+ "@teambit/legacy.utils": "0.0.47",
29
+ "@teambit/logger": "0.0.1454"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/didyoumean": "1.2.0",
@@ -34,7 +34,7 @@
34
34
  "@types/yargs": "17.0.0",
35
35
  "@types/fs-extra": "9.0.7",
36
36
  "@types/mocha": "9.1.0",
37
- "@teambit/harmony.envs.core-aspect-env": "2.0.4"
37
+ "@teambit/harmony.envs.core-aspect-env": "2.0.5"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0"