@teambit/builder 1.0.13 → 1.0.15

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,2 +1,2 @@
1
- /// <reference types="react" />
2
- export declare const Logo: () => JSX.Element;
1
+ import React from 'react';
2
+ export declare const Logo: () => React.JSX.Element;
@@ -1,5 +1,5 @@
1
- /// <reference types="react" />
2
1
  import { EnvService, ExecutionContext, EnvDefinition, Env, EnvContext, ServiceTransformationMap } from '@teambit/envs';
2
+ import React from 'react';
3
3
  import { ScopeMain } from '@teambit/scope';
4
4
  import { GlobalConfigMain } from '@teambit/global-config';
5
5
  import { Logger } from '@teambit/logger';
@@ -96,7 +96,7 @@ export declare class BuilderService implements EnvService<BuildServiceResults, s
96
96
  */
97
97
  runOnce(envsExecutionContext: ExecutionContext[], options: BuilderServiceOptions): Promise<TaskResultsList>;
98
98
  getComponentsCapsulesBaseDir(): string | undefined;
99
- render(): JSX.Element;
99
+ render(): React.JSX.Element;
100
100
  transform(env: Env, envContext: EnvContext): BuilderTransformationMap | undefined;
101
101
  getDescriptor(): string;
102
102
  private getTasksNamesByPipeFunc;
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.pipelines_builder@1.0.13/dist/builder.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.pipelines_builder@1.0.13/dist/builder.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.pipelines_builder@1.0.15/dist/builder.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.pipelines_builder@1.0.15/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.13",
3
+ "version": "1.0.15",
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.13"
9
+ "version": "1.0.15"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -27,23 +27,23 @@
27
27
  "@teambit/graph.cleargraph": "0.0.1",
28
28
  "@teambit/harmony": "0.4.6",
29
29
  "@teambit/component-id": "0.0.427",
30
- "@teambit/component": "1.0.13",
31
- "@teambit/envs": "1.0.13",
32
- "@teambit/logger": "0.0.886",
30
+ "@teambit/component": "1.0.15",
31
+ "@teambit/envs": "1.0.15",
32
+ "@teambit/logger": "0.0.887",
33
33
  "@teambit/toolbox.string.capitalize": "0.0.492",
34
- "@teambit/tester": "1.0.13",
35
- "@teambit/isolator": "1.0.13",
36
- "@teambit/lane-id": "0.0.305",
37
- "@teambit/cli": "0.0.793",
38
- "@teambit/workspace": "1.0.13",
39
- "@teambit/aspect-loader": "1.0.13",
40
- "@teambit/aspect": "1.0.13",
41
- "@teambit/generator": "1.0.14",
42
- "@teambit/global-config": "0.0.795",
43
- "@teambit/graphql": "1.0.13",
44
- "@teambit/scope": "1.0.13",
45
- "@teambit/ui": "1.0.13",
46
- "@teambit/express": "0.0.892",
34
+ "@teambit/tester": "1.0.15",
35
+ "@teambit/isolator": "1.0.15",
36
+ "@teambit/lane-id": "0.0.306",
37
+ "@teambit/cli": "0.0.794",
38
+ "@teambit/workspace": "1.0.15",
39
+ "@teambit/aspect-loader": "1.0.15",
40
+ "@teambit/aspect": "1.0.15",
41
+ "@teambit/generator": "1.0.16",
42
+ "@teambit/global-config": "0.0.796",
43
+ "@teambit/graphql": "1.0.15",
44
+ "@teambit/scope": "1.0.15",
45
+ "@teambit/ui": "1.0.15",
46
+ "@teambit/express": "0.0.893",
47
47
  "@teambit/bit-error": "0.0.404"
48
48
  },
49
49
  "devDependencies": {
@@ -61,7 +61,7 @@
61
61
  "@teambit/pipelines.aspect-docs.builder": "0.0.162"
62
62
  },
63
63
  "peerDependencies": {
64
- "@teambit/legacy": "1.0.572",
64
+ "@teambit/legacy": "1.0.573",
65
65
  "react": "^16.8.0 || ^17.0.0",
66
66
  "react-dom": "^16.8.0 || ^17.0.0"
67
67
  },