@react-native-windows/telemetry 0.66.1 → 0.68.0-preview.2

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