@teambit/pkg 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
|
-
|
|
2
|
-
export declare const Logo: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const Logo: () => React.JSX.Element;
|
package/dist/pkg.service.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { EnvService, EnvDefinition, Env, EnvContext, ServiceTransformationMap, GetNpmIgnoreContext } from '@teambit/envs';
|
|
3
3
|
import { PackageJsonProps } from './pkg.main.runtime';
|
|
4
4
|
export declare type PkgDescriptor = {
|
|
@@ -12,7 +12,7 @@ declare type PkgTransformationMap = ServiceTransformationMap & {
|
|
|
12
12
|
};
|
|
13
13
|
export declare class PkgService implements EnvService<{}, PkgDescriptor> {
|
|
14
14
|
name: string;
|
|
15
|
-
render(env: EnvDefinition): Promise<JSX.Element>;
|
|
15
|
+
render(env: EnvDefinition): Promise<React.JSX.Element>;
|
|
16
16
|
transform(env: Env, context: EnvContext): PkgTransformationMap | undefined;
|
|
17
17
|
getDescriptor(env: EnvDefinition): PkgDescriptor | undefined;
|
|
18
18
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.pkg_pkg@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.pkg_pkg@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.pkg_pkg@1.0.15/dist/pkg.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.pkg_pkg@1.0.15/dist/pkg.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/pkg",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/pkg/pkg",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.pkg",
|
|
8
8
|
"name": "pkg",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.15"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -26,25 +26,25 @@
|
|
|
26
26
|
"@babel/runtime": "7.20.0",
|
|
27
27
|
"@teambit/harmony": "0.4.6",
|
|
28
28
|
"@teambit/ui-foundation.ui.use-box.menu": "1.0.5",
|
|
29
|
-
"@teambit/cli": "0.0.
|
|
30
|
-
"@teambit/builder": "1.0.
|
|
31
|
-
"@teambit/logger": "0.0.
|
|
32
|
-
"@teambit/typescript": "1.0.
|
|
33
|
-
"@teambit/envs": "1.0.
|
|
34
|
-
"@teambit/component": "1.0.
|
|
35
|
-
"@teambit/express": "0.0.
|
|
29
|
+
"@teambit/cli": "0.0.794",
|
|
30
|
+
"@teambit/builder": "1.0.15",
|
|
31
|
+
"@teambit/logger": "0.0.887",
|
|
32
|
+
"@teambit/typescript": "1.0.15",
|
|
33
|
+
"@teambit/envs": "1.0.15",
|
|
34
|
+
"@teambit/component": "1.0.15",
|
|
35
|
+
"@teambit/express": "0.0.893",
|
|
36
36
|
"@teambit/component-version": "1.0.2",
|
|
37
|
-
"@teambit/isolator": "1.0.
|
|
38
|
-
"@teambit/scope": "1.0.
|
|
39
|
-
"@teambit/graphql": "1.0.
|
|
37
|
+
"@teambit/isolator": "1.0.15",
|
|
38
|
+
"@teambit/scope": "1.0.15",
|
|
39
|
+
"@teambit/graphql": "1.0.15",
|
|
40
40
|
"@teambit/bit-error": "0.0.404",
|
|
41
41
|
"@teambit/component-issues": "0.0.97",
|
|
42
42
|
"@teambit/component-package-version": "0.0.427",
|
|
43
|
-
"@teambit/dependency-resolver": "1.0.
|
|
44
|
-
"@teambit/workspace.modules.node-modules-linker": "0.0.
|
|
45
|
-
"@teambit/workspace": "1.0.
|
|
46
|
-
"@teambit/ui": "1.0.
|
|
47
|
-
"@teambit/compiler": "1.0.
|
|
43
|
+
"@teambit/dependency-resolver": "1.0.15",
|
|
44
|
+
"@teambit/workspace.modules.node-modules-linker": "0.0.135",
|
|
45
|
+
"@teambit/workspace": "1.0.15",
|
|
46
|
+
"@teambit/ui": "1.0.15",
|
|
47
|
+
"@teambit/compiler": "1.0.15"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@types/mime": "2.0.3",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@teambit/pkg.content.packages-overview": "1.95.9"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"@teambit/legacy": "1.0.
|
|
62
|
+
"@teambit/legacy": "1.0.573",
|
|
63
63
|
"react": "^16.8.0 || ^17.0.0",
|
|
64
64
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
65
65
|
},
|