@teambit/pkg 1.0.410 → 1.0.412
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/artifacts/__bit_junit.xml +1 -1
- package/artifacts/preview/static/css/teambit.pkg/{pkg-preview.d9c72e96.css → pkg-preview.bb361c49.css} +6 -6
- package/artifacts/preview/teambit_pkg_pkg-preview.js +6 -6
- package/artifacts/schema.json +18 -6
- package/dist/{preview-1726629511697.js → preview-1727087093163.js} +2 -2
- package/package.json +19 -20
package/artifacts/schema.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"line": 2,
|
|
21
21
|
"character": 3
|
|
22
22
|
},
|
|
23
|
+
"signature": "class PkgMain",
|
|
23
24
|
"name": "PkgMain",
|
|
24
25
|
"exportNode": {
|
|
25
26
|
"__schema": "ClassSchema",
|
|
@@ -1756,6 +1757,7 @@
|
|
|
1756
1757
|
"line": 3,
|
|
1757
1758
|
"character": 3
|
|
1758
1759
|
},
|
|
1760
|
+
"signature": "interface PackageJsonProps",
|
|
1759
1761
|
"name": "PackageJsonProps",
|
|
1760
1762
|
"exportNode": {
|
|
1761
1763
|
"__schema": "InterfaceSchema",
|
|
@@ -1815,6 +1817,7 @@
|
|
|
1815
1817
|
"line": 4,
|
|
1816
1818
|
"character": 3
|
|
1817
1819
|
},
|
|
1820
|
+
"signature": "type ComponentPackageManifest = {\n name: string;\n distTags: Record<string, string>;\n externalRegistry: boolean;\n versions: VersionPackageManifest[];\n}",
|
|
1818
1821
|
"name": "ComponentPackageManifest",
|
|
1819
1822
|
"exportNode": {
|
|
1820
1823
|
"__schema": "TypeSchema",
|
|
@@ -1952,6 +1955,7 @@
|
|
|
1952
1955
|
"line": 5,
|
|
1953
1956
|
"character": 3
|
|
1954
1957
|
},
|
|
1958
|
+
"signature": "type ComponentPkgExtensionData = {\n packageJsonModification: Record<string, any>;\n pkgJson?: Record<string, any> | undefined;\n integrity?: string | undefined;\n checksum?: string | undefined;\n}",
|
|
1955
1959
|
"name": "ComponentPkgExtensionData",
|
|
1956
1960
|
"exportNode": {
|
|
1957
1961
|
"__schema": "TypeSchema",
|
|
@@ -2156,6 +2160,7 @@
|
|
|
2156
2160
|
"line": 6,
|
|
2157
2161
|
"character": 3
|
|
2158
2162
|
},
|
|
2163
|
+
"signature": "type VersionPackageManifest = {\n [key: string]: any;\n dist: {\n tarball: string;\n shasum: string;\n };\n}",
|
|
2159
2164
|
"name": "VersionPackageManifest",
|
|
2160
2165
|
"exportNode": {
|
|
2161
2166
|
"__schema": "TypeSchema",
|
|
@@ -2283,6 +2288,7 @@
|
|
|
2283
2288
|
"line": 8,
|
|
2284
2289
|
"character": 15
|
|
2285
2290
|
},
|
|
2291
|
+
"signature": "class PackageDependency",
|
|
2286
2292
|
"name": "PackageDependency",
|
|
2287
2293
|
"exportNode": {
|
|
2288
2294
|
"__schema": "ClassSchema",
|
|
@@ -2480,7 +2486,7 @@
|
|
|
2480
2486
|
"_legacy": {
|
|
2481
2487
|
"scope": "teambit.pkg",
|
|
2482
2488
|
"name": "pkg",
|
|
2483
|
-
"version": "1.0.
|
|
2489
|
+
"version": "1.0.412"
|
|
2484
2490
|
},
|
|
2485
2491
|
"_scope": "teambit.pkg"
|
|
2486
2492
|
}
|
|
@@ -2497,6 +2503,7 @@
|
|
|
2497
2503
|
"line": 8,
|
|
2498
2504
|
"character": 34
|
|
2499
2505
|
},
|
|
2506
|
+
"signature": "class PackageDependencyFactory",
|
|
2500
2507
|
"name": "PackageDependencyFactory",
|
|
2501
2508
|
"exportNode": {
|
|
2502
2509
|
"__schema": "ClassSchema",
|
|
@@ -2674,7 +2681,7 @@
|
|
|
2674
2681
|
"_legacy": {
|
|
2675
2682
|
"scope": "teambit.pkg",
|
|
2676
2683
|
"name": "pkg",
|
|
2677
|
-
"version": "1.0.
|
|
2684
|
+
"version": "1.0.412"
|
|
2678
2685
|
},
|
|
2679
2686
|
"_scope": "teambit.pkg"
|
|
2680
2687
|
}
|
|
@@ -2690,6 +2697,7 @@
|
|
|
2690
2697
|
"line": 9,
|
|
2691
2698
|
"character": 15
|
|
2692
2699
|
},
|
|
2700
|
+
"signature": "interface PackageEnv",
|
|
2693
2701
|
"name": "PackageEnv",
|
|
2694
2702
|
"exportNode": {
|
|
2695
2703
|
"__schema": "InterfaceSchema",
|
|
@@ -2755,6 +2763,7 @@
|
|
|
2755
2763
|
"line": 10,
|
|
2756
2764
|
"character": 10
|
|
2757
2765
|
},
|
|
2766
|
+
"signature": "class PackageGenerator",
|
|
2758
2767
|
"name": "PackageGenerator",
|
|
2759
2768
|
"exportNode": {
|
|
2760
2769
|
"__schema": "ClassSchema",
|
|
@@ -2974,6 +2983,7 @@
|
|
|
2974
2983
|
"line": 11,
|
|
2975
2984
|
"character": 23
|
|
2976
2985
|
},
|
|
2986
|
+
"signature": "const PkgAspect: Aspect",
|
|
2977
2987
|
"name": "PkgAspect",
|
|
2978
2988
|
"exportNode": {
|
|
2979
2989
|
"__schema": "VariableLikeSchema",
|
|
@@ -3010,6 +3020,7 @@
|
|
|
3010
3020
|
"line": 11,
|
|
3011
3021
|
"character": 32
|
|
3012
3022
|
},
|
|
3023
|
+
"signature": "const PkgAspect: Aspect",
|
|
3013
3024
|
"name": "PkgAspect",
|
|
3014
3025
|
"exportNode": {
|
|
3015
3026
|
"__schema": "VariableLikeSchema",
|
|
@@ -3045,6 +3056,7 @@
|
|
|
3045
3056
|
"line": 12,
|
|
3046
3057
|
"character": 10
|
|
3047
3058
|
},
|
|
3059
|
+
"signature": "class PkgUI",
|
|
3048
3060
|
"name": "PkgUI",
|
|
3049
3061
|
"exportNode": {
|
|
3050
3062
|
"__schema": "ClassSchema",
|
|
@@ -5744,7 +5756,7 @@
|
|
|
5744
5756
|
"_legacy": {
|
|
5745
5757
|
"scope": "teambit.pkg",
|
|
5746
5758
|
"name": "pkg",
|
|
5747
|
-
"version": "1.0.
|
|
5759
|
+
"version": "1.0.412"
|
|
5748
5760
|
},
|
|
5749
5761
|
"_scope": "teambit.pkg"
|
|
5750
5762
|
}
|
|
@@ -5948,7 +5960,7 @@
|
|
|
5948
5960
|
"_legacy": {
|
|
5949
5961
|
"scope": "teambit.pkg",
|
|
5950
5962
|
"name": "pkg",
|
|
5951
|
-
"version": "1.0.
|
|
5963
|
+
"version": "1.0.412"
|
|
5952
5964
|
},
|
|
5953
5965
|
"_scope": "teambit.pkg"
|
|
5954
5966
|
}
|
|
@@ -6144,7 +6156,7 @@
|
|
|
6144
6156
|
"_legacy": {
|
|
6145
6157
|
"scope": "teambit.pkg",
|
|
6146
6158
|
"name": "pkg",
|
|
6147
|
-
"version": "1.0.
|
|
6159
|
+
"version": "1.0.412"
|
|
6148
6160
|
},
|
|
6149
6161
|
"_scope": "teambit.pkg"
|
|
6150
6162
|
}
|
|
@@ -6870,7 +6882,7 @@
|
|
|
6870
6882
|
"componentId": {
|
|
6871
6883
|
"scope": "teambit.pkg",
|
|
6872
6884
|
"name": "pkg",
|
|
6873
|
-
"version": "1.0.
|
|
6885
|
+
"version": "1.0.412"
|
|
6874
6886
|
},
|
|
6875
6887
|
"taggedModuleExports": []
|
|
6876
6888
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.pkg_pkg@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.pkg_pkg@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.pkg_pkg@1.0.412/dist/pkg.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.pkg_pkg@1.0.412/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.412",
|
|
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.412"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -26,26 +26,26 @@
|
|
|
26
26
|
"@teambit/bit-error": "0.0.404",
|
|
27
27
|
"@teambit/ui-foundation.ui.use-box.menu": "1.0.10",
|
|
28
28
|
"@teambit/component-id": "1.2.0",
|
|
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.
|
|
36
|
-
"@teambit/isolator": "1.0.
|
|
29
|
+
"@teambit/cli": "0.0.989",
|
|
30
|
+
"@teambit/builder": "1.0.412",
|
|
31
|
+
"@teambit/logger": "0.0.1082",
|
|
32
|
+
"@teambit/typescript": "1.0.412",
|
|
33
|
+
"@teambit/envs": "1.0.412",
|
|
34
|
+
"@teambit/component": "1.0.412",
|
|
35
|
+
"@teambit/express": "0.0.1088",
|
|
36
|
+
"@teambit/isolator": "1.0.412",
|
|
37
37
|
"@teambit/legacy.utils": "0.0.5",
|
|
38
|
-
"@teambit/scope": "1.0.
|
|
39
|
-
"@teambit/component.sources": "0.0.
|
|
40
|
-
"@teambit/graphql": "1.0.
|
|
38
|
+
"@teambit/scope": "1.0.412",
|
|
39
|
+
"@teambit/component.sources": "0.0.30",
|
|
40
|
+
"@teambit/graphql": "1.0.412",
|
|
41
41
|
"@teambit/component-issues": "0.0.150",
|
|
42
42
|
"@teambit/component-package-version": "0.0.434",
|
|
43
|
-
"@teambit/dependency-resolver": "1.0.
|
|
43
|
+
"@teambit/dependency-resolver": "1.0.412",
|
|
44
44
|
"@teambit/harmony.modules.in-memory-cache": "0.0.2",
|
|
45
|
-
"@teambit/workspace.modules.node-modules-linker": "0.0.
|
|
46
|
-
"@teambit/workspace": "1.0.
|
|
47
|
-
"@teambit/ui": "1.0.
|
|
48
|
-
"@teambit/compiler": "1.0.
|
|
45
|
+
"@teambit/workspace.modules.node-modules-linker": "0.0.205",
|
|
46
|
+
"@teambit/workspace": "1.0.412",
|
|
47
|
+
"@teambit/ui": "1.0.412",
|
|
48
|
+
"@teambit/compiler": "1.0.412"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@types/mime": "2.0.3",
|
|
@@ -53,9 +53,8 @@
|
|
|
53
53
|
"@types/lodash": "4.14.165",
|
|
54
54
|
"@types/ssri": "^7.1.5",
|
|
55
55
|
"@types/mocha": "9.1.0",
|
|
56
|
-
"chai": "4.3.0",
|
|
57
56
|
"@teambit/pkg.content.packages-overview": "1.95.9",
|
|
58
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
|
57
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.59"
|
|
59
58
|
},
|
|
60
59
|
"peerDependencies": {
|
|
61
60
|
"react": "^17.0.0 || ^18.0.0",
|