@teambit/envs 1.0.12 → 1.0.14
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,6 +1,6 @@
|
|
1
|
-
|
1
|
+
import React from 'react';
|
2
2
|
import { EnvRuntime } from '../../runtime';
|
3
3
|
export declare type EnvConsoleProps = {
|
4
4
|
runtime: EnvRuntime;
|
5
5
|
};
|
6
|
-
export declare function EnvConsole(): JSX.Element;
|
6
|
+
export declare function EnvConsole(): React.JSX.Element;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
import React from 'react';
|
2
2
|
import { EnvDefinition } from '../../env-definition';
|
3
3
|
export declare type EnvOverviewProps = {
|
4
4
|
envDef: EnvDefinition;
|
@@ -6,4 +6,4 @@ export declare type EnvOverviewProps = {
|
|
6
6
|
/**
|
7
7
|
* renders an env overview in the terminal.
|
8
8
|
*/
|
9
|
-
export declare function EnvOverview({ envDef }: EnvOverviewProps): JSX.Element;
|
9
|
+
export declare function EnvOverview({ envDef }: EnvOverviewProps): React.JSX.Element;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
|
2
|
-
export declare const Logo: () => JSX.Element;
|
1
|
+
import React from 'react';
|
2
|
+
export declare const Logo: () => React.JSX.Element;
|
package/dist/envs.cmd.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
import React from 'react';
|
2
2
|
import { Command, CommandOptions } from '@teambit/cli';
|
3
3
|
import { ComponentMain, ComponentFactory } from '@teambit/component';
|
4
4
|
import { EnvsMain } from './environments.main.runtime';
|
@@ -31,7 +31,7 @@ export declare class GetEnvCmd implements Command {
|
|
31
31
|
options: CommandOptions;
|
32
32
|
group: string;
|
33
33
|
constructor(envs: EnvsMain, componentAspect: ComponentMain);
|
34
|
-
showEnv(id: string, host: ComponentFactory, servicesArr: string[] | undefined): Promise<JSX.Element>;
|
34
|
+
showEnv(id: string, host: ComponentFactory, servicesArr: string[] | undefined): Promise<React.JSX.Element>;
|
35
35
|
render([name]: [string], { services }: GetEnvOpts): Promise<JSX.Element>;
|
36
36
|
}
|
37
37
|
export declare class EnvsCmd implements Command {
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.envs_envs@1.0.
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.envs_envs@1.0.
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.envs_envs@1.0.14/dist/env.composition.js';
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.envs_envs@1.0.14/dist/envs.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/envs",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.14",
|
4
4
|
"homepage": "https://bit.cloud/teambit/envs/envs",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.envs",
|
8
8
|
"name": "envs",
|
9
|
-
"version": "1.0.
|
9
|
+
"version": "1.0.14"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"chalk": "2.4.2",
|
@@ -20,29 +20,29 @@
|
|
20
20
|
"@babel/runtime": "7.20.0",
|
21
21
|
"@teambit/harmony": "0.4.6",
|
22
22
|
"@teambit/legacy-bit-id": "1.0.0",
|
23
|
-
"@teambit/component": "1.0.
|
24
|
-
"@teambit/aspect-loader": "1.0.
|
23
|
+
"@teambit/component": "1.0.14",
|
24
|
+
"@teambit/aspect-loader": "1.0.14",
|
25
25
|
"@teambit/cli": "0.0.793",
|
26
26
|
"@teambit/logger": "0.0.886",
|
27
27
|
"@teambit/worker": "0.0.1097",
|
28
|
-
"@teambit/builder": "1.0.
|
29
|
-
"@teambit/bundler": "1.0.
|
30
|
-
"@teambit/compiler": "1.0.
|
31
|
-
"@teambit/dependency-resolver": "1.0.
|
32
|
-
"@teambit/elements": "1.0.
|
33
|
-
"@teambit/formatter": "1.0.
|
34
|
-
"@teambit/isolator": "1.0.
|
35
|
-
"@teambit/linter": "1.0.
|
36
|
-
"@teambit/pkg": "1.0.
|
37
|
-
"@teambit/preview": "1.0.
|
38
|
-
"@teambit/schema": "1.0.
|
39
|
-
"@teambit/tester": "1.0.
|
40
|
-
"@teambit/webpack": "1.0.
|
41
|
-
"@teambit/graphql": "1.0.
|
28
|
+
"@teambit/builder": "1.0.14",
|
29
|
+
"@teambit/bundler": "1.0.14",
|
30
|
+
"@teambit/compiler": "1.0.14",
|
31
|
+
"@teambit/dependency-resolver": "1.0.14",
|
32
|
+
"@teambit/elements": "1.0.14",
|
33
|
+
"@teambit/formatter": "1.0.14",
|
34
|
+
"@teambit/isolator": "1.0.14",
|
35
|
+
"@teambit/linter": "1.0.14",
|
36
|
+
"@teambit/pkg": "1.0.14",
|
37
|
+
"@teambit/preview": "1.0.14",
|
38
|
+
"@teambit/schema": "1.0.14",
|
39
|
+
"@teambit/tester": "1.0.14",
|
40
|
+
"@teambit/webpack": "1.0.14",
|
41
|
+
"@teambit/graphql": "1.0.14",
|
42
42
|
"@teambit/bit-error": "0.0.404",
|
43
|
-
"@teambit/bit": "1.
|
43
|
+
"@teambit/bit": "1.1.1",
|
44
44
|
"@teambit/component-issues": "0.0.97",
|
45
|
-
"@teambit/issues": "1.0.
|
45
|
+
"@teambit/issues": "1.0.14",
|
46
46
|
"@teambit/cli-table": "0.0.43"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|