@teambit/workspace-config-files 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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<testsuites tests="6" failures="0" errors="0" skipped="0">
|
|
3
|
-
<testsuite name="teambit.workspace/workspace-config-files@1.0.
|
|
3
|
+
<testsuite name="teambit.workspace/workspace-config-files@1.0.412" tests="6" failures="0" errors="0" skipped="0">
|
|
4
4
|
<testcase classname="dist/dedup-paths.spec.js" name="should reduce files to minimum necessary" time="0.001"/>
|
|
5
5
|
<testcase classname="dist/dedup-paths.spec.js" name="should place files in correct folders"/>
|
|
6
6
|
<testcase classname="dist/dedup-paths.spec.js" name="should reduce files to minimum necessary"/>
|
package/artifacts/schema.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"line": 4,
|
|
21
21
|
"character": 3
|
|
22
22
|
},
|
|
23
|
+
"signature": "class WorkspaceConfigFilesMain",
|
|
23
24
|
"name": "WorkspaceConfigFilesMain",
|
|
24
25
|
"exportNode": {
|
|
25
26
|
"__schema": "ClassSchema",
|
|
@@ -892,6 +893,7 @@
|
|
|
892
893
|
"line": 5,
|
|
893
894
|
"character": 3
|
|
894
895
|
},
|
|
896
|
+
"signature": "type WriteConfigFilesResult = {\n cleanResults?: string[] | undefined;\n writeResults: WriteResults;\n wsDir: string;\n err?: Error | undefined;\n}",
|
|
895
897
|
"name": "WriteConfigFilesResult",
|
|
896
898
|
"exportNode": {
|
|
897
899
|
"__schema": "TypeSchema",
|
|
@@ -1009,6 +1011,7 @@
|
|
|
1009
1011
|
"line": 6,
|
|
1010
1012
|
"character": 3
|
|
1011
1013
|
},
|
|
1014
|
+
"signature": "type EnvCompsDirsMap = {\n [envId: string]: EnvMapValue;\n}",
|
|
1012
1015
|
"name": "EnvCompsDirsMap",
|
|
1013
1016
|
"exportNode": {
|
|
1014
1017
|
"__schema": "TypeSchema",
|
|
@@ -1075,6 +1078,7 @@
|
|
|
1075
1078
|
"line": 7,
|
|
1076
1079
|
"character": 3
|
|
1077
1080
|
},
|
|
1081
|
+
"signature": "type EnvMapValue = {\n env: Environment;\n id: string[];\n paths: string[];\n}",
|
|
1078
1082
|
"name": "EnvMapValue",
|
|
1079
1083
|
"exportNode": {
|
|
1080
1084
|
"__schema": "TypeSchema",
|
|
@@ -1184,6 +1188,7 @@
|
|
|
1184
1188
|
"line": 8,
|
|
1185
1189
|
"character": 3
|
|
1186
1190
|
},
|
|
1191
|
+
"signature": "type OneConfigWriterIdResult = {\n writerId: string;\n totalWrittenFiles: number;\n realConfigFiles: EnvsWrittenRealConfigFiles;\n totalRealConfigFiles: number;\n extendingConfigFiles: EnvsWrittenExtendingConfigFiles;\n totalExtendingConfigFiles: number;\n}",
|
|
1187
1192
|
"name": "OneConfigWriterIdResult",
|
|
1188
1193
|
"exportNode": {
|
|
1189
1194
|
"__schema": "TypeSchema",
|
|
@@ -1335,6 +1340,7 @@
|
|
|
1335
1340
|
"line": 9,
|
|
1336
1341
|
"character": 3
|
|
1337
1342
|
},
|
|
1343
|
+
"signature": "type WriteResults = {\n writersResult: OneConfigWriterIdResult[];\n totalWrittenFiles: number;\n totalRealConfigFiles: number;\n totalExtendingConfigFiles: number;\n}",
|
|
1338
1344
|
"name": "WriteResults",
|
|
1339
1345
|
"exportNode": {
|
|
1340
1346
|
"__schema": "TypeSchema",
|
|
@@ -1452,6 +1458,7 @@
|
|
|
1452
1458
|
"line": 12,
|
|
1453
1459
|
"character": 3
|
|
1454
1460
|
},
|
|
1461
|
+
"signature": "interface ConfigWriterEntry",
|
|
1455
1462
|
"name": "ConfigWriterEntry",
|
|
1456
1463
|
"exportNode": {
|
|
1457
1464
|
"__schema": "InterfaceSchema",
|
|
@@ -2059,6 +2066,7 @@
|
|
|
2059
2066
|
"line": 13,
|
|
2060
2067
|
"character": 3
|
|
2061
2068
|
},
|
|
2069
|
+
"signature": "type ExtendingConfigFile = ConfigFile & ExtendingConfigFileAdditionalProp",
|
|
2062
2070
|
"name": "ExtendingConfigFile",
|
|
2063
2071
|
"exportNode": {
|
|
2064
2072
|
"__schema": "TypeSchema",
|
|
@@ -2106,6 +2114,7 @@
|
|
|
2106
2114
|
"line": 14,
|
|
2107
2115
|
"character": 3
|
|
2108
2116
|
},
|
|
2117
|
+
"signature": "type ConfigFile = {\n name: string;\n content: string;\n hash?: string | undefined;\n}",
|
|
2109
2118
|
"name": "ConfigFile",
|
|
2110
2119
|
"exportNode": {
|
|
2111
2120
|
"__schema": "TypeSchema",
|
|
@@ -2228,6 +2237,7 @@
|
|
|
2228
2237
|
"line": 15,
|
|
2229
2238
|
"character": 3
|
|
2230
2239
|
},
|
|
2240
|
+
"signature": "type PostProcessExtendingConfigFilesArgs = {\n workspaceDir: string;\n configsRootDir: string;\n extendingConfigFile: ExtendingConfigFile;\n paths: string[];\n envMapValue: EnvMapValue;\n supportSpecificPathChange?: boolean | undefined;\n}",
|
|
2231
2241
|
"name": "PostProcessExtendingConfigFilesArgs",
|
|
2232
2242
|
"exportNode": {
|
|
2233
2243
|
"__schema": "TypeSchema",
|
|
@@ -2407,6 +2417,7 @@
|
|
|
2407
2417
|
"line": 16,
|
|
2408
2418
|
"character": 3
|
|
2409
2419
|
},
|
|
2420
|
+
"signature": "type GenerateExtendingConfigFilesArgs = {\n workspaceDir: string;\n configsRootDir: string;\n writtenConfigFiles: WrittenConfigFile[];\n envMapValue: EnvMapValue;\n}",
|
|
2410
2421
|
"name": "GenerateExtendingConfigFilesArgs",
|
|
2411
2422
|
"exportNode": {
|
|
2412
2423
|
"__schema": "TypeSchema",
|
|
@@ -2524,6 +2535,7 @@
|
|
|
2524
2535
|
"line": 18,
|
|
2525
2536
|
"character": 15
|
|
2526
2537
|
},
|
|
2538
|
+
"signature": "type ConfigWriterHandler = {\n handler: EnvHandler<ConfigWriterEntry>;\n name: string;\n}",
|
|
2527
2539
|
"name": "ConfigWriterHandler",
|
|
2528
2540
|
"exportNode": {
|
|
2529
2541
|
"__schema": "TypeSchema",
|
|
@@ -2604,6 +2616,7 @@
|
|
|
2604
2616
|
"line": 19,
|
|
2605
2617
|
"character": 15
|
|
2606
2618
|
},
|
|
2619
|
+
"signature": "interface WorkspaceConfigEnv",
|
|
2607
2620
|
"name": "WorkspaceConfigEnv",
|
|
2608
2621
|
"exportNode": {
|
|
2609
2622
|
"__schema": "InterfaceSchema",
|
|
@@ -2658,6 +2671,7 @@
|
|
|
2658
2671
|
"line": 20,
|
|
2659
2672
|
"character": 10
|
|
2660
2673
|
},
|
|
2674
|
+
"signature": "class ConfigWriterList",
|
|
2661
2675
|
"name": "ConfigWriterList",
|
|
2662
2676
|
"exportNode": {
|
|
2663
2677
|
"__schema": "ClassSchema",
|
|
@@ -3140,6 +3154,7 @@
|
|
|
3140
3154
|
"line": 22,
|
|
3141
3155
|
"character": 10
|
|
3142
3156
|
},
|
|
3157
|
+
"signature": "const WorkspaceConfigFilesAspect: Aspect",
|
|
3143
3158
|
"name": "WorkspaceConfigFilesAspect",
|
|
3144
3159
|
"exportNode": {
|
|
3145
3160
|
"__schema": "VariableLikeSchema",
|
|
@@ -7056,7 +7071,7 @@
|
|
|
7056
7071
|
"componentId": {
|
|
7057
7072
|
"scope": "teambit.workspace",
|
|
7058
7073
|
"name": "workspace-config-files",
|
|
7059
|
-
"version": "1.0.
|
|
7074
|
+
"version": "1.0.412"
|
|
7060
7075
|
},
|
|
7061
7076
|
"taggedModuleExports": []
|
|
7062
7077
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
;
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace-config-files@1.0.
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace-config-files@1.0.412/dist/workspace-config-files.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [];
|
|
5
5
|
export const overview = [overview_0];
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/workspace-config-files",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.412",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/workspace/workspace-config-files",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.workspace",
|
|
8
8
|
"name": "workspace-config-files",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.412"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"lodash": "4.17.21",
|
|
@@ -19,24 +19,24 @@
|
|
|
19
19
|
"string-format": "0.5.0",
|
|
20
20
|
"@teambit/harmony": "0.4.6",
|
|
21
21
|
"@teambit/bit-error": "0.0.404",
|
|
22
|
-
"@teambit/envs": "1.0.
|
|
22
|
+
"@teambit/envs": "1.0.412",
|
|
23
23
|
"@teambit/toolbox.path.path": "0.0.4",
|
|
24
|
-
"@teambit/cli": "0.0.
|
|
24
|
+
"@teambit/cli": "0.0.989",
|
|
25
25
|
"@teambit/legacy.cli.prompts": "0.0.2",
|
|
26
|
-
"@teambit/logger": "0.0.
|
|
27
|
-
"@teambit/workspace": "1.0.
|
|
26
|
+
"@teambit/logger": "0.0.1082",
|
|
27
|
+
"@teambit/workspace": "1.0.412",
|
|
28
28
|
"@teambit/toolbox.crypto.sha1": "0.0.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/lodash": "4.14.165",
|
|
32
|
-
"@types/chai": "4.2.15",
|
|
33
32
|
"chai": "4.3.0",
|
|
34
33
|
"@types/fs-extra": "9.0.7",
|
|
35
34
|
"@types/normalize-path": "^3.0.0",
|
|
36
35
|
"@types/mocha": "9.1.0",
|
|
37
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
|
36
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.59"
|
|
38
37
|
},
|
|
39
38
|
"peerDependencies": {
|
|
39
|
+
"@types/chai": "4.3.19",
|
|
40
40
|
"@teambit/legacy": "1.0.624"
|
|
41
41
|
},
|
|
42
42
|
"license": "Apache-2.0",
|