@teambit/builder 1.0.310 → 1.0.311

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.
@@ -70,13 +70,11 @@ export declare function builderSchema(builder: BuilderMain, logger: Logger): {
70
70
  } | undefined;
71
71
  taskId: string;
72
72
  taskName: string;
73
- taskDescription?: string | undefined;
74
- startTime?: number | undefined;
75
- endTime?: number | undefined; /**
76
- * artifact file content (only for text files). Use /api/<component-id>/~aspect/builder/<extension-id>/~<path> to fetch binary file data
77
- */
78
- errors?: (string | Error)[] | undefined;
79
- warnings?: string[] | undefined;
73
+ taskDescription?: string;
74
+ startTime?: number;
75
+ endTime?: number;
76
+ errors?: Array<Error | string>;
77
+ warnings?: string[];
80
78
  }[]>;
81
79
  };
82
80
  TaskReport: {
@@ -91,8 +89,8 @@ export declare function builderSchema(builder: BuilderMain, logger: Logger): {
91
89
  }) => Promise<{
92
90
  files: ArtifactGQLFile[];
93
91
  name: string;
94
- description?: string | undefined;
95
- storage?: string | undefined;
92
+ description?: string;
93
+ storage?: string;
96
94
  generatedBy: string;
97
95
  id: string;
98
96
  } | undefined>;
@@ -1,4 +1,3 @@
1
- /// <reference types="express" />
2
1
  import { Request, Response, Route } from '@teambit/express';
3
2
  import { Logger } from '@teambit/logger';
4
3
  import { ScopeMain } from '@teambit/scope';
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.pipelines_builder@1.0.310/dist/builder.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.pipelines_builder@1.0.310/dist/builder.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.pipelines_builder@1.0.311/dist/builder.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.pipelines_builder@1.0.311/dist/builder.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/builder",
3
- "version": "1.0.310",
3
+ "version": "1.0.311",
4
4
  "homepage": "https://bit.cloud/teambit/pipelines/builder",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.pipelines",
8
8
  "name": "builder",
9
- "version": "1.0.310"
9
+ "version": "1.0.311"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -26,23 +26,23 @@
26
26
  "@teambit/harmony": "0.4.6",
27
27
  "@teambit/bit-error": "0.0.404",
28
28
  "@teambit/component-id": "1.2.0",
29
- "@teambit/component": "1.0.310",
30
- "@teambit/envs": "1.0.310",
31
- "@teambit/logger": "0.0.980",
29
+ "@teambit/component": "1.0.311",
30
+ "@teambit/envs": "1.0.311",
31
+ "@teambit/logger": "0.0.981",
32
32
  "@teambit/toolbox.string.capitalize": "0.0.496",
33
- "@teambit/tester": "1.0.310",
34
- "@teambit/isolator": "1.0.310",
35
- "@teambit/cli": "0.0.887",
36
- "@teambit/workspace": "1.0.310",
37
- "@teambit/aspect-loader": "1.0.310",
38
- "@teambit/aspect": "1.0.310",
39
- "@teambit/generator": "1.0.311",
40
- "@teambit/global-config": "0.0.890",
41
- "@teambit/graphql": "1.0.310",
42
- "@teambit/scope": "1.0.310",
33
+ "@teambit/tester": "1.0.311",
34
+ "@teambit/isolator": "1.0.311",
35
+ "@teambit/cli": "0.0.888",
36
+ "@teambit/workspace": "1.0.311",
37
+ "@teambit/aspect-loader": "1.0.311",
38
+ "@teambit/aspect": "1.0.311",
39
+ "@teambit/generator": "1.0.312",
40
+ "@teambit/global-config": "0.0.891",
41
+ "@teambit/graphql": "1.0.311",
42
+ "@teambit/scope": "1.0.311",
43
43
  "@teambit/toolbox.array.duplications-finder": "0.0.1",
44
- "@teambit/ui": "1.0.310",
45
- "@teambit/express": "0.0.986"
44
+ "@teambit/ui": "1.0.311",
45
+ "@teambit/express": "0.0.987"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/lodash": "4.14.165",