polyfill-library 4.1.1 → 4.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3411) hide show
  1. package/CHANGELOG.md +4 -4
  2. package/package.json +11 -11
  3. package/polyfills/__dist/AbortController/meta.json +1 -1
  4. package/polyfills/__dist/AggregateError/meta.json +1 -1
  5. package/polyfills/__dist/Array.from/meta.json +1 -1
  6. package/polyfills/__dist/Array.of/meta.json +1 -1
  7. package/polyfills/__dist/Array.prototype.@@iterator/meta.json +1 -1
  8. package/polyfills/__dist/Array.prototype.at/meta.json +1 -1
  9. package/polyfills/__dist/Array.prototype.copyWithin/meta.json +1 -1
  10. package/polyfills/__dist/Array.prototype.entries/meta.json +1 -1
  11. package/polyfills/__dist/Array.prototype.fill/meta.json +1 -1
  12. package/polyfills/__dist/Array.prototype.find/meta.json +1 -1
  13. package/polyfills/__dist/Array.prototype.findIndex/meta.json +1 -1
  14. package/polyfills/__dist/Array.prototype.flat/meta.json +1 -1
  15. package/polyfills/__dist/Array.prototype.flatMap/meta.json +1 -1
  16. package/polyfills/__dist/Array.prototype.includes/meta.json +1 -1
  17. package/polyfills/__dist/Array.prototype.keys/meta.json +1 -1
  18. package/polyfills/__dist/Array.prototype.sort/meta.json +1 -1
  19. package/polyfills/__dist/Array.prototype.values/meta.json +1 -1
  20. package/polyfills/__dist/ArrayBuffer/meta.json +1 -1
  21. package/polyfills/__dist/ArrayBuffer.isView/meta.json +1 -1
  22. package/polyfills/__dist/ArrayBuffer.prototype.@@toStringTag/meta.json +1 -0
  23. package/polyfills/__dist/ArrayBuffer.prototype.@@toStringTag/min.js +1 -0
  24. package/polyfills/__dist/ArrayBuffer.prototype.@@toStringTag/raw.js +19 -0
  25. package/polyfills/__dist/Blob/meta.json +1 -1
  26. package/polyfills/__dist/CSS.supports/meta.json +1 -1
  27. package/polyfills/__dist/CharacterData.prototype.after/meta.json +1 -0
  28. package/polyfills/__dist/CharacterData.prototype.after/min.js +1 -0
  29. package/polyfills/__dist/CharacterData.prototype.after/raw.js +3 -0
  30. package/polyfills/__dist/CharacterData.prototype.before/meta.json +1 -0
  31. package/polyfills/__dist/CharacterData.prototype.before/min.js +1 -0
  32. package/polyfills/__dist/CharacterData.prototype.before/raw.js +3 -0
  33. package/polyfills/__dist/CharacterData.prototype.nextElementSibling/meta.json +1 -0
  34. package/polyfills/__dist/CharacterData.prototype.nextElementSibling/min.js +1 -0
  35. package/polyfills/__dist/CharacterData.prototype.nextElementSibling/raw.js +5 -0
  36. package/polyfills/__dist/CharacterData.prototype.previousElementSibling/meta.json +1 -0
  37. package/polyfills/__dist/CharacterData.prototype.previousElementSibling/min.js +1 -0
  38. package/polyfills/__dist/CharacterData.prototype.previousElementSibling/raw.js +5 -0
  39. package/polyfills/__dist/CharacterData.prototype.remove/meta.json +1 -0
  40. package/polyfills/__dist/CharacterData.prototype.remove/min.js +1 -0
  41. package/polyfills/__dist/CharacterData.prototype.remove/raw.js +3 -0
  42. package/polyfills/__dist/CharacterData.prototype.replaceWith/meta.json +1 -0
  43. package/polyfills/__dist/CharacterData.prototype.replaceWith/min.js +1 -0
  44. package/polyfills/__dist/CharacterData.prototype.replaceWith/raw.js +3 -0
  45. package/polyfills/__dist/CustomEvent/meta.json +1 -1
  46. package/polyfills/__dist/DOMRect/meta.json +1 -1
  47. package/polyfills/__dist/DOMRect.fromRect/meta.json +1 -1
  48. package/polyfills/__dist/DOMTokenList/meta.json +1 -1
  49. package/polyfills/__dist/DOMTokenList.prototype.@@iterator/meta.json +1 -1
  50. package/polyfills/__dist/DOMTokenList.prototype.forEach/meta.json +1 -1
  51. package/polyfills/__dist/DOMTokenList.prototype.replace/meta.json +1 -1
  52. package/polyfills/__dist/DocumentFragment/meta.json +1 -1
  53. package/polyfills/__dist/DocumentFragment.prototype.append/meta.json +1 -1
  54. package/polyfills/__dist/DocumentFragment.prototype.prepend/meta.json +1 -1
  55. package/polyfills/__dist/Element.prototype.after/meta.json +1 -1
  56. package/polyfills/__dist/Element.prototype.append/meta.json +1 -1
  57. package/polyfills/__dist/Element.prototype.before/meta.json +1 -1
  58. package/polyfills/__dist/Element.prototype.classList/meta.json +1 -1
  59. package/polyfills/__dist/Element.prototype.closest/meta.json +1 -1
  60. package/polyfills/__dist/Element.prototype.dataset/meta.json +1 -1
  61. package/polyfills/__dist/Element.prototype.getAttributeNames/meta.json +1 -1
  62. package/polyfills/__dist/Element.prototype.matches/meta.json +1 -1
  63. package/polyfills/__dist/Element.prototype.prepend/meta.json +1 -1
  64. package/polyfills/__dist/Element.prototype.remove/meta.json +1 -1
  65. package/polyfills/__dist/Element.prototype.replaceWith/meta.json +1 -1
  66. package/polyfills/__dist/Element.prototype.toggleAttribute/meta.json +1 -1
  67. package/polyfills/__dist/Event/meta.json +1 -1
  68. package/polyfills/__dist/Event.hashchange/meta.json +1 -1
  69. package/polyfills/__dist/EventSource/meta.json +1 -1
  70. package/polyfills/__dist/Function.prototype.name/meta.json +1 -1
  71. package/polyfills/__dist/HTMLCanvasElement.prototype.toBlob/meta.json +1 -1
  72. package/polyfills/__dist/HTMLCollection.prototype.@@iterator/meta.json +1 -1
  73. package/polyfills/__dist/HTMLElement.prototype.inert/meta.json +1 -0
  74. package/polyfills/__dist/HTMLElement.prototype.inert/min.js +1 -0
  75. package/polyfills/__dist/{Element.prototype.inert → HTMLElement.prototype.inert}/raw.js +29 -22
  76. package/polyfills/__dist/HTMLInputElement.prototype.valueAsDate/meta.json +1 -1
  77. package/polyfills/__dist/HTMLInputElement.prototype.valueAsDate/raw.js +12 -23
  78. package/polyfills/__dist/HTMLPictureElement/meta.json +1 -1
  79. package/polyfills/__dist/HTMLSelectElement.prototype.selectedOptions/meta.json +1 -1
  80. package/polyfills/__dist/HTMLTemplateElement/meta.json +1 -1
  81. package/polyfills/__dist/HTMLTemplateElement/min.js +1 -1
  82. package/polyfills/__dist/HTMLTemplateElement/raw.js +25 -598
  83. package/polyfills/__dist/IntersectionObserver/meta.json +1 -1
  84. package/polyfills/__dist/IntersectionObserver/min.js +1 -1
  85. package/polyfills/__dist/IntersectionObserver/raw.js +11 -1
  86. package/polyfills/__dist/Intl.DateTimeFormat/meta.json +1 -1
  87. package/polyfills/__dist/Intl.DateTimeFormat.~locale.af/meta.json +1 -1
  88. package/polyfills/__dist/Intl.DateTimeFormat.~locale.af-NA/meta.json +1 -1
  89. package/polyfills/__dist/Intl.DateTimeFormat.~locale.agq/meta.json +1 -1
  90. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ak/meta.json +1 -1
  91. package/polyfills/__dist/Intl.DateTimeFormat.~locale.am/meta.json +1 -1
  92. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar/meta.json +1 -1
  93. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-AE/meta.json +1 -1
  94. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-BH/meta.json +1 -1
  95. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-DJ/meta.json +1 -1
  96. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-DZ/meta.json +1 -1
  97. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-EG/meta.json +1 -1
  98. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-EH/meta.json +1 -1
  99. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-ER/meta.json +1 -1
  100. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-IL/meta.json +1 -1
  101. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-IQ/meta.json +1 -1
  102. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-JO/meta.json +1 -1
  103. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-KM/meta.json +1 -1
  104. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-KW/meta.json +1 -1
  105. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-LB/meta.json +1 -1
  106. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-LY/meta.json +1 -1
  107. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-MA/meta.json +1 -1
  108. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-MR/meta.json +1 -1
  109. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-OM/meta.json +1 -1
  110. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-PS/meta.json +1 -1
  111. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-QA/meta.json +1 -1
  112. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-SA/meta.json +1 -1
  113. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-SD/meta.json +1 -1
  114. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-SO/meta.json +1 -1
  115. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-SS/meta.json +1 -1
  116. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-SY/meta.json +1 -1
  117. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-TD/meta.json +1 -1
  118. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-TN/meta.json +1 -1
  119. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ar-YE/meta.json +1 -1
  120. package/polyfills/__dist/Intl.DateTimeFormat.~locale.as/meta.json +1 -1
  121. package/polyfills/__dist/Intl.DateTimeFormat.~locale.asa/meta.json +1 -1
  122. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ast/meta.json +1 -1
  123. package/polyfills/__dist/Intl.DateTimeFormat.~locale.az/meta.json +1 -1
  124. package/polyfills/__dist/Intl.DateTimeFormat.~locale.az-Cyrl/meta.json +1 -1
  125. package/polyfills/__dist/Intl.DateTimeFormat.~locale.az-Latn/meta.json +1 -1
  126. package/polyfills/__dist/Intl.DateTimeFormat.~locale.bas/meta.json +1 -1
  127. package/polyfills/__dist/Intl.DateTimeFormat.~locale.be/meta.json +1 -1
  128. package/polyfills/__dist/Intl.DateTimeFormat.~locale.bem/meta.json +1 -1
  129. package/polyfills/__dist/Intl.DateTimeFormat.~locale.bez/meta.json +1 -1
  130. package/polyfills/__dist/Intl.DateTimeFormat.~locale.bg/meta.json +1 -1
  131. package/polyfills/__dist/Intl.DateTimeFormat.~locale.bm/meta.json +1 -1
  132. package/polyfills/__dist/Intl.DateTimeFormat.~locale.bn/meta.json +1 -1
  133. package/polyfills/__dist/Intl.DateTimeFormat.~locale.bn-IN/meta.json +1 -1
  134. package/polyfills/__dist/Intl.DateTimeFormat.~locale.bo/meta.json +1 -1
  135. package/polyfills/__dist/Intl.DateTimeFormat.~locale.bo-IN/meta.json +1 -1
  136. package/polyfills/__dist/Intl.DateTimeFormat.~locale.br/meta.json +1 -1
  137. package/polyfills/__dist/Intl.DateTimeFormat.~locale.brx/meta.json +1 -1
  138. package/polyfills/__dist/Intl.DateTimeFormat.~locale.bs/meta.json +1 -1
  139. package/polyfills/__dist/Intl.DateTimeFormat.~locale.bs-Cyrl/meta.json +1 -1
  140. package/polyfills/__dist/Intl.DateTimeFormat.~locale.bs-Latn/meta.json +1 -1
  141. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ca/meta.json +1 -1
  142. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ca-AD/meta.json +1 -1
  143. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ca-ES-VALENCIA/meta.json +1 -1
  144. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ca-FR/meta.json +1 -1
  145. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ca-IT/meta.json +1 -1
  146. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ccp/meta.json +1 -1
  147. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ccp-IN/meta.json +1 -1
  148. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ce/meta.json +1 -1
  149. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ceb/meta.json +1 -1
  150. package/polyfills/__dist/Intl.DateTimeFormat.~locale.cgg/meta.json +1 -1
  151. package/polyfills/__dist/Intl.DateTimeFormat.~locale.chr/meta.json +1 -1
  152. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ckb/meta.json +1 -1
  153. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ckb-IR/meta.json +1 -1
  154. package/polyfills/__dist/Intl.DateTimeFormat.~locale.cs/meta.json +1 -1
  155. package/polyfills/__dist/Intl.DateTimeFormat.~locale.cy/meta.json +1 -1
  156. package/polyfills/__dist/Intl.DateTimeFormat.~locale.da/meta.json +1 -1
  157. package/polyfills/__dist/Intl.DateTimeFormat.~locale.da-GL/meta.json +1 -1
  158. package/polyfills/__dist/Intl.DateTimeFormat.~locale.dav/meta.json +1 -1
  159. package/polyfills/__dist/Intl.DateTimeFormat.~locale.de/meta.json +1 -1
  160. package/polyfills/__dist/Intl.DateTimeFormat.~locale.de-AT/meta.json +1 -1
  161. package/polyfills/__dist/Intl.DateTimeFormat.~locale.de-BE/meta.json +1 -1
  162. package/polyfills/__dist/Intl.DateTimeFormat.~locale.de-CH/meta.json +1 -1
  163. package/polyfills/__dist/Intl.DateTimeFormat.~locale.de-IT/meta.json +1 -1
  164. package/polyfills/__dist/Intl.DateTimeFormat.~locale.de-LI/meta.json +1 -1
  165. package/polyfills/__dist/Intl.DateTimeFormat.~locale.de-LU/meta.json +1 -1
  166. package/polyfills/__dist/Intl.DateTimeFormat.~locale.dje/meta.json +1 -1
  167. package/polyfills/__dist/Intl.DateTimeFormat.~locale.doi/meta.json +1 -1
  168. package/polyfills/__dist/Intl.DateTimeFormat.~locale.dsb/meta.json +1 -1
  169. package/polyfills/__dist/Intl.DateTimeFormat.~locale.dua/meta.json +1 -1
  170. package/polyfills/__dist/Intl.DateTimeFormat.~locale.dyo/meta.json +1 -1
  171. package/polyfills/__dist/Intl.DateTimeFormat.~locale.dz/meta.json +1 -1
  172. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ebu/meta.json +1 -1
  173. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ee/meta.json +1 -1
  174. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ee-TG/meta.json +1 -1
  175. package/polyfills/__dist/Intl.DateTimeFormat.~locale.el/meta.json +1 -1
  176. package/polyfills/__dist/Intl.DateTimeFormat.~locale.el-CY/meta.json +1 -1
  177. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en/meta.json +1 -1
  178. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-001/meta.json +1 -1
  179. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-150/meta.json +1 -1
  180. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-AE/meta.json +1 -1
  181. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-AG/meta.json +1 -1
  182. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-AI/meta.json +1 -1
  183. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-AS/meta.json +1 -1
  184. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-AT/meta.json +1 -1
  185. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-AU/meta.json +1 -1
  186. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-BB/meta.json +1 -1
  187. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-BE/meta.json +1 -1
  188. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-BI/meta.json +1 -1
  189. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-BM/meta.json +1 -1
  190. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-BS/meta.json +1 -1
  191. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-BW/meta.json +1 -1
  192. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-BZ/meta.json +1 -1
  193. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-CA/meta.json +1 -1
  194. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-CC/meta.json +1 -1
  195. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-CH/meta.json +1 -1
  196. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-CK/meta.json +1 -1
  197. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-CM/meta.json +1 -1
  198. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-CX/meta.json +1 -1
  199. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-CY/meta.json +1 -1
  200. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-DE/meta.json +1 -1
  201. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-DG/meta.json +1 -1
  202. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-DK/meta.json +1 -1
  203. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-DM/meta.json +1 -1
  204. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-ER/meta.json +1 -1
  205. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-FI/meta.json +1 -1
  206. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-FJ/meta.json +1 -1
  207. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-FK/meta.json +1 -1
  208. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-FM/meta.json +1 -1
  209. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-GB/meta.json +1 -1
  210. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-GD/meta.json +1 -1
  211. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-GG/meta.json +1 -1
  212. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-GH/meta.json +1 -1
  213. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-GI/meta.json +1 -1
  214. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-GM/meta.json +1 -1
  215. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-GU/meta.json +1 -1
  216. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-GY/meta.json +1 -1
  217. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-HK/meta.json +1 -1
  218. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-IE/meta.json +1 -1
  219. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-IL/meta.json +1 -1
  220. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-IM/meta.json +1 -1
  221. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-IN/meta.json +1 -1
  222. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-IO/meta.json +1 -1
  223. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-JE/meta.json +1 -1
  224. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-JM/meta.json +1 -1
  225. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-KE/meta.json +1 -1
  226. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-KI/meta.json +1 -1
  227. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-KN/meta.json +1 -1
  228. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-KY/meta.json +1 -1
  229. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-LC/meta.json +1 -1
  230. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-LR/meta.json +1 -1
  231. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-LS/meta.json +1 -1
  232. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-MG/meta.json +1 -1
  233. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-MH/meta.json +1 -1
  234. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-MO/meta.json +1 -1
  235. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-MP/meta.json +1 -1
  236. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-MS/meta.json +1 -1
  237. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-MT/meta.json +1 -1
  238. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-MU/meta.json +1 -1
  239. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-MW/meta.json +1 -1
  240. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-MY/meta.json +1 -1
  241. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-NA/meta.json +1 -1
  242. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-NF/meta.json +1 -1
  243. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-NG/meta.json +1 -1
  244. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-NL/meta.json +1 -1
  245. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-NR/meta.json +1 -1
  246. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-NU/meta.json +1 -1
  247. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-NZ/meta.json +1 -1
  248. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-PG/meta.json +1 -1
  249. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-PH/meta.json +1 -1
  250. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-PK/meta.json +1 -1
  251. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-PN/meta.json +1 -1
  252. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-PR/meta.json +1 -1
  253. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-PW/meta.json +1 -1
  254. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-RW/meta.json +1 -1
  255. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-SB/meta.json +1 -1
  256. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-SC/meta.json +1 -1
  257. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-SD/meta.json +1 -1
  258. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-SE/meta.json +1 -1
  259. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-SG/meta.json +1 -1
  260. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-SH/meta.json +1 -1
  261. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-SI/meta.json +1 -1
  262. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-SL/meta.json +1 -1
  263. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-SS/meta.json +1 -1
  264. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-SX/meta.json +1 -1
  265. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-SZ/meta.json +1 -1
  266. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-TC/meta.json +1 -1
  267. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-TK/meta.json +1 -1
  268. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-TO/meta.json +1 -1
  269. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-TT/meta.json +1 -1
  270. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-TV/meta.json +1 -1
  271. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-TZ/meta.json +1 -1
  272. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-UG/meta.json +1 -1
  273. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-UM/meta.json +1 -1
  274. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-US-POSIX/meta.json +1 -1
  275. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-VC/meta.json +1 -1
  276. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-VG/meta.json +1 -1
  277. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-VI/meta.json +1 -1
  278. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-VU/meta.json +1 -1
  279. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-WS/meta.json +1 -1
  280. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-ZA/meta.json +1 -1
  281. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-ZM/meta.json +1 -1
  282. package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-ZW/meta.json +1 -1
  283. package/polyfills/__dist/Intl.DateTimeFormat.~locale.eo/meta.json +1 -1
  284. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es/meta.json +1 -1
  285. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-419/meta.json +1 -1
  286. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-AR/meta.json +1 -1
  287. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-BO/meta.json +1 -1
  288. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-BR/meta.json +1 -1
  289. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-BZ/meta.json +1 -1
  290. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-CL/meta.json +1 -1
  291. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-CO/meta.json +1 -1
  292. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-CR/meta.json +1 -1
  293. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-CU/meta.json +1 -1
  294. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-DO/meta.json +1 -1
  295. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-EA/meta.json +1 -1
  296. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-EC/meta.json +1 -1
  297. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-GQ/meta.json +1 -1
  298. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-GT/meta.json +1 -1
  299. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-HN/meta.json +1 -1
  300. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-IC/meta.json +1 -1
  301. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-MX/meta.json +1 -1
  302. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-NI/meta.json +1 -1
  303. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-PA/meta.json +1 -1
  304. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-PE/meta.json +1 -1
  305. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-PH/meta.json +1 -1
  306. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-PR/meta.json +1 -1
  307. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-PY/meta.json +1 -1
  308. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-SV/meta.json +1 -1
  309. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-US/meta.json +1 -1
  310. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-UY/meta.json +1 -1
  311. package/polyfills/__dist/Intl.DateTimeFormat.~locale.es-VE/meta.json +1 -1
  312. package/polyfills/__dist/Intl.DateTimeFormat.~locale.et/meta.json +1 -1
  313. package/polyfills/__dist/Intl.DateTimeFormat.~locale.eu/meta.json +1 -1
  314. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ewo/meta.json +1 -1
  315. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fa/meta.json +1 -1
  316. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fa-AF/meta.json +1 -1
  317. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ff/meta.json +1 -1
  318. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ff-Adlm/meta.json +1 -1
  319. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ff-Adlm-BF/meta.json +1 -1
  320. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ff-Adlm-CM/meta.json +1 -1
  321. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ff-Adlm-GH/meta.json +1 -1
  322. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ff-Adlm-GM/meta.json +1 -1
  323. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ff-Adlm-GW/meta.json +1 -1
  324. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ff-Adlm-LR/meta.json +1 -1
  325. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ff-Adlm-MR/meta.json +1 -1
  326. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ff-Adlm-NE/meta.json +1 -1
  327. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ff-Adlm-NG/meta.json +1 -1
  328. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ff-Adlm-SL/meta.json +1 -1
  329. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ff-Adlm-SN/meta.json +1 -1
  330. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ff-Latn/meta.json +1 -1
  331. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ff-Latn-BF/meta.json +1 -1
  332. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ff-Latn-CM/meta.json +1 -1
  333. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ff-Latn-GH/meta.json +1 -1
  334. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ff-Latn-GM/meta.json +1 -1
  335. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ff-Latn-GN/meta.json +1 -1
  336. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ff-Latn-GW/meta.json +1 -1
  337. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ff-Latn-LR/meta.json +1 -1
  338. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ff-Latn-MR/meta.json +1 -1
  339. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ff-Latn-NE/meta.json +1 -1
  340. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ff-Latn-NG/meta.json +1 -1
  341. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ff-Latn-SL/meta.json +1 -1
  342. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fi/meta.json +1 -1
  343. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fil/meta.json +1 -1
  344. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fo/meta.json +1 -1
  345. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fo-DK/meta.json +1 -1
  346. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr/meta.json +1 -1
  347. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-BE/meta.json +1 -1
  348. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-BF/meta.json +1 -1
  349. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-BI/meta.json +1 -1
  350. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-BJ/meta.json +1 -1
  351. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-BL/meta.json +1 -1
  352. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-CA/meta.json +1 -1
  353. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-CD/meta.json +1 -1
  354. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-CF/meta.json +1 -1
  355. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-CG/meta.json +1 -1
  356. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-CH/meta.json +1 -1
  357. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-CI/meta.json +1 -1
  358. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-CM/meta.json +1 -1
  359. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-DJ/meta.json +1 -1
  360. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-DZ/meta.json +1 -1
  361. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-GA/meta.json +1 -1
  362. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-GF/meta.json +1 -1
  363. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-GN/meta.json +1 -1
  364. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-GP/meta.json +1 -1
  365. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-GQ/meta.json +1 -1
  366. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-HT/meta.json +1 -1
  367. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-KM/meta.json +1 -1
  368. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-LU/meta.json +1 -1
  369. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-MA/meta.json +1 -1
  370. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-MC/meta.json +1 -1
  371. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-MF/meta.json +1 -1
  372. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-MG/meta.json +1 -1
  373. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-ML/meta.json +1 -1
  374. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-MQ/meta.json +1 -1
  375. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-MR/meta.json +1 -1
  376. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-MU/meta.json +1 -1
  377. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-NC/meta.json +1 -1
  378. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-NE/meta.json +1 -1
  379. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-PF/meta.json +1 -1
  380. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-PM/meta.json +1 -1
  381. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-RE/meta.json +1 -1
  382. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-RW/meta.json +1 -1
  383. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-SC/meta.json +1 -1
  384. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-SN/meta.json +1 -1
  385. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-SY/meta.json +1 -1
  386. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-TD/meta.json +1 -1
  387. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-TG/meta.json +1 -1
  388. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-TN/meta.json +1 -1
  389. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-VU/meta.json +1 -1
  390. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-WF/meta.json +1 -1
  391. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fr-YT/meta.json +1 -1
  392. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fur/meta.json +1 -1
  393. package/polyfills/__dist/Intl.DateTimeFormat.~locale.fy/meta.json +1 -1
  394. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ga/meta.json +1 -1
  395. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ga-GB/meta.json +1 -1
  396. package/polyfills/__dist/Intl.DateTimeFormat.~locale.gd/meta.json +1 -1
  397. package/polyfills/__dist/Intl.DateTimeFormat.~locale.gl/meta.json +1 -1
  398. package/polyfills/__dist/Intl.DateTimeFormat.~locale.gsw/meta.json +1 -1
  399. package/polyfills/__dist/Intl.DateTimeFormat.~locale.gsw-FR/meta.json +1 -1
  400. package/polyfills/__dist/Intl.DateTimeFormat.~locale.gsw-LI/meta.json +1 -1
  401. package/polyfills/__dist/Intl.DateTimeFormat.~locale.gu/meta.json +1 -1
  402. package/polyfills/__dist/Intl.DateTimeFormat.~locale.guz/meta.json +1 -1
  403. package/polyfills/__dist/Intl.DateTimeFormat.~locale.gv/meta.json +1 -1
  404. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ha/meta.json +1 -1
  405. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ha-GH/meta.json +1 -1
  406. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ha-NE/meta.json +1 -1
  407. package/polyfills/__dist/Intl.DateTimeFormat.~locale.haw/meta.json +1 -1
  408. package/polyfills/__dist/Intl.DateTimeFormat.~locale.he/meta.json +1 -1
  409. package/polyfills/__dist/Intl.DateTimeFormat.~locale.hi/meta.json +1 -1
  410. package/polyfills/__dist/Intl.DateTimeFormat.~locale.hr/meta.json +1 -1
  411. package/polyfills/__dist/Intl.DateTimeFormat.~locale.hr-BA/meta.json +1 -1
  412. package/polyfills/__dist/Intl.DateTimeFormat.~locale.hsb/meta.json +1 -1
  413. package/polyfills/__dist/Intl.DateTimeFormat.~locale.hu/meta.json +1 -1
  414. package/polyfills/__dist/Intl.DateTimeFormat.~locale.hy/meta.json +1 -1
  415. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ia/meta.json +1 -1
  416. package/polyfills/__dist/Intl.DateTimeFormat.~locale.id/meta.json +1 -1
  417. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ig/meta.json +1 -1
  418. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ii/meta.json +1 -1
  419. package/polyfills/__dist/Intl.DateTimeFormat.~locale.is/meta.json +1 -1
  420. package/polyfills/__dist/Intl.DateTimeFormat.~locale.it/meta.json +1 -1
  421. package/polyfills/__dist/Intl.DateTimeFormat.~locale.it-CH/meta.json +1 -1
  422. package/polyfills/__dist/Intl.DateTimeFormat.~locale.it-SM/meta.json +1 -1
  423. package/polyfills/__dist/Intl.DateTimeFormat.~locale.it-VA/meta.json +1 -1
  424. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ja/meta.json +1 -1
  425. package/polyfills/__dist/Intl.DateTimeFormat.~locale.jgo/meta.json +1 -1
  426. package/polyfills/__dist/Intl.DateTimeFormat.~locale.jmc/meta.json +1 -1
  427. package/polyfills/__dist/Intl.DateTimeFormat.~locale.jv/meta.json +1 -1
  428. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ka/meta.json +1 -1
  429. package/polyfills/__dist/Intl.DateTimeFormat.~locale.kab/meta.json +1 -1
  430. package/polyfills/__dist/Intl.DateTimeFormat.~locale.kam/meta.json +1 -1
  431. package/polyfills/__dist/Intl.DateTimeFormat.~locale.kde/meta.json +1 -1
  432. package/polyfills/__dist/Intl.DateTimeFormat.~locale.kea/meta.json +1 -1
  433. package/polyfills/__dist/Intl.DateTimeFormat.~locale.khq/meta.json +1 -1
  434. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ki/meta.json +1 -1
  435. package/polyfills/__dist/Intl.DateTimeFormat.~locale.kk/meta.json +1 -1
  436. package/polyfills/__dist/Intl.DateTimeFormat.~locale.kkj/meta.json +1 -1
  437. package/polyfills/__dist/Intl.DateTimeFormat.~locale.kl/meta.json +1 -1
  438. package/polyfills/__dist/Intl.DateTimeFormat.~locale.kln/meta.json +1 -1
  439. package/polyfills/__dist/Intl.DateTimeFormat.~locale.km/meta.json +1 -1
  440. package/polyfills/__dist/Intl.DateTimeFormat.~locale.kn/meta.json +1 -1
  441. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ko/meta.json +1 -1
  442. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ko-KP/meta.json +1 -1
  443. package/polyfills/__dist/Intl.DateTimeFormat.~locale.kok/meta.json +1 -1
  444. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ks/meta.json +1 -1
  445. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ks-Arab/meta.json +1 -1
  446. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ksb/meta.json +1 -1
  447. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ksf/meta.json +1 -1
  448. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ksh/meta.json +1 -1
  449. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ku/meta.json +1 -1
  450. package/polyfills/__dist/Intl.DateTimeFormat.~locale.kw/meta.json +1 -1
  451. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ky/meta.json +1 -1
  452. package/polyfills/__dist/Intl.DateTimeFormat.~locale.lag/meta.json +1 -1
  453. package/polyfills/__dist/Intl.DateTimeFormat.~locale.lb/meta.json +1 -1
  454. package/polyfills/__dist/Intl.DateTimeFormat.~locale.lg/meta.json +1 -1
  455. package/polyfills/__dist/Intl.DateTimeFormat.~locale.lkt/meta.json +1 -1
  456. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ln/meta.json +1 -1
  457. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ln-AO/meta.json +1 -1
  458. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ln-CF/meta.json +1 -1
  459. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ln-CG/meta.json +1 -1
  460. package/polyfills/__dist/Intl.DateTimeFormat.~locale.lo/meta.json +1 -1
  461. package/polyfills/__dist/Intl.DateTimeFormat.~locale.lrc/meta.json +1 -1
  462. package/polyfills/__dist/Intl.DateTimeFormat.~locale.lrc-IQ/meta.json +1 -1
  463. package/polyfills/__dist/Intl.DateTimeFormat.~locale.lt/meta.json +1 -1
  464. package/polyfills/__dist/Intl.DateTimeFormat.~locale.lu/meta.json +1 -1
  465. package/polyfills/__dist/Intl.DateTimeFormat.~locale.luo/meta.json +1 -1
  466. package/polyfills/__dist/Intl.DateTimeFormat.~locale.luy/meta.json +1 -1
  467. package/polyfills/__dist/Intl.DateTimeFormat.~locale.lv/meta.json +1 -1
  468. package/polyfills/__dist/Intl.DateTimeFormat.~locale.mai/meta.json +1 -1
  469. package/polyfills/__dist/Intl.DateTimeFormat.~locale.mas/meta.json +1 -1
  470. package/polyfills/__dist/Intl.DateTimeFormat.~locale.mas-TZ/meta.json +1 -1
  471. package/polyfills/__dist/Intl.DateTimeFormat.~locale.mer/meta.json +1 -1
  472. package/polyfills/__dist/Intl.DateTimeFormat.~locale.mfe/meta.json +1 -1
  473. package/polyfills/__dist/Intl.DateTimeFormat.~locale.mg/meta.json +1 -1
  474. package/polyfills/__dist/Intl.DateTimeFormat.~locale.mgh/meta.json +1 -1
  475. package/polyfills/__dist/Intl.DateTimeFormat.~locale.mgo/meta.json +1 -1
  476. package/polyfills/__dist/Intl.DateTimeFormat.~locale.mi/meta.json +1 -1
  477. package/polyfills/__dist/Intl.DateTimeFormat.~locale.mk/meta.json +1 -1
  478. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ml/meta.json +1 -1
  479. package/polyfills/__dist/Intl.DateTimeFormat.~locale.mn/meta.json +1 -1
  480. package/polyfills/__dist/Intl.DateTimeFormat.~locale.mni/meta.json +1 -1
  481. package/polyfills/__dist/Intl.DateTimeFormat.~locale.mni-Beng/meta.json +1 -1
  482. package/polyfills/__dist/Intl.DateTimeFormat.~locale.mr/meta.json +1 -1
  483. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ms/meta.json +1 -1
  484. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ms-BN/meta.json +1 -1
  485. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ms-ID/meta.json +1 -1
  486. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ms-SG/meta.json +1 -1
  487. package/polyfills/__dist/Intl.DateTimeFormat.~locale.mt/meta.json +1 -1
  488. package/polyfills/__dist/Intl.DateTimeFormat.~locale.mua/meta.json +1 -1
  489. package/polyfills/__dist/Intl.DateTimeFormat.~locale.my/meta.json +1 -1
  490. package/polyfills/__dist/Intl.DateTimeFormat.~locale.mzn/meta.json +1 -1
  491. package/polyfills/__dist/Intl.DateTimeFormat.~locale.naq/meta.json +1 -1
  492. package/polyfills/__dist/Intl.DateTimeFormat.~locale.nb/meta.json +1 -1
  493. package/polyfills/__dist/Intl.DateTimeFormat.~locale.nb-SJ/meta.json +1 -1
  494. package/polyfills/__dist/Intl.DateTimeFormat.~locale.nd/meta.json +1 -1
  495. package/polyfills/__dist/Intl.DateTimeFormat.~locale.nds/meta.json +1 -1
  496. package/polyfills/__dist/Intl.DateTimeFormat.~locale.nds-NL/meta.json +1 -1
  497. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ne/meta.json +1 -1
  498. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ne-IN/meta.json +1 -1
  499. package/polyfills/__dist/Intl.DateTimeFormat.~locale.nl/meta.json +1 -1
  500. package/polyfills/__dist/Intl.DateTimeFormat.~locale.nl-AW/meta.json +1 -1
  501. package/polyfills/__dist/Intl.DateTimeFormat.~locale.nl-BE/meta.json +1 -1
  502. package/polyfills/__dist/Intl.DateTimeFormat.~locale.nl-BQ/meta.json +1 -1
  503. package/polyfills/__dist/Intl.DateTimeFormat.~locale.nl-CW/meta.json +1 -1
  504. package/polyfills/__dist/Intl.DateTimeFormat.~locale.nl-SR/meta.json +1 -1
  505. package/polyfills/__dist/Intl.DateTimeFormat.~locale.nl-SX/meta.json +1 -1
  506. package/polyfills/__dist/Intl.DateTimeFormat.~locale.nmg/meta.json +1 -1
  507. package/polyfills/__dist/Intl.DateTimeFormat.~locale.nn/meta.json +1 -1
  508. package/polyfills/__dist/Intl.DateTimeFormat.~locale.nnh/meta.json +1 -1
  509. package/polyfills/__dist/Intl.DateTimeFormat.~locale.no/meta.json +1 -1
  510. package/polyfills/__dist/Intl.DateTimeFormat.~locale.nus/meta.json +1 -1
  511. package/polyfills/__dist/Intl.DateTimeFormat.~locale.nyn/meta.json +1 -1
  512. package/polyfills/__dist/Intl.DateTimeFormat.~locale.om/meta.json +1 -1
  513. package/polyfills/__dist/Intl.DateTimeFormat.~locale.om-KE/meta.json +1 -1
  514. package/polyfills/__dist/Intl.DateTimeFormat.~locale.or/meta.json +1 -1
  515. package/polyfills/__dist/Intl.DateTimeFormat.~locale.os/meta.json +1 -1
  516. package/polyfills/__dist/Intl.DateTimeFormat.~locale.os-RU/meta.json +1 -1
  517. package/polyfills/__dist/Intl.DateTimeFormat.~locale.pa/meta.json +1 -1
  518. package/polyfills/__dist/Intl.DateTimeFormat.~locale.pa-Arab/meta.json +1 -1
  519. package/polyfills/__dist/Intl.DateTimeFormat.~locale.pa-Guru/meta.json +1 -1
  520. package/polyfills/__dist/Intl.DateTimeFormat.~locale.pcm/meta.json +1 -1
  521. package/polyfills/__dist/Intl.DateTimeFormat.~locale.pl/meta.json +1 -1
  522. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ps/meta.json +1 -1
  523. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ps-PK/meta.json +1 -1
  524. package/polyfills/__dist/Intl.DateTimeFormat.~locale.pt/meta.json +1 -1
  525. package/polyfills/__dist/Intl.DateTimeFormat.~locale.pt-AO/meta.json +1 -1
  526. package/polyfills/__dist/Intl.DateTimeFormat.~locale.pt-CH/meta.json +1 -1
  527. package/polyfills/__dist/Intl.DateTimeFormat.~locale.pt-CV/meta.json +1 -1
  528. package/polyfills/__dist/Intl.DateTimeFormat.~locale.pt-GQ/meta.json +1 -1
  529. package/polyfills/__dist/Intl.DateTimeFormat.~locale.pt-GW/meta.json +1 -1
  530. package/polyfills/__dist/Intl.DateTimeFormat.~locale.pt-LU/meta.json +1 -1
  531. package/polyfills/__dist/Intl.DateTimeFormat.~locale.pt-MO/meta.json +1 -1
  532. package/polyfills/__dist/Intl.DateTimeFormat.~locale.pt-MZ/meta.json +1 -1
  533. package/polyfills/__dist/Intl.DateTimeFormat.~locale.pt-PT/meta.json +1 -1
  534. package/polyfills/__dist/Intl.DateTimeFormat.~locale.pt-ST/meta.json +1 -1
  535. package/polyfills/__dist/Intl.DateTimeFormat.~locale.pt-TL/meta.json +1 -1
  536. package/polyfills/__dist/Intl.DateTimeFormat.~locale.qu/meta.json +1 -1
  537. package/polyfills/__dist/Intl.DateTimeFormat.~locale.qu-BO/meta.json +1 -1
  538. package/polyfills/__dist/Intl.DateTimeFormat.~locale.qu-EC/meta.json +1 -1
  539. package/polyfills/__dist/Intl.DateTimeFormat.~locale.rm/meta.json +1 -1
  540. package/polyfills/__dist/Intl.DateTimeFormat.~locale.rn/meta.json +1 -1
  541. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ro/meta.json +1 -1
  542. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ro-MD/meta.json +1 -1
  543. package/polyfills/__dist/Intl.DateTimeFormat.~locale.rof/meta.json +1 -1
  544. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ru/meta.json +1 -1
  545. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ru-BY/meta.json +1 -1
  546. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ru-KG/meta.json +1 -1
  547. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ru-KZ/meta.json +1 -1
  548. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ru-MD/meta.json +1 -1
  549. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ru-UA/meta.json +1 -1
  550. package/polyfills/__dist/Intl.DateTimeFormat.~locale.rw/meta.json +1 -1
  551. package/polyfills/__dist/Intl.DateTimeFormat.~locale.rwk/meta.json +1 -1
  552. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sa/meta.json +1 -1
  553. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sah/meta.json +1 -1
  554. package/polyfills/__dist/Intl.DateTimeFormat.~locale.saq/meta.json +1 -1
  555. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sat/meta.json +1 -1
  556. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sat-Olck/meta.json +1 -1
  557. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sbp/meta.json +1 -1
  558. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sd/meta.json +1 -1
  559. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sd-Arab/meta.json +1 -1
  560. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sd-Deva/meta.json +1 -1
  561. package/polyfills/__dist/Intl.DateTimeFormat.~locale.se/meta.json +1 -1
  562. package/polyfills/__dist/Intl.DateTimeFormat.~locale.se-FI/meta.json +1 -1
  563. package/polyfills/__dist/Intl.DateTimeFormat.~locale.se-SE/meta.json +1 -1
  564. package/polyfills/__dist/Intl.DateTimeFormat.~locale.seh/meta.json +1 -1
  565. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ses/meta.json +1 -1
  566. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sg/meta.json +1 -1
  567. package/polyfills/__dist/Intl.DateTimeFormat.~locale.shi/meta.json +1 -1
  568. package/polyfills/__dist/Intl.DateTimeFormat.~locale.shi-Latn/meta.json +1 -1
  569. package/polyfills/__dist/Intl.DateTimeFormat.~locale.shi-Tfng/meta.json +1 -1
  570. package/polyfills/__dist/Intl.DateTimeFormat.~locale.si/meta.json +1 -1
  571. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sk/meta.json +1 -1
  572. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sl/meta.json +1 -1
  573. package/polyfills/__dist/Intl.DateTimeFormat.~locale.smn/meta.json +1 -1
  574. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sn/meta.json +1 -1
  575. package/polyfills/__dist/Intl.DateTimeFormat.~locale.so/meta.json +1 -1
  576. package/polyfills/__dist/Intl.DateTimeFormat.~locale.so-DJ/meta.json +1 -1
  577. package/polyfills/__dist/Intl.DateTimeFormat.~locale.so-ET/meta.json +1 -1
  578. package/polyfills/__dist/Intl.DateTimeFormat.~locale.so-KE/meta.json +1 -1
  579. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sq/meta.json +1 -1
  580. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sq-MK/meta.json +1 -1
  581. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sq-XK/meta.json +1 -1
  582. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sr/meta.json +1 -1
  583. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sr-Cyrl/meta.json +1 -1
  584. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sr-Cyrl-BA/meta.json +1 -1
  585. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sr-Cyrl-ME/meta.json +1 -1
  586. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sr-Cyrl-XK/meta.json +1 -1
  587. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sr-Latn/meta.json +1 -1
  588. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sr-Latn-BA/meta.json +1 -1
  589. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sr-Latn-ME/meta.json +1 -1
  590. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sr-Latn-XK/meta.json +1 -1
  591. package/polyfills/__dist/Intl.DateTimeFormat.~locale.su/meta.json +1 -1
  592. package/polyfills/__dist/Intl.DateTimeFormat.~locale.su-Latn/meta.json +1 -1
  593. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sv/meta.json +1 -1
  594. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sv-AX/meta.json +1 -1
  595. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sv-FI/meta.json +1 -1
  596. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sw/meta.json +1 -1
  597. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sw-CD/meta.json +1 -1
  598. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sw-KE/meta.json +1 -1
  599. package/polyfills/__dist/Intl.DateTimeFormat.~locale.sw-UG/meta.json +1 -1
  600. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ta/meta.json +1 -1
  601. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ta-LK/meta.json +1 -1
  602. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ta-MY/meta.json +1 -1
  603. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ta-SG/meta.json +1 -1
  604. package/polyfills/__dist/Intl.DateTimeFormat.~locale.te/meta.json +1 -1
  605. package/polyfills/__dist/Intl.DateTimeFormat.~locale.teo/meta.json +1 -1
  606. package/polyfills/__dist/Intl.DateTimeFormat.~locale.teo-KE/meta.json +1 -1
  607. package/polyfills/__dist/Intl.DateTimeFormat.~locale.tg/meta.json +1 -1
  608. package/polyfills/__dist/Intl.DateTimeFormat.~locale.th/meta.json +1 -1
  609. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ti/meta.json +1 -1
  610. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ti-ER/meta.json +1 -1
  611. package/polyfills/__dist/Intl.DateTimeFormat.~locale.tk/meta.json +1 -1
  612. package/polyfills/__dist/Intl.DateTimeFormat.~locale.to/meta.json +1 -1
  613. package/polyfills/__dist/Intl.DateTimeFormat.~locale.tr/meta.json +1 -1
  614. package/polyfills/__dist/Intl.DateTimeFormat.~locale.tr-CY/meta.json +1 -1
  615. package/polyfills/__dist/Intl.DateTimeFormat.~locale.tt/meta.json +1 -1
  616. package/polyfills/__dist/Intl.DateTimeFormat.~locale.twq/meta.json +1 -1
  617. package/polyfills/__dist/Intl.DateTimeFormat.~locale.tzm/meta.json +1 -1
  618. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ug/meta.json +1 -1
  619. package/polyfills/__dist/Intl.DateTimeFormat.~locale.uk/meta.json +1 -1
  620. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ur/meta.json +1 -1
  621. package/polyfills/__dist/Intl.DateTimeFormat.~locale.ur-IN/meta.json +1 -1
  622. package/polyfills/__dist/Intl.DateTimeFormat.~locale.uz/meta.json +1 -1
  623. package/polyfills/__dist/Intl.DateTimeFormat.~locale.uz-Arab/meta.json +1 -1
  624. package/polyfills/__dist/Intl.DateTimeFormat.~locale.uz-Cyrl/meta.json +1 -1
  625. package/polyfills/__dist/Intl.DateTimeFormat.~locale.uz-Latn/meta.json +1 -1
  626. package/polyfills/__dist/Intl.DateTimeFormat.~locale.vai/meta.json +1 -1
  627. package/polyfills/__dist/Intl.DateTimeFormat.~locale.vai-Latn/meta.json +1 -1
  628. package/polyfills/__dist/Intl.DateTimeFormat.~locale.vai-Vaii/meta.json +1 -1
  629. package/polyfills/__dist/Intl.DateTimeFormat.~locale.vi/meta.json +1 -1
  630. package/polyfills/__dist/Intl.DateTimeFormat.~locale.vun/meta.json +1 -1
  631. package/polyfills/__dist/Intl.DateTimeFormat.~locale.wae/meta.json +1 -1
  632. package/polyfills/__dist/Intl.DateTimeFormat.~locale.wo/meta.json +1 -1
  633. package/polyfills/__dist/Intl.DateTimeFormat.~locale.xh/meta.json +1 -1
  634. package/polyfills/__dist/Intl.DateTimeFormat.~locale.xog/meta.json +1 -1
  635. package/polyfills/__dist/Intl.DateTimeFormat.~locale.yav/meta.json +1 -1
  636. package/polyfills/__dist/Intl.DateTimeFormat.~locale.yi/meta.json +1 -1
  637. package/polyfills/__dist/Intl.DateTimeFormat.~locale.yo/meta.json +1 -1
  638. package/polyfills/__dist/Intl.DateTimeFormat.~locale.yo-BJ/meta.json +1 -1
  639. package/polyfills/__dist/Intl.DateTimeFormat.~locale.yue/meta.json +1 -1
  640. package/polyfills/__dist/Intl.DateTimeFormat.~locale.yue-Hans/meta.json +1 -1
  641. package/polyfills/__dist/Intl.DateTimeFormat.~locale.yue-Hant/meta.json +1 -1
  642. package/polyfills/__dist/Intl.DateTimeFormat.~locale.zgh/meta.json +1 -1
  643. package/polyfills/__dist/Intl.DateTimeFormat.~locale.zh/meta.json +1 -1
  644. package/polyfills/__dist/Intl.DateTimeFormat.~locale.zh-Hans/meta.json +1 -1
  645. package/polyfills/__dist/Intl.DateTimeFormat.~locale.zh-Hans-HK/meta.json +1 -1
  646. package/polyfills/__dist/Intl.DateTimeFormat.~locale.zh-Hans-MO/meta.json +1 -1
  647. package/polyfills/__dist/Intl.DateTimeFormat.~locale.zh-Hans-SG/meta.json +1 -1
  648. package/polyfills/__dist/Intl.DateTimeFormat.~locale.zh-Hant/meta.json +1 -1
  649. package/polyfills/__dist/Intl.DateTimeFormat.~locale.zh-Hant-HK/meta.json +1 -1
  650. package/polyfills/__dist/Intl.DateTimeFormat.~locale.zh-Hant-MO/meta.json +1 -1
  651. package/polyfills/__dist/Intl.DateTimeFormat.~locale.zu/meta.json +1 -1
  652. package/polyfills/__dist/Intl.DateTimeFormat.~timeZone.all/meta.json +1 -1
  653. package/polyfills/__dist/Intl.DateTimeFormat.~timeZone.golden/meta.json +1 -1
  654. package/polyfills/__dist/Intl.DisplayNames/meta.json +1 -1
  655. package/polyfills/__dist/Intl.DisplayNames.~locale.af/meta.json +1 -1
  656. package/polyfills/__dist/Intl.DisplayNames.~locale.af-NA/meta.json +1 -1
  657. package/polyfills/__dist/Intl.DisplayNames.~locale.agq/meta.json +1 -1
  658. package/polyfills/__dist/Intl.DisplayNames.~locale.ak/meta.json +1 -1
  659. package/polyfills/__dist/Intl.DisplayNames.~locale.am/meta.json +1 -1
  660. package/polyfills/__dist/Intl.DisplayNames.~locale.ar/meta.json +1 -1
  661. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-AE/meta.json +1 -1
  662. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-BH/meta.json +1 -1
  663. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-DJ/meta.json +1 -1
  664. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-DZ/meta.json +1 -1
  665. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-EG/meta.json +1 -1
  666. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-EH/meta.json +1 -1
  667. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-ER/meta.json +1 -1
  668. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-IL/meta.json +1 -1
  669. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-IQ/meta.json +1 -1
  670. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-JO/meta.json +1 -1
  671. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-KM/meta.json +1 -1
  672. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-KW/meta.json +1 -1
  673. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-LB/meta.json +1 -1
  674. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-LY/meta.json +1 -1
  675. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-MA/meta.json +1 -1
  676. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-MR/meta.json +1 -1
  677. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-OM/meta.json +1 -1
  678. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-PS/meta.json +1 -1
  679. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-QA/meta.json +1 -1
  680. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-SA/meta.json +1 -1
  681. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-SD/meta.json +1 -1
  682. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-SO/meta.json +1 -1
  683. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-SS/meta.json +1 -1
  684. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-SY/meta.json +1 -1
  685. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-TD/meta.json +1 -1
  686. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-TN/meta.json +1 -1
  687. package/polyfills/__dist/Intl.DisplayNames.~locale.ar-YE/meta.json +1 -1
  688. package/polyfills/__dist/Intl.DisplayNames.~locale.as/meta.json +1 -1
  689. package/polyfills/__dist/Intl.DisplayNames.~locale.asa/meta.json +1 -1
  690. package/polyfills/__dist/Intl.DisplayNames.~locale.ast/meta.json +1 -1
  691. package/polyfills/__dist/Intl.DisplayNames.~locale.az/meta.json +1 -1
  692. package/polyfills/__dist/Intl.DisplayNames.~locale.az-Cyrl/meta.json +1 -1
  693. package/polyfills/__dist/Intl.DisplayNames.~locale.az-Latn/meta.json +1 -1
  694. package/polyfills/__dist/Intl.DisplayNames.~locale.bas/meta.json +1 -1
  695. package/polyfills/__dist/Intl.DisplayNames.~locale.be/meta.json +1 -1
  696. package/polyfills/__dist/Intl.DisplayNames.~locale.bem/meta.json +1 -1
  697. package/polyfills/__dist/Intl.DisplayNames.~locale.bez/meta.json +1 -1
  698. package/polyfills/__dist/Intl.DisplayNames.~locale.bg/meta.json +1 -1
  699. package/polyfills/__dist/Intl.DisplayNames.~locale.bm/meta.json +1 -1
  700. package/polyfills/__dist/Intl.DisplayNames.~locale.bn/meta.json +1 -1
  701. package/polyfills/__dist/Intl.DisplayNames.~locale.bn-IN/meta.json +1 -1
  702. package/polyfills/__dist/Intl.DisplayNames.~locale.bo/meta.json +1 -1
  703. package/polyfills/__dist/Intl.DisplayNames.~locale.bo-IN/meta.json +1 -1
  704. package/polyfills/__dist/Intl.DisplayNames.~locale.br/meta.json +1 -1
  705. package/polyfills/__dist/Intl.DisplayNames.~locale.brx/meta.json +1 -1
  706. package/polyfills/__dist/Intl.DisplayNames.~locale.bs/meta.json +1 -1
  707. package/polyfills/__dist/Intl.DisplayNames.~locale.bs-Cyrl/meta.json +1 -1
  708. package/polyfills/__dist/Intl.DisplayNames.~locale.bs-Latn/meta.json +1 -1
  709. package/polyfills/__dist/Intl.DisplayNames.~locale.ca/meta.json +1 -1
  710. package/polyfills/__dist/Intl.DisplayNames.~locale.ca-AD/meta.json +1 -1
  711. package/polyfills/__dist/Intl.DisplayNames.~locale.ca-ES-VALENCIA/meta.json +1 -1
  712. package/polyfills/__dist/Intl.DisplayNames.~locale.ca-FR/meta.json +1 -1
  713. package/polyfills/__dist/Intl.DisplayNames.~locale.ca-IT/meta.json +1 -1
  714. package/polyfills/__dist/Intl.DisplayNames.~locale.ccp/meta.json +1 -1
  715. package/polyfills/__dist/Intl.DisplayNames.~locale.ccp-IN/meta.json +1 -1
  716. package/polyfills/__dist/Intl.DisplayNames.~locale.ce/meta.json +1 -1
  717. package/polyfills/__dist/Intl.DisplayNames.~locale.ceb/meta.json +1 -1
  718. package/polyfills/__dist/Intl.DisplayNames.~locale.cgg/meta.json +1 -1
  719. package/polyfills/__dist/Intl.DisplayNames.~locale.chr/meta.json +1 -1
  720. package/polyfills/__dist/Intl.DisplayNames.~locale.ckb/meta.json +1 -1
  721. package/polyfills/__dist/Intl.DisplayNames.~locale.ckb-IR/meta.json +1 -1
  722. package/polyfills/__dist/Intl.DisplayNames.~locale.cs/meta.json +1 -1
  723. package/polyfills/__dist/Intl.DisplayNames.~locale.cy/meta.json +1 -1
  724. package/polyfills/__dist/Intl.DisplayNames.~locale.da/meta.json +1 -1
  725. package/polyfills/__dist/Intl.DisplayNames.~locale.da-GL/meta.json +1 -1
  726. package/polyfills/__dist/Intl.DisplayNames.~locale.dav/meta.json +1 -1
  727. package/polyfills/__dist/Intl.DisplayNames.~locale.de/meta.json +1 -1
  728. package/polyfills/__dist/Intl.DisplayNames.~locale.de-AT/meta.json +1 -1
  729. package/polyfills/__dist/Intl.DisplayNames.~locale.de-BE/meta.json +1 -1
  730. package/polyfills/__dist/Intl.DisplayNames.~locale.de-CH/meta.json +1 -1
  731. package/polyfills/__dist/Intl.DisplayNames.~locale.de-IT/meta.json +1 -1
  732. package/polyfills/__dist/Intl.DisplayNames.~locale.de-LI/meta.json +1 -1
  733. package/polyfills/__dist/Intl.DisplayNames.~locale.de-LU/meta.json +1 -1
  734. package/polyfills/__dist/Intl.DisplayNames.~locale.dje/meta.json +1 -1
  735. package/polyfills/__dist/Intl.DisplayNames.~locale.doi/meta.json +1 -1
  736. package/polyfills/__dist/Intl.DisplayNames.~locale.dsb/meta.json +1 -1
  737. package/polyfills/__dist/Intl.DisplayNames.~locale.dua/meta.json +1 -1
  738. package/polyfills/__dist/Intl.DisplayNames.~locale.dyo/meta.json +1 -1
  739. package/polyfills/__dist/Intl.DisplayNames.~locale.dz/meta.json +1 -1
  740. package/polyfills/__dist/Intl.DisplayNames.~locale.ebu/meta.json +1 -1
  741. package/polyfills/__dist/Intl.DisplayNames.~locale.ee/meta.json +1 -1
  742. package/polyfills/__dist/Intl.DisplayNames.~locale.ee-TG/meta.json +1 -1
  743. package/polyfills/__dist/Intl.DisplayNames.~locale.el/meta.json +1 -1
  744. package/polyfills/__dist/Intl.DisplayNames.~locale.el-CY/meta.json +1 -1
  745. package/polyfills/__dist/Intl.DisplayNames.~locale.en/meta.json +1 -1
  746. package/polyfills/__dist/Intl.DisplayNames.~locale.en-001/meta.json +1 -1
  747. package/polyfills/__dist/Intl.DisplayNames.~locale.en-150/meta.json +1 -1
  748. package/polyfills/__dist/Intl.DisplayNames.~locale.en-AE/meta.json +1 -1
  749. package/polyfills/__dist/Intl.DisplayNames.~locale.en-AG/meta.json +1 -1
  750. package/polyfills/__dist/Intl.DisplayNames.~locale.en-AI/meta.json +1 -1
  751. package/polyfills/__dist/Intl.DisplayNames.~locale.en-AS/meta.json +1 -1
  752. package/polyfills/__dist/Intl.DisplayNames.~locale.en-AT/meta.json +1 -1
  753. package/polyfills/__dist/Intl.DisplayNames.~locale.en-AU/meta.json +1 -1
  754. package/polyfills/__dist/Intl.DisplayNames.~locale.en-BB/meta.json +1 -1
  755. package/polyfills/__dist/Intl.DisplayNames.~locale.en-BE/meta.json +1 -1
  756. package/polyfills/__dist/Intl.DisplayNames.~locale.en-BI/meta.json +1 -1
  757. package/polyfills/__dist/Intl.DisplayNames.~locale.en-BM/meta.json +1 -1
  758. package/polyfills/__dist/Intl.DisplayNames.~locale.en-BS/meta.json +1 -1
  759. package/polyfills/__dist/Intl.DisplayNames.~locale.en-BW/meta.json +1 -1
  760. package/polyfills/__dist/Intl.DisplayNames.~locale.en-BZ/meta.json +1 -1
  761. package/polyfills/__dist/Intl.DisplayNames.~locale.en-CA/meta.json +1 -1
  762. package/polyfills/__dist/Intl.DisplayNames.~locale.en-CC/meta.json +1 -1
  763. package/polyfills/__dist/Intl.DisplayNames.~locale.en-CH/meta.json +1 -1
  764. package/polyfills/__dist/Intl.DisplayNames.~locale.en-CK/meta.json +1 -1
  765. package/polyfills/__dist/Intl.DisplayNames.~locale.en-CM/meta.json +1 -1
  766. package/polyfills/__dist/Intl.DisplayNames.~locale.en-CX/meta.json +1 -1
  767. package/polyfills/__dist/Intl.DisplayNames.~locale.en-CY/meta.json +1 -1
  768. package/polyfills/__dist/Intl.DisplayNames.~locale.en-DE/meta.json +1 -1
  769. package/polyfills/__dist/Intl.DisplayNames.~locale.en-DG/meta.json +1 -1
  770. package/polyfills/__dist/Intl.DisplayNames.~locale.en-DK/meta.json +1 -1
  771. package/polyfills/__dist/Intl.DisplayNames.~locale.en-DM/meta.json +1 -1
  772. package/polyfills/__dist/Intl.DisplayNames.~locale.en-ER/meta.json +1 -1
  773. package/polyfills/__dist/Intl.DisplayNames.~locale.en-FI/meta.json +1 -1
  774. package/polyfills/__dist/Intl.DisplayNames.~locale.en-FJ/meta.json +1 -1
  775. package/polyfills/__dist/Intl.DisplayNames.~locale.en-FK/meta.json +1 -1
  776. package/polyfills/__dist/Intl.DisplayNames.~locale.en-FM/meta.json +1 -1
  777. package/polyfills/__dist/Intl.DisplayNames.~locale.en-GB/meta.json +1 -1
  778. package/polyfills/__dist/Intl.DisplayNames.~locale.en-GD/meta.json +1 -1
  779. package/polyfills/__dist/Intl.DisplayNames.~locale.en-GG/meta.json +1 -1
  780. package/polyfills/__dist/Intl.DisplayNames.~locale.en-GH/meta.json +1 -1
  781. package/polyfills/__dist/Intl.DisplayNames.~locale.en-GI/meta.json +1 -1
  782. package/polyfills/__dist/Intl.DisplayNames.~locale.en-GM/meta.json +1 -1
  783. package/polyfills/__dist/Intl.DisplayNames.~locale.en-GU/meta.json +1 -1
  784. package/polyfills/__dist/Intl.DisplayNames.~locale.en-GY/meta.json +1 -1
  785. package/polyfills/__dist/Intl.DisplayNames.~locale.en-HK/meta.json +1 -1
  786. package/polyfills/__dist/Intl.DisplayNames.~locale.en-IE/meta.json +1 -1
  787. package/polyfills/__dist/Intl.DisplayNames.~locale.en-IL/meta.json +1 -1
  788. package/polyfills/__dist/Intl.DisplayNames.~locale.en-IM/meta.json +1 -1
  789. package/polyfills/__dist/Intl.DisplayNames.~locale.en-IN/meta.json +1 -1
  790. package/polyfills/__dist/Intl.DisplayNames.~locale.en-IO/meta.json +1 -1
  791. package/polyfills/__dist/Intl.DisplayNames.~locale.en-JE/meta.json +1 -1
  792. package/polyfills/__dist/Intl.DisplayNames.~locale.en-JM/meta.json +1 -1
  793. package/polyfills/__dist/Intl.DisplayNames.~locale.en-KE/meta.json +1 -1
  794. package/polyfills/__dist/Intl.DisplayNames.~locale.en-KI/meta.json +1 -1
  795. package/polyfills/__dist/Intl.DisplayNames.~locale.en-KN/meta.json +1 -1
  796. package/polyfills/__dist/Intl.DisplayNames.~locale.en-KY/meta.json +1 -1
  797. package/polyfills/__dist/Intl.DisplayNames.~locale.en-LC/meta.json +1 -1
  798. package/polyfills/__dist/Intl.DisplayNames.~locale.en-LR/meta.json +1 -1
  799. package/polyfills/__dist/Intl.DisplayNames.~locale.en-LS/meta.json +1 -1
  800. package/polyfills/__dist/Intl.DisplayNames.~locale.en-MG/meta.json +1 -1
  801. package/polyfills/__dist/Intl.DisplayNames.~locale.en-MH/meta.json +1 -1
  802. package/polyfills/__dist/Intl.DisplayNames.~locale.en-MO/meta.json +1 -1
  803. package/polyfills/__dist/Intl.DisplayNames.~locale.en-MP/meta.json +1 -1
  804. package/polyfills/__dist/Intl.DisplayNames.~locale.en-MS/meta.json +1 -1
  805. package/polyfills/__dist/Intl.DisplayNames.~locale.en-MT/meta.json +1 -1
  806. package/polyfills/__dist/Intl.DisplayNames.~locale.en-MU/meta.json +1 -1
  807. package/polyfills/__dist/Intl.DisplayNames.~locale.en-MW/meta.json +1 -1
  808. package/polyfills/__dist/Intl.DisplayNames.~locale.en-MY/meta.json +1 -1
  809. package/polyfills/__dist/Intl.DisplayNames.~locale.en-NA/meta.json +1 -1
  810. package/polyfills/__dist/Intl.DisplayNames.~locale.en-NF/meta.json +1 -1
  811. package/polyfills/__dist/Intl.DisplayNames.~locale.en-NG/meta.json +1 -1
  812. package/polyfills/__dist/Intl.DisplayNames.~locale.en-NL/meta.json +1 -1
  813. package/polyfills/__dist/Intl.DisplayNames.~locale.en-NR/meta.json +1 -1
  814. package/polyfills/__dist/Intl.DisplayNames.~locale.en-NU/meta.json +1 -1
  815. package/polyfills/__dist/Intl.DisplayNames.~locale.en-NZ/meta.json +1 -1
  816. package/polyfills/__dist/Intl.DisplayNames.~locale.en-PG/meta.json +1 -1
  817. package/polyfills/__dist/Intl.DisplayNames.~locale.en-PH/meta.json +1 -1
  818. package/polyfills/__dist/Intl.DisplayNames.~locale.en-PK/meta.json +1 -1
  819. package/polyfills/__dist/Intl.DisplayNames.~locale.en-PN/meta.json +1 -1
  820. package/polyfills/__dist/Intl.DisplayNames.~locale.en-PR/meta.json +1 -1
  821. package/polyfills/__dist/Intl.DisplayNames.~locale.en-PW/meta.json +1 -1
  822. package/polyfills/__dist/Intl.DisplayNames.~locale.en-RW/meta.json +1 -1
  823. package/polyfills/__dist/Intl.DisplayNames.~locale.en-SB/meta.json +1 -1
  824. package/polyfills/__dist/Intl.DisplayNames.~locale.en-SC/meta.json +1 -1
  825. package/polyfills/__dist/Intl.DisplayNames.~locale.en-SD/meta.json +1 -1
  826. package/polyfills/__dist/Intl.DisplayNames.~locale.en-SE/meta.json +1 -1
  827. package/polyfills/__dist/Intl.DisplayNames.~locale.en-SG/meta.json +1 -1
  828. package/polyfills/__dist/Intl.DisplayNames.~locale.en-SH/meta.json +1 -1
  829. package/polyfills/__dist/Intl.DisplayNames.~locale.en-SI/meta.json +1 -1
  830. package/polyfills/__dist/Intl.DisplayNames.~locale.en-SL/meta.json +1 -1
  831. package/polyfills/__dist/Intl.DisplayNames.~locale.en-SS/meta.json +1 -1
  832. package/polyfills/__dist/Intl.DisplayNames.~locale.en-SX/meta.json +1 -1
  833. package/polyfills/__dist/Intl.DisplayNames.~locale.en-SZ/meta.json +1 -1
  834. package/polyfills/__dist/Intl.DisplayNames.~locale.en-TC/meta.json +1 -1
  835. package/polyfills/__dist/Intl.DisplayNames.~locale.en-TK/meta.json +1 -1
  836. package/polyfills/__dist/Intl.DisplayNames.~locale.en-TO/meta.json +1 -1
  837. package/polyfills/__dist/Intl.DisplayNames.~locale.en-TT/meta.json +1 -1
  838. package/polyfills/__dist/Intl.DisplayNames.~locale.en-TV/meta.json +1 -1
  839. package/polyfills/__dist/Intl.DisplayNames.~locale.en-TZ/meta.json +1 -1
  840. package/polyfills/__dist/Intl.DisplayNames.~locale.en-UG/meta.json +1 -1
  841. package/polyfills/__dist/Intl.DisplayNames.~locale.en-UM/meta.json +1 -1
  842. package/polyfills/__dist/Intl.DisplayNames.~locale.en-US-POSIX/meta.json +1 -1
  843. package/polyfills/__dist/Intl.DisplayNames.~locale.en-VC/meta.json +1 -1
  844. package/polyfills/__dist/Intl.DisplayNames.~locale.en-VG/meta.json +1 -1
  845. package/polyfills/__dist/Intl.DisplayNames.~locale.en-VI/meta.json +1 -1
  846. package/polyfills/__dist/Intl.DisplayNames.~locale.en-VU/meta.json +1 -1
  847. package/polyfills/__dist/Intl.DisplayNames.~locale.en-WS/meta.json +1 -1
  848. package/polyfills/__dist/Intl.DisplayNames.~locale.en-ZA/meta.json +1 -1
  849. package/polyfills/__dist/Intl.DisplayNames.~locale.en-ZM/meta.json +1 -1
  850. package/polyfills/__dist/Intl.DisplayNames.~locale.en-ZW/meta.json +1 -1
  851. package/polyfills/__dist/Intl.DisplayNames.~locale.eo/meta.json +1 -1
  852. package/polyfills/__dist/Intl.DisplayNames.~locale.es/meta.json +1 -1
  853. package/polyfills/__dist/Intl.DisplayNames.~locale.es-419/meta.json +1 -1
  854. package/polyfills/__dist/Intl.DisplayNames.~locale.es-AR/meta.json +1 -1
  855. package/polyfills/__dist/Intl.DisplayNames.~locale.es-BO/meta.json +1 -1
  856. package/polyfills/__dist/Intl.DisplayNames.~locale.es-BR/meta.json +1 -1
  857. package/polyfills/__dist/Intl.DisplayNames.~locale.es-BZ/meta.json +1 -1
  858. package/polyfills/__dist/Intl.DisplayNames.~locale.es-CL/meta.json +1 -1
  859. package/polyfills/__dist/Intl.DisplayNames.~locale.es-CO/meta.json +1 -1
  860. package/polyfills/__dist/Intl.DisplayNames.~locale.es-CR/meta.json +1 -1
  861. package/polyfills/__dist/Intl.DisplayNames.~locale.es-CU/meta.json +1 -1
  862. package/polyfills/__dist/Intl.DisplayNames.~locale.es-DO/meta.json +1 -1
  863. package/polyfills/__dist/Intl.DisplayNames.~locale.es-EA/meta.json +1 -1
  864. package/polyfills/__dist/Intl.DisplayNames.~locale.es-EC/meta.json +1 -1
  865. package/polyfills/__dist/Intl.DisplayNames.~locale.es-GQ/meta.json +1 -1
  866. package/polyfills/__dist/Intl.DisplayNames.~locale.es-GT/meta.json +1 -1
  867. package/polyfills/__dist/Intl.DisplayNames.~locale.es-HN/meta.json +1 -1
  868. package/polyfills/__dist/Intl.DisplayNames.~locale.es-IC/meta.json +1 -1
  869. package/polyfills/__dist/Intl.DisplayNames.~locale.es-MX/meta.json +1 -1
  870. package/polyfills/__dist/Intl.DisplayNames.~locale.es-NI/meta.json +1 -1
  871. package/polyfills/__dist/Intl.DisplayNames.~locale.es-PA/meta.json +1 -1
  872. package/polyfills/__dist/Intl.DisplayNames.~locale.es-PE/meta.json +1 -1
  873. package/polyfills/__dist/Intl.DisplayNames.~locale.es-PH/meta.json +1 -1
  874. package/polyfills/__dist/Intl.DisplayNames.~locale.es-PR/meta.json +1 -1
  875. package/polyfills/__dist/Intl.DisplayNames.~locale.es-PY/meta.json +1 -1
  876. package/polyfills/__dist/Intl.DisplayNames.~locale.es-SV/meta.json +1 -1
  877. package/polyfills/__dist/Intl.DisplayNames.~locale.es-US/meta.json +1 -1
  878. package/polyfills/__dist/Intl.DisplayNames.~locale.es-UY/meta.json +1 -1
  879. package/polyfills/__dist/Intl.DisplayNames.~locale.es-VE/meta.json +1 -1
  880. package/polyfills/__dist/Intl.DisplayNames.~locale.et/meta.json +1 -1
  881. package/polyfills/__dist/Intl.DisplayNames.~locale.eu/meta.json +1 -1
  882. package/polyfills/__dist/Intl.DisplayNames.~locale.ewo/meta.json +1 -1
  883. package/polyfills/__dist/Intl.DisplayNames.~locale.fa/meta.json +1 -1
  884. package/polyfills/__dist/Intl.DisplayNames.~locale.fa-AF/meta.json +1 -1
  885. package/polyfills/__dist/Intl.DisplayNames.~locale.ff/meta.json +1 -1
  886. package/polyfills/__dist/Intl.DisplayNames.~locale.ff-Adlm/meta.json +1 -1
  887. package/polyfills/__dist/Intl.DisplayNames.~locale.ff-Adlm-BF/meta.json +1 -1
  888. package/polyfills/__dist/Intl.DisplayNames.~locale.ff-Adlm-CM/meta.json +1 -1
  889. package/polyfills/__dist/Intl.DisplayNames.~locale.ff-Adlm-GH/meta.json +1 -1
  890. package/polyfills/__dist/Intl.DisplayNames.~locale.ff-Adlm-GM/meta.json +1 -1
  891. package/polyfills/__dist/Intl.DisplayNames.~locale.ff-Adlm-GW/meta.json +1 -1
  892. package/polyfills/__dist/Intl.DisplayNames.~locale.ff-Adlm-LR/meta.json +1 -1
  893. package/polyfills/__dist/Intl.DisplayNames.~locale.ff-Adlm-MR/meta.json +1 -1
  894. package/polyfills/__dist/Intl.DisplayNames.~locale.ff-Adlm-NE/meta.json +1 -1
  895. package/polyfills/__dist/Intl.DisplayNames.~locale.ff-Adlm-NG/meta.json +1 -1
  896. package/polyfills/__dist/Intl.DisplayNames.~locale.ff-Adlm-SL/meta.json +1 -1
  897. package/polyfills/__dist/Intl.DisplayNames.~locale.ff-Adlm-SN/meta.json +1 -1
  898. package/polyfills/__dist/Intl.DisplayNames.~locale.ff-Latn/meta.json +1 -1
  899. package/polyfills/__dist/Intl.DisplayNames.~locale.ff-Latn-BF/meta.json +1 -1
  900. package/polyfills/__dist/Intl.DisplayNames.~locale.ff-Latn-CM/meta.json +1 -1
  901. package/polyfills/__dist/Intl.DisplayNames.~locale.ff-Latn-GH/meta.json +1 -1
  902. package/polyfills/__dist/Intl.DisplayNames.~locale.ff-Latn-GM/meta.json +1 -1
  903. package/polyfills/__dist/Intl.DisplayNames.~locale.ff-Latn-GN/meta.json +1 -1
  904. package/polyfills/__dist/Intl.DisplayNames.~locale.ff-Latn-GW/meta.json +1 -1
  905. package/polyfills/__dist/Intl.DisplayNames.~locale.ff-Latn-LR/meta.json +1 -1
  906. package/polyfills/__dist/Intl.DisplayNames.~locale.ff-Latn-MR/meta.json +1 -1
  907. package/polyfills/__dist/Intl.DisplayNames.~locale.ff-Latn-NE/meta.json +1 -1
  908. package/polyfills/__dist/Intl.DisplayNames.~locale.ff-Latn-NG/meta.json +1 -1
  909. package/polyfills/__dist/Intl.DisplayNames.~locale.ff-Latn-SL/meta.json +1 -1
  910. package/polyfills/__dist/Intl.DisplayNames.~locale.fi/meta.json +1 -1
  911. package/polyfills/__dist/Intl.DisplayNames.~locale.fil/meta.json +1 -1
  912. package/polyfills/__dist/Intl.DisplayNames.~locale.fo/meta.json +1 -1
  913. package/polyfills/__dist/Intl.DisplayNames.~locale.fo-DK/meta.json +1 -1
  914. package/polyfills/__dist/Intl.DisplayNames.~locale.fr/meta.json +1 -1
  915. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-BE/meta.json +1 -1
  916. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-BF/meta.json +1 -1
  917. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-BI/meta.json +1 -1
  918. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-BJ/meta.json +1 -1
  919. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-BL/meta.json +1 -1
  920. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-CA/meta.json +1 -1
  921. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-CD/meta.json +1 -1
  922. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-CF/meta.json +1 -1
  923. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-CG/meta.json +1 -1
  924. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-CH/meta.json +1 -1
  925. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-CI/meta.json +1 -1
  926. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-CM/meta.json +1 -1
  927. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-DJ/meta.json +1 -1
  928. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-DZ/meta.json +1 -1
  929. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-GA/meta.json +1 -1
  930. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-GF/meta.json +1 -1
  931. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-GN/meta.json +1 -1
  932. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-GP/meta.json +1 -1
  933. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-GQ/meta.json +1 -1
  934. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-HT/meta.json +1 -1
  935. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-KM/meta.json +1 -1
  936. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-LU/meta.json +1 -1
  937. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-MA/meta.json +1 -1
  938. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-MC/meta.json +1 -1
  939. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-MF/meta.json +1 -1
  940. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-MG/meta.json +1 -1
  941. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-ML/meta.json +1 -1
  942. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-MQ/meta.json +1 -1
  943. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-MR/meta.json +1 -1
  944. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-MU/meta.json +1 -1
  945. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-NC/meta.json +1 -1
  946. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-NE/meta.json +1 -1
  947. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-PF/meta.json +1 -1
  948. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-PM/meta.json +1 -1
  949. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-RE/meta.json +1 -1
  950. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-RW/meta.json +1 -1
  951. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-SC/meta.json +1 -1
  952. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-SN/meta.json +1 -1
  953. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-SY/meta.json +1 -1
  954. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-TD/meta.json +1 -1
  955. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-TG/meta.json +1 -1
  956. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-TN/meta.json +1 -1
  957. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-VU/meta.json +1 -1
  958. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-WF/meta.json +1 -1
  959. package/polyfills/__dist/Intl.DisplayNames.~locale.fr-YT/meta.json +1 -1
  960. package/polyfills/__dist/Intl.DisplayNames.~locale.fur/meta.json +1 -1
  961. package/polyfills/__dist/Intl.DisplayNames.~locale.fy/meta.json +1 -1
  962. package/polyfills/__dist/Intl.DisplayNames.~locale.ga/meta.json +1 -1
  963. package/polyfills/__dist/Intl.DisplayNames.~locale.ga-GB/meta.json +1 -1
  964. package/polyfills/__dist/Intl.DisplayNames.~locale.gd/meta.json +1 -1
  965. package/polyfills/__dist/Intl.DisplayNames.~locale.gl/meta.json +1 -1
  966. package/polyfills/__dist/Intl.DisplayNames.~locale.gsw/meta.json +1 -1
  967. package/polyfills/__dist/Intl.DisplayNames.~locale.gsw-FR/meta.json +1 -1
  968. package/polyfills/__dist/Intl.DisplayNames.~locale.gsw-LI/meta.json +1 -1
  969. package/polyfills/__dist/Intl.DisplayNames.~locale.gu/meta.json +1 -1
  970. package/polyfills/__dist/Intl.DisplayNames.~locale.guz/meta.json +1 -1
  971. package/polyfills/__dist/Intl.DisplayNames.~locale.gv/meta.json +1 -1
  972. package/polyfills/__dist/Intl.DisplayNames.~locale.ha/meta.json +1 -1
  973. package/polyfills/__dist/Intl.DisplayNames.~locale.ha-GH/meta.json +1 -1
  974. package/polyfills/__dist/Intl.DisplayNames.~locale.ha-NE/meta.json +1 -1
  975. package/polyfills/__dist/Intl.DisplayNames.~locale.haw/meta.json +1 -1
  976. package/polyfills/__dist/Intl.DisplayNames.~locale.he/meta.json +1 -1
  977. package/polyfills/__dist/Intl.DisplayNames.~locale.hi/meta.json +1 -1
  978. package/polyfills/__dist/Intl.DisplayNames.~locale.hr/meta.json +1 -1
  979. package/polyfills/__dist/Intl.DisplayNames.~locale.hr-BA/meta.json +1 -1
  980. package/polyfills/__dist/Intl.DisplayNames.~locale.hsb/meta.json +1 -1
  981. package/polyfills/__dist/Intl.DisplayNames.~locale.hu/meta.json +1 -1
  982. package/polyfills/__dist/Intl.DisplayNames.~locale.hy/meta.json +1 -1
  983. package/polyfills/__dist/Intl.DisplayNames.~locale.ia/meta.json +1 -1
  984. package/polyfills/__dist/Intl.DisplayNames.~locale.id/meta.json +1 -1
  985. package/polyfills/__dist/Intl.DisplayNames.~locale.ig/meta.json +1 -1
  986. package/polyfills/__dist/Intl.DisplayNames.~locale.ii/meta.json +1 -1
  987. package/polyfills/__dist/Intl.DisplayNames.~locale.is/meta.json +1 -1
  988. package/polyfills/__dist/Intl.DisplayNames.~locale.it/meta.json +1 -1
  989. package/polyfills/__dist/Intl.DisplayNames.~locale.it-CH/meta.json +1 -1
  990. package/polyfills/__dist/Intl.DisplayNames.~locale.it-SM/meta.json +1 -1
  991. package/polyfills/__dist/Intl.DisplayNames.~locale.it-VA/meta.json +1 -1
  992. package/polyfills/__dist/Intl.DisplayNames.~locale.ja/meta.json +1 -1
  993. package/polyfills/__dist/Intl.DisplayNames.~locale.jgo/meta.json +1 -1
  994. package/polyfills/__dist/Intl.DisplayNames.~locale.jmc/meta.json +1 -1
  995. package/polyfills/__dist/Intl.DisplayNames.~locale.jv/meta.json +1 -1
  996. package/polyfills/__dist/Intl.DisplayNames.~locale.ka/meta.json +1 -1
  997. package/polyfills/__dist/Intl.DisplayNames.~locale.kab/meta.json +1 -1
  998. package/polyfills/__dist/Intl.DisplayNames.~locale.kam/meta.json +1 -1
  999. package/polyfills/__dist/Intl.DisplayNames.~locale.kde/meta.json +1 -1
  1000. package/polyfills/__dist/Intl.DisplayNames.~locale.kea/meta.json +1 -1
  1001. package/polyfills/__dist/Intl.DisplayNames.~locale.khq/meta.json +1 -1
  1002. package/polyfills/__dist/Intl.DisplayNames.~locale.ki/meta.json +1 -1
  1003. package/polyfills/__dist/Intl.DisplayNames.~locale.kk/meta.json +1 -1
  1004. package/polyfills/__dist/Intl.DisplayNames.~locale.kkj/meta.json +1 -1
  1005. package/polyfills/__dist/Intl.DisplayNames.~locale.kl/meta.json +1 -1
  1006. package/polyfills/__dist/Intl.DisplayNames.~locale.kln/meta.json +1 -1
  1007. package/polyfills/__dist/Intl.DisplayNames.~locale.km/meta.json +1 -1
  1008. package/polyfills/__dist/Intl.DisplayNames.~locale.kn/meta.json +1 -1
  1009. package/polyfills/__dist/Intl.DisplayNames.~locale.ko/meta.json +1 -1
  1010. package/polyfills/__dist/Intl.DisplayNames.~locale.ko-KP/meta.json +1 -1
  1011. package/polyfills/__dist/Intl.DisplayNames.~locale.kok/meta.json +1 -1
  1012. package/polyfills/__dist/Intl.DisplayNames.~locale.ks/meta.json +1 -1
  1013. package/polyfills/__dist/Intl.DisplayNames.~locale.ks-Arab/meta.json +1 -1
  1014. package/polyfills/__dist/Intl.DisplayNames.~locale.ksb/meta.json +1 -1
  1015. package/polyfills/__dist/Intl.DisplayNames.~locale.ksf/meta.json +1 -1
  1016. package/polyfills/__dist/Intl.DisplayNames.~locale.ksh/meta.json +1 -1
  1017. package/polyfills/__dist/Intl.DisplayNames.~locale.ku/meta.json +1 -1
  1018. package/polyfills/__dist/Intl.DisplayNames.~locale.kw/meta.json +1 -1
  1019. package/polyfills/__dist/Intl.DisplayNames.~locale.ky/meta.json +1 -1
  1020. package/polyfills/__dist/Intl.DisplayNames.~locale.lag/meta.json +1 -1
  1021. package/polyfills/__dist/Intl.DisplayNames.~locale.lb/meta.json +1 -1
  1022. package/polyfills/__dist/Intl.DisplayNames.~locale.lg/meta.json +1 -1
  1023. package/polyfills/__dist/Intl.DisplayNames.~locale.lkt/meta.json +1 -1
  1024. package/polyfills/__dist/Intl.DisplayNames.~locale.ln/meta.json +1 -1
  1025. package/polyfills/__dist/Intl.DisplayNames.~locale.ln-AO/meta.json +1 -1
  1026. package/polyfills/__dist/Intl.DisplayNames.~locale.ln-CF/meta.json +1 -1
  1027. package/polyfills/__dist/Intl.DisplayNames.~locale.ln-CG/meta.json +1 -1
  1028. package/polyfills/__dist/Intl.DisplayNames.~locale.lo/meta.json +1 -1
  1029. package/polyfills/__dist/Intl.DisplayNames.~locale.lrc/meta.json +1 -1
  1030. package/polyfills/__dist/Intl.DisplayNames.~locale.lrc-IQ/meta.json +1 -1
  1031. package/polyfills/__dist/Intl.DisplayNames.~locale.lt/meta.json +1 -1
  1032. package/polyfills/__dist/Intl.DisplayNames.~locale.lu/meta.json +1 -1
  1033. package/polyfills/__dist/Intl.DisplayNames.~locale.luo/meta.json +1 -1
  1034. package/polyfills/__dist/Intl.DisplayNames.~locale.luy/meta.json +1 -1
  1035. package/polyfills/__dist/Intl.DisplayNames.~locale.lv/meta.json +1 -1
  1036. package/polyfills/__dist/Intl.DisplayNames.~locale.mai/meta.json +1 -1
  1037. package/polyfills/__dist/Intl.DisplayNames.~locale.mas/meta.json +1 -1
  1038. package/polyfills/__dist/Intl.DisplayNames.~locale.mas-TZ/meta.json +1 -1
  1039. package/polyfills/__dist/Intl.DisplayNames.~locale.mer/meta.json +1 -1
  1040. package/polyfills/__dist/Intl.DisplayNames.~locale.mfe/meta.json +1 -1
  1041. package/polyfills/__dist/Intl.DisplayNames.~locale.mg/meta.json +1 -1
  1042. package/polyfills/__dist/Intl.DisplayNames.~locale.mgh/meta.json +1 -1
  1043. package/polyfills/__dist/Intl.DisplayNames.~locale.mgo/meta.json +1 -1
  1044. package/polyfills/__dist/Intl.DisplayNames.~locale.mi/meta.json +1 -1
  1045. package/polyfills/__dist/Intl.DisplayNames.~locale.mk/meta.json +1 -1
  1046. package/polyfills/__dist/Intl.DisplayNames.~locale.ml/meta.json +1 -1
  1047. package/polyfills/__dist/Intl.DisplayNames.~locale.mn/meta.json +1 -1
  1048. package/polyfills/__dist/Intl.DisplayNames.~locale.mni/meta.json +1 -1
  1049. package/polyfills/__dist/Intl.DisplayNames.~locale.mni-Beng/meta.json +1 -1
  1050. package/polyfills/__dist/Intl.DisplayNames.~locale.mr/meta.json +1 -1
  1051. package/polyfills/__dist/Intl.DisplayNames.~locale.ms/meta.json +1 -1
  1052. package/polyfills/__dist/Intl.DisplayNames.~locale.ms-BN/meta.json +1 -1
  1053. package/polyfills/__dist/Intl.DisplayNames.~locale.ms-ID/meta.json +1 -1
  1054. package/polyfills/__dist/Intl.DisplayNames.~locale.ms-SG/meta.json +1 -1
  1055. package/polyfills/__dist/Intl.DisplayNames.~locale.mt/meta.json +1 -1
  1056. package/polyfills/__dist/Intl.DisplayNames.~locale.mua/meta.json +1 -1
  1057. package/polyfills/__dist/Intl.DisplayNames.~locale.my/meta.json +1 -1
  1058. package/polyfills/__dist/Intl.DisplayNames.~locale.mzn/meta.json +1 -1
  1059. package/polyfills/__dist/Intl.DisplayNames.~locale.naq/meta.json +1 -1
  1060. package/polyfills/__dist/Intl.DisplayNames.~locale.nb/meta.json +1 -1
  1061. package/polyfills/__dist/Intl.DisplayNames.~locale.nb-SJ/meta.json +1 -1
  1062. package/polyfills/__dist/Intl.DisplayNames.~locale.nd/meta.json +1 -1
  1063. package/polyfills/__dist/Intl.DisplayNames.~locale.nds/meta.json +1 -1
  1064. package/polyfills/__dist/Intl.DisplayNames.~locale.nds-NL/meta.json +1 -1
  1065. package/polyfills/__dist/Intl.DisplayNames.~locale.ne/meta.json +1 -1
  1066. package/polyfills/__dist/Intl.DisplayNames.~locale.ne-IN/meta.json +1 -1
  1067. package/polyfills/__dist/Intl.DisplayNames.~locale.nl/meta.json +1 -1
  1068. package/polyfills/__dist/Intl.DisplayNames.~locale.nl-AW/meta.json +1 -1
  1069. package/polyfills/__dist/Intl.DisplayNames.~locale.nl-BE/meta.json +1 -1
  1070. package/polyfills/__dist/Intl.DisplayNames.~locale.nl-BQ/meta.json +1 -1
  1071. package/polyfills/__dist/Intl.DisplayNames.~locale.nl-CW/meta.json +1 -1
  1072. package/polyfills/__dist/Intl.DisplayNames.~locale.nl-SR/meta.json +1 -1
  1073. package/polyfills/__dist/Intl.DisplayNames.~locale.nl-SX/meta.json +1 -1
  1074. package/polyfills/__dist/Intl.DisplayNames.~locale.nmg/meta.json +1 -1
  1075. package/polyfills/__dist/Intl.DisplayNames.~locale.nn/meta.json +1 -1
  1076. package/polyfills/__dist/Intl.DisplayNames.~locale.nnh/meta.json +1 -1
  1077. package/polyfills/__dist/Intl.DisplayNames.~locale.no/meta.json +1 -1
  1078. package/polyfills/__dist/Intl.DisplayNames.~locale.nus/meta.json +1 -1
  1079. package/polyfills/__dist/Intl.DisplayNames.~locale.nyn/meta.json +1 -1
  1080. package/polyfills/__dist/Intl.DisplayNames.~locale.om/meta.json +1 -1
  1081. package/polyfills/__dist/Intl.DisplayNames.~locale.om-KE/meta.json +1 -1
  1082. package/polyfills/__dist/Intl.DisplayNames.~locale.or/meta.json +1 -1
  1083. package/polyfills/__dist/Intl.DisplayNames.~locale.os/meta.json +1 -1
  1084. package/polyfills/__dist/Intl.DisplayNames.~locale.os-RU/meta.json +1 -1
  1085. package/polyfills/__dist/Intl.DisplayNames.~locale.pa/meta.json +1 -1
  1086. package/polyfills/__dist/Intl.DisplayNames.~locale.pa-Arab/meta.json +1 -1
  1087. package/polyfills/__dist/Intl.DisplayNames.~locale.pa-Guru/meta.json +1 -1
  1088. package/polyfills/__dist/Intl.DisplayNames.~locale.pcm/meta.json +1 -1
  1089. package/polyfills/__dist/Intl.DisplayNames.~locale.pl/meta.json +1 -1
  1090. package/polyfills/__dist/Intl.DisplayNames.~locale.ps/meta.json +1 -1
  1091. package/polyfills/__dist/Intl.DisplayNames.~locale.ps-PK/meta.json +1 -1
  1092. package/polyfills/__dist/Intl.DisplayNames.~locale.pt/meta.json +1 -1
  1093. package/polyfills/__dist/Intl.DisplayNames.~locale.pt-AO/meta.json +1 -1
  1094. package/polyfills/__dist/Intl.DisplayNames.~locale.pt-CH/meta.json +1 -1
  1095. package/polyfills/__dist/Intl.DisplayNames.~locale.pt-CV/meta.json +1 -1
  1096. package/polyfills/__dist/Intl.DisplayNames.~locale.pt-GQ/meta.json +1 -1
  1097. package/polyfills/__dist/Intl.DisplayNames.~locale.pt-GW/meta.json +1 -1
  1098. package/polyfills/__dist/Intl.DisplayNames.~locale.pt-LU/meta.json +1 -1
  1099. package/polyfills/__dist/Intl.DisplayNames.~locale.pt-MO/meta.json +1 -1
  1100. package/polyfills/__dist/Intl.DisplayNames.~locale.pt-MZ/meta.json +1 -1
  1101. package/polyfills/__dist/Intl.DisplayNames.~locale.pt-PT/meta.json +1 -1
  1102. package/polyfills/__dist/Intl.DisplayNames.~locale.pt-ST/meta.json +1 -1
  1103. package/polyfills/__dist/Intl.DisplayNames.~locale.pt-TL/meta.json +1 -1
  1104. package/polyfills/__dist/Intl.DisplayNames.~locale.qu/meta.json +1 -1
  1105. package/polyfills/__dist/Intl.DisplayNames.~locale.qu-BO/meta.json +1 -1
  1106. package/polyfills/__dist/Intl.DisplayNames.~locale.qu-EC/meta.json +1 -1
  1107. package/polyfills/__dist/Intl.DisplayNames.~locale.rm/meta.json +1 -1
  1108. package/polyfills/__dist/Intl.DisplayNames.~locale.rn/meta.json +1 -1
  1109. package/polyfills/__dist/Intl.DisplayNames.~locale.ro/meta.json +1 -1
  1110. package/polyfills/__dist/Intl.DisplayNames.~locale.ro-MD/meta.json +1 -1
  1111. package/polyfills/__dist/Intl.DisplayNames.~locale.rof/meta.json +1 -1
  1112. package/polyfills/__dist/Intl.DisplayNames.~locale.ru/meta.json +1 -1
  1113. package/polyfills/__dist/Intl.DisplayNames.~locale.ru-BY/meta.json +1 -1
  1114. package/polyfills/__dist/Intl.DisplayNames.~locale.ru-KG/meta.json +1 -1
  1115. package/polyfills/__dist/Intl.DisplayNames.~locale.ru-KZ/meta.json +1 -1
  1116. package/polyfills/__dist/Intl.DisplayNames.~locale.ru-MD/meta.json +1 -1
  1117. package/polyfills/__dist/Intl.DisplayNames.~locale.ru-UA/meta.json +1 -1
  1118. package/polyfills/__dist/Intl.DisplayNames.~locale.rw/meta.json +1 -1
  1119. package/polyfills/__dist/Intl.DisplayNames.~locale.rwk/meta.json +1 -1
  1120. package/polyfills/__dist/Intl.DisplayNames.~locale.sa/meta.json +1 -1
  1121. package/polyfills/__dist/Intl.DisplayNames.~locale.sah/meta.json +1 -1
  1122. package/polyfills/__dist/Intl.DisplayNames.~locale.saq/meta.json +1 -1
  1123. package/polyfills/__dist/Intl.DisplayNames.~locale.sat/meta.json +1 -1
  1124. package/polyfills/__dist/Intl.DisplayNames.~locale.sat-Olck/meta.json +1 -1
  1125. package/polyfills/__dist/Intl.DisplayNames.~locale.sbp/meta.json +1 -1
  1126. package/polyfills/__dist/Intl.DisplayNames.~locale.sd/meta.json +1 -1
  1127. package/polyfills/__dist/Intl.DisplayNames.~locale.sd-Arab/meta.json +1 -1
  1128. package/polyfills/__dist/Intl.DisplayNames.~locale.sd-Deva/meta.json +1 -1
  1129. package/polyfills/__dist/Intl.DisplayNames.~locale.se/meta.json +1 -1
  1130. package/polyfills/__dist/Intl.DisplayNames.~locale.se-FI/meta.json +1 -1
  1131. package/polyfills/__dist/Intl.DisplayNames.~locale.se-SE/meta.json +1 -1
  1132. package/polyfills/__dist/Intl.DisplayNames.~locale.seh/meta.json +1 -1
  1133. package/polyfills/__dist/Intl.DisplayNames.~locale.ses/meta.json +1 -1
  1134. package/polyfills/__dist/Intl.DisplayNames.~locale.sg/meta.json +1 -1
  1135. package/polyfills/__dist/Intl.DisplayNames.~locale.shi/meta.json +1 -1
  1136. package/polyfills/__dist/Intl.DisplayNames.~locale.shi-Latn/meta.json +1 -1
  1137. package/polyfills/__dist/Intl.DisplayNames.~locale.shi-Tfng/meta.json +1 -1
  1138. package/polyfills/__dist/Intl.DisplayNames.~locale.si/meta.json +1 -1
  1139. package/polyfills/__dist/Intl.DisplayNames.~locale.sk/meta.json +1 -1
  1140. package/polyfills/__dist/Intl.DisplayNames.~locale.sl/meta.json +1 -1
  1141. package/polyfills/__dist/Intl.DisplayNames.~locale.smn/meta.json +1 -1
  1142. package/polyfills/__dist/Intl.DisplayNames.~locale.sn/meta.json +1 -1
  1143. package/polyfills/__dist/Intl.DisplayNames.~locale.so/meta.json +1 -1
  1144. package/polyfills/__dist/Intl.DisplayNames.~locale.so-DJ/meta.json +1 -1
  1145. package/polyfills/__dist/Intl.DisplayNames.~locale.so-ET/meta.json +1 -1
  1146. package/polyfills/__dist/Intl.DisplayNames.~locale.so-KE/meta.json +1 -1
  1147. package/polyfills/__dist/Intl.DisplayNames.~locale.sq/meta.json +1 -1
  1148. package/polyfills/__dist/Intl.DisplayNames.~locale.sq-MK/meta.json +1 -1
  1149. package/polyfills/__dist/Intl.DisplayNames.~locale.sq-XK/meta.json +1 -1
  1150. package/polyfills/__dist/Intl.DisplayNames.~locale.sr/meta.json +1 -1
  1151. package/polyfills/__dist/Intl.DisplayNames.~locale.sr-Cyrl/meta.json +1 -1
  1152. package/polyfills/__dist/Intl.DisplayNames.~locale.sr-Cyrl-BA/meta.json +1 -1
  1153. package/polyfills/__dist/Intl.DisplayNames.~locale.sr-Cyrl-ME/meta.json +1 -1
  1154. package/polyfills/__dist/Intl.DisplayNames.~locale.sr-Cyrl-XK/meta.json +1 -1
  1155. package/polyfills/__dist/Intl.DisplayNames.~locale.sr-Latn/meta.json +1 -1
  1156. package/polyfills/__dist/Intl.DisplayNames.~locale.sr-Latn-BA/meta.json +1 -1
  1157. package/polyfills/__dist/Intl.DisplayNames.~locale.sr-Latn-ME/meta.json +1 -1
  1158. package/polyfills/__dist/Intl.DisplayNames.~locale.sr-Latn-XK/meta.json +1 -1
  1159. package/polyfills/__dist/Intl.DisplayNames.~locale.su/meta.json +1 -1
  1160. package/polyfills/__dist/Intl.DisplayNames.~locale.su-Latn/meta.json +1 -1
  1161. package/polyfills/__dist/Intl.DisplayNames.~locale.sv/meta.json +1 -1
  1162. package/polyfills/__dist/Intl.DisplayNames.~locale.sv-AX/meta.json +1 -1
  1163. package/polyfills/__dist/Intl.DisplayNames.~locale.sv-FI/meta.json +1 -1
  1164. package/polyfills/__dist/Intl.DisplayNames.~locale.sw/meta.json +1 -1
  1165. package/polyfills/__dist/Intl.DisplayNames.~locale.sw-CD/meta.json +1 -1
  1166. package/polyfills/__dist/Intl.DisplayNames.~locale.sw-KE/meta.json +1 -1
  1167. package/polyfills/__dist/Intl.DisplayNames.~locale.sw-UG/meta.json +1 -1
  1168. package/polyfills/__dist/Intl.DisplayNames.~locale.ta/meta.json +1 -1
  1169. package/polyfills/__dist/Intl.DisplayNames.~locale.ta-LK/meta.json +1 -1
  1170. package/polyfills/__dist/Intl.DisplayNames.~locale.ta-MY/meta.json +1 -1
  1171. package/polyfills/__dist/Intl.DisplayNames.~locale.ta-SG/meta.json +1 -1
  1172. package/polyfills/__dist/Intl.DisplayNames.~locale.te/meta.json +1 -1
  1173. package/polyfills/__dist/Intl.DisplayNames.~locale.teo/meta.json +1 -1
  1174. package/polyfills/__dist/Intl.DisplayNames.~locale.teo-KE/meta.json +1 -1
  1175. package/polyfills/__dist/Intl.DisplayNames.~locale.tg/meta.json +1 -1
  1176. package/polyfills/__dist/Intl.DisplayNames.~locale.th/meta.json +1 -1
  1177. package/polyfills/__dist/Intl.DisplayNames.~locale.ti/meta.json +1 -1
  1178. package/polyfills/__dist/Intl.DisplayNames.~locale.ti-ER/meta.json +1 -1
  1179. package/polyfills/__dist/Intl.DisplayNames.~locale.tk/meta.json +1 -1
  1180. package/polyfills/__dist/Intl.DisplayNames.~locale.to/meta.json +1 -1
  1181. package/polyfills/__dist/Intl.DisplayNames.~locale.tr/meta.json +1 -1
  1182. package/polyfills/__dist/Intl.DisplayNames.~locale.tr-CY/meta.json +1 -1
  1183. package/polyfills/__dist/Intl.DisplayNames.~locale.tt/meta.json +1 -1
  1184. package/polyfills/__dist/Intl.DisplayNames.~locale.twq/meta.json +1 -1
  1185. package/polyfills/__dist/Intl.DisplayNames.~locale.tzm/meta.json +1 -1
  1186. package/polyfills/__dist/Intl.DisplayNames.~locale.ug/meta.json +1 -1
  1187. package/polyfills/__dist/Intl.DisplayNames.~locale.uk/meta.json +1 -1
  1188. package/polyfills/__dist/Intl.DisplayNames.~locale.ur/meta.json +1 -1
  1189. package/polyfills/__dist/Intl.DisplayNames.~locale.ur-IN/meta.json +1 -1
  1190. package/polyfills/__dist/Intl.DisplayNames.~locale.uz/meta.json +1 -1
  1191. package/polyfills/__dist/Intl.DisplayNames.~locale.uz-Arab/meta.json +1 -1
  1192. package/polyfills/__dist/Intl.DisplayNames.~locale.uz-Cyrl/meta.json +1 -1
  1193. package/polyfills/__dist/Intl.DisplayNames.~locale.uz-Latn/meta.json +1 -1
  1194. package/polyfills/__dist/Intl.DisplayNames.~locale.vai/meta.json +1 -1
  1195. package/polyfills/__dist/Intl.DisplayNames.~locale.vai-Latn/meta.json +1 -1
  1196. package/polyfills/__dist/Intl.DisplayNames.~locale.vai-Vaii/meta.json +1 -1
  1197. package/polyfills/__dist/Intl.DisplayNames.~locale.vi/meta.json +1 -1
  1198. package/polyfills/__dist/Intl.DisplayNames.~locale.vun/meta.json +1 -1
  1199. package/polyfills/__dist/Intl.DisplayNames.~locale.wae/meta.json +1 -1
  1200. package/polyfills/__dist/Intl.DisplayNames.~locale.wo/meta.json +1 -1
  1201. package/polyfills/__dist/Intl.DisplayNames.~locale.xh/meta.json +1 -1
  1202. package/polyfills/__dist/Intl.DisplayNames.~locale.xog/meta.json +1 -1
  1203. package/polyfills/__dist/Intl.DisplayNames.~locale.yav/meta.json +1 -1
  1204. package/polyfills/__dist/Intl.DisplayNames.~locale.yi/meta.json +1 -1
  1205. package/polyfills/__dist/Intl.DisplayNames.~locale.yo/meta.json +1 -1
  1206. package/polyfills/__dist/Intl.DisplayNames.~locale.yo-BJ/meta.json +1 -1
  1207. package/polyfills/__dist/Intl.DisplayNames.~locale.yue/meta.json +1 -1
  1208. package/polyfills/__dist/Intl.DisplayNames.~locale.yue-Hans/meta.json +1 -1
  1209. package/polyfills/__dist/Intl.DisplayNames.~locale.yue-Hant/meta.json +1 -1
  1210. package/polyfills/__dist/Intl.DisplayNames.~locale.zgh/meta.json +1 -1
  1211. package/polyfills/__dist/Intl.DisplayNames.~locale.zh/meta.json +1 -1
  1212. package/polyfills/__dist/Intl.DisplayNames.~locale.zh-Hans/meta.json +1 -1
  1213. package/polyfills/__dist/Intl.DisplayNames.~locale.zh-Hans-HK/meta.json +1 -1
  1214. package/polyfills/__dist/Intl.DisplayNames.~locale.zh-Hans-MO/meta.json +1 -1
  1215. package/polyfills/__dist/Intl.DisplayNames.~locale.zh-Hans-SG/meta.json +1 -1
  1216. package/polyfills/__dist/Intl.DisplayNames.~locale.zh-Hant/meta.json +1 -1
  1217. package/polyfills/__dist/Intl.DisplayNames.~locale.zh-Hant-HK/meta.json +1 -1
  1218. package/polyfills/__dist/Intl.DisplayNames.~locale.zh-Hant-MO/meta.json +1 -1
  1219. package/polyfills/__dist/Intl.DisplayNames.~locale.zu/meta.json +1 -1
  1220. package/polyfills/__dist/Intl.ListFormat/meta.json +1 -1
  1221. package/polyfills/__dist/Intl.ListFormat.~locale.af/meta.json +1 -1
  1222. package/polyfills/__dist/Intl.ListFormat.~locale.af-NA/meta.json +1 -1
  1223. package/polyfills/__dist/Intl.ListFormat.~locale.agq/meta.json +1 -1
  1224. package/polyfills/__dist/Intl.ListFormat.~locale.ak/meta.json +1 -1
  1225. package/polyfills/__dist/Intl.ListFormat.~locale.am/meta.json +1 -1
  1226. package/polyfills/__dist/Intl.ListFormat.~locale.ar/meta.json +1 -1
  1227. package/polyfills/__dist/Intl.ListFormat.~locale.ar-AE/meta.json +1 -1
  1228. package/polyfills/__dist/Intl.ListFormat.~locale.ar-BH/meta.json +1 -1
  1229. package/polyfills/__dist/Intl.ListFormat.~locale.ar-DJ/meta.json +1 -1
  1230. package/polyfills/__dist/Intl.ListFormat.~locale.ar-DZ/meta.json +1 -1
  1231. package/polyfills/__dist/Intl.ListFormat.~locale.ar-EG/meta.json +1 -1
  1232. package/polyfills/__dist/Intl.ListFormat.~locale.ar-EH/meta.json +1 -1
  1233. package/polyfills/__dist/Intl.ListFormat.~locale.ar-ER/meta.json +1 -1
  1234. package/polyfills/__dist/Intl.ListFormat.~locale.ar-IL/meta.json +1 -1
  1235. package/polyfills/__dist/Intl.ListFormat.~locale.ar-IQ/meta.json +1 -1
  1236. package/polyfills/__dist/Intl.ListFormat.~locale.ar-JO/meta.json +1 -1
  1237. package/polyfills/__dist/Intl.ListFormat.~locale.ar-KM/meta.json +1 -1
  1238. package/polyfills/__dist/Intl.ListFormat.~locale.ar-KW/meta.json +1 -1
  1239. package/polyfills/__dist/Intl.ListFormat.~locale.ar-LB/meta.json +1 -1
  1240. package/polyfills/__dist/Intl.ListFormat.~locale.ar-LY/meta.json +1 -1
  1241. package/polyfills/__dist/Intl.ListFormat.~locale.ar-MA/meta.json +1 -1
  1242. package/polyfills/__dist/Intl.ListFormat.~locale.ar-MR/meta.json +1 -1
  1243. package/polyfills/__dist/Intl.ListFormat.~locale.ar-OM/meta.json +1 -1
  1244. package/polyfills/__dist/Intl.ListFormat.~locale.ar-PS/meta.json +1 -1
  1245. package/polyfills/__dist/Intl.ListFormat.~locale.ar-QA/meta.json +1 -1
  1246. package/polyfills/__dist/Intl.ListFormat.~locale.ar-SA/meta.json +1 -1
  1247. package/polyfills/__dist/Intl.ListFormat.~locale.ar-SD/meta.json +1 -1
  1248. package/polyfills/__dist/Intl.ListFormat.~locale.ar-SO/meta.json +1 -1
  1249. package/polyfills/__dist/Intl.ListFormat.~locale.ar-SS/meta.json +1 -1
  1250. package/polyfills/__dist/Intl.ListFormat.~locale.ar-SY/meta.json +1 -1
  1251. package/polyfills/__dist/Intl.ListFormat.~locale.ar-TD/meta.json +1 -1
  1252. package/polyfills/__dist/Intl.ListFormat.~locale.ar-TN/meta.json +1 -1
  1253. package/polyfills/__dist/Intl.ListFormat.~locale.ar-YE/meta.json +1 -1
  1254. package/polyfills/__dist/Intl.ListFormat.~locale.as/meta.json +1 -1
  1255. package/polyfills/__dist/Intl.ListFormat.~locale.asa/meta.json +1 -1
  1256. package/polyfills/__dist/Intl.ListFormat.~locale.ast/meta.json +1 -1
  1257. package/polyfills/__dist/Intl.ListFormat.~locale.az/meta.json +1 -1
  1258. package/polyfills/__dist/Intl.ListFormat.~locale.az-Cyrl/meta.json +1 -1
  1259. package/polyfills/__dist/Intl.ListFormat.~locale.az-Latn/meta.json +1 -1
  1260. package/polyfills/__dist/Intl.ListFormat.~locale.bas/meta.json +1 -1
  1261. package/polyfills/__dist/Intl.ListFormat.~locale.be/meta.json +1 -1
  1262. package/polyfills/__dist/Intl.ListFormat.~locale.bem/meta.json +1 -1
  1263. package/polyfills/__dist/Intl.ListFormat.~locale.bez/meta.json +1 -1
  1264. package/polyfills/__dist/Intl.ListFormat.~locale.bg/meta.json +1 -1
  1265. package/polyfills/__dist/Intl.ListFormat.~locale.bm/meta.json +1 -1
  1266. package/polyfills/__dist/Intl.ListFormat.~locale.bn/meta.json +1 -1
  1267. package/polyfills/__dist/Intl.ListFormat.~locale.bn-IN/meta.json +1 -1
  1268. package/polyfills/__dist/Intl.ListFormat.~locale.bo/meta.json +1 -1
  1269. package/polyfills/__dist/Intl.ListFormat.~locale.bo-IN/meta.json +1 -1
  1270. package/polyfills/__dist/Intl.ListFormat.~locale.br/meta.json +1 -1
  1271. package/polyfills/__dist/Intl.ListFormat.~locale.brx/meta.json +1 -1
  1272. package/polyfills/__dist/Intl.ListFormat.~locale.bs/meta.json +1 -1
  1273. package/polyfills/__dist/Intl.ListFormat.~locale.bs-Cyrl/meta.json +1 -1
  1274. package/polyfills/__dist/Intl.ListFormat.~locale.bs-Latn/meta.json +1 -1
  1275. package/polyfills/__dist/Intl.ListFormat.~locale.ca/meta.json +1 -1
  1276. package/polyfills/__dist/Intl.ListFormat.~locale.ca-AD/meta.json +1 -1
  1277. package/polyfills/__dist/Intl.ListFormat.~locale.ca-ES-VALENCIA/meta.json +1 -1
  1278. package/polyfills/__dist/Intl.ListFormat.~locale.ca-FR/meta.json +1 -1
  1279. package/polyfills/__dist/Intl.ListFormat.~locale.ca-IT/meta.json +1 -1
  1280. package/polyfills/__dist/Intl.ListFormat.~locale.ccp/meta.json +1 -1
  1281. package/polyfills/__dist/Intl.ListFormat.~locale.ccp-IN/meta.json +1 -1
  1282. package/polyfills/__dist/Intl.ListFormat.~locale.ce/meta.json +1 -1
  1283. package/polyfills/__dist/Intl.ListFormat.~locale.ceb/meta.json +1 -1
  1284. package/polyfills/__dist/Intl.ListFormat.~locale.cgg/meta.json +1 -1
  1285. package/polyfills/__dist/Intl.ListFormat.~locale.chr/meta.json +1 -1
  1286. package/polyfills/__dist/Intl.ListFormat.~locale.ckb/meta.json +1 -1
  1287. package/polyfills/__dist/Intl.ListFormat.~locale.ckb-IR/meta.json +1 -1
  1288. package/polyfills/__dist/Intl.ListFormat.~locale.cs/meta.json +1 -1
  1289. package/polyfills/__dist/Intl.ListFormat.~locale.cy/meta.json +1 -1
  1290. package/polyfills/__dist/Intl.ListFormat.~locale.da/meta.json +1 -1
  1291. package/polyfills/__dist/Intl.ListFormat.~locale.da-GL/meta.json +1 -1
  1292. package/polyfills/__dist/Intl.ListFormat.~locale.dav/meta.json +1 -1
  1293. package/polyfills/__dist/Intl.ListFormat.~locale.de/meta.json +1 -1
  1294. package/polyfills/__dist/Intl.ListFormat.~locale.de-AT/meta.json +1 -1
  1295. package/polyfills/__dist/Intl.ListFormat.~locale.de-BE/meta.json +1 -1
  1296. package/polyfills/__dist/Intl.ListFormat.~locale.de-CH/meta.json +1 -1
  1297. package/polyfills/__dist/Intl.ListFormat.~locale.de-IT/meta.json +1 -1
  1298. package/polyfills/__dist/Intl.ListFormat.~locale.de-LI/meta.json +1 -1
  1299. package/polyfills/__dist/Intl.ListFormat.~locale.de-LU/meta.json +1 -1
  1300. package/polyfills/__dist/Intl.ListFormat.~locale.dje/meta.json +1 -1
  1301. package/polyfills/__dist/Intl.ListFormat.~locale.doi/meta.json +1 -1
  1302. package/polyfills/__dist/Intl.ListFormat.~locale.dsb/meta.json +1 -1
  1303. package/polyfills/__dist/Intl.ListFormat.~locale.dua/meta.json +1 -1
  1304. package/polyfills/__dist/Intl.ListFormat.~locale.dyo/meta.json +1 -1
  1305. package/polyfills/__dist/Intl.ListFormat.~locale.dz/meta.json +1 -1
  1306. package/polyfills/__dist/Intl.ListFormat.~locale.ebu/meta.json +1 -1
  1307. package/polyfills/__dist/Intl.ListFormat.~locale.ee/meta.json +1 -1
  1308. package/polyfills/__dist/Intl.ListFormat.~locale.ee-TG/meta.json +1 -1
  1309. package/polyfills/__dist/Intl.ListFormat.~locale.el/meta.json +1 -1
  1310. package/polyfills/__dist/Intl.ListFormat.~locale.el-CY/meta.json +1 -1
  1311. package/polyfills/__dist/Intl.ListFormat.~locale.en/meta.json +1 -1
  1312. package/polyfills/__dist/Intl.ListFormat.~locale.en-001/meta.json +1 -1
  1313. package/polyfills/__dist/Intl.ListFormat.~locale.en-150/meta.json +1 -1
  1314. package/polyfills/__dist/Intl.ListFormat.~locale.en-AE/meta.json +1 -1
  1315. package/polyfills/__dist/Intl.ListFormat.~locale.en-AG/meta.json +1 -1
  1316. package/polyfills/__dist/Intl.ListFormat.~locale.en-AI/meta.json +1 -1
  1317. package/polyfills/__dist/Intl.ListFormat.~locale.en-AS/meta.json +1 -1
  1318. package/polyfills/__dist/Intl.ListFormat.~locale.en-AT/meta.json +1 -1
  1319. package/polyfills/__dist/Intl.ListFormat.~locale.en-AU/meta.json +1 -1
  1320. package/polyfills/__dist/Intl.ListFormat.~locale.en-BB/meta.json +1 -1
  1321. package/polyfills/__dist/Intl.ListFormat.~locale.en-BE/meta.json +1 -1
  1322. package/polyfills/__dist/Intl.ListFormat.~locale.en-BI/meta.json +1 -1
  1323. package/polyfills/__dist/Intl.ListFormat.~locale.en-BM/meta.json +1 -1
  1324. package/polyfills/__dist/Intl.ListFormat.~locale.en-BS/meta.json +1 -1
  1325. package/polyfills/__dist/Intl.ListFormat.~locale.en-BW/meta.json +1 -1
  1326. package/polyfills/__dist/Intl.ListFormat.~locale.en-BZ/meta.json +1 -1
  1327. package/polyfills/__dist/Intl.ListFormat.~locale.en-CA/meta.json +1 -1
  1328. package/polyfills/__dist/Intl.ListFormat.~locale.en-CC/meta.json +1 -1
  1329. package/polyfills/__dist/Intl.ListFormat.~locale.en-CH/meta.json +1 -1
  1330. package/polyfills/__dist/Intl.ListFormat.~locale.en-CK/meta.json +1 -1
  1331. package/polyfills/__dist/Intl.ListFormat.~locale.en-CM/meta.json +1 -1
  1332. package/polyfills/__dist/Intl.ListFormat.~locale.en-CX/meta.json +1 -1
  1333. package/polyfills/__dist/Intl.ListFormat.~locale.en-CY/meta.json +1 -1
  1334. package/polyfills/__dist/Intl.ListFormat.~locale.en-DE/meta.json +1 -1
  1335. package/polyfills/__dist/Intl.ListFormat.~locale.en-DG/meta.json +1 -1
  1336. package/polyfills/__dist/Intl.ListFormat.~locale.en-DK/meta.json +1 -1
  1337. package/polyfills/__dist/Intl.ListFormat.~locale.en-DM/meta.json +1 -1
  1338. package/polyfills/__dist/Intl.ListFormat.~locale.en-ER/meta.json +1 -1
  1339. package/polyfills/__dist/Intl.ListFormat.~locale.en-FI/meta.json +1 -1
  1340. package/polyfills/__dist/Intl.ListFormat.~locale.en-FJ/meta.json +1 -1
  1341. package/polyfills/__dist/Intl.ListFormat.~locale.en-FK/meta.json +1 -1
  1342. package/polyfills/__dist/Intl.ListFormat.~locale.en-FM/meta.json +1 -1
  1343. package/polyfills/__dist/Intl.ListFormat.~locale.en-GB/meta.json +1 -1
  1344. package/polyfills/__dist/Intl.ListFormat.~locale.en-GD/meta.json +1 -1
  1345. package/polyfills/__dist/Intl.ListFormat.~locale.en-GG/meta.json +1 -1
  1346. package/polyfills/__dist/Intl.ListFormat.~locale.en-GH/meta.json +1 -1
  1347. package/polyfills/__dist/Intl.ListFormat.~locale.en-GI/meta.json +1 -1
  1348. package/polyfills/__dist/Intl.ListFormat.~locale.en-GM/meta.json +1 -1
  1349. package/polyfills/__dist/Intl.ListFormat.~locale.en-GU/meta.json +1 -1
  1350. package/polyfills/__dist/Intl.ListFormat.~locale.en-GY/meta.json +1 -1
  1351. package/polyfills/__dist/Intl.ListFormat.~locale.en-HK/meta.json +1 -1
  1352. package/polyfills/__dist/Intl.ListFormat.~locale.en-IE/meta.json +1 -1
  1353. package/polyfills/__dist/Intl.ListFormat.~locale.en-IL/meta.json +1 -1
  1354. package/polyfills/__dist/Intl.ListFormat.~locale.en-IM/meta.json +1 -1
  1355. package/polyfills/__dist/Intl.ListFormat.~locale.en-IN/meta.json +1 -1
  1356. package/polyfills/__dist/Intl.ListFormat.~locale.en-IO/meta.json +1 -1
  1357. package/polyfills/__dist/Intl.ListFormat.~locale.en-JE/meta.json +1 -1
  1358. package/polyfills/__dist/Intl.ListFormat.~locale.en-JM/meta.json +1 -1
  1359. package/polyfills/__dist/Intl.ListFormat.~locale.en-KE/meta.json +1 -1
  1360. package/polyfills/__dist/Intl.ListFormat.~locale.en-KI/meta.json +1 -1
  1361. package/polyfills/__dist/Intl.ListFormat.~locale.en-KN/meta.json +1 -1
  1362. package/polyfills/__dist/Intl.ListFormat.~locale.en-KY/meta.json +1 -1
  1363. package/polyfills/__dist/Intl.ListFormat.~locale.en-LC/meta.json +1 -1
  1364. package/polyfills/__dist/Intl.ListFormat.~locale.en-LR/meta.json +1 -1
  1365. package/polyfills/__dist/Intl.ListFormat.~locale.en-LS/meta.json +1 -1
  1366. package/polyfills/__dist/Intl.ListFormat.~locale.en-MG/meta.json +1 -1
  1367. package/polyfills/__dist/Intl.ListFormat.~locale.en-MH/meta.json +1 -1
  1368. package/polyfills/__dist/Intl.ListFormat.~locale.en-MO/meta.json +1 -1
  1369. package/polyfills/__dist/Intl.ListFormat.~locale.en-MP/meta.json +1 -1
  1370. package/polyfills/__dist/Intl.ListFormat.~locale.en-MS/meta.json +1 -1
  1371. package/polyfills/__dist/Intl.ListFormat.~locale.en-MT/meta.json +1 -1
  1372. package/polyfills/__dist/Intl.ListFormat.~locale.en-MU/meta.json +1 -1
  1373. package/polyfills/__dist/Intl.ListFormat.~locale.en-MW/meta.json +1 -1
  1374. package/polyfills/__dist/Intl.ListFormat.~locale.en-MY/meta.json +1 -1
  1375. package/polyfills/__dist/Intl.ListFormat.~locale.en-NA/meta.json +1 -1
  1376. package/polyfills/__dist/Intl.ListFormat.~locale.en-NF/meta.json +1 -1
  1377. package/polyfills/__dist/Intl.ListFormat.~locale.en-NG/meta.json +1 -1
  1378. package/polyfills/__dist/Intl.ListFormat.~locale.en-NL/meta.json +1 -1
  1379. package/polyfills/__dist/Intl.ListFormat.~locale.en-NR/meta.json +1 -1
  1380. package/polyfills/__dist/Intl.ListFormat.~locale.en-NU/meta.json +1 -1
  1381. package/polyfills/__dist/Intl.ListFormat.~locale.en-NZ/meta.json +1 -1
  1382. package/polyfills/__dist/Intl.ListFormat.~locale.en-PG/meta.json +1 -1
  1383. package/polyfills/__dist/Intl.ListFormat.~locale.en-PH/meta.json +1 -1
  1384. package/polyfills/__dist/Intl.ListFormat.~locale.en-PK/meta.json +1 -1
  1385. package/polyfills/__dist/Intl.ListFormat.~locale.en-PN/meta.json +1 -1
  1386. package/polyfills/__dist/Intl.ListFormat.~locale.en-PR/meta.json +1 -1
  1387. package/polyfills/__dist/Intl.ListFormat.~locale.en-PW/meta.json +1 -1
  1388. package/polyfills/__dist/Intl.ListFormat.~locale.en-RW/meta.json +1 -1
  1389. package/polyfills/__dist/Intl.ListFormat.~locale.en-SB/meta.json +1 -1
  1390. package/polyfills/__dist/Intl.ListFormat.~locale.en-SC/meta.json +1 -1
  1391. package/polyfills/__dist/Intl.ListFormat.~locale.en-SD/meta.json +1 -1
  1392. package/polyfills/__dist/Intl.ListFormat.~locale.en-SE/meta.json +1 -1
  1393. package/polyfills/__dist/Intl.ListFormat.~locale.en-SG/meta.json +1 -1
  1394. package/polyfills/__dist/Intl.ListFormat.~locale.en-SH/meta.json +1 -1
  1395. package/polyfills/__dist/Intl.ListFormat.~locale.en-SI/meta.json +1 -1
  1396. package/polyfills/__dist/Intl.ListFormat.~locale.en-SL/meta.json +1 -1
  1397. package/polyfills/__dist/Intl.ListFormat.~locale.en-SS/meta.json +1 -1
  1398. package/polyfills/__dist/Intl.ListFormat.~locale.en-SX/meta.json +1 -1
  1399. package/polyfills/__dist/Intl.ListFormat.~locale.en-SZ/meta.json +1 -1
  1400. package/polyfills/__dist/Intl.ListFormat.~locale.en-TC/meta.json +1 -1
  1401. package/polyfills/__dist/Intl.ListFormat.~locale.en-TK/meta.json +1 -1
  1402. package/polyfills/__dist/Intl.ListFormat.~locale.en-TO/meta.json +1 -1
  1403. package/polyfills/__dist/Intl.ListFormat.~locale.en-TT/meta.json +1 -1
  1404. package/polyfills/__dist/Intl.ListFormat.~locale.en-TV/meta.json +1 -1
  1405. package/polyfills/__dist/Intl.ListFormat.~locale.en-TZ/meta.json +1 -1
  1406. package/polyfills/__dist/Intl.ListFormat.~locale.en-UG/meta.json +1 -1
  1407. package/polyfills/__dist/Intl.ListFormat.~locale.en-UM/meta.json +1 -1
  1408. package/polyfills/__dist/Intl.ListFormat.~locale.en-US-POSIX/meta.json +1 -1
  1409. package/polyfills/__dist/Intl.ListFormat.~locale.en-VC/meta.json +1 -1
  1410. package/polyfills/__dist/Intl.ListFormat.~locale.en-VG/meta.json +1 -1
  1411. package/polyfills/__dist/Intl.ListFormat.~locale.en-VI/meta.json +1 -1
  1412. package/polyfills/__dist/Intl.ListFormat.~locale.en-VU/meta.json +1 -1
  1413. package/polyfills/__dist/Intl.ListFormat.~locale.en-WS/meta.json +1 -1
  1414. package/polyfills/__dist/Intl.ListFormat.~locale.en-ZA/meta.json +1 -1
  1415. package/polyfills/__dist/Intl.ListFormat.~locale.en-ZM/meta.json +1 -1
  1416. package/polyfills/__dist/Intl.ListFormat.~locale.en-ZW/meta.json +1 -1
  1417. package/polyfills/__dist/Intl.ListFormat.~locale.eo/meta.json +1 -1
  1418. package/polyfills/__dist/Intl.ListFormat.~locale.es/meta.json +1 -1
  1419. package/polyfills/__dist/Intl.ListFormat.~locale.es-419/meta.json +1 -1
  1420. package/polyfills/__dist/Intl.ListFormat.~locale.es-AR/meta.json +1 -1
  1421. package/polyfills/__dist/Intl.ListFormat.~locale.es-BO/meta.json +1 -1
  1422. package/polyfills/__dist/Intl.ListFormat.~locale.es-BR/meta.json +1 -1
  1423. package/polyfills/__dist/Intl.ListFormat.~locale.es-BZ/meta.json +1 -1
  1424. package/polyfills/__dist/Intl.ListFormat.~locale.es-CL/meta.json +1 -1
  1425. package/polyfills/__dist/Intl.ListFormat.~locale.es-CO/meta.json +1 -1
  1426. package/polyfills/__dist/Intl.ListFormat.~locale.es-CR/meta.json +1 -1
  1427. package/polyfills/__dist/Intl.ListFormat.~locale.es-CU/meta.json +1 -1
  1428. package/polyfills/__dist/Intl.ListFormat.~locale.es-DO/meta.json +1 -1
  1429. package/polyfills/__dist/Intl.ListFormat.~locale.es-EA/meta.json +1 -1
  1430. package/polyfills/__dist/Intl.ListFormat.~locale.es-EC/meta.json +1 -1
  1431. package/polyfills/__dist/Intl.ListFormat.~locale.es-GQ/meta.json +1 -1
  1432. package/polyfills/__dist/Intl.ListFormat.~locale.es-GT/meta.json +1 -1
  1433. package/polyfills/__dist/Intl.ListFormat.~locale.es-HN/meta.json +1 -1
  1434. package/polyfills/__dist/Intl.ListFormat.~locale.es-IC/meta.json +1 -1
  1435. package/polyfills/__dist/Intl.ListFormat.~locale.es-MX/meta.json +1 -1
  1436. package/polyfills/__dist/Intl.ListFormat.~locale.es-NI/meta.json +1 -1
  1437. package/polyfills/__dist/Intl.ListFormat.~locale.es-PA/meta.json +1 -1
  1438. package/polyfills/__dist/Intl.ListFormat.~locale.es-PE/meta.json +1 -1
  1439. package/polyfills/__dist/Intl.ListFormat.~locale.es-PH/meta.json +1 -1
  1440. package/polyfills/__dist/Intl.ListFormat.~locale.es-PR/meta.json +1 -1
  1441. package/polyfills/__dist/Intl.ListFormat.~locale.es-PY/meta.json +1 -1
  1442. package/polyfills/__dist/Intl.ListFormat.~locale.es-SV/meta.json +1 -1
  1443. package/polyfills/__dist/Intl.ListFormat.~locale.es-US/meta.json +1 -1
  1444. package/polyfills/__dist/Intl.ListFormat.~locale.es-UY/meta.json +1 -1
  1445. package/polyfills/__dist/Intl.ListFormat.~locale.es-VE/meta.json +1 -1
  1446. package/polyfills/__dist/Intl.ListFormat.~locale.et/meta.json +1 -1
  1447. package/polyfills/__dist/Intl.ListFormat.~locale.eu/meta.json +1 -1
  1448. package/polyfills/__dist/Intl.ListFormat.~locale.ewo/meta.json +1 -1
  1449. package/polyfills/__dist/Intl.ListFormat.~locale.fa/meta.json +1 -1
  1450. package/polyfills/__dist/Intl.ListFormat.~locale.fa-AF/meta.json +1 -1
  1451. package/polyfills/__dist/Intl.ListFormat.~locale.ff/meta.json +1 -1
  1452. package/polyfills/__dist/Intl.ListFormat.~locale.ff-Adlm/meta.json +1 -1
  1453. package/polyfills/__dist/Intl.ListFormat.~locale.ff-Adlm-BF/meta.json +1 -1
  1454. package/polyfills/__dist/Intl.ListFormat.~locale.ff-Adlm-CM/meta.json +1 -1
  1455. package/polyfills/__dist/Intl.ListFormat.~locale.ff-Adlm-GH/meta.json +1 -1
  1456. package/polyfills/__dist/Intl.ListFormat.~locale.ff-Adlm-GM/meta.json +1 -1
  1457. package/polyfills/__dist/Intl.ListFormat.~locale.ff-Adlm-GW/meta.json +1 -1
  1458. package/polyfills/__dist/Intl.ListFormat.~locale.ff-Adlm-LR/meta.json +1 -1
  1459. package/polyfills/__dist/Intl.ListFormat.~locale.ff-Adlm-MR/meta.json +1 -1
  1460. package/polyfills/__dist/Intl.ListFormat.~locale.ff-Adlm-NE/meta.json +1 -1
  1461. package/polyfills/__dist/Intl.ListFormat.~locale.ff-Adlm-NG/meta.json +1 -1
  1462. package/polyfills/__dist/Intl.ListFormat.~locale.ff-Adlm-SL/meta.json +1 -1
  1463. package/polyfills/__dist/Intl.ListFormat.~locale.ff-Adlm-SN/meta.json +1 -1
  1464. package/polyfills/__dist/Intl.ListFormat.~locale.ff-Latn/meta.json +1 -1
  1465. package/polyfills/__dist/Intl.ListFormat.~locale.ff-Latn-BF/meta.json +1 -1
  1466. package/polyfills/__dist/Intl.ListFormat.~locale.ff-Latn-CM/meta.json +1 -1
  1467. package/polyfills/__dist/Intl.ListFormat.~locale.ff-Latn-GH/meta.json +1 -1
  1468. package/polyfills/__dist/Intl.ListFormat.~locale.ff-Latn-GM/meta.json +1 -1
  1469. package/polyfills/__dist/Intl.ListFormat.~locale.ff-Latn-GN/meta.json +1 -1
  1470. package/polyfills/__dist/Intl.ListFormat.~locale.ff-Latn-GW/meta.json +1 -1
  1471. package/polyfills/__dist/Intl.ListFormat.~locale.ff-Latn-LR/meta.json +1 -1
  1472. package/polyfills/__dist/Intl.ListFormat.~locale.ff-Latn-MR/meta.json +1 -1
  1473. package/polyfills/__dist/Intl.ListFormat.~locale.ff-Latn-NE/meta.json +1 -1
  1474. package/polyfills/__dist/Intl.ListFormat.~locale.ff-Latn-NG/meta.json +1 -1
  1475. package/polyfills/__dist/Intl.ListFormat.~locale.ff-Latn-SL/meta.json +1 -1
  1476. package/polyfills/__dist/Intl.ListFormat.~locale.fi/meta.json +1 -1
  1477. package/polyfills/__dist/Intl.ListFormat.~locale.fil/meta.json +1 -1
  1478. package/polyfills/__dist/Intl.ListFormat.~locale.fo/meta.json +1 -1
  1479. package/polyfills/__dist/Intl.ListFormat.~locale.fo-DK/meta.json +1 -1
  1480. package/polyfills/__dist/Intl.ListFormat.~locale.fr/meta.json +1 -1
  1481. package/polyfills/__dist/Intl.ListFormat.~locale.fr-BE/meta.json +1 -1
  1482. package/polyfills/__dist/Intl.ListFormat.~locale.fr-BF/meta.json +1 -1
  1483. package/polyfills/__dist/Intl.ListFormat.~locale.fr-BI/meta.json +1 -1
  1484. package/polyfills/__dist/Intl.ListFormat.~locale.fr-BJ/meta.json +1 -1
  1485. package/polyfills/__dist/Intl.ListFormat.~locale.fr-BL/meta.json +1 -1
  1486. package/polyfills/__dist/Intl.ListFormat.~locale.fr-CA/meta.json +1 -1
  1487. package/polyfills/__dist/Intl.ListFormat.~locale.fr-CD/meta.json +1 -1
  1488. package/polyfills/__dist/Intl.ListFormat.~locale.fr-CF/meta.json +1 -1
  1489. package/polyfills/__dist/Intl.ListFormat.~locale.fr-CG/meta.json +1 -1
  1490. package/polyfills/__dist/Intl.ListFormat.~locale.fr-CH/meta.json +1 -1
  1491. package/polyfills/__dist/Intl.ListFormat.~locale.fr-CI/meta.json +1 -1
  1492. package/polyfills/__dist/Intl.ListFormat.~locale.fr-CM/meta.json +1 -1
  1493. package/polyfills/__dist/Intl.ListFormat.~locale.fr-DJ/meta.json +1 -1
  1494. package/polyfills/__dist/Intl.ListFormat.~locale.fr-DZ/meta.json +1 -1
  1495. package/polyfills/__dist/Intl.ListFormat.~locale.fr-GA/meta.json +1 -1
  1496. package/polyfills/__dist/Intl.ListFormat.~locale.fr-GF/meta.json +1 -1
  1497. package/polyfills/__dist/Intl.ListFormat.~locale.fr-GN/meta.json +1 -1
  1498. package/polyfills/__dist/Intl.ListFormat.~locale.fr-GP/meta.json +1 -1
  1499. package/polyfills/__dist/Intl.ListFormat.~locale.fr-GQ/meta.json +1 -1
  1500. package/polyfills/__dist/Intl.ListFormat.~locale.fr-HT/meta.json +1 -1
  1501. package/polyfills/__dist/Intl.ListFormat.~locale.fr-KM/meta.json +1 -1
  1502. package/polyfills/__dist/Intl.ListFormat.~locale.fr-LU/meta.json +1 -1
  1503. package/polyfills/__dist/Intl.ListFormat.~locale.fr-MA/meta.json +1 -1
  1504. package/polyfills/__dist/Intl.ListFormat.~locale.fr-MC/meta.json +1 -1
  1505. package/polyfills/__dist/Intl.ListFormat.~locale.fr-MF/meta.json +1 -1
  1506. package/polyfills/__dist/Intl.ListFormat.~locale.fr-MG/meta.json +1 -1
  1507. package/polyfills/__dist/Intl.ListFormat.~locale.fr-ML/meta.json +1 -1
  1508. package/polyfills/__dist/Intl.ListFormat.~locale.fr-MQ/meta.json +1 -1
  1509. package/polyfills/__dist/Intl.ListFormat.~locale.fr-MR/meta.json +1 -1
  1510. package/polyfills/__dist/Intl.ListFormat.~locale.fr-MU/meta.json +1 -1
  1511. package/polyfills/__dist/Intl.ListFormat.~locale.fr-NC/meta.json +1 -1
  1512. package/polyfills/__dist/Intl.ListFormat.~locale.fr-NE/meta.json +1 -1
  1513. package/polyfills/__dist/Intl.ListFormat.~locale.fr-PF/meta.json +1 -1
  1514. package/polyfills/__dist/Intl.ListFormat.~locale.fr-PM/meta.json +1 -1
  1515. package/polyfills/__dist/Intl.ListFormat.~locale.fr-RE/meta.json +1 -1
  1516. package/polyfills/__dist/Intl.ListFormat.~locale.fr-RW/meta.json +1 -1
  1517. package/polyfills/__dist/Intl.ListFormat.~locale.fr-SC/meta.json +1 -1
  1518. package/polyfills/__dist/Intl.ListFormat.~locale.fr-SN/meta.json +1 -1
  1519. package/polyfills/__dist/Intl.ListFormat.~locale.fr-SY/meta.json +1 -1
  1520. package/polyfills/__dist/Intl.ListFormat.~locale.fr-TD/meta.json +1 -1
  1521. package/polyfills/__dist/Intl.ListFormat.~locale.fr-TG/meta.json +1 -1
  1522. package/polyfills/__dist/Intl.ListFormat.~locale.fr-TN/meta.json +1 -1
  1523. package/polyfills/__dist/Intl.ListFormat.~locale.fr-VU/meta.json +1 -1
  1524. package/polyfills/__dist/Intl.ListFormat.~locale.fr-WF/meta.json +1 -1
  1525. package/polyfills/__dist/Intl.ListFormat.~locale.fr-YT/meta.json +1 -1
  1526. package/polyfills/__dist/Intl.ListFormat.~locale.fur/meta.json +1 -1
  1527. package/polyfills/__dist/Intl.ListFormat.~locale.fy/meta.json +1 -1
  1528. package/polyfills/__dist/Intl.ListFormat.~locale.ga/meta.json +1 -1
  1529. package/polyfills/__dist/Intl.ListFormat.~locale.ga-GB/meta.json +1 -1
  1530. package/polyfills/__dist/Intl.ListFormat.~locale.gd/meta.json +1 -1
  1531. package/polyfills/__dist/Intl.ListFormat.~locale.gl/meta.json +1 -1
  1532. package/polyfills/__dist/Intl.ListFormat.~locale.gsw/meta.json +1 -1
  1533. package/polyfills/__dist/Intl.ListFormat.~locale.gsw-FR/meta.json +1 -1
  1534. package/polyfills/__dist/Intl.ListFormat.~locale.gsw-LI/meta.json +1 -1
  1535. package/polyfills/__dist/Intl.ListFormat.~locale.gu/meta.json +1 -1
  1536. package/polyfills/__dist/Intl.ListFormat.~locale.guz/meta.json +1 -1
  1537. package/polyfills/__dist/Intl.ListFormat.~locale.gv/meta.json +1 -1
  1538. package/polyfills/__dist/Intl.ListFormat.~locale.ha/meta.json +1 -1
  1539. package/polyfills/__dist/Intl.ListFormat.~locale.ha-GH/meta.json +1 -1
  1540. package/polyfills/__dist/Intl.ListFormat.~locale.ha-NE/meta.json +1 -1
  1541. package/polyfills/__dist/Intl.ListFormat.~locale.haw/meta.json +1 -1
  1542. package/polyfills/__dist/Intl.ListFormat.~locale.he/meta.json +1 -1
  1543. package/polyfills/__dist/Intl.ListFormat.~locale.hi/meta.json +1 -1
  1544. package/polyfills/__dist/Intl.ListFormat.~locale.hr/meta.json +1 -1
  1545. package/polyfills/__dist/Intl.ListFormat.~locale.hr-BA/meta.json +1 -1
  1546. package/polyfills/__dist/Intl.ListFormat.~locale.hsb/meta.json +1 -1
  1547. package/polyfills/__dist/Intl.ListFormat.~locale.hu/meta.json +1 -1
  1548. package/polyfills/__dist/Intl.ListFormat.~locale.hy/meta.json +1 -1
  1549. package/polyfills/__dist/Intl.ListFormat.~locale.ia/meta.json +1 -1
  1550. package/polyfills/__dist/Intl.ListFormat.~locale.id/meta.json +1 -1
  1551. package/polyfills/__dist/Intl.ListFormat.~locale.ig/meta.json +1 -1
  1552. package/polyfills/__dist/Intl.ListFormat.~locale.ii/meta.json +1 -1
  1553. package/polyfills/__dist/Intl.ListFormat.~locale.is/meta.json +1 -1
  1554. package/polyfills/__dist/Intl.ListFormat.~locale.it/meta.json +1 -1
  1555. package/polyfills/__dist/Intl.ListFormat.~locale.it-CH/meta.json +1 -1
  1556. package/polyfills/__dist/Intl.ListFormat.~locale.it-SM/meta.json +1 -1
  1557. package/polyfills/__dist/Intl.ListFormat.~locale.it-VA/meta.json +1 -1
  1558. package/polyfills/__dist/Intl.ListFormat.~locale.ja/meta.json +1 -1
  1559. package/polyfills/__dist/Intl.ListFormat.~locale.jgo/meta.json +1 -1
  1560. package/polyfills/__dist/Intl.ListFormat.~locale.jmc/meta.json +1 -1
  1561. package/polyfills/__dist/Intl.ListFormat.~locale.jv/meta.json +1 -1
  1562. package/polyfills/__dist/Intl.ListFormat.~locale.ka/meta.json +1 -1
  1563. package/polyfills/__dist/Intl.ListFormat.~locale.kab/meta.json +1 -1
  1564. package/polyfills/__dist/Intl.ListFormat.~locale.kam/meta.json +1 -1
  1565. package/polyfills/__dist/Intl.ListFormat.~locale.kde/meta.json +1 -1
  1566. package/polyfills/__dist/Intl.ListFormat.~locale.kea/meta.json +1 -1
  1567. package/polyfills/__dist/Intl.ListFormat.~locale.khq/meta.json +1 -1
  1568. package/polyfills/__dist/Intl.ListFormat.~locale.ki/meta.json +1 -1
  1569. package/polyfills/__dist/Intl.ListFormat.~locale.kk/meta.json +1 -1
  1570. package/polyfills/__dist/Intl.ListFormat.~locale.kkj/meta.json +1 -1
  1571. package/polyfills/__dist/Intl.ListFormat.~locale.kl/meta.json +1 -1
  1572. package/polyfills/__dist/Intl.ListFormat.~locale.kln/meta.json +1 -1
  1573. package/polyfills/__dist/Intl.ListFormat.~locale.km/meta.json +1 -1
  1574. package/polyfills/__dist/Intl.ListFormat.~locale.kn/meta.json +1 -1
  1575. package/polyfills/__dist/Intl.ListFormat.~locale.ko/meta.json +1 -1
  1576. package/polyfills/__dist/Intl.ListFormat.~locale.ko-KP/meta.json +1 -1
  1577. package/polyfills/__dist/Intl.ListFormat.~locale.kok/meta.json +1 -1
  1578. package/polyfills/__dist/Intl.ListFormat.~locale.ks/meta.json +1 -1
  1579. package/polyfills/__dist/Intl.ListFormat.~locale.ks-Arab/meta.json +1 -1
  1580. package/polyfills/__dist/Intl.ListFormat.~locale.ksb/meta.json +1 -1
  1581. package/polyfills/__dist/Intl.ListFormat.~locale.ksf/meta.json +1 -1
  1582. package/polyfills/__dist/Intl.ListFormat.~locale.ksh/meta.json +1 -1
  1583. package/polyfills/__dist/Intl.ListFormat.~locale.ku/meta.json +1 -1
  1584. package/polyfills/__dist/Intl.ListFormat.~locale.kw/meta.json +1 -1
  1585. package/polyfills/__dist/Intl.ListFormat.~locale.ky/meta.json +1 -1
  1586. package/polyfills/__dist/Intl.ListFormat.~locale.lag/meta.json +1 -1
  1587. package/polyfills/__dist/Intl.ListFormat.~locale.lb/meta.json +1 -1
  1588. package/polyfills/__dist/Intl.ListFormat.~locale.lg/meta.json +1 -1
  1589. package/polyfills/__dist/Intl.ListFormat.~locale.lkt/meta.json +1 -1
  1590. package/polyfills/__dist/Intl.ListFormat.~locale.ln/meta.json +1 -1
  1591. package/polyfills/__dist/Intl.ListFormat.~locale.ln-AO/meta.json +1 -1
  1592. package/polyfills/__dist/Intl.ListFormat.~locale.ln-CF/meta.json +1 -1
  1593. package/polyfills/__dist/Intl.ListFormat.~locale.ln-CG/meta.json +1 -1
  1594. package/polyfills/__dist/Intl.ListFormat.~locale.lo/meta.json +1 -1
  1595. package/polyfills/__dist/Intl.ListFormat.~locale.lrc/meta.json +1 -1
  1596. package/polyfills/__dist/Intl.ListFormat.~locale.lrc-IQ/meta.json +1 -1
  1597. package/polyfills/__dist/Intl.ListFormat.~locale.lt/meta.json +1 -1
  1598. package/polyfills/__dist/Intl.ListFormat.~locale.lu/meta.json +1 -1
  1599. package/polyfills/__dist/Intl.ListFormat.~locale.luo/meta.json +1 -1
  1600. package/polyfills/__dist/Intl.ListFormat.~locale.luy/meta.json +1 -1
  1601. package/polyfills/__dist/Intl.ListFormat.~locale.lv/meta.json +1 -1
  1602. package/polyfills/__dist/Intl.ListFormat.~locale.mai/meta.json +1 -1
  1603. package/polyfills/__dist/Intl.ListFormat.~locale.mas/meta.json +1 -1
  1604. package/polyfills/__dist/Intl.ListFormat.~locale.mas-TZ/meta.json +1 -1
  1605. package/polyfills/__dist/Intl.ListFormat.~locale.mer/meta.json +1 -1
  1606. package/polyfills/__dist/Intl.ListFormat.~locale.mfe/meta.json +1 -1
  1607. package/polyfills/__dist/Intl.ListFormat.~locale.mg/meta.json +1 -1
  1608. package/polyfills/__dist/Intl.ListFormat.~locale.mgh/meta.json +1 -1
  1609. package/polyfills/__dist/Intl.ListFormat.~locale.mgo/meta.json +1 -1
  1610. package/polyfills/__dist/Intl.ListFormat.~locale.mi/meta.json +1 -1
  1611. package/polyfills/__dist/Intl.ListFormat.~locale.mk/meta.json +1 -1
  1612. package/polyfills/__dist/Intl.ListFormat.~locale.ml/meta.json +1 -1
  1613. package/polyfills/__dist/Intl.ListFormat.~locale.mn/meta.json +1 -1
  1614. package/polyfills/__dist/Intl.ListFormat.~locale.mni/meta.json +1 -1
  1615. package/polyfills/__dist/Intl.ListFormat.~locale.mni-Beng/meta.json +1 -1
  1616. package/polyfills/__dist/Intl.ListFormat.~locale.mr/meta.json +1 -1
  1617. package/polyfills/__dist/Intl.ListFormat.~locale.ms/meta.json +1 -1
  1618. package/polyfills/__dist/Intl.ListFormat.~locale.ms-BN/meta.json +1 -1
  1619. package/polyfills/__dist/Intl.ListFormat.~locale.ms-ID/meta.json +1 -1
  1620. package/polyfills/__dist/Intl.ListFormat.~locale.ms-SG/meta.json +1 -1
  1621. package/polyfills/__dist/Intl.ListFormat.~locale.mt/meta.json +1 -1
  1622. package/polyfills/__dist/Intl.ListFormat.~locale.mua/meta.json +1 -1
  1623. package/polyfills/__dist/Intl.ListFormat.~locale.my/meta.json +1 -1
  1624. package/polyfills/__dist/Intl.ListFormat.~locale.mzn/meta.json +1 -1
  1625. package/polyfills/__dist/Intl.ListFormat.~locale.naq/meta.json +1 -1
  1626. package/polyfills/__dist/Intl.ListFormat.~locale.nb/meta.json +1 -1
  1627. package/polyfills/__dist/Intl.ListFormat.~locale.nb-SJ/meta.json +1 -1
  1628. package/polyfills/__dist/Intl.ListFormat.~locale.nd/meta.json +1 -1
  1629. package/polyfills/__dist/Intl.ListFormat.~locale.nds/meta.json +1 -1
  1630. package/polyfills/__dist/Intl.ListFormat.~locale.nds-NL/meta.json +1 -1
  1631. package/polyfills/__dist/Intl.ListFormat.~locale.ne/meta.json +1 -1
  1632. package/polyfills/__dist/Intl.ListFormat.~locale.ne-IN/meta.json +1 -1
  1633. package/polyfills/__dist/Intl.ListFormat.~locale.nl/meta.json +1 -1
  1634. package/polyfills/__dist/Intl.ListFormat.~locale.nl-AW/meta.json +1 -1
  1635. package/polyfills/__dist/Intl.ListFormat.~locale.nl-BE/meta.json +1 -1
  1636. package/polyfills/__dist/Intl.ListFormat.~locale.nl-BQ/meta.json +1 -1
  1637. package/polyfills/__dist/Intl.ListFormat.~locale.nl-CW/meta.json +1 -1
  1638. package/polyfills/__dist/Intl.ListFormat.~locale.nl-SR/meta.json +1 -1
  1639. package/polyfills/__dist/Intl.ListFormat.~locale.nl-SX/meta.json +1 -1
  1640. package/polyfills/__dist/Intl.ListFormat.~locale.nmg/meta.json +1 -1
  1641. package/polyfills/__dist/Intl.ListFormat.~locale.nn/meta.json +1 -1
  1642. package/polyfills/__dist/Intl.ListFormat.~locale.nnh/meta.json +1 -1
  1643. package/polyfills/__dist/Intl.ListFormat.~locale.no/meta.json +1 -1
  1644. package/polyfills/__dist/Intl.ListFormat.~locale.nus/meta.json +1 -1
  1645. package/polyfills/__dist/Intl.ListFormat.~locale.nyn/meta.json +1 -1
  1646. package/polyfills/__dist/Intl.ListFormat.~locale.om/meta.json +1 -1
  1647. package/polyfills/__dist/Intl.ListFormat.~locale.om-KE/meta.json +1 -1
  1648. package/polyfills/__dist/Intl.ListFormat.~locale.or/meta.json +1 -1
  1649. package/polyfills/__dist/Intl.ListFormat.~locale.os/meta.json +1 -1
  1650. package/polyfills/__dist/Intl.ListFormat.~locale.os-RU/meta.json +1 -1
  1651. package/polyfills/__dist/Intl.ListFormat.~locale.pa/meta.json +1 -1
  1652. package/polyfills/__dist/Intl.ListFormat.~locale.pa-Arab/meta.json +1 -1
  1653. package/polyfills/__dist/Intl.ListFormat.~locale.pa-Guru/meta.json +1 -1
  1654. package/polyfills/__dist/Intl.ListFormat.~locale.pcm/meta.json +1 -1
  1655. package/polyfills/__dist/Intl.ListFormat.~locale.pl/meta.json +1 -1
  1656. package/polyfills/__dist/Intl.ListFormat.~locale.ps/meta.json +1 -1
  1657. package/polyfills/__dist/Intl.ListFormat.~locale.ps-PK/meta.json +1 -1
  1658. package/polyfills/__dist/Intl.ListFormat.~locale.pt/meta.json +1 -1
  1659. package/polyfills/__dist/Intl.ListFormat.~locale.pt-AO/meta.json +1 -1
  1660. package/polyfills/__dist/Intl.ListFormat.~locale.pt-CH/meta.json +1 -1
  1661. package/polyfills/__dist/Intl.ListFormat.~locale.pt-CV/meta.json +1 -1
  1662. package/polyfills/__dist/Intl.ListFormat.~locale.pt-GQ/meta.json +1 -1
  1663. package/polyfills/__dist/Intl.ListFormat.~locale.pt-GW/meta.json +1 -1
  1664. package/polyfills/__dist/Intl.ListFormat.~locale.pt-LU/meta.json +1 -1
  1665. package/polyfills/__dist/Intl.ListFormat.~locale.pt-MO/meta.json +1 -1
  1666. package/polyfills/__dist/Intl.ListFormat.~locale.pt-MZ/meta.json +1 -1
  1667. package/polyfills/__dist/Intl.ListFormat.~locale.pt-PT/meta.json +1 -1
  1668. package/polyfills/__dist/Intl.ListFormat.~locale.pt-ST/meta.json +1 -1
  1669. package/polyfills/__dist/Intl.ListFormat.~locale.pt-TL/meta.json +1 -1
  1670. package/polyfills/__dist/Intl.ListFormat.~locale.qu/meta.json +1 -1
  1671. package/polyfills/__dist/Intl.ListFormat.~locale.qu-BO/meta.json +1 -1
  1672. package/polyfills/__dist/Intl.ListFormat.~locale.qu-EC/meta.json +1 -1
  1673. package/polyfills/__dist/Intl.ListFormat.~locale.rm/meta.json +1 -1
  1674. package/polyfills/__dist/Intl.ListFormat.~locale.rn/meta.json +1 -1
  1675. package/polyfills/__dist/Intl.ListFormat.~locale.ro/meta.json +1 -1
  1676. package/polyfills/__dist/Intl.ListFormat.~locale.ro-MD/meta.json +1 -1
  1677. package/polyfills/__dist/Intl.ListFormat.~locale.rof/meta.json +1 -1
  1678. package/polyfills/__dist/Intl.ListFormat.~locale.ru/meta.json +1 -1
  1679. package/polyfills/__dist/Intl.ListFormat.~locale.ru-BY/meta.json +1 -1
  1680. package/polyfills/__dist/Intl.ListFormat.~locale.ru-KG/meta.json +1 -1
  1681. package/polyfills/__dist/Intl.ListFormat.~locale.ru-KZ/meta.json +1 -1
  1682. package/polyfills/__dist/Intl.ListFormat.~locale.ru-MD/meta.json +1 -1
  1683. package/polyfills/__dist/Intl.ListFormat.~locale.ru-UA/meta.json +1 -1
  1684. package/polyfills/__dist/Intl.ListFormat.~locale.rw/meta.json +1 -1
  1685. package/polyfills/__dist/Intl.ListFormat.~locale.rwk/meta.json +1 -1
  1686. package/polyfills/__dist/Intl.ListFormat.~locale.sa/meta.json +1 -1
  1687. package/polyfills/__dist/Intl.ListFormat.~locale.sah/meta.json +1 -1
  1688. package/polyfills/__dist/Intl.ListFormat.~locale.saq/meta.json +1 -1
  1689. package/polyfills/__dist/Intl.ListFormat.~locale.sat/meta.json +1 -1
  1690. package/polyfills/__dist/Intl.ListFormat.~locale.sat-Olck/meta.json +1 -1
  1691. package/polyfills/__dist/Intl.ListFormat.~locale.sbp/meta.json +1 -1
  1692. package/polyfills/__dist/Intl.ListFormat.~locale.sd/meta.json +1 -1
  1693. package/polyfills/__dist/Intl.ListFormat.~locale.sd-Arab/meta.json +1 -1
  1694. package/polyfills/__dist/Intl.ListFormat.~locale.sd-Deva/meta.json +1 -1
  1695. package/polyfills/__dist/Intl.ListFormat.~locale.se/meta.json +1 -1
  1696. package/polyfills/__dist/Intl.ListFormat.~locale.se-FI/meta.json +1 -1
  1697. package/polyfills/__dist/Intl.ListFormat.~locale.se-SE/meta.json +1 -1
  1698. package/polyfills/__dist/Intl.ListFormat.~locale.seh/meta.json +1 -1
  1699. package/polyfills/__dist/Intl.ListFormat.~locale.ses/meta.json +1 -1
  1700. package/polyfills/__dist/Intl.ListFormat.~locale.sg/meta.json +1 -1
  1701. package/polyfills/__dist/Intl.ListFormat.~locale.shi/meta.json +1 -1
  1702. package/polyfills/__dist/Intl.ListFormat.~locale.shi-Latn/meta.json +1 -1
  1703. package/polyfills/__dist/Intl.ListFormat.~locale.shi-Tfng/meta.json +1 -1
  1704. package/polyfills/__dist/Intl.ListFormat.~locale.si/meta.json +1 -1
  1705. package/polyfills/__dist/Intl.ListFormat.~locale.sk/meta.json +1 -1
  1706. package/polyfills/__dist/Intl.ListFormat.~locale.sl/meta.json +1 -1
  1707. package/polyfills/__dist/Intl.ListFormat.~locale.smn/meta.json +1 -1
  1708. package/polyfills/__dist/Intl.ListFormat.~locale.sn/meta.json +1 -1
  1709. package/polyfills/__dist/Intl.ListFormat.~locale.so/meta.json +1 -1
  1710. package/polyfills/__dist/Intl.ListFormat.~locale.so-DJ/meta.json +1 -1
  1711. package/polyfills/__dist/Intl.ListFormat.~locale.so-ET/meta.json +1 -1
  1712. package/polyfills/__dist/Intl.ListFormat.~locale.so-KE/meta.json +1 -1
  1713. package/polyfills/__dist/Intl.ListFormat.~locale.sq/meta.json +1 -1
  1714. package/polyfills/__dist/Intl.ListFormat.~locale.sq-MK/meta.json +1 -1
  1715. package/polyfills/__dist/Intl.ListFormat.~locale.sq-XK/meta.json +1 -1
  1716. package/polyfills/__dist/Intl.ListFormat.~locale.sr/meta.json +1 -1
  1717. package/polyfills/__dist/Intl.ListFormat.~locale.sr-Cyrl/meta.json +1 -1
  1718. package/polyfills/__dist/Intl.ListFormat.~locale.sr-Cyrl-BA/meta.json +1 -1
  1719. package/polyfills/__dist/Intl.ListFormat.~locale.sr-Cyrl-ME/meta.json +1 -1
  1720. package/polyfills/__dist/Intl.ListFormat.~locale.sr-Cyrl-XK/meta.json +1 -1
  1721. package/polyfills/__dist/Intl.ListFormat.~locale.sr-Latn/meta.json +1 -1
  1722. package/polyfills/__dist/Intl.ListFormat.~locale.sr-Latn-BA/meta.json +1 -1
  1723. package/polyfills/__dist/Intl.ListFormat.~locale.sr-Latn-ME/meta.json +1 -1
  1724. package/polyfills/__dist/Intl.ListFormat.~locale.sr-Latn-XK/meta.json +1 -1
  1725. package/polyfills/__dist/Intl.ListFormat.~locale.su/meta.json +1 -1
  1726. package/polyfills/__dist/Intl.ListFormat.~locale.su-Latn/meta.json +1 -1
  1727. package/polyfills/__dist/Intl.ListFormat.~locale.sv/meta.json +1 -1
  1728. package/polyfills/__dist/Intl.ListFormat.~locale.sv-AX/meta.json +1 -1
  1729. package/polyfills/__dist/Intl.ListFormat.~locale.sv-FI/meta.json +1 -1
  1730. package/polyfills/__dist/Intl.ListFormat.~locale.sw/meta.json +1 -1
  1731. package/polyfills/__dist/Intl.ListFormat.~locale.sw-CD/meta.json +1 -1
  1732. package/polyfills/__dist/Intl.ListFormat.~locale.sw-KE/meta.json +1 -1
  1733. package/polyfills/__dist/Intl.ListFormat.~locale.sw-UG/meta.json +1 -1
  1734. package/polyfills/__dist/Intl.ListFormat.~locale.ta/meta.json +1 -1
  1735. package/polyfills/__dist/Intl.ListFormat.~locale.ta-LK/meta.json +1 -1
  1736. package/polyfills/__dist/Intl.ListFormat.~locale.ta-MY/meta.json +1 -1
  1737. package/polyfills/__dist/Intl.ListFormat.~locale.ta-SG/meta.json +1 -1
  1738. package/polyfills/__dist/Intl.ListFormat.~locale.te/meta.json +1 -1
  1739. package/polyfills/__dist/Intl.ListFormat.~locale.teo/meta.json +1 -1
  1740. package/polyfills/__dist/Intl.ListFormat.~locale.teo-KE/meta.json +1 -1
  1741. package/polyfills/__dist/Intl.ListFormat.~locale.tg/meta.json +1 -1
  1742. package/polyfills/__dist/Intl.ListFormat.~locale.th/meta.json +1 -1
  1743. package/polyfills/__dist/Intl.ListFormat.~locale.ti/meta.json +1 -1
  1744. package/polyfills/__dist/Intl.ListFormat.~locale.ti-ER/meta.json +1 -1
  1745. package/polyfills/__dist/Intl.ListFormat.~locale.tk/meta.json +1 -1
  1746. package/polyfills/__dist/Intl.ListFormat.~locale.to/meta.json +1 -1
  1747. package/polyfills/__dist/Intl.ListFormat.~locale.tr/meta.json +1 -1
  1748. package/polyfills/__dist/Intl.ListFormat.~locale.tr-CY/meta.json +1 -1
  1749. package/polyfills/__dist/Intl.ListFormat.~locale.tt/meta.json +1 -1
  1750. package/polyfills/__dist/Intl.ListFormat.~locale.twq/meta.json +1 -1
  1751. package/polyfills/__dist/Intl.ListFormat.~locale.tzm/meta.json +1 -1
  1752. package/polyfills/__dist/Intl.ListFormat.~locale.ug/meta.json +1 -1
  1753. package/polyfills/__dist/Intl.ListFormat.~locale.uk/meta.json +1 -1
  1754. package/polyfills/__dist/Intl.ListFormat.~locale.ur/meta.json +1 -1
  1755. package/polyfills/__dist/Intl.ListFormat.~locale.ur-IN/meta.json +1 -1
  1756. package/polyfills/__dist/Intl.ListFormat.~locale.uz/meta.json +1 -1
  1757. package/polyfills/__dist/Intl.ListFormat.~locale.uz-Arab/meta.json +1 -1
  1758. package/polyfills/__dist/Intl.ListFormat.~locale.uz-Cyrl/meta.json +1 -1
  1759. package/polyfills/__dist/Intl.ListFormat.~locale.uz-Latn/meta.json +1 -1
  1760. package/polyfills/__dist/Intl.ListFormat.~locale.vai/meta.json +1 -1
  1761. package/polyfills/__dist/Intl.ListFormat.~locale.vai-Latn/meta.json +1 -1
  1762. package/polyfills/__dist/Intl.ListFormat.~locale.vai-Vaii/meta.json +1 -1
  1763. package/polyfills/__dist/Intl.ListFormat.~locale.vi/meta.json +1 -1
  1764. package/polyfills/__dist/Intl.ListFormat.~locale.vun/meta.json +1 -1
  1765. package/polyfills/__dist/Intl.ListFormat.~locale.wae/meta.json +1 -1
  1766. package/polyfills/__dist/Intl.ListFormat.~locale.wo/meta.json +1 -1
  1767. package/polyfills/__dist/Intl.ListFormat.~locale.xh/meta.json +1 -1
  1768. package/polyfills/__dist/Intl.ListFormat.~locale.xog/meta.json +1 -1
  1769. package/polyfills/__dist/Intl.ListFormat.~locale.yav/meta.json +1 -1
  1770. package/polyfills/__dist/Intl.ListFormat.~locale.yi/meta.json +1 -1
  1771. package/polyfills/__dist/Intl.ListFormat.~locale.yo/meta.json +1 -1
  1772. package/polyfills/__dist/Intl.ListFormat.~locale.yo-BJ/meta.json +1 -1
  1773. package/polyfills/__dist/Intl.ListFormat.~locale.yue/meta.json +1 -1
  1774. package/polyfills/__dist/Intl.ListFormat.~locale.yue-Hans/meta.json +1 -1
  1775. package/polyfills/__dist/Intl.ListFormat.~locale.yue-Hant/meta.json +1 -1
  1776. package/polyfills/__dist/Intl.ListFormat.~locale.zgh/meta.json +1 -1
  1777. package/polyfills/__dist/Intl.ListFormat.~locale.zh/meta.json +1 -1
  1778. package/polyfills/__dist/Intl.ListFormat.~locale.zh-Hans/meta.json +1 -1
  1779. package/polyfills/__dist/Intl.ListFormat.~locale.zh-Hans-HK/meta.json +1 -1
  1780. package/polyfills/__dist/Intl.ListFormat.~locale.zh-Hans-MO/meta.json +1 -1
  1781. package/polyfills/__dist/Intl.ListFormat.~locale.zh-Hans-SG/meta.json +1 -1
  1782. package/polyfills/__dist/Intl.ListFormat.~locale.zh-Hant/meta.json +1 -1
  1783. package/polyfills/__dist/Intl.ListFormat.~locale.zh-Hant-HK/meta.json +1 -1
  1784. package/polyfills/__dist/Intl.ListFormat.~locale.zh-Hant-MO/meta.json +1 -1
  1785. package/polyfills/__dist/Intl.ListFormat.~locale.zu/meta.json +1 -1
  1786. package/polyfills/__dist/Intl.Locale/meta.json +1 -1
  1787. package/polyfills/__dist/Intl.NumberFormat/meta.json +1 -1
  1788. package/polyfills/__dist/Intl.NumberFormat.~locale.af/meta.json +1 -1
  1789. package/polyfills/__dist/Intl.NumberFormat.~locale.af-NA/meta.json +1 -1
  1790. package/polyfills/__dist/Intl.NumberFormat.~locale.agq/meta.json +1 -1
  1791. package/polyfills/__dist/Intl.NumberFormat.~locale.ak/meta.json +1 -1
  1792. package/polyfills/__dist/Intl.NumberFormat.~locale.am/meta.json +1 -1
  1793. package/polyfills/__dist/Intl.NumberFormat.~locale.ar/meta.json +1 -1
  1794. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-AE/meta.json +1 -1
  1795. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-BH/meta.json +1 -1
  1796. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-DJ/meta.json +1 -1
  1797. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-DZ/meta.json +1 -1
  1798. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-EG/meta.json +1 -1
  1799. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-EH/meta.json +1 -1
  1800. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-ER/meta.json +1 -1
  1801. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-IL/meta.json +1 -1
  1802. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-IQ/meta.json +1 -1
  1803. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-JO/meta.json +1 -1
  1804. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-KM/meta.json +1 -1
  1805. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-KW/meta.json +1 -1
  1806. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-LB/meta.json +1 -1
  1807. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-LY/meta.json +1 -1
  1808. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-MA/meta.json +1 -1
  1809. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-MR/meta.json +1 -1
  1810. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-OM/meta.json +1 -1
  1811. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-PS/meta.json +1 -1
  1812. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-QA/meta.json +1 -1
  1813. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-SA/meta.json +1 -1
  1814. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-SD/meta.json +1 -1
  1815. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-SO/meta.json +1 -1
  1816. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-SS/meta.json +1 -1
  1817. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-SY/meta.json +1 -1
  1818. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-TD/meta.json +1 -1
  1819. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-TN/meta.json +1 -1
  1820. package/polyfills/__dist/Intl.NumberFormat.~locale.ar-YE/meta.json +1 -1
  1821. package/polyfills/__dist/Intl.NumberFormat.~locale.as/meta.json +1 -1
  1822. package/polyfills/__dist/Intl.NumberFormat.~locale.asa/meta.json +1 -1
  1823. package/polyfills/__dist/Intl.NumberFormat.~locale.ast/meta.json +1 -1
  1824. package/polyfills/__dist/Intl.NumberFormat.~locale.az/meta.json +1 -1
  1825. package/polyfills/__dist/Intl.NumberFormat.~locale.az-Cyrl/meta.json +1 -1
  1826. package/polyfills/__dist/Intl.NumberFormat.~locale.az-Latn/meta.json +1 -1
  1827. package/polyfills/__dist/Intl.NumberFormat.~locale.bas/meta.json +1 -1
  1828. package/polyfills/__dist/Intl.NumberFormat.~locale.be/meta.json +1 -1
  1829. package/polyfills/__dist/Intl.NumberFormat.~locale.bem/meta.json +1 -1
  1830. package/polyfills/__dist/Intl.NumberFormat.~locale.bez/meta.json +1 -1
  1831. package/polyfills/__dist/Intl.NumberFormat.~locale.bg/meta.json +1 -1
  1832. package/polyfills/__dist/Intl.NumberFormat.~locale.bm/meta.json +1 -1
  1833. package/polyfills/__dist/Intl.NumberFormat.~locale.bn/meta.json +1 -1
  1834. package/polyfills/__dist/Intl.NumberFormat.~locale.bn-IN/meta.json +1 -1
  1835. package/polyfills/__dist/Intl.NumberFormat.~locale.bo/meta.json +1 -1
  1836. package/polyfills/__dist/Intl.NumberFormat.~locale.bo-IN/meta.json +1 -1
  1837. package/polyfills/__dist/Intl.NumberFormat.~locale.br/meta.json +1 -1
  1838. package/polyfills/__dist/Intl.NumberFormat.~locale.brx/meta.json +1 -1
  1839. package/polyfills/__dist/Intl.NumberFormat.~locale.bs/meta.json +1 -1
  1840. package/polyfills/__dist/Intl.NumberFormat.~locale.bs-Cyrl/meta.json +1 -1
  1841. package/polyfills/__dist/Intl.NumberFormat.~locale.bs-Latn/meta.json +1 -1
  1842. package/polyfills/__dist/Intl.NumberFormat.~locale.ca/meta.json +1 -1
  1843. package/polyfills/__dist/Intl.NumberFormat.~locale.ca-AD/meta.json +1 -1
  1844. package/polyfills/__dist/Intl.NumberFormat.~locale.ca-ES-VALENCIA/meta.json +1 -1
  1845. package/polyfills/__dist/Intl.NumberFormat.~locale.ca-FR/meta.json +1 -1
  1846. package/polyfills/__dist/Intl.NumberFormat.~locale.ca-IT/meta.json +1 -1
  1847. package/polyfills/__dist/Intl.NumberFormat.~locale.ccp/meta.json +1 -1
  1848. package/polyfills/__dist/Intl.NumberFormat.~locale.ccp-IN/meta.json +1 -1
  1849. package/polyfills/__dist/Intl.NumberFormat.~locale.ce/meta.json +1 -1
  1850. package/polyfills/__dist/Intl.NumberFormat.~locale.ceb/meta.json +1 -1
  1851. package/polyfills/__dist/Intl.NumberFormat.~locale.cgg/meta.json +1 -1
  1852. package/polyfills/__dist/Intl.NumberFormat.~locale.chr/meta.json +1 -1
  1853. package/polyfills/__dist/Intl.NumberFormat.~locale.ckb/meta.json +1 -1
  1854. package/polyfills/__dist/Intl.NumberFormat.~locale.ckb-IR/meta.json +1 -1
  1855. package/polyfills/__dist/Intl.NumberFormat.~locale.cs/meta.json +1 -1
  1856. package/polyfills/__dist/Intl.NumberFormat.~locale.cy/meta.json +1 -1
  1857. package/polyfills/__dist/Intl.NumberFormat.~locale.da/meta.json +1 -1
  1858. package/polyfills/__dist/Intl.NumberFormat.~locale.da-GL/meta.json +1 -1
  1859. package/polyfills/__dist/Intl.NumberFormat.~locale.dav/meta.json +1 -1
  1860. package/polyfills/__dist/Intl.NumberFormat.~locale.de/meta.json +1 -1
  1861. package/polyfills/__dist/Intl.NumberFormat.~locale.de-AT/meta.json +1 -1
  1862. package/polyfills/__dist/Intl.NumberFormat.~locale.de-BE/meta.json +1 -1
  1863. package/polyfills/__dist/Intl.NumberFormat.~locale.de-CH/meta.json +1 -1
  1864. package/polyfills/__dist/Intl.NumberFormat.~locale.de-IT/meta.json +1 -1
  1865. package/polyfills/__dist/Intl.NumberFormat.~locale.de-LI/meta.json +1 -1
  1866. package/polyfills/__dist/Intl.NumberFormat.~locale.de-LU/meta.json +1 -1
  1867. package/polyfills/__dist/Intl.NumberFormat.~locale.dje/meta.json +1 -1
  1868. package/polyfills/__dist/Intl.NumberFormat.~locale.doi/meta.json +1 -1
  1869. package/polyfills/__dist/Intl.NumberFormat.~locale.dsb/meta.json +1 -1
  1870. package/polyfills/__dist/Intl.NumberFormat.~locale.dua/meta.json +1 -1
  1871. package/polyfills/__dist/Intl.NumberFormat.~locale.dyo/meta.json +1 -1
  1872. package/polyfills/__dist/Intl.NumberFormat.~locale.dz/meta.json +1 -1
  1873. package/polyfills/__dist/Intl.NumberFormat.~locale.ebu/meta.json +1 -1
  1874. package/polyfills/__dist/Intl.NumberFormat.~locale.ee/meta.json +1 -1
  1875. package/polyfills/__dist/Intl.NumberFormat.~locale.ee-TG/meta.json +1 -1
  1876. package/polyfills/__dist/Intl.NumberFormat.~locale.el/meta.json +1 -1
  1877. package/polyfills/__dist/Intl.NumberFormat.~locale.el-CY/meta.json +1 -1
  1878. package/polyfills/__dist/Intl.NumberFormat.~locale.en/meta.json +1 -1
  1879. package/polyfills/__dist/Intl.NumberFormat.~locale.en-001/meta.json +1 -1
  1880. package/polyfills/__dist/Intl.NumberFormat.~locale.en-150/meta.json +1 -1
  1881. package/polyfills/__dist/Intl.NumberFormat.~locale.en-AE/meta.json +1 -1
  1882. package/polyfills/__dist/Intl.NumberFormat.~locale.en-AG/meta.json +1 -1
  1883. package/polyfills/__dist/Intl.NumberFormat.~locale.en-AI/meta.json +1 -1
  1884. package/polyfills/__dist/Intl.NumberFormat.~locale.en-AS/meta.json +1 -1
  1885. package/polyfills/__dist/Intl.NumberFormat.~locale.en-AT/meta.json +1 -1
  1886. package/polyfills/__dist/Intl.NumberFormat.~locale.en-AU/meta.json +1 -1
  1887. package/polyfills/__dist/Intl.NumberFormat.~locale.en-BB/meta.json +1 -1
  1888. package/polyfills/__dist/Intl.NumberFormat.~locale.en-BE/meta.json +1 -1
  1889. package/polyfills/__dist/Intl.NumberFormat.~locale.en-BI/meta.json +1 -1
  1890. package/polyfills/__dist/Intl.NumberFormat.~locale.en-BM/meta.json +1 -1
  1891. package/polyfills/__dist/Intl.NumberFormat.~locale.en-BS/meta.json +1 -1
  1892. package/polyfills/__dist/Intl.NumberFormat.~locale.en-BW/meta.json +1 -1
  1893. package/polyfills/__dist/Intl.NumberFormat.~locale.en-BZ/meta.json +1 -1
  1894. package/polyfills/__dist/Intl.NumberFormat.~locale.en-CA/meta.json +1 -1
  1895. package/polyfills/__dist/Intl.NumberFormat.~locale.en-CC/meta.json +1 -1
  1896. package/polyfills/__dist/Intl.NumberFormat.~locale.en-CH/meta.json +1 -1
  1897. package/polyfills/__dist/Intl.NumberFormat.~locale.en-CK/meta.json +1 -1
  1898. package/polyfills/__dist/Intl.NumberFormat.~locale.en-CM/meta.json +1 -1
  1899. package/polyfills/__dist/Intl.NumberFormat.~locale.en-CX/meta.json +1 -1
  1900. package/polyfills/__dist/Intl.NumberFormat.~locale.en-CY/meta.json +1 -1
  1901. package/polyfills/__dist/Intl.NumberFormat.~locale.en-DE/meta.json +1 -1
  1902. package/polyfills/__dist/Intl.NumberFormat.~locale.en-DG/meta.json +1 -1
  1903. package/polyfills/__dist/Intl.NumberFormat.~locale.en-DK/meta.json +1 -1
  1904. package/polyfills/__dist/Intl.NumberFormat.~locale.en-DM/meta.json +1 -1
  1905. package/polyfills/__dist/Intl.NumberFormat.~locale.en-ER/meta.json +1 -1
  1906. package/polyfills/__dist/Intl.NumberFormat.~locale.en-FI/meta.json +1 -1
  1907. package/polyfills/__dist/Intl.NumberFormat.~locale.en-FJ/meta.json +1 -1
  1908. package/polyfills/__dist/Intl.NumberFormat.~locale.en-FK/meta.json +1 -1
  1909. package/polyfills/__dist/Intl.NumberFormat.~locale.en-FM/meta.json +1 -1
  1910. package/polyfills/__dist/Intl.NumberFormat.~locale.en-GB/meta.json +1 -1
  1911. package/polyfills/__dist/Intl.NumberFormat.~locale.en-GD/meta.json +1 -1
  1912. package/polyfills/__dist/Intl.NumberFormat.~locale.en-GG/meta.json +1 -1
  1913. package/polyfills/__dist/Intl.NumberFormat.~locale.en-GH/meta.json +1 -1
  1914. package/polyfills/__dist/Intl.NumberFormat.~locale.en-GI/meta.json +1 -1
  1915. package/polyfills/__dist/Intl.NumberFormat.~locale.en-GM/meta.json +1 -1
  1916. package/polyfills/__dist/Intl.NumberFormat.~locale.en-GU/meta.json +1 -1
  1917. package/polyfills/__dist/Intl.NumberFormat.~locale.en-GY/meta.json +1 -1
  1918. package/polyfills/__dist/Intl.NumberFormat.~locale.en-HK/meta.json +1 -1
  1919. package/polyfills/__dist/Intl.NumberFormat.~locale.en-IE/meta.json +1 -1
  1920. package/polyfills/__dist/Intl.NumberFormat.~locale.en-IL/meta.json +1 -1
  1921. package/polyfills/__dist/Intl.NumberFormat.~locale.en-IM/meta.json +1 -1
  1922. package/polyfills/__dist/Intl.NumberFormat.~locale.en-IN/meta.json +1 -1
  1923. package/polyfills/__dist/Intl.NumberFormat.~locale.en-IO/meta.json +1 -1
  1924. package/polyfills/__dist/Intl.NumberFormat.~locale.en-JE/meta.json +1 -1
  1925. package/polyfills/__dist/Intl.NumberFormat.~locale.en-JM/meta.json +1 -1
  1926. package/polyfills/__dist/Intl.NumberFormat.~locale.en-KE/meta.json +1 -1
  1927. package/polyfills/__dist/Intl.NumberFormat.~locale.en-KI/meta.json +1 -1
  1928. package/polyfills/__dist/Intl.NumberFormat.~locale.en-KN/meta.json +1 -1
  1929. package/polyfills/__dist/Intl.NumberFormat.~locale.en-KY/meta.json +1 -1
  1930. package/polyfills/__dist/Intl.NumberFormat.~locale.en-LC/meta.json +1 -1
  1931. package/polyfills/__dist/Intl.NumberFormat.~locale.en-LR/meta.json +1 -1
  1932. package/polyfills/__dist/Intl.NumberFormat.~locale.en-LS/meta.json +1 -1
  1933. package/polyfills/__dist/Intl.NumberFormat.~locale.en-MG/meta.json +1 -1
  1934. package/polyfills/__dist/Intl.NumberFormat.~locale.en-MH/meta.json +1 -1
  1935. package/polyfills/__dist/Intl.NumberFormat.~locale.en-MO/meta.json +1 -1
  1936. package/polyfills/__dist/Intl.NumberFormat.~locale.en-MP/meta.json +1 -1
  1937. package/polyfills/__dist/Intl.NumberFormat.~locale.en-MS/meta.json +1 -1
  1938. package/polyfills/__dist/Intl.NumberFormat.~locale.en-MT/meta.json +1 -1
  1939. package/polyfills/__dist/Intl.NumberFormat.~locale.en-MU/meta.json +1 -1
  1940. package/polyfills/__dist/Intl.NumberFormat.~locale.en-MW/meta.json +1 -1
  1941. package/polyfills/__dist/Intl.NumberFormat.~locale.en-MY/meta.json +1 -1
  1942. package/polyfills/__dist/Intl.NumberFormat.~locale.en-NA/meta.json +1 -1
  1943. package/polyfills/__dist/Intl.NumberFormat.~locale.en-NF/meta.json +1 -1
  1944. package/polyfills/__dist/Intl.NumberFormat.~locale.en-NG/meta.json +1 -1
  1945. package/polyfills/__dist/Intl.NumberFormat.~locale.en-NL/meta.json +1 -1
  1946. package/polyfills/__dist/Intl.NumberFormat.~locale.en-NR/meta.json +1 -1
  1947. package/polyfills/__dist/Intl.NumberFormat.~locale.en-NU/meta.json +1 -1
  1948. package/polyfills/__dist/Intl.NumberFormat.~locale.en-NZ/meta.json +1 -1
  1949. package/polyfills/__dist/Intl.NumberFormat.~locale.en-PG/meta.json +1 -1
  1950. package/polyfills/__dist/Intl.NumberFormat.~locale.en-PH/meta.json +1 -1
  1951. package/polyfills/__dist/Intl.NumberFormat.~locale.en-PK/meta.json +1 -1
  1952. package/polyfills/__dist/Intl.NumberFormat.~locale.en-PN/meta.json +1 -1
  1953. package/polyfills/__dist/Intl.NumberFormat.~locale.en-PR/meta.json +1 -1
  1954. package/polyfills/__dist/Intl.NumberFormat.~locale.en-PW/meta.json +1 -1
  1955. package/polyfills/__dist/Intl.NumberFormat.~locale.en-RW/meta.json +1 -1
  1956. package/polyfills/__dist/Intl.NumberFormat.~locale.en-SB/meta.json +1 -1
  1957. package/polyfills/__dist/Intl.NumberFormat.~locale.en-SC/meta.json +1 -1
  1958. package/polyfills/__dist/Intl.NumberFormat.~locale.en-SD/meta.json +1 -1
  1959. package/polyfills/__dist/Intl.NumberFormat.~locale.en-SE/meta.json +1 -1
  1960. package/polyfills/__dist/Intl.NumberFormat.~locale.en-SG/meta.json +1 -1
  1961. package/polyfills/__dist/Intl.NumberFormat.~locale.en-SH/meta.json +1 -1
  1962. package/polyfills/__dist/Intl.NumberFormat.~locale.en-SI/meta.json +1 -1
  1963. package/polyfills/__dist/Intl.NumberFormat.~locale.en-SL/meta.json +1 -1
  1964. package/polyfills/__dist/Intl.NumberFormat.~locale.en-SS/meta.json +1 -1
  1965. package/polyfills/__dist/Intl.NumberFormat.~locale.en-SX/meta.json +1 -1
  1966. package/polyfills/__dist/Intl.NumberFormat.~locale.en-SZ/meta.json +1 -1
  1967. package/polyfills/__dist/Intl.NumberFormat.~locale.en-TC/meta.json +1 -1
  1968. package/polyfills/__dist/Intl.NumberFormat.~locale.en-TK/meta.json +1 -1
  1969. package/polyfills/__dist/Intl.NumberFormat.~locale.en-TO/meta.json +1 -1
  1970. package/polyfills/__dist/Intl.NumberFormat.~locale.en-TT/meta.json +1 -1
  1971. package/polyfills/__dist/Intl.NumberFormat.~locale.en-TV/meta.json +1 -1
  1972. package/polyfills/__dist/Intl.NumberFormat.~locale.en-TZ/meta.json +1 -1
  1973. package/polyfills/__dist/Intl.NumberFormat.~locale.en-UG/meta.json +1 -1
  1974. package/polyfills/__dist/Intl.NumberFormat.~locale.en-UM/meta.json +1 -1
  1975. package/polyfills/__dist/Intl.NumberFormat.~locale.en-US-POSIX/meta.json +1 -1
  1976. package/polyfills/__dist/Intl.NumberFormat.~locale.en-VC/meta.json +1 -1
  1977. package/polyfills/__dist/Intl.NumberFormat.~locale.en-VG/meta.json +1 -1
  1978. package/polyfills/__dist/Intl.NumberFormat.~locale.en-VI/meta.json +1 -1
  1979. package/polyfills/__dist/Intl.NumberFormat.~locale.en-VU/meta.json +1 -1
  1980. package/polyfills/__dist/Intl.NumberFormat.~locale.en-WS/meta.json +1 -1
  1981. package/polyfills/__dist/Intl.NumberFormat.~locale.en-ZA/meta.json +1 -1
  1982. package/polyfills/__dist/Intl.NumberFormat.~locale.en-ZM/meta.json +1 -1
  1983. package/polyfills/__dist/Intl.NumberFormat.~locale.en-ZW/meta.json +1 -1
  1984. package/polyfills/__dist/Intl.NumberFormat.~locale.eo/meta.json +1 -1
  1985. package/polyfills/__dist/Intl.NumberFormat.~locale.es/meta.json +1 -1
  1986. package/polyfills/__dist/Intl.NumberFormat.~locale.es-419/meta.json +1 -1
  1987. package/polyfills/__dist/Intl.NumberFormat.~locale.es-AR/meta.json +1 -1
  1988. package/polyfills/__dist/Intl.NumberFormat.~locale.es-BO/meta.json +1 -1
  1989. package/polyfills/__dist/Intl.NumberFormat.~locale.es-BR/meta.json +1 -1
  1990. package/polyfills/__dist/Intl.NumberFormat.~locale.es-BZ/meta.json +1 -1
  1991. package/polyfills/__dist/Intl.NumberFormat.~locale.es-CL/meta.json +1 -1
  1992. package/polyfills/__dist/Intl.NumberFormat.~locale.es-CO/meta.json +1 -1
  1993. package/polyfills/__dist/Intl.NumberFormat.~locale.es-CR/meta.json +1 -1
  1994. package/polyfills/__dist/Intl.NumberFormat.~locale.es-CU/meta.json +1 -1
  1995. package/polyfills/__dist/Intl.NumberFormat.~locale.es-DO/meta.json +1 -1
  1996. package/polyfills/__dist/Intl.NumberFormat.~locale.es-EA/meta.json +1 -1
  1997. package/polyfills/__dist/Intl.NumberFormat.~locale.es-EC/meta.json +1 -1
  1998. package/polyfills/__dist/Intl.NumberFormat.~locale.es-GQ/meta.json +1 -1
  1999. package/polyfills/__dist/Intl.NumberFormat.~locale.es-GT/meta.json +1 -1
  2000. package/polyfills/__dist/Intl.NumberFormat.~locale.es-HN/meta.json +1 -1
  2001. package/polyfills/__dist/Intl.NumberFormat.~locale.es-IC/meta.json +1 -1
  2002. package/polyfills/__dist/Intl.NumberFormat.~locale.es-MX/meta.json +1 -1
  2003. package/polyfills/__dist/Intl.NumberFormat.~locale.es-NI/meta.json +1 -1
  2004. package/polyfills/__dist/Intl.NumberFormat.~locale.es-PA/meta.json +1 -1
  2005. package/polyfills/__dist/Intl.NumberFormat.~locale.es-PE/meta.json +1 -1
  2006. package/polyfills/__dist/Intl.NumberFormat.~locale.es-PH/meta.json +1 -1
  2007. package/polyfills/__dist/Intl.NumberFormat.~locale.es-PR/meta.json +1 -1
  2008. package/polyfills/__dist/Intl.NumberFormat.~locale.es-PY/meta.json +1 -1
  2009. package/polyfills/__dist/Intl.NumberFormat.~locale.es-SV/meta.json +1 -1
  2010. package/polyfills/__dist/Intl.NumberFormat.~locale.es-US/meta.json +1 -1
  2011. package/polyfills/__dist/Intl.NumberFormat.~locale.es-UY/meta.json +1 -1
  2012. package/polyfills/__dist/Intl.NumberFormat.~locale.es-VE/meta.json +1 -1
  2013. package/polyfills/__dist/Intl.NumberFormat.~locale.et/meta.json +1 -1
  2014. package/polyfills/__dist/Intl.NumberFormat.~locale.eu/meta.json +1 -1
  2015. package/polyfills/__dist/Intl.NumberFormat.~locale.ewo/meta.json +1 -1
  2016. package/polyfills/__dist/Intl.NumberFormat.~locale.fa/meta.json +1 -1
  2017. package/polyfills/__dist/Intl.NumberFormat.~locale.fa-AF/meta.json +1 -1
  2018. package/polyfills/__dist/Intl.NumberFormat.~locale.ff/meta.json +1 -1
  2019. package/polyfills/__dist/Intl.NumberFormat.~locale.ff-Adlm/meta.json +1 -1
  2020. package/polyfills/__dist/Intl.NumberFormat.~locale.ff-Adlm-BF/meta.json +1 -1
  2021. package/polyfills/__dist/Intl.NumberFormat.~locale.ff-Adlm-CM/meta.json +1 -1
  2022. package/polyfills/__dist/Intl.NumberFormat.~locale.ff-Adlm-GH/meta.json +1 -1
  2023. package/polyfills/__dist/Intl.NumberFormat.~locale.ff-Adlm-GM/meta.json +1 -1
  2024. package/polyfills/__dist/Intl.NumberFormat.~locale.ff-Adlm-GW/meta.json +1 -1
  2025. package/polyfills/__dist/Intl.NumberFormat.~locale.ff-Adlm-LR/meta.json +1 -1
  2026. package/polyfills/__dist/Intl.NumberFormat.~locale.ff-Adlm-MR/meta.json +1 -1
  2027. package/polyfills/__dist/Intl.NumberFormat.~locale.ff-Adlm-NE/meta.json +1 -1
  2028. package/polyfills/__dist/Intl.NumberFormat.~locale.ff-Adlm-NG/meta.json +1 -1
  2029. package/polyfills/__dist/Intl.NumberFormat.~locale.ff-Adlm-SL/meta.json +1 -1
  2030. package/polyfills/__dist/Intl.NumberFormat.~locale.ff-Adlm-SN/meta.json +1 -1
  2031. package/polyfills/__dist/Intl.NumberFormat.~locale.ff-Latn/meta.json +1 -1
  2032. package/polyfills/__dist/Intl.NumberFormat.~locale.ff-Latn-BF/meta.json +1 -1
  2033. package/polyfills/__dist/Intl.NumberFormat.~locale.ff-Latn-CM/meta.json +1 -1
  2034. package/polyfills/__dist/Intl.NumberFormat.~locale.ff-Latn-GH/meta.json +1 -1
  2035. package/polyfills/__dist/Intl.NumberFormat.~locale.ff-Latn-GM/meta.json +1 -1
  2036. package/polyfills/__dist/Intl.NumberFormat.~locale.ff-Latn-GN/meta.json +1 -1
  2037. package/polyfills/__dist/Intl.NumberFormat.~locale.ff-Latn-GW/meta.json +1 -1
  2038. package/polyfills/__dist/Intl.NumberFormat.~locale.ff-Latn-LR/meta.json +1 -1
  2039. package/polyfills/__dist/Intl.NumberFormat.~locale.ff-Latn-MR/meta.json +1 -1
  2040. package/polyfills/__dist/Intl.NumberFormat.~locale.ff-Latn-NE/meta.json +1 -1
  2041. package/polyfills/__dist/Intl.NumberFormat.~locale.ff-Latn-NG/meta.json +1 -1
  2042. package/polyfills/__dist/Intl.NumberFormat.~locale.ff-Latn-SL/meta.json +1 -1
  2043. package/polyfills/__dist/Intl.NumberFormat.~locale.fi/meta.json +1 -1
  2044. package/polyfills/__dist/Intl.NumberFormat.~locale.fil/meta.json +1 -1
  2045. package/polyfills/__dist/Intl.NumberFormat.~locale.fo/meta.json +1 -1
  2046. package/polyfills/__dist/Intl.NumberFormat.~locale.fo-DK/meta.json +1 -1
  2047. package/polyfills/__dist/Intl.NumberFormat.~locale.fr/meta.json +1 -1
  2048. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-BE/meta.json +1 -1
  2049. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-BF/meta.json +1 -1
  2050. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-BI/meta.json +1 -1
  2051. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-BJ/meta.json +1 -1
  2052. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-BL/meta.json +1 -1
  2053. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-CA/meta.json +1 -1
  2054. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-CD/meta.json +1 -1
  2055. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-CF/meta.json +1 -1
  2056. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-CG/meta.json +1 -1
  2057. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-CH/meta.json +1 -1
  2058. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-CI/meta.json +1 -1
  2059. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-CM/meta.json +1 -1
  2060. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-DJ/meta.json +1 -1
  2061. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-DZ/meta.json +1 -1
  2062. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-GA/meta.json +1 -1
  2063. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-GF/meta.json +1 -1
  2064. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-GN/meta.json +1 -1
  2065. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-GP/meta.json +1 -1
  2066. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-GQ/meta.json +1 -1
  2067. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-HT/meta.json +1 -1
  2068. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-KM/meta.json +1 -1
  2069. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-LU/meta.json +1 -1
  2070. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-MA/meta.json +1 -1
  2071. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-MC/meta.json +1 -1
  2072. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-MF/meta.json +1 -1
  2073. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-MG/meta.json +1 -1
  2074. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-ML/meta.json +1 -1
  2075. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-MQ/meta.json +1 -1
  2076. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-MR/meta.json +1 -1
  2077. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-MU/meta.json +1 -1
  2078. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-NC/meta.json +1 -1
  2079. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-NE/meta.json +1 -1
  2080. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-PF/meta.json +1 -1
  2081. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-PM/meta.json +1 -1
  2082. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-RE/meta.json +1 -1
  2083. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-RW/meta.json +1 -1
  2084. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-SC/meta.json +1 -1
  2085. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-SN/meta.json +1 -1
  2086. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-SY/meta.json +1 -1
  2087. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-TD/meta.json +1 -1
  2088. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-TG/meta.json +1 -1
  2089. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-TN/meta.json +1 -1
  2090. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-VU/meta.json +1 -1
  2091. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-WF/meta.json +1 -1
  2092. package/polyfills/__dist/Intl.NumberFormat.~locale.fr-YT/meta.json +1 -1
  2093. package/polyfills/__dist/Intl.NumberFormat.~locale.fur/meta.json +1 -1
  2094. package/polyfills/__dist/Intl.NumberFormat.~locale.fy/meta.json +1 -1
  2095. package/polyfills/__dist/Intl.NumberFormat.~locale.ga/meta.json +1 -1
  2096. package/polyfills/__dist/Intl.NumberFormat.~locale.ga-GB/meta.json +1 -1
  2097. package/polyfills/__dist/Intl.NumberFormat.~locale.gd/meta.json +1 -1
  2098. package/polyfills/__dist/Intl.NumberFormat.~locale.gl/meta.json +1 -1
  2099. package/polyfills/__dist/Intl.NumberFormat.~locale.gsw/meta.json +1 -1
  2100. package/polyfills/__dist/Intl.NumberFormat.~locale.gsw-FR/meta.json +1 -1
  2101. package/polyfills/__dist/Intl.NumberFormat.~locale.gsw-LI/meta.json +1 -1
  2102. package/polyfills/__dist/Intl.NumberFormat.~locale.gu/meta.json +1 -1
  2103. package/polyfills/__dist/Intl.NumberFormat.~locale.guz/meta.json +1 -1
  2104. package/polyfills/__dist/Intl.NumberFormat.~locale.gv/meta.json +1 -1
  2105. package/polyfills/__dist/Intl.NumberFormat.~locale.ha/meta.json +1 -1
  2106. package/polyfills/__dist/Intl.NumberFormat.~locale.ha-GH/meta.json +1 -1
  2107. package/polyfills/__dist/Intl.NumberFormat.~locale.ha-NE/meta.json +1 -1
  2108. package/polyfills/__dist/Intl.NumberFormat.~locale.haw/meta.json +1 -1
  2109. package/polyfills/__dist/Intl.NumberFormat.~locale.he/meta.json +1 -1
  2110. package/polyfills/__dist/Intl.NumberFormat.~locale.hi/meta.json +1 -1
  2111. package/polyfills/__dist/Intl.NumberFormat.~locale.hr/meta.json +1 -1
  2112. package/polyfills/__dist/Intl.NumberFormat.~locale.hr-BA/meta.json +1 -1
  2113. package/polyfills/__dist/Intl.NumberFormat.~locale.hsb/meta.json +1 -1
  2114. package/polyfills/__dist/Intl.NumberFormat.~locale.hu/meta.json +1 -1
  2115. package/polyfills/__dist/Intl.NumberFormat.~locale.hy/meta.json +1 -1
  2116. package/polyfills/__dist/Intl.NumberFormat.~locale.ia/meta.json +1 -1
  2117. package/polyfills/__dist/Intl.NumberFormat.~locale.id/meta.json +1 -1
  2118. package/polyfills/__dist/Intl.NumberFormat.~locale.ig/meta.json +1 -1
  2119. package/polyfills/__dist/Intl.NumberFormat.~locale.ii/meta.json +1 -1
  2120. package/polyfills/__dist/Intl.NumberFormat.~locale.is/meta.json +1 -1
  2121. package/polyfills/__dist/Intl.NumberFormat.~locale.it/meta.json +1 -1
  2122. package/polyfills/__dist/Intl.NumberFormat.~locale.it-CH/meta.json +1 -1
  2123. package/polyfills/__dist/Intl.NumberFormat.~locale.it-SM/meta.json +1 -1
  2124. package/polyfills/__dist/Intl.NumberFormat.~locale.it-VA/meta.json +1 -1
  2125. package/polyfills/__dist/Intl.NumberFormat.~locale.ja/meta.json +1 -1
  2126. package/polyfills/__dist/Intl.NumberFormat.~locale.jgo/meta.json +1 -1
  2127. package/polyfills/__dist/Intl.NumberFormat.~locale.jmc/meta.json +1 -1
  2128. package/polyfills/__dist/Intl.NumberFormat.~locale.jv/meta.json +1 -1
  2129. package/polyfills/__dist/Intl.NumberFormat.~locale.ka/meta.json +1 -1
  2130. package/polyfills/__dist/Intl.NumberFormat.~locale.kab/meta.json +1 -1
  2131. package/polyfills/__dist/Intl.NumberFormat.~locale.kam/meta.json +1 -1
  2132. package/polyfills/__dist/Intl.NumberFormat.~locale.kde/meta.json +1 -1
  2133. package/polyfills/__dist/Intl.NumberFormat.~locale.kea/meta.json +1 -1
  2134. package/polyfills/__dist/Intl.NumberFormat.~locale.khq/meta.json +1 -1
  2135. package/polyfills/__dist/Intl.NumberFormat.~locale.ki/meta.json +1 -1
  2136. package/polyfills/__dist/Intl.NumberFormat.~locale.kk/meta.json +1 -1
  2137. package/polyfills/__dist/Intl.NumberFormat.~locale.kkj/meta.json +1 -1
  2138. package/polyfills/__dist/Intl.NumberFormat.~locale.kl/meta.json +1 -1
  2139. package/polyfills/__dist/Intl.NumberFormat.~locale.kln/meta.json +1 -1
  2140. package/polyfills/__dist/Intl.NumberFormat.~locale.km/meta.json +1 -1
  2141. package/polyfills/__dist/Intl.NumberFormat.~locale.kn/meta.json +1 -1
  2142. package/polyfills/__dist/Intl.NumberFormat.~locale.ko/meta.json +1 -1
  2143. package/polyfills/__dist/Intl.NumberFormat.~locale.ko-KP/meta.json +1 -1
  2144. package/polyfills/__dist/Intl.NumberFormat.~locale.kok/meta.json +1 -1
  2145. package/polyfills/__dist/Intl.NumberFormat.~locale.ks/meta.json +1 -1
  2146. package/polyfills/__dist/Intl.NumberFormat.~locale.ks-Arab/meta.json +1 -1
  2147. package/polyfills/__dist/Intl.NumberFormat.~locale.ksb/meta.json +1 -1
  2148. package/polyfills/__dist/Intl.NumberFormat.~locale.ksf/meta.json +1 -1
  2149. package/polyfills/__dist/Intl.NumberFormat.~locale.ksh/meta.json +1 -1
  2150. package/polyfills/__dist/Intl.NumberFormat.~locale.ku/meta.json +1 -1
  2151. package/polyfills/__dist/Intl.NumberFormat.~locale.kw/meta.json +1 -1
  2152. package/polyfills/__dist/Intl.NumberFormat.~locale.ky/meta.json +1 -1
  2153. package/polyfills/__dist/Intl.NumberFormat.~locale.lag/meta.json +1 -1
  2154. package/polyfills/__dist/Intl.NumberFormat.~locale.lb/meta.json +1 -1
  2155. package/polyfills/__dist/Intl.NumberFormat.~locale.lg/meta.json +1 -1
  2156. package/polyfills/__dist/Intl.NumberFormat.~locale.lkt/meta.json +1 -1
  2157. package/polyfills/__dist/Intl.NumberFormat.~locale.ln/meta.json +1 -1
  2158. package/polyfills/__dist/Intl.NumberFormat.~locale.ln-AO/meta.json +1 -1
  2159. package/polyfills/__dist/Intl.NumberFormat.~locale.ln-CF/meta.json +1 -1
  2160. package/polyfills/__dist/Intl.NumberFormat.~locale.ln-CG/meta.json +1 -1
  2161. package/polyfills/__dist/Intl.NumberFormat.~locale.lo/meta.json +1 -1
  2162. package/polyfills/__dist/Intl.NumberFormat.~locale.lrc/meta.json +1 -1
  2163. package/polyfills/__dist/Intl.NumberFormat.~locale.lrc-IQ/meta.json +1 -1
  2164. package/polyfills/__dist/Intl.NumberFormat.~locale.lt/meta.json +1 -1
  2165. package/polyfills/__dist/Intl.NumberFormat.~locale.lu/meta.json +1 -1
  2166. package/polyfills/__dist/Intl.NumberFormat.~locale.luo/meta.json +1 -1
  2167. package/polyfills/__dist/Intl.NumberFormat.~locale.luy/meta.json +1 -1
  2168. package/polyfills/__dist/Intl.NumberFormat.~locale.lv/meta.json +1 -1
  2169. package/polyfills/__dist/Intl.NumberFormat.~locale.mai/meta.json +1 -1
  2170. package/polyfills/__dist/Intl.NumberFormat.~locale.mas/meta.json +1 -1
  2171. package/polyfills/__dist/Intl.NumberFormat.~locale.mas-TZ/meta.json +1 -1
  2172. package/polyfills/__dist/Intl.NumberFormat.~locale.mer/meta.json +1 -1
  2173. package/polyfills/__dist/Intl.NumberFormat.~locale.mfe/meta.json +1 -1
  2174. package/polyfills/__dist/Intl.NumberFormat.~locale.mg/meta.json +1 -1
  2175. package/polyfills/__dist/Intl.NumberFormat.~locale.mgh/meta.json +1 -1
  2176. package/polyfills/__dist/Intl.NumberFormat.~locale.mgo/meta.json +1 -1
  2177. package/polyfills/__dist/Intl.NumberFormat.~locale.mi/meta.json +1 -1
  2178. package/polyfills/__dist/Intl.NumberFormat.~locale.mk/meta.json +1 -1
  2179. package/polyfills/__dist/Intl.NumberFormat.~locale.ml/meta.json +1 -1
  2180. package/polyfills/__dist/Intl.NumberFormat.~locale.mn/meta.json +1 -1
  2181. package/polyfills/__dist/Intl.NumberFormat.~locale.mni/meta.json +1 -1
  2182. package/polyfills/__dist/Intl.NumberFormat.~locale.mni-Beng/meta.json +1 -1
  2183. package/polyfills/__dist/Intl.NumberFormat.~locale.mr/meta.json +1 -1
  2184. package/polyfills/__dist/Intl.NumberFormat.~locale.ms/meta.json +1 -1
  2185. package/polyfills/__dist/Intl.NumberFormat.~locale.ms-BN/meta.json +1 -1
  2186. package/polyfills/__dist/Intl.NumberFormat.~locale.ms-ID/meta.json +1 -1
  2187. package/polyfills/__dist/Intl.NumberFormat.~locale.ms-SG/meta.json +1 -1
  2188. package/polyfills/__dist/Intl.NumberFormat.~locale.mt/meta.json +1 -1
  2189. package/polyfills/__dist/Intl.NumberFormat.~locale.mua/meta.json +1 -1
  2190. package/polyfills/__dist/Intl.NumberFormat.~locale.my/meta.json +1 -1
  2191. package/polyfills/__dist/Intl.NumberFormat.~locale.mzn/meta.json +1 -1
  2192. package/polyfills/__dist/Intl.NumberFormat.~locale.naq/meta.json +1 -1
  2193. package/polyfills/__dist/Intl.NumberFormat.~locale.nb/meta.json +1 -1
  2194. package/polyfills/__dist/Intl.NumberFormat.~locale.nb-SJ/meta.json +1 -1
  2195. package/polyfills/__dist/Intl.NumberFormat.~locale.nd/meta.json +1 -1
  2196. package/polyfills/__dist/Intl.NumberFormat.~locale.nds/meta.json +1 -1
  2197. package/polyfills/__dist/Intl.NumberFormat.~locale.nds-NL/meta.json +1 -1
  2198. package/polyfills/__dist/Intl.NumberFormat.~locale.ne/meta.json +1 -1
  2199. package/polyfills/__dist/Intl.NumberFormat.~locale.ne-IN/meta.json +1 -1
  2200. package/polyfills/__dist/Intl.NumberFormat.~locale.nl/meta.json +1 -1
  2201. package/polyfills/__dist/Intl.NumberFormat.~locale.nl-AW/meta.json +1 -1
  2202. package/polyfills/__dist/Intl.NumberFormat.~locale.nl-BE/meta.json +1 -1
  2203. package/polyfills/__dist/Intl.NumberFormat.~locale.nl-BQ/meta.json +1 -1
  2204. package/polyfills/__dist/Intl.NumberFormat.~locale.nl-CW/meta.json +1 -1
  2205. package/polyfills/__dist/Intl.NumberFormat.~locale.nl-SR/meta.json +1 -1
  2206. package/polyfills/__dist/Intl.NumberFormat.~locale.nl-SX/meta.json +1 -1
  2207. package/polyfills/__dist/Intl.NumberFormat.~locale.nmg/meta.json +1 -1
  2208. package/polyfills/__dist/Intl.NumberFormat.~locale.nn/meta.json +1 -1
  2209. package/polyfills/__dist/Intl.NumberFormat.~locale.nnh/meta.json +1 -1
  2210. package/polyfills/__dist/Intl.NumberFormat.~locale.no/meta.json +1 -1
  2211. package/polyfills/__dist/Intl.NumberFormat.~locale.nus/meta.json +1 -1
  2212. package/polyfills/__dist/Intl.NumberFormat.~locale.nyn/meta.json +1 -1
  2213. package/polyfills/__dist/Intl.NumberFormat.~locale.om/meta.json +1 -1
  2214. package/polyfills/__dist/Intl.NumberFormat.~locale.om-KE/meta.json +1 -1
  2215. package/polyfills/__dist/Intl.NumberFormat.~locale.or/meta.json +1 -1
  2216. package/polyfills/__dist/Intl.NumberFormat.~locale.os/meta.json +1 -1
  2217. package/polyfills/__dist/Intl.NumberFormat.~locale.os-RU/meta.json +1 -1
  2218. package/polyfills/__dist/Intl.NumberFormat.~locale.pa/meta.json +1 -1
  2219. package/polyfills/__dist/Intl.NumberFormat.~locale.pa-Arab/meta.json +1 -1
  2220. package/polyfills/__dist/Intl.NumberFormat.~locale.pa-Guru/meta.json +1 -1
  2221. package/polyfills/__dist/Intl.NumberFormat.~locale.pcm/meta.json +1 -1
  2222. package/polyfills/__dist/Intl.NumberFormat.~locale.pl/meta.json +1 -1
  2223. package/polyfills/__dist/Intl.NumberFormat.~locale.ps/meta.json +1 -1
  2224. package/polyfills/__dist/Intl.NumberFormat.~locale.ps-PK/meta.json +1 -1
  2225. package/polyfills/__dist/Intl.NumberFormat.~locale.pt/meta.json +1 -1
  2226. package/polyfills/__dist/Intl.NumberFormat.~locale.pt-AO/meta.json +1 -1
  2227. package/polyfills/__dist/Intl.NumberFormat.~locale.pt-CH/meta.json +1 -1
  2228. package/polyfills/__dist/Intl.NumberFormat.~locale.pt-CV/meta.json +1 -1
  2229. package/polyfills/__dist/Intl.NumberFormat.~locale.pt-GQ/meta.json +1 -1
  2230. package/polyfills/__dist/Intl.NumberFormat.~locale.pt-GW/meta.json +1 -1
  2231. package/polyfills/__dist/Intl.NumberFormat.~locale.pt-LU/meta.json +1 -1
  2232. package/polyfills/__dist/Intl.NumberFormat.~locale.pt-MO/meta.json +1 -1
  2233. package/polyfills/__dist/Intl.NumberFormat.~locale.pt-MZ/meta.json +1 -1
  2234. package/polyfills/__dist/Intl.NumberFormat.~locale.pt-PT/meta.json +1 -1
  2235. package/polyfills/__dist/Intl.NumberFormat.~locale.pt-ST/meta.json +1 -1
  2236. package/polyfills/__dist/Intl.NumberFormat.~locale.pt-TL/meta.json +1 -1
  2237. package/polyfills/__dist/Intl.NumberFormat.~locale.qu/meta.json +1 -1
  2238. package/polyfills/__dist/Intl.NumberFormat.~locale.qu-BO/meta.json +1 -1
  2239. package/polyfills/__dist/Intl.NumberFormat.~locale.qu-EC/meta.json +1 -1
  2240. package/polyfills/__dist/Intl.NumberFormat.~locale.rm/meta.json +1 -1
  2241. package/polyfills/__dist/Intl.NumberFormat.~locale.rn/meta.json +1 -1
  2242. package/polyfills/__dist/Intl.NumberFormat.~locale.ro/meta.json +1 -1
  2243. package/polyfills/__dist/Intl.NumberFormat.~locale.ro-MD/meta.json +1 -1
  2244. package/polyfills/__dist/Intl.NumberFormat.~locale.rof/meta.json +1 -1
  2245. package/polyfills/__dist/Intl.NumberFormat.~locale.ru/meta.json +1 -1
  2246. package/polyfills/__dist/Intl.NumberFormat.~locale.ru-BY/meta.json +1 -1
  2247. package/polyfills/__dist/Intl.NumberFormat.~locale.ru-KG/meta.json +1 -1
  2248. package/polyfills/__dist/Intl.NumberFormat.~locale.ru-KZ/meta.json +1 -1
  2249. package/polyfills/__dist/Intl.NumberFormat.~locale.ru-MD/meta.json +1 -1
  2250. package/polyfills/__dist/Intl.NumberFormat.~locale.ru-UA/meta.json +1 -1
  2251. package/polyfills/__dist/Intl.NumberFormat.~locale.rw/meta.json +1 -1
  2252. package/polyfills/__dist/Intl.NumberFormat.~locale.rwk/meta.json +1 -1
  2253. package/polyfills/__dist/Intl.NumberFormat.~locale.sa/meta.json +1 -1
  2254. package/polyfills/__dist/Intl.NumberFormat.~locale.sah/meta.json +1 -1
  2255. package/polyfills/__dist/Intl.NumberFormat.~locale.saq/meta.json +1 -1
  2256. package/polyfills/__dist/Intl.NumberFormat.~locale.sat/meta.json +1 -1
  2257. package/polyfills/__dist/Intl.NumberFormat.~locale.sat-Olck/meta.json +1 -1
  2258. package/polyfills/__dist/Intl.NumberFormat.~locale.sbp/meta.json +1 -1
  2259. package/polyfills/__dist/Intl.NumberFormat.~locale.sd/meta.json +1 -1
  2260. package/polyfills/__dist/Intl.NumberFormat.~locale.sd-Arab/meta.json +1 -1
  2261. package/polyfills/__dist/Intl.NumberFormat.~locale.sd-Deva/meta.json +1 -1
  2262. package/polyfills/__dist/Intl.NumberFormat.~locale.se/meta.json +1 -1
  2263. package/polyfills/__dist/Intl.NumberFormat.~locale.se-FI/meta.json +1 -1
  2264. package/polyfills/__dist/Intl.NumberFormat.~locale.se-SE/meta.json +1 -1
  2265. package/polyfills/__dist/Intl.NumberFormat.~locale.seh/meta.json +1 -1
  2266. package/polyfills/__dist/Intl.NumberFormat.~locale.ses/meta.json +1 -1
  2267. package/polyfills/__dist/Intl.NumberFormat.~locale.sg/meta.json +1 -1
  2268. package/polyfills/__dist/Intl.NumberFormat.~locale.shi/meta.json +1 -1
  2269. package/polyfills/__dist/Intl.NumberFormat.~locale.shi-Latn/meta.json +1 -1
  2270. package/polyfills/__dist/Intl.NumberFormat.~locale.shi-Tfng/meta.json +1 -1
  2271. package/polyfills/__dist/Intl.NumberFormat.~locale.si/meta.json +1 -1
  2272. package/polyfills/__dist/Intl.NumberFormat.~locale.sk/meta.json +1 -1
  2273. package/polyfills/__dist/Intl.NumberFormat.~locale.sl/meta.json +1 -1
  2274. package/polyfills/__dist/Intl.NumberFormat.~locale.smn/meta.json +1 -1
  2275. package/polyfills/__dist/Intl.NumberFormat.~locale.sn/meta.json +1 -1
  2276. package/polyfills/__dist/Intl.NumberFormat.~locale.so/meta.json +1 -1
  2277. package/polyfills/__dist/Intl.NumberFormat.~locale.so-DJ/meta.json +1 -1
  2278. package/polyfills/__dist/Intl.NumberFormat.~locale.so-ET/meta.json +1 -1
  2279. package/polyfills/__dist/Intl.NumberFormat.~locale.so-KE/meta.json +1 -1
  2280. package/polyfills/__dist/Intl.NumberFormat.~locale.sq/meta.json +1 -1
  2281. package/polyfills/__dist/Intl.NumberFormat.~locale.sq-MK/meta.json +1 -1
  2282. package/polyfills/__dist/Intl.NumberFormat.~locale.sq-XK/meta.json +1 -1
  2283. package/polyfills/__dist/Intl.NumberFormat.~locale.sr/meta.json +1 -1
  2284. package/polyfills/__dist/Intl.NumberFormat.~locale.sr-Cyrl/meta.json +1 -1
  2285. package/polyfills/__dist/Intl.NumberFormat.~locale.sr-Cyrl-BA/meta.json +1 -1
  2286. package/polyfills/__dist/Intl.NumberFormat.~locale.sr-Cyrl-ME/meta.json +1 -1
  2287. package/polyfills/__dist/Intl.NumberFormat.~locale.sr-Cyrl-XK/meta.json +1 -1
  2288. package/polyfills/__dist/Intl.NumberFormat.~locale.sr-Latn/meta.json +1 -1
  2289. package/polyfills/__dist/Intl.NumberFormat.~locale.sr-Latn-BA/meta.json +1 -1
  2290. package/polyfills/__dist/Intl.NumberFormat.~locale.sr-Latn-ME/meta.json +1 -1
  2291. package/polyfills/__dist/Intl.NumberFormat.~locale.sr-Latn-XK/meta.json +1 -1
  2292. package/polyfills/__dist/Intl.NumberFormat.~locale.su/meta.json +1 -1
  2293. package/polyfills/__dist/Intl.NumberFormat.~locale.su-Latn/meta.json +1 -1
  2294. package/polyfills/__dist/Intl.NumberFormat.~locale.sv/meta.json +1 -1
  2295. package/polyfills/__dist/Intl.NumberFormat.~locale.sv-AX/meta.json +1 -1
  2296. package/polyfills/__dist/Intl.NumberFormat.~locale.sv-FI/meta.json +1 -1
  2297. package/polyfills/__dist/Intl.NumberFormat.~locale.sw/meta.json +1 -1
  2298. package/polyfills/__dist/Intl.NumberFormat.~locale.sw-CD/meta.json +1 -1
  2299. package/polyfills/__dist/Intl.NumberFormat.~locale.sw-KE/meta.json +1 -1
  2300. package/polyfills/__dist/Intl.NumberFormat.~locale.sw-UG/meta.json +1 -1
  2301. package/polyfills/__dist/Intl.NumberFormat.~locale.ta/meta.json +1 -1
  2302. package/polyfills/__dist/Intl.NumberFormat.~locale.ta-LK/meta.json +1 -1
  2303. package/polyfills/__dist/Intl.NumberFormat.~locale.ta-MY/meta.json +1 -1
  2304. package/polyfills/__dist/Intl.NumberFormat.~locale.ta-SG/meta.json +1 -1
  2305. package/polyfills/__dist/Intl.NumberFormat.~locale.te/meta.json +1 -1
  2306. package/polyfills/__dist/Intl.NumberFormat.~locale.teo/meta.json +1 -1
  2307. package/polyfills/__dist/Intl.NumberFormat.~locale.teo-KE/meta.json +1 -1
  2308. package/polyfills/__dist/Intl.NumberFormat.~locale.tg/meta.json +1 -1
  2309. package/polyfills/__dist/Intl.NumberFormat.~locale.th/meta.json +1 -1
  2310. package/polyfills/__dist/Intl.NumberFormat.~locale.ti/meta.json +1 -1
  2311. package/polyfills/__dist/Intl.NumberFormat.~locale.ti-ER/meta.json +1 -1
  2312. package/polyfills/__dist/Intl.NumberFormat.~locale.tk/meta.json +1 -1
  2313. package/polyfills/__dist/Intl.NumberFormat.~locale.to/meta.json +1 -1
  2314. package/polyfills/__dist/Intl.NumberFormat.~locale.tr/meta.json +1 -1
  2315. package/polyfills/__dist/Intl.NumberFormat.~locale.tr-CY/meta.json +1 -1
  2316. package/polyfills/__dist/Intl.NumberFormat.~locale.tt/meta.json +1 -1
  2317. package/polyfills/__dist/Intl.NumberFormat.~locale.twq/meta.json +1 -1
  2318. package/polyfills/__dist/Intl.NumberFormat.~locale.tzm/meta.json +1 -1
  2319. package/polyfills/__dist/Intl.NumberFormat.~locale.ug/meta.json +1 -1
  2320. package/polyfills/__dist/Intl.NumberFormat.~locale.uk/meta.json +1 -1
  2321. package/polyfills/__dist/Intl.NumberFormat.~locale.ur/meta.json +1 -1
  2322. package/polyfills/__dist/Intl.NumberFormat.~locale.ur-IN/meta.json +1 -1
  2323. package/polyfills/__dist/Intl.NumberFormat.~locale.uz/meta.json +1 -1
  2324. package/polyfills/__dist/Intl.NumberFormat.~locale.uz-Arab/meta.json +1 -1
  2325. package/polyfills/__dist/Intl.NumberFormat.~locale.uz-Cyrl/meta.json +1 -1
  2326. package/polyfills/__dist/Intl.NumberFormat.~locale.uz-Latn/meta.json +1 -1
  2327. package/polyfills/__dist/Intl.NumberFormat.~locale.vai/meta.json +1 -1
  2328. package/polyfills/__dist/Intl.NumberFormat.~locale.vai-Latn/meta.json +1 -1
  2329. package/polyfills/__dist/Intl.NumberFormat.~locale.vai-Vaii/meta.json +1 -1
  2330. package/polyfills/__dist/Intl.NumberFormat.~locale.vi/meta.json +1 -1
  2331. package/polyfills/__dist/Intl.NumberFormat.~locale.vun/meta.json +1 -1
  2332. package/polyfills/__dist/Intl.NumberFormat.~locale.wae/meta.json +1 -1
  2333. package/polyfills/__dist/Intl.NumberFormat.~locale.wo/meta.json +1 -1
  2334. package/polyfills/__dist/Intl.NumberFormat.~locale.xh/meta.json +1 -1
  2335. package/polyfills/__dist/Intl.NumberFormat.~locale.xog/meta.json +1 -1
  2336. package/polyfills/__dist/Intl.NumberFormat.~locale.yav/meta.json +1 -1
  2337. package/polyfills/__dist/Intl.NumberFormat.~locale.yi/meta.json +1 -1
  2338. package/polyfills/__dist/Intl.NumberFormat.~locale.yo/meta.json +1 -1
  2339. package/polyfills/__dist/Intl.NumberFormat.~locale.yo-BJ/meta.json +1 -1
  2340. package/polyfills/__dist/Intl.NumberFormat.~locale.yue/meta.json +1 -1
  2341. package/polyfills/__dist/Intl.NumberFormat.~locale.yue-Hans/meta.json +1 -1
  2342. package/polyfills/__dist/Intl.NumberFormat.~locale.yue-Hant/meta.json +1 -1
  2343. package/polyfills/__dist/Intl.NumberFormat.~locale.zgh/meta.json +1 -1
  2344. package/polyfills/__dist/Intl.NumberFormat.~locale.zh/meta.json +1 -1
  2345. package/polyfills/__dist/Intl.NumberFormat.~locale.zh-Hans/meta.json +1 -1
  2346. package/polyfills/__dist/Intl.NumberFormat.~locale.zh-Hans-HK/meta.json +1 -1
  2347. package/polyfills/__dist/Intl.NumberFormat.~locale.zh-Hans-MO/meta.json +1 -1
  2348. package/polyfills/__dist/Intl.NumberFormat.~locale.zh-Hans-SG/meta.json +1 -1
  2349. package/polyfills/__dist/Intl.NumberFormat.~locale.zh-Hant/meta.json +1 -1
  2350. package/polyfills/__dist/Intl.NumberFormat.~locale.zh-Hant-HK/meta.json +1 -1
  2351. package/polyfills/__dist/Intl.NumberFormat.~locale.zh-Hant-MO/meta.json +1 -1
  2352. package/polyfills/__dist/Intl.NumberFormat.~locale.zu/meta.json +1 -1
  2353. package/polyfills/__dist/Intl.PluralRules/meta.json +1 -1
  2354. package/polyfills/__dist/Intl.PluralRules.~locale.af/meta.json +1 -1
  2355. package/polyfills/__dist/Intl.PluralRules.~locale.ak/meta.json +1 -1
  2356. package/polyfills/__dist/Intl.PluralRules.~locale.am/meta.json +1 -1
  2357. package/polyfills/__dist/Intl.PluralRules.~locale.an/meta.json +1 -1
  2358. package/polyfills/__dist/Intl.PluralRules.~locale.ar/meta.json +1 -1
  2359. package/polyfills/__dist/Intl.PluralRules.~locale.ars/meta.json +1 -1
  2360. package/polyfills/__dist/Intl.PluralRules.~locale.as/meta.json +1 -1
  2361. package/polyfills/__dist/Intl.PluralRules.~locale.asa/meta.json +1 -1
  2362. package/polyfills/__dist/Intl.PluralRules.~locale.ast/meta.json +1 -1
  2363. package/polyfills/__dist/Intl.PluralRules.~locale.az/meta.json +1 -1
  2364. package/polyfills/__dist/Intl.PluralRules.~locale.be/meta.json +1 -1
  2365. package/polyfills/__dist/Intl.PluralRules.~locale.bem/meta.json +1 -1
  2366. package/polyfills/__dist/Intl.PluralRules.~locale.bez/meta.json +1 -1
  2367. package/polyfills/__dist/Intl.PluralRules.~locale.bg/meta.json +1 -1
  2368. package/polyfills/__dist/Intl.PluralRules.~locale.bho/meta.json +1 -1
  2369. package/polyfills/__dist/Intl.PluralRules.~locale.bm/meta.json +1 -1
  2370. package/polyfills/__dist/Intl.PluralRules.~locale.bn/meta.json +1 -1
  2371. package/polyfills/__dist/Intl.PluralRules.~locale.bo/meta.json +1 -1
  2372. package/polyfills/__dist/Intl.PluralRules.~locale.br/meta.json +1 -1
  2373. package/polyfills/__dist/Intl.PluralRules.~locale.brx/meta.json +1 -1
  2374. package/polyfills/__dist/Intl.PluralRules.~locale.bs/meta.json +1 -1
  2375. package/polyfills/__dist/Intl.PluralRules.~locale.ca/meta.json +1 -1
  2376. package/polyfills/__dist/Intl.PluralRules.~locale.ce/meta.json +1 -1
  2377. package/polyfills/__dist/Intl.PluralRules.~locale.ceb/meta.json +1 -1
  2378. package/polyfills/__dist/Intl.PluralRules.~locale.cgg/meta.json +1 -1
  2379. package/polyfills/__dist/Intl.PluralRules.~locale.chr/meta.json +1 -1
  2380. package/polyfills/__dist/Intl.PluralRules.~locale.ckb/meta.json +1 -1
  2381. package/polyfills/__dist/Intl.PluralRules.~locale.cs/meta.json +1 -1
  2382. package/polyfills/__dist/Intl.PluralRules.~locale.cy/meta.json +1 -1
  2383. package/polyfills/__dist/Intl.PluralRules.~locale.da/meta.json +1 -1
  2384. package/polyfills/__dist/Intl.PluralRules.~locale.de/meta.json +1 -1
  2385. package/polyfills/__dist/Intl.PluralRules.~locale.doi/meta.json +1 -1
  2386. package/polyfills/__dist/Intl.PluralRules.~locale.dsb/meta.json +1 -1
  2387. package/polyfills/__dist/Intl.PluralRules.~locale.dv/meta.json +1 -1
  2388. package/polyfills/__dist/Intl.PluralRules.~locale.dz/meta.json +1 -1
  2389. package/polyfills/__dist/Intl.PluralRules.~locale.ee/meta.json +1 -1
  2390. package/polyfills/__dist/Intl.PluralRules.~locale.el/meta.json +1 -1
  2391. package/polyfills/__dist/Intl.PluralRules.~locale.en/meta.json +1 -1
  2392. package/polyfills/__dist/Intl.PluralRules.~locale.eo/meta.json +1 -1
  2393. package/polyfills/__dist/Intl.PluralRules.~locale.es/meta.json +1 -1
  2394. package/polyfills/__dist/Intl.PluralRules.~locale.et/meta.json +1 -1
  2395. package/polyfills/__dist/Intl.PluralRules.~locale.eu/meta.json +1 -1
  2396. package/polyfills/__dist/Intl.PluralRules.~locale.fa/meta.json +1 -1
  2397. package/polyfills/__dist/Intl.PluralRules.~locale.ff/meta.json +1 -1
  2398. package/polyfills/__dist/Intl.PluralRules.~locale.fi/meta.json +1 -1
  2399. package/polyfills/__dist/Intl.PluralRules.~locale.fil/meta.json +1 -1
  2400. package/polyfills/__dist/Intl.PluralRules.~locale.fo/meta.json +1 -1
  2401. package/polyfills/__dist/Intl.PluralRules.~locale.fr/meta.json +1 -1
  2402. package/polyfills/__dist/Intl.PluralRules.~locale.fur/meta.json +1 -1
  2403. package/polyfills/__dist/Intl.PluralRules.~locale.fy/meta.json +1 -1
  2404. package/polyfills/__dist/Intl.PluralRules.~locale.ga/meta.json +1 -1
  2405. package/polyfills/__dist/Intl.PluralRules.~locale.gd/meta.json +1 -1
  2406. package/polyfills/__dist/Intl.PluralRules.~locale.gl/meta.json +1 -1
  2407. package/polyfills/__dist/Intl.PluralRules.~locale.gsw/meta.json +1 -1
  2408. package/polyfills/__dist/Intl.PluralRules.~locale.gu/meta.json +1 -1
  2409. package/polyfills/__dist/Intl.PluralRules.~locale.guw/meta.json +1 -1
  2410. package/polyfills/__dist/Intl.PluralRules.~locale.gv/meta.json +1 -1
  2411. package/polyfills/__dist/Intl.PluralRules.~locale.ha/meta.json +1 -1
  2412. package/polyfills/__dist/Intl.PluralRules.~locale.haw/meta.json +1 -1
  2413. package/polyfills/__dist/Intl.PluralRules.~locale.he/meta.json +1 -1
  2414. package/polyfills/__dist/Intl.PluralRules.~locale.hi/meta.json +1 -1
  2415. package/polyfills/__dist/Intl.PluralRules.~locale.hr/meta.json +1 -1
  2416. package/polyfills/__dist/Intl.PluralRules.~locale.hsb/meta.json +1 -1
  2417. package/polyfills/__dist/Intl.PluralRules.~locale.hu/meta.json +1 -1
  2418. package/polyfills/__dist/Intl.PluralRules.~locale.hy/meta.json +1 -1
  2419. package/polyfills/__dist/Intl.PluralRules.~locale.ia/meta.json +1 -1
  2420. package/polyfills/__dist/Intl.PluralRules.~locale.id/meta.json +1 -1
  2421. package/polyfills/__dist/Intl.PluralRules.~locale.ig/meta.json +1 -1
  2422. package/polyfills/__dist/Intl.PluralRules.~locale.ii/meta.json +1 -1
  2423. package/polyfills/__dist/Intl.PluralRules.~locale.in/meta.json +1 -1
  2424. package/polyfills/__dist/Intl.PluralRules.~locale.io/meta.json +1 -1
  2425. package/polyfills/__dist/Intl.PluralRules.~locale.is/meta.json +1 -1
  2426. package/polyfills/__dist/Intl.PluralRules.~locale.it/meta.json +1 -1
  2427. package/polyfills/__dist/Intl.PluralRules.~locale.iu/meta.json +1 -1
  2428. package/polyfills/__dist/Intl.PluralRules.~locale.iw/meta.json +1 -1
  2429. package/polyfills/__dist/Intl.PluralRules.~locale.ja/meta.json +1 -1
  2430. package/polyfills/__dist/Intl.PluralRules.~locale.jbo/meta.json +1 -1
  2431. package/polyfills/__dist/Intl.PluralRules.~locale.jgo/meta.json +1 -1
  2432. package/polyfills/__dist/Intl.PluralRules.~locale.ji/meta.json +1 -1
  2433. package/polyfills/__dist/Intl.PluralRules.~locale.jmc/meta.json +1 -1
  2434. package/polyfills/__dist/Intl.PluralRules.~locale.jv/meta.json +1 -1
  2435. package/polyfills/__dist/Intl.PluralRules.~locale.jw/meta.json +1 -1
  2436. package/polyfills/__dist/Intl.PluralRules.~locale.ka/meta.json +1 -1
  2437. package/polyfills/__dist/Intl.PluralRules.~locale.kab/meta.json +1 -1
  2438. package/polyfills/__dist/Intl.PluralRules.~locale.kaj/meta.json +1 -1
  2439. package/polyfills/__dist/Intl.PluralRules.~locale.kcg/meta.json +1 -1
  2440. package/polyfills/__dist/Intl.PluralRules.~locale.kde/meta.json +1 -1
  2441. package/polyfills/__dist/Intl.PluralRules.~locale.kea/meta.json +1 -1
  2442. package/polyfills/__dist/Intl.PluralRules.~locale.kk/meta.json +1 -1
  2443. package/polyfills/__dist/Intl.PluralRules.~locale.kkj/meta.json +1 -1
  2444. package/polyfills/__dist/Intl.PluralRules.~locale.kl/meta.json +1 -1
  2445. package/polyfills/__dist/Intl.PluralRules.~locale.km/meta.json +1 -1
  2446. package/polyfills/__dist/Intl.PluralRules.~locale.kn/meta.json +1 -1
  2447. package/polyfills/__dist/Intl.PluralRules.~locale.ko/meta.json +1 -1
  2448. package/polyfills/__dist/Intl.PluralRules.~locale.ks/meta.json +1 -1
  2449. package/polyfills/__dist/Intl.PluralRules.~locale.ksb/meta.json +1 -1
  2450. package/polyfills/__dist/Intl.PluralRules.~locale.ksh/meta.json +1 -1
  2451. package/polyfills/__dist/Intl.PluralRules.~locale.ku/meta.json +1 -1
  2452. package/polyfills/__dist/Intl.PluralRules.~locale.kw/meta.json +1 -1
  2453. package/polyfills/__dist/Intl.PluralRules.~locale.ky/meta.json +1 -1
  2454. package/polyfills/__dist/Intl.PluralRules.~locale.lag/meta.json +1 -1
  2455. package/polyfills/__dist/Intl.PluralRules.~locale.lb/meta.json +1 -1
  2456. package/polyfills/__dist/Intl.PluralRules.~locale.lg/meta.json +1 -1
  2457. package/polyfills/__dist/Intl.PluralRules.~locale.lij/meta.json +1 -1
  2458. package/polyfills/__dist/Intl.PluralRules.~locale.lkt/meta.json +1 -1
  2459. package/polyfills/__dist/Intl.PluralRules.~locale.ln/meta.json +1 -1
  2460. package/polyfills/__dist/Intl.PluralRules.~locale.lo/meta.json +1 -1
  2461. package/polyfills/__dist/Intl.PluralRules.~locale.lt/meta.json +1 -1
  2462. package/polyfills/__dist/Intl.PluralRules.~locale.lv/meta.json +1 -1
  2463. package/polyfills/__dist/Intl.PluralRules.~locale.mas/meta.json +1 -1
  2464. package/polyfills/__dist/Intl.PluralRules.~locale.mg/meta.json +1 -1
  2465. package/polyfills/__dist/Intl.PluralRules.~locale.mgo/meta.json +1 -1
  2466. package/polyfills/__dist/Intl.PluralRules.~locale.mk/meta.json +1 -1
  2467. package/polyfills/__dist/Intl.PluralRules.~locale.ml/meta.json +1 -1
  2468. package/polyfills/__dist/Intl.PluralRules.~locale.mn/meta.json +1 -1
  2469. package/polyfills/__dist/Intl.PluralRules.~locale.mo/meta.json +1 -1
  2470. package/polyfills/__dist/Intl.PluralRules.~locale.mr/meta.json +1 -1
  2471. package/polyfills/__dist/Intl.PluralRules.~locale.ms/meta.json +1 -1
  2472. package/polyfills/__dist/Intl.PluralRules.~locale.mt/meta.json +1 -1
  2473. package/polyfills/__dist/Intl.PluralRules.~locale.my/meta.json +1 -1
  2474. package/polyfills/__dist/Intl.PluralRules.~locale.nah/meta.json +1 -1
  2475. package/polyfills/__dist/Intl.PluralRules.~locale.naq/meta.json +1 -1
  2476. package/polyfills/__dist/Intl.PluralRules.~locale.nb/meta.json +1 -1
  2477. package/polyfills/__dist/Intl.PluralRules.~locale.nd/meta.json +1 -1
  2478. package/polyfills/__dist/Intl.PluralRules.~locale.ne/meta.json +1 -1
  2479. package/polyfills/__dist/Intl.PluralRules.~locale.nl/meta.json +1 -1
  2480. package/polyfills/__dist/Intl.PluralRules.~locale.nn/meta.json +1 -1
  2481. package/polyfills/__dist/Intl.PluralRules.~locale.nnh/meta.json +1 -1
  2482. package/polyfills/__dist/Intl.PluralRules.~locale.no/meta.json +1 -1
  2483. package/polyfills/__dist/Intl.PluralRules.~locale.nqo/meta.json +1 -1
  2484. package/polyfills/__dist/Intl.PluralRules.~locale.nr/meta.json +1 -1
  2485. package/polyfills/__dist/Intl.PluralRules.~locale.nso/meta.json +1 -1
  2486. package/polyfills/__dist/Intl.PluralRules.~locale.ny/meta.json +1 -1
  2487. package/polyfills/__dist/Intl.PluralRules.~locale.nyn/meta.json +1 -1
  2488. package/polyfills/__dist/Intl.PluralRules.~locale.om/meta.json +1 -1
  2489. package/polyfills/__dist/Intl.PluralRules.~locale.or/meta.json +1 -1
  2490. package/polyfills/__dist/Intl.PluralRules.~locale.os/meta.json +1 -1
  2491. package/polyfills/__dist/Intl.PluralRules.~locale.osa/meta.json +1 -1
  2492. package/polyfills/__dist/Intl.PluralRules.~locale.pa/meta.json +1 -1
  2493. package/polyfills/__dist/Intl.PluralRules.~locale.pap/meta.json +1 -1
  2494. package/polyfills/__dist/Intl.PluralRules.~locale.pcm/meta.json +1 -1
  2495. package/polyfills/__dist/Intl.PluralRules.~locale.pl/meta.json +1 -1
  2496. package/polyfills/__dist/Intl.PluralRules.~locale.prg/meta.json +1 -1
  2497. package/polyfills/__dist/Intl.PluralRules.~locale.ps/meta.json +1 -1
  2498. package/polyfills/__dist/Intl.PluralRules.~locale.pt/meta.json +1 -1
  2499. package/polyfills/__dist/Intl.PluralRules.~locale.pt-PT/meta.json +1 -1
  2500. package/polyfills/__dist/Intl.PluralRules.~locale.rm/meta.json +1 -1
  2501. package/polyfills/__dist/Intl.PluralRules.~locale.ro/meta.json +1 -1
  2502. package/polyfills/__dist/Intl.PluralRules.~locale.rof/meta.json +1 -1
  2503. package/polyfills/__dist/Intl.PluralRules.~locale.ru/meta.json +1 -1
  2504. package/polyfills/__dist/Intl.PluralRules.~locale.rwk/meta.json +1 -1
  2505. package/polyfills/__dist/Intl.PluralRules.~locale.sah/meta.json +1 -1
  2506. package/polyfills/__dist/Intl.PluralRules.~locale.saq/meta.json +1 -1
  2507. package/polyfills/__dist/Intl.PluralRules.~locale.sat/meta.json +1 -1
  2508. package/polyfills/__dist/Intl.PluralRules.~locale.sc/meta.json +1 -1
  2509. package/polyfills/__dist/Intl.PluralRules.~locale.scn/meta.json +1 -1
  2510. package/polyfills/__dist/Intl.PluralRules.~locale.sd/meta.json +1 -1
  2511. package/polyfills/__dist/Intl.PluralRules.~locale.sdh/meta.json +1 -1
  2512. package/polyfills/__dist/Intl.PluralRules.~locale.se/meta.json +1 -1
  2513. package/polyfills/__dist/Intl.PluralRules.~locale.seh/meta.json +1 -1
  2514. package/polyfills/__dist/Intl.PluralRules.~locale.ses/meta.json +1 -1
  2515. package/polyfills/__dist/Intl.PluralRules.~locale.sg/meta.json +1 -1
  2516. package/polyfills/__dist/Intl.PluralRules.~locale.sh/meta.json +1 -1
  2517. package/polyfills/__dist/Intl.PluralRules.~locale.shi/meta.json +1 -1
  2518. package/polyfills/__dist/Intl.PluralRules.~locale.si/meta.json +1 -1
  2519. package/polyfills/__dist/Intl.PluralRules.~locale.sk/meta.json +1 -1
  2520. package/polyfills/__dist/Intl.PluralRules.~locale.sl/meta.json +1 -1
  2521. package/polyfills/__dist/Intl.PluralRules.~locale.sma/meta.json +1 -1
  2522. package/polyfills/__dist/Intl.PluralRules.~locale.smi/meta.json +1 -1
  2523. package/polyfills/__dist/Intl.PluralRules.~locale.smj/meta.json +1 -1
  2524. package/polyfills/__dist/Intl.PluralRules.~locale.smn/meta.json +1 -1
  2525. package/polyfills/__dist/Intl.PluralRules.~locale.sms/meta.json +1 -1
  2526. package/polyfills/__dist/Intl.PluralRules.~locale.sn/meta.json +1 -1
  2527. package/polyfills/__dist/Intl.PluralRules.~locale.so/meta.json +1 -1
  2528. package/polyfills/__dist/Intl.PluralRules.~locale.sq/meta.json +1 -1
  2529. package/polyfills/__dist/Intl.PluralRules.~locale.sr/meta.json +1 -1
  2530. package/polyfills/__dist/Intl.PluralRules.~locale.ss/meta.json +1 -1
  2531. package/polyfills/__dist/Intl.PluralRules.~locale.ssy/meta.json +1 -1
  2532. package/polyfills/__dist/Intl.PluralRules.~locale.st/meta.json +1 -1
  2533. package/polyfills/__dist/Intl.PluralRules.~locale.su/meta.json +1 -1
  2534. package/polyfills/__dist/Intl.PluralRules.~locale.sv/meta.json +1 -1
  2535. package/polyfills/__dist/Intl.PluralRules.~locale.sw/meta.json +1 -1
  2536. package/polyfills/__dist/Intl.PluralRules.~locale.syr/meta.json +1 -1
  2537. package/polyfills/__dist/Intl.PluralRules.~locale.ta/meta.json +1 -1
  2538. package/polyfills/__dist/Intl.PluralRules.~locale.te/meta.json +1 -1
  2539. package/polyfills/__dist/Intl.PluralRules.~locale.teo/meta.json +1 -1
  2540. package/polyfills/__dist/Intl.PluralRules.~locale.th/meta.json +1 -1
  2541. package/polyfills/__dist/Intl.PluralRules.~locale.ti/meta.json +1 -1
  2542. package/polyfills/__dist/Intl.PluralRules.~locale.tig/meta.json +1 -1
  2543. package/polyfills/__dist/Intl.PluralRules.~locale.tk/meta.json +1 -1
  2544. package/polyfills/__dist/Intl.PluralRules.~locale.tl/meta.json +1 -1
  2545. package/polyfills/__dist/Intl.PluralRules.~locale.tn/meta.json +1 -1
  2546. package/polyfills/__dist/Intl.PluralRules.~locale.to/meta.json +1 -1
  2547. package/polyfills/__dist/Intl.PluralRules.~locale.tr/meta.json +1 -1
  2548. package/polyfills/__dist/Intl.PluralRules.~locale.ts/meta.json +1 -1
  2549. package/polyfills/__dist/Intl.PluralRules.~locale.tzm/meta.json +1 -1
  2550. package/polyfills/__dist/Intl.PluralRules.~locale.ug/meta.json +1 -1
  2551. package/polyfills/__dist/Intl.PluralRules.~locale.uk/meta.json +1 -1
  2552. package/polyfills/__dist/Intl.PluralRules.~locale.ur/meta.json +1 -1
  2553. package/polyfills/__dist/Intl.PluralRules.~locale.uz/meta.json +1 -1
  2554. package/polyfills/__dist/Intl.PluralRules.~locale.ve/meta.json +1 -1
  2555. package/polyfills/__dist/Intl.PluralRules.~locale.vi/meta.json +1 -1
  2556. package/polyfills/__dist/Intl.PluralRules.~locale.vo/meta.json +1 -1
  2557. package/polyfills/__dist/Intl.PluralRules.~locale.vun/meta.json +1 -1
  2558. package/polyfills/__dist/Intl.PluralRules.~locale.wa/meta.json +1 -1
  2559. package/polyfills/__dist/Intl.PluralRules.~locale.wae/meta.json +1 -1
  2560. package/polyfills/__dist/Intl.PluralRules.~locale.wo/meta.json +1 -1
  2561. package/polyfills/__dist/Intl.PluralRules.~locale.xh/meta.json +1 -1
  2562. package/polyfills/__dist/Intl.PluralRules.~locale.xog/meta.json +1 -1
  2563. package/polyfills/__dist/Intl.PluralRules.~locale.yi/meta.json +1 -1
  2564. package/polyfills/__dist/Intl.PluralRules.~locale.yo/meta.json +1 -1
  2565. package/polyfills/__dist/Intl.PluralRules.~locale.yue/meta.json +1 -1
  2566. package/polyfills/__dist/Intl.PluralRules.~locale.zh/meta.json +1 -1
  2567. package/polyfills/__dist/Intl.PluralRules.~locale.zu/meta.json +1 -1
  2568. package/polyfills/__dist/Intl.RelativeTimeFormat/meta.json +1 -1
  2569. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.af/meta.json +1 -1
  2570. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.af-NA/meta.json +1 -1
  2571. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.agq/meta.json +1 -1
  2572. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ak/meta.json +1 -1
  2573. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.am/meta.json +1 -1
  2574. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar/meta.json +1 -1
  2575. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-AE/meta.json +1 -1
  2576. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-BH/meta.json +1 -1
  2577. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-DJ/meta.json +1 -1
  2578. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-DZ/meta.json +1 -1
  2579. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-EG/meta.json +1 -1
  2580. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-EH/meta.json +1 -1
  2581. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-ER/meta.json +1 -1
  2582. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-IL/meta.json +1 -1
  2583. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-IQ/meta.json +1 -1
  2584. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-JO/meta.json +1 -1
  2585. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-KM/meta.json +1 -1
  2586. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-KW/meta.json +1 -1
  2587. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-LB/meta.json +1 -1
  2588. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-LY/meta.json +1 -1
  2589. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-MA/meta.json +1 -1
  2590. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-MR/meta.json +1 -1
  2591. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-OM/meta.json +1 -1
  2592. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-PS/meta.json +1 -1
  2593. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-QA/meta.json +1 -1
  2594. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-SA/meta.json +1 -1
  2595. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-SD/meta.json +1 -1
  2596. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-SO/meta.json +1 -1
  2597. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-SS/meta.json +1 -1
  2598. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-SY/meta.json +1 -1
  2599. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-TD/meta.json +1 -1
  2600. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-TN/meta.json +1 -1
  2601. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ar-YE/meta.json +1 -1
  2602. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.as/meta.json +1 -1
  2603. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.asa/meta.json +1 -1
  2604. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ast/meta.json +1 -1
  2605. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.az/meta.json +1 -1
  2606. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.az-Cyrl/meta.json +1 -1
  2607. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.az-Latn/meta.json +1 -1
  2608. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.bas/meta.json +1 -1
  2609. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.be/meta.json +1 -1
  2610. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.bem/meta.json +1 -1
  2611. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.bez/meta.json +1 -1
  2612. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.bg/meta.json +1 -1
  2613. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.bm/meta.json +1 -1
  2614. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.bn/meta.json +1 -1
  2615. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.bn-IN/meta.json +1 -1
  2616. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.bo/meta.json +1 -1
  2617. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.bo-IN/meta.json +1 -1
  2618. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.br/meta.json +1 -1
  2619. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.brx/meta.json +1 -1
  2620. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.bs/meta.json +1 -1
  2621. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.bs-Cyrl/meta.json +1 -1
  2622. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.bs-Latn/meta.json +1 -1
  2623. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ca/meta.json +1 -1
  2624. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ca-AD/meta.json +1 -1
  2625. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ca-ES-VALENCIA/meta.json +1 -1
  2626. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ca-FR/meta.json +1 -1
  2627. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ca-IT/meta.json +1 -1
  2628. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ccp/meta.json +1 -1
  2629. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ccp-IN/meta.json +1 -1
  2630. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ce/meta.json +1 -1
  2631. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ceb/meta.json +1 -1
  2632. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.cgg/meta.json +1 -1
  2633. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.chr/meta.json +1 -1
  2634. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ckb/meta.json +1 -1
  2635. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ckb-IR/meta.json +1 -1
  2636. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.cs/meta.json +1 -1
  2637. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.cy/meta.json +1 -1
  2638. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.da/meta.json +1 -1
  2639. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.da-GL/meta.json +1 -1
  2640. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.dav/meta.json +1 -1
  2641. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.de/meta.json +1 -1
  2642. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.de-AT/meta.json +1 -1
  2643. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.de-BE/meta.json +1 -1
  2644. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.de-CH/meta.json +1 -1
  2645. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.de-IT/meta.json +1 -1
  2646. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.de-LI/meta.json +1 -1
  2647. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.de-LU/meta.json +1 -1
  2648. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.dje/meta.json +1 -1
  2649. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.doi/meta.json +1 -1
  2650. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.dsb/meta.json +1 -1
  2651. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.dua/meta.json +1 -1
  2652. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.dyo/meta.json +1 -1
  2653. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.dz/meta.json +1 -1
  2654. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ebu/meta.json +1 -1
  2655. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ee/meta.json +1 -1
  2656. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ee-TG/meta.json +1 -1
  2657. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.el/meta.json +1 -1
  2658. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.el-CY/meta.json +1 -1
  2659. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en/meta.json +1 -1
  2660. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-001/meta.json +1 -1
  2661. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-150/meta.json +1 -1
  2662. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-AE/meta.json +1 -1
  2663. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-AG/meta.json +1 -1
  2664. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-AI/meta.json +1 -1
  2665. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-AS/meta.json +1 -1
  2666. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-AT/meta.json +1 -1
  2667. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-AU/meta.json +1 -1
  2668. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-BB/meta.json +1 -1
  2669. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-BE/meta.json +1 -1
  2670. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-BI/meta.json +1 -1
  2671. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-BM/meta.json +1 -1
  2672. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-BS/meta.json +1 -1
  2673. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-BW/meta.json +1 -1
  2674. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-BZ/meta.json +1 -1
  2675. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-CA/meta.json +1 -1
  2676. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-CC/meta.json +1 -1
  2677. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-CH/meta.json +1 -1
  2678. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-CK/meta.json +1 -1
  2679. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-CM/meta.json +1 -1
  2680. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-CX/meta.json +1 -1
  2681. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-CY/meta.json +1 -1
  2682. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-DE/meta.json +1 -1
  2683. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-DG/meta.json +1 -1
  2684. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-DK/meta.json +1 -1
  2685. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-DM/meta.json +1 -1
  2686. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-ER/meta.json +1 -1
  2687. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-FI/meta.json +1 -1
  2688. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-FJ/meta.json +1 -1
  2689. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-FK/meta.json +1 -1
  2690. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-FM/meta.json +1 -1
  2691. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-GB/meta.json +1 -1
  2692. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-GD/meta.json +1 -1
  2693. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-GG/meta.json +1 -1
  2694. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-GH/meta.json +1 -1
  2695. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-GI/meta.json +1 -1
  2696. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-GM/meta.json +1 -1
  2697. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-GU/meta.json +1 -1
  2698. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-GY/meta.json +1 -1
  2699. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-HK/meta.json +1 -1
  2700. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-IE/meta.json +1 -1
  2701. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-IL/meta.json +1 -1
  2702. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-IM/meta.json +1 -1
  2703. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-IN/meta.json +1 -1
  2704. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-IO/meta.json +1 -1
  2705. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-JE/meta.json +1 -1
  2706. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-JM/meta.json +1 -1
  2707. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-KE/meta.json +1 -1
  2708. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-KI/meta.json +1 -1
  2709. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-KN/meta.json +1 -1
  2710. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-KY/meta.json +1 -1
  2711. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-LC/meta.json +1 -1
  2712. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-LR/meta.json +1 -1
  2713. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-LS/meta.json +1 -1
  2714. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-MG/meta.json +1 -1
  2715. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-MH/meta.json +1 -1
  2716. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-MO/meta.json +1 -1
  2717. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-MP/meta.json +1 -1
  2718. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-MS/meta.json +1 -1
  2719. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-MT/meta.json +1 -1
  2720. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-MU/meta.json +1 -1
  2721. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-MW/meta.json +1 -1
  2722. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-MY/meta.json +1 -1
  2723. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-NA/meta.json +1 -1
  2724. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-NF/meta.json +1 -1
  2725. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-NG/meta.json +1 -1
  2726. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-NL/meta.json +1 -1
  2727. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-NR/meta.json +1 -1
  2728. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-NU/meta.json +1 -1
  2729. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-NZ/meta.json +1 -1
  2730. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-PG/meta.json +1 -1
  2731. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-PH/meta.json +1 -1
  2732. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-PK/meta.json +1 -1
  2733. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-PN/meta.json +1 -1
  2734. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-PR/meta.json +1 -1
  2735. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-PW/meta.json +1 -1
  2736. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-RW/meta.json +1 -1
  2737. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-SB/meta.json +1 -1
  2738. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-SC/meta.json +1 -1
  2739. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-SD/meta.json +1 -1
  2740. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-SE/meta.json +1 -1
  2741. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-SG/meta.json +1 -1
  2742. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-SH/meta.json +1 -1
  2743. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-SI/meta.json +1 -1
  2744. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-SL/meta.json +1 -1
  2745. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-SS/meta.json +1 -1
  2746. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-SX/meta.json +1 -1
  2747. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-SZ/meta.json +1 -1
  2748. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-TC/meta.json +1 -1
  2749. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-TK/meta.json +1 -1
  2750. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-TO/meta.json +1 -1
  2751. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-TT/meta.json +1 -1
  2752. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-TV/meta.json +1 -1
  2753. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-TZ/meta.json +1 -1
  2754. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-UG/meta.json +1 -1
  2755. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-UM/meta.json +1 -1
  2756. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-US-POSIX/meta.json +1 -1
  2757. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-VC/meta.json +1 -1
  2758. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-VG/meta.json +1 -1
  2759. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-VI/meta.json +1 -1
  2760. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-VU/meta.json +1 -1
  2761. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-WS/meta.json +1 -1
  2762. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-ZA/meta.json +1 -1
  2763. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-ZM/meta.json +1 -1
  2764. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-ZW/meta.json +1 -1
  2765. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.eo/meta.json +1 -1
  2766. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es/meta.json +1 -1
  2767. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-419/meta.json +1 -1
  2768. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-AR/meta.json +1 -1
  2769. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-BO/meta.json +1 -1
  2770. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-BR/meta.json +1 -1
  2771. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-BZ/meta.json +1 -1
  2772. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-CL/meta.json +1 -1
  2773. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-CO/meta.json +1 -1
  2774. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-CR/meta.json +1 -1
  2775. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-CU/meta.json +1 -1
  2776. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-DO/meta.json +1 -1
  2777. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-EA/meta.json +1 -1
  2778. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-EC/meta.json +1 -1
  2779. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-GQ/meta.json +1 -1
  2780. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-GT/meta.json +1 -1
  2781. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-HN/meta.json +1 -1
  2782. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-IC/meta.json +1 -1
  2783. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-MX/meta.json +1 -1
  2784. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-NI/meta.json +1 -1
  2785. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-PA/meta.json +1 -1
  2786. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-PE/meta.json +1 -1
  2787. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-PH/meta.json +1 -1
  2788. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-PR/meta.json +1 -1
  2789. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-PY/meta.json +1 -1
  2790. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-SV/meta.json +1 -1
  2791. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-US/meta.json +1 -1
  2792. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-UY/meta.json +1 -1
  2793. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.es-VE/meta.json +1 -1
  2794. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.et/meta.json +1 -1
  2795. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.eu/meta.json +1 -1
  2796. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ewo/meta.json +1 -1
  2797. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fa/meta.json +1 -1
  2798. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fa-AF/meta.json +1 -1
  2799. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ff/meta.json +1 -1
  2800. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ff-Adlm/meta.json +1 -1
  2801. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ff-Adlm-BF/meta.json +1 -1
  2802. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ff-Adlm-CM/meta.json +1 -1
  2803. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ff-Adlm-GH/meta.json +1 -1
  2804. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ff-Adlm-GM/meta.json +1 -1
  2805. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ff-Adlm-GW/meta.json +1 -1
  2806. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ff-Adlm-LR/meta.json +1 -1
  2807. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ff-Adlm-MR/meta.json +1 -1
  2808. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ff-Adlm-NE/meta.json +1 -1
  2809. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ff-Adlm-NG/meta.json +1 -1
  2810. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ff-Adlm-SL/meta.json +1 -1
  2811. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ff-Adlm-SN/meta.json +1 -1
  2812. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ff-Latn/meta.json +1 -1
  2813. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ff-Latn-BF/meta.json +1 -1
  2814. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ff-Latn-CM/meta.json +1 -1
  2815. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ff-Latn-GH/meta.json +1 -1
  2816. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ff-Latn-GM/meta.json +1 -1
  2817. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ff-Latn-GN/meta.json +1 -1
  2818. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ff-Latn-GW/meta.json +1 -1
  2819. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ff-Latn-LR/meta.json +1 -1
  2820. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ff-Latn-MR/meta.json +1 -1
  2821. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ff-Latn-NE/meta.json +1 -1
  2822. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ff-Latn-NG/meta.json +1 -1
  2823. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ff-Latn-SL/meta.json +1 -1
  2824. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fi/meta.json +1 -1
  2825. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fil/meta.json +1 -1
  2826. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fo/meta.json +1 -1
  2827. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fo-DK/meta.json +1 -1
  2828. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr/meta.json +1 -1
  2829. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-BE/meta.json +1 -1
  2830. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-BF/meta.json +1 -1
  2831. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-BI/meta.json +1 -1
  2832. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-BJ/meta.json +1 -1
  2833. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-BL/meta.json +1 -1
  2834. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-CA/meta.json +1 -1
  2835. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-CD/meta.json +1 -1
  2836. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-CF/meta.json +1 -1
  2837. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-CG/meta.json +1 -1
  2838. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-CH/meta.json +1 -1
  2839. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-CI/meta.json +1 -1
  2840. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-CM/meta.json +1 -1
  2841. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-DJ/meta.json +1 -1
  2842. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-DZ/meta.json +1 -1
  2843. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-GA/meta.json +1 -1
  2844. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-GF/meta.json +1 -1
  2845. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-GN/meta.json +1 -1
  2846. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-GP/meta.json +1 -1
  2847. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-GQ/meta.json +1 -1
  2848. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-HT/meta.json +1 -1
  2849. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-KM/meta.json +1 -1
  2850. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-LU/meta.json +1 -1
  2851. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-MA/meta.json +1 -1
  2852. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-MC/meta.json +1 -1
  2853. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-MF/meta.json +1 -1
  2854. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-MG/meta.json +1 -1
  2855. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-ML/meta.json +1 -1
  2856. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-MQ/meta.json +1 -1
  2857. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-MR/meta.json +1 -1
  2858. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-MU/meta.json +1 -1
  2859. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-NC/meta.json +1 -1
  2860. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-NE/meta.json +1 -1
  2861. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-PF/meta.json +1 -1
  2862. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-PM/meta.json +1 -1
  2863. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-RE/meta.json +1 -1
  2864. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-RW/meta.json +1 -1
  2865. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-SC/meta.json +1 -1
  2866. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-SN/meta.json +1 -1
  2867. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-SY/meta.json +1 -1
  2868. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-TD/meta.json +1 -1
  2869. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-TG/meta.json +1 -1
  2870. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-TN/meta.json +1 -1
  2871. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-VU/meta.json +1 -1
  2872. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-WF/meta.json +1 -1
  2873. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fr-YT/meta.json +1 -1
  2874. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fur/meta.json +1 -1
  2875. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.fy/meta.json +1 -1
  2876. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ga/meta.json +1 -1
  2877. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ga-GB/meta.json +1 -1
  2878. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.gd/meta.json +1 -1
  2879. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.gl/meta.json +1 -1
  2880. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.gsw/meta.json +1 -1
  2881. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.gsw-FR/meta.json +1 -1
  2882. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.gsw-LI/meta.json +1 -1
  2883. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.gu/meta.json +1 -1
  2884. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.guz/meta.json +1 -1
  2885. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.gv/meta.json +1 -1
  2886. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ha/meta.json +1 -1
  2887. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ha-GH/meta.json +1 -1
  2888. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ha-NE/meta.json +1 -1
  2889. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.haw/meta.json +1 -1
  2890. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.he/meta.json +1 -1
  2891. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.hi/meta.json +1 -1
  2892. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.hr/meta.json +1 -1
  2893. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.hr-BA/meta.json +1 -1
  2894. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.hsb/meta.json +1 -1
  2895. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.hu/meta.json +1 -1
  2896. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.hy/meta.json +1 -1
  2897. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ia/meta.json +1 -1
  2898. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.id/meta.json +1 -1
  2899. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ig/meta.json +1 -1
  2900. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ii/meta.json +1 -1
  2901. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.is/meta.json +1 -1
  2902. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.it/meta.json +1 -1
  2903. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.it-CH/meta.json +1 -1
  2904. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.it-SM/meta.json +1 -1
  2905. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.it-VA/meta.json +1 -1
  2906. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ja/meta.json +1 -1
  2907. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.jgo/meta.json +1 -1
  2908. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.jmc/meta.json +1 -1
  2909. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.jv/meta.json +1 -1
  2910. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ka/meta.json +1 -1
  2911. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.kab/meta.json +1 -1
  2912. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.kam/meta.json +1 -1
  2913. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.kde/meta.json +1 -1
  2914. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.kea/meta.json +1 -1
  2915. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.khq/meta.json +1 -1
  2916. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ki/meta.json +1 -1
  2917. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.kk/meta.json +1 -1
  2918. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.kkj/meta.json +1 -1
  2919. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.kl/meta.json +1 -1
  2920. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.kln/meta.json +1 -1
  2921. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.km/meta.json +1 -1
  2922. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.kn/meta.json +1 -1
  2923. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ko/meta.json +1 -1
  2924. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ko-KP/meta.json +1 -1
  2925. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.kok/meta.json +1 -1
  2926. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ks/meta.json +1 -1
  2927. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ks-Arab/meta.json +1 -1
  2928. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ksb/meta.json +1 -1
  2929. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ksf/meta.json +1 -1
  2930. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ksh/meta.json +1 -1
  2931. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ku/meta.json +1 -1
  2932. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.kw/meta.json +1 -1
  2933. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ky/meta.json +1 -1
  2934. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.lag/meta.json +1 -1
  2935. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.lb/meta.json +1 -1
  2936. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.lg/meta.json +1 -1
  2937. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.lkt/meta.json +1 -1
  2938. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ln/meta.json +1 -1
  2939. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ln-AO/meta.json +1 -1
  2940. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ln-CF/meta.json +1 -1
  2941. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ln-CG/meta.json +1 -1
  2942. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.lo/meta.json +1 -1
  2943. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.lrc/meta.json +1 -1
  2944. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.lrc-IQ/meta.json +1 -1
  2945. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.lt/meta.json +1 -1
  2946. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.lu/meta.json +1 -1
  2947. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.luo/meta.json +1 -1
  2948. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.luy/meta.json +1 -1
  2949. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.lv/meta.json +1 -1
  2950. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.mai/meta.json +1 -1
  2951. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.mas/meta.json +1 -1
  2952. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.mas-TZ/meta.json +1 -1
  2953. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.mer/meta.json +1 -1
  2954. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.mfe/meta.json +1 -1
  2955. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.mg/meta.json +1 -1
  2956. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.mgh/meta.json +1 -1
  2957. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.mgo/meta.json +1 -1
  2958. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.mi/meta.json +1 -1
  2959. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.mk/meta.json +1 -1
  2960. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ml/meta.json +1 -1
  2961. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.mn/meta.json +1 -1
  2962. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.mni/meta.json +1 -1
  2963. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.mni-Beng/meta.json +1 -1
  2964. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.mr/meta.json +1 -1
  2965. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ms/meta.json +1 -1
  2966. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ms-BN/meta.json +1 -1
  2967. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ms-ID/meta.json +1 -1
  2968. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ms-SG/meta.json +1 -1
  2969. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.mt/meta.json +1 -1
  2970. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.mua/meta.json +1 -1
  2971. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.my/meta.json +1 -1
  2972. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.mzn/meta.json +1 -1
  2973. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.naq/meta.json +1 -1
  2974. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.nb/meta.json +1 -1
  2975. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.nb-SJ/meta.json +1 -1
  2976. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.nd/meta.json +1 -1
  2977. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.nds/meta.json +1 -1
  2978. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.nds-NL/meta.json +1 -1
  2979. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ne/meta.json +1 -1
  2980. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ne-IN/meta.json +1 -1
  2981. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.nl/meta.json +1 -1
  2982. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.nl-AW/meta.json +1 -1
  2983. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.nl-BE/meta.json +1 -1
  2984. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.nl-BQ/meta.json +1 -1
  2985. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.nl-CW/meta.json +1 -1
  2986. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.nl-SR/meta.json +1 -1
  2987. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.nl-SX/meta.json +1 -1
  2988. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.nmg/meta.json +1 -1
  2989. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.nn/meta.json +1 -1
  2990. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.nnh/meta.json +1 -1
  2991. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.no/meta.json +1 -1
  2992. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.nus/meta.json +1 -1
  2993. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.nyn/meta.json +1 -1
  2994. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.om/meta.json +1 -1
  2995. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.om-KE/meta.json +1 -1
  2996. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.or/meta.json +1 -1
  2997. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.os/meta.json +1 -1
  2998. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.os-RU/meta.json +1 -1
  2999. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.pa/meta.json +1 -1
  3000. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.pa-Arab/meta.json +1 -1
  3001. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.pa-Guru/meta.json +1 -1
  3002. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.pcm/meta.json +1 -1
  3003. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.pl/meta.json +1 -1
  3004. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ps/meta.json +1 -1
  3005. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ps-PK/meta.json +1 -1
  3006. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.pt/meta.json +1 -1
  3007. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.pt-AO/meta.json +1 -1
  3008. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.pt-CH/meta.json +1 -1
  3009. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.pt-CV/meta.json +1 -1
  3010. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.pt-GQ/meta.json +1 -1
  3011. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.pt-GW/meta.json +1 -1
  3012. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.pt-LU/meta.json +1 -1
  3013. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.pt-MO/meta.json +1 -1
  3014. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.pt-MZ/meta.json +1 -1
  3015. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.pt-PT/meta.json +1 -1
  3016. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.pt-ST/meta.json +1 -1
  3017. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.pt-TL/meta.json +1 -1
  3018. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.qu/meta.json +1 -1
  3019. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.qu-BO/meta.json +1 -1
  3020. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.qu-EC/meta.json +1 -1
  3021. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.rm/meta.json +1 -1
  3022. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.rn/meta.json +1 -1
  3023. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ro/meta.json +1 -1
  3024. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ro-MD/meta.json +1 -1
  3025. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.rof/meta.json +1 -1
  3026. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ru/meta.json +1 -1
  3027. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ru-BY/meta.json +1 -1
  3028. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ru-KG/meta.json +1 -1
  3029. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ru-KZ/meta.json +1 -1
  3030. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ru-MD/meta.json +1 -1
  3031. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ru-UA/meta.json +1 -1
  3032. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.rw/meta.json +1 -1
  3033. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.rwk/meta.json +1 -1
  3034. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sa/meta.json +1 -1
  3035. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sah/meta.json +1 -1
  3036. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.saq/meta.json +1 -1
  3037. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sat/meta.json +1 -1
  3038. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sat-Olck/meta.json +1 -1
  3039. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sbp/meta.json +1 -1
  3040. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sd/meta.json +1 -1
  3041. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sd-Arab/meta.json +1 -1
  3042. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sd-Deva/meta.json +1 -1
  3043. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.se/meta.json +1 -1
  3044. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.se-FI/meta.json +1 -1
  3045. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.se-SE/meta.json +1 -1
  3046. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.seh/meta.json +1 -1
  3047. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ses/meta.json +1 -1
  3048. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sg/meta.json +1 -1
  3049. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.shi/meta.json +1 -1
  3050. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.shi-Latn/meta.json +1 -1
  3051. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.shi-Tfng/meta.json +1 -1
  3052. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.si/meta.json +1 -1
  3053. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sk/meta.json +1 -1
  3054. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sl/meta.json +1 -1
  3055. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.smn/meta.json +1 -1
  3056. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sn/meta.json +1 -1
  3057. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.so/meta.json +1 -1
  3058. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.so-DJ/meta.json +1 -1
  3059. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.so-ET/meta.json +1 -1
  3060. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.so-KE/meta.json +1 -1
  3061. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sq/meta.json +1 -1
  3062. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sq-MK/meta.json +1 -1
  3063. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sq-XK/meta.json +1 -1
  3064. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sr/meta.json +1 -1
  3065. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sr-Cyrl/meta.json +1 -1
  3066. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sr-Cyrl-BA/meta.json +1 -1
  3067. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sr-Cyrl-ME/meta.json +1 -1
  3068. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sr-Cyrl-XK/meta.json +1 -1
  3069. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sr-Latn/meta.json +1 -1
  3070. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sr-Latn-BA/meta.json +1 -1
  3071. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sr-Latn-ME/meta.json +1 -1
  3072. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sr-Latn-XK/meta.json +1 -1
  3073. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.su/meta.json +1 -1
  3074. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.su-Latn/meta.json +1 -1
  3075. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sv/meta.json +1 -1
  3076. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sv-AX/meta.json +1 -1
  3077. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sv-FI/meta.json +1 -1
  3078. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sw/meta.json +1 -1
  3079. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sw-CD/meta.json +1 -1
  3080. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sw-KE/meta.json +1 -1
  3081. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sw-UG/meta.json +1 -1
  3082. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ta/meta.json +1 -1
  3083. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ta-LK/meta.json +1 -1
  3084. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ta-MY/meta.json +1 -1
  3085. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ta-SG/meta.json +1 -1
  3086. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.te/meta.json +1 -1
  3087. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.teo/meta.json +1 -1
  3088. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.teo-KE/meta.json +1 -1
  3089. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.tg/meta.json +1 -1
  3090. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.th/meta.json +1 -1
  3091. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ti/meta.json +1 -1
  3092. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ti-ER/meta.json +1 -1
  3093. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.tk/meta.json +1 -1
  3094. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.to/meta.json +1 -1
  3095. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.tr/meta.json +1 -1
  3096. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.tr-CY/meta.json +1 -1
  3097. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.tt/meta.json +1 -1
  3098. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.twq/meta.json +1 -1
  3099. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.tzm/meta.json +1 -1
  3100. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ug/meta.json +1 -1
  3101. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.uk/meta.json +1 -1
  3102. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ur/meta.json +1 -1
  3103. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.ur-IN/meta.json +1 -1
  3104. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.uz/meta.json +1 -1
  3105. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.uz-Arab/meta.json +1 -1
  3106. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.uz-Cyrl/meta.json +1 -1
  3107. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.uz-Latn/meta.json +1 -1
  3108. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.vai/meta.json +1 -1
  3109. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.vai-Latn/meta.json +1 -1
  3110. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.vai-Vaii/meta.json +1 -1
  3111. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.vi/meta.json +1 -1
  3112. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.vun/meta.json +1 -1
  3113. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.wae/meta.json +1 -1
  3114. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.wo/meta.json +1 -1
  3115. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.xh/meta.json +1 -1
  3116. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.xog/meta.json +1 -1
  3117. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.yav/meta.json +1 -1
  3118. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.yi/meta.json +1 -1
  3119. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.yo/meta.json +1 -1
  3120. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.yo-BJ/meta.json +1 -1
  3121. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.yue/meta.json +1 -1
  3122. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.yue-Hans/meta.json +1 -1
  3123. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.yue-Hant/meta.json +1 -1
  3124. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.zgh/meta.json +1 -1
  3125. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.zh/meta.json +1 -1
  3126. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.zh-Hans/meta.json +1 -1
  3127. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.zh-Hans-HK/meta.json +1 -1
  3128. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.zh-Hans-MO/meta.json +1 -1
  3129. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.zh-Hans-SG/meta.json +1 -1
  3130. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.zh-Hant/meta.json +1 -1
  3131. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.zh-Hant-HK/meta.json +1 -1
  3132. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.zh-Hant-MO/meta.json +1 -1
  3133. package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.zu/meta.json +1 -1
  3134. package/polyfills/__dist/Intl.getCanonicalLocales/meta.json +1 -1
  3135. package/polyfills/__dist/Map/meta.json +1 -1
  3136. package/polyfills/__dist/Map/min.js +1 -1
  3137. package/polyfills/__dist/Map/raw.js +12 -0
  3138. package/polyfills/__dist/Math.acosh/meta.json +1 -1
  3139. package/polyfills/__dist/Math.asinh/meta.json +1 -1
  3140. package/polyfills/__dist/Math.atanh/meta.json +1 -1
  3141. package/polyfills/__dist/Math.cbrt/meta.json +1 -1
  3142. package/polyfills/__dist/Math.clz32/meta.json +1 -1
  3143. package/polyfills/__dist/Math.cosh/meta.json +1 -1
  3144. package/polyfills/__dist/Math.expm1/meta.json +1 -1
  3145. package/polyfills/__dist/Math.fround/meta.json +1 -1
  3146. package/polyfills/__dist/Math.hypot/meta.json +1 -1
  3147. package/polyfills/__dist/Math.imul/meta.json +1 -1
  3148. package/polyfills/__dist/Math.log10/meta.json +1 -1
  3149. package/polyfills/__dist/Math.log1p/meta.json +1 -1
  3150. package/polyfills/__dist/Math.log2/meta.json +1 -1
  3151. package/polyfills/__dist/Math.sign/meta.json +1 -1
  3152. package/polyfills/__dist/Math.sinh/meta.json +1 -1
  3153. package/polyfills/__dist/Math.tanh/meta.json +1 -1
  3154. package/polyfills/__dist/Math.trunc/meta.json +1 -1
  3155. package/polyfills/__dist/MediaQueryList.prototype.addEventListener/meta.json +1 -1
  3156. package/polyfills/__dist/MediaQueryList.prototype.addEventListener/min.js +1 -1
  3157. package/polyfills/__dist/MediaQueryList.prototype.addEventListener/raw.js +1 -0
  3158. package/polyfills/__dist/MutationObserver/meta.json +1 -1
  3159. package/polyfills/__dist/Node.prototype.contains/meta.json +1 -1
  3160. package/polyfills/__dist/Node.prototype.getRootNode/meta.json +1 -0
  3161. package/polyfills/__dist/Node.prototype.getRootNode/min.js +1 -0
  3162. package/polyfills/__dist/Node.prototype.getRootNode/raw.js +60 -0
  3163. package/polyfills/__dist/Node.prototype.isConnected/meta.json +1 -0
  3164. package/polyfills/__dist/Node.prototype.isConnected/min.js +1 -0
  3165. package/polyfills/__dist/Node.prototype.isConnected/raw.js +36 -0
  3166. package/polyfills/__dist/Node.prototype.isSameNode/meta.json +1 -1
  3167. package/polyfills/__dist/NodeList.prototype.@@iterator/meta.json +1 -1
  3168. package/polyfills/__dist/NodeList.prototype.forEach/meta.json +1 -1
  3169. package/polyfills/__dist/Number.Epsilon/meta.json +1 -1
  3170. package/polyfills/__dist/Number.MAX_SAFE_INTEGER/meta.json +1 -1
  3171. package/polyfills/__dist/Number.MIN_SAFE_INTEGER/meta.json +1 -1
  3172. package/polyfills/__dist/Number.isFinite/meta.json +1 -1
  3173. package/polyfills/__dist/Number.isInteger/meta.json +1 -1
  3174. package/polyfills/__dist/Number.isNaN/meta.json +1 -1
  3175. package/polyfills/__dist/Number.isSafeInteger/meta.json +1 -1
  3176. package/polyfills/__dist/Number.parseFloat/meta.json +1 -1
  3177. package/polyfills/__dist/Number.parseInt/meta.json +1 -1
  3178. package/polyfills/__dist/Object.assign/meta.json +1 -1
  3179. package/polyfills/__dist/Object.entries/meta.json +1 -1
  3180. package/polyfills/__dist/Object.freeze/meta.json +1 -1
  3181. package/polyfills/__dist/Object.fromEntries/meta.json +1 -1
  3182. package/polyfills/__dist/Object.getOwnPropertyDescriptor/meta.json +1 -1
  3183. package/polyfills/__dist/Object.getOwnPropertyDescriptors/meta.json +1 -1
  3184. package/polyfills/__dist/Object.getOwnPropertyNames/meta.json +1 -1
  3185. package/polyfills/__dist/Object.hasOwn/meta.json +1 -0
  3186. package/polyfills/__dist/Object.hasOwn/min.js +1 -0
  3187. package/polyfills/__dist/Object.hasOwn/raw.js +13 -0
  3188. package/polyfills/__dist/Object.is/meta.json +1 -1
  3189. package/polyfills/__dist/Object.isExtensible/meta.json +1 -1
  3190. package/polyfills/__dist/Object.isFrozen/meta.json +1 -1
  3191. package/polyfills/__dist/Object.isSealed/meta.json +1 -1
  3192. package/polyfills/__dist/Object.keys/meta.json +1 -1
  3193. package/polyfills/__dist/Object.preventExtensions/meta.json +1 -1
  3194. package/polyfills/__dist/Object.prototype.toString/meta.json +1 -0
  3195. package/polyfills/__dist/Object.prototype.toString/min.js +1 -0
  3196. package/polyfills/__dist/Object.prototype.toString/raw.js +39 -0
  3197. package/polyfills/__dist/Object.seal/meta.json +1 -1
  3198. package/polyfills/__dist/Object.setPrototypeOf/meta.json +1 -1
  3199. package/polyfills/__dist/Object.values/meta.json +1 -1
  3200. package/polyfills/__dist/Promise/meta.json +1 -1
  3201. package/polyfills/__dist/Promise/min.js +1 -1
  3202. package/polyfills/__dist/Promise/raw.js +10 -0
  3203. package/polyfills/__dist/Promise.allSettled/meta.json +1 -1
  3204. package/polyfills/__dist/Promise.any/meta.json +1 -1
  3205. package/polyfills/__dist/Promise.prototype.finally/meta.json +1 -1
  3206. package/polyfills/__dist/Reflect/meta.json +1 -1
  3207. package/polyfills/__dist/Reflect.apply/meta.json +1 -1
  3208. package/polyfills/__dist/Reflect.construct/meta.json +1 -1
  3209. package/polyfills/__dist/Reflect.defineProperty/meta.json +1 -1
  3210. package/polyfills/__dist/Reflect.deleteProperty/meta.json +1 -1
  3211. package/polyfills/__dist/Reflect.get/meta.json +1 -1
  3212. package/polyfills/__dist/Reflect.getOwnPropertyDescriptor/meta.json +1 -1
  3213. package/polyfills/__dist/Reflect.getPrototypeOf/meta.json +1 -1
  3214. package/polyfills/__dist/Reflect.has/meta.json +1 -1
  3215. package/polyfills/__dist/Reflect.isExtensible/meta.json +1 -1
  3216. package/polyfills/__dist/Reflect.ownKeys/meta.json +1 -1
  3217. package/polyfills/__dist/Reflect.preventExtensions/meta.json +1 -1
  3218. package/polyfills/__dist/Reflect.set/meta.json +1 -1
  3219. package/polyfills/__dist/Reflect.setPrototypeOf/meta.json +1 -1
  3220. package/polyfills/__dist/RegExp.prototype.@@matchAll/meta.json +1 -1
  3221. package/polyfills/__dist/RegExp.prototype.flags/meta.json +1 -1
  3222. package/polyfills/__dist/ResizeObserver/meta.json +1 -1
  3223. package/polyfills/__dist/Set/meta.json +1 -1
  3224. package/polyfills/__dist/Set/min.js +1 -1
  3225. package/polyfills/__dist/Set/raw.js +12 -0
  3226. package/polyfills/__dist/String.fromCodePoint/meta.json +1 -1
  3227. package/polyfills/__dist/String.prototype.@@iterator/meta.json +1 -1
  3228. package/polyfills/__dist/String.prototype.at/meta.json +1 -1
  3229. package/polyfills/__dist/String.prototype.codePointAt/meta.json +1 -1
  3230. package/polyfills/__dist/String.prototype.endsWith/meta.json +1 -1
  3231. package/polyfills/__dist/String.prototype.includes/meta.json +1 -1
  3232. package/polyfills/__dist/String.prototype.matchAll/meta.json +1 -1
  3233. package/polyfills/__dist/String.prototype.normalize/meta.json +1 -1
  3234. package/polyfills/__dist/String.prototype.padEnd/meta.json +1 -1
  3235. package/polyfills/__dist/String.prototype.padStart/meta.json +1 -1
  3236. package/polyfills/__dist/String.prototype.repeat/meta.json +1 -1
  3237. package/polyfills/__dist/String.prototype.replaceAll/meta.json +1 -1
  3238. package/polyfills/__dist/String.prototype.startsWith/meta.json +1 -1
  3239. package/polyfills/__dist/String.prototype.trim/meta.json +1 -1
  3240. package/polyfills/__dist/String.prototype.trimEnd/meta.json +1 -1
  3241. package/polyfills/__dist/String.prototype.trimStart/meta.json +1 -1
  3242. package/polyfills/__dist/String.raw/meta.json +1 -1
  3243. package/polyfills/__dist/Symbol/meta.json +1 -1
  3244. package/polyfills/__dist/Symbol.asyncIterator/meta.json +1 -1
  3245. package/polyfills/__dist/Symbol.hasInstance/meta.json +1 -1
  3246. package/polyfills/__dist/Symbol.isConcatSpreadable/meta.json +1 -1
  3247. package/polyfills/__dist/Symbol.iterator/meta.json +1 -1
  3248. package/polyfills/__dist/Symbol.match/meta.json +1 -1
  3249. package/polyfills/__dist/Symbol.matchAll/meta.json +1 -1
  3250. package/polyfills/__dist/Symbol.prototype.description/meta.json +1 -1
  3251. package/polyfills/__dist/Symbol.replace/meta.json +1 -1
  3252. package/polyfills/__dist/Symbol.search/meta.json +1 -1
  3253. package/polyfills/__dist/Symbol.species/meta.json +1 -1
  3254. package/polyfills/__dist/Symbol.split/meta.json +1 -1
  3255. package/polyfills/__dist/Symbol.toPrimitive/meta.json +1 -1
  3256. package/polyfills/__dist/Symbol.toStringTag/meta.json +1 -1
  3257. package/polyfills/__dist/Symbol.unscopables/meta.json +1 -1
  3258. package/polyfills/__dist/TextEncoder/meta.json +1 -1
  3259. package/polyfills/__dist/TypedArray.prototype.@@iterator/meta.json +1 -0
  3260. package/polyfills/__dist/TypedArray.prototype.@@iterator/min.js +1 -0
  3261. package/polyfills/__dist/TypedArray.prototype.@@iterator/raw.js +22 -0
  3262. package/polyfills/__dist/TypedArray.prototype.@@toStringTag/meta.json +1 -0
  3263. package/polyfills/__dist/TypedArray.prototype.@@toStringTag/min.js +1 -0
  3264. package/polyfills/__dist/TypedArray.prototype.@@toStringTag/raw.js +91 -0
  3265. package/polyfills/__dist/TypedArray.prototype.at/meta.json +1 -1
  3266. package/polyfills/__dist/TypedArray.prototype.entries/meta.json +1 -0
  3267. package/polyfills/__dist/TypedArray.prototype.entries/min.js +1 -0
  3268. package/polyfills/__dist/TypedArray.prototype.entries/raw.js +38 -0
  3269. package/polyfills/__dist/TypedArray.prototype.keys/meta.json +1 -0
  3270. package/polyfills/__dist/TypedArray.prototype.keys/min.js +1 -0
  3271. package/polyfills/__dist/TypedArray.prototype.keys/raw.js +38 -0
  3272. package/polyfills/__dist/TypedArray.prototype.toLocaleString/meta.json +1 -0
  3273. package/polyfills/__dist/TypedArray.prototype.toLocaleString/min.js +1 -0
  3274. package/polyfills/__dist/TypedArray.prototype.toLocaleString/raw.js +31 -0
  3275. package/polyfills/__dist/TypedArray.prototype.toString/meta.json +1 -0
  3276. package/polyfills/__dist/TypedArray.prototype.toString/min.js +1 -0
  3277. package/polyfills/__dist/TypedArray.prototype.toString/raw.js +29 -0
  3278. package/polyfills/__dist/TypedArray.prototype.values/meta.json +1 -0
  3279. package/polyfills/__dist/TypedArray.prototype.values/min.js +1 -0
  3280. package/polyfills/__dist/TypedArray.prototype.values/raw.js +43 -0
  3281. package/polyfills/__dist/URL/meta.json +1 -1
  3282. package/polyfills/__dist/URL.prototype.toJSON/meta.json +1 -1
  3283. package/polyfills/__dist/UserTiming/meta.json +1 -1
  3284. package/polyfills/__dist/WeakMap/meta.json +1 -1
  3285. package/polyfills/__dist/WeakSet/meta.json +1 -1
  3286. package/polyfills/__dist/WeakSet/min.js +1 -1
  3287. package/polyfills/__dist/WeakSet/raw.js +6 -0
  3288. package/polyfills/__dist/WebAnimations/meta.json +1 -1
  3289. package/polyfills/__dist/_ArrayIterator/meta.json +1 -1
  3290. package/polyfills/__dist/_ArrayIterator/min.js +1 -1
  3291. package/polyfills/__dist/_ArrayIterator/raw.js +8 -1
  3292. package/polyfills/__dist/_DOMTokenList/meta.json +1 -1
  3293. package/polyfills/__dist/_ESAbstract.AddEntriesFromIterable/meta.json +1 -1
  3294. package/polyfills/__dist/_ESAbstract.AdvanceStringIndex/meta.json +1 -1
  3295. package/polyfills/__dist/_ESAbstract.ArrayCreate/meta.json +1 -1
  3296. package/polyfills/__dist/_ESAbstract.ArraySpeciesCreate/meta.json +1 -1
  3297. package/polyfills/__dist/_ESAbstract.Call/meta.json +1 -1
  3298. package/polyfills/__dist/_ESAbstract.CanonicalNumericIndexString/meta.json +1 -1
  3299. package/polyfills/__dist/_ESAbstract.Construct/meta.json +1 -1
  3300. package/polyfills/__dist/_ESAbstract.CreateDataProperty/meta.json +1 -1
  3301. package/polyfills/__dist/_ESAbstract.CreateDataPropertyOrThrow/meta.json +1 -1
  3302. package/polyfills/__dist/_ESAbstract.CreateHTML/meta.json +1 -1
  3303. package/polyfills/__dist/_ESAbstract.CreateIterResultObject/meta.json +1 -1
  3304. package/polyfills/__dist/_ESAbstract.CreateListFromArrayLike/meta.json +1 -1
  3305. package/polyfills/__dist/_ESAbstract.CreateMethodProperty/meta.json +1 -1
  3306. package/polyfills/__dist/_ESAbstract.CreateRegExpStringIterator/meta.json +1 -1
  3307. package/polyfills/__dist/_ESAbstract.EnumerableOwnProperties/meta.json +1 -1
  3308. package/polyfills/__dist/_ESAbstract.FlattenIntoArray/meta.json +1 -1
  3309. package/polyfills/__dist/_ESAbstract.Get/meta.json +1 -1
  3310. package/polyfills/__dist/_ESAbstract.GetIterator/meta.json +1 -1
  3311. package/polyfills/__dist/_ESAbstract.GetMethod/meta.json +1 -1
  3312. package/polyfills/__dist/_ESAbstract.GetPrototypeFromConstructor/meta.json +1 -1
  3313. package/polyfills/__dist/_ESAbstract.GetSubstitution/meta.json +1 -1
  3314. package/polyfills/__dist/_ESAbstract.GetV/meta.json +1 -1
  3315. package/polyfills/__dist/_ESAbstract.HasOwnProperty/meta.json +1 -1
  3316. package/polyfills/__dist/_ESAbstract.HasProperty/meta.json +1 -1
  3317. package/polyfills/__dist/_ESAbstract.Invoke/meta.json +1 -1
  3318. package/polyfills/__dist/_ESAbstract.IsArray/meta.json +1 -1
  3319. package/polyfills/__dist/_ESAbstract.IsCallable/meta.json +1 -1
  3320. package/polyfills/__dist/_ESAbstract.IsConstructor/meta.json +1 -1
  3321. package/polyfills/__dist/_ESAbstract.IsInteger/meta.json +1 -1
  3322. package/polyfills/__dist/_ESAbstract.IsPropertyKey/meta.json +1 -1
  3323. package/polyfills/__dist/_ESAbstract.IsRegExp/meta.json +1 -1
  3324. package/polyfills/__dist/_ESAbstract.IterableToList/meta.json +1 -1
  3325. package/polyfills/__dist/_ESAbstract.IteratorClose/meta.json +1 -1
  3326. package/polyfills/__dist/_ESAbstract.IteratorComplete/meta.json +1 -1
  3327. package/polyfills/__dist/_ESAbstract.IteratorNext/meta.json +1 -1
  3328. package/polyfills/__dist/_ESAbstract.IteratorStep/meta.json +1 -1
  3329. package/polyfills/__dist/_ESAbstract.IteratorValue/meta.json +1 -1
  3330. package/polyfills/__dist/_ESAbstract.LengthOfArrayLike/meta.json +1 -1
  3331. package/polyfills/__dist/_ESAbstract.OrdinaryCreateFromConstructor/meta.json +1 -1
  3332. package/polyfills/__dist/_ESAbstract.OrdinaryToPrimitive/meta.json +1 -1
  3333. package/polyfills/__dist/_ESAbstract.RegExpExec/meta.json +1 -1
  3334. package/polyfills/__dist/_ESAbstract.RequireObjectCoercible/meta.json +1 -1
  3335. package/polyfills/__dist/_ESAbstract.SameValue/meta.json +1 -1
  3336. package/polyfills/__dist/_ESAbstract.SameValueNonNumber/meta.json +1 -1
  3337. package/polyfills/__dist/_ESAbstract.SameValueZero/meta.json +1 -1
  3338. package/polyfills/__dist/_ESAbstract.SpeciesConstructor/meta.json +1 -1
  3339. package/polyfills/__dist/_ESAbstract.StringIndexOf/meta.json +1 -1
  3340. package/polyfills/__dist/_ESAbstract.ToBoolean/meta.json +1 -1
  3341. package/polyfills/__dist/_ESAbstract.ToIndex/meta.json +1 -1
  3342. package/polyfills/__dist/_ESAbstract.ToInt16/meta.json +1 -1
  3343. package/polyfills/__dist/_ESAbstract.ToInt32/meta.json +1 -1
  3344. package/polyfills/__dist/_ESAbstract.ToInt8/meta.json +1 -1
  3345. package/polyfills/__dist/_ESAbstract.ToInteger/meta.json +1 -1
  3346. package/polyfills/__dist/_ESAbstract.ToIntegerOrInfinity/meta.json +1 -1
  3347. package/polyfills/__dist/_ESAbstract.ToLength/meta.json +1 -1
  3348. package/polyfills/__dist/_ESAbstract.ToNumber/meta.json +1 -1
  3349. package/polyfills/__dist/_ESAbstract.ToObject/meta.json +1 -1
  3350. package/polyfills/__dist/_ESAbstract.ToPrimitive/meta.json +1 -1
  3351. package/polyfills/__dist/_ESAbstract.ToPropertyDescriptor/meta.json +1 -1
  3352. package/polyfills/__dist/_ESAbstract.ToPropertyKey/meta.json +1 -1
  3353. package/polyfills/__dist/_ESAbstract.ToString/meta.json +1 -1
  3354. package/polyfills/__dist/_ESAbstract.ToUint16/meta.json +1 -1
  3355. package/polyfills/__dist/_ESAbstract.ToUint32/meta.json +1 -1
  3356. package/polyfills/__dist/_ESAbstract.ToUint8/meta.json +1 -1
  3357. package/polyfills/__dist/_ESAbstract.ToUint8Clamp/meta.json +1 -1
  3358. package/polyfills/__dist/_ESAbstract.TrimString/meta.json +1 -1
  3359. package/polyfills/__dist/_ESAbstract.Type/meta.json +1 -1
  3360. package/polyfills/__dist/_ESAbstract.UTF16Decode/meta.json +1 -1
  3361. package/polyfills/__dist/_ESAbstract.UTF16Encoding/meta.json +1 -1
  3362. package/polyfills/__dist/_Iterator/meta.json +1 -1
  3363. package/polyfills/__dist/_StringIterator/meta.json +1 -1
  3364. package/polyfills/__dist/_StringIterator/min.js +1 -1
  3365. package/polyfills/__dist/_StringIterator/raw.js +8 -1
  3366. package/polyfills/__dist/_mutation/meta.json +1 -1
  3367. package/polyfills/__dist/aliases.json +1 -1
  3368. package/polyfills/__dist/console/meta.json +1 -1
  3369. package/polyfills/__dist/console.assert/meta.json +1 -1
  3370. package/polyfills/__dist/console.clear/meta.json +1 -1
  3371. package/polyfills/__dist/console.count/meta.json +1 -1
  3372. package/polyfills/__dist/console.debug/meta.json +1 -1
  3373. package/polyfills/__dist/console.dir/meta.json +1 -1
  3374. package/polyfills/__dist/console.dirxml/meta.json +1 -1
  3375. package/polyfills/__dist/console.error/meta.json +1 -1
  3376. package/polyfills/__dist/console.exception/meta.json +1 -1
  3377. package/polyfills/__dist/console.group/meta.json +1 -1
  3378. package/polyfills/__dist/console.groupCollapsed/meta.json +1 -1
  3379. package/polyfills/__dist/console.groupEnd/meta.json +1 -1
  3380. package/polyfills/__dist/console.info/meta.json +1 -1
  3381. package/polyfills/__dist/console.log/meta.json +1 -1
  3382. package/polyfills/__dist/console.markTimeline/meta.json +1 -1
  3383. package/polyfills/__dist/console.profile/meta.json +1 -1
  3384. package/polyfills/__dist/console.profileEnd/meta.json +1 -1
  3385. package/polyfills/__dist/console.profiles/meta.json +1 -1
  3386. package/polyfills/__dist/console.table/meta.json +1 -1
  3387. package/polyfills/__dist/console.time/meta.json +1 -1
  3388. package/polyfills/__dist/console.timeEnd/meta.json +1 -1
  3389. package/polyfills/__dist/console.timeStamp/meta.json +1 -1
  3390. package/polyfills/__dist/console.timeline/meta.json +1 -1
  3391. package/polyfills/__dist/console.timelineEnd/meta.json +1 -1
  3392. package/polyfills/__dist/console.trace/meta.json +1 -1
  3393. package/polyfills/__dist/console.warn/meta.json +1 -1
  3394. package/polyfills/__dist/devicePixelRatio/meta.json +1 -1
  3395. package/polyfills/__dist/document.elementsFromPoint/meta.json +1 -1
  3396. package/polyfills/__dist/document.visibilityState/meta.json +1 -1
  3397. package/polyfills/__dist/fetch/meta.json +1 -1
  3398. package/polyfills/__dist/globalThis/meta.json +1 -1
  3399. package/polyfills/__dist/location.origin/meta.json +1 -1
  3400. package/polyfills/__dist/matchMedia/meta.json +1 -1
  3401. package/polyfills/__dist/navigator.sendBeacon/meta.json +1 -1
  3402. package/polyfills/__dist/performance.now/meta.json +1 -1
  3403. package/polyfills/__dist/queueMicrotask/meta.json +1 -1
  3404. package/polyfills/__dist/requestAnimationFrame/meta.json +1 -1
  3405. package/polyfills/__dist/requestIdleCallback/meta.json +1 -1
  3406. package/polyfills/__dist/screen.orientation/meta.json +1 -1
  3407. package/polyfills/__dist/setImmediate/meta.json +1 -1
  3408. package/polyfills/__dist/smoothscroll/meta.json +1 -1
  3409. package/polyfills/__dist/~html5-elements/meta.json +1 -1
  3410. package/polyfills/__dist/Element.prototype.inert/meta.json +0 -1
  3411. package/polyfills/__dist/Element.prototype.inert/min.js +0 -1
@@ -1,602 +1,29 @@
1
1
 
2
2
  // HTMLTemplateElement
3
- /**
4
- * @license
5
- * Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
6
- * This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
7
- * The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
8
- * The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
9
- * Code distributed by Google as part of the polymer project is also
10
- * subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
11
- */
3
+ (function(){
4
+ /*
5
+
6
+ Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
7
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
8
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
9
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
10
+ Code distributed by Google as part of the polymer project is also
11
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
12
+ */
13
+ 'use strict';(function(){function f(){}function p(a,b){if(!a.childNodes.length)return[];switch(a.nodeType){case Node.DOCUMENT_NODE:return J.call(a,b);case Node.DOCUMENT_FRAGMENT_NODE:return K.call(a,b);default:return L.call(a,b)}}var q="undefined"===typeof HTMLTemplateElement,A=!(document.createDocumentFragment().cloneNode()instanceof DocumentFragment),B=!1;/Trident/.test(navigator.userAgent)&&function(){function a(c,g){if(c instanceof DocumentFragment)for(var r;r=c.firstChild;)d.call(this,r,g);else d.call(this,
14
+ c,g);return c}B=!0;var b=Node.prototype.cloneNode;Node.prototype.cloneNode=function(c){c=b.call(this,c);this instanceof DocumentFragment&&(c.__proto__=DocumentFragment.prototype);return c};DocumentFragment.prototype.querySelectorAll=HTMLElement.prototype.querySelectorAll;DocumentFragment.prototype.querySelector=HTMLElement.prototype.querySelector;Object.defineProperties(DocumentFragment.prototype,{nodeType:{get:function(){return Node.DOCUMENT_FRAGMENT_NODE},configurable:!0},localName:{get:function(){},
15
+ configurable:!0},nodeName:{get:function(){return"#document-fragment"},configurable:!0}});var d=Node.prototype.insertBefore;Node.prototype.insertBefore=a;var e=Node.prototype.appendChild;Node.prototype.appendChild=function(c){c instanceof DocumentFragment?a.call(this,c,null):e.call(this,c);return c};var h=Node.prototype.removeChild,k=Node.prototype.replaceChild;Node.prototype.replaceChild=function(c,g){c instanceof DocumentFragment?(a.call(this,c,g),h.call(this,g)):k.call(this,c,g);return g};Document.prototype.createDocumentFragment=
16
+ function(){var c=this.createElement("df");c.__proto__=DocumentFragment.prototype;return c};var l=Document.prototype.importNode;Document.prototype.importNode=function(c,g){g=l.call(this,c,g||!1);c instanceof DocumentFragment&&(g.__proto__=DocumentFragment.prototype);return g}}();var v=Node.prototype.cloneNode,C=Document.prototype.createElement,M=Document.prototype.importNode,N=Node.prototype.removeChild,t=Node.prototype.appendChild,w=Node.prototype.replaceChild,O=DOMParser.prototype.parseFromString,
17
+ P=Object.getOwnPropertyDescriptor(window.HTMLElement.prototype,"innerHTML")||{get:function(){return this.innerHTML},set:function(a){this.innerHTML=a}},Q=Object.getOwnPropertyDescriptor(window.Node.prototype,"childNodes")||{get:function(){return this.childNodes}},L=Element.prototype.querySelectorAll,J=Document.prototype.querySelectorAll,K=DocumentFragment.prototype.querySelectorAll,R=function(){if(!q){var a=document.createElement("template"),b=document.createElement("template");b.content.appendChild(document.createElement("div"));
18
+ a.content.appendChild(b);a=a.cloneNode(!0);return 0===a.content.childNodes.length||0===a.content.firstChild.content.childNodes.length||A}}();if(q){var m=document.implementation.createHTMLDocument("template"),D=!0,n=document.createElement("style");n.textContent="template{display:none;}";var E=document.head;E.insertBefore(n,E.firstElementChild);f.prototype=Object.create(HTMLElement.prototype);var S=!document.createElement("div").hasOwnProperty("innerHTML");f.g=function(a){if(!a.content&&a.namespaceURI===
19
+ document.documentElement.namespaceURI){a.content=m.createDocumentFragment();for(var b;b=a.firstChild;)t.call(a.content,b);if(S)a.__proto__=f.prototype;else if(a.cloneNode=function(d){return f.i(this,d)},D)try{F(a),G(a)}catch(d){D=!1}f.h(a.content)}};var T={option:["select"],thead:["table"],col:["colgroup","table"],tr:["tbody","table"],th:["tr","tbody","table"],td:["tr","tbody","table"]},F=function(a){Object.defineProperty(a,"innerHTML",{get:function(){return x(this)},set:function(b){var d=T[(/<([a-z][^/\0>\x20\t\r\n\f]+)/i.exec(b)||
20
+ ["",""])[1].toLowerCase()];if(d)for(var e=0;e<d.length;e++)b="<"+d[e]+">"+b+"</"+d[e]+">";m.body.innerHTML=b;for(f.h(m);this.content.firstChild;)N.call(this.content,this.content.firstChild);b=m.body;if(d)for(e=0;e<d.length;e++)b=b.lastChild;for(;b.firstChild;)t.call(this.content,b.firstChild)},configurable:!0})},G=function(a){Object.defineProperty(a,"outerHTML",{get:function(){return"<template>"+this.innerHTML+"</template>"},set:function(b){if(this.parentNode){m.body.innerHTML=b;for(b=this.ownerDocument.createDocumentFragment();m.body.firstChild;)t.call(b,
21
+ m.body.firstChild);w.call(this.parentNode,b,this)}else throw Error("Failed to set the 'outerHTML' property on 'Element': This element has no parent node.");},configurable:!0})};F(f.prototype);G(f.prototype);f.h=function(a){a=p(a,"template");for(var b=0,d=a.length,e;b<d&&(e=a[b]);b++)f.g(e)};document.addEventListener("DOMContentLoaded",function(){f.h(document)});Document.prototype.createElement=function(){var a=C.apply(this,arguments);"template"===a.localName&&f.g(a);return a};DOMParser.prototype.parseFromString=
22
+ function(){var a=O.apply(this,arguments);f.h(a);return a};Object.defineProperty(HTMLElement.prototype,"innerHTML",{get:function(){return x(this)},set:function(a){P.set.call(this,a);f.h(this)},configurable:!0,enumerable:!0});var U=/[&\u00A0"]/g,V=/[&\u00A0<>]/g,H=function(a){switch(a){case "&":return"&amp;";case "<":return"&lt;";case ">":return"&gt;";case '"':return"&quot;";case "\u00a0":return"&nbsp;"}};n=function(a){for(var b={},d=0;d<a.length;d++)b[a[d]]=!0;return b};var W=n("area base br col command embed hr img input keygen link meta param source track wbr".split(" ")),
23
+ X=n("style script xmp iframe noembed noframes plaintext noscript".split(" ")),x=function(a,b){"template"===a.localName&&(a=a.content);for(var d="",e=b?b(a):Q.get.call(a),h=0,k=e.length,l;h<k&&(l=e[h]);h++){a:{var c=l;var g=a;var r=b;switch(c.nodeType){case Node.ELEMENT_NODE:for(var y=c.localName,u="<"+y,Y=c.attributes,I=0;g=Y[I];I++)u+=" "+g.name+'="'+g.value.replace(U,H)+'"';u+=">";c=W[y]?u:u+x(c,r)+"</"+y+">";break a;case Node.TEXT_NODE:c=c.data;c=g&&X[g.localName]?c:c.replace(V,H);break a;case Node.COMMENT_NODE:c=
24
+ "\x3c!--"+c.data+"--\x3e";break a;default:throw window.console.error(c),Error("not implemented");}}d+=c}return d}}if(q||R){f.i=function(a,b){var d=v.call(a,!1);this.g&&this.g(d);b&&(t.call(d.content,v.call(a.content,!0)),z(d.content,a.content));return d};var z=function(a,b){if(b.querySelectorAll&&(b=p(b,"template"),0!==b.length)){a=p(a,"template");for(var d=0,e=a.length,h,k;d<e;d++)k=b[d],h=a[d],f&&f.g&&f.g(k),w.call(h.parentNode,Z.call(k,!0),h)}},Z=Node.prototype.cloneNode=function(a){if(!B&&A&&
25
+ this instanceof DocumentFragment)if(a)var b=aa.call(this.ownerDocument,this,!0);else return this.ownerDocument.createDocumentFragment();else this.nodeType===Node.ELEMENT_NODE&&"template"===this.localName&&this.namespaceURI==document.documentElement.namespaceURI?b=f.i(this,a):b=v.call(this,a);a&&z(b,this);return b},aa=Document.prototype.importNode=function(a,b){b=b||!1;if("template"===a.localName)return f.i(a,b);var d=M.call(this,a,b);if(b){z(d,a);a=p(d,'script:not([type]),script[type="application/javascript"],script[type="text/javascript"]');
26
+ for(var e,h=0;h<a.length;h++){e=a[h];b=C.call(document,"script");b.textContent=e.textContent;for(var k=e.attributes,l=0,c;l<k.length;l++)c=k[l],b.setAttribute(c.name,c.value);w.call(e.parentNode,b,e)}}return d}}q&&(window.HTMLTemplateElement=f)})();
27
+ }).call(self);
12
28
 
13
- // minimal template polyfill
14
- (function() {
15
- 'use strict';
16
29
 
17
- var needsTemplate = (typeof HTMLTemplateElement === 'undefined');
18
- var brokenDocFragment = !(document.createDocumentFragment().cloneNode() instanceof DocumentFragment);
19
- var needsDocFrag = false;
20
-
21
- // NOTE: Replace DocumentFragment to work around IE11 bug that
22
- // causes children of a document fragment modified while
23
- // there is a mutation observer to not have a parentNode, or
24
- // have a broken parentNode (!?!)
25
- if (/Trident/.test(navigator.userAgent)) {
26
- (function() {
27
-
28
- needsDocFrag = true;
29
-
30
- var origCloneNode = Node.prototype.cloneNode;
31
- Node.prototype.cloneNode = function cloneNode(deep) {
32
- var newDom = origCloneNode.call(this, deep);
33
- if (this instanceof DocumentFragment) {
34
- newDom.__proto__ = DocumentFragment.prototype;
35
- }
36
- return newDom;
37
- };
38
-
39
- // IE's DocumentFragment querySelector code doesn't work when
40
- // called on an element instance
41
- DocumentFragment.prototype.querySelectorAll = HTMLElement.prototype.querySelectorAll;
42
- DocumentFragment.prototype.querySelector = HTMLElement.prototype.querySelector;
43
-
44
- Object.defineProperties(DocumentFragment.prototype, {
45
- 'nodeType': {
46
- get: function () {
47
- return Node.DOCUMENT_FRAGMENT_NODE;
48
- },
49
- configurable: true
50
- },
51
-
52
- 'localName': {
53
- get: function () {
54
- return undefined;
55
- },
56
- configurable: true
57
- },
58
-
59
- 'nodeName': {
60
- get: function () {
61
- return '#document-fragment';
62
- },
63
- configurable: true
64
- }
65
- });
66
-
67
- var origInsertBefore = Node.prototype.insertBefore;
68
- function insertBefore(newNode, refNode) {
69
- if (newNode instanceof DocumentFragment) {
70
- var child;
71
- while ((child = newNode.firstChild)) {
72
- origInsertBefore.call(this, child, refNode);
73
- }
74
- } else {
75
- origInsertBefore.call(this, newNode, refNode);
76
- }
77
- return newNode;
78
- }
79
- Node.prototype.insertBefore = insertBefore;
80
-
81
- var origAppendChild = Node.prototype.appendChild;
82
- Node.prototype.appendChild = function appendChild(child) {
83
- if (child instanceof DocumentFragment) {
84
- insertBefore.call(this, child, null);
85
- } else {
86
- origAppendChild.call(this, child);
87
- }
88
- return child;
89
- };
90
-
91
- var origRemoveChild = Node.prototype.removeChild;
92
- var origReplaceChild = Node.prototype.replaceChild;
93
- Node.prototype.replaceChild = function replaceChild(newChild, oldChild) {
94
- if (newChild instanceof DocumentFragment) {
95
- insertBefore.call(this, newChild, oldChild);
96
- origRemoveChild.call(this, oldChild);
97
- } else {
98
- origReplaceChild.call(this, newChild, oldChild);
99
- }
100
- return oldChild;
101
- };
102
-
103
- Document.prototype.createDocumentFragment = function createDocumentFragment() {
104
- var frag = this.createElement('df');
105
- frag.__proto__ = DocumentFragment.prototype;
106
- return frag;
107
- };
108
-
109
- var origImportNode = Document.prototype.importNode;
110
- Document.prototype.importNode = function importNode(impNode, deep) {
111
- deep = deep || false;
112
- var newNode = origImportNode.call(this, impNode, deep);
113
- if (impNode instanceof DocumentFragment) {
114
- newNode.__proto__ = DocumentFragment.prototype;
115
- }
116
- return newNode;
117
- };
118
- })();
119
- }
120
-
121
- // NOTE: we rely on this cloneNode not causing element upgrade.
122
- // This means this polyfill must load before the CE polyfill and
123
- // this would need to be re-worked if a browser supports native CE
124
- // but not <template>.
125
- var capturedCloneNode = Node.prototype.cloneNode;
126
- var capturedCreateElement = Document.prototype.createElement;
127
- var capturedImportNode = Document.prototype.importNode;
128
- var capturedRemoveChild = Node.prototype.removeChild;
129
- var capturedAppendChild = Node.prototype.appendChild;
130
- var capturedReplaceChild = Node.prototype.replaceChild;
131
- var capturedParseFromString = DOMParser.prototype.parseFromString;
132
- var capturedHTMLElementInnerHTML = Object.getOwnPropertyDescriptor(window.HTMLElement.prototype, 'innerHTML') || {
133
- /**
134
- * @this {!HTMLElement}
135
- * @return {string}
136
- */
137
- get: function() {
138
- return this.innerHTML;
139
- },
140
- /**
141
- * @this {!HTMLElement}
142
- * @param {string}
143
- */
144
- set: function(text) {
145
- this.innerHTML = text;
146
- }
147
- };
148
- var capturedChildNodes = Object.getOwnPropertyDescriptor(window.Node.prototype, 'childNodes') || {
149
- /**
150
- * @this {!Node}
151
- * @return {!NodeList}
152
- */
153
- get: function() {
154
- return this.childNodes;
155
- }
156
- };
157
-
158
- var elementQuerySelectorAll = Element.prototype.querySelectorAll;
159
- var docQuerySelectorAll = Document.prototype.querySelectorAll;
160
- var fragQuerySelectorAll = DocumentFragment.prototype.querySelectorAll;
161
-
162
- var scriptSelector = 'script:not([type]),script[type="application/javascript"],script[type="text/javascript"]';
163
-
164
- function QSA(node, selector) {
165
- // IE 11 throws a SyntaxError with `scriptSelector` if the node has no children due to the `:not([type])` syntax
166
- if (!node.childNodes.length) {
167
- return [];
168
- }
169
- switch (node.nodeType) {
170
- case Node.DOCUMENT_NODE:
171
- return docQuerySelectorAll.call(node, selector);
172
- case Node.DOCUMENT_FRAGMENT_NODE:
173
- return fragQuerySelectorAll.call(node, selector);
174
- default:
175
- return elementQuerySelectorAll.call(node, selector);
176
- }
177
- }
178
-
179
- // returns true if nested templates cannot be cloned (they cannot be on
180
- // some impl's like Safari 8 and Edge)
181
- // OR if cloning a document fragment does not result in a document fragment
182
- var needsCloning = (function() {
183
- if (!needsTemplate) {
184
- var t = document.createElement('template');
185
- var t2 = document.createElement('template');
186
- t2.content.appendChild(document.createElement('div'));
187
- t.content.appendChild(t2);
188
- var clone = t.cloneNode(true);
189
- return (clone.content.childNodes.length === 0 || clone.content.firstChild.content.childNodes.length === 0
190
- || brokenDocFragment);
191
- }
192
- })();
193
-
194
- var TEMPLATE_TAG = 'template';
195
- var PolyfilledHTMLTemplateElement = function() {};
196
-
197
- if (needsTemplate) {
198
-
199
- var contentDoc = document.implementation.createHTMLDocument('template');
200
- var canDecorate = true;
201
-
202
- var templateStyle = document.createElement('style');
203
- templateStyle.textContent = TEMPLATE_TAG + '{display:none;}';
204
-
205
- var head = document.head;
206
- head.insertBefore(templateStyle, head.firstElementChild);
207
-
208
- /**
209
- Provides a minimal shim for the <template> element.
210
- */
211
- PolyfilledHTMLTemplateElement.prototype = Object.create(HTMLElement.prototype);
212
-
213
-
214
- // if elements do not have `innerHTML` on instances, then
215
- // templates can be patched by swizzling their prototypes.
216
- var canProtoPatch =
217
- !(document.createElement('div').hasOwnProperty('innerHTML'));
218
-
219
- /**
220
- The `decorate` method moves element children to the template's `content`.
221
- NOTE: there is no support for dynamically adding elements to templates.
222
- */
223
- PolyfilledHTMLTemplateElement.decorate = function(template) {
224
- // if the template is decorated or not in HTML namespace, return fast
225
- if (template.content ||
226
- template.namespaceURI !== document.documentElement.namespaceURI) {
227
- return;
228
- }
229
- template.content = contentDoc.createDocumentFragment();
230
- var child;
231
- while ((child = template.firstChild)) {
232
- capturedAppendChild.call(template.content, child);
233
- }
234
- // NOTE: prefer prototype patching for performance and
235
- // because on some browsers (IE11), re-defining `innerHTML`
236
- // can result in intermittent errors.
237
- if (canProtoPatch) {
238
- template.__proto__ = PolyfilledHTMLTemplateElement.prototype;
239
- } else {
240
- template.cloneNode = function(deep) {
241
- return PolyfilledHTMLTemplateElement._cloneNode(this, deep);
242
- };
243
- // add innerHTML to template, if possible
244
- // Note: this throws on Safari 7
245
- if (canDecorate) {
246
- try {
247
- defineInnerHTML(template);
248
- defineOuterHTML(template);
249
- } catch (err) {
250
- canDecorate = false;
251
- }
252
- }
253
- }
254
- // bootstrap recursively
255
- PolyfilledHTMLTemplateElement.bootstrap(template.content);
256
- };
257
-
258
- // Taken from https://github.com/jquery/jquery/blob/73d7e6259c63ac45f42c6593da8c2796c6ce9281/src/manipulation/wrapMap.js
259
- var topLevelWrappingMap = {
260
- 'option': ['select'],
261
- 'thead': ['table'],
262
- 'col': ['colgroup', 'table'],
263
- 'tr': ['tbody', 'table'],
264
- 'th': ['tr', 'tbody', 'table'],
265
- 'td': ['tr', 'tbody', 'table']
266
- };
267
-
268
- var getTagName = function(text) {
269
- // Taken from https://github.com/jquery/jquery/blob/73d7e6259c63ac45f42c6593da8c2796c6ce9281/src/manipulation/var/rtagName.js
270
- return ( /<([a-z][^/\0>\x20\t\r\n\f]+)/i.exec(text) || ['', ''])[1].toLowerCase();
271
- };
272
-
273
- var defineInnerHTML = function defineInnerHTML(obj) {
274
- Object.defineProperty(obj, 'innerHTML', {
275
- get: function() {
276
- return getInnerHTML(this);
277
- },
278
- set: function(text) {
279
- // For IE11, wrap the text in the correct (table) context
280
- var wrap = topLevelWrappingMap[getTagName(text)];
281
- if (wrap) {
282
- for (var i = 0; i < wrap.length; i++) {
283
- text = '<' + wrap[i] + '>' + text + '</' + wrap[i] + '>';
284
- }
285
- }
286
- contentDoc.body.innerHTML = text;
287
- PolyfilledHTMLTemplateElement.bootstrap(contentDoc);
288
- while (this.content.firstChild) {
289
- capturedRemoveChild.call(this.content, this.content.firstChild);
290
- }
291
- var body = contentDoc.body;
292
- // If we had wrapped, get back to the original node
293
- if (wrap) {
294
- for (var j = 0; j < wrap.length; j++) {
295
- body = body.lastChild;
296
- }
297
- }
298
- while (body.firstChild) {
299
- capturedAppendChild.call(this.content, body.firstChild);
300
- }
301
- },
302
- configurable: true
303
- });
304
- };
305
-
306
- var defineOuterHTML = function defineOuterHTML(obj) {
307
- Object.defineProperty(obj, 'outerHTML', {
308
- get: function() {
309
- return '<' + TEMPLATE_TAG + '>' + this.innerHTML + '</' + TEMPLATE_TAG + '>';
310
- },
311
- set: function(innerHTML) {
312
- if (this.parentNode) {
313
- contentDoc.body.innerHTML = innerHTML;
314
- var docFrag = this.ownerDocument.createDocumentFragment();
315
- while (contentDoc.body.firstChild) {
316
- capturedAppendChild.call(docFrag, contentDoc.body.firstChild);
317
- }
318
- capturedReplaceChild.call(this.parentNode, docFrag, this);
319
- } else {
320
- throw new Error("Failed to set the 'outerHTML' property on 'Element': This element has no parent node.");
321
- }
322
- },
323
- configurable: true
324
- });
325
- };
326
-
327
- defineInnerHTML(PolyfilledHTMLTemplateElement.prototype);
328
- defineOuterHTML(PolyfilledHTMLTemplateElement.prototype);
329
-
330
- /**
331
- The `bootstrap` method is called automatically and "fixes" all
332
- <template> elements in the document referenced by the `doc` argument.
333
- */
334
- PolyfilledHTMLTemplateElement.bootstrap = function bootstrap(doc) {
335
- var templates = QSA(doc, TEMPLATE_TAG);
336
- for (var i=0, l=templates.length, t; (i<l) && (t=templates[i]); i++) {
337
- PolyfilledHTMLTemplateElement.decorate(t);
338
- }
339
- };
340
-
341
- // auto-bootstrapping for main document
342
- document.addEventListener('DOMContentLoaded', function() {
343
- PolyfilledHTMLTemplateElement.bootstrap(document);
344
- });
345
-
346
- // Patch document.createElement to ensure newly created templates have content
347
- Document.prototype.createElement = function createElement() {
348
- var el = capturedCreateElement.apply(this, arguments);
349
- if (el.localName === 'template') {
350
- PolyfilledHTMLTemplateElement.decorate(el);
351
- }
352
- return el;
353
- };
354
-
355
- DOMParser.prototype.parseFromString = function() {
356
- var el = capturedParseFromString.apply(this, arguments);
357
- PolyfilledHTMLTemplateElement.bootstrap(el);
358
- return el;
359
- };
360
-
361
- Object.defineProperty(HTMLElement.prototype, 'innerHTML', {
362
- get: function() {
363
- return getInnerHTML(this);
364
- },
365
- set: function(text) {
366
- capturedHTMLElementInnerHTML.set.call(this, text);
367
- PolyfilledHTMLTemplateElement.bootstrap(this);
368
- },
369
- configurable: true,
370
- enumerable: true
371
- });
372
-
373
- // http://www.whatwg.org/specs/web-apps/current-work/multipage/the-end.html#escapingString
374
- var escapeAttrRegExp = /[&\u00A0"]/g;
375
- var escapeDataRegExp = /[&\u00A0<>]/g;
376
-
377
- var escapeReplace = function(c) {
378
- switch (c) {
379
- case '&':
380
- return '&amp;';
381
- case '<':
382
- return '&lt;';
383
- case '>':
384
- return '&gt;';
385
- case '"':
386
- return '&quot;';
387
- case '\u00A0':
388
- return '&nbsp;';
389
- }
390
- };
391
-
392
- var escapeAttr = function(s) {
393
- return s.replace(escapeAttrRegExp, escapeReplace);
394
- };
395
-
396
- var escapeData = function(s) {
397
- return s.replace(escapeDataRegExp, escapeReplace);
398
- };
399
-
400
- var makeSet = function(arr) {
401
- var set = {};
402
- for (var i = 0; i < arr.length; i++) {
403
- set[arr[i]] = true;
404
- }
405
- return set;
406
- };
407
-
408
- // http://www.whatwg.org/specs/web-apps/current-work/#void-elements
409
- var voidElements = makeSet([
410
- 'area',
411
- 'base',
412
- 'br',
413
- 'col',
414
- 'command',
415
- 'embed',
416
- 'hr',
417
- 'img',
418
- 'input',
419
- 'keygen',
420
- 'link',
421
- 'meta',
422
- 'param',
423
- 'source',
424
- 'track',
425
- 'wbr'
426
- ]);
427
-
428
- var plaintextParents = makeSet([
429
- 'style',
430
- 'script',
431
- 'xmp',
432
- 'iframe',
433
- 'noembed',
434
- 'noframes',
435
- 'plaintext',
436
- 'noscript'
437
- ]);
438
-
439
- /**
440
- * @param {Node} node
441
- * @param {Node} parentNode
442
- * @param {Function=} callback
443
- */
444
- var getOuterHTML = function(node, parentNode, callback) {
445
- switch (node.nodeType) {
446
- case Node.ELEMENT_NODE: {
447
- var tagName = node.localName;
448
- var s = '<' + tagName;
449
- var attrs = node.attributes;
450
- for (var i = 0, attr; (attr = attrs[i]); i++) {
451
- s += ' ' + attr.name + '="' + escapeAttr(attr.value) + '"';
452
- }
453
- s += '>';
454
- if (voidElements[tagName]) {
455
- return s;
456
- }
457
- return s + getInnerHTML(node, callback) + '</' + tagName + '>';
458
- }
459
- case Node.TEXT_NODE: {
460
- var data = /** @type {Text} */ (node).data;
461
- if (parentNode && plaintextParents[parentNode.localName]) {
462
- return data;
463
- }
464
- return escapeData(data);
465
- }
466
- case Node.COMMENT_NODE: {
467
- return '<!--' + /** @type {Comment} */ (node).data + '-->';
468
- }
469
- default: {
470
- window.console.error(node);
471
- throw new Error('not implemented');
472
- }
473
- }
474
- };
475
-
476
- /**
477
- * @param {Node} node
478
- * @param {Function=} callback
479
- */
480
- var getInnerHTML = function(node, callback) {
481
- if (node.localName === 'template') {
482
- node = /** @type {HTMLTemplateElement} */ (node).content;
483
- }
484
- var s = '';
485
- var c$ = callback ? callback(node) : capturedChildNodes.get.call(node);
486
- for (var i=0, l=c$.length, child; (i<l) && (child=c$[i]); i++) {
487
- s += getOuterHTML(child, node, callback);
488
- }
489
- return s;
490
- };
491
-
492
- }
493
-
494
- // make cloning/importing work!
495
- if (needsTemplate || needsCloning) {
496
-
497
- PolyfilledHTMLTemplateElement._cloneNode = function _cloneNode(template, deep) {
498
- var clone = capturedCloneNode.call(template, false);
499
- // NOTE: decorate doesn't auto-fix children because they are already
500
- // decorated so they need special clone fixup.
501
- if (this.decorate) {
502
- this.decorate(clone);
503
- }
504
- if (deep) {
505
- // NOTE: use native clone node to make sure CE's wrapped
506
- // cloneNode does not cause elements to upgrade.
507
- capturedAppendChild.call(clone.content, capturedCloneNode.call(template.content, true));
508
- // now ensure nested templates are cloned correctly.
509
- fixClonedDom(clone.content, template.content);
510
- }
511
- return clone;
512
- };
513
-
514
- // Given a source and cloned subtree, find <template>'s in the cloned
515
- // subtree and replace them with cloned <template>'s from source.
516
- // We must do this because only the source templates have proper .content.
517
- var fixClonedDom = function fixClonedDom(clone, source) {
518
- // do nothing if cloned node is not an element
519
- if (!source.querySelectorAll) return;
520
- // these two lists should be coincident
521
- var s$ = QSA(source, TEMPLATE_TAG);
522
- if (s$.length === 0) {
523
- return;
524
- }
525
- var t$ = QSA(clone, TEMPLATE_TAG);
526
- for (var i=0, l=t$.length, t, s; i<l; i++) {
527
- s = s$[i];
528
- t = t$[i];
529
- if (PolyfilledHTMLTemplateElement && PolyfilledHTMLTemplateElement.decorate) {
530
- PolyfilledHTMLTemplateElement.decorate(s);
531
- }
532
- capturedReplaceChild.call(t.parentNode, cloneNode.call(s, true), t);
533
- }
534
- };
535
-
536
- // make sure scripts inside of a cloned template are executable
537
- var fixClonedScripts = function fixClonedScripts(fragment) {
538
- var scripts = QSA(fragment, scriptSelector);
539
- for (var ns, s, i = 0; i < scripts.length; i++) {
540
- s = scripts[i];
541
- ns = capturedCreateElement.call(document, 'script');
542
- ns.textContent = s.textContent;
543
- var attrs = s.attributes;
544
- for (var ai = 0, a; ai < attrs.length; ai++) {
545
- a = attrs[ai];
546
- ns.setAttribute(a.name, a.value);
547
- }
548
- capturedReplaceChild.call(s.parentNode, ns, s);
549
- }
550
- };
551
-
552
- // override all cloning to fix the cloned subtree to contain properly
553
- // cloned templates.
554
- var cloneNode = Node.prototype.cloneNode = function cloneNode(deep) {
555
- var dom;
556
- // workaround for Edge bug cloning documentFragments
557
- // https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8619646/
558
- if (!needsDocFrag && brokenDocFragment && this instanceof DocumentFragment) {
559
- if (!deep) {
560
- return this.ownerDocument.createDocumentFragment();
561
- } else {
562
- dom = importNode.call(this.ownerDocument, this, true);
563
- }
564
- } else if (this.nodeType === Node.ELEMENT_NODE &&
565
- this.localName === TEMPLATE_TAG &&
566
- this.namespaceURI == document.documentElement.namespaceURI) {
567
- dom = PolyfilledHTMLTemplateElement._cloneNode(this, deep);
568
- } else {
569
- dom = capturedCloneNode.call(this, deep);
570
- }
571
- // template.content is cloned iff `deep`.
572
- if (deep) {
573
- fixClonedDom(dom, this);
574
- }
575
- return dom;
576
- };
577
-
578
- // NOTE: we are cloning instead of importing <template>'s.
579
- // However, the ownerDocument of the cloned template will be correct!
580
- // This is because the native import node creates the right document owned
581
- // subtree and `fixClonedDom` inserts cloned templates into this subtree,
582
- // thus updating the owner doc.
583
- var importNode = Document.prototype.importNode = function importNode(element, deep) {
584
- deep = deep || false;
585
- if (element.localName === TEMPLATE_TAG) {
586
- return PolyfilledHTMLTemplateElement._cloneNode(element, deep);
587
- } else {
588
- var dom = capturedImportNode.call(this, element, deep);
589
- if (deep) {
590
- fixClonedDom(dom, element);
591
- fixClonedScripts(dom);
592
- }
593
- return dom;
594
- }
595
- };
596
- }
597
-
598
- if (needsTemplate) {
599
- window.HTMLTemplateElement = PolyfilledHTMLTemplateElement;
600
- }
601
-
602
- })();
@@ -1 +1 @@
1
- {"aliases":[],"dependencies":["Event","performance.now"],"docs":"https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver","spec":"http://rawgit.com/w3c/IntersectionObserver/master/index.html","notes":[],"repo":"https://github.com/w3c/IntersectionObserver","browsers":{"android":"<51","bb":"*","chrome":"< 51","edge":"< 16","edge_mob":"< 16","firefox":"< 55","firefox_mob":"< 55","ie":"*","ie_mob":"*","ios_saf":"<16","op_mini":"*","op_mob":"< 46","opera":"< 45","safari":"<16","samsung_mob":"< 7"},"detectSource":"\"IntersectionObserver\"in window&&\"IntersectionObserverEntry\"in window&&\"intersectionRatio\"in window.IntersectionObserverEntry.prototype\n","baseDir":"IntersectionObserver","hasTests":false,"isTestable":true,"isPublic":true,"size":6661}
1
+ {"aliases":[],"dependencies":["Event","performance.now"],"docs":"https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver","spec":"http://rawgit.com/w3c/IntersectionObserver/master/index.html","notes":[],"repo":"https://github.com/w3c/IntersectionObserver","browsers":{"android":"*","bb":"*","chrome":"<51","edge":"<16","edge_mob":"<16","firefox":"<55","firefox_mob":"<55","ie":"*","ie_mob":"*","opera":"<45","op_mob":"<46","op_mini":"*","safari":"<16.0","ios_saf":"<16.0","samsung_mob":"<7.0"},"detectSource":"\"IntersectionObserver\"in window&&\"IntersectionObserverEntry\"in window&&\"intersectionRatio\"in window.IntersectionObserverEntry.prototype\n","baseDir":"IntersectionObserver","hasTests":false,"isTestable":true,"isPublic":true,"size":6733}
@@ -1 +1 @@
1
- !function(t,e){"use strict";function n(t){this.time=t.time,this.target=t.target,this.rootBounds=t.rootBounds,this.boundingClientRect=t.boundingClientRect,this.intersectionRect=t.intersectionRect||u();try{this.isIntersecting=!!t.intersectionRect}catch(t){}var e=this.boundingClientRect,n=e.width*e.height,o=this.intersectionRect,i=o.width*o.height;this.intersectionRatio=n?Number((i/n).toFixed(4)):this.isIntersecting?1:0}function o(t,e){var n=e||{};if("function"!=typeof t)throw new Error("callback must be a function");if(n.root&&1!=n.root.nodeType)throw new Error("root must be an Element");this._checkForIntersections=r(this._checkForIntersections.bind(this),this.THROTTLE_TIMEOUT),this._callback=t,this._observationTargets=[],this._queuedEntries=[],this._rootMarginValues=this._parseRootMargin(n.rootMargin),this.thresholds=this._initThresholds(n.threshold),this.root=n.root||null,this.rootMargin=this._rootMarginValues.map(function(t){return t.value+t.unit}).join(" ")}function i(){return t.performance&&performance.now&&performance.now()}function r(t,e){var n=null;return function(){n||(n=setTimeout(function(){t(),n=null},e))}}function s(t,e,n,o){"function"==typeof t.addEventListener?t.addEventListener(e,n,o||!1):"function"==typeof t.attachEvent&&t.attachEvent("on"+e,n)}function h(t,e,n,o){"function"==typeof t.removeEventListener?t.removeEventListener(e,n,o||!1):"function"==typeof t.detatchEvent&&t.detatchEvent("on"+e,n)}function c(t,e){var n=Math.max(t.top,e.top),o=Math.min(t.bottom,e.bottom),i=Math.max(t.left,e.left),r=Math.min(t.right,e.right),s=r-i,h=o-n;return s>=0&&h>=0&&{top:n,bottom:o,left:i,right:r,width:s,height:h}}function a(t){var e;try{e=t.getBoundingClientRect()}catch(t){}return e?(e.width&&e.height||(e={top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.right-e.left,height:e.bottom-e.top}),e):u()}function u(){return{top:0,bottom:0,left:0,right:0,width:0,height:0}}function l(t,e){for(var n=e;n;){if(n==t)return!0;n=p(n)}return!1}function p(t){var e=t.parentNode;return e&&11==e.nodeType&&e.host?e.host:e&&e.assignedSlot?e.assignedSlot.parentNode:e}if(!("IntersectionObserver"in t&&"IntersectionObserverEntry"in t&&"intersectionRatio"in t.IntersectionObserverEntry.prototype)){var f=[];o.prototype.THROTTLE_TIMEOUT=100,o.prototype.POLL_INTERVAL=null,o.prototype.USE_MUTATION_OBSERVER=!0,o.prototype.observe=function(t){if(!this._observationTargets.some(function(e){return e.element==t})){if(!t||1!=t.nodeType)throw new Error("target must be an Element");this._registerInstance(),this._observationTargets.push({element:t,entry:null}),this._monitorIntersections(),this._checkForIntersections()}},o.prototype.unobserve=function(t){this._observationTargets=this._observationTargets.filter(function(e){return e.element!=t}),this._observationTargets.length||(this._unmonitorIntersections(),this._unregisterInstance())},o.prototype.disconnect=function(){this._observationTargets=[],this._unmonitorIntersections(),this._unregisterInstance()},o.prototype.takeRecords=function(){var t=this._queuedEntries.slice();return this._queuedEntries=[],t},o.prototype._initThresholds=function(t){var e=t||[0];return Array.isArray(e)||(e=[e]),e.sort().filter(function(t,e,n){if("number"!=typeof t||isNaN(t)||t<0||t>1)throw new Error("threshold must be a number between 0 and 1 inclusively");return t!==n[e-1]})},o.prototype._parseRootMargin=function(t){var e=t||"0px",n=e.split(/\s+/).map(function(t){var e=/^(-?\d*\.?\d+)(px|%)$/.exec(t);if(!e)throw new Error("rootMargin must be specified in pixels or percent");return{value:parseFloat(e[1]),unit:e[2]}});return n[1]=n[1]||n[0],n[2]=n[2]||n[0],n[3]=n[3]||n[1],n},o.prototype._monitorIntersections=function(){this._monitoringIntersections||(this._monitoringIntersections=!0,this.POLL_INTERVAL?this._monitoringInterval=setInterval(this._checkForIntersections,this.POLL_INTERVAL):(s(t,"resize",this._checkForIntersections,!0),s(e,"scroll",this._checkForIntersections,!0),this.USE_MUTATION_OBSERVER&&"MutationObserver"in t&&(this._domObserver=new MutationObserver(this._checkForIntersections),this._domObserver.observe(e,{attributes:!0,childList:!0,characterData:!0,subtree:!0}))))},o.prototype._unmonitorIntersections=function(){this._monitoringIntersections&&(this._monitoringIntersections=!1,clearInterval(this._monitoringInterval),this._monitoringInterval=null,h(t,"resize",this._checkForIntersections,!0),h(e,"scroll",this._checkForIntersections,!0),this._domObserver&&(this._domObserver.disconnect(),this._domObserver=null))},o.prototype._checkForIntersections=function(){var t=this._rootIsInDom(),e=t?this._getRootRect():u();this._observationTargets.forEach(function(o){var r=o.element,s=a(r),h=this._rootContainsTarget(r),c=o.entry,u=t&&h&&this._computeTargetAndRootIntersection(r,e),l=o.entry=new n({time:i(),target:r,boundingClientRect:s,rootBounds:e,intersectionRect:u});c?t&&h?this._hasCrossedThreshold(c,l)&&this._queuedEntries.push(l):c&&c.isIntersecting&&this._queuedEntries.push(l):this._queuedEntries.push(l)},this),this._queuedEntries.length&&this._callback(this.takeRecords(),this)},o.prototype._computeTargetAndRootIntersection=function(n,o){if("none"!=t.getComputedStyle(n).display){for(var i=a(n),r=i,s=p(n),h=!1;!h;){var u=null,l=1==s.nodeType?t.getComputedStyle(s):{};if("none"==l.display)return;if(s==this.root||s==e?(h=!0,u=o):s!=e.body&&s!=e.documentElement&&"visible"!=l.overflow&&(u=a(s)),u&&!(r=c(u,r)))break;s=p(s)}return r}},o.prototype._getRootRect=function(){var t;if(this.root)t=a(this.root);else{var n=e.documentElement,o=e.body;t={top:0,left:0,right:n.clientWidth||o.clientWidth,width:n.clientWidth||o.clientWidth,bottom:n.clientHeight||o.clientHeight,height:n.clientHeight||o.clientHeight}}return this._expandRectByRootMargin(t)},o.prototype._expandRectByRootMargin=function(t){var e=this._rootMarginValues.map(function(e,n){return"px"==e.unit?e.value:e.value*(n%2?t.width:t.height)/100}),n={top:t.top-e[0],right:t.right+e[1],bottom:t.bottom+e[2],left:t.left-e[3]};return n.width=n.right-n.left,n.height=n.bottom-n.top,n},o.prototype._hasCrossedThreshold=function(t,e){var n=t&&t.isIntersecting?t.intersectionRatio||0:-1,o=e.isIntersecting?e.intersectionRatio||0:-1;if(n!==o)for(var i=0;i<this.thresholds.length;i++){var r=this.thresholds[i];if(r==n||r==o||r<n!=r<o)return!0}},o.prototype._rootIsInDom=function(){return!this.root||l(e,this.root)},o.prototype._rootContainsTarget=function(t){return l(this.root||e,t)},o.prototype._registerInstance=function(){f.indexOf(this)<0&&f.push(this)},o.prototype._unregisterInstance=function(){var t=f.indexOf(this);-1!=t&&f.splice(t,1)},t.IntersectionObserver=o,t.IntersectionObserverEntry=n}}(window,document);
1
+ !function(t,e){"use strict";function n(t){this.time=t.time,this.target=t.target,this.rootBounds=t.rootBounds,this.boundingClientRect=t.boundingClientRect,this.intersectionRect=t.intersectionRect||u();try{this.isIntersecting=!!t.intersectionRect}catch(t){}var e=this.boundingClientRect,n=e.width*e.height,o=this.intersectionRect,i=o.width*o.height;this.intersectionRatio=n?Number((i/n).toFixed(4)):this.isIntersecting?1:0}function o(t,e){var n=e||{};if("function"!=typeof t)throw new Error("callback must be a function");if(n.root&&1!=n.root.nodeType)throw new Error("root must be an Element");this._checkForIntersections=r(this._checkForIntersections.bind(this),this.THROTTLE_TIMEOUT),this._callback=t,this._observationTargets=[],this._queuedEntries=[],this._rootMarginValues=this._parseRootMargin(n.rootMargin),this.thresholds=this._initThresholds(n.threshold),this.root=n.root||null,this.rootMargin=this._rootMarginValues.map(function(t){return t.value+t.unit}).join(" ")}function i(){return t.performance&&performance.now&&performance.now()}function r(t,e){var n=null;return function(){n||(n=setTimeout(function(){t(),n=null},e))}}function s(t,e,n,o){"function"==typeof t.addEventListener?t.addEventListener(e,n,o||!1):"function"==typeof t.attachEvent&&t.attachEvent("on"+e,n)}function h(t,e,n,o){"function"==typeof t.removeEventListener?t.removeEventListener(e,n,o||!1):"function"==typeof t.detatchEvent&&t.detatchEvent("on"+e,n)}function c(t,e){var n=Math.max(t.top,e.top),o=Math.min(t.bottom,e.bottom),i=Math.max(t.left,e.left),r=Math.min(t.right,e.right),s=r-i,h=o-n;return s>=0&&h>=0&&{x:i,y:n,top:n,bottom:o,left:i,right:r,width:s,height:h}}function a(t){var e;try{e=t.getBoundingClientRect()}catch(t){}return e?(e.width&&e.height&&e.x&&e.y||(e={x:e.left,y:e.top,top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.right-e.left,height:e.bottom-e.top}),e):u()}function u(){return{x:0,y:0,top:0,bottom:0,left:0,right:0,width:0,height:0}}function l(t,e){for(var n=e;n;){if(n==t)return!0;n=p(n)}return!1}function p(t){var e=t.parentNode;return e&&11==e.nodeType&&e.host?e.host:e&&e.assignedSlot?e.assignedSlot.parentNode:e}if(!("IntersectionObserver"in t&&"IntersectionObserverEntry"in t&&"intersectionRatio"in t.IntersectionObserverEntry.prototype)){var f=[];o.prototype.THROTTLE_TIMEOUT=100,o.prototype.POLL_INTERVAL=null,o.prototype.USE_MUTATION_OBSERVER=!0,o.prototype.observe=function(t){if(!this._observationTargets.some(function(e){return e.element==t})){if(!t||1!=t.nodeType)throw new Error("target must be an Element");this._registerInstance(),this._observationTargets.push({element:t,entry:null}),this._monitorIntersections(),this._checkForIntersections()}},o.prototype.unobserve=function(t){this._observationTargets=this._observationTargets.filter(function(e){return e.element!=t}),this._observationTargets.length||(this._unmonitorIntersections(),this._unregisterInstance())},o.prototype.disconnect=function(){this._observationTargets=[],this._unmonitorIntersections(),this._unregisterInstance()},o.prototype.takeRecords=function(){var t=this._queuedEntries.slice();return this._queuedEntries=[],t},o.prototype._initThresholds=function(t){var e=t||[0];return Array.isArray(e)||(e=[e]),e.sort().filter(function(t,e,n){if("number"!=typeof t||isNaN(t)||t<0||t>1)throw new Error("threshold must be a number between 0 and 1 inclusively");return t!==n[e-1]})},o.prototype._parseRootMargin=function(t){var e=t||"0px",n=e.split(/\s+/).map(function(t){var e=/^(-?\d*\.?\d+)(px|%)$/.exec(t);if(!e)throw new Error("rootMargin must be specified in pixels or percent");return{value:parseFloat(e[1]),unit:e[2]}});return n[1]=n[1]||n[0],n[2]=n[2]||n[0],n[3]=n[3]||n[1],n},o.prototype._monitorIntersections=function(){this._monitoringIntersections||(this._monitoringIntersections=!0,this.POLL_INTERVAL?this._monitoringInterval=setInterval(this._checkForIntersections,this.POLL_INTERVAL):(s(t,"resize",this._checkForIntersections,!0),s(e,"scroll",this._checkForIntersections,!0),this.USE_MUTATION_OBSERVER&&"MutationObserver"in t&&(this._domObserver=new MutationObserver(this._checkForIntersections),this._domObserver.observe(e,{attributes:!0,childList:!0,characterData:!0,subtree:!0}))))},o.prototype._unmonitorIntersections=function(){this._monitoringIntersections&&(this._monitoringIntersections=!1,clearInterval(this._monitoringInterval),this._monitoringInterval=null,h(t,"resize",this._checkForIntersections,!0),h(e,"scroll",this._checkForIntersections,!0),this._domObserver&&(this._domObserver.disconnect(),this._domObserver=null))},o.prototype._checkForIntersections=function(){var t=this._rootIsInDom(),e=t?this._getRootRect():u();this._observationTargets.forEach(function(o){var r=o.element,s=a(r),h=this._rootContainsTarget(r),c=o.entry,u=t&&h&&this._computeTargetAndRootIntersection(r,e),l=o.entry=new n({time:i(),target:r,boundingClientRect:s,rootBounds:e,intersectionRect:u});c?t&&h?this._hasCrossedThreshold(c,l)&&this._queuedEntries.push(l):c&&c.isIntersecting&&this._queuedEntries.push(l):this._queuedEntries.push(l)},this),this._queuedEntries.length&&this._callback(this.takeRecords(),this)},o.prototype._computeTargetAndRootIntersection=function(n,o){if("none"!=t.getComputedStyle(n).display){for(var i=a(n),r=i,s=p(n),h=!1;!h;){var u=null,l=1==s.nodeType?t.getComputedStyle(s):{};if("none"==l.display)return;if(s==this.root||s==e?(h=!0,u=o):s!=e.body&&s!=e.documentElement&&"visible"!=l.overflow&&(u=a(s)),u&&!(r=c(u,r)))break;s=p(s)}return r}},o.prototype._getRootRect=function(){var t;if(this.root)t=a(this.root);else{var n=e.documentElement,o=e.body;t={x:0,y:0,top:0,left:0,right:n.clientWidth||o.clientWidth,width:n.clientWidth||o.clientWidth,bottom:n.clientHeight||o.clientHeight,height:n.clientHeight||o.clientHeight}}return this._expandRectByRootMargin(t)},o.prototype._expandRectByRootMargin=function(t){var e=this._rootMarginValues.map(function(e,n){return"px"==e.unit?e.value:e.value*(n%2?t.width:t.height)/100}),n={top:t.top-e[0],right:t.right+e[1],bottom:t.bottom+e[2],left:t.left-e[3]};return n.width=n.right-n.left,n.height=n.bottom-n.top,n.x=n.left,n.y=n.top,n},o.prototype._hasCrossedThreshold=function(t,e){var n=t&&t.isIntersecting?t.intersectionRatio||0:-1,o=e.isIntersecting?e.intersectionRatio||0:-1;if(n!==o)for(var i=0;i<this.thresholds.length;i++){var r=this.thresholds[i];if(r==n||r==o||r<n!=r<o)return!0}},o.prototype._rootIsInDom=function(){return!this.root||l(e,this.root)},o.prototype._rootContainsTarget=function(t){return l(this.root||e,t)},o.prototype._registerInstance=function(){f.indexOf(this)<0&&f.push(this)},o.prototype._unregisterInstance=function(){var t=f.indexOf(this);-1!=t&&f.splice(t,1)},t.IntersectionObserver=o,t.IntersectionObserverEntry=n}}(window,document);