@react-native-windows/telemetry 0.0.0-canary.23 → 0.0.0-canary.27

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.
Files changed (49) hide show
  1. package/lib-commonjs/index.d.ts +4 -2
  2. package/lib-commonjs/index.js +12 -5
  3. package/lib-commonjs/index.js.map +1 -1
  4. package/lib-commonjs/telemetry.d.ts +71 -20
  5. package/lib-commonjs/telemetry.js +267 -171
  6. package/lib-commonjs/telemetry.js.map +1 -1
  7. package/lib-commonjs/test/{sanitize.test.d.ts → basePropUtils.test.d.ts} +0 -0
  8. package/lib-commonjs/test/basePropUtils.test.js +116 -0
  9. package/lib-commonjs/test/basePropUtils.test.js.map +1 -0
  10. package/lib-commonjs/test/errorUtils.test.d.ts +7 -0
  11. package/lib-commonjs/test/errorUtils.test.js +161 -0
  12. package/lib-commonjs/test/errorUtils.test.js.map +1 -0
  13. package/lib-commonjs/test/projectUtils.test.d.ts +7 -0
  14. package/lib-commonjs/test/projectUtils.test.js +84 -0
  15. package/lib-commonjs/test/projectUtils.test.js.map +1 -0
  16. package/lib-commonjs/test/sanitizeUtils.test.d.ts +7 -0
  17. package/lib-commonjs/test/sanitizeUtils.test.js +88 -0
  18. package/lib-commonjs/test/sanitizeUtils.test.js.map +1 -0
  19. package/lib-commonjs/test/telemetry.test.d.ts +26 -0
  20. package/lib-commonjs/test/telemetry.test.js +469 -0
  21. package/lib-commonjs/test/telemetry.test.js.map +1 -0
  22. package/lib-commonjs/test/versionUtils.test.d.ts +7 -0
  23. package/lib-commonjs/test/versionUtils.test.js +111 -0
  24. package/lib-commonjs/test/versionUtils.test.js.map +1 -0
  25. package/lib-commonjs/utils/basePropUtils.d.ts +66 -0
  26. package/lib-commonjs/utils/basePropUtils.js +133 -0
  27. package/lib-commonjs/utils/basePropUtils.js.map +1 -0
  28. package/lib-commonjs/{CodedError.d.ts → utils/errorUtils.d.ts} +27 -8
  29. package/lib-commonjs/utils/errorUtils.js +164 -0
  30. package/lib-commonjs/utils/errorUtils.js.map +1 -0
  31. package/lib-commonjs/utils/optionUtils.d.ts +45 -0
  32. package/lib-commonjs/utils/optionUtils.js +96 -0
  33. package/lib-commonjs/utils/optionUtils.js.map +1 -0
  34. package/lib-commonjs/utils/projectUtils.d.ts +50 -0
  35. package/lib-commonjs/utils/projectUtils.js +187 -0
  36. package/lib-commonjs/utils/projectUtils.js.map +1 -0
  37. package/lib-commonjs/utils/sanitizeUtils.d.ts +12 -0
  38. package/lib-commonjs/utils/sanitizeUtils.js +80 -0
  39. package/lib-commonjs/utils/sanitizeUtils.js.map +1 -0
  40. package/lib-commonjs/utils/versionUtils.d.ts +38 -0
  41. package/lib-commonjs/utils/versionUtils.js +159 -0
  42. package/lib-commonjs/utils/versionUtils.js.map +1 -0
  43. package/package.json +14 -4
  44. package/CHANGELOG.json +0 -528
  45. package/CHANGELOG.md +0 -212
  46. package/lib-commonjs/CodedError.js +0 -77
  47. package/lib-commonjs/CodedError.js.map +0 -1
  48. package/lib-commonjs/test/sanitize.test.js +0 -259
  49. package/lib-commonjs/test/sanitize.test.js.map +0 -1
package/CHANGELOG.json DELETED
@@ -1,528 +0,0 @@
1
- {
2
- "name": "@react-native-windows/telemetry",
3
- "entries": [
4
- {
5
- "date": "Wed, 08 Sep 2021 05:06:47 GMT",
6
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.23",
7
- "version": "0.0.0-canary.23",
8
- "comments": {
9
- "prerelease": [
10
- {
11
- "comment": "Set consistent node requirements on our packages",
12
- "author": "ngerlem@microsoft.com",
13
- "commit": "2974ea0ab58b546264b8d9a4a7c12ceeb0a02851",
14
- "package": "@react-native-windows/telemetry"
15
- }
16
- ],
17
- "patch": [
18
- {
19
- "comment": "Bump @rnw-scripts/jest-unittest-config to v1.2.4",
20
- "author": "ngerlem@microsoft.com",
21
- "commit": "2974ea0ab58b546264b8d9a4a7c12ceeb0a02851",
22
- "package": "@react-native-windows/telemetry"
23
- },
24
- {
25
- "comment": "Bump @rnw-scripts/just-task to v2.2.1",
26
- "author": "ngerlem@microsoft.com",
27
- "commit": "2974ea0ab58b546264b8d9a4a7c12ceeb0a02851",
28
- "package": "@react-native-windows/telemetry"
29
- },
30
- {
31
- "comment": "Bump @rnw-scripts/ts-config to v2.0.1",
32
- "author": "ngerlem@microsoft.com",
33
- "commit": "2974ea0ab58b546264b8d9a4a7c12ceeb0a02851",
34
- "package": "@react-native-windows/telemetry"
35
- },
36
- {
37
- "comment": "Bump @rnw-scripts/eslint-config to v1.1.8",
38
- "author": "ngerlem@microsoft.com",
39
- "commit": "2974ea0ab58b546264b8d9a4a7c12ceeb0a02851",
40
- "package": "@react-native-windows/telemetry"
41
- }
42
- ]
43
- }
44
- },
45
- {
46
- "date": "Sat, 24 Jul 2021 05:05:52 GMT",
47
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.22",
48
- "version": "0.0.0-canary.22",
49
- "comments": {
50
- "none": [
51
- {
52
- "comment": "Bump @rnw-scripts/just-task to v2.2.0",
53
- "author": "4123478+tido64@users.noreply.github.com",
54
- "commit": "a311022ebc0c1d8070d7e54312197f486c470d33",
55
- "package": "@react-native-windows/telemetry"
56
- }
57
- ]
58
- }
59
- },
60
- {
61
- "date": "Tue, 29 Jun 2021 05:06:48 GMT",
62
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.22",
63
- "version": "0.0.0-canary.22",
64
- "comments": {
65
- "none": [
66
- {
67
- "comment": "Deduplicate lockfile",
68
- "author": "ngerlem@microsoft.com",
69
- "commit": "2646cb69f4e031799d04ecd5453aa9d44b48b261",
70
- "package": "@react-native-windows/telemetry"
71
- }
72
- ]
73
- }
74
- },
75
- {
76
- "date": "Sat, 26 Jun 2021 05:06:48 GMT",
77
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.22",
78
- "version": "0.0.0-canary.22",
79
- "comments": {
80
- "prerelease": [
81
- {
82
- "comment": "Upgrade to boost 1.76.0.0",
83
- "author": "julio.rocha@microsoft.com",
84
- "commit": "50e13c8cc7938d38bb19ca96225b5a85955c5ae5",
85
- "package": "@react-native-windows/telemetry"
86
- }
87
- ]
88
- }
89
- },
90
- {
91
- "date": "Fri, 11 Jun 2021 05:08:55 GMT",
92
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.21",
93
- "version": "0.0.0-canary.21",
94
- "comments": {
95
- "prerelease": [
96
- {
97
- "comment": "Mark windowsOnly",
98
- "author": "ngerlem@microsoft.com",
99
- "commit": "3d7c8d8fcf14a3cbda83a93c85b0bcf1e4e4f829",
100
- "package": "@react-native-windows/telemetry"
101
- }
102
- ],
103
- "patch": [
104
- {
105
- "comment": "Bump @rnw-scripts/just-task to v2.2.0",
106
- "author": "ngerlem@microsoft.com",
107
- "commit": "3d7c8d8fcf14a3cbda83a93c85b0bcf1e4e4f829",
108
- "package": "@react-native-windows/telemetry"
109
- }
110
- ]
111
- }
112
- },
113
- {
114
- "date": "Wed, 09 Jun 2021 05:10:07 GMT",
115
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.20",
116
- "version": "0.0.0-canary.20",
117
- "comments": {
118
- "patch": [
119
- {
120
- "comment": "Bump @rnw-scripts/just-task to v2.1.3",
121
- "author": "igklemen@microsoft.com",
122
- "commit": "2ba41a4f087cc3bf16cbe799575923fc7a626009",
123
- "package": "@react-native-windows/telemetry"
124
- },
125
- {
126
- "comment": "Bump @rnw-scripts/jest-unittest-config to v1.2.3",
127
- "author": "igklemen@microsoft.com",
128
- "commit": "2ba41a4f087cc3bf16cbe799575923fc7a626009",
129
- "package": "@react-native-windows/telemetry"
130
- }
131
- ]
132
- }
133
- },
134
- {
135
- "date": "Thu, 03 Jun 2021 05:09:47 GMT",
136
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.19",
137
- "version": "0.0.0-canary.19",
138
- "comments": {
139
- "prerelease": [
140
- {
141
- "comment": "Enable esModuleInterop Repo Wide",
142
- "author": "ngerlem@microsoft.com",
143
- "commit": "6c871e6ba27888804c776e5deeefbc7064e181d0",
144
- "package": "@react-native-windows/telemetry"
145
- }
146
- ],
147
- "patch": [
148
- {
149
- "comment": "Bump @rnw-scripts/just-task to v2.1.2",
150
- "author": "ngerlem@microsoft.com",
151
- "commit": "b481f0a4ea68a8100860eb061902b715fca6652e",
152
- "package": "@react-native-windows/telemetry"
153
- },
154
- {
155
- "comment": "Bump @rnw-scripts/ts-config to v2.0.0",
156
- "author": "ngerlem@microsoft.com",
157
- "commit": "6c871e6ba27888804c776e5deeefbc7064e181d0",
158
- "package": "@react-native-windows/telemetry"
159
- },
160
- {
161
- "comment": "Bump @rnw-scripts/eslint-config to v1.1.7",
162
- "author": "ngerlem@microsoft.com",
163
- "commit": "b481f0a4ea68a8100860eb061902b715fca6652e",
164
- "package": "@react-native-windows/telemetry"
165
- },
166
- {
167
- "comment": "Bump @rnw-scripts/jest-unittest-config to v1.2.2",
168
- "author": "ngerlem@microsoft.com",
169
- "commit": "b481f0a4ea68a8100860eb061902b715fca6652e",
170
- "package": "@react-native-windows/telemetry"
171
- }
172
- ]
173
- }
174
- },
175
- {
176
- "date": "Fri, 21 May 2021 05:17:18 GMT",
177
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.18",
178
- "version": "0.0.0-canary.18",
179
- "comments": {
180
- "prerelease": [
181
- {
182
- "comment": "Integrate Apr 28 (base of 0.65) Nightly RN Build",
183
- "author": "ngerlem@microsoft.com",
184
- "commit": "5cc9c87a48b392d287fa953d8d23a8188b689545",
185
- "package": "@react-native-windows/telemetry"
186
- }
187
- ],
188
- "patch": [
189
- {
190
- "comment": "Bump @rnw-scripts/just-task to v2.1.1",
191
- "author": "ngerlem@microsoft.com",
192
- "commit": "5cc9c87a48b392d287fa953d8d23a8188b689545",
193
- "package": "@react-native-windows/telemetry"
194
- },
195
- {
196
- "comment": "Bump @rnw-scripts/jest-unittest-config to v1.2.1",
197
- "author": "ngerlem@microsoft.com",
198
- "commit": "5cc9c87a48b392d287fa953d8d23a8188b689545",
199
- "package": "@react-native-windows/telemetry"
200
- }
201
- ]
202
- }
203
- },
204
- {
205
- "date": "Thu, 11 Feb 2021 05:08:29 GMT",
206
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.17",
207
- "version": "0.0.0-canary.17",
208
- "comments": {
209
- "patch": [
210
- {
211
- "comment": "Bump @rnw-scripts/just-task to v2.1.0",
212
- "author": "ngerlem@microsoft.com",
213
- "commit": "ab41a9b88db59cba0eae1ff7a59c1b550cc8c2bf",
214
- "package": "@react-native-windows/telemetry"
215
- },
216
- {
217
- "comment": "Bump @rnw-scripts/jest-unittest-config to v1.2.0",
218
- "author": "ngerlem@microsoft.com",
219
- "commit": "ab41a9b88db59cba0eae1ff7a59c1b550cc8c2bf",
220
- "package": "@react-native-windows/telemetry"
221
- }
222
- ]
223
- }
224
- },
225
- {
226
- "date": "Tue, 09 Feb 2021 05:07:37 GMT",
227
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.16",
228
- "version": "0.0.0-canary.16",
229
- "comments": {
230
- "prerelease": [
231
- {
232
- "comment": "Bump just-scripts from 1.3.2 to 1.3.3",
233
- "author": "dannyvv@microsoft.com",
234
- "commit": "ef4046c6a798446b6404dc26d0dd39224a0d7274",
235
- "package": "@react-native-windows/telemetry"
236
- }
237
- ],
238
- "patch": [
239
- {
240
- "comment": "Bump @rnw-scripts/just-task to v2.0.2",
241
- "author": "dannyvv@microsoft.com",
242
- "commit": "ef4046c6a798446b6404dc26d0dd39224a0d7274",
243
- "package": "@react-native-windows/telemetry"
244
- }
245
- ]
246
- }
247
- },
248
- {
249
- "date": "Fri, 05 Feb 2021 05:05:05 GMT",
250
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.15",
251
- "version": "0.0.0-canary.15",
252
- "comments": {
253
- "none": [
254
- {
255
- "comment": "Make @types/node version explicit",
256
- "author": "ngerlem@microsoft.com",
257
- "commit": "22ee9e8c47a0c794e7d509a471547ba873578e31",
258
- "package": "@react-native-windows/telemetry"
259
- }
260
- ]
261
- }
262
- },
263
- {
264
- "date": "Thu, 28 Jan 2021 05:06:47 GMT",
265
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.15",
266
- "version": "0.0.0-canary.15",
267
- "comments": {
268
- "prerelease": [
269
- {
270
- "comment": "Leverage default config support in Just library and factor out common tasks",
271
- "author": "dannyvv@microsoft.com",
272
- "commit": "54fb284afaf1b12ab51f1c29bb7ca67eddab8db1",
273
- "package": "@react-native-windows/telemetry"
274
- }
275
- ],
276
- "patch": [
277
- {
278
- "comment": "Bump @rnw-scripts/just-task to v2.0.1",
279
- "author": "dannyvv@microsoft.com",
280
- "commit": "54fb284afaf1b12ab51f1c29bb7ca67eddab8db1",
281
- "package": "@react-native-windows/telemetry"
282
- }
283
- ]
284
- }
285
- },
286
- {
287
- "date": "Tue, 26 Jan 2021 05:06:39 GMT",
288
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.14",
289
- "version": "0.0.0-canary.14",
290
- "comments": {
291
- "prerelease": [
292
- {
293
- "comment": "Update @types package versions in package.json from dependabot updates to yarn.lock",
294
- "author": "dannyvv@microsoft.com",
295
- "commit": "b8f2beec9851dffe3188156c859cb123de926ba0",
296
- "package": "@react-native-windows/telemetry"
297
- }
298
- ],
299
- "none": [
300
- {
301
- "comment": "Update just-scripts to remove yargs-parser resolution",
302
- "author": "ngerlem@microsoft.com",
303
- "commit": "3d41c761d18cdc771a635bf9f5ef1259db9a27be",
304
- "package": "@react-native-windows/telemetry"
305
- }
306
- ],
307
- "patch": [
308
- {
309
- "comment": "Bump @rnw-scripts/just-task to v2.0.0",
310
- "author": "ngerlem@microsoft.com",
311
- "commit": "3d41c761d18cdc771a635bf9f5ef1259db9a27be",
312
- "package": "@react-native-windows/telemetry"
313
- }
314
- ]
315
- }
316
- },
317
- {
318
- "date": "Wed, 20 Jan 2021 01:45:54 GMT",
319
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.13",
320
- "version": "0.0.0-canary.13",
321
- "comments": {
322
- "none": [
323
- {
324
- "comment": "Bump internally published packages to 1.0",
325
- "author": "ngerlem@microsoft.com",
326
- "commit": "982fb19448d7c9ed3f12fa27182fa69be83478c7",
327
- "package": "@react-native-windows/telemetry"
328
- }
329
- ]
330
- }
331
- },
332
- {
333
- "date": "Fri, 15 Jan 2021 05:07:01 GMT",
334
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.13",
335
- "version": "0.0.0-canary.13",
336
- "comments": {
337
- "prerelease": [
338
- {
339
- "comment": "Remove appium from package dependency",
340
- "author": "dannyvv@microsoft.com",
341
- "commit": "3ffbf9311ab77935b65c6616d33a6538f0582780",
342
- "package": "@react-native-windows/telemetry"
343
- }
344
- ]
345
- }
346
- },
347
- {
348
- "date": "Wed, 13 Jan 2021 05:05:37 GMT",
349
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.12",
350
- "version": "0.0.0-canary.12",
351
- "comments": {
352
- "none": [
353
- {
354
- "comment": "remove excessive change files",
355
- "author": "lehon@microsoft.com",
356
- "commit": "8c4a518552899dbacc7d9133e2e480c8f55df85d",
357
- "package": "@react-native-windows/telemetry"
358
- }
359
- ]
360
- }
361
- },
362
- {
363
- "date": "Tue, 05 Jan 2021 05:06:42 GMT",
364
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.12",
365
- "version": "0.0.0-canary.12",
366
- "comments": {
367
- "prerelease": [
368
- {
369
- "comment": "Rework error reporting/telemetry to only log the minimal amount of data",
370
- "author": "asklar@microsoft.com",
371
- "commit": "226fc2c5f4fc300ad90bfc413d275e0fe0adf87f",
372
- "package": "@react-native-windows/telemetry"
373
- }
374
- ]
375
- }
376
- },
377
- {
378
- "date": "Thu, 03 Dec 2020 23:59:32 GMT",
379
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.11",
380
- "version": "0.0.0-canary.11",
381
- "comments": {
382
- "prerelease": [
383
- {
384
- "comment": "Manual bump of @react-native-windows/telemetry to cause dependents to be republished",
385
- "author": "ngerlem@microsoft.com",
386
- "commit": "90ba61f3e43eafcac9e45b7c740bbfbda77fd5a1",
387
- "package": "@react-native-windows/telemetry"
388
- }
389
- ]
390
- }
391
- },
392
- {
393
- "date": "Tue, 24 Nov 2020 05:08:17 GMT",
394
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.10",
395
- "version": "0.0.0-canary.10",
396
- "comments": {
397
- "prerelease": [
398
- {
399
- "comment": "Fixup naming convention rules",
400
- "author": "ngerlem@microsoft.com",
401
- "commit": "adc0617836a0fba4112646595645e65f93e0106f",
402
- "package": "@react-native-windows/telemetry"
403
- }
404
- ]
405
- }
406
- },
407
- {
408
- "date": "Fri, 20 Nov 2020 05:08:43 GMT",
409
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.9",
410
- "version": "0.0.0-canary.9",
411
- "comments": {
412
- "none": [
413
- {
414
- "comment": "Integrate 11/18 RN Nightly Build 🎉",
415
- "author": "ngerlem@microsoft.com",
416
- "commit": "aba9483ea47b6d992877b325cc858a7e6309ead4",
417
- "package": "@react-native-windows/telemetry"
418
- }
419
- ]
420
- }
421
- },
422
- {
423
- "date": "Mon, 16 Nov 2020 14:39:19 GMT",
424
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.8",
425
- "version": "0.0.0-canary.8",
426
- "comments": {
427
- "prerelease": [
428
- {
429
- "comment": "anonymize paths with forward slashes and file shares",
430
- "author": "asklar@microsoft.com",
431
- "commit": "04e766ef7304d0852a06e772cbfc1982897a3808",
432
- "package": "@react-native-windows/telemetry"
433
- }
434
- ]
435
- }
436
- },
437
- {
438
- "date": "Thu, 12 Nov 2020 05:05:57 GMT",
439
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.7",
440
- "version": "0.0.0-canary.7",
441
- "comments": {
442
- "prerelease": [
443
- {
444
- "comment": "Disable telemetry in other CI systems",
445
- "author": "asklar@microsoft.com",
446
- "commit": "bcda5759d5d1bed770e7a8524e5cc3f94cbc0c6a",
447
- "package": "@react-native-windows/telemetry"
448
- }
449
- ]
450
- }
451
- },
452
- {
453
- "date": "Wed, 11 Nov 2020 05:05:29 GMT",
454
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.6",
455
- "version": "0.0.0-canary.6",
456
- "comments": {
457
- "prerelease": [
458
- {
459
- "comment": "Silence warnings from appinsights in production",
460
- "author": "asklar@microsoft.com",
461
- "commit": "1893d23fce2daedbf55ae90c5f6775141400f401",
462
- "package": "@react-native-windows/telemetry"
463
- }
464
- ]
465
- }
466
- },
467
- {
468
- "date": "Sat, 07 Nov 2020 05:04:58 GMT",
469
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.5",
470
- "version": "0.0.0-canary.5",
471
- "comments": {
472
- "prerelease": [
473
- {
474
- "comment": "Fix casing of msft domain",
475
- "author": "asklar@microsoft.com",
476
- "commit": "038cecd6638df6df39988fca433a104e82b3423e",
477
- "package": "@react-native-windows/telemetry"
478
- }
479
- ]
480
- }
481
- },
482
- {
483
- "date": "Fri, 06 Nov 2020 05:06:31 GMT",
484
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.4",
485
- "version": "0.0.0-canary.4",
486
- "comments": {
487
- "prerelease": [
488
- {
489
- "comment": "Remove roleInstance property",
490
- "author": "asklar@microsoft.com",
491
- "commit": "9254556d1726e6bec145a50c9935fae868060444",
492
- "package": "@react-native-windows/telemetry"
493
- }
494
- ]
495
- }
496
- },
497
- {
498
- "date": "Thu, 05 Nov 2020 17:30:59 GMT",
499
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.3",
500
- "version": "0.0.0-canary.3",
501
- "comments": {
502
- "prerelease": [
503
- {
504
- "comment": "sanitize paths in other drives too",
505
- "author": "asklar@microsoft.com",
506
- "commit": "10d82a2167557800fd518a13c170bdc7e7bffc14",
507
- "package": "@react-native-windows/telemetry"
508
- }
509
- ]
510
- }
511
- },
512
- {
513
- "date": "Thu, 05 Nov 2020 05:05:45 GMT",
514
- "tag": "@react-native-windows/telemetry_v0.0.0-canary.2",
515
- "version": "0.0.0-canary.2",
516
- "comments": {
517
- "prerelease": [
518
- {
519
- "comment": "Create telemetry package",
520
- "author": "asklar@microsoft.com",
521
- "commit": "61cc42e7f9b4dec313597fba6e99c6f22badbf7e",
522
- "package": "@react-native-windows/telemetry"
523
- }
524
- ]
525
- }
526
- }
527
- ]
528
- }