@xyd-js/openapi 0.1.0-xyd.7 → 0.1.0-xyd.94

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 (51) hide show
  1. package/CHANGELOG.md +784 -0
  2. package/LICENSE +21 -0
  3. package/__fixtures__/-2.complex.openai/input.yaml +39848 -0
  4. package/__fixtures__/-2.complex.openai/output.json +321646 -0
  5. package/__fixtures__/-2.complex.openai/pluginOasOpenai.ts +553 -0
  6. package/__fixtures__/-3.random/input.yaml +639 -0
  7. package/__fixtures__/-3.random/output.json +3828 -0
  8. package/__fixtures__/1.basic/input.yaml +226 -0
  9. package/__fixtures__/1.basic/output.json +1919 -0
  10. package/__fixtures__/2.more/input.yaml +76 -0
  11. package/__fixtures__/2.more/output.json +327 -0
  12. package/__fixtures__/3.multiple-responses/input.yaml +48 -0
  13. package/__fixtures__/3.multiple-responses/output.json +311 -0
  14. package/__fixtures__/5.xdocs.codeLanguages/input.yaml +231 -0
  15. package/__fixtures__/5.xdocs.codeLanguages/output.json +1879 -0
  16. package/__fixtures__/5.xdocs.sidebar/input.yaml +256 -0
  17. package/__fixtures__/5.xdocs.sidebar/output.json +843 -0
  18. package/__fixtures__/6.codeSamples/input.yaml +75 -0
  19. package/__fixtures__/6.codeSamples/output.json +293 -0
  20. package/__tests__/oapSchemaToReferences.test.ts +79 -0
  21. package/__tests__/utils.ts +81 -0
  22. package/dist/index.cjs +1860 -163
  23. package/dist/index.cjs.map +1 -1
  24. package/dist/index.d.cts +36 -4
  25. package/dist/index.d.ts +36 -4
  26. package/dist/index.js +1856 -156
  27. package/dist/index.js.map +1 -1
  28. package/examples/basic/index2.ts +2 -2
  29. package/index.ts +10 -2
  30. package/package.json +11 -7
  31. package/src/const.ts +5 -1
  32. package/src/converters/oas-componentSchemas.ts +205 -0
  33. package/src/converters/oas-examples.ts +417 -0
  34. package/src/{parameters.ts → converters/oas-parameters.ts} +17 -3
  35. package/src/converters/oas-paths.ts +354 -0
  36. package/src/{requestBody.ts → converters/oas-requestBody.ts} +30 -10
  37. package/src/converters/oas-responses.ts +76 -0
  38. package/src/converters/oas-schema.ts +141 -0
  39. package/src/index.ts +13 -5
  40. package/src/oas-core.ts +579 -0
  41. package/src/types.ts +18 -0
  42. package/src/utils.ts +103 -90
  43. package/src/xdocs/index.ts +18 -0
  44. package/src/xdocs/pluginSidebar.ts +580 -0
  45. package/src/xdocs/types.ts +26 -0
  46. package/vitest.config.ts +7 -0
  47. package/src/examples.ts +0 -116
  48. package/src/paths.ts +0 -103
  49. package/src/properties.ts +0 -37
  50. package/src/responses.ts +0 -38
  51. package/src/schema.ts +0 -62
package/CHANGELOG.md CHANGED
@@ -1,5 +1,789 @@
1
1
  # @xyd-js/openapi
2
2
 
3
+ ## 0.1.0-xyd.94
4
+
5
+ ### Patch Changes
6
+
7
+ - update all packages
8
+ - Updated dependencies
9
+ - @xyd-js/openapi-sampler@0.1.0-xyd.64
10
+ - @xyd-js/uniform@0.1.0-xyd.98
11
+
12
+ ## 0.1.0-xyd.93
13
+
14
+ ### Patch Changes
15
+
16
+ - update all packages
17
+ - Updated dependencies
18
+ - @xyd-js/openapi-sampler@0.1.0-xyd.63
19
+ - @xyd-js/uniform@0.1.0-xyd.97
20
+
21
+ ## 0.1.0-xyd.92
22
+
23
+ ### Patch Changes
24
+
25
+ - update all packages
26
+ - Updated dependencies
27
+ - @xyd-js/openapi-sampler@0.1.0-xyd.62
28
+ - @xyd-js/uniform@0.1.0-xyd.96
29
+
30
+ ## 0.1.0-xyd.91
31
+
32
+ ### Patch Changes
33
+
34
+ - update all packages
35
+ - Updated dependencies
36
+ - @xyd-js/openapi-sampler@0.1.0-xyd.61
37
+ - @xyd-js/uniform@0.1.0-xyd.95
38
+
39
+ ## 0.1.0-xyd.90
40
+
41
+ ### Patch Changes
42
+
43
+ - update all packages
44
+ - Updated dependencies
45
+ - @xyd-js/openapi-sampler@0.1.0-xyd.60
46
+ - @xyd-js/uniform@0.1.0-xyd.94
47
+
48
+ ## 0.1.0-xyd.89
49
+
50
+ ### Patch Changes
51
+
52
+ - update all packages
53
+ - Updated dependencies
54
+ - @xyd-js/openapi-sampler@0.1.0-xyd.59
55
+ - @xyd-js/uniform@0.1.0-xyd.93
56
+
57
+ ## 0.1.0-xyd.88
58
+
59
+ ### Patch Changes
60
+
61
+ - update all packages
62
+ - Updated dependencies
63
+ - @xyd-js/openapi-sampler@0.1.0-xyd.58
64
+ - @xyd-js/uniform@0.1.0-xyd.92
65
+
66
+ ## 0.1.0-xyd.87
67
+
68
+ ### Patch Changes
69
+
70
+ - update all packages
71
+ - Updated dependencies
72
+ - @xyd-js/openapi-sampler@0.1.0-xyd.57
73
+ - @xyd-js/uniform@0.1.0-xyd.91
74
+
75
+ ## 0.1.0-xyd.86
76
+
77
+ ### Patch Changes
78
+
79
+ - update all packages
80
+ - Updated dependencies
81
+ - @xyd-js/openapi-sampler@0.1.0-xyd.56
82
+ - @xyd-js/uniform@0.1.0-xyd.90
83
+
84
+ ## 0.1.0-xyd.85
85
+
86
+ ### Patch Changes
87
+
88
+ - update all packages
89
+ - Updated dependencies
90
+ - @xyd-js/openapi-sampler@0.1.0-xyd.55
91
+ - @xyd-js/uniform@0.1.0-xyd.89
92
+
93
+ ## 0.1.0-xyd.84
94
+
95
+ ### Patch Changes
96
+
97
+ - update all packages
98
+ - Updated dependencies
99
+ - @xyd-js/openapi-sampler@0.1.0-xyd.54
100
+ - @xyd-js/uniform@0.1.0-xyd.88
101
+
102
+ ## 0.1.0-xyd.83
103
+
104
+ ### Patch Changes
105
+
106
+ - update all packages
107
+ - Updated dependencies
108
+ - @xyd-js/openapi-sampler@0.1.0-xyd.53
109
+ - @xyd-js/uniform@0.1.0-xyd.87
110
+
111
+ ## 0.1.0-xyd.82
112
+
113
+ ### Patch Changes
114
+
115
+ - update all packages
116
+ - Updated dependencies
117
+ - @xyd-js/openapi-sampler@0.1.0-xyd.52
118
+ - @xyd-js/uniform@0.1.0-xyd.86
119
+
120
+ ## 0.1.0-xyd.81
121
+
122
+ ### Patch Changes
123
+
124
+ - update all packages
125
+ - Updated dependencies
126
+ - @xyd-js/openapi-sampler@0.1.0-xyd.51
127
+ - @xyd-js/uniform@0.1.0-xyd.85
128
+
129
+ ## 0.1.0-xyd.80
130
+
131
+ ### Patch Changes
132
+
133
+ - update all packages
134
+ - Updated dependencies
135
+ - @xyd-js/openapi-sampler@0.1.0-xyd.50
136
+ - @xyd-js/uniform@0.1.0-xyd.84
137
+
138
+ ## 0.1.0-xyd.79
139
+
140
+ ### Patch Changes
141
+
142
+ - update all packages
143
+ - Updated dependencies
144
+ - @xyd-js/openapi-sampler@0.1.0-xyd.49
145
+ - @xyd-js/uniform@0.1.0-xyd.83
146
+
147
+ ## 0.1.0-xyd.78
148
+
149
+ ### Patch Changes
150
+
151
+ - update all packages
152
+ - Updated dependencies
153
+ - @xyd-js/openapi-sampler@0.1.0-xyd.48
154
+ - @xyd-js/uniform@0.1.0-xyd.82
155
+
156
+ ## 0.1.0-xyd.77
157
+
158
+ ### Patch Changes
159
+
160
+ - update all packages
161
+ - update all packages
162
+ - Updated dependencies
163
+ - Updated dependencies
164
+ - @xyd-js/openapi-sampler@0.1.0-xyd.47
165
+ - @xyd-js/uniform@0.1.0-xyd.81
166
+
167
+ ## 0.1.0-xyd.76
168
+
169
+ ### Patch Changes
170
+
171
+ - update all packages
172
+ - Updated dependencies
173
+ - @xyd-js/openapi-sampler@0.1.0-xyd.46
174
+ - @xyd-js/uniform@0.1.0-xyd.80
175
+
176
+ ## 0.1.0-xyd.75
177
+
178
+ ### Patch Changes
179
+
180
+ - update all packages
181
+ - Updated dependencies
182
+ - @xyd-js/openapi-sampler@0.1.0-xyd.45
183
+ - @xyd-js/uniform@0.1.0-xyd.79
184
+
185
+ ## 0.1.0-xyd.74
186
+
187
+ ### Patch Changes
188
+
189
+ - update all packages
190
+ - Updated dependencies
191
+ - @xyd-js/openapi-sampler@0.1.0-xyd.44
192
+ - @xyd-js/uniform@0.1.0-xyd.78
193
+
194
+ ## 0.1.0-xyd.73
195
+
196
+ ### Patch Changes
197
+
198
+ - update all packages
199
+ - Updated dependencies
200
+ - @xyd-js/openapi-sampler@0.1.0-xyd.43
201
+ - @xyd-js/uniform@0.1.0-xyd.77
202
+
203
+ ## 0.1.0-xyd.72
204
+
205
+ ### Patch Changes
206
+
207
+ - update all packages
208
+ - Updated dependencies
209
+ - @xyd-js/openapi-sampler@0.1.0-xyd.42
210
+ - @xyd-js/uniform@0.1.0-xyd.76
211
+
212
+ ## 0.1.0-xyd.71
213
+
214
+ ### Patch Changes
215
+
216
+ - update all packages
217
+ - Updated dependencies
218
+ - @xyd-js/openapi-sampler@0.1.0-xyd.41
219
+ - @xyd-js/uniform@0.1.0-xyd.75
220
+
221
+ ## 0.1.0-xyd.70
222
+
223
+ ### Patch Changes
224
+
225
+ - update all packages
226
+ - update all packages
227
+ - Updated dependencies
228
+ - Updated dependencies
229
+ - @xyd-js/openapi-sampler@0.1.0-xyd.40
230
+ - @xyd-js/uniform@0.1.0-xyd.74
231
+
232
+ ## 0.1.0-xyd.69
233
+
234
+ ### Patch Changes
235
+
236
+ - update all packages
237
+ - Updated dependencies
238
+ - @xyd-js/openapi-sampler@0.1.0-xyd.39
239
+ - @xyd-js/uniform@0.1.0-xyd.73
240
+
241
+ ## 0.1.0-xyd.68
242
+
243
+ ### Patch Changes
244
+
245
+ - update all packages
246
+ - Updated dependencies
247
+ - @xyd-js/openapi-sampler@0.1.0-xyd.38
248
+ - @xyd-js/uniform@0.1.0-xyd.72
249
+
250
+ ## 0.1.0-xyd.67
251
+
252
+ ### Patch Changes
253
+
254
+ - update all packages
255
+ - Updated dependencies
256
+ - @xyd-js/openapi-sampler@0.1.0-xyd.37
257
+ - @xyd-js/uniform@0.1.0-xyd.71
258
+
259
+ ## 0.1.0-xyd.66
260
+
261
+ ### Patch Changes
262
+
263
+ - update all packages
264
+ - Updated dependencies
265
+ - @xyd-js/openapi-sampler@0.1.0-xyd.36
266
+ - @xyd-js/uniform@0.1.0-xyd.70
267
+
268
+ ## 0.1.0-xyd.65
269
+
270
+ ### Patch Changes
271
+
272
+ - update all packages
273
+ - Updated dependencies
274
+ - @xyd-js/openapi-sampler@0.1.0-xyd.35
275
+ - @xyd-js/uniform@0.1.0-xyd.69
276
+
277
+ ## 0.1.0-xyd.64
278
+
279
+ ### Patch Changes
280
+
281
+ - update all packages
282
+ - update all packages
283
+ - Updated dependencies
284
+ - Updated dependencies
285
+ - @xyd-js/openapi-sampler@0.1.0-xyd.34
286
+ - @xyd-js/uniform@0.1.0-xyd.68
287
+
288
+ ## 0.1.0-xyd.63
289
+
290
+ ### Patch Changes
291
+
292
+ - update all packages
293
+ - Updated dependencies
294
+ - @xyd-js/openapi-sampler@0.1.0-xyd.33
295
+ - @xyd-js/uniform@0.1.0-xyd.67
296
+
297
+ ## 0.1.0-xyd.62
298
+
299
+ ### Patch Changes
300
+
301
+ - update all packages
302
+ - Updated dependencies
303
+ - @xyd-js/openapi-sampler@0.1.0-xyd.32
304
+ - @xyd-js/uniform@0.1.0-xyd.66
305
+
306
+ ## 0.1.0-xyd.61
307
+
308
+ ### Patch Changes
309
+
310
+ - update all packages
311
+ - Updated dependencies
312
+ - @xyd-js/openapi-sampler@0.1.0-xyd.31
313
+ - @xyd-js/uniform@0.1.0-xyd.65
314
+
315
+ ## 0.1.0-xyd.60
316
+
317
+ ### Patch Changes
318
+
319
+ - update all packages
320
+ - Updated dependencies
321
+ - @xyd-js/openapi-sampler@0.1.0-xyd.30
322
+ - @xyd-js/uniform@0.1.0-xyd.64
323
+
324
+ ## 0.1.0-xyd.59
325
+
326
+ ### Patch Changes
327
+
328
+ - update all packages
329
+ - Updated dependencies
330
+ - @xyd-js/openapi-sampler@0.1.0-xyd.29
331
+ - @xyd-js/uniform@0.1.0-xyd.63
332
+
333
+ ## 0.1.0-xyd.58
334
+
335
+ ### Patch Changes
336
+
337
+ - update all packages
338
+ - Updated dependencies
339
+ - @xyd-js/openapi-sampler@0.1.0-xyd.28
340
+ - @xyd-js/uniform@0.1.0-xyd.62
341
+
342
+ ## 0.1.0-xyd.57
343
+
344
+ ### Patch Changes
345
+
346
+ - update all packages
347
+ - Updated dependencies
348
+ - @xyd-js/openapi-sampler@0.1.0-xyd.27
349
+ - @xyd-js/uniform@0.1.0-xyd.61
350
+
351
+ ## 0.1.0-xyd.56
352
+
353
+ ### Patch Changes
354
+
355
+ - update all packages
356
+ - Updated dependencies
357
+ - @xyd-js/openapi-sampler@0.1.0-xyd.26
358
+ - @xyd-js/uniform@0.1.0-xyd.60
359
+
360
+ ## 0.1.0-xyd.55
361
+
362
+ ### Patch Changes
363
+
364
+ - update all packages
365
+ - Updated dependencies
366
+ - @xyd-js/openapi-sampler@0.1.0-xyd.25
367
+ - @xyd-js/uniform@0.1.0-xyd.59
368
+
369
+ ## 0.1.0-xyd.54
370
+
371
+ ### Patch Changes
372
+
373
+ - update all packages
374
+ - Updated dependencies
375
+ - @xyd-js/openapi-sampler@0.1.0-xyd.24
376
+ - @xyd-js/uniform@0.1.0-xyd.58
377
+
378
+ ## 0.1.0-xyd.53
379
+
380
+ ### Patch Changes
381
+
382
+ - update all packages
383
+ - update all packages
384
+ - update all packages
385
+ - update all packages
386
+ - update all packages
387
+ - update all packages
388
+ - Updated dependencies
389
+ - Updated dependencies
390
+ - Updated dependencies
391
+ - Updated dependencies
392
+ - Updated dependencies
393
+ - Updated dependencies
394
+ - @xyd-js/openapi-sampler@0.1.0-xyd.23
395
+ - @xyd-js/uniform@0.1.0-xyd.57
396
+
397
+ ## 0.1.0-xyd.52
398
+
399
+ ### Patch Changes
400
+
401
+ - update all packages
402
+ - Updated dependencies
403
+ - @xyd-js/uniform@0.1.0-xyd.56
404
+ - @xyd-js/openapi-sampler@0.1.0-xyd.22
405
+
406
+ ## 0.1.0-xyd.51
407
+
408
+ ### Patch Changes
409
+
410
+ - update all packages
411
+ - Updated dependencies
412
+ - @xyd-js/uniform@0.1.0-xyd.55
413
+ - @xyd-js/openapi-sampler@0.1.0-xyd.21
414
+
415
+ ## 0.1.0-xyd.50
416
+
417
+ ### Patch Changes
418
+
419
+ - update all packages
420
+ - Updated dependencies
421
+ - @xyd-js/uniform@0.1.0-xyd.54
422
+ - @xyd-js/openapi-sampler@0.1.0-xyd.20
423
+
424
+ ## 0.1.0-xyd.49
425
+
426
+ ### Patch Changes
427
+
428
+ - update all packages
429
+ - Updated dependencies
430
+ - @xyd-js/uniform@0.1.0-xyd.53
431
+ - @xyd-js/openapi-sampler@0.1.0-xyd.19
432
+
433
+ ## 0.1.0-xyd.48
434
+
435
+ ### Patch Changes
436
+
437
+ - update all packages
438
+ - Updated dependencies
439
+ - @xyd-js/uniform@0.1.0-xyd.52
440
+ - @xyd-js/openapi-sampler@0.1.0-xyd.18
441
+
442
+ ## 0.1.0-xyd.47
443
+
444
+ ### Patch Changes
445
+
446
+ - update all packages
447
+ - Updated dependencies
448
+ - @xyd-js/uniform@0.1.0-xyd.51
449
+ - @xyd-js/openapi-sampler@0.1.0-xyd.17
450
+
451
+ ## 0.1.0-xyd.46
452
+
453
+ ### Patch Changes
454
+
455
+ - update all packages
456
+ - Updated dependencies
457
+ - @xyd-js/uniform@0.1.0-xyd.50
458
+ - @xyd-js/openapi-sampler@0.1.0-xyd.16
459
+
460
+ ## 0.1.0-xyd.45
461
+
462
+ ### Patch Changes
463
+
464
+ - update all packages
465
+ - Updated dependencies
466
+ - @xyd-js/uniform@0.1.0-xyd.49
467
+ - @xyd-js/openapi-sampler@0.1.0-xyd.15
468
+
469
+ ## 0.1.0-xyd.44
470
+
471
+ ### Patch Changes
472
+
473
+ - update all packages
474
+ - Updated dependencies
475
+ - @xyd-js/uniform@0.1.0-xyd.48
476
+ - @xyd-js/openapi-sampler@0.1.0-xyd.14
477
+
478
+ ## 0.1.0-xyd.43
479
+
480
+ ### Patch Changes
481
+
482
+ - update all packages
483
+ - Updated dependencies
484
+ - @xyd-js/uniform@0.1.0-xyd.47
485
+ - @xyd-js/openapi-sampler@0.1.0-xyd.13
486
+
487
+ ## 0.1.0-xyd.42
488
+
489
+ ### Patch Changes
490
+
491
+ - update all packages
492
+ - Updated dependencies
493
+ - @xyd-js/uniform@0.1.0-xyd.46
494
+ - @xyd-js/openapi-sampler@0.1.0-xyd.12
495
+
496
+ ## 0.1.0-xyd.41
497
+
498
+ ### Patch Changes
499
+
500
+ - update all packages
501
+ - Updated dependencies
502
+ - @xyd-js/uniform@0.1.0-xyd.45
503
+ - @xyd-js/openapi-sampler@0.1.0-xyd.11
504
+
505
+ ## 0.1.0-xyd.40
506
+
507
+ ### Patch Changes
508
+
509
+ - update all packages
510
+ - Updated dependencies
511
+ - @xyd-js/uniform@0.1.0-xyd.44
512
+ - @xyd-js/openapi-sampler@0.1.0-xyd.10
513
+
514
+ ## 0.1.0-xyd.39
515
+
516
+ ### Patch Changes
517
+
518
+ - update all packages
519
+ - Updated dependencies
520
+ - @xyd-js/uniform@0.1.0-xyd.43
521
+ - @xyd-js/openapi-sampler@0.1.0-xyd.9
522
+
523
+ ## 0.1.0-xyd.38
524
+
525
+ ### Patch Changes
526
+
527
+ - update all packages
528
+ - Updated dependencies
529
+ - @xyd-js/uniform@0.1.0-xyd.42
530
+ - @xyd-js/openapi-sampler@0.1.0-xyd.8
531
+
532
+ ## 0.1.0-xyd.37
533
+
534
+ ### Patch Changes
535
+
536
+ - update all packages
537
+ - Updated dependencies
538
+ - @xyd-js/uniform@0.1.0-xyd.41
539
+ - @xyd-js/openapi-sampler@0.1.0-xyd.7
540
+
541
+ ## 0.1.0-xyd.36
542
+
543
+ ### Patch Changes
544
+
545
+ - update all packages
546
+ - Updated dependencies
547
+ - @xyd-js/uniform@0.1.0-xyd.40
548
+ - @xyd-js/openapi-sampler@0.1.0-xyd.6
549
+
550
+ ## 0.1.0-xyd.35
551
+
552
+ ### Patch Changes
553
+
554
+ - update all packages
555
+ - Updated dependencies
556
+ - @xyd-js/uniform@0.1.0-xyd.39
557
+ - @xyd-js/openapi-sampler@0.1.0-xyd.5
558
+
559
+ ## 0.1.0-xyd.34
560
+
561
+ ### Patch Changes
562
+
563
+ - update all packages
564
+ - Updated dependencies
565
+ - @xyd-js/uniform@0.1.0-xyd.38
566
+ - @xyd-js/openapi-sampler@0.1.0-xyd.4
567
+
568
+ ## 0.1.0-xyd.33
569
+
570
+ ### Patch Changes
571
+
572
+ - update all packages
573
+ - Updated dependencies
574
+ - @xyd-js/uniform@0.1.0-xyd.37
575
+ - @xyd-js/openapi-sampler@0.1.0-xyd.3
576
+
577
+ ## 0.1.0-xyd.32
578
+
579
+ ### Patch Changes
580
+
581
+ - update all packages
582
+ - Updated dependencies
583
+ - @xyd-js/uniform@0.1.0-xyd.36
584
+ - @xyd-js/openapi-sampler@0.1.0-xyd.2
585
+
586
+ ## 0.1.0-xyd.31
587
+
588
+ ### Patch Changes
589
+
590
+ - update all packages
591
+ - Updated dependencies
592
+ - @xyd-js/uniform@0.1.0-xyd.35
593
+ - @xyd-js/openapi-sampler@0.1.0-xyd.1
594
+
595
+ ## 0.1.0-xyd.30
596
+
597
+ ### Patch Changes
598
+
599
+ - update all packages
600
+ - Updated dependencies
601
+ - @xyd-js/uniform@0.1.0-xyd.34
602
+
603
+ ## 0.1.0-xyd.29
604
+
605
+ ### Patch Changes
606
+
607
+ - update all packages
608
+ - update all packages
609
+ - Updated dependencies
610
+ - Updated dependencies
611
+ - @xyd-js/uniform@0.1.0-xyd.33
612
+
613
+ ## 0.1.0-xyd.28
614
+
615
+ ### Patch Changes
616
+
617
+ - update all packages
618
+ - Updated dependencies
619
+ - @xyd-js/uniform@0.1.0-xyd.32
620
+
621
+ ## 0.1.0-xyd.27
622
+
623
+ ### Patch Changes
624
+
625
+ - update all packages
626
+ - update all packages
627
+ - Updated dependencies
628
+ - Updated dependencies
629
+ - @xyd-js/uniform@0.1.0-xyd.31
630
+
631
+ ## 0.1.0-xyd.26
632
+
633
+ ### Patch Changes
634
+
635
+ - update all packages
636
+ - update all packages
637
+ - Updated dependencies
638
+ - Updated dependencies
639
+ - @xyd-js/uniform@0.1.0-xyd.30
640
+
641
+ ## 0.1.0-xyd.25
642
+
643
+ ### Patch Changes
644
+
645
+ - update all packages
646
+ - update all packages
647
+ - Updated dependencies
648
+ - Updated dependencies
649
+ - @xyd-js/uniform@0.1.0-xyd.29
650
+
651
+ ## 0.1.0-xyd.24
652
+
653
+ ### Patch Changes
654
+
655
+ - update all packages
656
+ - update all packages
657
+ - Updated dependencies
658
+ - Updated dependencies
659
+ - @xyd-js/uniform@0.1.0-xyd.28
660
+
661
+ ## 0.1.0-xyd.23
662
+
663
+ ### Patch Changes
664
+
665
+ - update all packages
666
+ - update all packages
667
+ - Updated dependencies
668
+ - Updated dependencies
669
+ - @xyd-js/uniform@0.1.0-xyd.27
670
+
671
+ ## 0.1.0-xyd.22
672
+
673
+ ### Patch Changes
674
+
675
+ - update all packages
676
+ - update all packages
677
+ - Updated dependencies
678
+ - Updated dependencies
679
+ - @xyd-js/uniform@0.1.0-xyd.26
680
+
681
+ ## 0.1.0-xyd.21
682
+
683
+ ### Patch Changes
684
+
685
+ - update all packages
686
+ - Updated dependencies
687
+ - @xyd-js/uniform@0.1.0-xyd.25
688
+
689
+ ## 0.1.0-xyd.20
690
+
691
+ ### Patch Changes
692
+
693
+ - update all packages
694
+ - Updated dependencies
695
+ - @xyd-js/uniform@0.1.0-xyd.24
696
+
697
+ ## 0.1.0-xyd.19
698
+
699
+ ### Patch Changes
700
+
701
+ - update all packages
702
+ - Updated dependencies
703
+ - @xyd-js/uniform@0.1.0-xyd.23
704
+
705
+ ## 0.1.0-xyd.18
706
+
707
+ ### Patch Changes
708
+
709
+ - update
710
+ - Updated dependencies
711
+ - @xyd-js/uniform@0.1.0-xyd.22
712
+
713
+ ## 0.1.0-xyd.17
714
+
715
+ ### Patch Changes
716
+
717
+ - update
718
+ - Updated dependencies
719
+ - @xyd-js/uniform@0.1.0-xyd.21
720
+
721
+ ## 0.1.0-xyd.16
722
+
723
+ ### Patch Changes
724
+
725
+ - update
726
+ - Updated dependencies
727
+ - @xyd-js/uniform@0.1.0-xyd.20
728
+
729
+ ## 0.1.0-xyd.15
730
+
731
+ ### Patch Changes
732
+
733
+ - update
734
+ - Updated dependencies
735
+ - @xyd-js/uniform@0.1.0-xyd.19
736
+
737
+ ## 0.1.0-xyd.14
738
+
739
+ ### Patch Changes
740
+
741
+ - update
742
+ - Updated dependencies
743
+ - @xyd-js/uniform@0.1.0-xyd.18
744
+
745
+ ## 0.1.0-xyd.13
746
+
747
+ ### Patch Changes
748
+
749
+ - test
750
+ - Updated dependencies
751
+ - @xyd-js/uniform@0.1.0-xyd.17
752
+
753
+ ## 0.1.0-xyd.12
754
+
755
+ ### Patch Changes
756
+
757
+ - update packages
758
+ - Updated dependencies
759
+ - @xyd-js/uniform@0.1.0-xyd.16
760
+
761
+ ## 0.1.0-xyd.11
762
+
763
+ ### Patch Changes
764
+
765
+ - version
766
+ - Updated dependencies
767
+ - @xyd-js/uniform@0.1.0-xyd.15
768
+
769
+ ## 0.1.0-xyd.10
770
+
771
+ ### Patch Changes
772
+
773
+ - @xyd-js/uniform@0.1.0-xyd.14
774
+
775
+ ## 0.1.0-xyd.9
776
+
777
+ ### Patch Changes
778
+
779
+ - @xyd-js/uniform@0.1.0-xyd.13
780
+
781
+ ## 0.1.0-xyd.8
782
+
783
+ ### Patch Changes
784
+
785
+ - @xyd-js/uniform@0.1.0-xyd.12
786
+
3
787
  ## 0.1.0-xyd.7
4
788
 
5
789
  ### Patch Changes