@teambit/pkg 1.0.227 → 1.0.228
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.a13b4bf9.css → pkg-preview.6879221c.css} +6 -6
- package/artifacts/preview/teambit_pkg_pkg-preview.js +6 -6
- package/artifacts/schema.json +6 -6
- package/dist/{preview-1712719054377.js → preview-1712805335812.js} +2 -2
- package/package.json +16 -16
- package/tsconfig.json +13 -13
package/artifacts/schema.json
CHANGED
|
@@ -2418,7 +2418,7 @@
|
|
|
2418
2418
|
"_legacy": {
|
|
2419
2419
|
"scope": "teambit.pkg",
|
|
2420
2420
|
"name": "pkg",
|
|
2421
|
-
"version": "1.0.
|
|
2421
|
+
"version": "1.0.228"
|
|
2422
2422
|
},
|
|
2423
2423
|
"_scope": "teambit.pkg"
|
|
2424
2424
|
}
|
|
@@ -2603,7 +2603,7 @@
|
|
|
2603
2603
|
"_legacy": {
|
|
2604
2604
|
"scope": "teambit.pkg",
|
|
2605
2605
|
"name": "pkg",
|
|
2606
|
-
"version": "1.0.
|
|
2606
|
+
"version": "1.0.228"
|
|
2607
2607
|
},
|
|
2608
2608
|
"_scope": "teambit.pkg"
|
|
2609
2609
|
}
|
|
@@ -5613,7 +5613,7 @@
|
|
|
5613
5613
|
"_legacy": {
|
|
5614
5614
|
"scope": "teambit.pkg",
|
|
5615
5615
|
"name": "pkg",
|
|
5616
|
-
"version": "1.0.
|
|
5616
|
+
"version": "1.0.228"
|
|
5617
5617
|
},
|
|
5618
5618
|
"_scope": "teambit.pkg"
|
|
5619
5619
|
}
|
|
@@ -5817,7 +5817,7 @@
|
|
|
5817
5817
|
"_legacy": {
|
|
5818
5818
|
"scope": "teambit.pkg",
|
|
5819
5819
|
"name": "pkg",
|
|
5820
|
-
"version": "1.0.
|
|
5820
|
+
"version": "1.0.228"
|
|
5821
5821
|
},
|
|
5822
5822
|
"_scope": "teambit.pkg"
|
|
5823
5823
|
}
|
|
@@ -6013,7 +6013,7 @@
|
|
|
6013
6013
|
"_legacy": {
|
|
6014
6014
|
"scope": "teambit.pkg",
|
|
6015
6015
|
"name": "pkg",
|
|
6016
|
-
"version": "1.0.
|
|
6016
|
+
"version": "1.0.228"
|
|
6017
6017
|
},
|
|
6018
6018
|
"_scope": "teambit.pkg"
|
|
6019
6019
|
}
|
|
@@ -6737,7 +6737,7 @@
|
|
|
6737
6737
|
"componentId": {
|
|
6738
6738
|
"scope": "teambit.pkg",
|
|
6739
6739
|
"name": "pkg",
|
|
6740
|
-
"version": "1.0.
|
|
6740
|
+
"version": "1.0.228"
|
|
6741
6741
|
},
|
|
6742
6742
|
"taggedModuleExports": []
|
|
6743
6743
|
}
|
|
@@ -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.228/dist/pkg.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.pkg_pkg@1.0.228/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.228",
|
|
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.228"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -26,23 +26,23 @@
|
|
|
26
26
|
"@teambit/bit-error": "0.0.404",
|
|
27
27
|
"@teambit/ui-foundation.ui.use-box.menu": "1.0.7",
|
|
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.
|
|
37
|
-
"@teambit/scope": "1.0.
|
|
38
|
-
"@teambit/graphql": "1.0.
|
|
29
|
+
"@teambit/cli": "0.0.861",
|
|
30
|
+
"@teambit/builder": "1.0.228",
|
|
31
|
+
"@teambit/logger": "0.0.954",
|
|
32
|
+
"@teambit/typescript": "1.0.228",
|
|
33
|
+
"@teambit/envs": "1.0.228",
|
|
34
|
+
"@teambit/component": "1.0.228",
|
|
35
|
+
"@teambit/express": "0.0.960",
|
|
36
|
+
"@teambit/isolator": "1.0.228",
|
|
37
|
+
"@teambit/scope": "1.0.228",
|
|
38
|
+
"@teambit/graphql": "1.0.228",
|
|
39
39
|
"@teambit/component-issues": "0.0.143",
|
|
40
40
|
"@teambit/component-package-version": "0.0.433",
|
|
41
|
-
"@teambit/dependency-resolver": "1.0.
|
|
41
|
+
"@teambit/dependency-resolver": "1.0.228",
|
|
42
42
|
"@teambit/workspace.modules.node-modules-linker": "0.0.167",
|
|
43
|
-
"@teambit/workspace": "1.0.
|
|
44
|
-
"@teambit/ui": "1.0.
|
|
45
|
-
"@teambit/compiler": "1.0.
|
|
43
|
+
"@teambit/workspace": "1.0.228",
|
|
44
|
+
"@teambit/ui": "1.0.228",
|
|
45
|
+
"@teambit/compiler": "1.0.228"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/mime": "2.0.3",
|
package/tsconfig.json
CHANGED
|
@@ -39,43 +39,43 @@
|
|
|
39
39
|
],
|
|
40
40
|
"references": [
|
|
41
41
|
{
|
|
42
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_cli@0.0.
|
|
42
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_cli@0.0.861"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.pipelines_builder@1.0.
|
|
45
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.pipelines_builder@1.0.228"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_logger@0.0.
|
|
48
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_logger@0.0.954"
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.typescript_typescript@1.0.
|
|
51
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.typescript_typescript@1.0.228"
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.envs_envs@1.0.
|
|
54
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.envs_envs@1.0.228"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component@1.0.
|
|
57
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component@1.0.228"
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_express@0.0.
|
|
60
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_express@0.0.960"
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_isolator@1.0.
|
|
63
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_isolator@1.0.228"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@1.0.
|
|
66
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@1.0.228"
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_graphql@1.0.
|
|
69
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_graphql@1.0.228"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_workspace@1.0.
|
|
72
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_workspace@1.0.228"
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_ui@1.0.
|
|
75
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_ui@1.0.228"
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.compilation_compiler@1.0.
|
|
78
|
+
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.compilation_compiler@1.0.228"
|
|
79
79
|
}
|
|
80
80
|
]
|
|
81
81
|
}
|