@teambit/component-log 1.0.1077 → 1.0.1078

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/log-cmd.d.ts CHANGED
@@ -34,9 +34,9 @@ export declare function paintAuthor(email: string | null | undefined, username:
34
34
  /**
35
35
  * table with no style and no borders, just to align the columns.
36
36
  */
37
- export declare function getEmptyTableWithoutStyle(): Table<string[] | {
38
- [x: string]: string;
39
- } | {
37
+ export declare function getEmptyTableWithoutStyle(): Table<{
40
38
  [x: string]: string[];
39
+ } | string[] | {
40
+ [x: string]: string;
41
41
  }>;
42
42
  export {};
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component-log@1.0.1077/dist/component-log.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component-log@1.0.1077/dist/component-log.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component-log@1.0.1078/dist/component-log.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_component-log@1.0.1078/dist/component-log.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/component-log",
3
- "version": "1.0.1077",
3
+ "version": "1.0.1078",
4
4
  "homepage": "https://bit.cloud/teambit/component/component-log",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "component-log",
9
- "version": "1.0.1077"
9
+ "version": "1.0.1078"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "4.1.2",
@@ -18,21 +18,21 @@
18
18
  "cli-table": "0.3.6",
19
19
  "@teambit/harmony": "0.4.12",
20
20
  "@teambit/component-id": "1.2.4",
21
- "@teambit/legacy-component-log": "0.0.423",
22
- "@teambit/legacy.component-diff": "0.0.194",
23
- "@teambit/scope.remotes": "0.0.138",
24
- "@teambit/toolbox.path.path": "0.0.19",
25
21
  "@teambit/graph.cleargraph": "0.0.11",
26
- "@teambit/cli": "0.0.1355",
27
- "@teambit/objects": "0.0.584",
28
- "@teambit/workspace": "1.0.1077"
22
+ "@teambit/cli": "0.0.1356",
23
+ "@teambit/legacy-component-log": "0.0.424",
24
+ "@teambit/legacy.component-diff": "0.0.195",
25
+ "@teambit/objects": "0.0.585",
26
+ "@teambit/scope.remotes": "0.0.139",
27
+ "@teambit/toolbox.path.path": "0.0.20",
28
+ "@teambit/workspace": "1.0.1078"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/diff": "^5.2.3",
32
32
  "@types/lodash": "4.14.165",
33
33
  "@types/cli-table": "^0.3.0",
34
34
  "@types/mocha": "9.1.0",
35
- "@teambit/harmony.envs.core-aspect-env": "1.0.2"
35
+ "@teambit/harmony.envs.core-aspect-env": "2.0.0"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0"