@teambit/global-config 0.0.808 → 0.0.810
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.
|
@@ -11,12 +11,10 @@ function _harmony() {
|
|
|
11
11
|
};
|
|
12
12
|
return data;
|
|
13
13
|
}
|
|
14
|
-
const GlobalConfigAspect = _harmony().Aspect.create({
|
|
14
|
+
const GlobalConfigAspect = exports.GlobalConfigAspect = _harmony().Aspect.create({
|
|
15
15
|
id: 'teambit.harmony/global-config',
|
|
16
16
|
dependencies: []
|
|
17
17
|
});
|
|
18
|
-
exports.
|
|
19
|
-
var _default = GlobalConfigAspect;
|
|
20
|
-
exports.default = _default;
|
|
18
|
+
var _default = exports.default = GlobalConfigAspect;
|
|
21
19
|
|
|
22
20
|
//# sourceMappingURL=global-config.aspect.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_harmony","data","require","GlobalConfigAspect","Aspect","create","id","dependencies","
|
|
1
|
+
{"version":3,"names":["_harmony","data","require","GlobalConfigAspect","exports","Aspect","create","id","dependencies","_default","default"],"sources":["global-config.aspect.ts"],"sourcesContent":["import { Aspect } from '@teambit/harmony';\n\nexport const GlobalConfigAspect = Aspect.create({\n id: 'teambit.harmony/global-config',\n dependencies: [],\n});\n\nexport default GlobalConfigAspect;\n"],"mappings":";;;;;;AAAA,SAAAA,SAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,QAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAEO,MAAME,kBAAkB,GAAAC,OAAA,CAAAD,kBAAA,GAAGE,iBAAM,CAACC,MAAM,CAAC;EAC9CC,EAAE,EAAE,+BAA+B;EACnCC,YAAY,EAAE;AAChB,CAAC,CAAC;AAAC,IAAAC,QAAA,GAAAL,OAAA,CAAAM,OAAA,GAEYP,kBAAkB"}
|
package/dist/index.js
CHANGED
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_globalConfig","data","require","_default","
|
|
1
|
+
{"version":3,"names":["_globalConfig","data","require","_default","exports","default","GlobalConfigAspect"],"sources":["index.ts"],"sourcesContent":["import { GlobalConfigAspect } from './global-config.aspect';\n\nexport type { GlobalConfigMain } from './global-config.main.runtime';\nexport { GlobalConfigAspect };\nexport default GlobalConfigAspect;\n"],"mappings":";;;;;;;;;;;;AAAA,SAAAA,cAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,aAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAA4D,IAAAE,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAI7CC,kCAAkB"}
|
|
@@ -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.810/dist/global-config.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_global-config@0.0.810/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,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/global-config",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.810",
|
|
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.810"
|
|
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
|
"core-js": "^3.0.0",
|
|
16
|
-
"@babel/runtime": "7.
|
|
16
|
+
"@babel/runtime": "7.23.2",
|
|
17
17
|
"@teambit/harmony": "0.4.6",
|
|
18
|
-
"@teambit/cli": "0.0.
|
|
18
|
+
"@teambit/cli": "0.0.808"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/react": "^17.0.8",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@types/testing-library__jest-dom": "5.9.5"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@teambit/legacy": "1.0.
|
|
30
|
+
"@teambit/legacy": "1.0.590",
|
|
31
31
|
"react": "^16.8.0 || ^17.0.0",
|
|
32
32
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
33
33
|
},
|