@rnx-kit/cli 0.9.31 → 0.9.32
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/CHANGELOG.json +18 -3
- package/CHANGELOG.md +10 -2
- package/coverage/clover.xml +2 -2
- package/coverage/lcov-report/index.html +1 -1
- package/coverage/lcov-report/src/bundle/index.html +1 -1
- package/coverage/lcov-report/src/bundle/kit-config.ts.html +1 -1
- package/coverage/lcov-report/src/bundle/metro.ts.html +1 -1
- package/coverage/lcov-report/src/bundle/overrides.ts.html +1 -1
- package/coverage/lcov-report/src/index.html +1 -1
- package/coverage/lcov-report/src/metro-config.ts.html +1 -1
- package/coverage/lcov-report/src/metro-ts-resolver.ts.html +1 -1
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@rnx-kit/cli",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 29 Sep 2021 09:09:05 GMT",
|
|
6
|
+
"tag": "@rnx-kit/cli_v0.9.32",
|
|
7
|
+
"version": "0.9.32",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@rnx-kit/cli",
|
|
13
|
+
"comment": "Bump @rnx-kit/dep-check to v1.8.5",
|
|
14
|
+
"commit": "67b92e575fa8a8ed4d631a1f953009fe5582f33d"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Mon, 27 Sep 2021 12:28:41 GMT",
|
|
6
21
|
"tag": "@rnx-kit/cli_v0.9.31",
|
|
7
22
|
"version": "0.9.31",
|
|
8
23
|
"comments": {
|
|
@@ -11,13 +26,13 @@
|
|
|
11
26
|
"author": "beachball",
|
|
12
27
|
"package": "@rnx-kit/cli",
|
|
13
28
|
"comment": "Bump @rnx-kit/config to v0.4.9",
|
|
14
|
-
"commit": "
|
|
29
|
+
"commit": "e0c30adaae8b368a6c5b2d66dc9e69fdab5b8c71"
|
|
15
30
|
},
|
|
16
31
|
{
|
|
17
32
|
"author": "beachball",
|
|
18
33
|
"package": "@rnx-kit/cli",
|
|
19
34
|
"comment": "Bump @rnx-kit/dep-check to v1.8.4",
|
|
20
|
-
"commit": "
|
|
35
|
+
"commit": "e0c30adaae8b368a6c5b2d66dc9e69fdab5b8c71"
|
|
21
36
|
}
|
|
22
37
|
]
|
|
23
38
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @rnx-kit/cli
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 29 Sep 2021 09:09:05 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.9.32
|
|
8
|
+
|
|
9
|
+
Wed, 29 Sep 2021 09:09:05 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @rnx-kit/dep-check to v1.8.5
|
|
14
|
+
|
|
7
15
|
## 0.9.31
|
|
8
16
|
|
|
9
|
-
Mon, 27 Sep 2021 12:28:
|
|
17
|
+
Mon, 27 Sep 2021 12:28:41 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
package/coverage/clover.xml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
2
|
+
<coverage generated="1632906394549" clover="3.2.0">
|
|
3
|
+
<project timestamp="1632906394549" name="All files">
|
|
4
4
|
<metrics statements="181" coveredstatements="50" conditionals="102" coveredconditionals="39" methods="33" coveredmethods="7" elements="316" coveredelements="96" complexity="0" loc="181" ncloc="181" packages="2" files="5" classes="5"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="136" coveredstatements="18" conditionals="66" coveredconditionals="13" methods="26" coveredmethods="1"/>
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
111
111
|
Code coverage generated by
|
|
112
112
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
113
|
-
at
|
|
113
|
+
at Wed Sep 29 2021 09:06:34 GMT+0000 (Coordinated Universal Time)
|
|
114
114
|
</div>
|
|
115
115
|
</div>
|
|
116
116
|
<script src="prettify.js"></script>
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
126
126
|
Code coverage generated by
|
|
127
127
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
128
|
-
at
|
|
128
|
+
at Wed Sep 29 2021 09:06:34 GMT+0000 (Coordinated Universal Time)
|
|
129
129
|
</div>
|
|
130
130
|
</div>
|
|
131
131
|
<script src="../../prettify.js"></script>
|
|
@@ -361,7 +361,7 @@ export function getKitBundleConfigs(
|
|
|
361
361
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
362
362
|
Code coverage generated by
|
|
363
363
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
364
|
-
at
|
|
364
|
+
at Wed Sep 29 2021 09:06:34 GMT+0000 (Coordinated Universal Time)
|
|
365
365
|
</div>
|
|
366
366
|
</div>
|
|
367
367
|
<script src="../../prettify.js"></script>
|
|
@@ -397,7 +397,7 @@ export async function <span class="fstat-no" title="function not covered" >metro
|
|
|
397
397
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
398
398
|
Code coverage generated by
|
|
399
399
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
400
|
-
at
|
|
400
|
+
at Wed Sep 29 2021 09:06:34 GMT+0000 (Coordinated Universal Time)
|
|
401
401
|
</div>
|
|
402
402
|
</div>
|
|
403
403
|
<script src="../../prettify.js"></script>
|
|
@@ -226,7 +226,7 @@ export function applyKitBundleConfigOverrides(
|
|
|
226
226
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
227
227
|
Code coverage generated by
|
|
228
228
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
229
|
-
at
|
|
229
|
+
at Wed Sep 29 2021 09:06:34 GMT+0000 (Coordinated Universal Time)
|
|
230
230
|
</div>
|
|
231
231
|
</div>
|
|
232
232
|
<script src="../../prettify.js"></script>
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
111
111
|
Code coverage generated by
|
|
112
112
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
113
|
-
at
|
|
113
|
+
at Wed Sep 29 2021 09:06:34 GMT+0000 (Coordinated Universal Time)
|
|
114
114
|
</div>
|
|
115
115
|
</div>
|
|
116
116
|
<script src="../prettify.js"></script>
|
|
@@ -484,7 +484,7 @@ export function customizeMetroConfig(
|
|
|
484
484
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
485
485
|
Code coverage generated by
|
|
486
486
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
487
|
-
at
|
|
487
|
+
at Wed Sep 29 2021 09:06:34 GMT+0000 (Coordinated Universal Time)
|
|
488
488
|
</div>
|
|
489
489
|
</div>
|
|
490
490
|
<script src="../prettify.js"></script>
|
|
@@ -1282,7 +1282,7 @@ export class MetroTypeScriptResolverHost {
|
|
|
1282
1282
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
1283
1283
|
Code coverage generated by
|
|
1284
1284
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
1285
|
-
at
|
|
1285
|
+
at Wed Sep 29 2021 09:06:34 GMT+0000 (Coordinated Universal Time)
|
|
1286
1286
|
</div>
|
|
1287
1287
|
</div>
|
|
1288
1288
|
<script src="../prettify.js"></script>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rnx-kit/cli",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.32",
|
|
4
4
|
"description": "Command-line interface for working with kit packages in your repo",
|
|
5
5
|
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/cli",
|
|
6
6
|
"license": "MIT",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@rnx-kit/config": "^0.4.9",
|
|
23
23
|
"@rnx-kit/console": "^1.0.2",
|
|
24
|
-
"@rnx-kit/dep-check": "^1.8.
|
|
24
|
+
"@rnx-kit/dep-check": "^1.8.5",
|
|
25
25
|
"@rnx-kit/metro-plugin-cyclic-dependencies-detector": "^1.0.11",
|
|
26
26
|
"@rnx-kit/metro-plugin-duplicates-checker": "^1.2.5",
|
|
27
27
|
"@rnx-kit/metro-serializer": "^1.0.2",
|