@teambit/global-config 0.0.853 → 0.0.855
Sign up to get free protection for your applications and to get access to all the features.
- package/artifacts/__bit_junit.xml +2 -2
- package/artifacts/preview/teambit_harmony_global_config-preview.js +1 -1
- package/artifacts/schema.json +1598 -0
- package/dist/global-config.composition.d.ts +0 -1
- package/dist/{preview-1706757518460.js → preview-1709263126667.js} +2 -2
- package/package.json +4 -4
@@ -1,5 +1,5 @@
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_global-config@0.0.
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_global-config@0.0.
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_global-config@0.0.855/dist/global-config.composition.js';
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_global-config@0.0.855/dist/global-config.docs.md';
|
3
3
|
|
4
4
|
export const compositions = [compositions_0];
|
5
5
|
export const overview = [overview_0];
|
package/package.json
CHANGED
@@ -1,25 +1,25 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/global-config",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.855",
|
4
4
|
"homepage": "https://bit.cloud/teambit/harmony/global-config",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.harmony",
|
8
8
|
"name": "global-config",
|
9
|
-
"version": "0.0.
|
9
|
+
"version": "0.0.855"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"chalk": "2.4.2",
|
13
13
|
"pad-right": "0.2.2",
|
14
14
|
"fs-extra": "10.0.0",
|
15
15
|
"@teambit/harmony": "0.4.6",
|
16
|
-
"@teambit/cli": "0.0.
|
16
|
+
"@teambit/cli": "0.0.852"
|
17
17
|
},
|
18
18
|
"devDependencies": {
|
19
19
|
"@types/fs-extra": "9.0.7",
|
20
20
|
"@types/mocha": "9.1.0",
|
21
21
|
"chai": "4.3.0",
|
22
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
22
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.25"
|
23
23
|
},
|
24
24
|
"peerDependencies": {
|
25
25
|
"react": "^17.0.0 || ^18.0.0",
|