@teambit/config 0.0.1160 → 0.0.1162
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,4 +1,4 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<testsuites tests="0" failures="0" errors="0" skipped="0">
|
|
3
|
-
<testsuite name="teambit.harmony/config@0.0.
|
|
3
|
+
<testsuite name="teambit.harmony/config@0.0.1162" tests="0" failures="0" errors="0" skipped="0"/>
|
|
4
4
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"line": 1,
|
|
21
21
|
"character": 10
|
|
22
22
|
},
|
|
23
|
+
"signature": "class ConfigMain",
|
|
23
24
|
"name": "ConfigMain",
|
|
24
25
|
"exportNode": {
|
|
25
26
|
"__schema": "ClassSchema",
|
|
@@ -1001,6 +1002,7 @@
|
|
|
1001
1002
|
"line": 2,
|
|
1002
1003
|
"character": 10
|
|
1003
1004
|
},
|
|
1005
|
+
"signature": "const ConfigAspect: Aspect",
|
|
1004
1006
|
"name": "ConfigAspect",
|
|
1005
1007
|
"exportNode": {
|
|
1006
1008
|
"__schema": "VariableLikeSchema",
|
|
@@ -1036,6 +1038,7 @@
|
|
|
1036
1038
|
"line": 2,
|
|
1037
1039
|
"character": 24
|
|
1038
1040
|
},
|
|
1041
|
+
"signature": "const ConfigRuntime: RuntimeDefinition",
|
|
1039
1042
|
"name": "ConfigRuntime",
|
|
1040
1043
|
"exportNode": {
|
|
1041
1044
|
"__schema": "VariableLikeSchema",
|
|
@@ -1071,6 +1074,7 @@
|
|
|
1071
1074
|
"line": 3,
|
|
1072
1075
|
"character": 15
|
|
1073
1076
|
},
|
|
1077
|
+
"signature": "type ComponentScopeDirMap = ComponentScopeDirMapEntry[]",
|
|
1074
1078
|
"name": "ComponentScopeDirMap",
|
|
1075
1079
|
"exportNode": {
|
|
1076
1080
|
"__schema": "TypeSchema",
|
|
@@ -1110,6 +1114,7 @@
|
|
|
1110
1114
|
"line": 3,
|
|
1111
1115
|
"character": 37
|
|
1112
1116
|
},
|
|
1117
|
+
"signature": "type WorkspaceExtensionProps = {\n name?: string | undefined;\n defaultScope?: string | undefined;\n defaultDirectory?: string | undefined;\n components?: ComponentScopeDirMap | undefined;\n}",
|
|
1113
1118
|
"name": "WorkspaceExtensionProps",
|
|
1114
1119
|
"exportNode": {
|
|
1115
1120
|
"__schema": "TypeSchema",
|
|
@@ -1219,6 +1224,7 @@
|
|
|
1219
1224
|
"line": 3,
|
|
1220
1225
|
"character": 62
|
|
1221
1226
|
},
|
|
1227
|
+
"signature": "type WorkspaceConfigFileProps = {\n $schema?: string | undefined;\n $schemaVersion?: string | undefined;\n} & WorkspaceSettingsNewProps",
|
|
1222
1228
|
"name": "WorkspaceConfigFileProps",
|
|
1223
1229
|
"exportNode": {
|
|
1224
1230
|
"__schema": "TypeSchema",
|
|
@@ -1307,6 +1313,7 @@
|
|
|
1307
1313
|
"line": 4,
|
|
1308
1314
|
"character": 10
|
|
1309
1315
|
},
|
|
1316
|
+
"signature": "function getWorkspaceConfigTemplateParsed(): Promise<CommentJSONValue>",
|
|
1310
1317
|
"name": "getWorkspaceConfigTemplateParsed",
|
|
1311
1318
|
"exportNode": {
|
|
1312
1319
|
"__schema": "FunctionLikeSchema",
|
|
@@ -1351,6 +1358,7 @@
|
|
|
1351
1358
|
"line": 4,
|
|
1352
1359
|
"character": 44
|
|
1353
1360
|
},
|
|
1361
|
+
"signature": "function stringifyWorkspaceConfig(workspaceConfig: CommentJSONValue): string",
|
|
1354
1362
|
"name": "stringifyWorkspaceConfig",
|
|
1355
1363
|
"exportNode": {
|
|
1356
1364
|
"__schema": "FunctionLikeSchema",
|
|
@@ -1404,6 +1412,7 @@
|
|
|
1404
1412
|
"line": 4,
|
|
1405
1413
|
"character": 70
|
|
1406
1414
|
},
|
|
1415
|
+
"signature": "class WorkspaceConfig",
|
|
1407
1416
|
"name": "WorkspaceConfig",
|
|
1408
1417
|
"exportNode": {
|
|
1409
1418
|
"__schema": "ClassSchema",
|
|
@@ -8468,7 +8477,7 @@
|
|
|
8468
8477
|
"componentId": {
|
|
8469
8478
|
"scope": "teambit.harmony",
|
|
8470
8479
|
"name": "config",
|
|
8471
|
-
"version": "0.0.
|
|
8480
|
+
"version": "0.0.1162"
|
|
8472
8481
|
},
|
|
8473
8482
|
"taggedModuleExports": []
|
|
8474
8483
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/config",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1162",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/harmony/config",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.harmony",
|
|
8
8
|
"name": "config",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.1162"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"comment-json": "3.0.3",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"@teambit/scope.modules.find-scope-path": "0.0.1",
|
|
18
18
|
"@teambit/component-id": "1.2.0",
|
|
19
19
|
"@teambit/bit-error": "0.0.404",
|
|
20
|
-
"@teambit/cli": "0.0.
|
|
20
|
+
"@teambit/cli": "0.0.988",
|
|
21
21
|
"@teambit/legacy.utils": "0.0.5",
|
|
22
22
|
"@teambit/toolbox.path.path": "0.0.4",
|
|
23
|
-
"@teambit/component.sources": "0.0.
|
|
24
|
-
"@teambit/workspace": "1.0.
|
|
23
|
+
"@teambit/component.sources": "0.0.30",
|
|
24
|
+
"@teambit/workspace": "1.0.411"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/fs-extra": "9.0.7",
|
|
File without changes
|