create-byan-agent 1.2.6 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (6408) hide show
  1. package/.github/agents/bmad-agent-bmad-master.md +40 -0
  2. package/.github/agents/bmad-agent-bmb-agent-builder.md +15 -0
  3. package/.github/agents/bmad-agent-bmb-module-builder.md +15 -0
  4. package/.github/agents/bmad-agent-bmb-workflow-builder.md +15 -0
  5. package/.github/agents/bmad-agent-bmm-analyst.md +15 -0
  6. package/.github/agents/bmad-agent-bmm-architect.md +15 -0
  7. package/.github/agents/bmad-agent-bmm-dev.md +15 -0
  8. package/.github/agents/bmad-agent-bmm-pm.md +15 -0
  9. package/.github/agents/bmad-agent-bmm-quick-flow-solo-dev.md +15 -0
  10. package/.github/agents/bmad-agent-bmm-quinn.md +15 -0
  11. package/.github/agents/bmad-agent-bmm-sm.md +15 -0
  12. package/.github/agents/bmad-agent-bmm-tech-writer.md +15 -0
  13. package/.github/agents/bmad-agent-bmm-ux-designer.md +15 -0
  14. package/.github/agents/bmad-agent-byan-test.md +32 -0
  15. package/.github/agents/bmad-agent-byan.md +251 -0
  16. package/.github/agents/bmad-agent-carmack.md +18 -0
  17. package/.github/agents/bmad-agent-cis-brainstorming-coach.md +15 -0
  18. package/.github/agents/bmad-agent-cis-creative-problem-solver.md +15 -0
  19. package/.github/agents/bmad-agent-cis-design-thinking-coach.md +15 -0
  20. package/.github/agents/bmad-agent-cis-innovation-strategist.md +15 -0
  21. package/.github/agents/bmad-agent-cis-presentation-master.md +15 -0
  22. package/.github/agents/bmad-agent-cis-storyteller.md +15 -0
  23. package/.github/agents/bmad-agent-drawio.md +44 -0
  24. package/.github/agents/bmad-agent-marc.md +74 -0
  25. package/.github/agents/bmad-agent-patnote.md +48 -0
  26. package/.github/agents/bmad-agent-rachid.md +47 -0
  27. package/.github/agents/bmad-agent-tea-tea.md +15 -0
  28. package/.github/agents/bmad-agent-test-dynamic.md +21 -0
  29. package/.github/agents/franck.md +379 -0
  30. package/README.MD +225 -0
  31. package/__tests__/byan-v2/context/copilot-context.test.js +327 -0
  32. package/__tests__/byan-v2/context/session-state.test.js +322 -0
  33. package/__tests__/byan-v2/dispatcher/complexity-scorer.test.js +358 -0
  34. package/__tests__/byan-v2/dispatcher/local-executor.test.js +496 -0
  35. package/__tests__/byan-v2/dispatcher/task-router.test.js +265 -0
  36. package/__tests__/byan-v2/dispatcher/task-tool-interface.test.js +328 -0
  37. package/__tests__/byan-v2/generation/agent-profile-validator.test.js +386 -0
  38. package/__tests__/byan-v2/generation/profile-template.test.js +338 -0
  39. package/__tests__/byan-v2/integration/system-integration.test.js +306 -0
  40. package/__tests__/byan-v2/observability/error-tracker.test.js +461 -0
  41. package/__tests__/byan-v2/observability/logger.test.js +419 -0
  42. package/__tests__/byan-v2/observability/metrics-collector.test.js +346 -0
  43. package/__tests__/byan-v2/orchestrator/analysis-state.test.js +493 -0
  44. package/__tests__/byan-v2/orchestrator/generation-state.test.js +518 -0
  45. package/__tests__/byan-v2/orchestrator/interview-state.test.js +470 -0
  46. package/__tests__/byan-v2/orchestrator/state-machine.test.js +396 -0
  47. package/__tests__/cache.test.js +241 -0
  48. package/__tests__/context.test.js +135 -0
  49. package/__tests__/dashboard.test.js +444 -0
  50. package/__tests__/dispatcher.test.js +245 -0
  51. package/__tests__/integration.test.js +163 -0
  52. package/__tests__/metrics-collector.test.js +433 -0
  53. package/__tests__/structured-logger.test.js +358 -0
  54. package/__tests__/worker-pool.test.js +343 -0
  55. package/__tests__/workflow-executor.test.js +356 -0
  56. package/_bmad/_config/agent-manifest.csv +24 -0
  57. package/_bmad/_config/agents/bmb-agent-builder.customize.yaml +41 -0
  58. package/_bmad/_config/agents/bmb-module-builder.customize.yaml +41 -0
  59. package/_bmad/_config/agents/bmb-workflow-builder.customize.yaml +41 -0
  60. package/_bmad/_config/agents/bmm-analyst.customize.yaml +41 -0
  61. package/_bmad/_config/agents/bmm-architect.customize.yaml +41 -0
  62. package/_bmad/_config/agents/bmm-dev.customize.yaml +41 -0
  63. package/_bmad/_config/agents/bmm-pm.customize.yaml +41 -0
  64. package/_bmad/_config/agents/bmm-quick-flow-solo-dev.customize.yaml +41 -0
  65. package/_bmad/_config/agents/bmm-quinn.customize.yaml +41 -0
  66. package/_bmad/_config/agents/bmm-sm.customize.yaml +41 -0
  67. package/_bmad/_config/agents/bmm-tech-writer.customize.yaml +41 -0
  68. package/_bmad/_config/agents/bmm-ux-designer.customize.yaml +41 -0
  69. package/_bmad/_config/agents/byan.customize.yaml +29 -0
  70. package/_bmad/_config/agents/cis-brainstorming-coach.customize.yaml +41 -0
  71. package/_bmad/_config/agents/cis-creative-problem-solver.customize.yaml +41 -0
  72. package/_bmad/_config/agents/cis-design-thinking-coach.customize.yaml +41 -0
  73. package/_bmad/_config/agents/cis-innovation-strategist.customize.yaml +41 -0
  74. package/_bmad/_config/agents/cis-presentation-master.customize.yaml +41 -0
  75. package/_bmad/_config/agents/cis-storyteller.customize.yaml +41 -0
  76. package/_bmad/_config/agents/core-bmad-master.customize.yaml +41 -0
  77. package/_bmad/_config/agents/tea-tea.customize.yaml +41 -0
  78. package/_bmad/_config/bmad-help.csv +72 -0
  79. package/_bmad/_config/files-manifest.csv +607 -0
  80. package/_bmad/_config/ides/codex.yaml +5 -0
  81. package/_bmad/_config/manifest.yaml +43 -0
  82. package/_bmad/_config/task-manifest.csv +9 -0
  83. package/_bmad/_config/tool-manifest.csv +1 -0
  84. package/_bmad/_config/workflow-manifest.csv +42 -0
  85. package/_bmad/_memory/config.yaml +11 -0
  86. package/_bmad/_memory/storyteller-sidecar/stories-told.md +7 -0
  87. package/_bmad/_memory/storyteller-sidecar/story-preferences.md +7 -0
  88. package/_bmad/_memory/tech-writer-sidecar/documentation-standards.md +224 -0
  89. package/_bmad/bmb/agents/agent-builder.md +59 -0
  90. package/_bmad/bmb/agents/byan-test.md +116 -0
  91. package/_bmad/bmb/agents/byan.backup.20260202_212559.md +215 -0
  92. package/_bmad/bmb/agents/byan.md +215 -0
  93. package/_bmad/bmb/agents/byan.optimized-v2.md +116 -0
  94. package/_bmad/bmb/agents/byan.optimized.md +189 -0
  95. package/_bmad/bmb/agents/drawio.md +359 -0
  96. package/_bmad/bmb/agents/marc.md +303 -0
  97. package/_bmad/bmb/agents/module-builder.md +60 -0
  98. package/_bmad/bmb/agents/patnote.md +495 -0
  99. package/_bmad/bmb/agents/rachid.md +184 -0
  100. package/_bmad/bmb/agents/workflow-builder.md +61 -0
  101. package/_bmad/bmb/config.yaml +12 -0
  102. package/_bmad/bmb/module-help.csv +13 -0
  103. package/_bmad/bmb/workflows/agent/data/agent-compilation.md +273 -0
  104. package/_bmad/bmb/workflows/agent/data/agent-menu-patterns.md +233 -0
  105. package/_bmad/bmb/workflows/agent/data/agent-metadata.md +208 -0
  106. package/_bmad/bmb/workflows/agent/data/brainstorm-context.md +146 -0
  107. package/_bmad/bmb/workflows/agent/data/communication-presets.csv +61 -0
  108. package/_bmad/bmb/workflows/agent/data/critical-actions.md +120 -0
  109. package/_bmad/bmb/workflows/agent/data/expert-agent-architecture.md +236 -0
  110. package/_bmad/bmb/workflows/agent/data/expert-agent-validation.md +174 -0
  111. package/_bmad/bmb/workflows/agent/data/module-agent-validation.md +126 -0
  112. package/_bmad/bmb/workflows/agent/data/persona-properties.md +266 -0
  113. package/_bmad/bmb/workflows/agent/data/principles-crafting.md +292 -0
  114. package/_bmad/bmb/workflows/agent/data/reference/module-examples/architect.md +68 -0
  115. package/_bmad/bmb/workflows/agent/data/simple-agent-architecture.md +204 -0
  116. package/_bmad/bmb/workflows/agent/data/simple-agent-validation.md +133 -0
  117. package/_bmad/bmb/workflows/agent/data/understanding-agent-types.md +222 -0
  118. package/_bmad/bmb/workflows/agent/steps-c/step-01-brainstorm.md +128 -0
  119. package/_bmad/bmb/workflows/agent/steps-c/step-02-discovery.md +170 -0
  120. package/_bmad/bmb/workflows/agent/steps-c/step-03-type-metadata.md +296 -0
  121. package/_bmad/bmb/workflows/agent/steps-c/step-04-persona.md +212 -0
  122. package/_bmad/bmb/workflows/agent/steps-c/step-05-commands-menu.md +178 -0
  123. package/_bmad/bmb/workflows/agent/steps-c/step-06-activation.md +279 -0
  124. package/_bmad/bmb/workflows/agent/steps-c/step-07a-build-simple.md +187 -0
  125. package/_bmad/bmb/workflows/agent/steps-c/step-07b-build-expert.md +201 -0
  126. package/_bmad/bmb/workflows/agent/steps-c/step-07c-build-module.md +258 -0
  127. package/_bmad/bmb/workflows/agent/steps-c/step-08-celebrate.md +249 -0
  128. package/_bmad/bmb/workflows/agent/steps-e/e-01-load-existing.md +221 -0
  129. package/_bmad/bmb/workflows/agent/steps-e/e-02-discover-edits.md +193 -0
  130. package/_bmad/bmb/workflows/agent/steps-e/e-03-placeholder.md +1 -0
  131. package/_bmad/bmb/workflows/agent/steps-e/e-04-type-metadata.md +124 -0
  132. package/_bmad/bmb/workflows/agent/steps-e/e-05-persona.md +134 -0
  133. package/_bmad/bmb/workflows/agent/steps-e/e-06-commands-menu.md +122 -0
  134. package/_bmad/bmb/workflows/agent/steps-e/e-07-activation.md +125 -0
  135. package/_bmad/bmb/workflows/agent/steps-e/e-08a-edit-simple.md +137 -0
  136. package/_bmad/bmb/workflows/agent/steps-e/e-08b-edit-expert.md +119 -0
  137. package/_bmad/bmb/workflows/agent/steps-e/e-08c-edit-module.md +123 -0
  138. package/_bmad/bmb/workflows/agent/steps-e/e-09-celebrate.md +155 -0
  139. package/_bmad/bmb/workflows/agent/steps-v/v-01-load-review.md +136 -0
  140. package/_bmad/bmb/workflows/agent/steps-v/v-02a-validate-metadata.md +116 -0
  141. package/_bmad/bmb/workflows/agent/steps-v/v-02b-validate-persona.md +124 -0
  142. package/_bmad/bmb/workflows/agent/steps-v/v-02c-validate-menu.md +145 -0
  143. package/_bmad/bmb/workflows/agent/steps-v/v-02d-validate-structure.md +136 -0
  144. package/_bmad/bmb/workflows/agent/steps-v/v-02e-validate-sidecar.md +136 -0
  145. package/_bmad/bmb/workflows/agent/steps-v/v-03-summary.md +104 -0
  146. package/_bmad/bmb/workflows/agent/templates/agent-plan.template.md +5 -0
  147. package/_bmad/bmb/workflows/agent/templates/expert-agent-template/expert-agent.template.md +77 -0
  148. package/_bmad/bmb/workflows/agent/templates/simple-agent.template.md +72 -0
  149. package/_bmad/bmb/workflows/agent/workflow.md +123 -0
  150. package/_bmad/bmb/workflows/byan/data/mantras.yaml +272 -0
  151. package/_bmad/bmb/workflows/byan/data/templates.yaml +59 -0
  152. package/_bmad/bmb/workflows/byan/delete-agent-workflow.md +657 -0
  153. package/_bmad/bmb/workflows/byan/edit-agent-workflow.md +688 -0
  154. package/_bmad/bmb/workflows/byan/interview-workflow.md +753 -0
  155. package/_bmad/bmb/workflows/byan/quick-create-workflow.md +450 -0
  156. package/_bmad/bmb/workflows/byan/templates/base-agent-template.md +79 -0
  157. package/_bmad/bmb/workflows/byan/validate-agent-workflow.md +676 -0
  158. package/_bmad/bmb/workflows/module/data/agent-architecture.md +179 -0
  159. package/_bmad/bmb/workflows/module/data/agent-spec-template.md +79 -0
  160. package/_bmad/bmb/workflows/module/data/module-installer-standards.md +348 -0
  161. package/_bmad/bmb/workflows/module/data/module-standards.md +280 -0
  162. package/_bmad/bmb/workflows/module/data/module-yaml-conventions.md +392 -0
  163. package/_bmad/bmb/workflows/module/steps-b/step-01-welcome.md +147 -0
  164. package/_bmad/bmb/workflows/module/steps-b/step-02-spark.md +140 -0
  165. package/_bmad/bmb/workflows/module/steps-b/step-03-module-type.md +148 -0
  166. package/_bmad/bmb/workflows/module/steps-b/step-04-vision.md +82 -0
  167. package/_bmad/bmb/workflows/module/steps-b/step-05-identity.md +96 -0
  168. package/_bmad/bmb/workflows/module/steps-b/step-06-users.md +85 -0
  169. package/_bmad/bmb/workflows/module/steps-b/step-07-value.md +75 -0
  170. package/_bmad/bmb/workflows/module/steps-b/step-08-agents.md +96 -0
  171. package/_bmad/bmb/workflows/module/steps-b/step-09-workflows.md +82 -0
  172. package/_bmad/bmb/workflows/module/steps-b/step-10-tools.md +90 -0
  173. package/_bmad/bmb/workflows/module/steps-b/step-11-scenarios.md +83 -0
  174. package/_bmad/bmb/workflows/module/steps-b/step-12-creative.md +94 -0
  175. package/_bmad/bmb/workflows/module/steps-b/step-13-review.md +104 -0
  176. package/_bmad/bmb/workflows/module/steps-b/step-14-finalize.md +117 -0
  177. package/_bmad/bmb/workflows/module/steps-c/step-01-load-brief.md +178 -0
  178. package/_bmad/bmb/workflows/module/steps-c/step-01b-continue.md +83 -0
  179. package/_bmad/bmb/workflows/module/steps-c/step-02-structure.md +109 -0
  180. package/_bmad/bmb/workflows/module/steps-c/step-03-config.md +118 -0
  181. package/_bmad/bmb/workflows/module/steps-c/step-04-installer.md +160 -0
  182. package/_bmad/bmb/workflows/module/steps-c/step-05-agents.md +167 -0
  183. package/_bmad/bmb/workflows/module/steps-c/step-06-workflows.md +183 -0
  184. package/_bmad/bmb/workflows/module/steps-c/step-07-docs.md +402 -0
  185. package/_bmad/bmb/workflows/module/steps-c/step-08-complete.md +123 -0
  186. package/_bmad/bmb/workflows/module/steps-e/step-01-load-target.md +81 -0
  187. package/_bmad/bmb/workflows/module/steps-e/step-02-select-edit.md +77 -0
  188. package/_bmad/bmb/workflows/module/steps-e/step-03-apply-edit.md +77 -0
  189. package/_bmad/bmb/workflows/module/steps-e/step-04-review.md +80 -0
  190. package/_bmad/bmb/workflows/module/steps-e/step-05-confirm.md +75 -0
  191. package/_bmad/bmb/workflows/module/steps-v/step-01-load-target.md +96 -0
  192. package/_bmad/bmb/workflows/module/steps-v/step-02-file-structure.md +94 -0
  193. package/_bmad/bmb/workflows/module/steps-v/step-03-module-yaml.md +99 -0
  194. package/_bmad/bmb/workflows/module/steps-v/step-04-agent-specs.md +152 -0
  195. package/_bmad/bmb/workflows/module/steps-v/step-05-workflow-specs.md +152 -0
  196. package/_bmad/bmb/workflows/module/steps-v/step-06-documentation.md +143 -0
  197. package/_bmad/bmb/workflows/module/steps-v/step-07-installation.md +113 -0
  198. package/_bmad/bmb/workflows/module/steps-v/step-08-report.md +197 -0
  199. package/_bmad/bmb/workflows/module/templates/brief-template.md +154 -0
  200. package/_bmad/bmb/workflows/module/templates/workflow-spec-template.md +96 -0
  201. package/_bmad/bmb/workflows/module/workflow.md +100 -0
  202. package/_bmad/bmb/workflows/workflow/data/architecture.md +152 -0
  203. package/_bmad/bmb/workflows/workflow/data/common-workflow-tools.csv +19 -0
  204. package/_bmad/bmb/workflows/workflow/data/csv-data-file-standards.md +81 -0
  205. package/_bmad/bmb/workflows/workflow/data/frontmatter-standards.md +225 -0
  206. package/_bmad/bmb/workflows/workflow/data/input-discovery-standards.md +269 -0
  207. package/_bmad/bmb/workflows/workflow/data/intent-vs-prescriptive-spectrum.md +50 -0
  208. package/_bmad/bmb/workflows/workflow/data/menu-handling-standards.md +167 -0
  209. package/_bmad/bmb/workflows/workflow/data/output-format-standards.md +188 -0
  210. package/_bmad/bmb/workflows/workflow/data/step-file-rules.md +235 -0
  211. package/_bmad/bmb/workflows/workflow/data/step-type-patterns.md +311 -0
  212. package/_bmad/bmb/workflows/workflow/data/subprocess-optimization-patterns.md +386 -0
  213. package/_bmad/bmb/workflows/workflow/data/trimodal-workflow-structure.md +209 -0
  214. package/_bmad/bmb/workflows/workflow/data/workflow-chaining-standards.md +271 -0
  215. package/_bmad/bmb/workflows/workflow/data/workflow-examples.md +276 -0
  216. package/_bmad/bmb/workflows/workflow/data/workflow-type-criteria.md +172 -0
  217. package/_bmad/bmb/workflows/workflow/steps-c/step-00-conversion.md +262 -0
  218. package/_bmad/bmb/workflows/workflow/steps-c/step-01-discovery.md +194 -0
  219. package/_bmad/bmb/workflows/workflow/steps-c/step-01b-continuation.md +3 -0
  220. package/_bmad/bmb/workflows/workflow/steps-c/step-02-classification.md +269 -0
  221. package/_bmad/bmb/workflows/workflow/steps-c/step-03-requirements.md +282 -0
  222. package/_bmad/bmb/workflows/workflow/steps-c/step-04-tools.md +281 -0
  223. package/_bmad/bmb/workflows/workflow/steps-c/step-05-plan-review.md +242 -0
  224. package/_bmad/bmb/workflows/workflow/steps-c/step-06-design.md +329 -0
  225. package/_bmad/bmb/workflows/workflow/steps-c/step-07-foundation.md +238 -0
  226. package/_bmad/bmb/workflows/workflow/steps-c/step-08-build-step-01.md +377 -0
  227. package/_bmad/bmb/workflows/workflow/steps-c/step-09-build-next-step.md +350 -0
  228. package/_bmad/bmb/workflows/workflow/steps-c/step-10-confirmation.md +320 -0
  229. package/_bmad/bmb/workflows/workflow/steps-c/step-11-completion.md +191 -0
  230. package/_bmad/bmb/workflows/workflow/steps-e/step-e-01-assess-workflow.md +237 -0
  231. package/_bmad/bmb/workflows/workflow/steps-e/step-e-02-discover-edits.md +248 -0
  232. package/_bmad/bmb/workflows/workflow/steps-e/step-e-03-fix-validation.md +252 -0
  233. package/_bmad/bmb/workflows/workflow/steps-e/step-e-04-direct-edit.md +275 -0
  234. package/_bmad/bmb/workflows/workflow/steps-e/step-e-05-apply-edit.md +154 -0
  235. package/_bmad/bmb/workflows/workflow/steps-e/step-e-06-validate-after.md +190 -0
  236. package/_bmad/bmb/workflows/workflow/steps-e/step-e-07-complete.md +206 -0
  237. package/_bmad/bmb/workflows/workflow/steps-v/step-01-validate-max-mode.md +109 -0
  238. package/_bmad/bmb/workflows/workflow/steps-v/step-01-validate.md +221 -0
  239. package/_bmad/bmb/workflows/workflow/steps-v/step-01b-structure.md +152 -0
  240. package/_bmad/bmb/workflows/workflow/steps-v/step-02-frontmatter-validation.md +199 -0
  241. package/_bmad/bmb/workflows/workflow/steps-v/step-02b-path-violations.md +265 -0
  242. package/_bmad/bmb/workflows/workflow/steps-v/step-03-menu-validation.md +164 -0
  243. package/_bmad/bmb/workflows/workflow/steps-v/step-04-step-type-validation.md +211 -0
  244. package/_bmad/bmb/workflows/workflow/steps-v/step-05-output-format-validation.md +200 -0
  245. package/_bmad/bmb/workflows/workflow/steps-v/step-06-validation-design-check.md +195 -0
  246. package/_bmad/bmb/workflows/workflow/steps-v/step-07-instruction-style-check.md +209 -0
  247. package/_bmad/bmb/workflows/workflow/steps-v/step-08-collaborative-experience-check.md +199 -0
  248. package/_bmad/bmb/workflows/workflow/steps-v/step-08b-subprocess-optimization.md +179 -0
  249. package/_bmad/bmb/workflows/workflow/steps-v/step-09-cohesive-review.md +186 -0
  250. package/_bmad/bmb/workflows/workflow/steps-v/step-10-report-complete.md +154 -0
  251. package/_bmad/bmb/workflows/workflow/steps-v/step-11-plan-validation.md +237 -0
  252. package/_bmad/bmb/workflows/workflow/templates/minimal-output-template.md +11 -0
  253. package/_bmad/bmb/workflows/workflow/templates/step-01-init-continuable-template.md +241 -0
  254. package/_bmad/bmb/workflows/workflow/templates/step-1b-template.md +223 -0
  255. package/_bmad/bmb/workflows/workflow/templates/step-template.md +290 -0
  256. package/_bmad/bmb/workflows/workflow/templates/workflow-template.md +102 -0
  257. package/_bmad/bmb/workflows/workflow/workflow.md +109 -0
  258. package/_bmad/bmm/agents/analyst.md +76 -0
  259. package/_bmad/bmm/agents/architect.md +58 -0
  260. package/_bmad/bmm/agents/dev.md +69 -0
  261. package/_bmad/bmm/agents/expert-merise-agile.md +177 -0
  262. package/_bmad/bmm/agents/pm.md +72 -0
  263. package/_bmad/bmm/agents/quick-flow-solo-dev.md +69 -0
  264. package/_bmad/bmm/agents/quinn.md +92 -0
  265. package/_bmad/bmm/agents/sm.md +70 -0
  266. package/_bmad/bmm/agents/tech-writer/tech-writer.md +70 -0
  267. package/_bmad/bmm/agents/ux-designer.md +57 -0
  268. package/_bmad/bmm/config.yaml +16 -0
  269. package/_bmad/bmm/data/project-context-template.md +26 -0
  270. package/_bmad/bmm/module-help.csv +38 -0
  271. package/_bmad/bmm/teams/default-party.csv +20 -0
  272. package/_bmad/bmm/teams/team-fullstack.yaml +12 -0
  273. package/_bmad/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +10 -0
  274. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +177 -0
  275. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +161 -0
  276. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +199 -0
  277. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +202 -0
  278. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +205 -0
  279. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +219 -0
  280. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +162 -0
  281. package/_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md +58 -0
  282. package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +137 -0
  283. package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +229 -0
  284. package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +238 -0
  285. package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +206 -0
  286. package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +234 -0
  287. package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +443 -0
  288. package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +182 -0
  289. package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +237 -0
  290. package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +249 -0
  291. package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +259 -0
  292. package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +177 -0
  293. package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +475 -0
  294. package/_bmad/bmm/workflows/1-analysis/research/research.template.md +29 -0
  295. package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +137 -0
  296. package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +239 -0
  297. package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +248 -0
  298. package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +202 -0
  299. package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +239 -0
  300. package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +486 -0
  301. package/_bmad/bmm/workflows/1-analysis/research/workflow.md +173 -0
  302. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/domain-complexity.csv +13 -0
  303. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md +197 -0
  304. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/project-types.csv +11 -0
  305. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-01-init.md +191 -0
  306. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-01b-continue.md +153 -0
  307. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02-discovery.md +224 -0
  308. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-03-success.md +226 -0
  309. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md +213 -0
  310. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-05-domain.md +207 -0
  311. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-06-innovation.md +226 -0
  312. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-07-project-type.md +237 -0
  313. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-08-scoping.md +228 -0
  314. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-09-functional.md +231 -0
  315. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-10-nonfunctional.md +242 -0
  316. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-11-polish.md +217 -0
  317. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md +124 -0
  318. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01-discovery.md +247 -0
  319. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01b-legacy-conversion.md +208 -0
  320. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-02-review.md +249 -0
  321. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-03-edit.md +253 -0
  322. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-04-complete.md +168 -0
  323. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +218 -0
  324. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-02-format-detection.md +191 -0
  325. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-02b-parity-check.md +209 -0
  326. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-03-density-validation.md +174 -0
  327. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-04-brief-coverage-validation.md +214 -0
  328. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-05-measurability-validation.md +228 -0
  329. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-06-traceability-validation.md +217 -0
  330. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-07-implementation-leakage-validation.md +205 -0
  331. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-08-domain-compliance-validation.md +243 -0
  332. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-09-project-type-validation.md +263 -0
  333. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +209 -0
  334. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +264 -0
  335. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-12-completeness-validation.md +242 -0
  336. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +231 -0
  337. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/templates/prd-template.md +10 -0
  338. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/validation-report-prd-workflow.md +433 -0
  339. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow.md +150 -0
  340. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +135 -0
  341. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +127 -0
  342. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +190 -0
  343. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +216 -0
  344. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +219 -0
  345. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +234 -0
  346. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +252 -0
  347. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +254 -0
  348. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +224 -0
  349. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +224 -0
  350. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +241 -0
  351. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +248 -0
  352. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +237 -0
  353. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +264 -0
  354. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +171 -0
  355. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +13 -0
  356. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +43 -0
  357. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +190 -0
  358. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +178 -0
  359. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +179 -0
  360. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +139 -0
  361. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +252 -0
  362. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +135 -0
  363. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/templates/readiness-report-template.md +4 -0
  364. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +55 -0
  365. package/_bmad/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +12 -0
  366. package/_bmad/bmm/workflows/3-solutioning/create-architecture/data/domain-complexity.csv +11 -0
  367. package/_bmad/bmm/workflows/3-solutioning/create-architecture/data/project-types.csv +7 -0
  368. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +153 -0
  369. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +164 -0
  370. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +224 -0
  371. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +331 -0
  372. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +318 -0
  373. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +359 -0
  374. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +379 -0
  375. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +359 -0
  376. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +76 -0
  377. package/_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md +50 -0
  378. package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +259 -0
  379. package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +233 -0
  380. package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +272 -0
  381. package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +149 -0
  382. package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +57 -0
  383. package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +59 -0
  384. package/_bmad/bmm/workflows/4-implementation/code-review/checklist.md +23 -0
  385. package/_bmad/bmm/workflows/4-implementation/code-review/instructions.xml +227 -0
  386. package/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +50 -0
  387. package/_bmad/bmm/workflows/4-implementation/correct-course/checklist.md +288 -0
  388. package/_bmad/bmm/workflows/4-implementation/correct-course/instructions.md +206 -0
  389. package/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +58 -0
  390. package/_bmad/bmm/workflows/4-implementation/create-story/checklist.md +358 -0
  391. package/_bmad/bmm/workflows/4-implementation/create-story/instructions.xml +345 -0
  392. package/_bmad/bmm/workflows/4-implementation/create-story/template.md +49 -0
  393. package/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +59 -0
  394. package/_bmad/bmm/workflows/4-implementation/dev-story/checklist.md +80 -0
  395. package/_bmad/bmm/workflows/4-implementation/dev-story/instructions.xml +410 -0
  396. package/_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +25 -0
  397. package/_bmad/bmm/workflows/4-implementation/retrospective/instructions.md +1443 -0
  398. package/_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +57 -0
  399. package/_bmad/bmm/workflows/4-implementation/sprint-planning/checklist.md +33 -0
  400. package/_bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +225 -0
  401. package/_bmad/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +55 -0
  402. package/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +53 -0
  403. package/_bmad/bmm/workflows/4-implementation/sprint-status/instructions.md +229 -0
  404. package/_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +35 -0
  405. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +176 -0
  406. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +120 -0
  407. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +113 -0
  408. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +113 -0
  409. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +106 -0
  410. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +149 -0
  411. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +50 -0
  412. package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-01-understand.md +192 -0
  413. package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md +145 -0
  414. package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md +128 -0
  415. package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md +201 -0
  416. package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/tech-spec-template.md +74 -0
  417. package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md +79 -0
  418. package/_bmad/bmm/workflows/document-project/checklist.md +245 -0
  419. package/_bmad/bmm/workflows/document-project/documentation-requirements.csv +12 -0
  420. package/_bmad/bmm/workflows/document-project/instructions.md +221 -0
  421. package/_bmad/bmm/workflows/document-project/templates/deep-dive-template.md +345 -0
  422. package/_bmad/bmm/workflows/document-project/templates/index-template.md +169 -0
  423. package/_bmad/bmm/workflows/document-project/templates/project-overview-template.md +103 -0
  424. package/_bmad/bmm/workflows/document-project/templates/project-scan-report-schema.json +160 -0
  425. package/_bmad/bmm/workflows/document-project/templates/source-tree-template.md +135 -0
  426. package/_bmad/bmm/workflows/document-project/workflow.yaml +28 -0
  427. package/_bmad/bmm/workflows/document-project/workflows/deep-dive-instructions.md +298 -0
  428. package/_bmad/bmm/workflows/document-project/workflows/deep-dive.yaml +31 -0
  429. package/_bmad/bmm/workflows/document-project/workflows/full-scan-instructions.md +1106 -0
  430. package/_bmad/bmm/workflows/document-project/workflows/full-scan.yaml +31 -0
  431. package/_bmad/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-library.json +90 -0
  432. package/_bmad/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-templates.yaml +127 -0
  433. package/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/checklist.md +39 -0
  434. package/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md +130 -0
  435. package/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml +26 -0
  436. package/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/checklist.md +43 -0
  437. package/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md +141 -0
  438. package/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml +26 -0
  439. package/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/checklist.md +49 -0
  440. package/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md +241 -0
  441. package/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml +26 -0
  442. package/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/checklist.md +38 -0
  443. package/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md +133 -0
  444. package/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml +26 -0
  445. package/_bmad/bmm/workflows/generate-project-context/project-context-template.md +21 -0
  446. package/_bmad/bmm/workflows/generate-project-context/steps/step-01-discover.md +184 -0
  447. package/_bmad/bmm/workflows/generate-project-context/steps/step-02-generate.md +318 -0
  448. package/_bmad/bmm/workflows/generate-project-context/steps/step-03-complete.md +278 -0
  449. package/_bmad/bmm/workflows/generate-project-context/workflow.md +49 -0
  450. package/_bmad/bmm/workflows/qa/automate/checklist.md +33 -0
  451. package/_bmad/bmm/workflows/qa/automate/instructions.md +110 -0
  452. package/_bmad/bmm/workflows/qa/automate/workflow.yaml +47 -0
  453. package/_bmad/cis/agents/brainstorming-coach.md +61 -0
  454. package/_bmad/cis/agents/creative-problem-solver.md +61 -0
  455. package/_bmad/cis/agents/design-thinking-coach.md +61 -0
  456. package/_bmad/cis/agents/innovation-strategist.md +61 -0
  457. package/_bmad/cis/agents/presentation-master.md +67 -0
  458. package/_bmad/cis/agents/storyteller/storyteller.md +58 -0
  459. package/_bmad/cis/config.yaml +12 -0
  460. package/_bmad/cis/module-help.csv +6 -0
  461. package/_bmad/cis/teams/creative-squad.yaml +7 -0
  462. package/_bmad/cis/teams/default-party.csv +12 -0
  463. package/_bmad/cis/workflows/README.md +139 -0
  464. package/_bmad/cis/workflows/design-thinking/README.md +56 -0
  465. package/_bmad/cis/workflows/design-thinking/design-methods.csv +31 -0
  466. package/_bmad/cis/workflows/design-thinking/instructions.md +202 -0
  467. package/_bmad/cis/workflows/design-thinking/template.md +111 -0
  468. package/_bmad/cis/workflows/design-thinking/workflow.yaml +27 -0
  469. package/_bmad/cis/workflows/innovation-strategy/README.md +56 -0
  470. package/_bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv +31 -0
  471. package/_bmad/cis/workflows/innovation-strategy/instructions.md +276 -0
  472. package/_bmad/cis/workflows/innovation-strategy/template.md +189 -0
  473. package/_bmad/cis/workflows/innovation-strategy/workflow.yaml +27 -0
  474. package/_bmad/cis/workflows/problem-solving/README.md +56 -0
  475. package/_bmad/cis/workflows/problem-solving/instructions.md +252 -0
  476. package/_bmad/cis/workflows/problem-solving/solving-methods.csv +31 -0
  477. package/_bmad/cis/workflows/problem-solving/template.md +165 -0
  478. package/_bmad/cis/workflows/problem-solving/workflow.yaml +27 -0
  479. package/_bmad/cis/workflows/storytelling/README.md +58 -0
  480. package/_bmad/cis/workflows/storytelling/instructions.md +293 -0
  481. package/_bmad/cis/workflows/storytelling/story-types.csv +26 -0
  482. package/_bmad/cis/workflows/storytelling/template.md +113 -0
  483. package/_bmad/cis/workflows/storytelling/workflow.yaml +27 -0
  484. package/_bmad/core/agents/bmad-master.md +56 -0
  485. package/_bmad/core/agents/carmack.md +238 -0
  486. package/_bmad/core/agents/test-dynamic.md +40 -0
  487. package/_bmad/core/base/bmad-base-agent.md +42 -0
  488. package/_bmad/core/config.yaml +9 -0
  489. package/_bmad/core/module-help.csv +9 -0
  490. package/_bmad/core/resources/excalidraw/README.md +160 -0
  491. package/_bmad/core/resources/excalidraw/excalidraw-helpers.md +127 -0
  492. package/_bmad/core/resources/excalidraw/library-loader.md +50 -0
  493. package/_bmad/core/resources/excalidraw/validate-json-instructions.md +79 -0
  494. package/_bmad/core/tasks/editorial-review-prose.xml +100 -0
  495. package/_bmad/core/tasks/editorial-review-structure.xml +209 -0
  496. package/_bmad/core/tasks/help.md +62 -0
  497. package/_bmad/core/tasks/index-docs.xml +65 -0
  498. package/_bmad/core/tasks/review-adversarial-general.xml +48 -0
  499. package/_bmad/core/tasks/shard-doc.xml +109 -0
  500. package/_bmad/core/tasks/workflow.xml +235 -0
  501. package/_bmad/core/workflows/advanced-elicitation/methods.csv +51 -0
  502. package/_bmad/core/workflows/advanced-elicitation/workflow.xml +117 -0
  503. package/_bmad/core/workflows/brainstorming/brain-methods.csv +62 -0
  504. package/_bmad/core/workflows/brainstorming/steps/step-01-session-setup.md +197 -0
  505. package/_bmad/core/workflows/brainstorming/steps/step-01b-continue.md +122 -0
  506. package/_bmad/core/workflows/brainstorming/steps/step-02a-user-selected.md +225 -0
  507. package/_bmad/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +237 -0
  508. package/_bmad/core/workflows/brainstorming/steps/step-02c-random-selection.md +209 -0
  509. package/_bmad/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +264 -0
  510. package/_bmad/core/workflows/brainstorming/steps/step-03-technique-execution.md +399 -0
  511. package/_bmad/core/workflows/brainstorming/steps/step-04-idea-organization.md +303 -0
  512. package/_bmad/core/workflows/brainstorming/template.md +15 -0
  513. package/_bmad/core/workflows/brainstorming/workflow.md +58 -0
  514. package/_bmad/core/workflows/party-mode/steps/step-01-agent-loading.md +138 -0
  515. package/_bmad/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +187 -0
  516. package/_bmad/core/workflows/party-mode/steps/step-03-graceful-exit.md +157 -0
  517. package/_bmad/core/workflows/party-mode/workflow.md +194 -0
  518. package/_bmad/tea/agents/tea.md +71 -0
  519. package/_bmad/tea/config.yaml +19 -0
  520. package/_bmad/tea/module-help.csv +10 -0
  521. package/_bmad/tea/teams/default-party.csv +2 -0
  522. package/_bmad/tea/testarch/knowledge/adr-quality-readiness-checklist.md +377 -0
  523. package/_bmad/tea/testarch/knowledge/api-request.md +442 -0
  524. package/_bmad/tea/testarch/knowledge/api-testing-patterns.md +851 -0
  525. package/_bmad/tea/testarch/knowledge/auth-session.md +548 -0
  526. package/_bmad/tea/testarch/knowledge/burn-in.md +273 -0
  527. package/_bmad/tea/testarch/knowledge/ci-burn-in.md +675 -0
  528. package/_bmad/tea/testarch/knowledge/component-tdd.md +486 -0
  529. package/_bmad/tea/testarch/knowledge/contract-testing.md +957 -0
  530. package/_bmad/tea/testarch/knowledge/data-factories.md +500 -0
  531. package/_bmad/tea/testarch/knowledge/email-auth.md +721 -0
  532. package/_bmad/tea/testarch/knowledge/error-handling.md +725 -0
  533. package/_bmad/tea/testarch/knowledge/feature-flags.md +750 -0
  534. package/_bmad/tea/testarch/knowledge/file-utils.md +456 -0
  535. package/_bmad/tea/testarch/knowledge/fixture-architecture.md +401 -0
  536. package/_bmad/tea/testarch/knowledge/fixtures-composition.md +382 -0
  537. package/_bmad/tea/testarch/knowledge/intercept-network-call.md +426 -0
  538. package/_bmad/tea/testarch/knowledge/log.md +426 -0
  539. package/_bmad/tea/testarch/knowledge/network-error-monitor.md +401 -0
  540. package/_bmad/tea/testarch/knowledge/network-first.md +486 -0
  541. package/_bmad/tea/testarch/knowledge/network-recorder.md +527 -0
  542. package/_bmad/tea/testarch/knowledge/nfr-criteria.md +670 -0
  543. package/_bmad/tea/testarch/knowledge/overview.md +286 -0
  544. package/_bmad/tea/testarch/knowledge/playwright-config.md +730 -0
  545. package/_bmad/tea/testarch/knowledge/probability-impact.md +601 -0
  546. package/_bmad/tea/testarch/knowledge/recurse.md +421 -0
  547. package/_bmad/tea/testarch/knowledge/risk-governance.md +615 -0
  548. package/_bmad/tea/testarch/knowledge/selective-testing.md +732 -0
  549. package/_bmad/tea/testarch/knowledge/selector-resilience.md +527 -0
  550. package/_bmad/tea/testarch/knowledge/test-healing-patterns.md +644 -0
  551. package/_bmad/tea/testarch/knowledge/test-levels-framework.md +473 -0
  552. package/_bmad/tea/testarch/knowledge/test-priorities-matrix.md +373 -0
  553. package/_bmad/tea/testarch/knowledge/test-quality.md +664 -0
  554. package/_bmad/tea/testarch/knowledge/timing-debugging.md +372 -0
  555. package/_bmad/tea/testarch/knowledge/visual-debugging.md +524 -0
  556. package/_bmad/tea/testarch/tea-index.csv +35 -0
  557. package/_bmad/tea/workflows/testarch/README.md +74 -0
  558. package/_bmad/tea/workflows/testarch/atdd/atdd-checklist-template.md +363 -0
  559. package/_bmad/tea/workflows/testarch/atdd/checklist.md +374 -0
  560. package/_bmad/tea/workflows/testarch/atdd/instructions.md +38 -0
  561. package/_bmad/tea/workflows/testarch/atdd/steps-c/step-01-preflight-and-context.md +110 -0
  562. package/_bmad/tea/workflows/testarch/atdd/steps-c/step-02-generation-mode.md +79 -0
  563. package/_bmad/tea/workflows/testarch/atdd/steps-c/step-03-test-strategy.md +76 -0
  564. package/_bmad/tea/workflows/testarch/atdd/steps-c/step-04-generate-tests.md +228 -0
  565. package/_bmad/tea/workflows/testarch/atdd/steps-c/step-04a-subprocess-api-failing.md +215 -0
  566. package/_bmad/tea/workflows/testarch/atdd/steps-c/step-04b-subprocess-e2e-failing.md +212 -0
  567. package/_bmad/tea/workflows/testarch/atdd/steps-c/step-04c-aggregate.md +329 -0
  568. package/_bmad/tea/workflows/testarch/atdd/steps-c/step-05-validate-and-complete.md +68 -0
  569. package/_bmad/tea/workflows/testarch/atdd/steps-e/step-01-assess.md +65 -0
  570. package/_bmad/tea/workflows/testarch/atdd/steps-e/step-02-apply-edit.md +60 -0
  571. package/_bmad/tea/workflows/testarch/atdd/steps-v/step-01-validate.md +67 -0
  572. package/_bmad/tea/workflows/testarch/atdd/validation-report-20260127-095021.md +73 -0
  573. package/_bmad/tea/workflows/testarch/atdd/validation-report-20260127-102401.md +116 -0
  574. package/_bmad/tea/workflows/testarch/atdd/workflow-plan.md +21 -0
  575. package/_bmad/tea/workflows/testarch/atdd/workflow.md +39 -0
  576. package/_bmad/tea/workflows/testarch/atdd/workflow.yaml +45 -0
  577. package/_bmad/tea/workflows/testarch/automate/checklist.md +582 -0
  578. package/_bmad/tea/workflows/testarch/automate/instructions.md +43 -0
  579. package/_bmad/tea/workflows/testarch/automate/steps-c/step-01-preflight-and-context.md +127 -0
  580. package/_bmad/tea/workflows/testarch/automate/steps-c/step-02-identify-targets.md +95 -0
  581. package/_bmad/tea/workflows/testarch/automate/steps-c/step-03-generate-tests.md +199 -0
  582. package/_bmad/tea/workflows/testarch/automate/steps-c/step-03a-subprocess-api.md +183 -0
  583. package/_bmad/tea/workflows/testarch/automate/steps-c/step-03b-subprocess-e2e.md +181 -0
  584. package/_bmad/tea/workflows/testarch/automate/steps-c/step-03c-aggregate.md +300 -0
  585. package/_bmad/tea/workflows/testarch/automate/steps-c/step-04-validate-and-summarize.md +69 -0
  586. package/_bmad/tea/workflows/testarch/automate/steps-e/step-01-assess.md +65 -0
  587. package/_bmad/tea/workflows/testarch/automate/steps-e/step-02-apply-edit.md +60 -0
  588. package/_bmad/tea/workflows/testarch/automate/steps-v/step-01-validate.md +67 -0
  589. package/_bmad/tea/workflows/testarch/automate/validation-report-20260127-095021.md +72 -0
  590. package/_bmad/tea/workflows/testarch/automate/validation-report-20260127-102401.md +114 -0
  591. package/_bmad/tea/workflows/testarch/automate/workflow-plan.md +20 -0
  592. package/_bmad/tea/workflows/testarch/automate/workflow.md +39 -0
  593. package/_bmad/tea/workflows/testarch/automate/workflow.yaml +52 -0
  594. package/_bmad/tea/workflows/testarch/ci/checklist.md +247 -0
  595. package/_bmad/tea/workflows/testarch/ci/github-actions-template.yaml +198 -0
  596. package/_bmad/tea/workflows/testarch/ci/gitlab-ci-template.yaml +149 -0
  597. package/_bmad/tea/workflows/testarch/ci/instructions.md +38 -0
  598. package/_bmad/tea/workflows/testarch/ci/steps-c/step-01-preflight.md +92 -0
  599. package/_bmad/tea/workflows/testarch/ci/steps-c/step-02-generate-pipeline.md +82 -0
  600. package/_bmad/tea/workflows/testarch/ci/steps-c/step-03-configure-quality-gates.md +75 -0
  601. package/_bmad/tea/workflows/testarch/ci/steps-c/step-04-validate-and-summary.md +67 -0
  602. package/_bmad/tea/workflows/testarch/ci/steps-e/step-01-assess.md +65 -0
  603. package/_bmad/tea/workflows/testarch/ci/steps-e/step-02-apply-edit.md +60 -0
  604. package/_bmad/tea/workflows/testarch/ci/steps-v/step-01-validate.md +67 -0
  605. package/_bmad/tea/workflows/testarch/ci/validation-report-20260127-095021.md +72 -0
  606. package/_bmad/tea/workflows/testarch/ci/validation-report-20260127-102401.md +114 -0
  607. package/_bmad/tea/workflows/testarch/ci/workflow-plan.md +20 -0
  608. package/_bmad/tea/workflows/testarch/ci/workflow.md +39 -0
  609. package/_bmad/tea/workflows/testarch/ci/workflow.yaml +45 -0
  610. package/_bmad/tea/workflows/testarch/framework/checklist.md +320 -0
  611. package/_bmad/tea/workflows/testarch/framework/instructions.md +38 -0
  612. package/_bmad/tea/workflows/testarch/framework/steps-c/step-01-preflight.md +75 -0
  613. package/_bmad/tea/workflows/testarch/framework/steps-c/step-02-select-framework.md +73 -0
  614. package/_bmad/tea/workflows/testarch/framework/steps-c/step-03-scaffold-framework.md +120 -0
  615. package/_bmad/tea/workflows/testarch/framework/steps-c/step-04-docs-and-scripts.md +70 -0
  616. package/_bmad/tea/workflows/testarch/framework/steps-c/step-05-validate-and-summary.md +68 -0
  617. package/_bmad/tea/workflows/testarch/framework/steps-e/step-01-assess.md +65 -0
  618. package/_bmad/tea/workflows/testarch/framework/steps-e/step-02-apply-edit.md +60 -0
  619. package/_bmad/tea/workflows/testarch/framework/steps-v/step-01-validate.md +67 -0
  620. package/_bmad/tea/workflows/testarch/framework/validation-report-20260127-095021.md +73 -0
  621. package/_bmad/tea/workflows/testarch/framework/validation-report-20260127-102401.md +116 -0
  622. package/_bmad/tea/workflows/testarch/framework/workflow-plan.md +22 -0
  623. package/_bmad/tea/workflows/testarch/framework/workflow.md +39 -0
  624. package/_bmad/tea/workflows/testarch/framework/workflow.yaml +47 -0
  625. package/_bmad/tea/workflows/testarch/nfr-assess/checklist.md +407 -0
  626. package/_bmad/tea/workflows/testarch/nfr-assess/instructions.md +36 -0
  627. package/_bmad/tea/workflows/testarch/nfr-assess/nfr-report-template.md +462 -0
  628. package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-01-load-context.md +85 -0
  629. package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-02-define-thresholds.md +82 -0
  630. package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-03-gather-evidence.md +64 -0
  631. package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04-evaluate-and-score.md +140 -0
  632. package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04a-subprocess-security.md +138 -0
  633. package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04b-subprocess-performance.md +84 -0
  634. package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04c-subprocess-reliability.md +85 -0
  635. package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04d-subprocess-scalability.md +88 -0
  636. package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04e-aggregate-nfr.md +219 -0
  637. package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-05-generate-report.md +71 -0
  638. package/_bmad/tea/workflows/testarch/nfr-assess/steps-e/step-01-assess.md +65 -0
  639. package/_bmad/tea/workflows/testarch/nfr-assess/steps-e/step-02-apply-edit.md +60 -0
  640. package/_bmad/tea/workflows/testarch/nfr-assess/steps-v/step-01-validate.md +67 -0
  641. package/_bmad/tea/workflows/testarch/nfr-assess/validation-report-20260127-095021.md +73 -0
  642. package/_bmad/tea/workflows/testarch/nfr-assess/validation-report-20260127-102401.md +116 -0
  643. package/_bmad/tea/workflows/testarch/nfr-assess/workflow-plan.md +19 -0
  644. package/_bmad/tea/workflows/testarch/nfr-assess/workflow.md +39 -0
  645. package/_bmad/tea/workflows/testarch/nfr-assess/workflow.yaml +47 -0
  646. package/_bmad/tea/workflows/testarch/teach-me-testing/checklist.md +197 -0
  647. package/_bmad/tea/workflows/testarch/teach-me-testing/data/curriculum.yaml +129 -0
  648. package/_bmad/tea/workflows/testarch/teach-me-testing/data/quiz-questions.yaml +206 -0
  649. package/_bmad/tea/workflows/testarch/teach-me-testing/data/role-paths.yaml +136 -0
  650. package/_bmad/tea/workflows/testarch/teach-me-testing/data/session-content-map.yaml +204 -0
  651. package/_bmad/tea/workflows/testarch/teach-me-testing/data/tea-resources-index.yaml +359 -0
  652. package/_bmad/tea/workflows/testarch/teach-me-testing/instructions.md +130 -0
  653. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-01-init.md +235 -0
  654. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-01b-continue.md +147 -0
  655. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-02-assess.md +258 -0
  656. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-03-session-menu.md +219 -0
  657. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-01.md +460 -0
  658. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-02.md +465 -0
  659. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-03.md +301 -0
  660. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-04.md +234 -0
  661. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-05.md +234 -0
  662. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-06.md +209 -0
  663. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-07.md +212 -0
  664. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-05-completion.md +339 -0
  665. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-e/step-e-01-assess-workflow.md +141 -0
  666. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-e/step-e-02-apply-edits.md +122 -0
  667. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-v/step-v-01-validate.md +263 -0
  668. package/_bmad/tea/workflows/testarch/teach-me-testing/templates/certificate-template.md +86 -0
  669. package/_bmad/tea/workflows/testarch/teach-me-testing/templates/progress-template.yaml +95 -0
  670. package/_bmad/tea/workflows/testarch/teach-me-testing/templates/session-notes-template.md +83 -0
  671. package/_bmad/tea/workflows/testarch/teach-me-testing/workflow-plan-teach-me-testing.md +950 -0
  672. package/_bmad/tea/workflows/testarch/teach-me-testing/workflow.md +90 -0
  673. package/_bmad/tea/workflows/testarch/test-design/checklist.md +410 -0
  674. package/_bmad/tea/workflows/testarch/test-design/instructions.md +52 -0
  675. package/_bmad/tea/workflows/testarch/test-design/steps-c/step-01-detect-mode.md +109 -0
  676. package/_bmad/tea/workflows/testarch/test-design/steps-c/step-02-load-context.md +127 -0
  677. package/_bmad/tea/workflows/testarch/test-design/steps-c/step-03-risk-and-testability.md +85 -0
  678. package/_bmad/tea/workflows/testarch/test-design/steps-c/step-04-coverage-plan.md +98 -0
  679. package/_bmad/tea/workflows/testarch/test-design/steps-c/step-05-generate-output.md +97 -0
  680. package/_bmad/tea/workflows/testarch/test-design/steps-e/step-01-assess.md +65 -0
  681. package/_bmad/tea/workflows/testarch/test-design/steps-e/step-02-apply-edit.md +60 -0
  682. package/_bmad/tea/workflows/testarch/test-design/steps-v/step-01-validate.md +67 -0
  683. package/_bmad/tea/workflows/testarch/test-design/test-design-architecture-template.md +222 -0
  684. package/_bmad/tea/workflows/testarch/test-design/test-design-qa-template.md +296 -0
  685. package/_bmad/tea/workflows/testarch/test-design/test-design-template.md +294 -0
  686. package/_bmad/tea/workflows/testarch/test-design/validation-report-20260127-095021.md +73 -0
  687. package/_bmad/tea/workflows/testarch/test-design/validation-report-20260127-102401.md +116 -0
  688. package/_bmad/tea/workflows/testarch/test-design/workflow-plan.md +22 -0
  689. package/_bmad/tea/workflows/testarch/test-design/workflow.md +39 -0
  690. package/_bmad/tea/workflows/testarch/test-design/workflow.yaml +69 -0
  691. package/_bmad/tea/workflows/testarch/test-review/checklist.md +472 -0
  692. package/_bmad/tea/workflows/testarch/test-review/instructions.md +36 -0
  693. package/_bmad/tea/workflows/testarch/test-review/steps-c/step-01-load-context.md +101 -0
  694. package/_bmad/tea/workflows/testarch/test-review/steps-c/step-02-discover-tests.md +69 -0
  695. package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03-quality-evaluation.md +184 -0
  696. package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03a-subprocess-determinism.md +214 -0
  697. package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03b-subprocess-isolation.md +125 -0
  698. package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03c-subprocess-maintainability.md +102 -0
  699. package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03d-subprocess-coverage.md +111 -0
  700. package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03e-subprocess-performance.md +117 -0
  701. package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03f-aggregate-scores.md +246 -0
  702. package/_bmad/tea/workflows/testarch/test-review/steps-c/step-04-generate-report.md +72 -0
  703. package/_bmad/tea/workflows/testarch/test-review/steps-e/step-01-assess.md +65 -0
  704. package/_bmad/tea/workflows/testarch/test-review/steps-e/step-02-apply-edit.md +60 -0
  705. package/_bmad/tea/workflows/testarch/test-review/steps-v/step-01-validate.md +67 -0
  706. package/_bmad/tea/workflows/testarch/test-review/test-review-template.md +390 -0
  707. package/_bmad/tea/workflows/testarch/test-review/validation-report-20260127-095021.md +72 -0
  708. package/_bmad/tea/workflows/testarch/test-review/validation-report-20260127-102401.md +114 -0
  709. package/_bmad/tea/workflows/testarch/test-review/workflow-plan.md +18 -0
  710. package/_bmad/tea/workflows/testarch/test-review/workflow.md +39 -0
  711. package/_bmad/tea/workflows/testarch/test-review/workflow.yaml +46 -0
  712. package/_bmad/tea/workflows/testarch/trace/checklist.md +642 -0
  713. package/_bmad/tea/workflows/testarch/trace/instructions.md +36 -0
  714. package/_bmad/tea/workflows/testarch/trace/steps-c/step-01-load-context.md +80 -0
  715. package/_bmad/tea/workflows/testarch/trace/steps-c/step-02-discover-tests.md +69 -0
  716. package/_bmad/tea/workflows/testarch/trace/steps-c/step-03-map-criteria.md +65 -0
  717. package/_bmad/tea/workflows/testarch/trace/steps-c/step-04-analyze-gaps.md +244 -0
  718. package/_bmad/tea/workflows/testarch/trace/steps-c/step-05-gate-decision.md +232 -0
  719. package/_bmad/tea/workflows/testarch/trace/steps-e/step-01-assess.md +65 -0
  720. package/_bmad/tea/workflows/testarch/trace/steps-e/step-02-apply-edit.md +60 -0
  721. package/_bmad/tea/workflows/testarch/trace/steps-v/step-01-validate.md +67 -0
  722. package/_bmad/tea/workflows/testarch/trace/trace-template.md +675 -0
  723. package/_bmad/tea/workflows/testarch/trace/validation-report-20260127-095021.md +73 -0
  724. package/_bmad/tea/workflows/testarch/trace/validation-report-20260127-102401.md +116 -0
  725. package/_bmad/tea/workflows/testarch/trace/workflow-plan.md +21 -0
  726. package/_bmad/tea/workflows/testarch/trace/workflow.md +39 -0
  727. package/_bmad/tea/workflows/testarch/trace/workflow.yaml +55 -0
  728. package/install/.eslintrc.js +20 -0
  729. package/install/.prettierrc +7 -0
  730. package/install/BUGFIX-CHALK.md +173 -0
  731. package/install/BUGFIX-DOCUMENTATION-INDEX.md +299 -0
  732. package/install/BUGFIX-PATH-RESOLUTION.md +293 -0
  733. package/install/BUGFIX-QUICKSTART.md +184 -0
  734. package/install/BUGFIX-SUMMARY.txt +91 -0
  735. package/install/BUGFIX-VISUAL-SUMMARY.md +253 -0
  736. package/install/CHANGELOG.md +202 -0
  737. package/install/DEPLOYMENT-GUIDE-V2.md +431 -0
  738. package/install/DOCS-INDEX.md +261 -0
  739. package/install/GUIDE-INSTALLATION-BYAN-SIMPLE.md +1083 -0
  740. package/install/INSTALLER-V2-CHANGES.md +472 -0
  741. package/install/LICENSE +21 -0
  742. package/install/PUBLICATION-CHECKLIST.md +265 -0
  743. package/install/PUBLISH-GUIDE.md +190 -0
  744. package/install/QUICKSTART.md +311 -0
  745. package/install/README-NPM-PUBLISH.md +298 -0
  746. package/install/README-NPM-SHORT.md +298 -0
  747. package/install/README-NPM.md +433 -0
  748. package/install/README-RACHID.md +302 -0
  749. package/install/README-V2-INDEX.md +306 -0
  750. package/install/README.md +421 -0
  751. package/install/RESUME-EXECUTIF-YAN.md +408 -0
  752. package/install/UPDATE-SUMMARY.md +205 -0
  753. package/install/__tests__/integration/detection-flow.test.js +154 -0
  754. package/install/__tests__/platforms/claude-code.test.js +175 -0
  755. package/install/__tests__/platforms/codex.test.js +80 -0
  756. package/install/__tests__/platforms/copilot-cli.test.js +118 -0
  757. package/install/__tests__/platforms/vscode.test.js +67 -0
  758. package/install/__tests__/utils/file-utils.test.js +87 -0
  759. package/install/__tests__/utils/git-detector.test.js +80 -0
  760. package/install/__tests__/utils/logger.test.js +83 -0
  761. package/install/__tests__/utils/node-detector.test.js +71 -0
  762. package/install/__tests__/utils/os-detector.test.js +63 -0
  763. package/install/__tests__/utils/yaml-utils.test.js +85 -0
  764. package/install/__tests__/yanstaller/detector.test.js +210 -0
  765. package/install/bin/create-byan-agent-backup.js +220 -0
  766. package/install/bin/create-byan-agent-fixed.js +301 -0
  767. package/install/bin/create-byan-agent-v2.js +492 -0
  768. package/install/bin/create-byan-agent.js +322 -0
  769. package/install/coverage/clover.xml +219 -0
  770. package/install/coverage/coverage-final.json +13 -0
  771. package/install/coverage/lcov-report/base.css +224 -0
  772. package/install/coverage/lcov-report/block-navigation.js +87 -0
  773. package/install/coverage/lcov-report/favicon.png +0 -0
  774. package/install/coverage/lcov-report/index.html +146 -0
  775. package/install/coverage/lcov-report/lib/errors.js.html +268 -0
  776. package/install/coverage/lcov-report/lib/exit-codes.js.html +247 -0
  777. package/install/coverage/lcov-report/lib/index.html +131 -0
  778. package/install/coverage/lcov-report/lib/platforms/claude-code.js.html +343 -0
  779. package/install/coverage/lcov-report/lib/platforms/codex.js.html +361 -0
  780. package/install/coverage/lcov-report/lib/platforms/copilot-cli.js.html +454 -0
  781. package/install/coverage/lcov-report/lib/platforms/index.html +176 -0
  782. package/install/coverage/lcov-report/lib/platforms/index.js.html +127 -0
  783. package/install/coverage/lcov-report/lib/platforms/vscode.js.html +238 -0
  784. package/install/coverage/lcov-report/lib/utils/config-loader.js.html +322 -0
  785. package/install/coverage/lcov-report/lib/utils/file-utils.js.html +397 -0
  786. package/install/coverage/lcov-report/lib/utils/git-detector.js.html +190 -0
  787. package/install/coverage/lcov-report/lib/utils/index.html +206 -0
  788. package/install/coverage/lcov-report/lib/utils/logger.js.html +277 -0
  789. package/install/coverage/lcov-report/lib/utils/node-detector.js.html +259 -0
  790. package/install/coverage/lcov-report/lib/utils/os-detector.js.html +307 -0
  791. package/install/coverage/lcov-report/lib/utils/yaml-utils.js.html +346 -0
  792. package/install/coverage/lcov-report/lib/yanstaller/backuper.js.html +409 -0
  793. package/install/coverage/lcov-report/lib/yanstaller/detector.js.html +508 -0
  794. package/install/coverage/lcov-report/lib/yanstaller/index.html +236 -0
  795. package/install/coverage/lcov-report/lib/yanstaller/index.js.html +364 -0
  796. package/install/coverage/lcov-report/lib/yanstaller/installer.js.html +505 -0
  797. package/install/coverage/lcov-report/lib/yanstaller/interviewer.js.html +349 -0
  798. package/install/coverage/lcov-report/lib/yanstaller/recommender.js.html +379 -0
  799. package/install/coverage/lcov-report/lib/yanstaller/troubleshooter.js.html +352 -0
  800. package/install/coverage/lcov-report/lib/yanstaller/validator.js.html +679 -0
  801. package/install/coverage/lcov-report/lib/yanstaller/wizard.js.html +412 -0
  802. package/install/coverage/lcov-report/platforms/claude-code.js.html +343 -0
  803. package/install/coverage/lcov-report/platforms/codex.js.html +361 -0
  804. package/install/coverage/lcov-report/platforms/copilot-cli.js.html +454 -0
  805. package/install/coverage/lcov-report/platforms/index.html +176 -0
  806. package/install/coverage/lcov-report/platforms/index.js.html +127 -0
  807. package/install/coverage/lcov-report/platforms/vscode.js.html +238 -0
  808. package/install/coverage/lcov-report/prettify.css +1 -0
  809. package/install/coverage/lcov-report/prettify.js +2 -0
  810. package/install/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  811. package/install/coverage/lcov-report/sorter.js +210 -0
  812. package/install/coverage/lcov-report/utils/file-utils.js.html +397 -0
  813. package/install/coverage/lcov-report/utils/git-detector.js.html +190 -0
  814. package/install/coverage/lcov-report/utils/index.html +191 -0
  815. package/install/coverage/lcov-report/utils/logger.js.html +277 -0
  816. package/install/coverage/lcov-report/utils/node-detector.js.html +259 -0
  817. package/install/coverage/lcov-report/utils/os-detector.js.html +307 -0
  818. package/install/coverage/lcov-report/utils/yaml-utils.js.html +346 -0
  819. package/install/coverage/lcov-report/yanstaller/detector.js.html +508 -0
  820. package/install/coverage/lcov-report/yanstaller/index.html +116 -0
  821. package/install/coverage/lcov.info +414 -0
  822. package/install/install.sh +239 -0
  823. package/install/jest.config.js +33 -0
  824. package/install/lib/errors.js +61 -0
  825. package/install/lib/exit-codes.js +54 -0
  826. package/install/lib/platforms/claude-code.js +86 -0
  827. package/install/lib/platforms/codex.js +92 -0
  828. package/install/lib/platforms/copilot-cli.js +123 -0
  829. package/install/lib/platforms/index.js +14 -0
  830. package/install/lib/platforms/vscode.js +51 -0
  831. package/install/lib/utils/config-loader.js +79 -0
  832. package/install/lib/utils/file-utils.js +104 -0
  833. package/install/lib/utils/git-detector.js +35 -0
  834. package/install/lib/utils/logger.js +64 -0
  835. package/install/lib/utils/node-detector.js +58 -0
  836. package/install/lib/utils/os-detector.js +74 -0
  837. package/install/lib/utils/yaml-utils.js +87 -0
  838. package/install/lib/yanstaller/backuper.js +108 -0
  839. package/install/lib/yanstaller/detector.js +141 -0
  840. package/install/lib/yanstaller/index.js +93 -0
  841. package/install/lib/yanstaller/installer.js +140 -0
  842. package/install/lib/yanstaller/interviewer.js +88 -0
  843. package/install/lib/yanstaller/recommender.js +98 -0
  844. package/install/lib/yanstaller/troubleshooter.js +89 -0
  845. package/install/lib/yanstaller/validator.js +198 -0
  846. package/install/lib/yanstaller/wizard.js +109 -0
  847. package/install/node_modules/.package-lock.json +4101 -0
  848. package/install/node_modules/@babel/code-frame/LICENSE +22 -0
  849. package/install/node_modules/@babel/code-frame/README.md +19 -0
  850. package/install/node_modules/@babel/code-frame/lib/index.js +217 -0
  851. package/install/node_modules/@babel/code-frame/lib/index.js.map +1 -0
  852. package/install/node_modules/@babel/code-frame/package.json +32 -0
  853. package/install/node_modules/@babel/compat-data/LICENSE +22 -0
  854. package/install/node_modules/@babel/compat-data/README.md +19 -0
  855. package/install/node_modules/@babel/compat-data/corejs2-built-ins.js +2 -0
  856. package/install/node_modules/@babel/compat-data/corejs3-shipped-proposals.js +2 -0
  857. package/install/node_modules/@babel/compat-data/data/corejs2-built-ins.json +2106 -0
  858. package/install/node_modules/@babel/compat-data/data/corejs3-shipped-proposals.json +5 -0
  859. package/install/node_modules/@babel/compat-data/data/native-modules.json +18 -0
  860. package/install/node_modules/@babel/compat-data/data/overlapping-plugins.json +35 -0
  861. package/install/node_modules/@babel/compat-data/data/plugin-bugfixes.json +203 -0
  862. package/install/node_modules/@babel/compat-data/data/plugins.json +838 -0
  863. package/install/node_modules/@babel/compat-data/native-modules.js +2 -0
  864. package/install/node_modules/@babel/compat-data/overlapping-plugins.js +2 -0
  865. package/install/node_modules/@babel/compat-data/package.json +40 -0
  866. package/install/node_modules/@babel/compat-data/plugin-bugfixes.js +2 -0
  867. package/install/node_modules/@babel/compat-data/plugins.js +2 -0
  868. package/install/node_modules/@babel/core/LICENSE +22 -0
  869. package/install/node_modules/@babel/core/README.md +19 -0
  870. package/install/node_modules/@babel/core/lib/config/cache-contexts.js +5 -0
  871. package/install/node_modules/@babel/core/lib/config/cache-contexts.js.map +1 -0
  872. package/install/node_modules/@babel/core/lib/config/caching.js +261 -0
  873. package/install/node_modules/@babel/core/lib/config/caching.js.map +1 -0
  874. package/install/node_modules/@babel/core/lib/config/config-chain.js +469 -0
  875. package/install/node_modules/@babel/core/lib/config/config-chain.js.map +1 -0
  876. package/install/node_modules/@babel/core/lib/config/config-descriptors.js +190 -0
  877. package/install/node_modules/@babel/core/lib/config/config-descriptors.js.map +1 -0
  878. package/install/node_modules/@babel/core/lib/config/files/configuration.js +290 -0
  879. package/install/node_modules/@babel/core/lib/config/files/configuration.js.map +1 -0
  880. package/install/node_modules/@babel/core/lib/config/files/import.cjs +6 -0
  881. package/install/node_modules/@babel/core/lib/config/files/import.cjs.map +1 -0
  882. package/install/node_modules/@babel/core/lib/config/files/index-browser.js +58 -0
  883. package/install/node_modules/@babel/core/lib/config/files/index-browser.js.map +1 -0
  884. package/install/node_modules/@babel/core/lib/config/files/index.js +78 -0
  885. package/install/node_modules/@babel/core/lib/config/files/index.js.map +1 -0
  886. package/install/node_modules/@babel/core/lib/config/files/module-types.js +203 -0
  887. package/install/node_modules/@babel/core/lib/config/files/module-types.js.map +1 -0
  888. package/install/node_modules/@babel/core/lib/config/files/package.js +61 -0
  889. package/install/node_modules/@babel/core/lib/config/files/package.js.map +1 -0
  890. package/install/node_modules/@babel/core/lib/config/files/plugins.js +220 -0
  891. package/install/node_modules/@babel/core/lib/config/files/plugins.js.map +1 -0
  892. package/install/node_modules/@babel/core/lib/config/files/types.js +5 -0
  893. package/install/node_modules/@babel/core/lib/config/files/types.js.map +1 -0
  894. package/install/node_modules/@babel/core/lib/config/files/utils.js +36 -0
  895. package/install/node_modules/@babel/core/lib/config/files/utils.js.map +1 -0
  896. package/install/node_modules/@babel/core/lib/config/full.js +312 -0
  897. package/install/node_modules/@babel/core/lib/config/full.js.map +1 -0
  898. package/install/node_modules/@babel/core/lib/config/helpers/config-api.js +85 -0
  899. package/install/node_modules/@babel/core/lib/config/helpers/config-api.js.map +1 -0
  900. package/install/node_modules/@babel/core/lib/config/helpers/deep-array.js +23 -0
  901. package/install/node_modules/@babel/core/lib/config/helpers/deep-array.js.map +1 -0
  902. package/install/node_modules/@babel/core/lib/config/helpers/environment.js +12 -0
  903. package/install/node_modules/@babel/core/lib/config/helpers/environment.js.map +1 -0
  904. package/install/node_modules/@babel/core/lib/config/index.js +87 -0
  905. package/install/node_modules/@babel/core/lib/config/index.js.map +1 -0
  906. package/install/node_modules/@babel/core/lib/config/item.js +67 -0
  907. package/install/node_modules/@babel/core/lib/config/item.js.map +1 -0
  908. package/install/node_modules/@babel/core/lib/config/partial.js +158 -0
  909. package/install/node_modules/@babel/core/lib/config/partial.js.map +1 -0
  910. package/install/node_modules/@babel/core/lib/config/pattern-to-regex.js +38 -0
  911. package/install/node_modules/@babel/core/lib/config/pattern-to-regex.js.map +1 -0
  912. package/install/node_modules/@babel/core/lib/config/plugin.js +33 -0
  913. package/install/node_modules/@babel/core/lib/config/plugin.js.map +1 -0
  914. package/install/node_modules/@babel/core/lib/config/printer.js +113 -0
  915. package/install/node_modules/@babel/core/lib/config/printer.js.map +1 -0
  916. package/install/node_modules/@babel/core/lib/config/resolve-targets-browser.js +41 -0
  917. package/install/node_modules/@babel/core/lib/config/resolve-targets-browser.js.map +1 -0
  918. package/install/node_modules/@babel/core/lib/config/resolve-targets.js +61 -0
  919. package/install/node_modules/@babel/core/lib/config/resolve-targets.js.map +1 -0
  920. package/install/node_modules/@babel/core/lib/config/util.js +31 -0
  921. package/install/node_modules/@babel/core/lib/config/util.js.map +1 -0
  922. package/install/node_modules/@babel/core/lib/config/validation/option-assertions.js +277 -0
  923. package/install/node_modules/@babel/core/lib/config/validation/option-assertions.js.map +1 -0
  924. package/install/node_modules/@babel/core/lib/config/validation/options.js +187 -0
  925. package/install/node_modules/@babel/core/lib/config/validation/options.js.map +1 -0
  926. package/install/node_modules/@babel/core/lib/config/validation/plugins.js +67 -0
  927. package/install/node_modules/@babel/core/lib/config/validation/plugins.js.map +1 -0
  928. package/install/node_modules/@babel/core/lib/config/validation/removed.js +68 -0
  929. package/install/node_modules/@babel/core/lib/config/validation/removed.js.map +1 -0
  930. package/install/node_modules/@babel/core/lib/errors/config-error.js +18 -0
  931. package/install/node_modules/@babel/core/lib/errors/config-error.js.map +1 -0
  932. package/install/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js +98 -0
  933. package/install/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js.map +1 -0
  934. package/install/node_modules/@babel/core/lib/gensync-utils/async.js +90 -0
  935. package/install/node_modules/@babel/core/lib/gensync-utils/async.js.map +1 -0
  936. package/install/node_modules/@babel/core/lib/gensync-utils/fs.js +31 -0
  937. package/install/node_modules/@babel/core/lib/gensync-utils/fs.js.map +1 -0
  938. package/install/node_modules/@babel/core/lib/gensync-utils/functional.js +58 -0
  939. package/install/node_modules/@babel/core/lib/gensync-utils/functional.js.map +1 -0
  940. package/install/node_modules/@babel/core/lib/index.js +230 -0
  941. package/install/node_modules/@babel/core/lib/index.js.map +1 -0
  942. package/install/node_modules/@babel/core/lib/parse.js +45 -0
  943. package/install/node_modules/@babel/core/lib/parse.js.map +1 -0
  944. package/install/node_modules/@babel/core/lib/parser/index.js +85 -0
  945. package/install/node_modules/@babel/core/lib/parser/index.js.map +1 -0
  946. package/install/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js +337 -0
  947. package/install/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js.map +1 -0
  948. package/install/node_modules/@babel/core/lib/tools/build-external-helpers.js +144 -0
  949. package/install/node_modules/@babel/core/lib/tools/build-external-helpers.js.map +1 -0
  950. package/install/node_modules/@babel/core/lib/transform-ast.js +48 -0
  951. package/install/node_modules/@babel/core/lib/transform-ast.js.map +1 -0
  952. package/install/node_modules/@babel/core/lib/transform-file-browser.js +23 -0
  953. package/install/node_modules/@babel/core/lib/transform-file-browser.js.map +1 -0
  954. package/install/node_modules/@babel/core/lib/transform-file.js +40 -0
  955. package/install/node_modules/@babel/core/lib/transform-file.js.map +1 -0
  956. package/install/node_modules/@babel/core/lib/transform.js +47 -0
  957. package/install/node_modules/@babel/core/lib/transform.js.map +1 -0
  958. package/install/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js +84 -0
  959. package/install/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js.map +1 -0
  960. package/install/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs +4 -0
  961. package/install/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs.map +1 -0
  962. package/install/node_modules/@babel/core/lib/transformation/file/file.js +204 -0
  963. package/install/node_modules/@babel/core/lib/transformation/file/file.js.map +1 -0
  964. package/install/node_modules/@babel/core/lib/transformation/file/generate.js +84 -0
  965. package/install/node_modules/@babel/core/lib/transformation/file/generate.js.map +1 -0
  966. package/install/node_modules/@babel/core/lib/transformation/file/merge-map.js +37 -0
  967. package/install/node_modules/@babel/core/lib/transformation/file/merge-map.js.map +1 -0
  968. package/install/node_modules/@babel/core/lib/transformation/index.js +90 -0
  969. package/install/node_modules/@babel/core/lib/transformation/index.js.map +1 -0
  970. package/install/node_modules/@babel/core/lib/transformation/normalize-file.js +127 -0
  971. package/install/node_modules/@babel/core/lib/transformation/normalize-file.js.map +1 -0
  972. package/install/node_modules/@babel/core/lib/transformation/normalize-opts.js +59 -0
  973. package/install/node_modules/@babel/core/lib/transformation/normalize-opts.js.map +1 -0
  974. package/install/node_modules/@babel/core/lib/transformation/plugin-pass.js +48 -0
  975. package/install/node_modules/@babel/core/lib/transformation/plugin-pass.js.map +1 -0
  976. package/install/node_modules/@babel/core/lib/transformation/util/clone-deep.js +54 -0
  977. package/install/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +1 -0
  978. package/install/node_modules/@babel/core/lib/vendor/import-meta-resolve.js +1042 -0
  979. package/install/node_modules/@babel/core/lib/vendor/import-meta-resolve.js.map +1 -0
  980. package/install/node_modules/@babel/core/package.json +82 -0
  981. package/install/node_modules/@babel/core/src/config/files/index-browser.ts +115 -0
  982. package/install/node_modules/@babel/core/src/config/files/index.ts +30 -0
  983. package/install/node_modules/@babel/core/src/config/resolve-targets-browser.ts +42 -0
  984. package/install/node_modules/@babel/core/src/config/resolve-targets.ts +54 -0
  985. package/install/node_modules/@babel/core/src/transform-file-browser.ts +33 -0
  986. package/install/node_modules/@babel/core/src/transform-file.ts +56 -0
  987. package/install/node_modules/@babel/generator/LICENSE +22 -0
  988. package/install/node_modules/@babel/generator/README.md +19 -0
  989. package/install/node_modules/@babel/generator/lib/buffer.js +244 -0
  990. package/install/node_modules/@babel/generator/lib/buffer.js.map +1 -0
  991. package/install/node_modules/@babel/generator/lib/generators/base.js +86 -0
  992. package/install/node_modules/@babel/generator/lib/generators/base.js.map +1 -0
  993. package/install/node_modules/@babel/generator/lib/generators/classes.js +215 -0
  994. package/install/node_modules/@babel/generator/lib/generators/classes.js.map +1 -0
  995. package/install/node_modules/@babel/generator/lib/generators/deprecated.js +73 -0
  996. package/install/node_modules/@babel/generator/lib/generators/deprecated.js.map +1 -0
  997. package/install/node_modules/@babel/generator/lib/generators/expressions.js +309 -0
  998. package/install/node_modules/@babel/generator/lib/generators/expressions.js.map +1 -0
  999. package/install/node_modules/@babel/generator/lib/generators/flow.js +658 -0
  1000. package/install/node_modules/@babel/generator/lib/generators/flow.js.map +1 -0
  1001. package/install/node_modules/@babel/generator/lib/generators/index.js +128 -0
  1002. package/install/node_modules/@babel/generator/lib/generators/index.js.map +1 -0
  1003. package/install/node_modules/@babel/generator/lib/generators/jsx.js +124 -0
  1004. package/install/node_modules/@babel/generator/lib/generators/jsx.js.map +1 -0
  1005. package/install/node_modules/@babel/generator/lib/generators/methods.js +207 -0
  1006. package/install/node_modules/@babel/generator/lib/generators/methods.js.map +1 -0
  1007. package/install/node_modules/@babel/generator/lib/generators/modules.js +290 -0
  1008. package/install/node_modules/@babel/generator/lib/generators/modules.js.map +1 -0
  1009. package/install/node_modules/@babel/generator/lib/generators/statements.js +297 -0
  1010. package/install/node_modules/@babel/generator/lib/generators/statements.js.map +1 -0
  1011. package/install/node_modules/@babel/generator/lib/generators/template-literals.js +38 -0
  1012. package/install/node_modules/@babel/generator/lib/generators/template-literals.js.map +1 -0
  1013. package/install/node_modules/@babel/generator/lib/generators/types.js +183 -0
  1014. package/install/node_modules/@babel/generator/lib/generators/types.js.map +1 -0
  1015. package/install/node_modules/@babel/generator/lib/generators/typescript.js +726 -0
  1016. package/install/node_modules/@babel/generator/lib/generators/typescript.js.map +1 -0
  1017. package/install/node_modules/@babel/generator/lib/index.js +108 -0
  1018. package/install/node_modules/@babel/generator/lib/index.js.map +1 -0
  1019. package/install/node_modules/@babel/generator/lib/node/index.js +81 -0
  1020. package/install/node_modules/@babel/generator/lib/node/index.js.map +1 -0
  1021. package/install/node_modules/@babel/generator/lib/node/parentheses.js +298 -0
  1022. package/install/node_modules/@babel/generator/lib/node/parentheses.js.map +1 -0
  1023. package/install/node_modules/@babel/generator/lib/nodes.js +19 -0
  1024. package/install/node_modules/@babel/generator/lib/nodes.js.map +1 -0
  1025. package/install/node_modules/@babel/generator/lib/printer.js +782 -0
  1026. package/install/node_modules/@babel/generator/lib/printer.js.map +1 -0
  1027. package/install/node_modules/@babel/generator/lib/source-map.js +86 -0
  1028. package/install/node_modules/@babel/generator/lib/source-map.js.map +1 -0
  1029. package/install/node_modules/@babel/generator/lib/token-map.js +195 -0
  1030. package/install/node_modules/@babel/generator/lib/token-map.js.map +1 -0
  1031. package/install/node_modules/@babel/generator/package.json +39 -0
  1032. package/install/node_modules/@babel/helper-compilation-targets/LICENSE +22 -0
  1033. package/install/node_modules/@babel/helper-compilation-targets/README.md +19 -0
  1034. package/install/node_modules/@babel/helper-compilation-targets/lib/debug.js +28 -0
  1035. package/install/node_modules/@babel/helper-compilation-targets/lib/debug.js.map +1 -0
  1036. package/install/node_modules/@babel/helper-compilation-targets/lib/filter-items.js +67 -0
  1037. package/install/node_modules/@babel/helper-compilation-targets/lib/filter-items.js.map +1 -0
  1038. package/install/node_modules/@babel/helper-compilation-targets/lib/index.js +229 -0
  1039. package/install/node_modules/@babel/helper-compilation-targets/lib/index.js.map +1 -0
  1040. package/install/node_modules/@babel/helper-compilation-targets/lib/options.js +24 -0
  1041. package/install/node_modules/@babel/helper-compilation-targets/lib/options.js.map +1 -0
  1042. package/install/node_modules/@babel/helper-compilation-targets/lib/pretty.js +40 -0
  1043. package/install/node_modules/@babel/helper-compilation-targets/lib/pretty.js.map +1 -0
  1044. package/install/node_modules/@babel/helper-compilation-targets/lib/targets.js +28 -0
  1045. package/install/node_modules/@babel/helper-compilation-targets/lib/targets.js.map +1 -0
  1046. package/install/node_modules/@babel/helper-compilation-targets/lib/utils.js +58 -0
  1047. package/install/node_modules/@babel/helper-compilation-targets/lib/utils.js.map +1 -0
  1048. package/install/node_modules/@babel/helper-compilation-targets/package.json +43 -0
  1049. package/install/node_modules/@babel/helper-globals/LICENSE +22 -0
  1050. package/install/node_modules/@babel/helper-globals/README.md +19 -0
  1051. package/install/node_modules/@babel/helper-globals/data/browser-upper.json +911 -0
  1052. package/install/node_modules/@babel/helper-globals/data/builtin-lower.json +15 -0
  1053. package/install/node_modules/@babel/helper-globals/data/builtin-upper.json +51 -0
  1054. package/install/node_modules/@babel/helper-globals/package.json +32 -0
  1055. package/install/node_modules/@babel/helper-module-imports/LICENSE +22 -0
  1056. package/install/node_modules/@babel/helper-module-imports/README.md +19 -0
  1057. package/install/node_modules/@babel/helper-module-imports/lib/import-builder.js +122 -0
  1058. package/install/node_modules/@babel/helper-module-imports/lib/import-builder.js.map +1 -0
  1059. package/install/node_modules/@babel/helper-module-imports/lib/import-injector.js +304 -0
  1060. package/install/node_modules/@babel/helper-module-imports/lib/import-injector.js.map +1 -0
  1061. package/install/node_modules/@babel/helper-module-imports/lib/index.js +37 -0
  1062. package/install/node_modules/@babel/helper-module-imports/lib/index.js.map +1 -0
  1063. package/install/node_modules/@babel/helper-module-imports/lib/is-module.js +11 -0
  1064. package/install/node_modules/@babel/helper-module-imports/lib/is-module.js.map +1 -0
  1065. package/install/node_modules/@babel/helper-module-imports/package.json +28 -0
  1066. package/install/node_modules/@babel/helper-module-transforms/LICENSE +22 -0
  1067. package/install/node_modules/@babel/helper-module-transforms/README.md +19 -0
  1068. package/install/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js +46 -0
  1069. package/install/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js.map +1 -0
  1070. package/install/node_modules/@babel/helper-module-transforms/lib/get-module-name.js +46 -0
  1071. package/install/node_modules/@babel/helper-module-transforms/lib/get-module-name.js.map +1 -0
  1072. package/install/node_modules/@babel/helper-module-transforms/lib/index.js +396 -0
  1073. package/install/node_modules/@babel/helper-module-transforms/lib/index.js.map +1 -0
  1074. package/install/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js +31 -0
  1075. package/install/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js.map +1 -0
  1076. package/install/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js +362 -0
  1077. package/install/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js.map +1 -0
  1078. package/install/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js +360 -0
  1079. package/install/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js.map +1 -0
  1080. package/install/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js +22 -0
  1081. package/install/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js.map +1 -0
  1082. package/install/node_modules/@babel/helper-module-transforms/package.json +32 -0
  1083. package/install/node_modules/@babel/helper-plugin-utils/LICENSE +22 -0
  1084. package/install/node_modules/@babel/helper-plugin-utils/README.md +19 -0
  1085. package/install/node_modules/@babel/helper-plugin-utils/lib/index.js +74 -0
  1086. package/install/node_modules/@babel/helper-plugin-utils/lib/index.js.map +1 -0
  1087. package/install/node_modules/@babel/helper-plugin-utils/package.json +24 -0
  1088. package/install/node_modules/@babel/helper-string-parser/LICENSE +22 -0
  1089. package/install/node_modules/@babel/helper-string-parser/README.md +19 -0
  1090. package/install/node_modules/@babel/helper-string-parser/lib/index.js +295 -0
  1091. package/install/node_modules/@babel/helper-string-parser/lib/index.js.map +1 -0
  1092. package/install/node_modules/@babel/helper-string-parser/package.json +31 -0
  1093. package/install/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
  1094. package/install/node_modules/@babel/helper-validator-identifier/README.md +19 -0
  1095. package/install/node_modules/@babel/helper-validator-identifier/lib/identifier.js +70 -0
  1096. package/install/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
  1097. package/install/node_modules/@babel/helper-validator-identifier/lib/index.js +57 -0
  1098. package/install/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
  1099. package/install/node_modules/@babel/helper-validator-identifier/lib/keyword.js +35 -0
  1100. package/install/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
  1101. package/install/node_modules/@babel/helper-validator-identifier/package.json +31 -0
  1102. package/install/node_modules/@babel/helper-validator-option/LICENSE +22 -0
  1103. package/install/node_modules/@babel/helper-validator-option/README.md +19 -0
  1104. package/install/node_modules/@babel/helper-validator-option/lib/find-suggestion.js +39 -0
  1105. package/install/node_modules/@babel/helper-validator-option/lib/find-suggestion.js.map +1 -0
  1106. package/install/node_modules/@babel/helper-validator-option/lib/index.js +21 -0
  1107. package/install/node_modules/@babel/helper-validator-option/lib/index.js.map +1 -0
  1108. package/install/node_modules/@babel/helper-validator-option/lib/validator.js +48 -0
  1109. package/install/node_modules/@babel/helper-validator-option/lib/validator.js.map +1 -0
  1110. package/install/node_modules/@babel/helper-validator-option/package.json +27 -0
  1111. package/install/node_modules/@babel/helpers/LICENSE +23 -0
  1112. package/install/node_modules/@babel/helpers/README.md +19 -0
  1113. package/install/node_modules/@babel/helpers/lib/helpers/AwaitValue.js +11 -0
  1114. package/install/node_modules/@babel/helpers/lib/helpers/AwaitValue.js.map +1 -0
  1115. package/install/node_modules/@babel/helpers/lib/helpers/OverloadYield.js +12 -0
  1116. package/install/node_modules/@babel/helpers/lib/helpers/OverloadYield.js.map +1 -0
  1117. package/install/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js +31 -0
  1118. package/install/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js.map +1 -0
  1119. package/install/node_modules/@babel/helpers/lib/helpers/applyDecs.js +459 -0
  1120. package/install/node_modules/@babel/helpers/lib/helpers/applyDecs.js.map +1 -0
  1121. package/install/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js +363 -0
  1122. package/install/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js.map +1 -0
  1123. package/install/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js +376 -0
  1124. package/install/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js.map +1 -0
  1125. package/install/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js +421 -0
  1126. package/install/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js.map +1 -0
  1127. package/install/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js +235 -0
  1128. package/install/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js.map +1 -0
  1129. package/install/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js +236 -0
  1130. package/install/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js.map +1 -0
  1131. package/install/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js +13 -0
  1132. package/install/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js.map +1 -0
  1133. package/install/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js +11 -0
  1134. package/install/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js.map +1 -0
  1135. package/install/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js +12 -0
  1136. package/install/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js.map +1 -0
  1137. package/install/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js +14 -0
  1138. package/install/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js.map +1 -0
  1139. package/install/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js +14 -0
  1140. package/install/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js.map +1 -0
  1141. package/install/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js +52 -0
  1142. package/install/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js.map +1 -0
  1143. package/install/node_modules/@babel/helpers/lib/helpers/asyncIterator.js +72 -0
  1144. package/install/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +1 -0
  1145. package/install/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js +38 -0
  1146. package/install/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js.map +1 -0
  1147. package/install/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js +12 -0
  1148. package/install/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js.map +1 -0
  1149. package/install/node_modules/@babel/helpers/lib/helpers/callSuper.js +15 -0
  1150. package/install/node_modules/@babel/helpers/lib/helpers/callSuper.js.map +1 -0
  1151. package/install/node_modules/@babel/helpers/lib/helpers/checkInRHS.js +14 -0
  1152. package/install/node_modules/@babel/helpers/lib/helpers/checkInRHS.js.map +1 -0
  1153. package/install/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js +13 -0
  1154. package/install/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js.map +1 -0
  1155. package/install/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js +25 -0
  1156. package/install/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js.map +1 -0
  1157. package/install/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js +14 -0
  1158. package/install/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js.map +1 -0
  1159. package/install/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js +18 -0
  1160. package/install/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js.map +1 -0
  1161. package/install/node_modules/@babel/helpers/lib/helpers/classCallCheck.js +13 -0
  1162. package/install/node_modules/@babel/helpers/lib/helpers/classCallCheck.js.map +1 -0
  1163. package/install/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js +12 -0
  1164. package/install/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js.map +1 -0
  1165. package/install/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js +13 -0
  1166. package/install/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js.map +1 -0
  1167. package/install/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js +12 -0
  1168. package/install/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js.map +1 -0
  1169. package/install/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js +11 -0
  1170. package/install/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js.map +1 -0
  1171. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js +14 -0
  1172. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js.map +1 -0
  1173. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js +14 -0
  1174. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js.map +1 -0
  1175. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js +12 -0
  1176. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js.map +1 -0
  1177. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js +13 -0
  1178. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js.map +1 -0
  1179. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js +14 -0
  1180. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js.map +1 -0
  1181. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js +12 -0
  1182. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js.map +1 -0
  1183. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js +15 -0
  1184. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js.map +1 -0
  1185. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js +13 -0
  1186. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js.map +1 -0
  1187. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js +12 -0
  1188. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js.map +1 -0
  1189. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js +13 -0
  1190. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js.map +1 -0
  1191. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js +13 -0
  1192. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js.map +1 -0
  1193. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js +11 -0
  1194. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js.map +1 -0
  1195. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js +13 -0
  1196. package/install/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js.map +1 -0
  1197. package/install/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js +16 -0
  1198. package/install/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js.map +1 -0
  1199. package/install/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js +16 -0
  1200. package/install/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js.map +1 -0
  1201. package/install/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js +17 -0
  1202. package/install/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js.map +1 -0
  1203. package/install/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js +13 -0
  1204. package/install/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js.map +1 -0
  1205. package/install/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js +11 -0
  1206. package/install/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js.map +1 -0
  1207. package/install/node_modules/@babel/helpers/lib/helpers/construct.js +20 -0
  1208. package/install/node_modules/@babel/helpers/lib/helpers/construct.js.map +1 -0
  1209. package/install/node_modules/@babel/helpers/lib/helpers/createClass.js +26 -0
  1210. package/install/node_modules/@babel/helpers/lib/helpers/createClass.js.map +1 -0
  1211. package/install/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js +64 -0
  1212. package/install/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js.map +1 -0
  1213. package/install/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js +29 -0
  1214. package/install/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js.map +1 -0
  1215. package/install/node_modules/@babel/helpers/lib/helpers/createSuper.js +25 -0
  1216. package/install/node_modules/@babel/helpers/lib/helpers/createSuper.js.map +1 -0
  1217. package/install/node_modules/@babel/helpers/lib/helpers/decorate.js +350 -0
  1218. package/install/node_modules/@babel/helpers/lib/helpers/decorate.js.map +1 -0
  1219. package/install/node_modules/@babel/helpers/lib/helpers/defaults.js +18 -0
  1220. package/install/node_modules/@babel/helpers/lib/helpers/defaults.js.map +1 -0
  1221. package/install/node_modules/@babel/helpers/lib/helpers/defineAccessor.js +16 -0
  1222. package/install/node_modules/@babel/helpers/lib/helpers/defineAccessor.js.map +1 -0
  1223. package/install/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js +27 -0
  1224. package/install/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js.map +1 -0
  1225. package/install/node_modules/@babel/helpers/lib/helpers/defineProperty.js +23 -0
  1226. package/install/node_modules/@babel/helpers/lib/helpers/defineProperty.js.map +1 -0
  1227. package/install/node_modules/@babel/helpers/lib/helpers/dispose.js +47 -0
  1228. package/install/node_modules/@babel/helpers/lib/helpers/dispose.js.map +1 -0
  1229. package/install/node_modules/@babel/helpers/lib/helpers/extends.js +22 -0
  1230. package/install/node_modules/@babel/helpers/lib/helpers/extends.js.map +1 -0
  1231. package/install/node_modules/@babel/helpers/lib/helpers/get.js +25 -0
  1232. package/install/node_modules/@babel/helpers/lib/helpers/get.js.map +1 -0
  1233. package/install/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js +14 -0
  1234. package/install/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js.map +1 -0
  1235. package/install/node_modules/@babel/helpers/lib/helpers/identity.js +11 -0
  1236. package/install/node_modules/@babel/helpers/lib/helpers/identity.js.map +1 -0
  1237. package/install/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js +35 -0
  1238. package/install/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js.map +1 -0
  1239. package/install/node_modules/@babel/helpers/lib/helpers/inherits.js +25 -0
  1240. package/install/node_modules/@babel/helpers/lib/helpers/inherits.js.map +1 -0
  1241. package/install/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js +14 -0
  1242. package/install/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js.map +1 -0
  1243. package/install/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js +17 -0
  1244. package/install/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js.map +1 -0
  1245. package/install/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js +11 -0
  1246. package/install/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js.map +1 -0
  1247. package/install/node_modules/@babel/helpers/lib/helpers/instanceof.js +15 -0
  1248. package/install/node_modules/@babel/helpers/lib/helpers/instanceof.js.map +1 -0
  1249. package/install/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js +13 -0
  1250. package/install/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js.map +1 -0
  1251. package/install/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js +44 -0
  1252. package/install/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js.map +1 -0
  1253. package/install/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js +15 -0
  1254. package/install/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js.map +1 -0
  1255. package/install/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js +16 -0
  1256. package/install/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js.map +1 -0
  1257. package/install/node_modules/@babel/helpers/lib/helpers/iterableToArray.js +13 -0
  1258. package/install/node_modules/@babel/helpers/lib/helpers/iterableToArray.js.map +1 -0
  1259. package/install/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js +41 -0
  1260. package/install/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js.map +1 -0
  1261. package/install/node_modules/@babel/helpers/lib/helpers/jsx.js +47 -0
  1262. package/install/node_modules/@babel/helpers/lib/helpers/jsx.js.map +1 -0
  1263. package/install/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js +16 -0
  1264. package/install/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js.map +1 -0
  1265. package/install/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js +13 -0
  1266. package/install/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js.map +1 -0
  1267. package/install/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js +11 -0
  1268. package/install/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js.map +1 -0
  1269. package/install/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js +11 -0
  1270. package/install/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js.map +1 -0
  1271. package/install/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js +11 -0
  1272. package/install/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js.map +1 -0
  1273. package/install/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js +11 -0
  1274. package/install/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js.map +1 -0
  1275. package/install/node_modules/@babel/helpers/lib/helpers/objectSpread.js +24 -0
  1276. package/install/node_modules/@babel/helpers/lib/helpers/objectSpread.js.map +1 -0
  1277. package/install/node_modules/@babel/helpers/lib/helpers/objectSpread2.js +39 -0
  1278. package/install/node_modules/@babel/helpers/lib/helpers/objectSpread2.js.map +1 -0
  1279. package/install/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js +24 -0
  1280. package/install/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js.map +1 -0
  1281. package/install/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js +19 -0
  1282. package/install/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js.map +1 -0
  1283. package/install/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js +17 -0
  1284. package/install/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js.map +1 -0
  1285. package/install/node_modules/@babel/helpers/lib/helpers/readOnlyError.js +11 -0
  1286. package/install/node_modules/@babel/helpers/lib/helpers/readOnlyError.js.map +1 -0
  1287. package/install/node_modules/@babel/helpers/lib/helpers/regenerator.js +188 -0
  1288. package/install/node_modules/@babel/helpers/lib/helpers/regenerator.js.map +1 -0
  1289. package/install/node_modules/@babel/helpers/lib/helpers/regeneratorAsync.js +15 -0
  1290. package/install/node_modules/@babel/helpers/lib/helpers/regeneratorAsync.js.map +1 -0
  1291. package/install/node_modules/@babel/helpers/lib/helpers/regeneratorAsyncGen.js +13 -0
  1292. package/install/node_modules/@babel/helpers/lib/helpers/regeneratorAsyncGen.js.map +1 -0
  1293. package/install/node_modules/@babel/helpers/lib/helpers/regeneratorAsyncIterator.js +49 -0
  1294. package/install/node_modules/@babel/helpers/lib/helpers/regeneratorAsyncIterator.js.map +1 -0
  1295. package/install/node_modules/@babel/helpers/lib/helpers/regeneratorDefine.js +40 -0
  1296. package/install/node_modules/@babel/helpers/lib/helpers/regeneratorDefine.js.map +1 -0
  1297. package/install/node_modules/@babel/helpers/lib/helpers/regeneratorKeys.js +28 -0
  1298. package/install/node_modules/@babel/helpers/lib/helpers/regeneratorKeys.js.map +1 -0
  1299. package/install/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js +98 -0
  1300. package/install/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js.map +1 -0
  1301. package/install/node_modules/@babel/helpers/lib/helpers/regeneratorValues.js +32 -0
  1302. package/install/node_modules/@babel/helpers/lib/helpers/regeneratorValues.js.map +1 -0
  1303. package/install/node_modules/@babel/helpers/lib/helpers/set.js +48 -0
  1304. package/install/node_modules/@babel/helpers/lib/helpers/set.js.map +1 -0
  1305. package/install/node_modules/@babel/helpers/lib/helpers/setFunctionName.js +21 -0
  1306. package/install/node_modules/@babel/helpers/lib/helpers/setFunctionName.js.map +1 -0
  1307. package/install/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js +15 -0
  1308. package/install/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js.map +1 -0
  1309. package/install/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js +15 -0
  1310. package/install/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js.map +1 -0
  1311. package/install/node_modules/@babel/helpers/lib/helpers/slicedToArray.js +15 -0
  1312. package/install/node_modules/@babel/helpers/lib/helpers/slicedToArray.js.map +1 -0
  1313. package/install/node_modules/@babel/helpers/lib/helpers/superPropBase.js +16 -0
  1314. package/install/node_modules/@babel/helpers/lib/helpers/superPropBase.js.map +1 -0
  1315. package/install/node_modules/@babel/helpers/lib/helpers/superPropGet.js +16 -0
  1316. package/install/node_modules/@babel/helpers/lib/helpers/superPropGet.js.map +1 -0
  1317. package/install/node_modules/@babel/helpers/lib/helpers/superPropSet.js +13 -0
  1318. package/install/node_modules/@babel/helpers/lib/helpers/superPropSet.js.map +1 -0
  1319. package/install/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js +18 -0
  1320. package/install/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js.map +1 -0
  1321. package/install/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js +15 -0
  1322. package/install/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js.map +1 -0
  1323. package/install/node_modules/@babel/helpers/lib/helpers/tdz.js +11 -0
  1324. package/install/node_modules/@babel/helpers/lib/helpers/tdz.js.map +1 -0
  1325. package/install/node_modules/@babel/helpers/lib/helpers/temporalRef.js +13 -0
  1326. package/install/node_modules/@babel/helpers/lib/helpers/temporalRef.js.map +1 -0
  1327. package/install/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js +9 -0
  1328. package/install/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js.map +1 -0
  1329. package/install/node_modules/@babel/helpers/lib/helpers/toArray.js +15 -0
  1330. package/install/node_modules/@babel/helpers/lib/helpers/toArray.js.map +1 -0
  1331. package/install/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js +15 -0
  1332. package/install/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js.map +1 -0
  1333. package/install/node_modules/@babel/helpers/lib/helpers/toPrimitive.js +18 -0
  1334. package/install/node_modules/@babel/helpers/lib/helpers/toPrimitive.js.map +1 -0
  1335. package/install/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js +13 -0
  1336. package/install/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js.map +1 -0
  1337. package/install/node_modules/@babel/helpers/lib/helpers/toSetter.js +18 -0
  1338. package/install/node_modules/@babel/helpers/lib/helpers/toSetter.js.map +1 -0
  1339. package/install/node_modules/@babel/helpers/lib/helpers/tsRewriteRelativeImportExtensions.js +16 -0
  1340. package/install/node_modules/@babel/helpers/lib/helpers/tsRewriteRelativeImportExtensions.js.map +1 -0
  1341. package/install/node_modules/@babel/helpers/lib/helpers/typeof.js +22 -0
  1342. package/install/node_modules/@babel/helpers/lib/helpers/typeof.js.map +1 -0
  1343. package/install/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js +19 -0
  1344. package/install/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js.map +1 -0
  1345. package/install/node_modules/@babel/helpers/lib/helpers/using.js +29 -0
  1346. package/install/node_modules/@babel/helpers/lib/helpers/using.js.map +1 -0
  1347. package/install/node_modules/@babel/helpers/lib/helpers/usingCtx.js +103 -0
  1348. package/install/node_modules/@babel/helpers/lib/helpers/usingCtx.js.map +1 -0
  1349. package/install/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js +97 -0
  1350. package/install/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js.map +1 -0
  1351. package/install/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js +38 -0
  1352. package/install/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js.map +1 -0
  1353. package/install/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +72 -0
  1354. package/install/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +1 -0
  1355. package/install/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js +11 -0
  1356. package/install/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js.map +1 -0
  1357. package/install/node_modules/@babel/helpers/lib/helpers-generated.js +1440 -0
  1358. package/install/node_modules/@babel/helpers/lib/helpers-generated.js.map +1 -0
  1359. package/install/node_modules/@babel/helpers/lib/index.js +122 -0
  1360. package/install/node_modules/@babel/helpers/lib/index.js.map +1 -0
  1361. package/install/node_modules/@babel/helpers/package.json +31 -0
  1362. package/install/node_modules/@babel/parser/CHANGELOG.md +1073 -0
  1363. package/install/node_modules/@babel/parser/LICENSE +19 -0
  1364. package/install/node_modules/@babel/parser/README.md +19 -0
  1365. package/install/node_modules/@babel/parser/bin/babel-parser.js +15 -0
  1366. package/install/node_modules/@babel/parser/lib/index.js +14582 -0
  1367. package/install/node_modules/@babel/parser/lib/index.js.map +1 -0
  1368. package/install/node_modules/@babel/parser/package.json +50 -0
  1369. package/install/node_modules/@babel/parser/typings/babel-parser.d.ts +262 -0
  1370. package/install/node_modules/@babel/plugin-syntax-async-generators/LICENSE +22 -0
  1371. package/install/node_modules/@babel/plugin-syntax-async-generators/README.md +19 -0
  1372. package/install/node_modules/@babel/plugin-syntax-async-generators/lib/index.js +22 -0
  1373. package/install/node_modules/@babel/plugin-syntax-async-generators/package.json +23 -0
  1374. package/install/node_modules/@babel/plugin-syntax-bigint/LICENSE +22 -0
  1375. package/install/node_modules/@babel/plugin-syntax-bigint/README.md +19 -0
  1376. package/install/node_modules/@babel/plugin-syntax-bigint/lib/index.js +22 -0
  1377. package/install/node_modules/@babel/plugin-syntax-bigint/package.json +23 -0
  1378. package/install/node_modules/@babel/plugin-syntax-class-properties/LICENSE +22 -0
  1379. package/install/node_modules/@babel/plugin-syntax-class-properties/README.md +19 -0
  1380. package/install/node_modules/@babel/plugin-syntax-class-properties/lib/index.js +22 -0
  1381. package/install/node_modules/@babel/plugin-syntax-class-properties/package.json +28 -0
  1382. package/install/node_modules/@babel/plugin-syntax-class-static-block/LICENSE +22 -0
  1383. package/install/node_modules/@babel/plugin-syntax-class-static-block/README.md +19 -0
  1384. package/install/node_modules/@babel/plugin-syntax-class-static-block/lib/index.js +22 -0
  1385. package/install/node_modules/@babel/plugin-syntax-class-static-block/package.json +32 -0
  1386. package/install/node_modules/@babel/plugin-syntax-import-attributes/LICENSE +22 -0
  1387. package/install/node_modules/@babel/plugin-syntax-import-attributes/README.md +19 -0
  1388. package/install/node_modules/@babel/plugin-syntax-import-attributes/lib/index.js +39 -0
  1389. package/install/node_modules/@babel/plugin-syntax-import-attributes/lib/index.js.map +1 -0
  1390. package/install/node_modules/@babel/plugin-syntax-import-attributes/package.json +40 -0
  1391. package/install/node_modules/@babel/plugin-syntax-import-meta/LICENSE +22 -0
  1392. package/install/node_modules/@babel/plugin-syntax-import-meta/README.md +19 -0
  1393. package/install/node_modules/@babel/plugin-syntax-import-meta/lib/index.js +22 -0
  1394. package/install/node_modules/@babel/plugin-syntax-import-meta/package.json +28 -0
  1395. package/install/node_modules/@babel/plugin-syntax-json-strings/LICENSE +22 -0
  1396. package/install/node_modules/@babel/plugin-syntax-json-strings/README.md +19 -0
  1397. package/install/node_modules/@babel/plugin-syntax-json-strings/lib/index.js +22 -0
  1398. package/install/node_modules/@babel/plugin-syntax-json-strings/package.json +23 -0
  1399. package/install/node_modules/@babel/plugin-syntax-jsx/LICENSE +22 -0
  1400. package/install/node_modules/@babel/plugin-syntax-jsx/README.md +19 -0
  1401. package/install/node_modules/@babel/plugin-syntax-jsx/lib/index.js +21 -0
  1402. package/install/node_modules/@babel/plugin-syntax-jsx/lib/index.js.map +1 -0
  1403. package/install/node_modules/@babel/plugin-syntax-jsx/package.json +33 -0
  1404. package/install/node_modules/@babel/plugin-syntax-logical-assignment-operators/LICENSE +22 -0
  1405. package/install/node_modules/@babel/plugin-syntax-logical-assignment-operators/README.md +19 -0
  1406. package/install/node_modules/@babel/plugin-syntax-logical-assignment-operators/lib/index.js +22 -0
  1407. package/install/node_modules/@babel/plugin-syntax-logical-assignment-operators/package.json +28 -0
  1408. package/install/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/LICENSE +22 -0
  1409. package/install/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/README.md +19 -0
  1410. package/install/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/lib/index.js +22 -0
  1411. package/install/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json +23 -0
  1412. package/install/node_modules/@babel/plugin-syntax-numeric-separator/LICENSE +22 -0
  1413. package/install/node_modules/@babel/plugin-syntax-numeric-separator/README.md +19 -0
  1414. package/install/node_modules/@babel/plugin-syntax-numeric-separator/lib/index.js +22 -0
  1415. package/install/node_modules/@babel/plugin-syntax-numeric-separator/package.json +28 -0
  1416. package/install/node_modules/@babel/plugin-syntax-object-rest-spread/LICENSE +22 -0
  1417. package/install/node_modules/@babel/plugin-syntax-object-rest-spread/README.md +19 -0
  1418. package/install/node_modules/@babel/plugin-syntax-object-rest-spread/lib/index.js +22 -0
  1419. package/install/node_modules/@babel/plugin-syntax-object-rest-spread/package.json +23 -0
  1420. package/install/node_modules/@babel/plugin-syntax-optional-catch-binding/LICENSE +22 -0
  1421. package/install/node_modules/@babel/plugin-syntax-optional-catch-binding/README.md +19 -0
  1422. package/install/node_modules/@babel/plugin-syntax-optional-catch-binding/lib/index.js +22 -0
  1423. package/install/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json +23 -0
  1424. package/install/node_modules/@babel/plugin-syntax-optional-chaining/LICENSE +22 -0
  1425. package/install/node_modules/@babel/plugin-syntax-optional-chaining/README.md +19 -0
  1426. package/install/node_modules/@babel/plugin-syntax-optional-chaining/lib/index.js +22 -0
  1427. package/install/node_modules/@babel/plugin-syntax-optional-chaining/package.json +23 -0
  1428. package/install/node_modules/@babel/plugin-syntax-private-property-in-object/LICENSE +22 -0
  1429. package/install/node_modules/@babel/plugin-syntax-private-property-in-object/README.md +19 -0
  1430. package/install/node_modules/@babel/plugin-syntax-private-property-in-object/lib/index.js +22 -0
  1431. package/install/node_modules/@babel/plugin-syntax-private-property-in-object/package.json +32 -0
  1432. package/install/node_modules/@babel/plugin-syntax-top-level-await/LICENSE +22 -0
  1433. package/install/node_modules/@babel/plugin-syntax-top-level-await/README.md +19 -0
  1434. package/install/node_modules/@babel/plugin-syntax-top-level-await/lib/index.js +22 -0
  1435. package/install/node_modules/@babel/plugin-syntax-top-level-await/package.json +32 -0
  1436. package/install/node_modules/@babel/plugin-syntax-typescript/LICENSE +22 -0
  1437. package/install/node_modules/@babel/plugin-syntax-typescript/README.md +19 -0
  1438. package/install/node_modules/@babel/plugin-syntax-typescript/lib/index.js +49 -0
  1439. package/install/node_modules/@babel/plugin-syntax-typescript/lib/index.js.map +1 -0
  1440. package/install/node_modules/@babel/plugin-syntax-typescript/package.json +35 -0
  1441. package/install/node_modules/@babel/template/LICENSE +22 -0
  1442. package/install/node_modules/@babel/template/README.md +19 -0
  1443. package/install/node_modules/@babel/template/lib/builder.js +69 -0
  1444. package/install/node_modules/@babel/template/lib/builder.js.map +1 -0
  1445. package/install/node_modules/@babel/template/lib/formatters.js +61 -0
  1446. package/install/node_modules/@babel/template/lib/formatters.js.map +1 -0
  1447. package/install/node_modules/@babel/template/lib/index.js +23 -0
  1448. package/install/node_modules/@babel/template/lib/index.js.map +1 -0
  1449. package/install/node_modules/@babel/template/lib/literal.js +69 -0
  1450. package/install/node_modules/@babel/template/lib/literal.js.map +1 -0
  1451. package/install/node_modules/@babel/template/lib/options.js +73 -0
  1452. package/install/node_modules/@babel/template/lib/options.js.map +1 -0
  1453. package/install/node_modules/@babel/template/lib/parse.js +163 -0
  1454. package/install/node_modules/@babel/template/lib/parse.js.map +1 -0
  1455. package/install/node_modules/@babel/template/lib/populate.js +138 -0
  1456. package/install/node_modules/@babel/template/lib/populate.js.map +1 -0
  1457. package/install/node_modules/@babel/template/lib/string.js +20 -0
  1458. package/install/node_modules/@babel/template/lib/string.js.map +1 -0
  1459. package/install/node_modules/@babel/template/package.json +27 -0
  1460. package/install/node_modules/@babel/traverse/LICENSE +22 -0
  1461. package/install/node_modules/@babel/traverse/README.md +19 -0
  1462. package/install/node_modules/@babel/traverse/lib/cache.js +37 -0
  1463. package/install/node_modules/@babel/traverse/lib/cache.js.map +1 -0
  1464. package/install/node_modules/@babel/traverse/lib/context.js +125 -0
  1465. package/install/node_modules/@babel/traverse/lib/context.js.map +1 -0
  1466. package/install/node_modules/@babel/traverse/lib/hub.js +19 -0
  1467. package/install/node_modules/@babel/traverse/lib/hub.js.map +1 -0
  1468. package/install/node_modules/@babel/traverse/lib/index.js +87 -0
  1469. package/install/node_modules/@babel/traverse/lib/index.js.map +1 -0
  1470. package/install/node_modules/@babel/traverse/lib/path/ancestry.js +139 -0
  1471. package/install/node_modules/@babel/traverse/lib/path/ancestry.js.map +1 -0
  1472. package/install/node_modules/@babel/traverse/lib/path/comments.js +52 -0
  1473. package/install/node_modules/@babel/traverse/lib/path/comments.js.map +1 -0
  1474. package/install/node_modules/@babel/traverse/lib/path/context.js +254 -0
  1475. package/install/node_modules/@babel/traverse/lib/path/context.js.map +1 -0
  1476. package/install/node_modules/@babel/traverse/lib/path/conversion.js +608 -0
  1477. package/install/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -0
  1478. package/install/node_modules/@babel/traverse/lib/path/evaluation.js +373 -0
  1479. package/install/node_modules/@babel/traverse/lib/path/evaluation.js.map +1 -0
  1480. package/install/node_modules/@babel/traverse/lib/path/family.js +346 -0
  1481. package/install/node_modules/@babel/traverse/lib/path/family.js.map +1 -0
  1482. package/install/node_modules/@babel/traverse/lib/path/index.js +288 -0
  1483. package/install/node_modules/@babel/traverse/lib/path/index.js.map +1 -0
  1484. package/install/node_modules/@babel/traverse/lib/path/inference/index.js +149 -0
  1485. package/install/node_modules/@babel/traverse/lib/path/inference/index.js.map +1 -0
  1486. package/install/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js +151 -0
  1487. package/install/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js.map +1 -0
  1488. package/install/node_modules/@babel/traverse/lib/path/inference/inferers.js +207 -0
  1489. package/install/node_modules/@babel/traverse/lib/path/inference/inferers.js.map +1 -0
  1490. package/install/node_modules/@babel/traverse/lib/path/inference/util.js +28 -0
  1491. package/install/node_modules/@babel/traverse/lib/path/inference/util.js.map +1 -0
  1492. package/install/node_modules/@babel/traverse/lib/path/introspection.js +395 -0
  1493. package/install/node_modules/@babel/traverse/lib/path/introspection.js.map +1 -0
  1494. package/install/node_modules/@babel/traverse/lib/path/lib/hoister.js +172 -0
  1495. package/install/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +1 -0
  1496. package/install/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js +38 -0
  1497. package/install/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js.map +1 -0
  1498. package/install/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js +162 -0
  1499. package/install/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js.map +1 -0
  1500. package/install/node_modules/@babel/traverse/lib/path/lib/virtual-types.js +26 -0
  1501. package/install/node_modules/@babel/traverse/lib/path/lib/virtual-types.js.map +1 -0
  1502. package/install/node_modules/@babel/traverse/lib/path/modification.js +229 -0
  1503. package/install/node_modules/@babel/traverse/lib/path/modification.js.map +1 -0
  1504. package/install/node_modules/@babel/traverse/lib/path/removal.js +67 -0
  1505. package/install/node_modules/@babel/traverse/lib/path/removal.js.map +1 -0
  1506. package/install/node_modules/@babel/traverse/lib/path/replacement.js +264 -0
  1507. package/install/node_modules/@babel/traverse/lib/path/replacement.js.map +1 -0
  1508. package/install/node_modules/@babel/traverse/lib/scope/binding.js +84 -0
  1509. package/install/node_modules/@babel/traverse/lib/scope/binding.js.map +1 -0
  1510. package/install/node_modules/@babel/traverse/lib/scope/index.js +1018 -0
  1511. package/install/node_modules/@babel/traverse/lib/scope/index.js.map +1 -0
  1512. package/install/node_modules/@babel/traverse/lib/scope/lib/renamer.js +132 -0
  1513. package/install/node_modules/@babel/traverse/lib/scope/lib/renamer.js.map +1 -0
  1514. package/install/node_modules/@babel/traverse/lib/scope/traverseForScope.js +66 -0
  1515. package/install/node_modules/@babel/traverse/lib/scope/traverseForScope.js.map +1 -0
  1516. package/install/node_modules/@babel/traverse/lib/traverse-node.js +137 -0
  1517. package/install/node_modules/@babel/traverse/lib/traverse-node.js.map +1 -0
  1518. package/install/node_modules/@babel/traverse/lib/types.js +3 -0
  1519. package/install/node_modules/@babel/traverse/lib/types.js.map +1 -0
  1520. package/install/node_modules/@babel/traverse/lib/visitors.js +252 -0
  1521. package/install/node_modules/@babel/traverse/lib/visitors.js.map +1 -0
  1522. package/install/node_modules/@babel/traverse/package.json +35 -0
  1523. package/install/node_modules/@babel/traverse/tsconfig.overrides.json +6 -0
  1524. package/install/node_modules/@babel/types/LICENSE +22 -0
  1525. package/install/node_modules/@babel/types/README.md +19 -0
  1526. package/install/node_modules/@babel/types/lib/asserts/assertNode.js +16 -0
  1527. package/install/node_modules/@babel/types/lib/asserts/assertNode.js.map +1 -0
  1528. package/install/node_modules/@babel/types/lib/asserts/generated/index.js +1251 -0
  1529. package/install/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -0
  1530. package/install/node_modules/@babel/types/lib/ast-types/generated/index.js +3 -0
  1531. package/install/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -0
  1532. package/install/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +18 -0
  1533. package/install/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +1 -0
  1534. package/install/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +31 -0
  1535. package/install/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +1 -0
  1536. package/install/node_modules/@babel/types/lib/builders/generated/index.js +29 -0
  1537. package/install/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -0
  1538. package/install/node_modules/@babel/types/lib/builders/generated/lowercase.js +2902 -0
  1539. package/install/node_modules/@babel/types/lib/builders/generated/lowercase.js.map +1 -0
  1540. package/install/node_modules/@babel/types/lib/builders/generated/uppercase.js +272 -0
  1541. package/install/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -0
  1542. package/install/node_modules/@babel/types/lib/builders/productions.js +12 -0
  1543. package/install/node_modules/@babel/types/lib/builders/productions.js.map +1 -0
  1544. package/install/node_modules/@babel/types/lib/builders/react/buildChildren.js +24 -0
  1545. package/install/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +1 -0
  1546. package/install/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +22 -0
  1547. package/install/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +1 -0
  1548. package/install/node_modules/@babel/types/lib/builders/validateNode.js +21 -0
  1549. package/install/node_modules/@babel/types/lib/builders/validateNode.js.map +1 -0
  1550. package/install/node_modules/@babel/types/lib/clone/clone.js +12 -0
  1551. package/install/node_modules/@babel/types/lib/clone/clone.js.map +1 -0
  1552. package/install/node_modules/@babel/types/lib/clone/cloneDeep.js +12 -0
  1553. package/install/node_modules/@babel/types/lib/clone/cloneDeep.js.map +1 -0
  1554. package/install/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +12 -0
  1555. package/install/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +1 -0
  1556. package/install/node_modules/@babel/types/lib/clone/cloneNode.js +107 -0
  1557. package/install/node_modules/@babel/types/lib/clone/cloneNode.js.map +1 -0
  1558. package/install/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +12 -0
  1559. package/install/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +1 -0
  1560. package/install/node_modules/@babel/types/lib/comments/addComment.js +15 -0
  1561. package/install/node_modules/@babel/types/lib/comments/addComment.js.map +1 -0
  1562. package/install/node_modules/@babel/types/lib/comments/addComments.js +22 -0
  1563. package/install/node_modules/@babel/types/lib/comments/addComments.js.map +1 -0
  1564. package/install/node_modules/@babel/types/lib/comments/inheritInnerComments.js +12 -0
  1565. package/install/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +1 -0
  1566. package/install/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +12 -0
  1567. package/install/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +1 -0
  1568. package/install/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +12 -0
  1569. package/install/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +1 -0
  1570. package/install/node_modules/@babel/types/lib/comments/inheritsComments.js +17 -0
  1571. package/install/node_modules/@babel/types/lib/comments/inheritsComments.js.map +1 -0
  1572. package/install/node_modules/@babel/types/lib/comments/removeComments.js +15 -0
  1573. package/install/node_modules/@babel/types/lib/comments/removeComments.js.map +1 -0
  1574. package/install/node_modules/@babel/types/lib/constants/generated/index.js +60 -0
  1575. package/install/node_modules/@babel/types/lib/constants/generated/index.js.map +1 -0
  1576. package/install/node_modules/@babel/types/lib/constants/index.js +31 -0
  1577. package/install/node_modules/@babel/types/lib/constants/index.js.map +1 -0
  1578. package/install/node_modules/@babel/types/lib/converters/ensureBlock.js +14 -0
  1579. package/install/node_modules/@babel/types/lib/converters/ensureBlock.js.map +1 -0
  1580. package/install/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +65 -0
  1581. package/install/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -0
  1582. package/install/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +14 -0
  1583. package/install/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +1 -0
  1584. package/install/node_modules/@babel/types/lib/converters/toBlock.js +29 -0
  1585. package/install/node_modules/@babel/types/lib/converters/toBlock.js.map +1 -0
  1586. package/install/node_modules/@babel/types/lib/converters/toComputedKey.js +14 -0
  1587. package/install/node_modules/@babel/types/lib/converters/toComputedKey.js.map +1 -0
  1588. package/install/node_modules/@babel/types/lib/converters/toExpression.js +28 -0
  1589. package/install/node_modules/@babel/types/lib/converters/toExpression.js.map +1 -0
  1590. package/install/node_modules/@babel/types/lib/converters/toIdentifier.js +25 -0
  1591. package/install/node_modules/@babel/types/lib/converters/toIdentifier.js.map +1 -0
  1592. package/install/node_modules/@babel/types/lib/converters/toKeyAlias.js +38 -0
  1593. package/install/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +1 -0
  1594. package/install/node_modules/@babel/types/lib/converters/toSequenceExpression.js +19 -0
  1595. package/install/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -0
  1596. package/install/node_modules/@babel/types/lib/converters/toStatement.js +39 -0
  1597. package/install/node_modules/@babel/types/lib/converters/toStatement.js.map +1 -0
  1598. package/install/node_modules/@babel/types/lib/converters/valueToNode.js +89 -0
  1599. package/install/node_modules/@babel/types/lib/converters/valueToNode.js.map +1 -0
  1600. package/install/node_modules/@babel/types/lib/definitions/core.js +1725 -0
  1601. package/install/node_modules/@babel/types/lib/definitions/core.js.map +1 -0
  1602. package/install/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +11 -0
  1603. package/install/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +1 -0
  1604. package/install/node_modules/@babel/types/lib/definitions/experimental.js +124 -0
  1605. package/install/node_modules/@babel/types/lib/definitions/experimental.js.map +1 -0
  1606. package/install/node_modules/@babel/types/lib/definitions/flow.js +495 -0
  1607. package/install/node_modules/@babel/types/lib/definitions/flow.js.map +1 -0
  1608. package/install/node_modules/@babel/types/lib/definitions/index.js +106 -0
  1609. package/install/node_modules/@babel/types/lib/definitions/index.js.map +1 -0
  1610. package/install/node_modules/@babel/types/lib/definitions/jsx.js +157 -0
  1611. package/install/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -0
  1612. package/install/node_modules/@babel/types/lib/definitions/misc.js +31 -0
  1613. package/install/node_modules/@babel/types/lib/definitions/misc.js.map +1 -0
  1614. package/install/node_modules/@babel/types/lib/definitions/placeholders.js +27 -0
  1615. package/install/node_modules/@babel/types/lib/definitions/placeholders.js.map +1 -0
  1616. package/install/node_modules/@babel/types/lib/definitions/typescript.js +528 -0
  1617. package/install/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -0
  1618. package/install/node_modules/@babel/types/lib/definitions/utils.js +296 -0
  1619. package/install/node_modules/@babel/types/lib/definitions/utils.js.map +1 -0
  1620. package/install/node_modules/@babel/types/lib/index-legacy.d.ts +2797 -0
  1621. package/install/node_modules/@babel/types/lib/index.d.ts +3617 -0
  1622. package/install/node_modules/@babel/types/lib/index.js +582 -0
  1623. package/install/node_modules/@babel/types/lib/index.js.flow +2650 -0
  1624. package/install/node_modules/@babel/types/lib/index.js.map +1 -0
  1625. package/install/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +15 -0
  1626. package/install/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +1 -0
  1627. package/install/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +65 -0
  1628. package/install/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +1 -0
  1629. package/install/node_modules/@babel/types/lib/modifications/inherits.js +28 -0
  1630. package/install/node_modules/@babel/types/lib/modifications/inherits.js.map +1 -0
  1631. package/install/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +17 -0
  1632. package/install/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +1 -0
  1633. package/install/node_modules/@babel/types/lib/modifications/removeProperties.js +24 -0
  1634. package/install/node_modules/@babel/types/lib/modifications/removeProperties.js.map +1 -0
  1635. package/install/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +14 -0
  1636. package/install/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +1 -0
  1637. package/install/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +66 -0
  1638. package/install/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -0
  1639. package/install/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js +48 -0
  1640. package/install/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js.map +1 -0
  1641. package/install/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +102 -0
  1642. package/install/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -0
  1643. package/install/node_modules/@babel/types/lib/retrievers/getFunctionName.js +63 -0
  1644. package/install/node_modules/@babel/types/lib/retrievers/getFunctionName.js.map +1 -0
  1645. package/install/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +13 -0
  1646. package/install/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +1 -0
  1647. package/install/node_modules/@babel/types/lib/traverse/traverse.js +50 -0
  1648. package/install/node_modules/@babel/types/lib/traverse/traverse.js.map +1 -0
  1649. package/install/node_modules/@babel/types/lib/traverse/traverseFast.js +40 -0
  1650. package/install/node_modules/@babel/types/lib/traverse/traverseFast.js.map +1 -0
  1651. package/install/node_modules/@babel/types/lib/utils/deprecationWarning.js +44 -0
  1652. package/install/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +1 -0
  1653. package/install/node_modules/@babel/types/lib/utils/inherit.js +13 -0
  1654. package/install/node_modules/@babel/types/lib/utils/inherit.js.map +1 -0
  1655. package/install/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +40 -0
  1656. package/install/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +1 -0
  1657. package/install/node_modules/@babel/types/lib/utils/shallowEqual.js +17 -0
  1658. package/install/node_modules/@babel/types/lib/utils/shallowEqual.js.map +1 -0
  1659. package/install/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +13 -0
  1660. package/install/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +1 -0
  1661. package/install/node_modules/@babel/types/lib/validators/generated/index.js +2797 -0
  1662. package/install/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -0
  1663. package/install/node_modules/@babel/types/lib/validators/is.js +27 -0
  1664. package/install/node_modules/@babel/types/lib/validators/is.js.map +1 -0
  1665. package/install/node_modules/@babel/types/lib/validators/isBinding.js +27 -0
  1666. package/install/node_modules/@babel/types/lib/validators/isBinding.js.map +1 -0
  1667. package/install/node_modules/@babel/types/lib/validators/isBlockScoped.js +13 -0
  1668. package/install/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +1 -0
  1669. package/install/node_modules/@babel/types/lib/validators/isImmutable.js +21 -0
  1670. package/install/node_modules/@babel/types/lib/validators/isImmutable.js.map +1 -0
  1671. package/install/node_modules/@babel/types/lib/validators/isLet.js +13 -0
  1672. package/install/node_modules/@babel/types/lib/validators/isLet.js.map +1 -0
  1673. package/install/node_modules/@babel/types/lib/validators/isNode.js +12 -0
  1674. package/install/node_modules/@babel/types/lib/validators/isNode.js.map +1 -0
  1675. package/install/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +57 -0
  1676. package/install/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +1 -0
  1677. package/install/node_modules/@babel/types/lib/validators/isPlaceholderType.js +15 -0
  1678. package/install/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +1 -0
  1679. package/install/node_modules/@babel/types/lib/validators/isReferenced.js +96 -0
  1680. package/install/node_modules/@babel/types/lib/validators/isReferenced.js.map +1 -0
  1681. package/install/node_modules/@babel/types/lib/validators/isScope.js +18 -0
  1682. package/install/node_modules/@babel/types/lib/validators/isScope.js.map +1 -0
  1683. package/install/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +14 -0
  1684. package/install/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +1 -0
  1685. package/install/node_modules/@babel/types/lib/validators/isType.js +17 -0
  1686. package/install/node_modules/@babel/types/lib/validators/isType.js.map +1 -0
  1687. package/install/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +13 -0
  1688. package/install/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +1 -0
  1689. package/install/node_modules/@babel/types/lib/validators/isValidIdentifier.js +18 -0
  1690. package/install/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +1 -0
  1691. package/install/node_modules/@babel/types/lib/validators/isVar.js +15 -0
  1692. package/install/node_modules/@babel/types/lib/validators/isVar.js.map +1 -0
  1693. package/install/node_modules/@babel/types/lib/validators/matchesPattern.js +44 -0
  1694. package/install/node_modules/@babel/types/lib/validators/matchesPattern.js.map +1 -0
  1695. package/install/node_modules/@babel/types/lib/validators/react/isCompatTag.js +11 -0
  1696. package/install/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +1 -0
  1697. package/install/node_modules/@babel/types/lib/validators/react/isReactComponent.js +11 -0
  1698. package/install/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +1 -0
  1699. package/install/node_modules/@babel/types/lib/validators/validate.js +42 -0
  1700. package/install/node_modules/@babel/types/lib/validators/validate.js.map +1 -0
  1701. package/install/node_modules/@babel/types/package.json +39 -0
  1702. package/install/node_modules/@bcoe/v8-coverage/.editorconfig +9 -0
  1703. package/install/node_modules/@bcoe/v8-coverage/.gitattributes +2 -0
  1704. package/install/node_modules/@bcoe/v8-coverage/CHANGELOG.md +250 -0
  1705. package/install/node_modules/@bcoe/v8-coverage/LICENSE.md +21 -0
  1706. package/install/node_modules/@bcoe/v8-coverage/LICENSE.txt +14 -0
  1707. package/install/node_modules/@bcoe/v8-coverage/README.md +11 -0
  1708. package/install/node_modules/@bcoe/v8-coverage/gulpfile.ts +95 -0
  1709. package/install/node_modules/@bcoe/v8-coverage/package.json +48 -0
  1710. package/install/node_modules/@bcoe/v8-coverage/src/lib/ascii.ts +146 -0
  1711. package/install/node_modules/@bcoe/v8-coverage/src/lib/clone.ts +70 -0
  1712. package/install/node_modules/@bcoe/v8-coverage/src/lib/compare.ts +40 -0
  1713. package/install/node_modules/@bcoe/v8-coverage/src/lib/index.ts +6 -0
  1714. package/install/node_modules/@bcoe/v8-coverage/src/lib/merge.ts +343 -0
  1715. package/install/node_modules/@bcoe/v8-coverage/src/lib/normalize.ts +84 -0
  1716. package/install/node_modules/@bcoe/v8-coverage/src/lib/range-tree.ts +156 -0
  1717. package/install/node_modules/@bcoe/v8-coverage/src/lib/types.ts +26 -0
  1718. package/install/node_modules/@bcoe/v8-coverage/src/test/merge.spec.ts +280 -0
  1719. package/install/node_modules/@bcoe/v8-coverage/tsconfig.json +59 -0
  1720. package/install/node_modules/@inquirer/external-editor/LICENSE +22 -0
  1721. package/install/node_modules/@inquirer/external-editor/README.md +154 -0
  1722. package/install/node_modules/@inquirer/external-editor/package.json +115 -0
  1723. package/install/node_modules/@istanbuljs/load-nyc-config/CHANGELOG.md +41 -0
  1724. package/install/node_modules/@istanbuljs/load-nyc-config/LICENSE +16 -0
  1725. package/install/node_modules/@istanbuljs/load-nyc-config/README.md +64 -0
  1726. package/install/node_modules/@istanbuljs/load-nyc-config/index.js +166 -0
  1727. package/install/node_modules/@istanbuljs/load-nyc-config/load-esm.js +12 -0
  1728. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/CHANGELOG.md +185 -0
  1729. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/LICENSE +21 -0
  1730. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/README.md +257 -0
  1731. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/index.js +3 -0
  1732. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/lib/action/append/constant.js +47 -0
  1733. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/lib/action/append.js +53 -0
  1734. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/lib/action/count.js +40 -0
  1735. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/lib/action/help.js +47 -0
  1736. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/lib/action/store/constant.js +43 -0
  1737. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/lib/action/store/false.js +27 -0
  1738. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/lib/action/store/true.js +26 -0
  1739. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/lib/action/store.js +50 -0
  1740. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/lib/action/subparsers.js +149 -0
  1741. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/lib/action/version.js +47 -0
  1742. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/lib/action.js +146 -0
  1743. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/lib/action_container.js +482 -0
  1744. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/lib/argparse.js +14 -0
  1745. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/lib/argument/error.js +50 -0
  1746. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/lib/argument/exclusive.js +54 -0
  1747. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/lib/argument/group.js +75 -0
  1748. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/lib/argument_parser.js +1161 -0
  1749. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/lib/const.js +21 -0
  1750. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/lib/help/added_formatters.js +87 -0
  1751. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/lib/help/formatter.js +795 -0
  1752. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/lib/namespace.js +76 -0
  1753. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/lib/utils.js +57 -0
  1754. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/argparse/package.json +34 -0
  1755. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/LICENSE +21 -0
  1756. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/README.md +299 -0
  1757. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/bin/js-yaml.js +132 -0
  1758. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/index.js +7 -0
  1759. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/common.js +59 -0
  1760. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/dumper.js +850 -0
  1761. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/exception.js +43 -0
  1762. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/loader.js +1660 -0
  1763. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/mark.js +76 -0
  1764. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/schema/core.js +18 -0
  1765. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/schema/default_full.js +25 -0
  1766. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js +28 -0
  1767. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js +17 -0
  1768. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/schema/json.js +25 -0
  1769. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/schema.js +108 -0
  1770. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/type/binary.js +138 -0
  1771. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/type/bool.js +35 -0
  1772. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/type/float.js +116 -0
  1773. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/type/int.js +173 -0
  1774. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/type/js/function.js +93 -0
  1775. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/type/js/regexp.js +60 -0
  1776. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/type/js/undefined.js +28 -0
  1777. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/type/map.js +8 -0
  1778. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/type/merge.js +12 -0
  1779. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/type/null.js +34 -0
  1780. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/type/omap.js +44 -0
  1781. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/type/pairs.js +53 -0
  1782. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/type/seq.js +8 -0
  1783. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/type/set.js +29 -0
  1784. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/type/str.js +8 -0
  1785. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/type/timestamp.js +88 -0
  1786. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/type.js +61 -0
  1787. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml.js +39 -0
  1788. package/install/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/package.json +49 -0
  1789. package/install/node_modules/@istanbuljs/load-nyc-config/package.json +49 -0
  1790. package/install/node_modules/@istanbuljs/schema/CHANGELOG.md +44 -0
  1791. package/install/node_modules/@istanbuljs/schema/LICENSE +21 -0
  1792. package/install/node_modules/@istanbuljs/schema/README.md +30 -0
  1793. package/install/node_modules/@istanbuljs/schema/default-exclude.js +22 -0
  1794. package/install/node_modules/@istanbuljs/schema/default-extension.js +10 -0
  1795. package/install/node_modules/@istanbuljs/schema/index.js +466 -0
  1796. package/install/node_modules/@istanbuljs/schema/package.json +30 -0
  1797. package/install/node_modules/@jest/console/LICENSE +21 -0
  1798. package/install/node_modules/@jest/console/package.json +37 -0
  1799. package/install/node_modules/@jest/core/LICENSE +21 -0
  1800. package/install/node_modules/@jest/core/README.md +3 -0
  1801. package/install/node_modules/@jest/core/package.json +102 -0
  1802. package/install/node_modules/@jest/environment/LICENSE +21 -0
  1803. package/install/node_modules/@jest/environment/package.json +32 -0
  1804. package/install/node_modules/@jest/expect/LICENSE +21 -0
  1805. package/install/node_modules/@jest/expect/README.md +5 -0
  1806. package/install/node_modules/@jest/expect/package.json +34 -0
  1807. package/install/node_modules/@jest/expect-utils/LICENSE +21 -0
  1808. package/install/node_modules/@jest/expect-utils/README.md +5 -0
  1809. package/install/node_modules/@jest/expect-utils/package.json +35 -0
  1810. package/install/node_modules/@jest/fake-timers/LICENSE +21 -0
  1811. package/install/node_modules/@jest/fake-timers/package.json +38 -0
  1812. package/install/node_modules/@jest/globals/LICENSE +21 -0
  1813. package/install/node_modules/@jest/globals/package.json +32 -0
  1814. package/install/node_modules/@jest/reporters/LICENSE +21 -0
  1815. package/install/node_modules/@jest/reporters/assets/jest_logo.png +0 -0
  1816. package/install/node_modules/@jest/reporters/package.json +82 -0
  1817. package/install/node_modules/@jest/schemas/LICENSE +21 -0
  1818. package/install/node_modules/@jest/schemas/README.md +3 -0
  1819. package/install/node_modules/@jest/schemas/package.json +29 -0
  1820. package/install/node_modules/@jest/source-map/LICENSE +21 -0
  1821. package/install/node_modules/@jest/source-map/package.json +34 -0
  1822. package/install/node_modules/@jest/test-result/LICENSE +21 -0
  1823. package/install/node_modules/@jest/test-result/package.json +36 -0
  1824. package/install/node_modules/@jest/test-sequencer/LICENSE +21 -0
  1825. package/install/node_modules/@jest/test-sequencer/package.json +36 -0
  1826. package/install/node_modules/@jest/transform/LICENSE +21 -0
  1827. package/install/node_modules/@jest/transform/package.json +52 -0
  1828. package/install/node_modules/@jest/types/LICENSE +21 -0
  1829. package/install/node_modules/@jest/types/README.md +30 -0
  1830. package/install/node_modules/@jest/types/package.json +38 -0
  1831. package/install/node_modules/@jridgewell/gen-mapping/LICENSE +19 -0
  1832. package/install/node_modules/@jridgewell/gen-mapping/README.md +227 -0
  1833. package/install/node_modules/@jridgewell/gen-mapping/package.json +67 -0
  1834. package/install/node_modules/@jridgewell/gen-mapping/src/gen-mapping.ts +614 -0
  1835. package/install/node_modules/@jridgewell/gen-mapping/src/set-array.ts +82 -0
  1836. package/install/node_modules/@jridgewell/gen-mapping/src/sourcemap-segment.ts +16 -0
  1837. package/install/node_modules/@jridgewell/gen-mapping/src/types.ts +61 -0
  1838. package/install/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.cts +89 -0
  1839. package/install/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.cts.map +1 -0
  1840. package/install/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.mts +89 -0
  1841. package/install/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.mts.map +1 -0
  1842. package/install/node_modules/@jridgewell/gen-mapping/types/set-array.d.cts +33 -0
  1843. package/install/node_modules/@jridgewell/gen-mapping/types/set-array.d.cts.map +1 -0
  1844. package/install/node_modules/@jridgewell/gen-mapping/types/set-array.d.mts +33 -0
  1845. package/install/node_modules/@jridgewell/gen-mapping/types/set-array.d.mts.map +1 -0
  1846. package/install/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.cts +13 -0
  1847. package/install/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.cts.map +1 -0
  1848. package/install/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.mts +13 -0
  1849. package/install/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.mts.map +1 -0
  1850. package/install/node_modules/@jridgewell/gen-mapping/types/types.d.cts +44 -0
  1851. package/install/node_modules/@jridgewell/gen-mapping/types/types.d.cts.map +1 -0
  1852. package/install/node_modules/@jridgewell/gen-mapping/types/types.d.mts +44 -0
  1853. package/install/node_modules/@jridgewell/gen-mapping/types/types.d.mts.map +1 -0
  1854. package/install/node_modules/@jridgewell/remapping/LICENSE +19 -0
  1855. package/install/node_modules/@jridgewell/remapping/README.md +218 -0
  1856. package/install/node_modules/@jridgewell/remapping/package.json +71 -0
  1857. package/install/node_modules/@jridgewell/remapping/src/build-source-map-tree.ts +89 -0
  1858. package/install/node_modules/@jridgewell/remapping/src/remapping.ts +42 -0
  1859. package/install/node_modules/@jridgewell/remapping/src/source-map-tree.ts +172 -0
  1860. package/install/node_modules/@jridgewell/remapping/src/source-map.ts +38 -0
  1861. package/install/node_modules/@jridgewell/remapping/src/types.ts +27 -0
  1862. package/install/node_modules/@jridgewell/remapping/types/build-source-map-tree.d.cts +15 -0
  1863. package/install/node_modules/@jridgewell/remapping/types/build-source-map-tree.d.cts.map +1 -0
  1864. package/install/node_modules/@jridgewell/remapping/types/build-source-map-tree.d.mts +15 -0
  1865. package/install/node_modules/@jridgewell/remapping/types/build-source-map-tree.d.mts.map +1 -0
  1866. package/install/node_modules/@jridgewell/remapping/types/remapping.d.cts +21 -0
  1867. package/install/node_modules/@jridgewell/remapping/types/remapping.d.cts.map +1 -0
  1868. package/install/node_modules/@jridgewell/remapping/types/remapping.d.mts +21 -0
  1869. package/install/node_modules/@jridgewell/remapping/types/remapping.d.mts.map +1 -0
  1870. package/install/node_modules/@jridgewell/remapping/types/source-map-tree.d.cts +46 -0
  1871. package/install/node_modules/@jridgewell/remapping/types/source-map-tree.d.cts.map +1 -0
  1872. package/install/node_modules/@jridgewell/remapping/types/source-map-tree.d.mts +46 -0
  1873. package/install/node_modules/@jridgewell/remapping/types/source-map-tree.d.mts.map +1 -0
  1874. package/install/node_modules/@jridgewell/remapping/types/source-map.d.cts +19 -0
  1875. package/install/node_modules/@jridgewell/remapping/types/source-map.d.cts.map +1 -0
  1876. package/install/node_modules/@jridgewell/remapping/types/source-map.d.mts +19 -0
  1877. package/install/node_modules/@jridgewell/remapping/types/source-map.d.mts.map +1 -0
  1878. package/install/node_modules/@jridgewell/remapping/types/types.d.cts +16 -0
  1879. package/install/node_modules/@jridgewell/remapping/types/types.d.cts.map +1 -0
  1880. package/install/node_modules/@jridgewell/remapping/types/types.d.mts +16 -0
  1881. package/install/node_modules/@jridgewell/remapping/types/types.d.mts.map +1 -0
  1882. package/install/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
  1883. package/install/node_modules/@jridgewell/resolve-uri/README.md +40 -0
  1884. package/install/node_modules/@jridgewell/resolve-uri/package.json +69 -0
  1885. package/install/node_modules/@jridgewell/sourcemap-codec/LICENSE +19 -0
  1886. package/install/node_modules/@jridgewell/sourcemap-codec/README.md +264 -0
  1887. package/install/node_modules/@jridgewell/sourcemap-codec/package.json +63 -0
  1888. package/install/node_modules/@jridgewell/sourcemap-codec/src/scopes.ts +345 -0
  1889. package/install/node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts +111 -0
  1890. package/install/node_modules/@jridgewell/sourcemap-codec/src/strings.ts +65 -0
  1891. package/install/node_modules/@jridgewell/sourcemap-codec/src/vlq.ts +55 -0
  1892. package/install/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts +50 -0
  1893. package/install/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts.map +1 -0
  1894. package/install/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts +50 -0
  1895. package/install/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts.map +1 -0
  1896. package/install/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts +9 -0
  1897. package/install/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts.map +1 -0
  1898. package/install/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts +9 -0
  1899. package/install/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts.map +1 -0
  1900. package/install/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts +16 -0
  1901. package/install/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts.map +1 -0
  1902. package/install/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts +16 -0
  1903. package/install/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts.map +1 -0
  1904. package/install/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts +7 -0
  1905. package/install/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts.map +1 -0
  1906. package/install/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts +7 -0
  1907. package/install/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts.map +1 -0
  1908. package/install/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
  1909. package/install/node_modules/@jridgewell/trace-mapping/README.md +348 -0
  1910. package/install/node_modules/@jridgewell/trace-mapping/package.json +67 -0
  1911. package/install/node_modules/@jridgewell/trace-mapping/src/binary-search.ts +115 -0
  1912. package/install/node_modules/@jridgewell/trace-mapping/src/by-source.ts +41 -0
  1913. package/install/node_modules/@jridgewell/trace-mapping/src/flatten-map.ts +192 -0
  1914. package/install/node_modules/@jridgewell/trace-mapping/src/resolve.ts +16 -0
  1915. package/install/node_modules/@jridgewell/trace-mapping/src/sort.ts +45 -0
  1916. package/install/node_modules/@jridgewell/trace-mapping/src/sourcemap-segment.ts +23 -0
  1917. package/install/node_modules/@jridgewell/trace-mapping/src/strip-filename.ts +8 -0
  1918. package/install/node_modules/@jridgewell/trace-mapping/src/trace-mapping.ts +502 -0
  1919. package/install/node_modules/@jridgewell/trace-mapping/src/types.ts +114 -0
  1920. package/install/node_modules/@jridgewell/trace-mapping/types/binary-search.d.cts +33 -0
  1921. package/install/node_modules/@jridgewell/trace-mapping/types/binary-search.d.cts.map +1 -0
  1922. package/install/node_modules/@jridgewell/trace-mapping/types/binary-search.d.mts +33 -0
  1923. package/install/node_modules/@jridgewell/trace-mapping/types/binary-search.d.mts.map +1 -0
  1924. package/install/node_modules/@jridgewell/trace-mapping/types/by-source.d.cts +4 -0
  1925. package/install/node_modules/@jridgewell/trace-mapping/types/by-source.d.cts.map +1 -0
  1926. package/install/node_modules/@jridgewell/trace-mapping/types/by-source.d.mts +4 -0
  1927. package/install/node_modules/@jridgewell/trace-mapping/types/by-source.d.mts.map +1 -0
  1928. package/install/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.cts +9 -0
  1929. package/install/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.cts.map +1 -0
  1930. package/install/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.mts +9 -0
  1931. package/install/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.mts.map +1 -0
  1932. package/install/node_modules/@jridgewell/trace-mapping/types/resolve.d.cts +4 -0
  1933. package/install/node_modules/@jridgewell/trace-mapping/types/resolve.d.cts.map +1 -0
  1934. package/install/node_modules/@jridgewell/trace-mapping/types/resolve.d.mts +4 -0
  1935. package/install/node_modules/@jridgewell/trace-mapping/types/resolve.d.mts.map +1 -0
  1936. package/install/node_modules/@jridgewell/trace-mapping/types/sort.d.cts +4 -0
  1937. package/install/node_modules/@jridgewell/trace-mapping/types/sort.d.cts.map +1 -0
  1938. package/install/node_modules/@jridgewell/trace-mapping/types/sort.d.mts +4 -0
  1939. package/install/node_modules/@jridgewell/trace-mapping/types/sort.d.mts.map +1 -0
  1940. package/install/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.cts +17 -0
  1941. package/install/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.cts.map +1 -0
  1942. package/install/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.mts +17 -0
  1943. package/install/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.mts.map +1 -0
  1944. package/install/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.cts +5 -0
  1945. package/install/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.cts.map +1 -0
  1946. package/install/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.mts +5 -0
  1947. package/install/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.mts.map +1 -0
  1948. package/install/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.cts +80 -0
  1949. package/install/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.cts.map +1 -0
  1950. package/install/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.mts +80 -0
  1951. package/install/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.mts.map +1 -0
  1952. package/install/node_modules/@jridgewell/trace-mapping/types/types.d.cts +107 -0
  1953. package/install/node_modules/@jridgewell/trace-mapping/types/types.d.cts.map +1 -0
  1954. package/install/node_modules/@jridgewell/trace-mapping/types/types.d.mts +107 -0
  1955. package/install/node_modules/@jridgewell/trace-mapping/types/types.d.mts.map +1 -0
  1956. package/install/node_modules/@sinclair/typebox/compiler/compiler.d.ts +35 -0
  1957. package/install/node_modules/@sinclair/typebox/compiler/compiler.js +577 -0
  1958. package/install/node_modules/@sinclair/typebox/compiler/index.d.ts +2 -0
  1959. package/install/node_modules/@sinclair/typebox/compiler/index.js +47 -0
  1960. package/install/node_modules/@sinclair/typebox/errors/errors.d.ts +88 -0
  1961. package/install/node_modules/@sinclair/typebox/errors/errors.js +609 -0
  1962. package/install/node_modules/@sinclair/typebox/errors/index.d.ts +1 -0
  1963. package/install/node_modules/@sinclair/typebox/errors/index.js +44 -0
  1964. package/install/node_modules/@sinclair/typebox/license +23 -0
  1965. package/install/node_modules/@sinclair/typebox/package.json +47 -0
  1966. package/install/node_modules/@sinclair/typebox/readme.md +1424 -0
  1967. package/install/node_modules/@sinclair/typebox/system/index.d.ts +1 -0
  1968. package/install/node_modules/@sinclair/typebox/system/index.js +44 -0
  1969. package/install/node_modules/@sinclair/typebox/system/system.d.ts +26 -0
  1970. package/install/node_modules/@sinclair/typebox/system/system.js +90 -0
  1971. package/install/node_modules/@sinclair/typebox/typebox.d.ts +723 -0
  1972. package/install/node_modules/@sinclair/typebox/typebox.js +2220 -0
  1973. package/install/node_modules/@sinclair/typebox/value/cast.d.ts +30 -0
  1974. package/install/node_modules/@sinclair/typebox/value/cast.js +372 -0
  1975. package/install/node_modules/@sinclair/typebox/value/check.d.ts +12 -0
  1976. package/install/node_modules/@sinclair/typebox/value/check.js +484 -0
  1977. package/install/node_modules/@sinclair/typebox/value/clone.d.ts +3 -0
  1978. package/install/node_modules/@sinclair/typebox/value/clone.js +71 -0
  1979. package/install/node_modules/@sinclair/typebox/value/convert.d.ts +13 -0
  1980. package/install/node_modules/@sinclair/typebox/value/convert.js +372 -0
  1981. package/install/node_modules/@sinclair/typebox/value/create.d.ts +26 -0
  1982. package/install/node_modules/@sinclair/typebox/value/create.js +480 -0
  1983. package/install/node_modules/@sinclair/typebox/value/delta.d.ts +43 -0
  1984. package/install/node_modules/@sinclair/typebox/value/delta.js +204 -0
  1985. package/install/node_modules/@sinclair/typebox/value/equal.d.ts +3 -0
  1986. package/install/node_modules/@sinclair/typebox/value/equal.js +80 -0
  1987. package/install/node_modules/@sinclair/typebox/value/hash.d.ts +8 -0
  1988. package/install/node_modules/@sinclair/typebox/value/hash.js +208 -0
  1989. package/install/node_modules/@sinclair/typebox/value/index.d.ts +6 -0
  1990. package/install/node_modules/@sinclair/typebox/value/index.js +56 -0
  1991. package/install/node_modules/@sinclair/typebox/value/is.d.ts +11 -0
  1992. package/install/node_modules/@sinclair/typebox/value/is.js +53 -0
  1993. package/install/node_modules/@sinclair/typebox/value/mutate.d.ts +13 -0
  1994. package/install/node_modules/@sinclair/typebox/value/mutate.js +121 -0
  1995. package/install/node_modules/@sinclair/typebox/value/pointer.d.ts +24 -0
  1996. package/install/node_modules/@sinclair/typebox/value/pointer.js +142 -0
  1997. package/install/node_modules/@sinclair/typebox/value/value.d.ts +39 -0
  1998. package/install/node_modules/@sinclair/typebox/value/value.js +99 -0
  1999. package/install/node_modules/@sinonjs/commons/LICENSE +29 -0
  2000. package/install/node_modules/@sinonjs/commons/README.md +16 -0
  2001. package/install/node_modules/@sinonjs/commons/lib/called-in-order.js +55 -0
  2002. package/install/node_modules/@sinonjs/commons/lib/called-in-order.test.js +121 -0
  2003. package/install/node_modules/@sinonjs/commons/lib/class-name.js +13 -0
  2004. package/install/node_modules/@sinonjs/commons/lib/class-name.test.js +37 -0
  2005. package/install/node_modules/@sinonjs/commons/lib/deprecated.js +48 -0
  2006. package/install/node_modules/@sinonjs/commons/lib/deprecated.test.js +101 -0
  2007. package/install/node_modules/@sinonjs/commons/lib/every.js +26 -0
  2008. package/install/node_modules/@sinonjs/commons/lib/every.test.js +41 -0
  2009. package/install/node_modules/@sinonjs/commons/lib/function-name.js +28 -0
  2010. package/install/node_modules/@sinonjs/commons/lib/function-name.test.js +76 -0
  2011. package/install/node_modules/@sinonjs/commons/lib/global.js +21 -0
  2012. package/install/node_modules/@sinonjs/commons/lib/global.test.js +16 -0
  2013. package/install/node_modules/@sinonjs/commons/lib/index.js +14 -0
  2014. package/install/node_modules/@sinonjs/commons/lib/index.test.js +31 -0
  2015. package/install/node_modules/@sinonjs/commons/lib/order-by-first-call.js +34 -0
  2016. package/install/node_modules/@sinonjs/commons/lib/order-by-first-call.test.js +52 -0
  2017. package/install/node_modules/@sinonjs/commons/lib/prototypes/README.md +43 -0
  2018. package/install/node_modules/@sinonjs/commons/lib/prototypes/array.js +5 -0
  2019. package/install/node_modules/@sinonjs/commons/lib/prototypes/copy-prototype-methods.js +40 -0
  2020. package/install/node_modules/@sinonjs/commons/lib/prototypes/copy-prototype-methods.test.js +12 -0
  2021. package/install/node_modules/@sinonjs/commons/lib/prototypes/function.js +5 -0
  2022. package/install/node_modules/@sinonjs/commons/lib/prototypes/index.js +10 -0
  2023. package/install/node_modules/@sinonjs/commons/lib/prototypes/index.test.js +61 -0
  2024. package/install/node_modules/@sinonjs/commons/lib/prototypes/map.js +5 -0
  2025. package/install/node_modules/@sinonjs/commons/lib/prototypes/object.js +5 -0
  2026. package/install/node_modules/@sinonjs/commons/lib/prototypes/set.js +5 -0
  2027. package/install/node_modules/@sinonjs/commons/lib/prototypes/string.js +5 -0
  2028. package/install/node_modules/@sinonjs/commons/lib/prototypes/throws-on-proto.js +24 -0
  2029. package/install/node_modules/@sinonjs/commons/lib/type-of.js +12 -0
  2030. package/install/node_modules/@sinonjs/commons/lib/type-of.test.js +51 -0
  2031. package/install/node_modules/@sinonjs/commons/lib/value-to-string.js +16 -0
  2032. package/install/node_modules/@sinonjs/commons/lib/value-to-string.test.js +20 -0
  2033. package/install/node_modules/@sinonjs/commons/package.json +57 -0
  2034. package/install/node_modules/@sinonjs/commons/types/called-in-order.d.ts +34 -0
  2035. package/install/node_modules/@sinonjs/commons/types/class-name.d.ts +7 -0
  2036. package/install/node_modules/@sinonjs/commons/types/deprecated.d.ts +3 -0
  2037. package/install/node_modules/@sinonjs/commons/types/every.d.ts +2 -0
  2038. package/install/node_modules/@sinonjs/commons/types/function-name.d.ts +2 -0
  2039. package/install/node_modules/@sinonjs/commons/types/global.d.ts +6 -0
  2040. package/install/node_modules/@sinonjs/commons/types/index.d.ts +17 -0
  2041. package/install/node_modules/@sinonjs/commons/types/order-by-first-call.d.ts +24 -0
  2042. package/install/node_modules/@sinonjs/commons/types/prototypes/array.d.ts +2 -0
  2043. package/install/node_modules/@sinonjs/commons/types/prototypes/copy-prototype-methods.d.ts +2 -0
  2044. package/install/node_modules/@sinonjs/commons/types/prototypes/function.d.ts +2 -0
  2045. package/install/node_modules/@sinonjs/commons/types/prototypes/index.d.ts +7 -0
  2046. package/install/node_modules/@sinonjs/commons/types/prototypes/map.d.ts +2 -0
  2047. package/install/node_modules/@sinonjs/commons/types/prototypes/object.d.ts +2 -0
  2048. package/install/node_modules/@sinonjs/commons/types/prototypes/set.d.ts +2 -0
  2049. package/install/node_modules/@sinonjs/commons/types/prototypes/string.d.ts +2 -0
  2050. package/install/node_modules/@sinonjs/commons/types/prototypes/throws-on-proto.d.ts +10 -0
  2051. package/install/node_modules/@sinonjs/commons/types/type-of.d.ts +2 -0
  2052. package/install/node_modules/@sinonjs/commons/types/value-to-string.d.ts +7 -0
  2053. package/install/node_modules/@sinonjs/fake-timers/LICENSE +11 -0
  2054. package/install/node_modules/@sinonjs/fake-timers/README.md +358 -0
  2055. package/install/node_modules/@sinonjs/fake-timers/package.json +65 -0
  2056. package/install/node_modules/@sinonjs/fake-timers/src/fake-timers-src.js +1787 -0
  2057. package/install/node_modules/@types/babel__core/LICENSE +21 -0
  2058. package/install/node_modules/@types/babel__core/README.md +15 -0
  2059. package/install/node_modules/@types/babel__core/index.d.ts +831 -0
  2060. package/install/node_modules/@types/babel__core/package.json +51 -0
  2061. package/install/node_modules/@types/babel__generator/LICENSE +21 -0
  2062. package/install/node_modules/@types/babel__generator/README.md +15 -0
  2063. package/install/node_modules/@types/babel__generator/index.d.ts +210 -0
  2064. package/install/node_modules/@types/babel__generator/package.json +43 -0
  2065. package/install/node_modules/@types/babel__template/LICENSE +21 -0
  2066. package/install/node_modules/@types/babel__template/README.md +15 -0
  2067. package/install/node_modules/@types/babel__template/index.d.ts +92 -0
  2068. package/install/node_modules/@types/babel__template/package.json +43 -0
  2069. package/install/node_modules/@types/babel__traverse/LICENSE +21 -0
  2070. package/install/node_modules/@types/babel__traverse/README.md +15 -0
  2071. package/install/node_modules/@types/babel__traverse/index.d.ts +1506 -0
  2072. package/install/node_modules/@types/babel__traverse/package.json +63 -0
  2073. package/install/node_modules/@types/graceful-fs/LICENSE +21 -0
  2074. package/install/node_modules/@types/graceful-fs/README.md +31 -0
  2075. package/install/node_modules/@types/graceful-fs/index.d.ts +12 -0
  2076. package/install/node_modules/@types/graceful-fs/package.json +32 -0
  2077. package/install/node_modules/@types/istanbul-lib-coverage/LICENSE +21 -0
  2078. package/install/node_modules/@types/istanbul-lib-coverage/README.md +15 -0
  2079. package/install/node_modules/@types/istanbul-lib-coverage/index.d.ts +111 -0
  2080. package/install/node_modules/@types/istanbul-lib-coverage/package.json +25 -0
  2081. package/install/node_modules/@types/istanbul-lib-report/LICENSE +21 -0
  2082. package/install/node_modules/@types/istanbul-lib-report/README.md +15 -0
  2083. package/install/node_modules/@types/istanbul-lib-report/index.d.ts +184 -0
  2084. package/install/node_modules/@types/istanbul-lib-report/package.json +32 -0
  2085. package/install/node_modules/@types/istanbul-reports/LICENSE +21 -0
  2086. package/install/node_modules/@types/istanbul-reports/README.md +86 -0
  2087. package/install/node_modules/@types/istanbul-reports/index.d.ts +67 -0
  2088. package/install/node_modules/@types/istanbul-reports/package.json +32 -0
  2089. package/install/node_modules/@types/node/LICENSE +21 -0
  2090. package/install/node_modules/@types/node/README.md +15 -0
  2091. package/install/node_modules/@types/node/assert/strict.d.ts +105 -0
  2092. package/install/node_modules/@types/node/assert.d.ts +955 -0
  2093. package/install/node_modules/@types/node/async_hooks.d.ts +623 -0
  2094. package/install/node_modules/@types/node/buffer.buffer.d.ts +466 -0
  2095. package/install/node_modules/@types/node/buffer.d.ts +1810 -0
  2096. package/install/node_modules/@types/node/child_process.d.ts +1428 -0
  2097. package/install/node_modules/@types/node/cluster.d.ts +486 -0
  2098. package/install/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
  2099. package/install/node_modules/@types/node/console.d.ts +151 -0
  2100. package/install/node_modules/@types/node/constants.d.ts +20 -0
  2101. package/install/node_modules/@types/node/crypto.d.ts +4065 -0
  2102. package/install/node_modules/@types/node/dgram.d.ts +564 -0
  2103. package/install/node_modules/@types/node/diagnostics_channel.d.ts +576 -0
  2104. package/install/node_modules/@types/node/dns/promises.d.ts +503 -0
  2105. package/install/node_modules/@types/node/dns.d.ts +922 -0
  2106. package/install/node_modules/@types/node/domain.d.ts +166 -0
  2107. package/install/node_modules/@types/node/events.d.ts +1054 -0
  2108. package/install/node_modules/@types/node/fs/promises.d.ts +1329 -0
  2109. package/install/node_modules/@types/node/fs.d.ts +4676 -0
  2110. package/install/node_modules/@types/node/globals.d.ts +150 -0
  2111. package/install/node_modules/@types/node/globals.typedarray.d.ts +101 -0
  2112. package/install/node_modules/@types/node/http.d.ts +2167 -0
  2113. package/install/node_modules/@types/node/http2.d.ts +2480 -0
  2114. package/install/node_modules/@types/node/https.d.ts +405 -0
  2115. package/install/node_modules/@types/node/index.d.ts +115 -0
  2116. package/install/node_modules/@types/node/inspector/promises.d.ts +41 -0
  2117. package/install/node_modules/@types/node/inspector.d.ts +224 -0
  2118. package/install/node_modules/@types/node/inspector.generated.d.ts +4226 -0
  2119. package/install/node_modules/@types/node/module.d.ts +819 -0
  2120. package/install/node_modules/@types/node/net.d.ts +933 -0
  2121. package/install/node_modules/@types/node/os.d.ts +507 -0
  2122. package/install/node_modules/@types/node/package.json +155 -0
  2123. package/install/node_modules/@types/node/path/posix.d.ts +8 -0
  2124. package/install/node_modules/@types/node/path/win32.d.ts +8 -0
  2125. package/install/node_modules/@types/node/path.d.ts +187 -0
  2126. package/install/node_modules/@types/node/perf_hooks.d.ts +643 -0
  2127. package/install/node_modules/@types/node/process.d.ts +2161 -0
  2128. package/install/node_modules/@types/node/punycode.d.ts +117 -0
  2129. package/install/node_modules/@types/node/querystring.d.ts +152 -0
  2130. package/install/node_modules/@types/node/quic.d.ts +910 -0
  2131. package/install/node_modules/@types/node/readline/promises.d.ts +161 -0
  2132. package/install/node_modules/@types/node/readline.d.ts +541 -0
  2133. package/install/node_modules/@types/node/repl.d.ts +415 -0
  2134. package/install/node_modules/@types/node/sea.d.ts +162 -0
  2135. package/install/node_modules/@types/node/sqlite.d.ts +955 -0
  2136. package/install/node_modules/@types/node/stream/consumers.d.ts +38 -0
  2137. package/install/node_modules/@types/node/stream/promises.d.ts +211 -0
  2138. package/install/node_modules/@types/node/stream/web.d.ts +296 -0
  2139. package/install/node_modules/@types/node/stream.d.ts +1760 -0
  2140. package/install/node_modules/@types/node/string_decoder.d.ts +67 -0
  2141. package/install/node_modules/@types/node/test/reporters.d.ts +96 -0
  2142. package/install/node_modules/@types/node/test.d.ts +2239 -0
  2143. package/install/node_modules/@types/node/timers/promises.d.ts +108 -0
  2144. package/install/node_modules/@types/node/timers.d.ts +159 -0
  2145. package/install/node_modules/@types/node/tls.d.ts +1198 -0
  2146. package/install/node_modules/@types/node/trace_events.d.ts +197 -0
  2147. package/install/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
  2148. package/install/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  2149. package/install/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
  2150. package/install/node_modules/@types/node/ts5.6/index.d.ts +117 -0
  2151. package/install/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  2152. package/install/node_modules/@types/node/ts5.7/index.d.ts +117 -0
  2153. package/install/node_modules/@types/node/tty.d.ts +250 -0
  2154. package/install/node_modules/@types/node/url.d.ts +519 -0
  2155. package/install/node_modules/@types/node/util/types.d.ts +558 -0
  2156. package/install/node_modules/@types/node/util.d.ts +1662 -0
  2157. package/install/node_modules/@types/node/v8.d.ts +983 -0
  2158. package/install/node_modules/@types/node/vm.d.ts +1208 -0
  2159. package/install/node_modules/@types/node/wasi.d.ts +202 -0
  2160. package/install/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
  2161. package/install/node_modules/@types/node/web-globals/blob.d.ts +23 -0
  2162. package/install/node_modules/@types/node/web-globals/console.d.ts +9 -0
  2163. package/install/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
  2164. package/install/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  2165. package/install/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
  2166. package/install/node_modules/@types/node/web-globals/events.d.ts +106 -0
  2167. package/install/node_modules/@types/node/web-globals/fetch.d.ts +54 -0
  2168. package/install/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
  2169. package/install/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
  2170. package/install/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  2171. package/install/node_modules/@types/node/web-globals/performance.d.ts +45 -0
  2172. package/install/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  2173. package/install/node_modules/@types/node/web-globals/streams.d.ts +115 -0
  2174. package/install/node_modules/@types/node/web-globals/timers.d.ts +44 -0
  2175. package/install/node_modules/@types/node/web-globals/url.d.ts +24 -0
  2176. package/install/node_modules/@types/node/worker_threads.d.ts +717 -0
  2177. package/install/node_modules/@types/node/zlib.d.ts +618 -0
  2178. package/install/node_modules/@types/stack-utils/LICENSE +21 -0
  2179. package/install/node_modules/@types/stack-utils/README.md +78 -0
  2180. package/install/node_modules/@types/stack-utils/index.d.ts +59 -0
  2181. package/install/node_modules/@types/stack-utils/package.json +25 -0
  2182. package/install/node_modules/@types/yargs/LICENSE +21 -0
  2183. package/install/node_modules/@types/yargs/README.md +15 -0
  2184. package/install/node_modules/@types/yargs/helpers.d.mts +1 -0
  2185. package/install/node_modules/@types/yargs/helpers.d.ts +5 -0
  2186. package/install/node_modules/@types/yargs/index.d.mts +47 -0
  2187. package/install/node_modules/@types/yargs/index.d.ts +1036 -0
  2188. package/install/node_modules/@types/yargs/package.json +88 -0
  2189. package/install/node_modules/@types/yargs/yargs.d.ts +9 -0
  2190. package/install/node_modules/@types/yargs-parser/LICENSE +21 -0
  2191. package/install/node_modules/@types/yargs-parser/README.md +15 -0
  2192. package/install/node_modules/@types/yargs-parser/index.d.ts +112 -0
  2193. package/install/node_modules/@types/yargs-parser/package.json +25 -0
  2194. package/install/node_modules/ansi-escapes/index.d.ts +248 -0
  2195. package/install/node_modules/ansi-escapes/index.js +157 -0
  2196. package/install/node_modules/ansi-escapes/license +9 -0
  2197. package/install/node_modules/ansi-escapes/package.json +57 -0
  2198. package/install/node_modules/ansi-escapes/readme.md +245 -0
  2199. package/install/node_modules/ansi-regex/index.d.ts +37 -0
  2200. package/install/node_modules/ansi-regex/index.js +10 -0
  2201. package/install/node_modules/ansi-regex/license +9 -0
  2202. package/install/node_modules/ansi-regex/package.json +55 -0
  2203. package/install/node_modules/ansi-regex/readme.md +78 -0
  2204. package/install/node_modules/ansi-styles/index.d.ts +345 -0
  2205. package/install/node_modules/ansi-styles/index.js +163 -0
  2206. package/install/node_modules/ansi-styles/license +9 -0
  2207. package/install/node_modules/ansi-styles/package.json +56 -0
  2208. package/install/node_modules/ansi-styles/readme.md +152 -0
  2209. package/install/node_modules/anymatch/LICENSE +15 -0
  2210. package/install/node_modules/anymatch/README.md +87 -0
  2211. package/install/node_modules/anymatch/index.d.ts +20 -0
  2212. package/install/node_modules/anymatch/index.js +104 -0
  2213. package/install/node_modules/anymatch/package.json +48 -0
  2214. package/install/node_modules/argparse/CHANGELOG.md +216 -0
  2215. package/install/node_modules/argparse/LICENSE +254 -0
  2216. package/install/node_modules/argparse/README.md +84 -0
  2217. package/install/node_modules/argparse/argparse.js +3707 -0
  2218. package/install/node_modules/argparse/lib/sub.js +67 -0
  2219. package/install/node_modules/argparse/lib/textwrap.js +440 -0
  2220. package/install/node_modules/argparse/package.json +31 -0
  2221. package/install/node_modules/babel-jest/LICENSE +21 -0
  2222. package/install/node_modules/babel-jest/README.md +25 -0
  2223. package/install/node_modules/babel-jest/package.json +44 -0
  2224. package/install/node_modules/babel-plugin-istanbul/CHANGELOG.md +320 -0
  2225. package/install/node_modules/babel-plugin-istanbul/LICENSE +27 -0
  2226. package/install/node_modules/babel-plugin-istanbul/README.md +135 -0
  2227. package/install/node_modules/babel-plugin-istanbul/lib/index.js +170 -0
  2228. package/install/node_modules/babel-plugin-istanbul/lib/load-nyc-config-sync.js +20 -0
  2229. package/install/node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument/CHANGELOG.md +631 -0
  2230. package/install/node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument/LICENSE +24 -0
  2231. package/install/node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument/README.md +22 -0
  2232. package/install/node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument/package.json +50 -0
  2233. package/install/node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument/src/constants.js +14 -0
  2234. package/install/node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument/src/index.js +21 -0
  2235. package/install/node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument/src/instrumenter.js +162 -0
  2236. package/install/node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument/src/read-coverage.js +77 -0
  2237. package/install/node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument/src/source-coverage.js +135 -0
  2238. package/install/node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument/src/visitor.js +843 -0
  2239. package/install/node_modules/babel-plugin-istanbul/package.json +71 -0
  2240. package/install/node_modules/babel-plugin-jest-hoist/LICENSE +21 -0
  2241. package/install/node_modules/babel-plugin-jest-hoist/README.md +33 -0
  2242. package/install/node_modules/babel-plugin-jest-hoist/package.json +42 -0
  2243. package/install/node_modules/babel-preset-current-node-syntax/.github/FUNDING.yml +3 -0
  2244. package/install/node_modules/babel-preset-current-node-syntax/.github/workflows/nodejs.yml +49 -0
  2245. package/install/node_modules/babel-preset-current-node-syntax/LICENSE +22 -0
  2246. package/install/node_modules/babel-preset-current-node-syntax/README.md +30 -0
  2247. package/install/node_modules/babel-preset-current-node-syntax/package.json +46 -0
  2248. package/install/node_modules/babel-preset-current-node-syntax/src/index.js +86 -0
  2249. package/install/node_modules/babel-preset-jest/LICENSE +21 -0
  2250. package/install/node_modules/babel-preset-jest/README.md +33 -0
  2251. package/install/node_modules/babel-preset-jest/index.js +14 -0
  2252. package/install/node_modules/babel-preset-jest/package.json +29 -0
  2253. package/install/node_modules/balanced-match/.github/FUNDING.yml +2 -0
  2254. package/install/node_modules/balanced-match/LICENSE.md +21 -0
  2255. package/install/node_modules/balanced-match/README.md +97 -0
  2256. package/install/node_modules/balanced-match/index.js +62 -0
  2257. package/install/node_modules/balanced-match/package.json +48 -0
  2258. package/install/node_modules/base64-js/LICENSE +21 -0
  2259. package/install/node_modules/base64-js/README.md +34 -0
  2260. package/install/node_modules/base64-js/base64js.min.js +1 -0
  2261. package/install/node_modules/base64-js/index.d.ts +3 -0
  2262. package/install/node_modules/base64-js/index.js +150 -0
  2263. package/install/node_modules/base64-js/package.json +47 -0
  2264. package/install/node_modules/baseline-browser-mapping/LICENSE.txt +201 -0
  2265. package/install/node_modules/baseline-browser-mapping/README.md +463 -0
  2266. package/install/node_modules/baseline-browser-mapping/package.json +64 -0
  2267. package/install/node_modules/bl/.travis.yml +17 -0
  2268. package/install/node_modules/bl/BufferList.js +396 -0
  2269. package/install/node_modules/bl/LICENSE.md +13 -0
  2270. package/install/node_modules/bl/README.md +247 -0
  2271. package/install/node_modules/bl/bl.js +84 -0
  2272. package/install/node_modules/bl/package.json +37 -0
  2273. package/install/node_modules/bl/test/convert.js +21 -0
  2274. package/install/node_modules/bl/test/indexOf.js +492 -0
  2275. package/install/node_modules/bl/test/isBufferList.js +32 -0
  2276. package/install/node_modules/bl/test/test.js +869 -0
  2277. package/install/node_modules/brace-expansion/LICENSE +21 -0
  2278. package/install/node_modules/brace-expansion/README.md +129 -0
  2279. package/install/node_modules/brace-expansion/index.js +201 -0
  2280. package/install/node_modules/brace-expansion/package.json +50 -0
  2281. package/install/node_modules/braces/LICENSE +21 -0
  2282. package/install/node_modules/braces/README.md +586 -0
  2283. package/install/node_modules/braces/index.js +170 -0
  2284. package/install/node_modules/braces/lib/compile.js +60 -0
  2285. package/install/node_modules/braces/lib/constants.js +57 -0
  2286. package/install/node_modules/braces/lib/expand.js +113 -0
  2287. package/install/node_modules/braces/lib/parse.js +331 -0
  2288. package/install/node_modules/braces/lib/stringify.js +32 -0
  2289. package/install/node_modules/braces/lib/utils.js +122 -0
  2290. package/install/node_modules/braces/package.json +77 -0
  2291. package/install/node_modules/browserslist/LICENSE +20 -0
  2292. package/install/node_modules/browserslist/README.md +65 -0
  2293. package/install/node_modules/browserslist/browser.js +54 -0
  2294. package/install/node_modules/browserslist/cli.js +156 -0
  2295. package/install/node_modules/browserslist/error.d.ts +7 -0
  2296. package/install/node_modules/browserslist/error.js +12 -0
  2297. package/install/node_modules/browserslist/index.d.ts +224 -0
  2298. package/install/node_modules/browserslist/index.js +1335 -0
  2299. package/install/node_modules/browserslist/node.js +502 -0
  2300. package/install/node_modules/browserslist/package.json +45 -0
  2301. package/install/node_modules/browserslist/parse.js +78 -0
  2302. package/install/node_modules/bser/README.md +81 -0
  2303. package/install/node_modules/bser/index.js +586 -0
  2304. package/install/node_modules/bser/package.json +33 -0
  2305. package/install/node_modules/buffer/AUTHORS.md +70 -0
  2306. package/install/node_modules/buffer/LICENSE +21 -0
  2307. package/install/node_modules/buffer/README.md +410 -0
  2308. package/install/node_modules/buffer/index.d.ts +186 -0
  2309. package/install/node_modules/buffer/index.js +1817 -0
  2310. package/install/node_modules/buffer/package.json +96 -0
  2311. package/install/node_modules/buffer-from/LICENSE +21 -0
  2312. package/install/node_modules/buffer-from/index.js +72 -0
  2313. package/install/node_modules/buffer-from/package.json +19 -0
  2314. package/install/node_modules/buffer-from/readme.md +69 -0
  2315. package/install/node_modules/callsites/index.d.ts +96 -0
  2316. package/install/node_modules/callsites/index.js +13 -0
  2317. package/install/node_modules/callsites/license +9 -0
  2318. package/install/node_modules/callsites/package.json +39 -0
  2319. package/install/node_modules/callsites/readme.md +48 -0
  2320. package/install/node_modules/camelcase/index.d.ts +63 -0
  2321. package/install/node_modules/camelcase/index.js +76 -0
  2322. package/install/node_modules/camelcase/license +9 -0
  2323. package/install/node_modules/camelcase/package.json +43 -0
  2324. package/install/node_modules/camelcase/readme.md +99 -0
  2325. package/install/node_modules/caniuse-lite/LICENSE +395 -0
  2326. package/install/node_modules/caniuse-lite/README.md +6 -0
  2327. package/install/node_modules/caniuse-lite/data/agents.js +1 -0
  2328. package/install/node_modules/caniuse-lite/data/browserVersions.js +1 -0
  2329. package/install/node_modules/caniuse-lite/data/browsers.js +1 -0
  2330. package/install/node_modules/caniuse-lite/data/features/aac.js +1 -0
  2331. package/install/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -0
  2332. package/install/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -0
  2333. package/install/node_modules/caniuse-lite/data/features/accelerometer.js +1 -0
  2334. package/install/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -0
  2335. package/install/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -0
  2336. package/install/node_modules/caniuse-lite/data/features/ambient-light.js +1 -0
  2337. package/install/node_modules/caniuse-lite/data/features/apng.js +1 -0
  2338. package/install/node_modules/caniuse-lite/data/features/array-find-index.js +1 -0
  2339. package/install/node_modules/caniuse-lite/data/features/array-find.js +1 -0
  2340. package/install/node_modules/caniuse-lite/data/features/array-flat.js +1 -0
  2341. package/install/node_modules/caniuse-lite/data/features/array-includes.js +1 -0
  2342. package/install/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -0
  2343. package/install/node_modules/caniuse-lite/data/features/asmjs.js +1 -0
  2344. package/install/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -0
  2345. package/install/node_modules/caniuse-lite/data/features/async-functions.js +1 -0
  2346. package/install/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -0
  2347. package/install/node_modules/caniuse-lite/data/features/audio-api.js +1 -0
  2348. package/install/node_modules/caniuse-lite/data/features/audio.js +1 -0
  2349. package/install/node_modules/caniuse-lite/data/features/audiotracks.js +1 -0
  2350. package/install/node_modules/caniuse-lite/data/features/autofocus.js +1 -0
  2351. package/install/node_modules/caniuse-lite/data/features/auxclick.js +1 -0
  2352. package/install/node_modules/caniuse-lite/data/features/av1.js +1 -0
  2353. package/install/node_modules/caniuse-lite/data/features/avif.js +1 -0
  2354. package/install/node_modules/caniuse-lite/data/features/background-attachment.js +1 -0
  2355. package/install/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -0
  2356. package/install/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -0
  2357. package/install/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -0
  2358. package/install/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -0
  2359. package/install/node_modules/caniuse-lite/data/features/background-sync.js +1 -0
  2360. package/install/node_modules/caniuse-lite/data/features/battery-status.js +1 -0
  2361. package/install/node_modules/caniuse-lite/data/features/beacon.js +1 -0
  2362. package/install/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -0
  2363. package/install/node_modules/caniuse-lite/data/features/bigint.js +1 -0
  2364. package/install/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -0
  2365. package/install/node_modules/caniuse-lite/data/features/bloburls.js +1 -0
  2366. package/install/node_modules/caniuse-lite/data/features/border-image.js +1 -0
  2367. package/install/node_modules/caniuse-lite/data/features/border-radius.js +1 -0
  2368. package/install/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -0
  2369. package/install/node_modules/caniuse-lite/data/features/brotli.js +1 -0
  2370. package/install/node_modules/caniuse-lite/data/features/calc.js +1 -0
  2371. package/install/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -0
  2372. package/install/node_modules/caniuse-lite/data/features/canvas-text.js +1 -0
  2373. package/install/node_modules/caniuse-lite/data/features/canvas.js +1 -0
  2374. package/install/node_modules/caniuse-lite/data/features/ch-unit.js +1 -0
  2375. package/install/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -0
  2376. package/install/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -0
  2377. package/install/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -0
  2378. package/install/node_modules/caniuse-lite/data/features/classlist.js +1 -0
  2379. package/install/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -0
  2380. package/install/node_modules/caniuse-lite/data/features/clipboard.js +1 -0
  2381. package/install/node_modules/caniuse-lite/data/features/colr-v1.js +1 -0
  2382. package/install/node_modules/caniuse-lite/data/features/colr.js +1 -0
  2383. package/install/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -0
  2384. package/install/node_modules/caniuse-lite/data/features/console-basic.js +1 -0
  2385. package/install/node_modules/caniuse-lite/data/features/console-time.js +1 -0
  2386. package/install/node_modules/caniuse-lite/data/features/const.js +1 -0
  2387. package/install/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -0
  2388. package/install/node_modules/caniuse-lite/data/features/contenteditable.js +1 -0
  2389. package/install/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -0
  2390. package/install/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -0
  2391. package/install/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -0
  2392. package/install/node_modules/caniuse-lite/data/features/cors.js +1 -0
  2393. package/install/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -0
  2394. package/install/node_modules/caniuse-lite/data/features/credential-management.js +1 -0
  2395. package/install/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +1 -0
  2396. package/install/node_modules/caniuse-lite/data/features/cryptography.js +1 -0
  2397. package/install/node_modules/caniuse-lite/data/features/css-all.js +1 -0
  2398. package/install/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -0
  2399. package/install/node_modules/caniuse-lite/data/features/css-animation.js +1 -0
  2400. package/install/node_modules/caniuse-lite/data/features/css-any-link.js +1 -0
  2401. package/install/node_modules/caniuse-lite/data/features/css-appearance.js +1 -0
  2402. package/install/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -0
  2403. package/install/node_modules/caniuse-lite/data/features/css-autofill.js +1 -0
  2404. package/install/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -0
  2405. package/install/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -0
  2406. package/install/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -0
  2407. package/install/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -0
  2408. package/install/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -0
  2409. package/install/node_modules/caniuse-lite/data/features/css-canvas.js +1 -0
  2410. package/install/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -0
  2411. package/install/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -0
  2412. package/install/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -0
  2413. package/install/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -0
  2414. package/install/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -0
  2415. package/install/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -0
  2416. package/install/node_modules/caniuse-lite/data/features/css-color-function.js +1 -0
  2417. package/install/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -0
  2418. package/install/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -0
  2419. package/install/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -0
  2420. package/install/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -0
  2421. package/install/node_modules/caniuse-lite/data/features/css-containment.js +1 -0
  2422. package/install/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -0
  2423. package/install/node_modules/caniuse-lite/data/features/css-counters.js +1 -0
  2424. package/install/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -0
  2425. package/install/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -0
  2426. package/install/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -0
  2427. package/install/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -0
  2428. package/install/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -0
  2429. package/install/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -0
  2430. package/install/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -0
  2431. package/install/node_modules/caniuse-lite/data/features/css-element-function.js +1 -0
  2432. package/install/node_modules/caniuse-lite/data/features/css-env-function.js +1 -0
  2433. package/install/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -0
  2434. package/install/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -0
  2435. package/install/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -0
  2436. package/install/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -0
  2437. package/install/node_modules/caniuse-lite/data/features/css-filters.js +1 -0
  2438. package/install/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -0
  2439. package/install/node_modules/caniuse-lite/data/features/css-first-line.js +1 -0
  2440. package/install/node_modules/caniuse-lite/data/features/css-fixed.js +1 -0
  2441. package/install/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -0
  2442. package/install/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -0
  2443. package/install/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -0
  2444. package/install/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -0
  2445. package/install/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -0
  2446. package/install/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -0
  2447. package/install/node_modules/caniuse-lite/data/features/css-gradients.js +1 -0
  2448. package/install/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -0
  2449. package/install/node_modules/caniuse-lite/data/features/css-grid-lanes.js +1 -0
  2450. package/install/node_modules/caniuse-lite/data/features/css-grid.js +1 -0
  2451. package/install/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -0
  2452. package/install/node_modules/caniuse-lite/data/features/css-has.js +1 -0
  2453. package/install/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -0
  2454. package/install/node_modules/caniuse-lite/data/features/css-if.js +1 -0
  2455. package/install/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -0
  2456. package/install/node_modules/caniuse-lite/data/features/css-image-set.js +1 -0
  2457. package/install/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -0
  2458. package/install/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -0
  2459. package/install/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -0
  2460. package/install/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -0
  2461. package/install/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -0
  2462. package/install/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -0
  2463. package/install/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -0
  2464. package/install/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -0
  2465. package/install/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -0
  2466. package/install/node_modules/caniuse-lite/data/features/css-masks.js +1 -0
  2467. package/install/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -0
  2468. package/install/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -0
  2469. package/install/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -0
  2470. package/install/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -0
  2471. package/install/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -0
  2472. package/install/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -0
  2473. package/install/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -0
  2474. package/install/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -0
  2475. package/install/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -0
  2476. package/install/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -0
  2477. package/install/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -0
  2478. package/install/node_modules/caniuse-lite/data/features/css-nesting.js +1 -0
  2479. package/install/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -0
  2480. package/install/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -0
  2481. package/install/node_modules/caniuse-lite/data/features/css-opacity.js +1 -0
  2482. package/install/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -0
  2483. package/install/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -0
  2484. package/install/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -0
  2485. package/install/node_modules/caniuse-lite/data/features/css-overflow.js +1 -0
  2486. package/install/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -0
  2487. package/install/node_modules/caniuse-lite/data/features/css-page-break.js +1 -0
  2488. package/install/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -0
  2489. package/install/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -0
  2490. package/install/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -0
  2491. package/install/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -0
  2492. package/install/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -0
  2493. package/install/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -0
  2494. package/install/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -0
  2495. package/install/node_modules/caniuse-lite/data/features/css-reflections.js +1 -0
  2496. package/install/node_modules/caniuse-lite/data/features/css-regions.js +1 -0
  2497. package/install/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -0
  2498. package/install/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -0
  2499. package/install/node_modules/caniuse-lite/data/features/css-resize.js +1 -0
  2500. package/install/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -0
  2501. package/install/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -0
  2502. package/install/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -0
  2503. package/install/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -0
  2504. package/install/node_modules/caniuse-lite/data/features/css-sel2.js +1 -0
  2505. package/install/node_modules/caniuse-lite/data/features/css-sel3.js +1 -0
  2506. package/install/node_modules/caniuse-lite/data/features/css-selection.js +1 -0
  2507. package/install/node_modules/caniuse-lite/data/features/css-shapes.js +1 -0
  2508. package/install/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -0
  2509. package/install/node_modules/caniuse-lite/data/features/css-sticky.js +1 -0
  2510. package/install/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -0
  2511. package/install/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -0
  2512. package/install/node_modules/caniuse-lite/data/features/css-table.js +1 -0
  2513. package/install/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -0
  2514. package/install/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -0
  2515. package/install/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -0
  2516. package/install/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -0
  2517. package/install/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -0
  2518. package/install/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -0
  2519. package/install/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -0
  2520. package/install/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -0
  2521. package/install/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -0
  2522. package/install/node_modules/caniuse-lite/data/features/css-transitions.js +1 -0
  2523. package/install/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -0
  2524. package/install/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -0
  2525. package/install/node_modules/caniuse-lite/data/features/css-variables.js +1 -0
  2526. package/install/node_modules/caniuse-lite/data/features/css-when-else.js +1 -0
  2527. package/install/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -0
  2528. package/install/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -0
  2529. package/install/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -0
  2530. package/install/node_modules/caniuse-lite/data/features/css-zoom.js +1 -0
  2531. package/install/node_modules/caniuse-lite/data/features/css3-attr.js +1 -0
  2532. package/install/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -0
  2533. package/install/node_modules/caniuse-lite/data/features/css3-colors.js +1 -0
  2534. package/install/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -0
  2535. package/install/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -0
  2536. package/install/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -0
  2537. package/install/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -0
  2538. package/install/node_modules/caniuse-lite/data/features/currentcolor.js +1 -0
  2539. package/install/node_modules/caniuse-lite/data/features/custom-elements.js +1 -0
  2540. package/install/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -0
  2541. package/install/node_modules/caniuse-lite/data/features/customevent.js +1 -0
  2542. package/install/node_modules/caniuse-lite/data/features/datalist.js +1 -0
  2543. package/install/node_modules/caniuse-lite/data/features/dataset.js +1 -0
  2544. package/install/node_modules/caniuse-lite/data/features/datauri.js +1 -0
  2545. package/install/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -0
  2546. package/install/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -0
  2547. package/install/node_modules/caniuse-lite/data/features/decorators.js +1 -0
  2548. package/install/node_modules/caniuse-lite/data/features/details.js +1 -0
  2549. package/install/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -0
  2550. package/install/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -0
  2551. package/install/node_modules/caniuse-lite/data/features/dialog.js +1 -0
  2552. package/install/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -0
  2553. package/install/node_modules/caniuse-lite/data/features/dnssec.js +1 -0
  2554. package/install/node_modules/caniuse-lite/data/features/do-not-track.js +1 -0
  2555. package/install/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -0
  2556. package/install/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -0
  2557. package/install/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -0
  2558. package/install/node_modules/caniuse-lite/data/features/document-policy.js +1 -0
  2559. package/install/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -0
  2560. package/install/node_modules/caniuse-lite/data/features/documenthead.js +1 -0
  2561. package/install/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -0
  2562. package/install/node_modules/caniuse-lite/data/features/dom-range.js +1 -0
  2563. package/install/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -0
  2564. package/install/node_modules/caniuse-lite/data/features/dommatrix.js +1 -0
  2565. package/install/node_modules/caniuse-lite/data/features/download.js +1 -0
  2566. package/install/node_modules/caniuse-lite/data/features/dragndrop.js +1 -0
  2567. package/install/node_modules/caniuse-lite/data/features/element-closest.js +1 -0
  2568. package/install/node_modules/caniuse-lite/data/features/element-from-point.js +1 -0
  2569. package/install/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -0
  2570. package/install/node_modules/caniuse-lite/data/features/eme.js +1 -0
  2571. package/install/node_modules/caniuse-lite/data/features/eot.js +1 -0
  2572. package/install/node_modules/caniuse-lite/data/features/es5.js +1 -0
  2573. package/install/node_modules/caniuse-lite/data/features/es6-class.js +1 -0
  2574. package/install/node_modules/caniuse-lite/data/features/es6-generators.js +1 -0
  2575. package/install/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -0
  2576. package/install/node_modules/caniuse-lite/data/features/es6-module.js +1 -0
  2577. package/install/node_modules/caniuse-lite/data/features/es6-number.js +1 -0
  2578. package/install/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -0
  2579. package/install/node_modules/caniuse-lite/data/features/es6.js +1 -0
  2580. package/install/node_modules/caniuse-lite/data/features/eventsource.js +1 -0
  2581. package/install/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -0
  2582. package/install/node_modules/caniuse-lite/data/features/feature-policy.js +1 -0
  2583. package/install/node_modules/caniuse-lite/data/features/fetch.js +1 -0
  2584. package/install/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -0
  2585. package/install/node_modules/caniuse-lite/data/features/fileapi.js +1 -0
  2586. package/install/node_modules/caniuse-lite/data/features/filereader.js +1 -0
  2587. package/install/node_modules/caniuse-lite/data/features/filereadersync.js +1 -0
  2588. package/install/node_modules/caniuse-lite/data/features/filesystem.js +1 -0
  2589. package/install/node_modules/caniuse-lite/data/features/flac.js +1 -0
  2590. package/install/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -0
  2591. package/install/node_modules/caniuse-lite/data/features/flexbox.js +1 -0
  2592. package/install/node_modules/caniuse-lite/data/features/flow-root.js +1 -0
  2593. package/install/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -0
  2594. package/install/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -0
  2595. package/install/node_modules/caniuse-lite/data/features/font-feature.js +1 -0
  2596. package/install/node_modules/caniuse-lite/data/features/font-kerning.js +1 -0
  2597. package/install/node_modules/caniuse-lite/data/features/font-loading.js +1 -0
  2598. package/install/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -0
  2599. package/install/node_modules/caniuse-lite/data/features/font-smooth.js +1 -0
  2600. package/install/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -0
  2601. package/install/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -0
  2602. package/install/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -0
  2603. package/install/node_modules/caniuse-lite/data/features/fontface.js +1 -0
  2604. package/install/node_modules/caniuse-lite/data/features/form-attribute.js +1 -0
  2605. package/install/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -0
  2606. package/install/node_modules/caniuse-lite/data/features/form-validation.js +1 -0
  2607. package/install/node_modules/caniuse-lite/data/features/forms.js +1 -0
  2608. package/install/node_modules/caniuse-lite/data/features/fullscreen.js +1 -0
  2609. package/install/node_modules/caniuse-lite/data/features/gamepad.js +1 -0
  2610. package/install/node_modules/caniuse-lite/data/features/geolocation.js +1 -0
  2611. package/install/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -0
  2612. package/install/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -0
  2613. package/install/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -0
  2614. package/install/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -0
  2615. package/install/node_modules/caniuse-lite/data/features/gyroscope.js +1 -0
  2616. package/install/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -0
  2617. package/install/node_modules/caniuse-lite/data/features/hashchange.js +1 -0
  2618. package/install/node_modules/caniuse-lite/data/features/heif.js +1 -0
  2619. package/install/node_modules/caniuse-lite/data/features/hevc.js +1 -0
  2620. package/install/node_modules/caniuse-lite/data/features/hidden.js +1 -0
  2621. package/install/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -0
  2622. package/install/node_modules/caniuse-lite/data/features/history.js +1 -0
  2623. package/install/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -0
  2624. package/install/node_modules/caniuse-lite/data/features/html5semantic.js +1 -0
  2625. package/install/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -0
  2626. package/install/node_modules/caniuse-lite/data/features/http2.js +1 -0
  2627. package/install/node_modules/caniuse-lite/data/features/http3.js +1 -0
  2628. package/install/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -0
  2629. package/install/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -0
  2630. package/install/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -0
  2631. package/install/node_modules/caniuse-lite/data/features/imagecapture.js +1 -0
  2632. package/install/node_modules/caniuse-lite/data/features/ime.js +1 -0
  2633. package/install/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -0
  2634. package/install/node_modules/caniuse-lite/data/features/import-maps.js +1 -0
  2635. package/install/node_modules/caniuse-lite/data/features/imports.js +1 -0
  2636. package/install/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -0
  2637. package/install/node_modules/caniuse-lite/data/features/indexeddb.js +1 -0
  2638. package/install/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -0
  2639. package/install/node_modules/caniuse-lite/data/features/inline-block.js +1 -0
  2640. package/install/node_modules/caniuse-lite/data/features/innertext.js +1 -0
  2641. package/install/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -0
  2642. package/install/node_modules/caniuse-lite/data/features/input-color.js +1 -0
  2643. package/install/node_modules/caniuse-lite/data/features/input-datetime.js +1 -0
  2644. package/install/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -0
  2645. package/install/node_modules/caniuse-lite/data/features/input-event.js +1 -0
  2646. package/install/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -0
  2647. package/install/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -0
  2648. package/install/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -0
  2649. package/install/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -0
  2650. package/install/node_modules/caniuse-lite/data/features/input-minlength.js +1 -0
  2651. package/install/node_modules/caniuse-lite/data/features/input-number.js +1 -0
  2652. package/install/node_modules/caniuse-lite/data/features/input-pattern.js +1 -0
  2653. package/install/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -0
  2654. package/install/node_modules/caniuse-lite/data/features/input-range.js +1 -0
  2655. package/install/node_modules/caniuse-lite/data/features/input-search.js +1 -0
  2656. package/install/node_modules/caniuse-lite/data/features/input-selection.js +1 -0
  2657. package/install/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -0
  2658. package/install/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -0
  2659. package/install/node_modules/caniuse-lite/data/features/internationalization.js +1 -0
  2660. package/install/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -0
  2661. package/install/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -0
  2662. package/install/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -0
  2663. package/install/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -0
  2664. package/install/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -0
  2665. package/install/node_modules/caniuse-lite/data/features/jpegxl.js +1 -0
  2666. package/install/node_modules/caniuse-lite/data/features/jpegxr.js +1 -0
  2667. package/install/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -0
  2668. package/install/node_modules/caniuse-lite/data/features/json.js +1 -0
  2669. package/install/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -0
  2670. package/install/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -0
  2671. package/install/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -0
  2672. package/install/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -0
  2673. package/install/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -0
  2674. package/install/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -0
  2675. package/install/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -0
  2676. package/install/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -0
  2677. package/install/node_modules/caniuse-lite/data/features/lazyload.js +1 -0
  2678. package/install/node_modules/caniuse-lite/data/features/let.js +1 -0
  2679. package/install/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -0
  2680. package/install/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -0
  2681. package/install/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -0
  2682. package/install/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -0
  2683. package/install/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -0
  2684. package/install/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -0
  2685. package/install/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -0
  2686. package/install/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -0
  2687. package/install/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -0
  2688. package/install/node_modules/caniuse-lite/data/features/localecompare.js +1 -0
  2689. package/install/node_modules/caniuse-lite/data/features/magnetometer.js +1 -0
  2690. package/install/node_modules/caniuse-lite/data/features/matchesselector.js +1 -0
  2691. package/install/node_modules/caniuse-lite/data/features/matchmedia.js +1 -0
  2692. package/install/node_modules/caniuse-lite/data/features/mathml.js +1 -0
  2693. package/install/node_modules/caniuse-lite/data/features/maxlength.js +1 -0
  2694. package/install/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -0
  2695. package/install/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -0
  2696. package/install/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -0
  2697. package/install/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -0
  2698. package/install/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -0
  2699. package/install/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -0
  2700. package/install/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -0
  2701. package/install/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -0
  2702. package/install/node_modules/caniuse-lite/data/features/media-fragments.js +1 -0
  2703. package/install/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -0
  2704. package/install/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -0
  2705. package/install/node_modules/caniuse-lite/data/features/mediasource.js +1 -0
  2706. package/install/node_modules/caniuse-lite/data/features/menu.js +1 -0
  2707. package/install/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -0
  2708. package/install/node_modules/caniuse-lite/data/features/meter.js +1 -0
  2709. package/install/node_modules/caniuse-lite/data/features/midi.js +1 -0
  2710. package/install/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -0
  2711. package/install/node_modules/caniuse-lite/data/features/mp3.js +1 -0
  2712. package/install/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -0
  2713. package/install/node_modules/caniuse-lite/data/features/mpeg4.js +1 -0
  2714. package/install/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -0
  2715. package/install/node_modules/caniuse-lite/data/features/multicolumn.js +1 -0
  2716. package/install/node_modules/caniuse-lite/data/features/mutation-events.js +1 -0
  2717. package/install/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -0
  2718. package/install/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -0
  2719. package/install/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -0
  2720. package/install/node_modules/caniuse-lite/data/features/nav-timing.js +1 -0
  2721. package/install/node_modules/caniuse-lite/data/features/netinfo.js +1 -0
  2722. package/install/node_modules/caniuse-lite/data/features/notifications.js +1 -0
  2723. package/install/node_modules/caniuse-lite/data/features/object-entries.js +1 -0
  2724. package/install/node_modules/caniuse-lite/data/features/object-fit.js +1 -0
  2725. package/install/node_modules/caniuse-lite/data/features/object-observe.js +1 -0
  2726. package/install/node_modules/caniuse-lite/data/features/object-values.js +1 -0
  2727. package/install/node_modules/caniuse-lite/data/features/objectrtc.js +1 -0
  2728. package/install/node_modules/caniuse-lite/data/features/offline-apps.js +1 -0
  2729. package/install/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -0
  2730. package/install/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -0
  2731. package/install/node_modules/caniuse-lite/data/features/ogv.js +1 -0
  2732. package/install/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -0
  2733. package/install/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -0
  2734. package/install/node_modules/caniuse-lite/data/features/online-status.js +1 -0
  2735. package/install/node_modules/caniuse-lite/data/features/opus.js +1 -0
  2736. package/install/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -0
  2737. package/install/node_modules/caniuse-lite/data/features/outline.js +1 -0
  2738. package/install/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -0
  2739. package/install/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -0
  2740. package/install/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -0
  2741. package/install/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -0
  2742. package/install/node_modules/caniuse-lite/data/features/passkeys.js +1 -0
  2743. package/install/node_modules/caniuse-lite/data/features/passwordrules.js +1 -0
  2744. package/install/node_modules/caniuse-lite/data/features/path2d.js +1 -0
  2745. package/install/node_modules/caniuse-lite/data/features/payment-request.js +1 -0
  2746. package/install/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -0
  2747. package/install/node_modules/caniuse-lite/data/features/permissions-api.js +1 -0
  2748. package/install/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -0
  2749. package/install/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -0
  2750. package/install/node_modules/caniuse-lite/data/features/picture.js +1 -0
  2751. package/install/node_modules/caniuse-lite/data/features/ping.js +1 -0
  2752. package/install/node_modules/caniuse-lite/data/features/png-alpha.js +1 -0
  2753. package/install/node_modules/caniuse-lite/data/features/pointer-events.js +1 -0
  2754. package/install/node_modules/caniuse-lite/data/features/pointer.js +1 -0
  2755. package/install/node_modules/caniuse-lite/data/features/pointerlock.js +1 -0
  2756. package/install/node_modules/caniuse-lite/data/features/portals.js +1 -0
  2757. package/install/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -0
  2758. package/install/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -0
  2759. package/install/node_modules/caniuse-lite/data/features/progress.js +1 -0
  2760. package/install/node_modules/caniuse-lite/data/features/promise-finally.js +1 -0
  2761. package/install/node_modules/caniuse-lite/data/features/promises.js +1 -0
  2762. package/install/node_modules/caniuse-lite/data/features/proximity.js +1 -0
  2763. package/install/node_modules/caniuse-lite/data/features/proxy.js +1 -0
  2764. package/install/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -0
  2765. package/install/node_modules/caniuse-lite/data/features/push-api.js +1 -0
  2766. package/install/node_modules/caniuse-lite/data/features/queryselector.js +1 -0
  2767. package/install/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -0
  2768. package/install/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -0
  2769. package/install/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -0
  2770. package/install/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -0
  2771. package/install/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -0
  2772. package/install/node_modules/caniuse-lite/data/features/rellist.js +1 -0
  2773. package/install/node_modules/caniuse-lite/data/features/rem.js +1 -0
  2774. package/install/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -0
  2775. package/install/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -0
  2776. package/install/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -0
  2777. package/install/node_modules/caniuse-lite/data/features/resource-timing.js +1 -0
  2778. package/install/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -0
  2779. package/install/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -0
  2780. package/install/node_modules/caniuse-lite/data/features/ruby.js +1 -0
  2781. package/install/node_modules/caniuse-lite/data/features/run-in.js +1 -0
  2782. package/install/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -0
  2783. package/install/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -0
  2784. package/install/node_modules/caniuse-lite/data/features/script-async.js +1 -0
  2785. package/install/node_modules/caniuse-lite/data/features/script-defer.js +1 -0
  2786. package/install/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -0
  2787. package/install/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -0
  2788. package/install/node_modules/caniuse-lite/data/features/sdch.js +1 -0
  2789. package/install/node_modules/caniuse-lite/data/features/selection-api.js +1 -0
  2790. package/install/node_modules/caniuse-lite/data/features/selectlist.js +1 -0
  2791. package/install/node_modules/caniuse-lite/data/features/server-timing.js +1 -0
  2792. package/install/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -0
  2793. package/install/node_modules/caniuse-lite/data/features/setimmediate.js +1 -0
  2794. package/install/node_modules/caniuse-lite/data/features/shadowdom.js +1 -0
  2795. package/install/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -0
  2796. package/install/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -0
  2797. package/install/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -0
  2798. package/install/node_modules/caniuse-lite/data/features/sni.js +1 -0
  2799. package/install/node_modules/caniuse-lite/data/features/spdy.js +1 -0
  2800. package/install/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -0
  2801. package/install/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -0
  2802. package/install/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -0
  2803. package/install/node_modules/caniuse-lite/data/features/sql-storage.js +1 -0
  2804. package/install/node_modules/caniuse-lite/data/features/srcset.js +1 -0
  2805. package/install/node_modules/caniuse-lite/data/features/stream.js +1 -0
  2806. package/install/node_modules/caniuse-lite/data/features/streams.js +1 -0
  2807. package/install/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -0
  2808. package/install/node_modules/caniuse-lite/data/features/style-scoped.js +1 -0
  2809. package/install/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -0
  2810. package/install/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -0
  2811. package/install/node_modules/caniuse-lite/data/features/svg-css.js +1 -0
  2812. package/install/node_modules/caniuse-lite/data/features/svg-filters.js +1 -0
  2813. package/install/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -0
  2814. package/install/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -0
  2815. package/install/node_modules/caniuse-lite/data/features/svg-html.js +1 -0
  2816. package/install/node_modules/caniuse-lite/data/features/svg-html5.js +1 -0
  2817. package/install/node_modules/caniuse-lite/data/features/svg-img.js +1 -0
  2818. package/install/node_modules/caniuse-lite/data/features/svg-smil.js +1 -0
  2819. package/install/node_modules/caniuse-lite/data/features/svg.js +1 -0
  2820. package/install/node_modules/caniuse-lite/data/features/sxg.js +1 -0
  2821. package/install/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -0
  2822. package/install/node_modules/caniuse-lite/data/features/template-literals.js +1 -0
  2823. package/install/node_modules/caniuse-lite/data/features/template.js +1 -0
  2824. package/install/node_modules/caniuse-lite/data/features/temporal.js +1 -0
  2825. package/install/node_modules/caniuse-lite/data/features/testfeat.js +1 -0
  2826. package/install/node_modules/caniuse-lite/data/features/text-decoration.js +1 -0
  2827. package/install/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -0
  2828. package/install/node_modules/caniuse-lite/data/features/text-overflow.js +1 -0
  2829. package/install/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -0
  2830. package/install/node_modules/caniuse-lite/data/features/text-stroke.js +1 -0
  2831. package/install/node_modules/caniuse-lite/data/features/textcontent.js +1 -0
  2832. package/install/node_modules/caniuse-lite/data/features/textencoder.js +1 -0
  2833. package/install/node_modules/caniuse-lite/data/features/tls1-1.js +1 -0
  2834. package/install/node_modules/caniuse-lite/data/features/tls1-2.js +1 -0
  2835. package/install/node_modules/caniuse-lite/data/features/tls1-3.js +1 -0
  2836. package/install/node_modules/caniuse-lite/data/features/touch.js +1 -0
  2837. package/install/node_modules/caniuse-lite/data/features/transforms2d.js +1 -0
  2838. package/install/node_modules/caniuse-lite/data/features/transforms3d.js +1 -0
  2839. package/install/node_modules/caniuse-lite/data/features/trusted-types.js +1 -0
  2840. package/install/node_modules/caniuse-lite/data/features/ttf.js +1 -0
  2841. package/install/node_modules/caniuse-lite/data/features/typedarrays.js +1 -0
  2842. package/install/node_modules/caniuse-lite/data/features/u2f.js +1 -0
  2843. package/install/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -0
  2844. package/install/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -0
  2845. package/install/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -0
  2846. package/install/node_modules/caniuse-lite/data/features/url.js +1 -0
  2847. package/install/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -0
  2848. package/install/node_modules/caniuse-lite/data/features/use-strict.js +1 -0
  2849. package/install/node_modules/caniuse-lite/data/features/user-select-none.js +1 -0
  2850. package/install/node_modules/caniuse-lite/data/features/user-timing.js +1 -0
  2851. package/install/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -0
  2852. package/install/node_modules/caniuse-lite/data/features/vector-effect.js +1 -0
  2853. package/install/node_modules/caniuse-lite/data/features/vibration.js +1 -0
  2854. package/install/node_modules/caniuse-lite/data/features/video.js +1 -0
  2855. package/install/node_modules/caniuse-lite/data/features/videotracks.js +1 -0
  2856. package/install/node_modules/caniuse-lite/data/features/view-transitions.js +1 -0
  2857. package/install/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -0
  2858. package/install/node_modules/caniuse-lite/data/features/viewport-units.js +1 -0
  2859. package/install/node_modules/caniuse-lite/data/features/wai-aria.js +1 -0
  2860. package/install/node_modules/caniuse-lite/data/features/wake-lock.js +1 -0
  2861. package/install/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -0
  2862. package/install/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -0
  2863. package/install/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -0
  2864. package/install/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -0
  2865. package/install/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -0
  2866. package/install/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -0
  2867. package/install/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -0
  2868. package/install/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -0
  2869. package/install/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -0
  2870. package/install/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -0
  2871. package/install/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -0
  2872. package/install/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -0
  2873. package/install/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -0
  2874. package/install/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -0
  2875. package/install/node_modules/caniuse-lite/data/features/wasm.js +1 -0
  2876. package/install/node_modules/caniuse-lite/data/features/wav.js +1 -0
  2877. package/install/node_modules/caniuse-lite/data/features/wbr-element.js +1 -0
  2878. package/install/node_modules/caniuse-lite/data/features/web-animation.js +1 -0
  2879. package/install/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -0
  2880. package/install/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -0
  2881. package/install/node_modules/caniuse-lite/data/features/web-serial.js +1 -0
  2882. package/install/node_modules/caniuse-lite/data/features/web-share.js +1 -0
  2883. package/install/node_modules/caniuse-lite/data/features/webauthn.js +1 -0
  2884. package/install/node_modules/caniuse-lite/data/features/webcodecs.js +1 -0
  2885. package/install/node_modules/caniuse-lite/data/features/webgl.js +1 -0
  2886. package/install/node_modules/caniuse-lite/data/features/webgl2.js +1 -0
  2887. package/install/node_modules/caniuse-lite/data/features/webgpu.js +1 -0
  2888. package/install/node_modules/caniuse-lite/data/features/webhid.js +1 -0
  2889. package/install/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -0
  2890. package/install/node_modules/caniuse-lite/data/features/webm.js +1 -0
  2891. package/install/node_modules/caniuse-lite/data/features/webnfc.js +1 -0
  2892. package/install/node_modules/caniuse-lite/data/features/webp.js +1 -0
  2893. package/install/node_modules/caniuse-lite/data/features/websockets.js +1 -0
  2894. package/install/node_modules/caniuse-lite/data/features/webtransport.js +1 -0
  2895. package/install/node_modules/caniuse-lite/data/features/webusb.js +1 -0
  2896. package/install/node_modules/caniuse-lite/data/features/webvr.js +1 -0
  2897. package/install/node_modules/caniuse-lite/data/features/webvtt.js +1 -0
  2898. package/install/node_modules/caniuse-lite/data/features/webworkers.js +1 -0
  2899. package/install/node_modules/caniuse-lite/data/features/webxr.js +1 -0
  2900. package/install/node_modules/caniuse-lite/data/features/will-change.js +1 -0
  2901. package/install/node_modules/caniuse-lite/data/features/woff.js +1 -0
  2902. package/install/node_modules/caniuse-lite/data/features/woff2.js +1 -0
  2903. package/install/node_modules/caniuse-lite/data/features/word-break.js +1 -0
  2904. package/install/node_modules/caniuse-lite/data/features/wordwrap.js +1 -0
  2905. package/install/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -0
  2906. package/install/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -0
  2907. package/install/node_modules/caniuse-lite/data/features/xhr2.js +1 -0
  2908. package/install/node_modules/caniuse-lite/data/features/xhtml.js +1 -0
  2909. package/install/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -0
  2910. package/install/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -0
  2911. package/install/node_modules/caniuse-lite/data/features/zstd.js +1 -0
  2912. package/install/node_modules/caniuse-lite/data/features.js +1 -0
  2913. package/install/node_modules/caniuse-lite/data/regions/AD.js +1 -0
  2914. package/install/node_modules/caniuse-lite/data/regions/AE.js +1 -0
  2915. package/install/node_modules/caniuse-lite/data/regions/AF.js +1 -0
  2916. package/install/node_modules/caniuse-lite/data/regions/AG.js +1 -0
  2917. package/install/node_modules/caniuse-lite/data/regions/AI.js +1 -0
  2918. package/install/node_modules/caniuse-lite/data/regions/AL.js +1 -0
  2919. package/install/node_modules/caniuse-lite/data/regions/AM.js +1 -0
  2920. package/install/node_modules/caniuse-lite/data/regions/AO.js +1 -0
  2921. package/install/node_modules/caniuse-lite/data/regions/AR.js +1 -0
  2922. package/install/node_modules/caniuse-lite/data/regions/AS.js +1 -0
  2923. package/install/node_modules/caniuse-lite/data/regions/AT.js +1 -0
  2924. package/install/node_modules/caniuse-lite/data/regions/AU.js +1 -0
  2925. package/install/node_modules/caniuse-lite/data/regions/AW.js +1 -0
  2926. package/install/node_modules/caniuse-lite/data/regions/AX.js +1 -0
  2927. package/install/node_modules/caniuse-lite/data/regions/AZ.js +1 -0
  2928. package/install/node_modules/caniuse-lite/data/regions/BA.js +1 -0
  2929. package/install/node_modules/caniuse-lite/data/regions/BB.js +1 -0
  2930. package/install/node_modules/caniuse-lite/data/regions/BD.js +1 -0
  2931. package/install/node_modules/caniuse-lite/data/regions/BE.js +1 -0
  2932. package/install/node_modules/caniuse-lite/data/regions/BF.js +1 -0
  2933. package/install/node_modules/caniuse-lite/data/regions/BG.js +1 -0
  2934. package/install/node_modules/caniuse-lite/data/regions/BH.js +1 -0
  2935. package/install/node_modules/caniuse-lite/data/regions/BI.js +1 -0
  2936. package/install/node_modules/caniuse-lite/data/regions/BJ.js +1 -0
  2937. package/install/node_modules/caniuse-lite/data/regions/BM.js +1 -0
  2938. package/install/node_modules/caniuse-lite/data/regions/BN.js +1 -0
  2939. package/install/node_modules/caniuse-lite/data/regions/BO.js +1 -0
  2940. package/install/node_modules/caniuse-lite/data/regions/BR.js +1 -0
  2941. package/install/node_modules/caniuse-lite/data/regions/BS.js +1 -0
  2942. package/install/node_modules/caniuse-lite/data/regions/BT.js +1 -0
  2943. package/install/node_modules/caniuse-lite/data/regions/BW.js +1 -0
  2944. package/install/node_modules/caniuse-lite/data/regions/BY.js +1 -0
  2945. package/install/node_modules/caniuse-lite/data/regions/BZ.js +1 -0
  2946. package/install/node_modules/caniuse-lite/data/regions/CA.js +1 -0
  2947. package/install/node_modules/caniuse-lite/data/regions/CD.js +1 -0
  2948. package/install/node_modules/caniuse-lite/data/regions/CF.js +1 -0
  2949. package/install/node_modules/caniuse-lite/data/regions/CG.js +1 -0
  2950. package/install/node_modules/caniuse-lite/data/regions/CH.js +1 -0
  2951. package/install/node_modules/caniuse-lite/data/regions/CI.js +1 -0
  2952. package/install/node_modules/caniuse-lite/data/regions/CK.js +1 -0
  2953. package/install/node_modules/caniuse-lite/data/regions/CL.js +1 -0
  2954. package/install/node_modules/caniuse-lite/data/regions/CM.js +1 -0
  2955. package/install/node_modules/caniuse-lite/data/regions/CN.js +1 -0
  2956. package/install/node_modules/caniuse-lite/data/regions/CO.js +1 -0
  2957. package/install/node_modules/caniuse-lite/data/regions/CR.js +1 -0
  2958. package/install/node_modules/caniuse-lite/data/regions/CU.js +1 -0
  2959. package/install/node_modules/caniuse-lite/data/regions/CV.js +1 -0
  2960. package/install/node_modules/caniuse-lite/data/regions/CX.js +1 -0
  2961. package/install/node_modules/caniuse-lite/data/regions/CY.js +1 -0
  2962. package/install/node_modules/caniuse-lite/data/regions/CZ.js +1 -0
  2963. package/install/node_modules/caniuse-lite/data/regions/DE.js +1 -0
  2964. package/install/node_modules/caniuse-lite/data/regions/DJ.js +1 -0
  2965. package/install/node_modules/caniuse-lite/data/regions/DK.js +1 -0
  2966. package/install/node_modules/caniuse-lite/data/regions/DM.js +1 -0
  2967. package/install/node_modules/caniuse-lite/data/regions/DO.js +1 -0
  2968. package/install/node_modules/caniuse-lite/data/regions/DZ.js +1 -0
  2969. package/install/node_modules/caniuse-lite/data/regions/EC.js +1 -0
  2970. package/install/node_modules/caniuse-lite/data/regions/EE.js +1 -0
  2971. package/install/node_modules/caniuse-lite/data/regions/EG.js +1 -0
  2972. package/install/node_modules/caniuse-lite/data/regions/ER.js +1 -0
  2973. package/install/node_modules/caniuse-lite/data/regions/ES.js +1 -0
  2974. package/install/node_modules/caniuse-lite/data/regions/ET.js +1 -0
  2975. package/install/node_modules/caniuse-lite/data/regions/FI.js +1 -0
  2976. package/install/node_modules/caniuse-lite/data/regions/FJ.js +1 -0
  2977. package/install/node_modules/caniuse-lite/data/regions/FK.js +1 -0
  2978. package/install/node_modules/caniuse-lite/data/regions/FM.js +1 -0
  2979. package/install/node_modules/caniuse-lite/data/regions/FO.js +1 -0
  2980. package/install/node_modules/caniuse-lite/data/regions/FR.js +1 -0
  2981. package/install/node_modules/caniuse-lite/data/regions/GA.js +1 -0
  2982. package/install/node_modules/caniuse-lite/data/regions/GB.js +1 -0
  2983. package/install/node_modules/caniuse-lite/data/regions/GD.js +1 -0
  2984. package/install/node_modules/caniuse-lite/data/regions/GE.js +1 -0
  2985. package/install/node_modules/caniuse-lite/data/regions/GF.js +1 -0
  2986. package/install/node_modules/caniuse-lite/data/regions/GG.js +1 -0
  2987. package/install/node_modules/caniuse-lite/data/regions/GH.js +1 -0
  2988. package/install/node_modules/caniuse-lite/data/regions/GI.js +1 -0
  2989. package/install/node_modules/caniuse-lite/data/regions/GL.js +1 -0
  2990. package/install/node_modules/caniuse-lite/data/regions/GM.js +1 -0
  2991. package/install/node_modules/caniuse-lite/data/regions/GN.js +1 -0
  2992. package/install/node_modules/caniuse-lite/data/regions/GP.js +1 -0
  2993. package/install/node_modules/caniuse-lite/data/regions/GQ.js +1 -0
  2994. package/install/node_modules/caniuse-lite/data/regions/GR.js +1 -0
  2995. package/install/node_modules/caniuse-lite/data/regions/GT.js +1 -0
  2996. package/install/node_modules/caniuse-lite/data/regions/GU.js +1 -0
  2997. package/install/node_modules/caniuse-lite/data/regions/GW.js +1 -0
  2998. package/install/node_modules/caniuse-lite/data/regions/GY.js +1 -0
  2999. package/install/node_modules/caniuse-lite/data/regions/HK.js +1 -0
  3000. package/install/node_modules/caniuse-lite/data/regions/HN.js +1 -0
  3001. package/install/node_modules/caniuse-lite/data/regions/HR.js +1 -0
  3002. package/install/node_modules/caniuse-lite/data/regions/HT.js +1 -0
  3003. package/install/node_modules/caniuse-lite/data/regions/HU.js +1 -0
  3004. package/install/node_modules/caniuse-lite/data/regions/ID.js +1 -0
  3005. package/install/node_modules/caniuse-lite/data/regions/IE.js +1 -0
  3006. package/install/node_modules/caniuse-lite/data/regions/IL.js +1 -0
  3007. package/install/node_modules/caniuse-lite/data/regions/IM.js +1 -0
  3008. package/install/node_modules/caniuse-lite/data/regions/IN.js +1 -0
  3009. package/install/node_modules/caniuse-lite/data/regions/IQ.js +1 -0
  3010. package/install/node_modules/caniuse-lite/data/regions/IR.js +1 -0
  3011. package/install/node_modules/caniuse-lite/data/regions/IS.js +1 -0
  3012. package/install/node_modules/caniuse-lite/data/regions/IT.js +1 -0
  3013. package/install/node_modules/caniuse-lite/data/regions/JE.js +1 -0
  3014. package/install/node_modules/caniuse-lite/data/regions/JM.js +1 -0
  3015. package/install/node_modules/caniuse-lite/data/regions/JO.js +1 -0
  3016. package/install/node_modules/caniuse-lite/data/regions/JP.js +1 -0
  3017. package/install/node_modules/caniuse-lite/data/regions/KE.js +1 -0
  3018. package/install/node_modules/caniuse-lite/data/regions/KG.js +1 -0
  3019. package/install/node_modules/caniuse-lite/data/regions/KH.js +1 -0
  3020. package/install/node_modules/caniuse-lite/data/regions/KI.js +1 -0
  3021. package/install/node_modules/caniuse-lite/data/regions/KM.js +1 -0
  3022. package/install/node_modules/caniuse-lite/data/regions/KN.js +1 -0
  3023. package/install/node_modules/caniuse-lite/data/regions/KP.js +1 -0
  3024. package/install/node_modules/caniuse-lite/data/regions/KR.js +1 -0
  3025. package/install/node_modules/caniuse-lite/data/regions/KW.js +1 -0
  3026. package/install/node_modules/caniuse-lite/data/regions/KY.js +1 -0
  3027. package/install/node_modules/caniuse-lite/data/regions/KZ.js +1 -0
  3028. package/install/node_modules/caniuse-lite/data/regions/LA.js +1 -0
  3029. package/install/node_modules/caniuse-lite/data/regions/LB.js +1 -0
  3030. package/install/node_modules/caniuse-lite/data/regions/LC.js +1 -0
  3031. package/install/node_modules/caniuse-lite/data/regions/LI.js +1 -0
  3032. package/install/node_modules/caniuse-lite/data/regions/LK.js +1 -0
  3033. package/install/node_modules/caniuse-lite/data/regions/LR.js +1 -0
  3034. package/install/node_modules/caniuse-lite/data/regions/LS.js +1 -0
  3035. package/install/node_modules/caniuse-lite/data/regions/LT.js +1 -0
  3036. package/install/node_modules/caniuse-lite/data/regions/LU.js +1 -0
  3037. package/install/node_modules/caniuse-lite/data/regions/LV.js +1 -0
  3038. package/install/node_modules/caniuse-lite/data/regions/LY.js +1 -0
  3039. package/install/node_modules/caniuse-lite/data/regions/MA.js +1 -0
  3040. package/install/node_modules/caniuse-lite/data/regions/MC.js +1 -0
  3041. package/install/node_modules/caniuse-lite/data/regions/MD.js +1 -0
  3042. package/install/node_modules/caniuse-lite/data/regions/ME.js +1 -0
  3043. package/install/node_modules/caniuse-lite/data/regions/MG.js +1 -0
  3044. package/install/node_modules/caniuse-lite/data/regions/MH.js +1 -0
  3045. package/install/node_modules/caniuse-lite/data/regions/MK.js +1 -0
  3046. package/install/node_modules/caniuse-lite/data/regions/ML.js +1 -0
  3047. package/install/node_modules/caniuse-lite/data/regions/MM.js +1 -0
  3048. package/install/node_modules/caniuse-lite/data/regions/MN.js +1 -0
  3049. package/install/node_modules/caniuse-lite/data/regions/MO.js +1 -0
  3050. package/install/node_modules/caniuse-lite/data/regions/MP.js +1 -0
  3051. package/install/node_modules/caniuse-lite/data/regions/MQ.js +1 -0
  3052. package/install/node_modules/caniuse-lite/data/regions/MR.js +1 -0
  3053. package/install/node_modules/caniuse-lite/data/regions/MS.js +1 -0
  3054. package/install/node_modules/caniuse-lite/data/regions/MT.js +1 -0
  3055. package/install/node_modules/caniuse-lite/data/regions/MU.js +1 -0
  3056. package/install/node_modules/caniuse-lite/data/regions/MV.js +1 -0
  3057. package/install/node_modules/caniuse-lite/data/regions/MW.js +1 -0
  3058. package/install/node_modules/caniuse-lite/data/regions/MX.js +1 -0
  3059. package/install/node_modules/caniuse-lite/data/regions/MY.js +1 -0
  3060. package/install/node_modules/caniuse-lite/data/regions/MZ.js +1 -0
  3061. package/install/node_modules/caniuse-lite/data/regions/NA.js +1 -0
  3062. package/install/node_modules/caniuse-lite/data/regions/NC.js +1 -0
  3063. package/install/node_modules/caniuse-lite/data/regions/NE.js +1 -0
  3064. package/install/node_modules/caniuse-lite/data/regions/NF.js +1 -0
  3065. package/install/node_modules/caniuse-lite/data/regions/NG.js +1 -0
  3066. package/install/node_modules/caniuse-lite/data/regions/NI.js +1 -0
  3067. package/install/node_modules/caniuse-lite/data/regions/NL.js +1 -0
  3068. package/install/node_modules/caniuse-lite/data/regions/NO.js +1 -0
  3069. package/install/node_modules/caniuse-lite/data/regions/NP.js +1 -0
  3070. package/install/node_modules/caniuse-lite/data/regions/NR.js +1 -0
  3071. package/install/node_modules/caniuse-lite/data/regions/NU.js +1 -0
  3072. package/install/node_modules/caniuse-lite/data/regions/NZ.js +1 -0
  3073. package/install/node_modules/caniuse-lite/data/regions/OM.js +1 -0
  3074. package/install/node_modules/caniuse-lite/data/regions/PA.js +1 -0
  3075. package/install/node_modules/caniuse-lite/data/regions/PE.js +1 -0
  3076. package/install/node_modules/caniuse-lite/data/regions/PF.js +1 -0
  3077. package/install/node_modules/caniuse-lite/data/regions/PG.js +1 -0
  3078. package/install/node_modules/caniuse-lite/data/regions/PH.js +1 -0
  3079. package/install/node_modules/caniuse-lite/data/regions/PK.js +1 -0
  3080. package/install/node_modules/caniuse-lite/data/regions/PL.js +1 -0
  3081. package/install/node_modules/caniuse-lite/data/regions/PM.js +1 -0
  3082. package/install/node_modules/caniuse-lite/data/regions/PN.js +1 -0
  3083. package/install/node_modules/caniuse-lite/data/regions/PR.js +1 -0
  3084. package/install/node_modules/caniuse-lite/data/regions/PS.js +1 -0
  3085. package/install/node_modules/caniuse-lite/data/regions/PT.js +1 -0
  3086. package/install/node_modules/caniuse-lite/data/regions/PW.js +1 -0
  3087. package/install/node_modules/caniuse-lite/data/regions/PY.js +1 -0
  3088. package/install/node_modules/caniuse-lite/data/regions/QA.js +1 -0
  3089. package/install/node_modules/caniuse-lite/data/regions/RE.js +1 -0
  3090. package/install/node_modules/caniuse-lite/data/regions/RO.js +1 -0
  3091. package/install/node_modules/caniuse-lite/data/regions/RS.js +1 -0
  3092. package/install/node_modules/caniuse-lite/data/regions/RU.js +1 -0
  3093. package/install/node_modules/caniuse-lite/data/regions/RW.js +1 -0
  3094. package/install/node_modules/caniuse-lite/data/regions/SA.js +1 -0
  3095. package/install/node_modules/caniuse-lite/data/regions/SB.js +1 -0
  3096. package/install/node_modules/caniuse-lite/data/regions/SC.js +1 -0
  3097. package/install/node_modules/caniuse-lite/data/regions/SD.js +1 -0
  3098. package/install/node_modules/caniuse-lite/data/regions/SE.js +1 -0
  3099. package/install/node_modules/caniuse-lite/data/regions/SG.js +1 -0
  3100. package/install/node_modules/caniuse-lite/data/regions/SH.js +1 -0
  3101. package/install/node_modules/caniuse-lite/data/regions/SI.js +1 -0
  3102. package/install/node_modules/caniuse-lite/data/regions/SK.js +1 -0
  3103. package/install/node_modules/caniuse-lite/data/regions/SL.js +1 -0
  3104. package/install/node_modules/caniuse-lite/data/regions/SM.js +1 -0
  3105. package/install/node_modules/caniuse-lite/data/regions/SN.js +1 -0
  3106. package/install/node_modules/caniuse-lite/data/regions/SO.js +1 -0
  3107. package/install/node_modules/caniuse-lite/data/regions/SR.js +1 -0
  3108. package/install/node_modules/caniuse-lite/data/regions/ST.js +1 -0
  3109. package/install/node_modules/caniuse-lite/data/regions/SV.js +1 -0
  3110. package/install/node_modules/caniuse-lite/data/regions/SY.js +1 -0
  3111. package/install/node_modules/caniuse-lite/data/regions/SZ.js +1 -0
  3112. package/install/node_modules/caniuse-lite/data/regions/TC.js +1 -0
  3113. package/install/node_modules/caniuse-lite/data/regions/TD.js +1 -0
  3114. package/install/node_modules/caniuse-lite/data/regions/TG.js +1 -0
  3115. package/install/node_modules/caniuse-lite/data/regions/TH.js +1 -0
  3116. package/install/node_modules/caniuse-lite/data/regions/TJ.js +1 -0
  3117. package/install/node_modules/caniuse-lite/data/regions/TL.js +1 -0
  3118. package/install/node_modules/caniuse-lite/data/regions/TM.js +1 -0
  3119. package/install/node_modules/caniuse-lite/data/regions/TN.js +1 -0
  3120. package/install/node_modules/caniuse-lite/data/regions/TO.js +1 -0
  3121. package/install/node_modules/caniuse-lite/data/regions/TR.js +1 -0
  3122. package/install/node_modules/caniuse-lite/data/regions/TT.js +1 -0
  3123. package/install/node_modules/caniuse-lite/data/regions/TV.js +1 -0
  3124. package/install/node_modules/caniuse-lite/data/regions/TW.js +1 -0
  3125. package/install/node_modules/caniuse-lite/data/regions/TZ.js +1 -0
  3126. package/install/node_modules/caniuse-lite/data/regions/UA.js +1 -0
  3127. package/install/node_modules/caniuse-lite/data/regions/UG.js +1 -0
  3128. package/install/node_modules/caniuse-lite/data/regions/US.js +1 -0
  3129. package/install/node_modules/caniuse-lite/data/regions/UY.js +1 -0
  3130. package/install/node_modules/caniuse-lite/data/regions/UZ.js +1 -0
  3131. package/install/node_modules/caniuse-lite/data/regions/VA.js +1 -0
  3132. package/install/node_modules/caniuse-lite/data/regions/VC.js +1 -0
  3133. package/install/node_modules/caniuse-lite/data/regions/VE.js +1 -0
  3134. package/install/node_modules/caniuse-lite/data/regions/VG.js +1 -0
  3135. package/install/node_modules/caniuse-lite/data/regions/VI.js +1 -0
  3136. package/install/node_modules/caniuse-lite/data/regions/VN.js +1 -0
  3137. package/install/node_modules/caniuse-lite/data/regions/VU.js +1 -0
  3138. package/install/node_modules/caniuse-lite/data/regions/WF.js +1 -0
  3139. package/install/node_modules/caniuse-lite/data/regions/WS.js +1 -0
  3140. package/install/node_modules/caniuse-lite/data/regions/YE.js +1 -0
  3141. package/install/node_modules/caniuse-lite/data/regions/YT.js +1 -0
  3142. package/install/node_modules/caniuse-lite/data/regions/ZA.js +1 -0
  3143. package/install/node_modules/caniuse-lite/data/regions/ZM.js +1 -0
  3144. package/install/node_modules/caniuse-lite/data/regions/ZW.js +1 -0
  3145. package/install/node_modules/caniuse-lite/data/regions/alt-af.js +1 -0
  3146. package/install/node_modules/caniuse-lite/data/regions/alt-an.js +1 -0
  3147. package/install/node_modules/caniuse-lite/data/regions/alt-as.js +1 -0
  3148. package/install/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -0
  3149. package/install/node_modules/caniuse-lite/data/regions/alt-na.js +1 -0
  3150. package/install/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -0
  3151. package/install/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -0
  3152. package/install/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -0
  3153. package/install/node_modules/caniuse-lite/package.json +34 -0
  3154. package/install/node_modules/chalk/index.d.ts +415 -0
  3155. package/install/node_modules/chalk/license +9 -0
  3156. package/install/node_modules/chalk/package.json +68 -0
  3157. package/install/node_modules/chalk/readme.md +341 -0
  3158. package/install/node_modules/chalk/source/index.js +229 -0
  3159. package/install/node_modules/chalk/source/templates.js +134 -0
  3160. package/install/node_modules/chalk/source/util.js +39 -0
  3161. package/install/node_modules/char-regex/LICENSE +21 -0
  3162. package/install/node_modules/char-regex/README.md +27 -0
  3163. package/install/node_modules/char-regex/index.d.ts +13 -0
  3164. package/install/node_modules/char-regex/index.js +39 -0
  3165. package/install/node_modules/char-regex/package.json +44 -0
  3166. package/install/node_modules/chardet/LICENSE +19 -0
  3167. package/install/node_modules/chardet/README.md +121 -0
  3168. package/install/node_modules/chardet/lib/encoding/ascii.d.ts +6 -0
  3169. package/install/node_modules/chardet/lib/encoding/ascii.js +23 -0
  3170. package/install/node_modules/chardet/lib/encoding/ascii.js.map +1 -0
  3171. package/install/node_modules/chardet/lib/encoding/index.d.ts +14 -0
  3172. package/install/node_modules/chardet/lib/encoding/index.js +3 -0
  3173. package/install/node_modules/chardet/lib/encoding/index.js.map +1 -0
  3174. package/install/node_modules/chardet/lib/encoding/iso2022.d.ts +23 -0
  3175. package/install/node_modules/chardet/lib/encoding/iso2022.js +114 -0
  3176. package/install/node_modules/chardet/lib/encoding/iso2022.js.map +1 -0
  3177. package/install/node_modules/chardet/lib/encoding/mbcs.d.ts +50 -0
  3178. package/install/node_modules/chardet/lib/encoding/mbcs.js +347 -0
  3179. package/install/node_modules/chardet/lib/encoding/mbcs.js.map +1 -0
  3180. package/install/node_modules/chardet/lib/encoding/sbcs.d.ts +75 -0
  3181. package/install/node_modules/chardet/lib/encoding/sbcs.js +764 -0
  3182. package/install/node_modules/chardet/lib/encoding/sbcs.js.map +1 -0
  3183. package/install/node_modules/chardet/lib/encoding/unicode.d.ts +27 -0
  3184. package/install/node_modules/chardet/lib/encoding/unicode.js +109 -0
  3185. package/install/node_modules/chardet/lib/encoding/unicode.js.map +1 -0
  3186. package/install/node_modules/chardet/lib/encoding/utf8.d.ts +6 -0
  3187. package/install/node_modules/chardet/lib/encoding/utf8.js +72 -0
  3188. package/install/node_modules/chardet/lib/encoding/utf8.js.map +1 -0
  3189. package/install/node_modules/chardet/lib/fs/browser.d.ts +2 -0
  3190. package/install/node_modules/chardet/lib/fs/browser.js +6 -0
  3191. package/install/node_modules/chardet/lib/fs/browser.js.map +1 -0
  3192. package/install/node_modules/chardet/lib/fs/node.d.ts +2 -0
  3193. package/install/node_modules/chardet/lib/fs/node.js +11 -0
  3194. package/install/node_modules/chardet/lib/fs/node.js.map +1 -0
  3195. package/install/node_modules/chardet/lib/index.d.ts +20 -0
  3196. package/install/node_modules/chardet/lib/index.js +174 -0
  3197. package/install/node_modules/chardet/lib/index.js.map +1 -0
  3198. package/install/node_modules/chardet/lib/match.d.ts +9 -0
  3199. package/install/node_modules/chardet/lib/match.js +8 -0
  3200. package/install/node_modules/chardet/lib/match.js.map +1 -0
  3201. package/install/node_modules/chardet/lib/utils.d.ts +1 -0
  3202. package/install/node_modules/chardet/lib/utils.js +10 -0
  3203. package/install/node_modules/chardet/lib/utils.js.map +1 -0
  3204. package/install/node_modules/chardet/package.json +96 -0
  3205. package/install/node_modules/ci-info/CHANGELOG.md +178 -0
  3206. package/install/node_modules/ci-info/LICENSE +21 -0
  3207. package/install/node_modules/ci-info/README.md +135 -0
  3208. package/install/node_modules/ci-info/index.d.ts +75 -0
  3209. package/install/node_modules/ci-info/index.js +90 -0
  3210. package/install/node_modules/ci-info/package.json +45 -0
  3211. package/install/node_modules/ci-info/vendors.json +321 -0
  3212. package/install/node_modules/cjs-module-lexer/LICENSE +10 -0
  3213. package/install/node_modules/cjs-module-lexer/README.md +462 -0
  3214. package/install/node_modules/cjs-module-lexer/lexer.d.ts +8 -0
  3215. package/install/node_modules/cjs-module-lexer/lexer.js +1443 -0
  3216. package/install/node_modules/cjs-module-lexer/package.json +48 -0
  3217. package/install/node_modules/cli-cursor/index.d.ts +45 -0
  3218. package/install/node_modules/cli-cursor/index.js +35 -0
  3219. package/install/node_modules/cli-cursor/license +9 -0
  3220. package/install/node_modules/cli-cursor/package.json +46 -0
  3221. package/install/node_modules/cli-cursor/readme.md +55 -0
  3222. package/install/node_modules/cli-spinners/index.d.ts +128 -0
  3223. package/install/node_modules/cli-spinners/index.js +15 -0
  3224. package/install/node_modules/cli-spinners/license +9 -0
  3225. package/install/node_modules/cli-spinners/package.json +50 -0
  3226. package/install/node_modules/cli-spinners/readme.md +54 -0
  3227. package/install/node_modules/cli-spinners/spinners.json +1622 -0
  3228. package/install/node_modules/cli-width/.nyc_output/00ef1b3d-3687-482b-8d03-de2f76b58f54.json +1 -0
  3229. package/install/node_modules/cli-width/.nyc_output/processinfo/00ef1b3d-3687-482b-8d03-de2f76b58f54.json +1 -0
  3230. package/install/node_modules/cli-width/.nyc_output/processinfo/index.json +1 -0
  3231. package/install/node_modules/cli-width/.travis.yml +7 -0
  3232. package/install/node_modules/cli-width/CHANGELOG.md +37 -0
  3233. package/install/node_modules/cli-width/LICENSE +13 -0
  3234. package/install/node_modules/cli-width/README.md +72 -0
  3235. package/install/node_modules/cli-width/index.js +49 -0
  3236. package/install/node_modules/cli-width/package.json +32 -0
  3237. package/install/node_modules/cliui/CHANGELOG.md +139 -0
  3238. package/install/node_modules/cliui/LICENSE.txt +14 -0
  3239. package/install/node_modules/cliui/README.md +141 -0
  3240. package/install/node_modules/cliui/index.mjs +13 -0
  3241. package/install/node_modules/cliui/node_modules/wrap-ansi/index.js +216 -0
  3242. package/install/node_modules/cliui/node_modules/wrap-ansi/license +9 -0
  3243. package/install/node_modules/cliui/node_modules/wrap-ansi/package.json +62 -0
  3244. package/install/node_modules/cliui/node_modules/wrap-ansi/readme.md +91 -0
  3245. package/install/node_modules/cliui/package.json +83 -0
  3246. package/install/node_modules/clone/LICENSE +18 -0
  3247. package/install/node_modules/clone/README.md +126 -0
  3248. package/install/node_modules/clone/clone.iml +10 -0
  3249. package/install/node_modules/clone/clone.js +166 -0
  3250. package/install/node_modules/clone/package.json +51 -0
  3251. package/install/node_modules/co/History.md +172 -0
  3252. package/install/node_modules/co/LICENSE +22 -0
  3253. package/install/node_modules/co/Readme.md +212 -0
  3254. package/install/node_modules/co/index.js +237 -0
  3255. package/install/node_modules/co/package.json +34 -0
  3256. package/install/node_modules/collect-v8-coverage/CHANGELOG.md +25 -0
  3257. package/install/node_modules/collect-v8-coverage/LICENSE +22 -0
  3258. package/install/node_modules/collect-v8-coverage/README.md +15 -0
  3259. package/install/node_modules/collect-v8-coverage/index.d.ts +7 -0
  3260. package/install/node_modules/collect-v8-coverage/index.js +56 -0
  3261. package/install/node_modules/collect-v8-coverage/package.json +49 -0
  3262. package/install/node_modules/color-convert/CHANGELOG.md +54 -0
  3263. package/install/node_modules/color-convert/LICENSE +21 -0
  3264. package/install/node_modules/color-convert/README.md +68 -0
  3265. package/install/node_modules/color-convert/conversions.js +839 -0
  3266. package/install/node_modules/color-convert/index.js +81 -0
  3267. package/install/node_modules/color-convert/package.json +48 -0
  3268. package/install/node_modules/color-convert/route.js +97 -0
  3269. package/install/node_modules/color-name/LICENSE +8 -0
  3270. package/install/node_modules/color-name/README.md +11 -0
  3271. package/install/node_modules/color-name/index.js +152 -0
  3272. package/install/node_modules/color-name/package.json +28 -0
  3273. package/install/node_modules/commander/LICENSE +22 -0
  3274. package/install/node_modules/commander/Readme.md +1148 -0
  3275. package/install/node_modules/commander/esm.mjs +16 -0
  3276. package/install/node_modules/commander/index.js +26 -0
  3277. package/install/node_modules/commander/lib/argument.js +145 -0
  3278. package/install/node_modules/commander/lib/command.js +2179 -0
  3279. package/install/node_modules/commander/lib/error.js +43 -0
  3280. package/install/node_modules/commander/lib/help.js +462 -0
  3281. package/install/node_modules/commander/lib/option.js +329 -0
  3282. package/install/node_modules/commander/lib/suggestSimilar.js +100 -0
  3283. package/install/node_modules/commander/package-support.json +16 -0
  3284. package/install/node_modules/commander/package.json +80 -0
  3285. package/install/node_modules/commander/typings/esm.d.mts +3 -0
  3286. package/install/node_modules/commander/typings/index.d.ts +884 -0
  3287. package/install/node_modules/concat-map/.travis.yml +4 -0
  3288. package/install/node_modules/concat-map/LICENSE +18 -0
  3289. package/install/node_modules/concat-map/README.markdown +62 -0
  3290. package/install/node_modules/concat-map/example/map.js +6 -0
  3291. package/install/node_modules/concat-map/index.js +13 -0
  3292. package/install/node_modules/concat-map/package.json +43 -0
  3293. package/install/node_modules/concat-map/test/map.js +39 -0
  3294. package/install/node_modules/convert-source-map/LICENSE +23 -0
  3295. package/install/node_modules/convert-source-map/README.md +206 -0
  3296. package/install/node_modules/convert-source-map/index.js +233 -0
  3297. package/install/node_modules/convert-source-map/package.json +38 -0
  3298. package/install/node_modules/create-jest/LICENSE +21 -0
  3299. package/install/node_modules/create-jest/README.md +11 -0
  3300. package/install/node_modules/create-jest/bin/create-jest.js +8 -0
  3301. package/install/node_modules/create-jest/package.json +43 -0
  3302. package/install/node_modules/cross-spawn/LICENSE +21 -0
  3303. package/install/node_modules/cross-spawn/README.md +89 -0
  3304. package/install/node_modules/cross-spawn/index.js +39 -0
  3305. package/install/node_modules/cross-spawn/lib/enoent.js +59 -0
  3306. package/install/node_modules/cross-spawn/lib/parse.js +91 -0
  3307. package/install/node_modules/cross-spawn/lib/util/escape.js +47 -0
  3308. package/install/node_modules/cross-spawn/lib/util/readShebang.js +23 -0
  3309. package/install/node_modules/cross-spawn/lib/util/resolveCommand.js +52 -0
  3310. package/install/node_modules/cross-spawn/package.json +73 -0
  3311. package/install/node_modules/debug/LICENSE +20 -0
  3312. package/install/node_modules/debug/README.md +481 -0
  3313. package/install/node_modules/debug/package.json +64 -0
  3314. package/install/node_modules/debug/src/browser.js +272 -0
  3315. package/install/node_modules/debug/src/common.js +292 -0
  3316. package/install/node_modules/debug/src/index.js +10 -0
  3317. package/install/node_modules/debug/src/node.js +263 -0
  3318. package/install/node_modules/dedent/LICENSE.md +20 -0
  3319. package/install/node_modules/dedent/README.md +244 -0
  3320. package/install/node_modules/dedent/macro.js +32 -0
  3321. package/install/node_modules/dedent/package.json +120 -0
  3322. package/install/node_modules/deepmerge/.editorconfig +7 -0
  3323. package/install/node_modules/deepmerge/.eslintcache +1 -0
  3324. package/install/node_modules/deepmerge/changelog.md +167 -0
  3325. package/install/node_modules/deepmerge/index.d.ts +20 -0
  3326. package/install/node_modules/deepmerge/index.js +106 -0
  3327. package/install/node_modules/deepmerge/license.txt +21 -0
  3328. package/install/node_modules/deepmerge/package.json +42 -0
  3329. package/install/node_modules/deepmerge/readme.md +264 -0
  3330. package/install/node_modules/deepmerge/rollup.config.js +22 -0
  3331. package/install/node_modules/defaults/LICENSE +22 -0
  3332. package/install/node_modules/defaults/README.md +39 -0
  3333. package/install/node_modules/defaults/index.js +13 -0
  3334. package/install/node_modules/defaults/package.json +33 -0
  3335. package/install/node_modules/defaults/test.js +34 -0
  3336. package/install/node_modules/detect-newline/index.d.ts +26 -0
  3337. package/install/node_modules/detect-newline/index.js +21 -0
  3338. package/install/node_modules/detect-newline/license +9 -0
  3339. package/install/node_modules/detect-newline/package.json +39 -0
  3340. package/install/node_modules/detect-newline/readme.md +42 -0
  3341. package/install/node_modules/diff-sequences/LICENSE +21 -0
  3342. package/install/node_modules/diff-sequences/README.md +404 -0
  3343. package/install/node_modules/diff-sequences/package.json +39 -0
  3344. package/install/node_modules/electron-to-chromium/LICENSE +5 -0
  3345. package/install/node_modules/electron-to-chromium/README.md +186 -0
  3346. package/install/node_modules/electron-to-chromium/chromium-versions.js +85 -0
  3347. package/install/node_modules/electron-to-chromium/chromium-versions.json +1 -0
  3348. package/install/node_modules/electron-to-chromium/full-chromium-versions.js +2667 -0
  3349. package/install/node_modules/electron-to-chromium/full-chromium-versions.json +1 -0
  3350. package/install/node_modules/electron-to-chromium/full-versions.js +1703 -0
  3351. package/install/node_modules/electron-to-chromium/full-versions.json +1 -0
  3352. package/install/node_modules/electron-to-chromium/index.js +36 -0
  3353. package/install/node_modules/electron-to-chromium/package.json +44 -0
  3354. package/install/node_modules/electron-to-chromium/versions.js +230 -0
  3355. package/install/node_modules/electron-to-chromium/versions.json +1 -0
  3356. package/install/node_modules/emittery/index.d.ts +606 -0
  3357. package/install/node_modules/emittery/index.js +531 -0
  3358. package/install/node_modules/emittery/license +9 -0
  3359. package/install/node_modules/emittery/maps.js +9 -0
  3360. package/install/node_modules/emittery/package.json +67 -0
  3361. package/install/node_modules/emittery/readme.md +569 -0
  3362. package/install/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  3363. package/install/node_modules/emoji-regex/README.md +73 -0
  3364. package/install/node_modules/emoji-regex/es2015/index.js +6 -0
  3365. package/install/node_modules/emoji-regex/es2015/text.js +6 -0
  3366. package/install/node_modules/emoji-regex/index.d.ts +23 -0
  3367. package/install/node_modules/emoji-regex/index.js +6 -0
  3368. package/install/node_modules/emoji-regex/package.json +50 -0
  3369. package/install/node_modules/emoji-regex/text.js +6 -0
  3370. package/install/node_modules/error-ex/LICENSE +21 -0
  3371. package/install/node_modules/error-ex/README.md +144 -0
  3372. package/install/node_modules/error-ex/index.js +141 -0
  3373. package/install/node_modules/error-ex/package.json +46 -0
  3374. package/install/node_modules/escalade/index.d.mts +11 -0
  3375. package/install/node_modules/escalade/index.d.ts +15 -0
  3376. package/install/node_modules/escalade/license +9 -0
  3377. package/install/node_modules/escalade/package.json +74 -0
  3378. package/install/node_modules/escalade/readme.md +211 -0
  3379. package/install/node_modules/escalade/sync/index.d.mts +9 -0
  3380. package/install/node_modules/escalade/sync/index.d.ts +13 -0
  3381. package/install/node_modules/escalade/sync/index.js +18 -0
  3382. package/install/node_modules/escalade/sync/index.mjs +18 -0
  3383. package/install/node_modules/escape-string-regexp/index.js +11 -0
  3384. package/install/node_modules/escape-string-regexp/license +21 -0
  3385. package/install/node_modules/escape-string-regexp/package.json +41 -0
  3386. package/install/node_modules/escape-string-regexp/readme.md +27 -0
  3387. package/install/node_modules/esprima/ChangeLog +235 -0
  3388. package/install/node_modules/esprima/LICENSE.BSD +21 -0
  3389. package/install/node_modules/esprima/README.md +46 -0
  3390. package/install/node_modules/esprima/bin/esparse.js +139 -0
  3391. package/install/node_modules/esprima/bin/esvalidate.js +236 -0
  3392. package/install/node_modules/esprima/package.json +112 -0
  3393. package/install/node_modules/execa/index.d.ts +564 -0
  3394. package/install/node_modules/execa/index.js +268 -0
  3395. package/install/node_modules/execa/lib/command.js +52 -0
  3396. package/install/node_modules/execa/lib/error.js +88 -0
  3397. package/install/node_modules/execa/lib/kill.js +115 -0
  3398. package/install/node_modules/execa/lib/promise.js +46 -0
  3399. package/install/node_modules/execa/lib/stdio.js +52 -0
  3400. package/install/node_modules/execa/lib/stream.js +97 -0
  3401. package/install/node_modules/execa/license +9 -0
  3402. package/install/node_modules/execa/package.json +74 -0
  3403. package/install/node_modules/execa/readme.md +663 -0
  3404. package/install/node_modules/exit/.jshintrc +14 -0
  3405. package/install/node_modules/exit/.travis.yml +6 -0
  3406. package/install/node_modules/exit/Gruntfile.js +48 -0
  3407. package/install/node_modules/exit/LICENSE-MIT +22 -0
  3408. package/install/node_modules/exit/README.md +75 -0
  3409. package/install/node_modules/exit/lib/exit.js +41 -0
  3410. package/install/node_modules/exit/package.json +47 -0
  3411. package/install/node_modules/exit/test/exit_test.js +121 -0
  3412. package/install/node_modules/exit/test/fixtures/10-stderr.txt +10 -0
  3413. package/install/node_modules/exit/test/fixtures/10-stdout-stderr.txt +20 -0
  3414. package/install/node_modules/exit/test/fixtures/10-stdout.txt +10 -0
  3415. package/install/node_modules/exit/test/fixtures/100-stderr.txt +100 -0
  3416. package/install/node_modules/exit/test/fixtures/100-stdout-stderr.txt +200 -0
  3417. package/install/node_modules/exit/test/fixtures/100-stdout.txt +100 -0
  3418. package/install/node_modules/exit/test/fixtures/1000-stderr.txt +1000 -0
  3419. package/install/node_modules/exit/test/fixtures/1000-stdout-stderr.txt +2000 -0
  3420. package/install/node_modules/exit/test/fixtures/1000-stdout.txt +1000 -0
  3421. package/install/node_modules/exit/test/fixtures/create-files.sh +8 -0
  3422. package/install/node_modules/exit/test/fixtures/log-broken.js +23 -0
  3423. package/install/node_modules/exit/test/fixtures/log.js +25 -0
  3424. package/install/node_modules/expect/LICENSE +21 -0
  3425. package/install/node_modules/expect/README.md +3 -0
  3426. package/install/node_modules/expect/package.json +43 -0
  3427. package/install/node_modules/fast-json-stable-stringify/.eslintrc.yml +26 -0
  3428. package/install/node_modules/fast-json-stable-stringify/.github/FUNDING.yml +1 -0
  3429. package/install/node_modules/fast-json-stable-stringify/.travis.yml +8 -0
  3430. package/install/node_modules/fast-json-stable-stringify/LICENSE +21 -0
  3431. package/install/node_modules/fast-json-stable-stringify/README.md +131 -0
  3432. package/install/node_modules/fast-json-stable-stringify/benchmark/index.js +31 -0
  3433. package/install/node_modules/fast-json-stable-stringify/benchmark/test.json +137 -0
  3434. package/install/node_modules/fast-json-stable-stringify/example/key_cmp.js +7 -0
  3435. package/install/node_modules/fast-json-stable-stringify/example/nested.js +3 -0
  3436. package/install/node_modules/fast-json-stable-stringify/example/str.js +3 -0
  3437. package/install/node_modules/fast-json-stable-stringify/example/value_cmp.js +7 -0
  3438. package/install/node_modules/fast-json-stable-stringify/index.d.ts +4 -0
  3439. package/install/node_modules/fast-json-stable-stringify/index.js +59 -0
  3440. package/install/node_modules/fast-json-stable-stringify/package.json +52 -0
  3441. package/install/node_modules/fast-json-stable-stringify/test/cmp.js +13 -0
  3442. package/install/node_modules/fast-json-stable-stringify/test/nested.js +44 -0
  3443. package/install/node_modules/fast-json-stable-stringify/test/str.js +46 -0
  3444. package/install/node_modules/fast-json-stable-stringify/test/to-json.js +22 -0
  3445. package/install/node_modules/fb-watchman/README.md +34 -0
  3446. package/install/node_modules/fb-watchman/index.js +327 -0
  3447. package/install/node_modules/fb-watchman/package.json +35 -0
  3448. package/install/node_modules/figures/index.d.ts +96 -0
  3449. package/install/node_modules/figures/index.js +151 -0
  3450. package/install/node_modules/figures/license +9 -0
  3451. package/install/node_modules/figures/package.json +45 -0
  3452. package/install/node_modules/figures/readme.md +139 -0
  3453. package/install/node_modules/fill-range/LICENSE +21 -0
  3454. package/install/node_modules/fill-range/README.md +237 -0
  3455. package/install/node_modules/fill-range/index.js +248 -0
  3456. package/install/node_modules/fill-range/package.json +74 -0
  3457. package/install/node_modules/find-up/index.d.ts +137 -0
  3458. package/install/node_modules/find-up/index.js +89 -0
  3459. package/install/node_modules/find-up/license +9 -0
  3460. package/install/node_modules/find-up/package.json +53 -0
  3461. package/install/node_modules/find-up/readme.md +156 -0
  3462. package/install/node_modules/fs-extra/LICENSE +15 -0
  3463. package/install/node_modules/fs-extra/README.md +294 -0
  3464. package/install/node_modules/fs-extra/lib/copy/copy-sync.js +176 -0
  3465. package/install/node_modules/fs-extra/lib/copy/copy.js +180 -0
  3466. package/install/node_modules/fs-extra/lib/copy/index.js +7 -0
  3467. package/install/node_modules/fs-extra/lib/empty/index.js +39 -0
  3468. package/install/node_modules/fs-extra/lib/ensure/file.js +66 -0
  3469. package/install/node_modules/fs-extra/lib/ensure/index.js +23 -0
  3470. package/install/node_modules/fs-extra/lib/ensure/link.js +64 -0
  3471. package/install/node_modules/fs-extra/lib/ensure/symlink-paths.js +101 -0
  3472. package/install/node_modules/fs-extra/lib/ensure/symlink-type.js +34 -0
  3473. package/install/node_modules/fs-extra/lib/ensure/symlink.js +67 -0
  3474. package/install/node_modules/fs-extra/lib/esm.mjs +68 -0
  3475. package/install/node_modules/fs-extra/lib/fs/index.js +146 -0
  3476. package/install/node_modules/fs-extra/lib/index.js +16 -0
  3477. package/install/node_modules/fs-extra/lib/json/index.js +16 -0
  3478. package/install/node_modules/fs-extra/lib/json/jsonfile.js +11 -0
  3479. package/install/node_modules/fs-extra/lib/json/output-json-sync.js +12 -0
  3480. package/install/node_modules/fs-extra/lib/json/output-json.js +12 -0
  3481. package/install/node_modules/fs-extra/lib/mkdirs/index.js +14 -0
  3482. package/install/node_modules/fs-extra/lib/mkdirs/make-dir.js +27 -0
  3483. package/install/node_modules/fs-extra/lib/mkdirs/utils.js +21 -0
  3484. package/install/node_modules/fs-extra/lib/move/index.js +7 -0
  3485. package/install/node_modules/fs-extra/lib/move/move-sync.js +55 -0
  3486. package/install/node_modules/fs-extra/lib/move/move.js +59 -0
  3487. package/install/node_modules/fs-extra/lib/output-file/index.js +31 -0
  3488. package/install/node_modules/fs-extra/lib/path-exists/index.js +12 -0
  3489. package/install/node_modules/fs-extra/lib/remove/index.js +17 -0
  3490. package/install/node_modules/fs-extra/lib/util/async.js +29 -0
  3491. package/install/node_modules/fs-extra/lib/util/stat.js +159 -0
  3492. package/install/node_modules/fs-extra/lib/util/utimes.js +36 -0
  3493. package/install/node_modules/fs-extra/package.json +71 -0
  3494. package/install/node_modules/fs.realpath/LICENSE +43 -0
  3495. package/install/node_modules/fs.realpath/README.md +33 -0
  3496. package/install/node_modules/fs.realpath/index.js +66 -0
  3497. package/install/node_modules/fs.realpath/old.js +303 -0
  3498. package/install/node_modules/fs.realpath/package.json +26 -0
  3499. package/install/node_modules/function-bind/.eslintrc +21 -0
  3500. package/install/node_modules/function-bind/.github/FUNDING.yml +12 -0
  3501. package/install/node_modules/function-bind/.github/SECURITY.md +3 -0
  3502. package/install/node_modules/function-bind/.nycrc +13 -0
  3503. package/install/node_modules/function-bind/CHANGELOG.md +136 -0
  3504. package/install/node_modules/function-bind/LICENSE +20 -0
  3505. package/install/node_modules/function-bind/README.md +46 -0
  3506. package/install/node_modules/function-bind/implementation.js +84 -0
  3507. package/install/node_modules/function-bind/index.js +5 -0
  3508. package/install/node_modules/function-bind/package.json +87 -0
  3509. package/install/node_modules/function-bind/test/.eslintrc +9 -0
  3510. package/install/node_modules/function-bind/test/index.js +252 -0
  3511. package/install/node_modules/gensync/LICENSE +7 -0
  3512. package/install/node_modules/gensync/README.md +196 -0
  3513. package/install/node_modules/gensync/index.js +373 -0
  3514. package/install/node_modules/gensync/index.js.flow +32 -0
  3515. package/install/node_modules/gensync/package.json +37 -0
  3516. package/install/node_modules/gensync/test/.babelrc +5 -0
  3517. package/install/node_modules/gensync/test/index.test.js +489 -0
  3518. package/install/node_modules/get-caller-file/LICENSE.md +6 -0
  3519. package/install/node_modules/get-caller-file/README.md +41 -0
  3520. package/install/node_modules/get-caller-file/index.d.ts +2 -0
  3521. package/install/node_modules/get-caller-file/index.js +22 -0
  3522. package/install/node_modules/get-caller-file/index.js.map +1 -0
  3523. package/install/node_modules/get-caller-file/package.json +42 -0
  3524. package/install/node_modules/get-package-type/CHANGELOG.md +10 -0
  3525. package/install/node_modules/get-package-type/LICENSE +21 -0
  3526. package/install/node_modules/get-package-type/README.md +32 -0
  3527. package/install/node_modules/get-package-type/async.cjs +52 -0
  3528. package/install/node_modules/get-package-type/cache.cjs +3 -0
  3529. package/install/node_modules/get-package-type/index.cjs +7 -0
  3530. package/install/node_modules/get-package-type/is-node-modules.cjs +15 -0
  3531. package/install/node_modules/get-package-type/package.json +35 -0
  3532. package/install/node_modules/get-package-type/sync.cjs +42 -0
  3533. package/install/node_modules/get-stream/buffer-stream.js +52 -0
  3534. package/install/node_modules/get-stream/index.d.ts +105 -0
  3535. package/install/node_modules/get-stream/index.js +61 -0
  3536. package/install/node_modules/get-stream/license +9 -0
  3537. package/install/node_modules/get-stream/package.json +47 -0
  3538. package/install/node_modules/get-stream/readme.md +124 -0
  3539. package/install/node_modules/glob/LICENSE +21 -0
  3540. package/install/node_modules/glob/README.md +378 -0
  3541. package/install/node_modules/glob/common.js +238 -0
  3542. package/install/node_modules/glob/glob.js +790 -0
  3543. package/install/node_modules/glob/package.json +55 -0
  3544. package/install/node_modules/glob/sync.js +486 -0
  3545. package/install/node_modules/graceful-fs/LICENSE +15 -0
  3546. package/install/node_modules/graceful-fs/README.md +143 -0
  3547. package/install/node_modules/graceful-fs/clone.js +23 -0
  3548. package/install/node_modules/graceful-fs/graceful-fs.js +448 -0
  3549. package/install/node_modules/graceful-fs/legacy-streams.js +118 -0
  3550. package/install/node_modules/graceful-fs/package.json +53 -0
  3551. package/install/node_modules/graceful-fs/polyfills.js +355 -0
  3552. package/install/node_modules/has-flag/index.d.ts +39 -0
  3553. package/install/node_modules/has-flag/index.js +8 -0
  3554. package/install/node_modules/has-flag/license +9 -0
  3555. package/install/node_modules/has-flag/package.json +46 -0
  3556. package/install/node_modules/has-flag/readme.md +89 -0
  3557. package/install/node_modules/hasown/.eslintrc +5 -0
  3558. package/install/node_modules/hasown/.github/FUNDING.yml +12 -0
  3559. package/install/node_modules/hasown/.nycrc +13 -0
  3560. package/install/node_modules/hasown/CHANGELOG.md +40 -0
  3561. package/install/node_modules/hasown/LICENSE +21 -0
  3562. package/install/node_modules/hasown/README.md +40 -0
  3563. package/install/node_modules/hasown/index.d.ts +3 -0
  3564. package/install/node_modules/hasown/index.js +8 -0
  3565. package/install/node_modules/hasown/package.json +92 -0
  3566. package/install/node_modules/hasown/tsconfig.json +6 -0
  3567. package/install/node_modules/html-escaper/LICENSE.txt +19 -0
  3568. package/install/node_modules/html-escaper/README.md +97 -0
  3569. package/install/node_modules/html-escaper/cjs/index.js +65 -0
  3570. package/install/node_modules/html-escaper/cjs/package.json +1 -0
  3571. package/install/node_modules/html-escaper/esm/index.js +62 -0
  3572. package/install/node_modules/html-escaper/index.js +70 -0
  3573. package/install/node_modules/html-escaper/min.js +1 -0
  3574. package/install/node_modules/html-escaper/package.json +42 -0
  3575. package/install/node_modules/html-escaper/test/index.js +23 -0
  3576. package/install/node_modules/html-escaper/test/package.json +1 -0
  3577. package/install/node_modules/human-signals/CHANGELOG.md +11 -0
  3578. package/install/node_modules/human-signals/LICENSE +201 -0
  3579. package/install/node_modules/human-signals/README.md +165 -0
  3580. package/install/node_modules/human-signals/package.json +64 -0
  3581. package/install/node_modules/iconv-lite/LICENSE +21 -0
  3582. package/install/node_modules/iconv-lite/README.md +138 -0
  3583. package/install/node_modules/iconv-lite/encodings/dbcs-codec.js +532 -0
  3584. package/install/node_modules/iconv-lite/encodings/dbcs-data.js +185 -0
  3585. package/install/node_modules/iconv-lite/encodings/index.js +23 -0
  3586. package/install/node_modules/iconv-lite/encodings/internal.js +218 -0
  3587. package/install/node_modules/iconv-lite/encodings/sbcs-codec.js +75 -0
  3588. package/install/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
  3589. package/install/node_modules/iconv-lite/encodings/sbcs-data.js +178 -0
  3590. package/install/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
  3591. package/install/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
  3592. package/install/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
  3593. package/install/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
  3594. package/install/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
  3595. package/install/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
  3596. package/install/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
  3597. package/install/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
  3598. package/install/node_modules/iconv-lite/encodings/utf16.js +187 -0
  3599. package/install/node_modules/iconv-lite/encodings/utf32.js +307 -0
  3600. package/install/node_modules/iconv-lite/encodings/utf7.js +283 -0
  3601. package/install/node_modules/iconv-lite/lib/bom-handling.js +48 -0
  3602. package/install/node_modules/iconv-lite/lib/helpers/merge-exports.js +13 -0
  3603. package/install/node_modules/iconv-lite/lib/index.d.ts +129 -0
  3604. package/install/node_modules/iconv-lite/lib/index.js +182 -0
  3605. package/install/node_modules/iconv-lite/lib/streams.js +105 -0
  3606. package/install/node_modules/iconv-lite/package.json +70 -0
  3607. package/install/node_modules/iconv-lite/types/encodings.d.ts +423 -0
  3608. package/install/node_modules/ieee754/LICENSE +11 -0
  3609. package/install/node_modules/ieee754/README.md +51 -0
  3610. package/install/node_modules/ieee754/index.d.ts +10 -0
  3611. package/install/node_modules/ieee754/index.js +85 -0
  3612. package/install/node_modules/ieee754/package.json +52 -0
  3613. package/install/node_modules/import-local/fixtures/cli.js +7 -0
  3614. package/install/node_modules/import-local/index.d.ts +17 -0
  3615. package/install/node_modules/import-local/index.js +24 -0
  3616. package/install/node_modules/import-local/license +9 -0
  3617. package/install/node_modules/import-local/package.json +54 -0
  3618. package/install/node_modules/import-local/readme.md +25 -0
  3619. package/install/node_modules/imurmurhash/README.md +122 -0
  3620. package/install/node_modules/imurmurhash/imurmurhash.js +138 -0
  3621. package/install/node_modules/imurmurhash/imurmurhash.min.js +12 -0
  3622. package/install/node_modules/imurmurhash/package.json +40 -0
  3623. package/install/node_modules/inflight/LICENSE +15 -0
  3624. package/install/node_modules/inflight/README.md +37 -0
  3625. package/install/node_modules/inflight/inflight.js +54 -0
  3626. package/install/node_modules/inflight/package.json +29 -0
  3627. package/install/node_modules/inherits/LICENSE +16 -0
  3628. package/install/node_modules/inherits/README.md +42 -0
  3629. package/install/node_modules/inherits/inherits.js +9 -0
  3630. package/install/node_modules/inherits/inherits_browser.js +27 -0
  3631. package/install/node_modules/inherits/package.json +29 -0
  3632. package/install/node_modules/inquirer/LICENSE +22 -0
  3633. package/install/node_modules/inquirer/README.md +507 -0
  3634. package/install/node_modules/inquirer/lib/inquirer.js +93 -0
  3635. package/install/node_modules/inquirer/lib/objects/choice.js +37 -0
  3636. package/install/node_modules/inquirer/lib/objects/choices.js +123 -0
  3637. package/install/node_modules/inquirer/lib/objects/separator.js +37 -0
  3638. package/install/node_modules/inquirer/lib/prompts/base.js +180 -0
  3639. package/install/node_modules/inquirer/lib/prompts/checkbox.js +275 -0
  3640. package/install/node_modules/inquirer/lib/prompts/confirm.js +98 -0
  3641. package/install/node_modules/inquirer/lib/prompts/editor.js +100 -0
  3642. package/install/node_modules/inquirer/lib/prompts/expand.js +273 -0
  3643. package/install/node_modules/inquirer/lib/prompts/input.js +110 -0
  3644. package/install/node_modules/inquirer/lib/prompts/list.js +208 -0
  3645. package/install/node_modules/inquirer/lib/prompts/number.js +29 -0
  3646. package/install/node_modules/inquirer/lib/prompts/password.js +127 -0
  3647. package/install/node_modules/inquirer/lib/prompts/rawlist.js +228 -0
  3648. package/install/node_modules/inquirer/lib/ui/baseUI.js +92 -0
  3649. package/install/node_modules/inquirer/lib/ui/bottom-bar.js +96 -0
  3650. package/install/node_modules/inquirer/lib/ui/prompt.js +147 -0
  3651. package/install/node_modules/inquirer/lib/utils/events.js +54 -0
  3652. package/install/node_modules/inquirer/lib/utils/incrementListIndex.js +19 -0
  3653. package/install/node_modules/inquirer/lib/utils/paginator.js +81 -0
  3654. package/install/node_modules/inquirer/lib/utils/readline.js +51 -0
  3655. package/install/node_modules/inquirer/lib/utils/screen-manager.js +176 -0
  3656. package/install/node_modules/inquirer/lib/utils/utils.js +25 -0
  3657. package/install/node_modules/inquirer/package.json +59 -0
  3658. package/install/node_modules/is-arrayish/.editorconfig +18 -0
  3659. package/install/node_modules/is-arrayish/.istanbul.yml +4 -0
  3660. package/install/node_modules/is-arrayish/.travis.yml +17 -0
  3661. package/install/node_modules/is-arrayish/LICENSE +21 -0
  3662. package/install/node_modules/is-arrayish/README.md +16 -0
  3663. package/install/node_modules/is-arrayish/index.js +10 -0
  3664. package/install/node_modules/is-arrayish/package.json +34 -0
  3665. package/install/node_modules/is-core-module/.eslintrc +18 -0
  3666. package/install/node_modules/is-core-module/.nycrc +9 -0
  3667. package/install/node_modules/is-core-module/CHANGELOG.md +218 -0
  3668. package/install/node_modules/is-core-module/LICENSE +20 -0
  3669. package/install/node_modules/is-core-module/README.md +40 -0
  3670. package/install/node_modules/is-core-module/core.json +162 -0
  3671. package/install/node_modules/is-core-module/index.js +69 -0
  3672. package/install/node_modules/is-core-module/package.json +76 -0
  3673. package/install/node_modules/is-core-module/test/index.js +157 -0
  3674. package/install/node_modules/is-fullwidth-code-point/index.d.ts +17 -0
  3675. package/install/node_modules/is-fullwidth-code-point/index.js +50 -0
  3676. package/install/node_modules/is-fullwidth-code-point/license +9 -0
  3677. package/install/node_modules/is-fullwidth-code-point/package.json +42 -0
  3678. package/install/node_modules/is-fullwidth-code-point/readme.md +39 -0
  3679. package/install/node_modules/is-generator-fn/index.d.ts +24 -0
  3680. package/install/node_modules/is-generator-fn/index.js +14 -0
  3681. package/install/node_modules/is-generator-fn/license +9 -0
  3682. package/install/node_modules/is-generator-fn/package.json +38 -0
  3683. package/install/node_modules/is-generator-fn/readme.md +33 -0
  3684. package/install/node_modules/is-interactive/index.d.ts +31 -0
  3685. package/install/node_modules/is-interactive/index.js +9 -0
  3686. package/install/node_modules/is-interactive/license +9 -0
  3687. package/install/node_modules/is-interactive/package.json +38 -0
  3688. package/install/node_modules/is-interactive/readme.md +51 -0
  3689. package/install/node_modules/is-number/LICENSE +21 -0
  3690. package/install/node_modules/is-number/README.md +187 -0
  3691. package/install/node_modules/is-number/index.js +18 -0
  3692. package/install/node_modules/is-number/package.json +82 -0
  3693. package/install/node_modules/is-stream/index.d.ts +79 -0
  3694. package/install/node_modules/is-stream/index.js +28 -0
  3695. package/install/node_modules/is-stream/license +9 -0
  3696. package/install/node_modules/is-stream/package.json +42 -0
  3697. package/install/node_modules/is-stream/readme.md +60 -0
  3698. package/install/node_modules/is-unicode-supported/index.d.ts +14 -0
  3699. package/install/node_modules/is-unicode-supported/index.js +13 -0
  3700. package/install/node_modules/is-unicode-supported/license +9 -0
  3701. package/install/node_modules/is-unicode-supported/package.json +41 -0
  3702. package/install/node_modules/is-unicode-supported/readme.md +35 -0
  3703. package/install/node_modules/isexe/LICENSE +15 -0
  3704. package/install/node_modules/isexe/README.md +51 -0
  3705. package/install/node_modules/isexe/index.js +57 -0
  3706. package/install/node_modules/isexe/mode.js +41 -0
  3707. package/install/node_modules/isexe/package.json +31 -0
  3708. package/install/node_modules/isexe/test/basic.js +221 -0
  3709. package/install/node_modules/isexe/windows.js +42 -0
  3710. package/install/node_modules/istanbul-lib-coverage/CHANGELOG.md +209 -0
  3711. package/install/node_modules/istanbul-lib-coverage/LICENSE +24 -0
  3712. package/install/node_modules/istanbul-lib-coverage/README.md +29 -0
  3713. package/install/node_modules/istanbul-lib-coverage/index.js +64 -0
  3714. package/install/node_modules/istanbul-lib-coverage/lib/coverage-map.js +134 -0
  3715. package/install/node_modules/istanbul-lib-coverage/lib/coverage-summary.js +112 -0
  3716. package/install/node_modules/istanbul-lib-coverage/lib/data-properties.js +12 -0
  3717. package/install/node_modules/istanbul-lib-coverage/lib/file-coverage.js +444 -0
  3718. package/install/node_modules/istanbul-lib-coverage/lib/percent.js +15 -0
  3719. package/install/node_modules/istanbul-lib-coverage/package.json +47 -0
  3720. package/install/node_modules/istanbul-lib-instrument/CHANGELOG.md +664 -0
  3721. package/install/node_modules/istanbul-lib-instrument/LICENSE +24 -0
  3722. package/install/node_modules/istanbul-lib-instrument/README.md +22 -0
  3723. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/LICENSE +15 -0
  3724. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/README.md +664 -0
  3725. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/bin/semver.js +191 -0
  3726. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/classes/comparator.js +143 -0
  3727. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/classes/index.js +7 -0
  3728. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/classes/range.js +557 -0
  3729. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/classes/semver.js +333 -0
  3730. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/functions/clean.js +8 -0
  3731. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/functions/cmp.js +54 -0
  3732. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/functions/coerce.js +62 -0
  3733. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/functions/compare-build.js +9 -0
  3734. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/functions/compare-loose.js +5 -0
  3735. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/functions/compare.js +7 -0
  3736. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/functions/diff.js +60 -0
  3737. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/functions/eq.js +5 -0
  3738. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/functions/gt.js +5 -0
  3739. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/functions/gte.js +5 -0
  3740. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/functions/inc.js +21 -0
  3741. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/functions/lt.js +5 -0
  3742. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/functions/lte.js +5 -0
  3743. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/functions/major.js +5 -0
  3744. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/functions/minor.js +5 -0
  3745. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/functions/neq.js +5 -0
  3746. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/functions/parse.js +18 -0
  3747. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/functions/patch.js +5 -0
  3748. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/functions/prerelease.js +8 -0
  3749. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/functions/rcompare.js +5 -0
  3750. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/functions/rsort.js +5 -0
  3751. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/functions/satisfies.js +12 -0
  3752. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/functions/sort.js +5 -0
  3753. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/functions/valid.js +8 -0
  3754. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/index.js +91 -0
  3755. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/internal/constants.js +37 -0
  3756. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/internal/debug.js +11 -0
  3757. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/internal/identifiers.js +29 -0
  3758. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/internal/lrucache.js +42 -0
  3759. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/internal/parse-options.js +17 -0
  3760. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/internal/re.js +223 -0
  3761. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/package.json +78 -0
  3762. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/preload.js +4 -0
  3763. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/range.bnf +16 -0
  3764. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/ranges/gtr.js +6 -0
  3765. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/ranges/intersects.js +9 -0
  3766. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/ranges/ltr.js +6 -0
  3767. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/ranges/max-satisfying.js +27 -0
  3768. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/ranges/min-satisfying.js +26 -0
  3769. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/ranges/min-version.js +63 -0
  3770. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/ranges/outside.js +82 -0
  3771. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/ranges/simplify.js +49 -0
  3772. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/ranges/subset.js +249 -0
  3773. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/ranges/to-comparators.js +10 -0
  3774. package/install/node_modules/istanbul-lib-instrument/node_modules/semver/ranges/valid.js +13 -0
  3775. package/install/node_modules/istanbul-lib-instrument/package.json +50 -0
  3776. package/install/node_modules/istanbul-lib-instrument/src/constants.js +14 -0
  3777. package/install/node_modules/istanbul-lib-instrument/src/index.js +21 -0
  3778. package/install/node_modules/istanbul-lib-instrument/src/instrumenter.js +164 -0
  3779. package/install/node_modules/istanbul-lib-instrument/src/read-coverage.js +77 -0
  3780. package/install/node_modules/istanbul-lib-instrument/src/source-coverage.js +135 -0
  3781. package/install/node_modules/istanbul-lib-instrument/src/visitor.js +843 -0
  3782. package/install/node_modules/istanbul-lib-report/CHANGELOG.md +192 -0
  3783. package/install/node_modules/istanbul-lib-report/LICENSE +24 -0
  3784. package/install/node_modules/istanbul-lib-report/README.md +43 -0
  3785. package/install/node_modules/istanbul-lib-report/index.js +40 -0
  3786. package/install/node_modules/istanbul-lib-report/lib/context.js +132 -0
  3787. package/install/node_modules/istanbul-lib-report/lib/file-writer.js +189 -0
  3788. package/install/node_modules/istanbul-lib-report/lib/path.js +169 -0
  3789. package/install/node_modules/istanbul-lib-report/lib/report-base.js +16 -0
  3790. package/install/node_modules/istanbul-lib-report/lib/summarizer-factory.js +284 -0
  3791. package/install/node_modules/istanbul-lib-report/lib/tree.js +137 -0
  3792. package/install/node_modules/istanbul-lib-report/lib/watermarks.js +15 -0
  3793. package/install/node_modules/istanbul-lib-report/lib/xml-writer.js +90 -0
  3794. package/install/node_modules/istanbul-lib-report/package.json +44 -0
  3795. package/install/node_modules/istanbul-lib-source-maps/CHANGELOG.md +295 -0
  3796. package/install/node_modules/istanbul-lib-source-maps/LICENSE +24 -0
  3797. package/install/node_modules/istanbul-lib-source-maps/README.md +11 -0
  3798. package/install/node_modules/istanbul-lib-source-maps/index.js +15 -0
  3799. package/install/node_modules/istanbul-lib-source-maps/lib/get-mapping.js +182 -0
  3800. package/install/node_modules/istanbul-lib-source-maps/lib/map-store.js +226 -0
  3801. package/install/node_modules/istanbul-lib-source-maps/lib/mapped.js +113 -0
  3802. package/install/node_modules/istanbul-lib-source-maps/lib/pathutils.js +21 -0
  3803. package/install/node_modules/istanbul-lib-source-maps/lib/transform-utils.js +21 -0
  3804. package/install/node_modules/istanbul-lib-source-maps/lib/transformer.js +147 -0
  3805. package/install/node_modules/istanbul-lib-source-maps/package.json +45 -0
  3806. package/install/node_modules/istanbul-reports/CHANGELOG.md +476 -0
  3807. package/install/node_modules/istanbul-reports/LICENSE +24 -0
  3808. package/install/node_modules/istanbul-reports/README.md +12 -0
  3809. package/install/node_modules/istanbul-reports/index.js +24 -0
  3810. package/install/node_modules/istanbul-reports/lib/clover/index.js +163 -0
  3811. package/install/node_modules/istanbul-reports/lib/cobertura/index.js +151 -0
  3812. package/install/node_modules/istanbul-reports/lib/html/annotator.js +305 -0
  3813. package/install/node_modules/istanbul-reports/lib/html/assets/base.css +224 -0
  3814. package/install/node_modules/istanbul-reports/lib/html/assets/block-navigation.js +86 -0
  3815. package/install/node_modules/istanbul-reports/lib/html/assets/favicon.png +0 -0
  3816. package/install/node_modules/istanbul-reports/lib/html/assets/sort-arrow-sprite.png +0 -0
  3817. package/install/node_modules/istanbul-reports/lib/html/assets/sorter.js +209 -0
  3818. package/install/node_modules/istanbul-reports/lib/html/assets/vendor/prettify.css +1 -0
  3819. package/install/node_modules/istanbul-reports/lib/html/assets/vendor/prettify.js +1 -0
  3820. package/install/node_modules/istanbul-reports/lib/html/index.js +421 -0
  3821. package/install/node_modules/istanbul-reports/lib/html/insertion-text.js +114 -0
  3822. package/install/node_modules/istanbul-reports/lib/html-spa/.babelrc +3 -0
  3823. package/install/node_modules/istanbul-reports/lib/html-spa/assets/bundle.js +30 -0
  3824. package/install/node_modules/istanbul-reports/lib/html-spa/assets/sort-arrow-sprite.png +0 -0
  3825. package/install/node_modules/istanbul-reports/lib/html-spa/assets/spa.css +298 -0
  3826. package/install/node_modules/istanbul-reports/lib/html-spa/index.js +176 -0
  3827. package/install/node_modules/istanbul-reports/lib/html-spa/src/fileBreadcrumbs.js +31 -0
  3828. package/install/node_modules/istanbul-reports/lib/html-spa/src/filterToggle.js +50 -0
  3829. package/install/node_modules/istanbul-reports/lib/html-spa/src/flattenToggle.js +25 -0
  3830. package/install/node_modules/istanbul-reports/lib/html-spa/src/getChildData.js +155 -0
  3831. package/install/node_modules/istanbul-reports/lib/html-spa/src/index.js +160 -0
  3832. package/install/node_modules/istanbul-reports/lib/html-spa/src/routing.js +52 -0
  3833. package/install/node_modules/istanbul-reports/lib/html-spa/src/summaryHeader.js +63 -0
  3834. package/install/node_modules/istanbul-reports/lib/html-spa/src/summaryTableHeader.js +130 -0
  3835. package/install/node_modules/istanbul-reports/lib/html-spa/src/summaryTableLine.js +159 -0
  3836. package/install/node_modules/istanbul-reports/lib/html-spa/webpack.config.js +22 -0
  3837. package/install/node_modules/istanbul-reports/lib/json/index.js +44 -0
  3838. package/install/node_modules/istanbul-reports/lib/json-summary/index.js +56 -0
  3839. package/install/node_modules/istanbul-reports/lib/lcov/index.js +33 -0
  3840. package/install/node_modules/istanbul-reports/lib/lcovonly/index.js +77 -0
  3841. package/install/node_modules/istanbul-reports/lib/none/index.js +10 -0
  3842. package/install/node_modules/istanbul-reports/lib/teamcity/index.js +67 -0
  3843. package/install/node_modules/istanbul-reports/lib/text/index.js +298 -0
  3844. package/install/node_modules/istanbul-reports/lib/text-lcov/index.js +17 -0
  3845. package/install/node_modules/istanbul-reports/lib/text-summary/index.js +62 -0
  3846. package/install/node_modules/istanbul-reports/package.json +60 -0
  3847. package/install/node_modules/jest/LICENSE +21 -0
  3848. package/install/node_modules/jest/README.md +11 -0
  3849. package/install/node_modules/jest/bin/jest.js +13 -0
  3850. package/install/node_modules/jest/package.json +74 -0
  3851. package/install/node_modules/jest-changed-files/LICENSE +21 -0
  3852. package/install/node_modules/jest-changed-files/README.md +95 -0
  3853. package/install/node_modules/jest-changed-files/package.json +31 -0
  3854. package/install/node_modules/jest-circus/LICENSE +21 -0
  3855. package/install/node_modules/jest-circus/README.md +65 -0
  3856. package/install/node_modules/jest-circus/package.json +59 -0
  3857. package/install/node_modules/jest-circus/runner.js +10 -0
  3858. package/install/node_modules/jest-cli/LICENSE +21 -0
  3859. package/install/node_modules/jest-cli/README.md +11 -0
  3860. package/install/node_modules/jest-cli/bin/jest.js +17 -0
  3861. package/install/node_modules/jest-cli/package.json +88 -0
  3862. package/install/node_modules/jest-config/LICENSE +21 -0
  3863. package/install/node_modules/jest-config/package.json +71 -0
  3864. package/install/node_modules/jest-diff/LICENSE +21 -0
  3865. package/install/node_modules/jest-diff/README.md +671 -0
  3866. package/install/node_modules/jest-diff/package.json +36 -0
  3867. package/install/node_modules/jest-docblock/LICENSE +21 -0
  3868. package/install/node_modules/jest-docblock/README.md +108 -0
  3869. package/install/node_modules/jest-docblock/package.json +32 -0
  3870. package/install/node_modules/jest-each/LICENSE +21 -0
  3871. package/install/node_modules/jest-each/README.md +548 -0
  3872. package/install/node_modules/jest-each/package.json +41 -0
  3873. package/install/node_modules/jest-environment-node/LICENSE +21 -0
  3874. package/install/node_modules/jest-environment-node/package.json +37 -0
  3875. package/install/node_modules/jest-get-type/LICENSE +21 -0
  3876. package/install/node_modules/jest-get-type/package.json +27 -0
  3877. package/install/node_modules/jest-haste-map/LICENSE +21 -0
  3878. package/install/node_modules/jest-haste-map/package.json +47 -0
  3879. package/install/node_modules/jest-leak-detector/LICENSE +21 -0
  3880. package/install/node_modules/jest-leak-detector/README.md +27 -0
  3881. package/install/node_modules/jest-leak-detector/package.json +33 -0
  3882. package/install/node_modules/jest-matcher-utils/LICENSE +21 -0
  3883. package/install/node_modules/jest-matcher-utils/README.md +24 -0
  3884. package/install/node_modules/jest-matcher-utils/package.json +37 -0
  3885. package/install/node_modules/jest-message-util/LICENSE +21 -0
  3886. package/install/node_modules/jest-message-util/package.json +43 -0
  3887. package/install/node_modules/jest-mock/LICENSE +21 -0
  3888. package/install/node_modules/jest-mock/README.md +106 -0
  3889. package/install/node_modules/jest-mock/package.json +35 -0
  3890. package/install/node_modules/jest-pnp-resolver/README.md +34 -0
  3891. package/install/node_modules/jest-pnp-resolver/createRequire.js +25 -0
  3892. package/install/node_modules/jest-pnp-resolver/getDefaultResolver.js +13 -0
  3893. package/install/node_modules/jest-pnp-resolver/index.d.ts +10 -0
  3894. package/install/node_modules/jest-pnp-resolver/index.js +50 -0
  3895. package/install/node_modules/jest-pnp-resolver/package.json +31 -0
  3896. package/install/node_modules/jest-regex-util/LICENSE +21 -0
  3897. package/install/node_modules/jest-regex-util/package.json +29 -0
  3898. package/install/node_modules/jest-resolve/LICENSE +21 -0
  3899. package/install/node_modules/jest-resolve/package.json +44 -0
  3900. package/install/node_modules/jest-resolve-dependencies/LICENSE +21 -0
  3901. package/install/node_modules/jest-resolve-dependencies/package.json +37 -0
  3902. package/install/node_modules/jest-runner/LICENSE +21 -0
  3903. package/install/node_modules/jest-runner/package.json +58 -0
  3904. package/install/node_modules/jest-runtime/LICENSE +21 -0
  3905. package/install/node_modules/jest-runtime/package.json +56 -0
  3906. package/install/node_modules/jest-snapshot/LICENSE +21 -0
  3907. package/install/node_modules/jest-snapshot/node_modules/semver/LICENSE +15 -0
  3908. package/install/node_modules/jest-snapshot/node_modules/semver/README.md +664 -0
  3909. package/install/node_modules/jest-snapshot/node_modules/semver/bin/semver.js +191 -0
  3910. package/install/node_modules/jest-snapshot/node_modules/semver/classes/comparator.js +143 -0
  3911. package/install/node_modules/jest-snapshot/node_modules/semver/classes/index.js +7 -0
  3912. package/install/node_modules/jest-snapshot/node_modules/semver/classes/range.js +557 -0
  3913. package/install/node_modules/jest-snapshot/node_modules/semver/classes/semver.js +333 -0
  3914. package/install/node_modules/jest-snapshot/node_modules/semver/functions/clean.js +8 -0
  3915. package/install/node_modules/jest-snapshot/node_modules/semver/functions/cmp.js +54 -0
  3916. package/install/node_modules/jest-snapshot/node_modules/semver/functions/coerce.js +62 -0
  3917. package/install/node_modules/jest-snapshot/node_modules/semver/functions/compare-build.js +9 -0
  3918. package/install/node_modules/jest-snapshot/node_modules/semver/functions/compare-loose.js +5 -0
  3919. package/install/node_modules/jest-snapshot/node_modules/semver/functions/compare.js +7 -0
  3920. package/install/node_modules/jest-snapshot/node_modules/semver/functions/diff.js +60 -0
  3921. package/install/node_modules/jest-snapshot/node_modules/semver/functions/eq.js +5 -0
  3922. package/install/node_modules/jest-snapshot/node_modules/semver/functions/gt.js +5 -0
  3923. package/install/node_modules/jest-snapshot/node_modules/semver/functions/gte.js +5 -0
  3924. package/install/node_modules/jest-snapshot/node_modules/semver/functions/inc.js +21 -0
  3925. package/install/node_modules/jest-snapshot/node_modules/semver/functions/lt.js +5 -0
  3926. package/install/node_modules/jest-snapshot/node_modules/semver/functions/lte.js +5 -0
  3927. package/install/node_modules/jest-snapshot/node_modules/semver/functions/major.js +5 -0
  3928. package/install/node_modules/jest-snapshot/node_modules/semver/functions/minor.js +5 -0
  3929. package/install/node_modules/jest-snapshot/node_modules/semver/functions/neq.js +5 -0
  3930. package/install/node_modules/jest-snapshot/node_modules/semver/functions/parse.js +18 -0
  3931. package/install/node_modules/jest-snapshot/node_modules/semver/functions/patch.js +5 -0
  3932. package/install/node_modules/jest-snapshot/node_modules/semver/functions/prerelease.js +8 -0
  3933. package/install/node_modules/jest-snapshot/node_modules/semver/functions/rcompare.js +5 -0
  3934. package/install/node_modules/jest-snapshot/node_modules/semver/functions/rsort.js +5 -0
  3935. package/install/node_modules/jest-snapshot/node_modules/semver/functions/satisfies.js +12 -0
  3936. package/install/node_modules/jest-snapshot/node_modules/semver/functions/sort.js +5 -0
  3937. package/install/node_modules/jest-snapshot/node_modules/semver/functions/valid.js +8 -0
  3938. package/install/node_modules/jest-snapshot/node_modules/semver/index.js +91 -0
  3939. package/install/node_modules/jest-snapshot/node_modules/semver/internal/constants.js +37 -0
  3940. package/install/node_modules/jest-snapshot/node_modules/semver/internal/debug.js +11 -0
  3941. package/install/node_modules/jest-snapshot/node_modules/semver/internal/identifiers.js +29 -0
  3942. package/install/node_modules/jest-snapshot/node_modules/semver/internal/lrucache.js +42 -0
  3943. package/install/node_modules/jest-snapshot/node_modules/semver/internal/parse-options.js +17 -0
  3944. package/install/node_modules/jest-snapshot/node_modules/semver/internal/re.js +223 -0
  3945. package/install/node_modules/jest-snapshot/node_modules/semver/package.json +78 -0
  3946. package/install/node_modules/jest-snapshot/node_modules/semver/preload.js +4 -0
  3947. package/install/node_modules/jest-snapshot/node_modules/semver/range.bnf +16 -0
  3948. package/install/node_modules/jest-snapshot/node_modules/semver/ranges/gtr.js +6 -0
  3949. package/install/node_modules/jest-snapshot/node_modules/semver/ranges/intersects.js +9 -0
  3950. package/install/node_modules/jest-snapshot/node_modules/semver/ranges/ltr.js +6 -0
  3951. package/install/node_modules/jest-snapshot/node_modules/semver/ranges/max-satisfying.js +27 -0
  3952. package/install/node_modules/jest-snapshot/node_modules/semver/ranges/min-satisfying.js +26 -0
  3953. package/install/node_modules/jest-snapshot/node_modules/semver/ranges/min-version.js +63 -0
  3954. package/install/node_modules/jest-snapshot/node_modules/semver/ranges/outside.js +82 -0
  3955. package/install/node_modules/jest-snapshot/node_modules/semver/ranges/simplify.js +49 -0
  3956. package/install/node_modules/jest-snapshot/node_modules/semver/ranges/subset.js +249 -0
  3957. package/install/node_modules/jest-snapshot/node_modules/semver/ranges/to-comparators.js +10 -0
  3958. package/install/node_modules/jest-snapshot/node_modules/semver/ranges/valid.js +13 -0
  3959. package/install/node_modules/jest-snapshot/package.json +63 -0
  3960. package/install/node_modules/jest-util/LICENSE +21 -0
  3961. package/install/node_modules/jest-util/Readme.md +87 -0
  3962. package/install/node_modules/jest-util/package.json +38 -0
  3963. package/install/node_modules/jest-validate/LICENSE +21 -0
  3964. package/install/node_modules/jest-validate/README.md +216 -0
  3965. package/install/node_modules/jest-validate/node_modules/camelcase/index.d.ts +103 -0
  3966. package/install/node_modules/jest-validate/node_modules/camelcase/index.js +113 -0
  3967. package/install/node_modules/jest-validate/node_modules/camelcase/license +9 -0
  3968. package/install/node_modules/jest-validate/node_modules/camelcase/package.json +44 -0
  3969. package/install/node_modules/jest-validate/node_modules/camelcase/readme.md +144 -0
  3970. package/install/node_modules/jest-validate/package.json +37 -0
  3971. package/install/node_modules/jest-watcher/LICENSE +21 -0
  3972. package/install/node_modules/jest-watcher/package.json +41 -0
  3973. package/install/node_modules/jest-worker/LICENSE +21 -0
  3974. package/install/node_modules/jest-worker/README.md +272 -0
  3975. package/install/node_modules/jest-worker/node_modules/supports-color/browser.js +24 -0
  3976. package/install/node_modules/jest-worker/node_modules/supports-color/index.js +152 -0
  3977. package/install/node_modules/jest-worker/node_modules/supports-color/license +9 -0
  3978. package/install/node_modules/jest-worker/node_modules/supports-color/package.json +58 -0
  3979. package/install/node_modules/jest-worker/node_modules/supports-color/readme.md +77 -0
  3980. package/install/node_modules/jest-worker/package.json +42 -0
  3981. package/install/node_modules/js-tokens/CHANGELOG.md +151 -0
  3982. package/install/node_modules/js-tokens/LICENSE +21 -0
  3983. package/install/node_modules/js-tokens/README.md +240 -0
  3984. package/install/node_modules/js-tokens/index.js +23 -0
  3985. package/install/node_modules/js-tokens/package.json +30 -0
  3986. package/install/node_modules/js-yaml/LICENSE +21 -0
  3987. package/install/node_modules/js-yaml/README.md +247 -0
  3988. package/install/node_modules/js-yaml/bin/js-yaml.js +126 -0
  3989. package/install/node_modules/js-yaml/index.js +47 -0
  3990. package/install/node_modules/js-yaml/lib/common.js +59 -0
  3991. package/install/node_modules/js-yaml/lib/dumper.js +965 -0
  3992. package/install/node_modules/js-yaml/lib/exception.js +55 -0
  3993. package/install/node_modules/js-yaml/lib/loader.js +1733 -0
  3994. package/install/node_modules/js-yaml/lib/schema/core.js +11 -0
  3995. package/install/node_modules/js-yaml/lib/schema/default.js +22 -0
  3996. package/install/node_modules/js-yaml/lib/schema/failsafe.js +17 -0
  3997. package/install/node_modules/js-yaml/lib/schema/json.js +19 -0
  3998. package/install/node_modules/js-yaml/lib/schema.js +121 -0
  3999. package/install/node_modules/js-yaml/lib/snippet.js +101 -0
  4000. package/install/node_modules/js-yaml/lib/type/binary.js +125 -0
  4001. package/install/node_modules/js-yaml/lib/type/bool.js +35 -0
  4002. package/install/node_modules/js-yaml/lib/type/float.js +97 -0
  4003. package/install/node_modules/js-yaml/lib/type/int.js +156 -0
  4004. package/install/node_modules/js-yaml/lib/type/map.js +8 -0
  4005. package/install/node_modules/js-yaml/lib/type/merge.js +12 -0
  4006. package/install/node_modules/js-yaml/lib/type/null.js +35 -0
  4007. package/install/node_modules/js-yaml/lib/type/omap.js +44 -0
  4008. package/install/node_modules/js-yaml/lib/type/pairs.js +53 -0
  4009. package/install/node_modules/js-yaml/lib/type/seq.js +8 -0
  4010. package/install/node_modules/js-yaml/lib/type/set.js +29 -0
  4011. package/install/node_modules/js-yaml/lib/type/str.js +8 -0
  4012. package/install/node_modules/js-yaml/lib/type/timestamp.js +88 -0
  4013. package/install/node_modules/js-yaml/lib/type.js +66 -0
  4014. package/install/node_modules/js-yaml/package.json +66 -0
  4015. package/install/node_modules/jsesc/LICENSE-MIT.txt +20 -0
  4016. package/install/node_modules/jsesc/README.md +422 -0
  4017. package/install/node_modules/jsesc/bin/jsesc +148 -0
  4018. package/install/node_modules/jsesc/jsesc.js +337 -0
  4019. package/install/node_modules/jsesc/man/jsesc.1 +94 -0
  4020. package/install/node_modules/jsesc/package.json +56 -0
  4021. package/install/node_modules/json-parse-even-better-errors/CHANGELOG.md +50 -0
  4022. package/install/node_modules/json-parse-even-better-errors/LICENSE.md +25 -0
  4023. package/install/node_modules/json-parse-even-better-errors/README.md +96 -0
  4024. package/install/node_modules/json-parse-even-better-errors/index.js +121 -0
  4025. package/install/node_modules/json-parse-even-better-errors/package.json +33 -0
  4026. package/install/node_modules/json5/LICENSE.md +23 -0
  4027. package/install/node_modules/json5/README.md +282 -0
  4028. package/install/node_modules/json5/lib/cli.js +152 -0
  4029. package/install/node_modules/json5/lib/index.d.ts +4 -0
  4030. package/install/node_modules/json5/lib/index.js +9 -0
  4031. package/install/node_modules/json5/lib/parse.d.ts +15 -0
  4032. package/install/node_modules/json5/lib/parse.js +1114 -0
  4033. package/install/node_modules/json5/lib/register.js +13 -0
  4034. package/install/node_modules/json5/lib/require.js +4 -0
  4035. package/install/node_modules/json5/lib/stringify.d.ts +89 -0
  4036. package/install/node_modules/json5/lib/stringify.js +261 -0
  4037. package/install/node_modules/json5/lib/unicode.d.ts +3 -0
  4038. package/install/node_modules/json5/lib/unicode.js +4 -0
  4039. package/install/node_modules/json5/lib/util.d.ts +5 -0
  4040. package/install/node_modules/json5/lib/util.js +35 -0
  4041. package/install/node_modules/json5/package.json +72 -0
  4042. package/install/node_modules/jsonfile/LICENSE +15 -0
  4043. package/install/node_modules/jsonfile/README.md +230 -0
  4044. package/install/node_modules/jsonfile/index.js +88 -0
  4045. package/install/node_modules/jsonfile/package.json +40 -0
  4046. package/install/node_modules/jsonfile/utils.js +14 -0
  4047. package/install/node_modules/kleur/index.js +104 -0
  4048. package/install/node_modules/kleur/kleur.d.ts +45 -0
  4049. package/install/node_modules/kleur/license +21 -0
  4050. package/install/node_modules/kleur/package.json +35 -0
  4051. package/install/node_modules/kleur/readme.md +172 -0
  4052. package/install/node_modules/leven/index.d.ts +21 -0
  4053. package/install/node_modules/leven/index.js +77 -0
  4054. package/install/node_modules/leven/license +9 -0
  4055. package/install/node_modules/leven/package.json +57 -0
  4056. package/install/node_modules/leven/readme.md +50 -0
  4057. package/install/node_modules/lines-and-columns/LICENSE +21 -0
  4058. package/install/node_modules/lines-and-columns/README.md +33 -0
  4059. package/install/node_modules/lines-and-columns/package.json +49 -0
  4060. package/install/node_modules/locate-path/index.d.ts +83 -0
  4061. package/install/node_modules/locate-path/index.js +65 -0
  4062. package/install/node_modules/locate-path/license +9 -0
  4063. package/install/node_modules/locate-path/package.json +45 -0
  4064. package/install/node_modules/locate-path/readme.md +122 -0
  4065. package/install/node_modules/lodash/LICENSE +47 -0
  4066. package/install/node_modules/lodash/README.md +39 -0
  4067. package/install/node_modules/lodash/_DataView.js +7 -0
  4068. package/install/node_modules/lodash/_Hash.js +32 -0
  4069. package/install/node_modules/lodash/_LazyWrapper.js +28 -0
  4070. package/install/node_modules/lodash/_ListCache.js +32 -0
  4071. package/install/node_modules/lodash/_LodashWrapper.js +22 -0
  4072. package/install/node_modules/lodash/_Map.js +7 -0
  4073. package/install/node_modules/lodash/_MapCache.js +32 -0
  4074. package/install/node_modules/lodash/_Promise.js +7 -0
  4075. package/install/node_modules/lodash/_Set.js +7 -0
  4076. package/install/node_modules/lodash/_SetCache.js +27 -0
  4077. package/install/node_modules/lodash/_Stack.js +27 -0
  4078. package/install/node_modules/lodash/_Symbol.js +6 -0
  4079. package/install/node_modules/lodash/_Uint8Array.js +6 -0
  4080. package/install/node_modules/lodash/_WeakMap.js +7 -0
  4081. package/install/node_modules/lodash/_apply.js +21 -0
  4082. package/install/node_modules/lodash/_arrayAggregator.js +22 -0
  4083. package/install/node_modules/lodash/_arrayEach.js +22 -0
  4084. package/install/node_modules/lodash/_arrayEachRight.js +21 -0
  4085. package/install/node_modules/lodash/_arrayEvery.js +23 -0
  4086. package/install/node_modules/lodash/_arrayFilter.js +25 -0
  4087. package/install/node_modules/lodash/_arrayIncludes.js +17 -0
  4088. package/install/node_modules/lodash/_arrayIncludesWith.js +22 -0
  4089. package/install/node_modules/lodash/_arrayLikeKeys.js +49 -0
  4090. package/install/node_modules/lodash/_arrayMap.js +21 -0
  4091. package/install/node_modules/lodash/_arrayPush.js +20 -0
  4092. package/install/node_modules/lodash/_arrayReduce.js +26 -0
  4093. package/install/node_modules/lodash/_arrayReduceRight.js +24 -0
  4094. package/install/node_modules/lodash/_arraySample.js +15 -0
  4095. package/install/node_modules/lodash/_arraySampleSize.js +17 -0
  4096. package/install/node_modules/lodash/_arrayShuffle.js +15 -0
  4097. package/install/node_modules/lodash/_arraySome.js +23 -0
  4098. package/install/node_modules/lodash/_asciiSize.js +12 -0
  4099. package/install/node_modules/lodash/_asciiToArray.js +12 -0
  4100. package/install/node_modules/lodash/_asciiWords.js +15 -0
  4101. package/install/node_modules/lodash/_assignMergeValue.js +20 -0
  4102. package/install/node_modules/lodash/_assignValue.js +28 -0
  4103. package/install/node_modules/lodash/_assocIndexOf.js +21 -0
  4104. package/install/node_modules/lodash/_baseAggregator.js +21 -0
  4105. package/install/node_modules/lodash/_baseAssign.js +17 -0
  4106. package/install/node_modules/lodash/_baseAssignIn.js +17 -0
  4107. package/install/node_modules/lodash/_baseAssignValue.js +25 -0
  4108. package/install/node_modules/lodash/_baseAt.js +23 -0
  4109. package/install/node_modules/lodash/_baseClamp.js +22 -0
  4110. package/install/node_modules/lodash/_baseClone.js +166 -0
  4111. package/install/node_modules/lodash/_baseConforms.js +18 -0
  4112. package/install/node_modules/lodash/_baseConformsTo.js +27 -0
  4113. package/install/node_modules/lodash/_baseCreate.js +30 -0
  4114. package/install/node_modules/lodash/_baseDelay.js +21 -0
  4115. package/install/node_modules/lodash/_baseDifference.js +67 -0
  4116. package/install/node_modules/lodash/_baseEach.js +14 -0
  4117. package/install/node_modules/lodash/_baseEachRight.js +14 -0
  4118. package/install/node_modules/lodash/_baseEvery.js +21 -0
  4119. package/install/node_modules/lodash/_baseExtremum.js +32 -0
  4120. package/install/node_modules/lodash/_baseFill.js +32 -0
  4121. package/install/node_modules/lodash/_baseFilter.js +21 -0
  4122. package/install/node_modules/lodash/_baseFindIndex.js +24 -0
  4123. package/install/node_modules/lodash/_baseFindKey.js +23 -0
  4124. package/install/node_modules/lodash/_baseFlatten.js +38 -0
  4125. package/install/node_modules/lodash/_baseFor.js +16 -0
  4126. package/install/node_modules/lodash/_baseForOwn.js +16 -0
  4127. package/install/node_modules/lodash/_baseForOwnRight.js +16 -0
  4128. package/install/node_modules/lodash/_baseForRight.js +15 -0
  4129. package/install/node_modules/lodash/_baseFunctions.js +19 -0
  4130. package/install/node_modules/lodash/_baseGet.js +24 -0
  4131. package/install/node_modules/lodash/_baseGetAllKeys.js +20 -0
  4132. package/install/node_modules/lodash/_baseGetTag.js +28 -0
  4133. package/install/node_modules/lodash/_baseGt.js +14 -0
  4134. package/install/node_modules/lodash/_baseHas.js +19 -0
  4135. package/install/node_modules/lodash/_baseHasIn.js +13 -0
  4136. package/install/node_modules/lodash/_baseInRange.js +18 -0
  4137. package/install/node_modules/lodash/_baseIndexOf.js +20 -0
  4138. package/install/node_modules/lodash/_baseIndexOfWith.js +23 -0
  4139. package/install/node_modules/lodash/_baseIntersection.js +74 -0
  4140. package/install/node_modules/lodash/_baseInverter.js +21 -0
  4141. package/install/node_modules/lodash/_baseInvoke.js +24 -0
  4142. package/install/node_modules/lodash/_baseIsArguments.js +18 -0
  4143. package/install/node_modules/lodash/_baseIsArrayBuffer.js +17 -0
  4144. package/install/node_modules/lodash/_baseIsDate.js +18 -0
  4145. package/install/node_modules/lodash/_baseIsEqual.js +28 -0
  4146. package/install/node_modules/lodash/_baseIsEqualDeep.js +83 -0
  4147. package/install/node_modules/lodash/_baseIsMap.js +18 -0
  4148. package/install/node_modules/lodash/_baseIsMatch.js +62 -0
  4149. package/install/node_modules/lodash/_baseIsNaN.js +12 -0
  4150. package/install/node_modules/lodash/_baseIsNative.js +47 -0
  4151. package/install/node_modules/lodash/_baseIsRegExp.js +18 -0
  4152. package/install/node_modules/lodash/_baseIsSet.js +18 -0
  4153. package/install/node_modules/lodash/_baseIsTypedArray.js +60 -0
  4154. package/install/node_modules/lodash/_baseIteratee.js +31 -0
  4155. package/install/node_modules/lodash/_baseKeys.js +30 -0
  4156. package/install/node_modules/lodash/_baseKeysIn.js +33 -0
  4157. package/install/node_modules/lodash/_baseLodash.js +10 -0
  4158. package/install/node_modules/lodash/_baseLt.js +14 -0
  4159. package/install/node_modules/lodash/_baseMap.js +22 -0
  4160. package/install/node_modules/lodash/_baseMatches.js +22 -0
  4161. package/install/node_modules/lodash/_baseMatchesProperty.js +33 -0
  4162. package/install/node_modules/lodash/_baseMean.js +20 -0
  4163. package/install/node_modules/lodash/_baseMerge.js +42 -0
  4164. package/install/node_modules/lodash/_baseMergeDeep.js +94 -0
  4165. package/install/node_modules/lodash/_baseNth.js +20 -0
  4166. package/install/node_modules/lodash/_baseOrderBy.js +49 -0
  4167. package/install/node_modules/lodash/_basePick.js +19 -0
  4168. package/install/node_modules/lodash/_basePickBy.js +30 -0
  4169. package/install/node_modules/lodash/_baseProperty.js +14 -0
  4170. package/install/node_modules/lodash/_basePropertyDeep.js +16 -0
  4171. package/install/node_modules/lodash/_basePropertyOf.js +14 -0
  4172. package/install/node_modules/lodash/_basePullAll.js +51 -0
  4173. package/install/node_modules/lodash/_basePullAt.js +37 -0
  4174. package/install/node_modules/lodash/_baseRandom.js +18 -0
  4175. package/install/node_modules/lodash/_baseRange.js +28 -0
  4176. package/install/node_modules/lodash/_baseReduce.js +23 -0
  4177. package/install/node_modules/lodash/_baseRepeat.js +35 -0
  4178. package/install/node_modules/lodash/_baseRest.js +17 -0
  4179. package/install/node_modules/lodash/_baseSample.js +15 -0
  4180. package/install/node_modules/lodash/_baseSampleSize.js +18 -0
  4181. package/install/node_modules/lodash/_baseSet.js +51 -0
  4182. package/install/node_modules/lodash/_baseSetData.js +17 -0
  4183. package/install/node_modules/lodash/_baseSetToString.js +22 -0
  4184. package/install/node_modules/lodash/_baseShuffle.js +15 -0
  4185. package/install/node_modules/lodash/_baseSlice.js +31 -0
  4186. package/install/node_modules/lodash/_baseSome.js +22 -0
  4187. package/install/node_modules/lodash/_baseSortBy.js +21 -0
  4188. package/install/node_modules/lodash/_baseSortedIndex.js +42 -0
  4189. package/install/node_modules/lodash/_baseSortedIndexBy.js +67 -0
  4190. package/install/node_modules/lodash/_baseSortedUniq.js +30 -0
  4191. package/install/node_modules/lodash/_baseSum.js +24 -0
  4192. package/install/node_modules/lodash/_baseTimes.js +20 -0
  4193. package/install/node_modules/lodash/_baseToNumber.js +24 -0
  4194. package/install/node_modules/lodash/_baseToPairs.js +18 -0
  4195. package/install/node_modules/lodash/_baseToString.js +37 -0
  4196. package/install/node_modules/lodash/_baseTrim.js +19 -0
  4197. package/install/node_modules/lodash/_baseUnary.js +14 -0
  4198. package/install/node_modules/lodash/_baseUniq.js +72 -0
  4199. package/install/node_modules/lodash/_baseUnset.js +65 -0
  4200. package/install/node_modules/lodash/_baseUpdate.js +18 -0
  4201. package/install/node_modules/lodash/_baseValues.js +19 -0
  4202. package/install/node_modules/lodash/_baseWhile.js +26 -0
  4203. package/install/node_modules/lodash/_baseWrapperValue.js +25 -0
  4204. package/install/node_modules/lodash/_baseXor.js +36 -0
  4205. package/install/node_modules/lodash/_baseZipObject.js +23 -0
  4206. package/install/node_modules/lodash/_cacheHas.js +13 -0
  4207. package/install/node_modules/lodash/_castArrayLikeObject.js +14 -0
  4208. package/install/node_modules/lodash/_castFunction.js +14 -0
  4209. package/install/node_modules/lodash/_castPath.js +21 -0
  4210. package/install/node_modules/lodash/_castRest.js +14 -0
  4211. package/install/node_modules/lodash/_castSlice.js +18 -0
  4212. package/install/node_modules/lodash/_charsEndIndex.js +19 -0
  4213. package/install/node_modules/lodash/_charsStartIndex.js +20 -0
  4214. package/install/node_modules/lodash/_cloneArrayBuffer.js +16 -0
  4215. package/install/node_modules/lodash/_cloneBuffer.js +35 -0
  4216. package/install/node_modules/lodash/_cloneDataView.js +16 -0
  4217. package/install/node_modules/lodash/_cloneRegExp.js +17 -0
  4218. package/install/node_modules/lodash/_cloneSymbol.js +18 -0
  4219. package/install/node_modules/lodash/_cloneTypedArray.js +16 -0
  4220. package/install/node_modules/lodash/_compareAscending.js +41 -0
  4221. package/install/node_modules/lodash/_compareMultiple.js +44 -0
  4222. package/install/node_modules/lodash/_composeArgs.js +39 -0
  4223. package/install/node_modules/lodash/_composeArgsRight.js +41 -0
  4224. package/install/node_modules/lodash/_copyArray.js +20 -0
  4225. package/install/node_modules/lodash/_copyObject.js +40 -0
  4226. package/install/node_modules/lodash/_copySymbols.js +16 -0
  4227. package/install/node_modules/lodash/_copySymbolsIn.js +16 -0
  4228. package/install/node_modules/lodash/_coreJsData.js +6 -0
  4229. package/install/node_modules/lodash/_countHolders.js +21 -0
  4230. package/install/node_modules/lodash/_createAggregator.js +23 -0
  4231. package/install/node_modules/lodash/_createAssigner.js +37 -0
  4232. package/install/node_modules/lodash/_createBaseEach.js +32 -0
  4233. package/install/node_modules/lodash/_createBaseFor.js +25 -0
  4234. package/install/node_modules/lodash/_createBind.js +28 -0
  4235. package/install/node_modules/lodash/_createCaseFirst.js +33 -0
  4236. package/install/node_modules/lodash/_createCompounder.js +24 -0
  4237. package/install/node_modules/lodash/_createCtor.js +37 -0
  4238. package/install/node_modules/lodash/_createCurry.js +46 -0
  4239. package/install/node_modules/lodash/_createFind.js +25 -0
  4240. package/install/node_modules/lodash/_createFlow.js +78 -0
  4241. package/install/node_modules/lodash/_createHybrid.js +92 -0
  4242. package/install/node_modules/lodash/_createInverter.js +17 -0
  4243. package/install/node_modules/lodash/_createMathOperation.js +38 -0
  4244. package/install/node_modules/lodash/_createOver.js +27 -0
  4245. package/install/node_modules/lodash/_createPadding.js +33 -0
  4246. package/install/node_modules/lodash/_createPartial.js +43 -0
  4247. package/install/node_modules/lodash/_createRange.js +30 -0
  4248. package/install/node_modules/lodash/_createRecurry.js +56 -0
  4249. package/install/node_modules/lodash/_createRelationalOperation.js +20 -0
  4250. package/install/node_modules/lodash/_createRound.js +35 -0
  4251. package/install/node_modules/lodash/_createSet.js +19 -0
  4252. package/install/node_modules/lodash/_createToPairs.js +30 -0
  4253. package/install/node_modules/lodash/_createWrap.js +106 -0
  4254. package/install/node_modules/lodash/_customDefaultsAssignIn.js +29 -0
  4255. package/install/node_modules/lodash/_customDefaultsMerge.js +28 -0
  4256. package/install/node_modules/lodash/_customOmitClone.js +16 -0
  4257. package/install/node_modules/lodash/_deburrLetter.js +71 -0
  4258. package/install/node_modules/lodash/_defineProperty.js +11 -0
  4259. package/install/node_modules/lodash/_equalArrays.js +84 -0
  4260. package/install/node_modules/lodash/_equalByTag.js +112 -0
  4261. package/install/node_modules/lodash/_equalObjects.js +90 -0
  4262. package/install/node_modules/lodash/_escapeHtmlChar.js +21 -0
  4263. package/install/node_modules/lodash/_escapeStringChar.js +22 -0
  4264. package/install/node_modules/lodash/_flatRest.js +16 -0
  4265. package/install/node_modules/lodash/_freeGlobal.js +4 -0
  4266. package/install/node_modules/lodash/_getAllKeys.js +16 -0
  4267. package/install/node_modules/lodash/_getAllKeysIn.js +17 -0
  4268. package/install/node_modules/lodash/_getData.js +15 -0
  4269. package/install/node_modules/lodash/_getFuncName.js +31 -0
  4270. package/install/node_modules/lodash/_getHolder.js +13 -0
  4271. package/install/node_modules/lodash/_getMapData.js +18 -0
  4272. package/install/node_modules/lodash/_getMatchData.js +24 -0
  4273. package/install/node_modules/lodash/_getNative.js +17 -0
  4274. package/install/node_modules/lodash/_getPrototype.js +6 -0
  4275. package/install/node_modules/lodash/_getRawTag.js +46 -0
  4276. package/install/node_modules/lodash/_getSymbols.js +30 -0
  4277. package/install/node_modules/lodash/_getSymbolsIn.js +25 -0
  4278. package/install/node_modules/lodash/_getTag.js +58 -0
  4279. package/install/node_modules/lodash/_getValue.js +13 -0
  4280. package/install/node_modules/lodash/_getView.js +33 -0
  4281. package/install/node_modules/lodash/_getWrapDetails.js +17 -0
  4282. package/install/node_modules/lodash/_hasPath.js +39 -0
  4283. package/install/node_modules/lodash/_hasUnicode.js +26 -0
  4284. package/install/node_modules/lodash/_hasUnicodeWord.js +15 -0
  4285. package/install/node_modules/lodash/_hashClear.js +15 -0
  4286. package/install/node_modules/lodash/_hashDelete.js +17 -0
  4287. package/install/node_modules/lodash/_hashGet.js +30 -0
  4288. package/install/node_modules/lodash/_hashHas.js +23 -0
  4289. package/install/node_modules/lodash/_hashSet.js +23 -0
  4290. package/install/node_modules/lodash/_initCloneArray.js +26 -0
  4291. package/install/node_modules/lodash/_initCloneByTag.js +77 -0
  4292. package/install/node_modules/lodash/_initCloneObject.js +18 -0
  4293. package/install/node_modules/lodash/_insertWrapDetails.js +23 -0
  4294. package/install/node_modules/lodash/_isFlattenable.js +20 -0
  4295. package/install/node_modules/lodash/_isIndex.js +25 -0
  4296. package/install/node_modules/lodash/_isIterateeCall.js +30 -0
  4297. package/install/node_modules/lodash/_isKey.js +29 -0
  4298. package/install/node_modules/lodash/_isKeyable.js +15 -0
  4299. package/install/node_modules/lodash/_isLaziable.js +28 -0
  4300. package/install/node_modules/lodash/_isMaskable.js +14 -0
  4301. package/install/node_modules/lodash/_isMasked.js +20 -0
  4302. package/install/node_modules/lodash/_isPrototype.js +18 -0
  4303. package/install/node_modules/lodash/_isStrictComparable.js +15 -0
  4304. package/install/node_modules/lodash/_iteratorToArray.js +18 -0
  4305. package/install/node_modules/lodash/_lazyClone.js +23 -0
  4306. package/install/node_modules/lodash/_lazyReverse.js +23 -0
  4307. package/install/node_modules/lodash/_lazyValue.js +69 -0
  4308. package/install/node_modules/lodash/_listCacheClear.js +13 -0
  4309. package/install/node_modules/lodash/_listCacheDelete.js +35 -0
  4310. package/install/node_modules/lodash/_listCacheGet.js +19 -0
  4311. package/install/node_modules/lodash/_listCacheHas.js +16 -0
  4312. package/install/node_modules/lodash/_listCacheSet.js +26 -0
  4313. package/install/node_modules/lodash/_mapCacheClear.js +21 -0
  4314. package/install/node_modules/lodash/_mapCacheDelete.js +18 -0
  4315. package/install/node_modules/lodash/_mapCacheGet.js +16 -0
  4316. package/install/node_modules/lodash/_mapCacheHas.js +16 -0
  4317. package/install/node_modules/lodash/_mapCacheSet.js +22 -0
  4318. package/install/node_modules/lodash/_mapToArray.js +18 -0
  4319. package/install/node_modules/lodash/_matchesStrictComparable.js +20 -0
  4320. package/install/node_modules/lodash/_memoizeCapped.js +26 -0
  4321. package/install/node_modules/lodash/_mergeData.js +90 -0
  4322. package/install/node_modules/lodash/_metaMap.js +6 -0
  4323. package/install/node_modules/lodash/_nativeCreate.js +6 -0
  4324. package/install/node_modules/lodash/_nativeKeys.js +6 -0
  4325. package/install/node_modules/lodash/_nativeKeysIn.js +20 -0
  4326. package/install/node_modules/lodash/_nodeUtil.js +30 -0
  4327. package/install/node_modules/lodash/_objectToString.js +22 -0
  4328. package/install/node_modules/lodash/_overArg.js +15 -0
  4329. package/install/node_modules/lodash/_overRest.js +36 -0
  4330. package/install/node_modules/lodash/_parent.js +16 -0
  4331. package/install/node_modules/lodash/_reEscape.js +4 -0
  4332. package/install/node_modules/lodash/_reEvaluate.js +4 -0
  4333. package/install/node_modules/lodash/_reInterpolate.js +4 -0
  4334. package/install/node_modules/lodash/_realNames.js +4 -0
  4335. package/install/node_modules/lodash/_reorder.js +29 -0
  4336. package/install/node_modules/lodash/_replaceHolders.js +29 -0
  4337. package/install/node_modules/lodash/_root.js +9 -0
  4338. package/install/node_modules/lodash/_safeGet.js +21 -0
  4339. package/install/node_modules/lodash/_setCacheAdd.js +19 -0
  4340. package/install/node_modules/lodash/_setCacheHas.js +14 -0
  4341. package/install/node_modules/lodash/_setData.js +20 -0
  4342. package/install/node_modules/lodash/_setToArray.js +18 -0
  4343. package/install/node_modules/lodash/_setToPairs.js +18 -0
  4344. package/install/node_modules/lodash/_setToString.js +14 -0
  4345. package/install/node_modules/lodash/_setWrapToString.js +21 -0
  4346. package/install/node_modules/lodash/_shortOut.js +37 -0
  4347. package/install/node_modules/lodash/_shuffleSelf.js +28 -0
  4348. package/install/node_modules/lodash/_stackClear.js +15 -0
  4349. package/install/node_modules/lodash/_stackDelete.js +18 -0
  4350. package/install/node_modules/lodash/_stackGet.js +14 -0
  4351. package/install/node_modules/lodash/_stackHas.js +14 -0
  4352. package/install/node_modules/lodash/_stackSet.js +34 -0
  4353. package/install/node_modules/lodash/_strictIndexOf.js +23 -0
  4354. package/install/node_modules/lodash/_strictLastIndexOf.js +21 -0
  4355. package/install/node_modules/lodash/_stringSize.js +18 -0
  4356. package/install/node_modules/lodash/_stringToArray.js +18 -0
  4357. package/install/node_modules/lodash/_stringToPath.js +27 -0
  4358. package/install/node_modules/lodash/_toKey.js +21 -0
  4359. package/install/node_modules/lodash/_toSource.js +26 -0
  4360. package/install/node_modules/lodash/_trimmedEndIndex.js +19 -0
  4361. package/install/node_modules/lodash/_unescapeHtmlChar.js +21 -0
  4362. package/install/node_modules/lodash/_unicodeSize.js +44 -0
  4363. package/install/node_modules/lodash/_unicodeToArray.js +40 -0
  4364. package/install/node_modules/lodash/_unicodeWords.js +69 -0
  4365. package/install/node_modules/lodash/_updateWrapDetails.js +46 -0
  4366. package/install/node_modules/lodash/_wrapperClone.js +23 -0
  4367. package/install/node_modules/lodash/add.js +22 -0
  4368. package/install/node_modules/lodash/after.js +42 -0
  4369. package/install/node_modules/lodash/array.js +67 -0
  4370. package/install/node_modules/lodash/ary.js +29 -0
  4371. package/install/node_modules/lodash/assign.js +58 -0
  4372. package/install/node_modules/lodash/assignIn.js +40 -0
  4373. package/install/node_modules/lodash/assignInWith.js +38 -0
  4374. package/install/node_modules/lodash/assignWith.js +37 -0
  4375. package/install/node_modules/lodash/at.js +23 -0
  4376. package/install/node_modules/lodash/attempt.js +35 -0
  4377. package/install/node_modules/lodash/before.js +40 -0
  4378. package/install/node_modules/lodash/bind.js +57 -0
  4379. package/install/node_modules/lodash/bindAll.js +41 -0
  4380. package/install/node_modules/lodash/bindKey.js +68 -0
  4381. package/install/node_modules/lodash/camelCase.js +29 -0
  4382. package/install/node_modules/lodash/capitalize.js +23 -0
  4383. package/install/node_modules/lodash/castArray.js +44 -0
  4384. package/install/node_modules/lodash/ceil.js +26 -0
  4385. package/install/node_modules/lodash/chain.js +38 -0
  4386. package/install/node_modules/lodash/chunk.js +50 -0
  4387. package/install/node_modules/lodash/clamp.js +39 -0
  4388. package/install/node_modules/lodash/clone.js +36 -0
  4389. package/install/node_modules/lodash/cloneDeep.js +29 -0
  4390. package/install/node_modules/lodash/cloneDeepWith.js +40 -0
  4391. package/install/node_modules/lodash/cloneWith.js +42 -0
  4392. package/install/node_modules/lodash/collection.js +30 -0
  4393. package/install/node_modules/lodash/commit.js +33 -0
  4394. package/install/node_modules/lodash/compact.js +31 -0
  4395. package/install/node_modules/lodash/concat.js +43 -0
  4396. package/install/node_modules/lodash/cond.js +60 -0
  4397. package/install/node_modules/lodash/conforms.js +35 -0
  4398. package/install/node_modules/lodash/conformsTo.js +32 -0
  4399. package/install/node_modules/lodash/constant.js +26 -0
  4400. package/install/node_modules/lodash/core.js +3877 -0
  4401. package/install/node_modules/lodash/core.min.js +29 -0
  4402. package/install/node_modules/lodash/countBy.js +40 -0
  4403. package/install/node_modules/lodash/create.js +43 -0
  4404. package/install/node_modules/lodash/curry.js +57 -0
  4405. package/install/node_modules/lodash/curryRight.js +54 -0
  4406. package/install/node_modules/lodash/date.js +3 -0
  4407. package/install/node_modules/lodash/debounce.js +191 -0
  4408. package/install/node_modules/lodash/deburr.js +45 -0
  4409. package/install/node_modules/lodash/defaultTo.js +25 -0
  4410. package/install/node_modules/lodash/defaults.js +64 -0
  4411. package/install/node_modules/lodash/defaultsDeep.js +30 -0
  4412. package/install/node_modules/lodash/defer.js +26 -0
  4413. package/install/node_modules/lodash/delay.js +28 -0
  4414. package/install/node_modules/lodash/difference.js +33 -0
  4415. package/install/node_modules/lodash/differenceBy.js +44 -0
  4416. package/install/node_modules/lodash/differenceWith.js +40 -0
  4417. package/install/node_modules/lodash/divide.js +22 -0
  4418. package/install/node_modules/lodash/drop.js +38 -0
  4419. package/install/node_modules/lodash/dropRight.js +39 -0
  4420. package/install/node_modules/lodash/dropRightWhile.js +45 -0
  4421. package/install/node_modules/lodash/dropWhile.js +45 -0
  4422. package/install/node_modules/lodash/each.js +1 -0
  4423. package/install/node_modules/lodash/eachRight.js +1 -0
  4424. package/install/node_modules/lodash/endsWith.js +43 -0
  4425. package/install/node_modules/lodash/entries.js +1 -0
  4426. package/install/node_modules/lodash/entriesIn.js +1 -0
  4427. package/install/node_modules/lodash/eq.js +37 -0
  4428. package/install/node_modules/lodash/escape.js +43 -0
  4429. package/install/node_modules/lodash/escapeRegExp.js +32 -0
  4430. package/install/node_modules/lodash/every.js +56 -0
  4431. package/install/node_modules/lodash/extend.js +1 -0
  4432. package/install/node_modules/lodash/extendWith.js +1 -0
  4433. package/install/node_modules/lodash/fill.js +45 -0
  4434. package/install/node_modules/lodash/filter.js +52 -0
  4435. package/install/node_modules/lodash/find.js +42 -0
  4436. package/install/node_modules/lodash/findIndex.js +55 -0
  4437. package/install/node_modules/lodash/findKey.js +44 -0
  4438. package/install/node_modules/lodash/findLast.js +25 -0
  4439. package/install/node_modules/lodash/findLastIndex.js +59 -0
  4440. package/install/node_modules/lodash/findLastKey.js +44 -0
  4441. package/install/node_modules/lodash/first.js +1 -0
  4442. package/install/node_modules/lodash/flatMap.js +29 -0
  4443. package/install/node_modules/lodash/flatMapDeep.js +31 -0
  4444. package/install/node_modules/lodash/flatMapDepth.js +31 -0
  4445. package/install/node_modules/lodash/flatten.js +22 -0
  4446. package/install/node_modules/lodash/flattenDeep.js +25 -0
  4447. package/install/node_modules/lodash/flattenDepth.js +33 -0
  4448. package/install/node_modules/lodash/flip.js +28 -0
  4449. package/install/node_modules/lodash/floor.js +26 -0
  4450. package/install/node_modules/lodash/flow.js +27 -0
  4451. package/install/node_modules/lodash/flowRight.js +26 -0
  4452. package/install/node_modules/lodash/forEach.js +41 -0
  4453. package/install/node_modules/lodash/forEachRight.js +31 -0
  4454. package/install/node_modules/lodash/forIn.js +39 -0
  4455. package/install/node_modules/lodash/forInRight.js +37 -0
  4456. package/install/node_modules/lodash/forOwn.js +36 -0
  4457. package/install/node_modules/lodash/forOwnRight.js +34 -0
  4458. package/install/node_modules/lodash/fp/F.js +1 -0
  4459. package/install/node_modules/lodash/fp/T.js +1 -0
  4460. package/install/node_modules/lodash/fp/__.js +1 -0
  4461. package/install/node_modules/lodash/fp/_baseConvert.js +569 -0
  4462. package/install/node_modules/lodash/fp/_convertBrowser.js +18 -0
  4463. package/install/node_modules/lodash/fp/_falseOptions.js +7 -0
  4464. package/install/node_modules/lodash/fp/_mapping.js +358 -0
  4465. package/install/node_modules/lodash/fp/_util.js +16 -0
  4466. package/install/node_modules/lodash/fp/add.js +5 -0
  4467. package/install/node_modules/lodash/fp/after.js +5 -0
  4468. package/install/node_modules/lodash/fp/all.js +1 -0
  4469. package/install/node_modules/lodash/fp/allPass.js +1 -0
  4470. package/install/node_modules/lodash/fp/always.js +1 -0
  4471. package/install/node_modules/lodash/fp/any.js +1 -0
  4472. package/install/node_modules/lodash/fp/anyPass.js +1 -0
  4473. package/install/node_modules/lodash/fp/apply.js +1 -0
  4474. package/install/node_modules/lodash/fp/array.js +2 -0
  4475. package/install/node_modules/lodash/fp/ary.js +5 -0
  4476. package/install/node_modules/lodash/fp/assign.js +5 -0
  4477. package/install/node_modules/lodash/fp/assignAll.js +5 -0
  4478. package/install/node_modules/lodash/fp/assignAllWith.js +5 -0
  4479. package/install/node_modules/lodash/fp/assignIn.js +5 -0
  4480. package/install/node_modules/lodash/fp/assignInAll.js +5 -0
  4481. package/install/node_modules/lodash/fp/assignInAllWith.js +5 -0
  4482. package/install/node_modules/lodash/fp/assignInWith.js +5 -0
  4483. package/install/node_modules/lodash/fp/assignWith.js +5 -0
  4484. package/install/node_modules/lodash/fp/assoc.js +1 -0
  4485. package/install/node_modules/lodash/fp/assocPath.js +1 -0
  4486. package/install/node_modules/lodash/fp/at.js +5 -0
  4487. package/install/node_modules/lodash/fp/attempt.js +5 -0
  4488. package/install/node_modules/lodash/fp/before.js +5 -0
  4489. package/install/node_modules/lodash/fp/bind.js +5 -0
  4490. package/install/node_modules/lodash/fp/bindAll.js +5 -0
  4491. package/install/node_modules/lodash/fp/bindKey.js +5 -0
  4492. package/install/node_modules/lodash/fp/camelCase.js +5 -0
  4493. package/install/node_modules/lodash/fp/capitalize.js +5 -0
  4494. package/install/node_modules/lodash/fp/castArray.js +5 -0
  4495. package/install/node_modules/lodash/fp/ceil.js +5 -0
  4496. package/install/node_modules/lodash/fp/chain.js +5 -0
  4497. package/install/node_modules/lodash/fp/chunk.js +5 -0
  4498. package/install/node_modules/lodash/fp/clamp.js +5 -0
  4499. package/install/node_modules/lodash/fp/clone.js +5 -0
  4500. package/install/node_modules/lodash/fp/cloneDeep.js +5 -0
  4501. package/install/node_modules/lodash/fp/cloneDeepWith.js +5 -0
  4502. package/install/node_modules/lodash/fp/cloneWith.js +5 -0
  4503. package/install/node_modules/lodash/fp/collection.js +2 -0
  4504. package/install/node_modules/lodash/fp/commit.js +5 -0
  4505. package/install/node_modules/lodash/fp/compact.js +5 -0
  4506. package/install/node_modules/lodash/fp/complement.js +1 -0
  4507. package/install/node_modules/lodash/fp/compose.js +1 -0
  4508. package/install/node_modules/lodash/fp/concat.js +5 -0
  4509. package/install/node_modules/lodash/fp/cond.js +5 -0
  4510. package/install/node_modules/lodash/fp/conforms.js +1 -0
  4511. package/install/node_modules/lodash/fp/conformsTo.js +5 -0
  4512. package/install/node_modules/lodash/fp/constant.js +5 -0
  4513. package/install/node_modules/lodash/fp/contains.js +1 -0
  4514. package/install/node_modules/lodash/fp/convert.js +18 -0
  4515. package/install/node_modules/lodash/fp/countBy.js +5 -0
  4516. package/install/node_modules/lodash/fp/create.js +5 -0
  4517. package/install/node_modules/lodash/fp/curry.js +5 -0
  4518. package/install/node_modules/lodash/fp/curryN.js +5 -0
  4519. package/install/node_modules/lodash/fp/curryRight.js +5 -0
  4520. package/install/node_modules/lodash/fp/curryRightN.js +5 -0
  4521. package/install/node_modules/lodash/fp/date.js +2 -0
  4522. package/install/node_modules/lodash/fp/debounce.js +5 -0
  4523. package/install/node_modules/lodash/fp/deburr.js +5 -0
  4524. package/install/node_modules/lodash/fp/defaultTo.js +5 -0
  4525. package/install/node_modules/lodash/fp/defaults.js +5 -0
  4526. package/install/node_modules/lodash/fp/defaultsAll.js +5 -0
  4527. package/install/node_modules/lodash/fp/defaultsDeep.js +5 -0
  4528. package/install/node_modules/lodash/fp/defaultsDeepAll.js +5 -0
  4529. package/install/node_modules/lodash/fp/defer.js +5 -0
  4530. package/install/node_modules/lodash/fp/delay.js +5 -0
  4531. package/install/node_modules/lodash/fp/difference.js +5 -0
  4532. package/install/node_modules/lodash/fp/differenceBy.js +5 -0
  4533. package/install/node_modules/lodash/fp/differenceWith.js +5 -0
  4534. package/install/node_modules/lodash/fp/dissoc.js +1 -0
  4535. package/install/node_modules/lodash/fp/dissocPath.js +1 -0
  4536. package/install/node_modules/lodash/fp/divide.js +5 -0
  4537. package/install/node_modules/lodash/fp/drop.js +5 -0
  4538. package/install/node_modules/lodash/fp/dropLast.js +1 -0
  4539. package/install/node_modules/lodash/fp/dropLastWhile.js +1 -0
  4540. package/install/node_modules/lodash/fp/dropRight.js +5 -0
  4541. package/install/node_modules/lodash/fp/dropRightWhile.js +5 -0
  4542. package/install/node_modules/lodash/fp/dropWhile.js +5 -0
  4543. package/install/node_modules/lodash/fp/each.js +1 -0
  4544. package/install/node_modules/lodash/fp/eachRight.js +1 -0
  4545. package/install/node_modules/lodash/fp/endsWith.js +5 -0
  4546. package/install/node_modules/lodash/fp/entries.js +1 -0
  4547. package/install/node_modules/lodash/fp/entriesIn.js +1 -0
  4548. package/install/node_modules/lodash/fp/eq.js +5 -0
  4549. package/install/node_modules/lodash/fp/equals.js +1 -0
  4550. package/install/node_modules/lodash/fp/escape.js +5 -0
  4551. package/install/node_modules/lodash/fp/escapeRegExp.js +5 -0
  4552. package/install/node_modules/lodash/fp/every.js +5 -0
  4553. package/install/node_modules/lodash/fp/extend.js +1 -0
  4554. package/install/node_modules/lodash/fp/extendAll.js +1 -0
  4555. package/install/node_modules/lodash/fp/extendAllWith.js +1 -0
  4556. package/install/node_modules/lodash/fp/extendWith.js +1 -0
  4557. package/install/node_modules/lodash/fp/fill.js +5 -0
  4558. package/install/node_modules/lodash/fp/filter.js +5 -0
  4559. package/install/node_modules/lodash/fp/find.js +5 -0
  4560. package/install/node_modules/lodash/fp/findFrom.js +5 -0
  4561. package/install/node_modules/lodash/fp/findIndex.js +5 -0
  4562. package/install/node_modules/lodash/fp/findIndexFrom.js +5 -0
  4563. package/install/node_modules/lodash/fp/findKey.js +5 -0
  4564. package/install/node_modules/lodash/fp/findLast.js +5 -0
  4565. package/install/node_modules/lodash/fp/findLastFrom.js +5 -0
  4566. package/install/node_modules/lodash/fp/findLastIndex.js +5 -0
  4567. package/install/node_modules/lodash/fp/findLastIndexFrom.js +5 -0
  4568. package/install/node_modules/lodash/fp/findLastKey.js +5 -0
  4569. package/install/node_modules/lodash/fp/first.js +1 -0
  4570. package/install/node_modules/lodash/fp/flatMap.js +5 -0
  4571. package/install/node_modules/lodash/fp/flatMapDeep.js +5 -0
  4572. package/install/node_modules/lodash/fp/flatMapDepth.js +5 -0
  4573. package/install/node_modules/lodash/fp/flatten.js +5 -0
  4574. package/install/node_modules/lodash/fp/flattenDeep.js +5 -0
  4575. package/install/node_modules/lodash/fp/flattenDepth.js +5 -0
  4576. package/install/node_modules/lodash/fp/flip.js +5 -0
  4577. package/install/node_modules/lodash/fp/floor.js +5 -0
  4578. package/install/node_modules/lodash/fp/flow.js +5 -0
  4579. package/install/node_modules/lodash/fp/flowRight.js +5 -0
  4580. package/install/node_modules/lodash/fp/forEach.js +5 -0
  4581. package/install/node_modules/lodash/fp/forEachRight.js +5 -0
  4582. package/install/node_modules/lodash/fp/forIn.js +5 -0
  4583. package/install/node_modules/lodash/fp/forInRight.js +5 -0
  4584. package/install/node_modules/lodash/fp/forOwn.js +5 -0
  4585. package/install/node_modules/lodash/fp/forOwnRight.js +5 -0
  4586. package/install/node_modules/lodash/fp/fromPairs.js +5 -0
  4587. package/install/node_modules/lodash/fp/function.js +2 -0
  4588. package/install/node_modules/lodash/fp/functions.js +5 -0
  4589. package/install/node_modules/lodash/fp/functionsIn.js +5 -0
  4590. package/install/node_modules/lodash/fp/get.js +5 -0
  4591. package/install/node_modules/lodash/fp/getOr.js +5 -0
  4592. package/install/node_modules/lodash/fp/groupBy.js +5 -0
  4593. package/install/node_modules/lodash/fp/gt.js +5 -0
  4594. package/install/node_modules/lodash/fp/gte.js +5 -0
  4595. package/install/node_modules/lodash/fp/has.js +5 -0
  4596. package/install/node_modules/lodash/fp/hasIn.js +5 -0
  4597. package/install/node_modules/lodash/fp/head.js +5 -0
  4598. package/install/node_modules/lodash/fp/identical.js +1 -0
  4599. package/install/node_modules/lodash/fp/identity.js +5 -0
  4600. package/install/node_modules/lodash/fp/inRange.js +5 -0
  4601. package/install/node_modules/lodash/fp/includes.js +5 -0
  4602. package/install/node_modules/lodash/fp/includesFrom.js +5 -0
  4603. package/install/node_modules/lodash/fp/indexBy.js +1 -0
  4604. package/install/node_modules/lodash/fp/indexOf.js +5 -0
  4605. package/install/node_modules/lodash/fp/indexOfFrom.js +5 -0
  4606. package/install/node_modules/lodash/fp/init.js +1 -0
  4607. package/install/node_modules/lodash/fp/initial.js +5 -0
  4608. package/install/node_modules/lodash/fp/intersection.js +5 -0
  4609. package/install/node_modules/lodash/fp/intersectionBy.js +5 -0
  4610. package/install/node_modules/lodash/fp/intersectionWith.js +5 -0
  4611. package/install/node_modules/lodash/fp/invert.js +5 -0
  4612. package/install/node_modules/lodash/fp/invertBy.js +5 -0
  4613. package/install/node_modules/lodash/fp/invertObj.js +1 -0
  4614. package/install/node_modules/lodash/fp/invoke.js +5 -0
  4615. package/install/node_modules/lodash/fp/invokeArgs.js +5 -0
  4616. package/install/node_modules/lodash/fp/invokeArgsMap.js +5 -0
  4617. package/install/node_modules/lodash/fp/invokeMap.js +5 -0
  4618. package/install/node_modules/lodash/fp/isArguments.js +5 -0
  4619. package/install/node_modules/lodash/fp/isArray.js +5 -0
  4620. package/install/node_modules/lodash/fp/isArrayBuffer.js +5 -0
  4621. package/install/node_modules/lodash/fp/isArrayLike.js +5 -0
  4622. package/install/node_modules/lodash/fp/isArrayLikeObject.js +5 -0
  4623. package/install/node_modules/lodash/fp/isBoolean.js +5 -0
  4624. package/install/node_modules/lodash/fp/isBuffer.js +5 -0
  4625. package/install/node_modules/lodash/fp/isDate.js +5 -0
  4626. package/install/node_modules/lodash/fp/isElement.js +5 -0
  4627. package/install/node_modules/lodash/fp/isEmpty.js +5 -0
  4628. package/install/node_modules/lodash/fp/isEqual.js +5 -0
  4629. package/install/node_modules/lodash/fp/isEqualWith.js +5 -0
  4630. package/install/node_modules/lodash/fp/isError.js +5 -0
  4631. package/install/node_modules/lodash/fp/isFinite.js +5 -0
  4632. package/install/node_modules/lodash/fp/isFunction.js +5 -0
  4633. package/install/node_modules/lodash/fp/isInteger.js +5 -0
  4634. package/install/node_modules/lodash/fp/isLength.js +5 -0
  4635. package/install/node_modules/lodash/fp/isMap.js +5 -0
  4636. package/install/node_modules/lodash/fp/isMatch.js +5 -0
  4637. package/install/node_modules/lodash/fp/isMatchWith.js +5 -0
  4638. package/install/node_modules/lodash/fp/isNaN.js +5 -0
  4639. package/install/node_modules/lodash/fp/isNative.js +5 -0
  4640. package/install/node_modules/lodash/fp/isNil.js +5 -0
  4641. package/install/node_modules/lodash/fp/isNull.js +5 -0
  4642. package/install/node_modules/lodash/fp/isNumber.js +5 -0
  4643. package/install/node_modules/lodash/fp/isObject.js +5 -0
  4644. package/install/node_modules/lodash/fp/isObjectLike.js +5 -0
  4645. package/install/node_modules/lodash/fp/isPlainObject.js +5 -0
  4646. package/install/node_modules/lodash/fp/isRegExp.js +5 -0
  4647. package/install/node_modules/lodash/fp/isSafeInteger.js +5 -0
  4648. package/install/node_modules/lodash/fp/isSet.js +5 -0
  4649. package/install/node_modules/lodash/fp/isString.js +5 -0
  4650. package/install/node_modules/lodash/fp/isSymbol.js +5 -0
  4651. package/install/node_modules/lodash/fp/isTypedArray.js +5 -0
  4652. package/install/node_modules/lodash/fp/isUndefined.js +5 -0
  4653. package/install/node_modules/lodash/fp/isWeakMap.js +5 -0
  4654. package/install/node_modules/lodash/fp/isWeakSet.js +5 -0
  4655. package/install/node_modules/lodash/fp/iteratee.js +5 -0
  4656. package/install/node_modules/lodash/fp/join.js +5 -0
  4657. package/install/node_modules/lodash/fp/juxt.js +1 -0
  4658. package/install/node_modules/lodash/fp/kebabCase.js +5 -0
  4659. package/install/node_modules/lodash/fp/keyBy.js +5 -0
  4660. package/install/node_modules/lodash/fp/keys.js +5 -0
  4661. package/install/node_modules/lodash/fp/keysIn.js +5 -0
  4662. package/install/node_modules/lodash/fp/lang.js +2 -0
  4663. package/install/node_modules/lodash/fp/last.js +5 -0
  4664. package/install/node_modules/lodash/fp/lastIndexOf.js +5 -0
  4665. package/install/node_modules/lodash/fp/lastIndexOfFrom.js +5 -0
  4666. package/install/node_modules/lodash/fp/lowerCase.js +5 -0
  4667. package/install/node_modules/lodash/fp/lowerFirst.js +5 -0
  4668. package/install/node_modules/lodash/fp/lt.js +5 -0
  4669. package/install/node_modules/lodash/fp/lte.js +5 -0
  4670. package/install/node_modules/lodash/fp/map.js +5 -0
  4671. package/install/node_modules/lodash/fp/mapKeys.js +5 -0
  4672. package/install/node_modules/lodash/fp/mapValues.js +5 -0
  4673. package/install/node_modules/lodash/fp/matches.js +1 -0
  4674. package/install/node_modules/lodash/fp/matchesProperty.js +5 -0
  4675. package/install/node_modules/lodash/fp/math.js +2 -0
  4676. package/install/node_modules/lodash/fp/max.js +5 -0
  4677. package/install/node_modules/lodash/fp/maxBy.js +5 -0
  4678. package/install/node_modules/lodash/fp/mean.js +5 -0
  4679. package/install/node_modules/lodash/fp/meanBy.js +5 -0
  4680. package/install/node_modules/lodash/fp/memoize.js +5 -0
  4681. package/install/node_modules/lodash/fp/merge.js +5 -0
  4682. package/install/node_modules/lodash/fp/mergeAll.js +5 -0
  4683. package/install/node_modules/lodash/fp/mergeAllWith.js +5 -0
  4684. package/install/node_modules/lodash/fp/mergeWith.js +5 -0
  4685. package/install/node_modules/lodash/fp/method.js +5 -0
  4686. package/install/node_modules/lodash/fp/methodOf.js +5 -0
  4687. package/install/node_modules/lodash/fp/min.js +5 -0
  4688. package/install/node_modules/lodash/fp/minBy.js +5 -0
  4689. package/install/node_modules/lodash/fp/mixin.js +5 -0
  4690. package/install/node_modules/lodash/fp/multiply.js +5 -0
  4691. package/install/node_modules/lodash/fp/nAry.js +1 -0
  4692. package/install/node_modules/lodash/fp/negate.js +5 -0
  4693. package/install/node_modules/lodash/fp/next.js +5 -0
  4694. package/install/node_modules/lodash/fp/noop.js +5 -0
  4695. package/install/node_modules/lodash/fp/now.js +5 -0
  4696. package/install/node_modules/lodash/fp/nth.js +5 -0
  4697. package/install/node_modules/lodash/fp/nthArg.js +5 -0
  4698. package/install/node_modules/lodash/fp/number.js +2 -0
  4699. package/install/node_modules/lodash/fp/object.js +2 -0
  4700. package/install/node_modules/lodash/fp/omit.js +5 -0
  4701. package/install/node_modules/lodash/fp/omitAll.js +1 -0
  4702. package/install/node_modules/lodash/fp/omitBy.js +5 -0
  4703. package/install/node_modules/lodash/fp/once.js +5 -0
  4704. package/install/node_modules/lodash/fp/orderBy.js +5 -0
  4705. package/install/node_modules/lodash/fp/over.js +5 -0
  4706. package/install/node_modules/lodash/fp/overArgs.js +5 -0
  4707. package/install/node_modules/lodash/fp/overEvery.js +5 -0
  4708. package/install/node_modules/lodash/fp/overSome.js +5 -0
  4709. package/install/node_modules/lodash/fp/pad.js +5 -0
  4710. package/install/node_modules/lodash/fp/padChars.js +5 -0
  4711. package/install/node_modules/lodash/fp/padCharsEnd.js +5 -0
  4712. package/install/node_modules/lodash/fp/padCharsStart.js +5 -0
  4713. package/install/node_modules/lodash/fp/padEnd.js +5 -0
  4714. package/install/node_modules/lodash/fp/padStart.js +5 -0
  4715. package/install/node_modules/lodash/fp/parseInt.js +5 -0
  4716. package/install/node_modules/lodash/fp/partial.js +5 -0
  4717. package/install/node_modules/lodash/fp/partialRight.js +5 -0
  4718. package/install/node_modules/lodash/fp/partition.js +5 -0
  4719. package/install/node_modules/lodash/fp/path.js +1 -0
  4720. package/install/node_modules/lodash/fp/pathEq.js +1 -0
  4721. package/install/node_modules/lodash/fp/pathOr.js +1 -0
  4722. package/install/node_modules/lodash/fp/paths.js +1 -0
  4723. package/install/node_modules/lodash/fp/pick.js +5 -0
  4724. package/install/node_modules/lodash/fp/pickAll.js +1 -0
  4725. package/install/node_modules/lodash/fp/pickBy.js +5 -0
  4726. package/install/node_modules/lodash/fp/pipe.js +1 -0
  4727. package/install/node_modules/lodash/fp/placeholder.js +6 -0
  4728. package/install/node_modules/lodash/fp/plant.js +5 -0
  4729. package/install/node_modules/lodash/fp/pluck.js +1 -0
  4730. package/install/node_modules/lodash/fp/prop.js +1 -0
  4731. package/install/node_modules/lodash/fp/propEq.js +1 -0
  4732. package/install/node_modules/lodash/fp/propOr.js +1 -0
  4733. package/install/node_modules/lodash/fp/property.js +1 -0
  4734. package/install/node_modules/lodash/fp/propertyOf.js +5 -0
  4735. package/install/node_modules/lodash/fp/props.js +1 -0
  4736. package/install/node_modules/lodash/fp/pull.js +5 -0
  4737. package/install/node_modules/lodash/fp/pullAll.js +5 -0
  4738. package/install/node_modules/lodash/fp/pullAllBy.js +5 -0
  4739. package/install/node_modules/lodash/fp/pullAllWith.js +5 -0
  4740. package/install/node_modules/lodash/fp/pullAt.js +5 -0
  4741. package/install/node_modules/lodash/fp/random.js +5 -0
  4742. package/install/node_modules/lodash/fp/range.js +5 -0
  4743. package/install/node_modules/lodash/fp/rangeRight.js +5 -0
  4744. package/install/node_modules/lodash/fp/rangeStep.js +5 -0
  4745. package/install/node_modules/lodash/fp/rangeStepRight.js +5 -0
  4746. package/install/node_modules/lodash/fp/rearg.js +5 -0
  4747. package/install/node_modules/lodash/fp/reduce.js +5 -0
  4748. package/install/node_modules/lodash/fp/reduceRight.js +5 -0
  4749. package/install/node_modules/lodash/fp/reject.js +5 -0
  4750. package/install/node_modules/lodash/fp/remove.js +5 -0
  4751. package/install/node_modules/lodash/fp/repeat.js +5 -0
  4752. package/install/node_modules/lodash/fp/replace.js +5 -0
  4753. package/install/node_modules/lodash/fp/rest.js +5 -0
  4754. package/install/node_modules/lodash/fp/restFrom.js +5 -0
  4755. package/install/node_modules/lodash/fp/result.js +5 -0
  4756. package/install/node_modules/lodash/fp/reverse.js +5 -0
  4757. package/install/node_modules/lodash/fp/round.js +5 -0
  4758. package/install/node_modules/lodash/fp/sample.js +5 -0
  4759. package/install/node_modules/lodash/fp/sampleSize.js +5 -0
  4760. package/install/node_modules/lodash/fp/seq.js +2 -0
  4761. package/install/node_modules/lodash/fp/set.js +5 -0
  4762. package/install/node_modules/lodash/fp/setWith.js +5 -0
  4763. package/install/node_modules/lodash/fp/shuffle.js +5 -0
  4764. package/install/node_modules/lodash/fp/size.js +5 -0
  4765. package/install/node_modules/lodash/fp/slice.js +5 -0
  4766. package/install/node_modules/lodash/fp/snakeCase.js +5 -0
  4767. package/install/node_modules/lodash/fp/some.js +5 -0
  4768. package/install/node_modules/lodash/fp/sortBy.js +5 -0
  4769. package/install/node_modules/lodash/fp/sortedIndex.js +5 -0
  4770. package/install/node_modules/lodash/fp/sortedIndexBy.js +5 -0
  4771. package/install/node_modules/lodash/fp/sortedIndexOf.js +5 -0
  4772. package/install/node_modules/lodash/fp/sortedLastIndex.js +5 -0
  4773. package/install/node_modules/lodash/fp/sortedLastIndexBy.js +5 -0
  4774. package/install/node_modules/lodash/fp/sortedLastIndexOf.js +5 -0
  4775. package/install/node_modules/lodash/fp/sortedUniq.js +5 -0
  4776. package/install/node_modules/lodash/fp/sortedUniqBy.js +5 -0
  4777. package/install/node_modules/lodash/fp/split.js +5 -0
  4778. package/install/node_modules/lodash/fp/spread.js +5 -0
  4779. package/install/node_modules/lodash/fp/spreadFrom.js +5 -0
  4780. package/install/node_modules/lodash/fp/startCase.js +5 -0
  4781. package/install/node_modules/lodash/fp/startsWith.js +5 -0
  4782. package/install/node_modules/lodash/fp/string.js +2 -0
  4783. package/install/node_modules/lodash/fp/stubArray.js +5 -0
  4784. package/install/node_modules/lodash/fp/stubFalse.js +5 -0
  4785. package/install/node_modules/lodash/fp/stubObject.js +5 -0
  4786. package/install/node_modules/lodash/fp/stubString.js +5 -0
  4787. package/install/node_modules/lodash/fp/stubTrue.js +5 -0
  4788. package/install/node_modules/lodash/fp/subtract.js +5 -0
  4789. package/install/node_modules/lodash/fp/sum.js +5 -0
  4790. package/install/node_modules/lodash/fp/sumBy.js +5 -0
  4791. package/install/node_modules/lodash/fp/symmetricDifference.js +1 -0
  4792. package/install/node_modules/lodash/fp/symmetricDifferenceBy.js +1 -0
  4793. package/install/node_modules/lodash/fp/symmetricDifferenceWith.js +1 -0
  4794. package/install/node_modules/lodash/fp/tail.js +5 -0
  4795. package/install/node_modules/lodash/fp/take.js +5 -0
  4796. package/install/node_modules/lodash/fp/takeLast.js +1 -0
  4797. package/install/node_modules/lodash/fp/takeLastWhile.js +1 -0
  4798. package/install/node_modules/lodash/fp/takeRight.js +5 -0
  4799. package/install/node_modules/lodash/fp/takeRightWhile.js +5 -0
  4800. package/install/node_modules/lodash/fp/takeWhile.js +5 -0
  4801. package/install/node_modules/lodash/fp/tap.js +5 -0
  4802. package/install/node_modules/lodash/fp/template.js +5 -0
  4803. package/install/node_modules/lodash/fp/templateSettings.js +5 -0
  4804. package/install/node_modules/lodash/fp/throttle.js +5 -0
  4805. package/install/node_modules/lodash/fp/thru.js +5 -0
  4806. package/install/node_modules/lodash/fp/times.js +5 -0
  4807. package/install/node_modules/lodash/fp/toArray.js +5 -0
  4808. package/install/node_modules/lodash/fp/toFinite.js +5 -0
  4809. package/install/node_modules/lodash/fp/toInteger.js +5 -0
  4810. package/install/node_modules/lodash/fp/toIterator.js +5 -0
  4811. package/install/node_modules/lodash/fp/toJSON.js +5 -0
  4812. package/install/node_modules/lodash/fp/toLength.js +5 -0
  4813. package/install/node_modules/lodash/fp/toLower.js +5 -0
  4814. package/install/node_modules/lodash/fp/toNumber.js +5 -0
  4815. package/install/node_modules/lodash/fp/toPairs.js +5 -0
  4816. package/install/node_modules/lodash/fp/toPairsIn.js +5 -0
  4817. package/install/node_modules/lodash/fp/toPath.js +5 -0
  4818. package/install/node_modules/lodash/fp/toPlainObject.js +5 -0
  4819. package/install/node_modules/lodash/fp/toSafeInteger.js +5 -0
  4820. package/install/node_modules/lodash/fp/toString.js +5 -0
  4821. package/install/node_modules/lodash/fp/toUpper.js +5 -0
  4822. package/install/node_modules/lodash/fp/transform.js +5 -0
  4823. package/install/node_modules/lodash/fp/trim.js +5 -0
  4824. package/install/node_modules/lodash/fp/trimChars.js +5 -0
  4825. package/install/node_modules/lodash/fp/trimCharsEnd.js +5 -0
  4826. package/install/node_modules/lodash/fp/trimCharsStart.js +5 -0
  4827. package/install/node_modules/lodash/fp/trimEnd.js +5 -0
  4828. package/install/node_modules/lodash/fp/trimStart.js +5 -0
  4829. package/install/node_modules/lodash/fp/truncate.js +5 -0
  4830. package/install/node_modules/lodash/fp/unapply.js +1 -0
  4831. package/install/node_modules/lodash/fp/unary.js +5 -0
  4832. package/install/node_modules/lodash/fp/unescape.js +5 -0
  4833. package/install/node_modules/lodash/fp/union.js +5 -0
  4834. package/install/node_modules/lodash/fp/unionBy.js +5 -0
  4835. package/install/node_modules/lodash/fp/unionWith.js +5 -0
  4836. package/install/node_modules/lodash/fp/uniq.js +5 -0
  4837. package/install/node_modules/lodash/fp/uniqBy.js +5 -0
  4838. package/install/node_modules/lodash/fp/uniqWith.js +5 -0
  4839. package/install/node_modules/lodash/fp/uniqueId.js +5 -0
  4840. package/install/node_modules/lodash/fp/unnest.js +1 -0
  4841. package/install/node_modules/lodash/fp/unset.js +5 -0
  4842. package/install/node_modules/lodash/fp/unzip.js +5 -0
  4843. package/install/node_modules/lodash/fp/unzipWith.js +5 -0
  4844. package/install/node_modules/lodash/fp/update.js +5 -0
  4845. package/install/node_modules/lodash/fp/updateWith.js +5 -0
  4846. package/install/node_modules/lodash/fp/upperCase.js +5 -0
  4847. package/install/node_modules/lodash/fp/upperFirst.js +5 -0
  4848. package/install/node_modules/lodash/fp/useWith.js +1 -0
  4849. package/install/node_modules/lodash/fp/util.js +2 -0
  4850. package/install/node_modules/lodash/fp/value.js +5 -0
  4851. package/install/node_modules/lodash/fp/valueOf.js +5 -0
  4852. package/install/node_modules/lodash/fp/values.js +5 -0
  4853. package/install/node_modules/lodash/fp/valuesIn.js +5 -0
  4854. package/install/node_modules/lodash/fp/where.js +1 -0
  4855. package/install/node_modules/lodash/fp/whereEq.js +1 -0
  4856. package/install/node_modules/lodash/fp/without.js +5 -0
  4857. package/install/node_modules/lodash/fp/words.js +5 -0
  4858. package/install/node_modules/lodash/fp/wrap.js +5 -0
  4859. package/install/node_modules/lodash/fp/wrapperAt.js +5 -0
  4860. package/install/node_modules/lodash/fp/wrapperChain.js +5 -0
  4861. package/install/node_modules/lodash/fp/wrapperLodash.js +5 -0
  4862. package/install/node_modules/lodash/fp/wrapperReverse.js +5 -0
  4863. package/install/node_modules/lodash/fp/wrapperValue.js +5 -0
  4864. package/install/node_modules/lodash/fp/xor.js +5 -0
  4865. package/install/node_modules/lodash/fp/xorBy.js +5 -0
  4866. package/install/node_modules/lodash/fp/xorWith.js +5 -0
  4867. package/install/node_modules/lodash/fp/zip.js +5 -0
  4868. package/install/node_modules/lodash/fp/zipAll.js +5 -0
  4869. package/install/node_modules/lodash/fp/zipObj.js +1 -0
  4870. package/install/node_modules/lodash/fp/zipObject.js +5 -0
  4871. package/install/node_modules/lodash/fp/zipObjectDeep.js +5 -0
  4872. package/install/node_modules/lodash/fp/zipWith.js +5 -0
  4873. package/install/node_modules/lodash/fp.js +2 -0
  4874. package/install/node_modules/lodash/fromPairs.js +28 -0
  4875. package/install/node_modules/lodash/function.js +25 -0
  4876. package/install/node_modules/lodash/functions.js +31 -0
  4877. package/install/node_modules/lodash/functionsIn.js +31 -0
  4878. package/install/node_modules/lodash/get.js +33 -0
  4879. package/install/node_modules/lodash/groupBy.js +41 -0
  4880. package/install/node_modules/lodash/gt.js +29 -0
  4881. package/install/node_modules/lodash/gte.js +30 -0
  4882. package/install/node_modules/lodash/has.js +35 -0
  4883. package/install/node_modules/lodash/hasIn.js +34 -0
  4884. package/install/node_modules/lodash/head.js +23 -0
  4885. package/install/node_modules/lodash/identity.js +21 -0
  4886. package/install/node_modules/lodash/inRange.js +55 -0
  4887. package/install/node_modules/lodash/includes.js +53 -0
  4888. package/install/node_modules/lodash/index.js +1 -0
  4889. package/install/node_modules/lodash/indexOf.js +42 -0
  4890. package/install/node_modules/lodash/initial.js +22 -0
  4891. package/install/node_modules/lodash/intersection.js +30 -0
  4892. package/install/node_modules/lodash/intersectionBy.js +45 -0
  4893. package/install/node_modules/lodash/intersectionWith.js +41 -0
  4894. package/install/node_modules/lodash/invert.js +42 -0
  4895. package/install/node_modules/lodash/invertBy.js +56 -0
  4896. package/install/node_modules/lodash/invoke.js +24 -0
  4897. package/install/node_modules/lodash/invokeMap.js +41 -0
  4898. package/install/node_modules/lodash/isArguments.js +36 -0
  4899. package/install/node_modules/lodash/isArray.js +26 -0
  4900. package/install/node_modules/lodash/isArrayBuffer.js +27 -0
  4901. package/install/node_modules/lodash/isArrayLike.js +33 -0
  4902. package/install/node_modules/lodash/isArrayLikeObject.js +33 -0
  4903. package/install/node_modules/lodash/isBoolean.js +29 -0
  4904. package/install/node_modules/lodash/isBuffer.js +38 -0
  4905. package/install/node_modules/lodash/isDate.js +27 -0
  4906. package/install/node_modules/lodash/isElement.js +25 -0
  4907. package/install/node_modules/lodash/isEmpty.js +77 -0
  4908. package/install/node_modules/lodash/isEqual.js +35 -0
  4909. package/install/node_modules/lodash/isEqualWith.js +41 -0
  4910. package/install/node_modules/lodash/isError.js +36 -0
  4911. package/install/node_modules/lodash/isFinite.js +36 -0
  4912. package/install/node_modules/lodash/isFunction.js +37 -0
  4913. package/install/node_modules/lodash/isInteger.js +33 -0
  4914. package/install/node_modules/lodash/isLength.js +35 -0
  4915. package/install/node_modules/lodash/isMap.js +27 -0
  4916. package/install/node_modules/lodash/isMatch.js +36 -0
  4917. package/install/node_modules/lodash/isMatchWith.js +41 -0
  4918. package/install/node_modules/lodash/isNaN.js +38 -0
  4919. package/install/node_modules/lodash/isNative.js +40 -0
  4920. package/install/node_modules/lodash/isNil.js +25 -0
  4921. package/install/node_modules/lodash/isNull.js +22 -0
  4922. package/install/node_modules/lodash/isNumber.js +38 -0
  4923. package/install/node_modules/lodash/isObject.js +31 -0
  4924. package/install/node_modules/lodash/isObjectLike.js +29 -0
  4925. package/install/node_modules/lodash/isPlainObject.js +62 -0
  4926. package/install/node_modules/lodash/isRegExp.js +27 -0
  4927. package/install/node_modules/lodash/isSafeInteger.js +37 -0
  4928. package/install/node_modules/lodash/isSet.js +27 -0
  4929. package/install/node_modules/lodash/isString.js +30 -0
  4930. package/install/node_modules/lodash/isSymbol.js +29 -0
  4931. package/install/node_modules/lodash/isTypedArray.js +27 -0
  4932. package/install/node_modules/lodash/isUndefined.js +22 -0
  4933. package/install/node_modules/lodash/isWeakMap.js +28 -0
  4934. package/install/node_modules/lodash/isWeakSet.js +28 -0
  4935. package/install/node_modules/lodash/iteratee.js +53 -0
  4936. package/install/node_modules/lodash/join.js +26 -0
  4937. package/install/node_modules/lodash/kebabCase.js +28 -0
  4938. package/install/node_modules/lodash/keyBy.js +36 -0
  4939. package/install/node_modules/lodash/keys.js +37 -0
  4940. package/install/node_modules/lodash/keysIn.js +32 -0
  4941. package/install/node_modules/lodash/lang.js +58 -0
  4942. package/install/node_modules/lodash/last.js +20 -0
  4943. package/install/node_modules/lodash/lastIndexOf.js +46 -0
  4944. package/install/node_modules/lodash/lodash.js +17248 -0
  4945. package/install/node_modules/lodash/lodash.min.js +140 -0
  4946. package/install/node_modules/lodash/lowerCase.js +27 -0
  4947. package/install/node_modules/lodash/lowerFirst.js +22 -0
  4948. package/install/node_modules/lodash/lt.js +29 -0
  4949. package/install/node_modules/lodash/lte.js +30 -0
  4950. package/install/node_modules/lodash/map.js +53 -0
  4951. package/install/node_modules/lodash/mapKeys.js +36 -0
  4952. package/install/node_modules/lodash/mapValues.js +43 -0
  4953. package/install/node_modules/lodash/matches.js +46 -0
  4954. package/install/node_modules/lodash/matchesProperty.js +44 -0
  4955. package/install/node_modules/lodash/math.js +17 -0
  4956. package/install/node_modules/lodash/max.js +29 -0
  4957. package/install/node_modules/lodash/maxBy.js +34 -0
  4958. package/install/node_modules/lodash/mean.js +22 -0
  4959. package/install/node_modules/lodash/meanBy.js +31 -0
  4960. package/install/node_modules/lodash/memoize.js +73 -0
  4961. package/install/node_modules/lodash/merge.js +39 -0
  4962. package/install/node_modules/lodash/mergeWith.js +39 -0
  4963. package/install/node_modules/lodash/method.js +34 -0
  4964. package/install/node_modules/lodash/methodOf.js +33 -0
  4965. package/install/node_modules/lodash/min.js +29 -0
  4966. package/install/node_modules/lodash/minBy.js +34 -0
  4967. package/install/node_modules/lodash/mixin.js +74 -0
  4968. package/install/node_modules/lodash/multiply.js +22 -0
  4969. package/install/node_modules/lodash/negate.js +40 -0
  4970. package/install/node_modules/lodash/next.js +35 -0
  4971. package/install/node_modules/lodash/noop.js +17 -0
  4972. package/install/node_modules/lodash/now.js +23 -0
  4973. package/install/node_modules/lodash/nth.js +29 -0
  4974. package/install/node_modules/lodash/nthArg.js +32 -0
  4975. package/install/node_modules/lodash/number.js +5 -0
  4976. package/install/node_modules/lodash/object.js +49 -0
  4977. package/install/node_modules/lodash/omit.js +57 -0
  4978. package/install/node_modules/lodash/omitBy.js +29 -0
  4979. package/install/node_modules/lodash/once.js +25 -0
  4980. package/install/node_modules/lodash/orderBy.js +47 -0
  4981. package/install/node_modules/lodash/over.js +24 -0
  4982. package/install/node_modules/lodash/overArgs.js +61 -0
  4983. package/install/node_modules/lodash/overEvery.js +34 -0
  4984. package/install/node_modules/lodash/overSome.js +37 -0
  4985. package/install/node_modules/lodash/package.json +17 -0
  4986. package/install/node_modules/lodash/pad.js +49 -0
  4987. package/install/node_modules/lodash/padEnd.js +39 -0
  4988. package/install/node_modules/lodash/padStart.js +39 -0
  4989. package/install/node_modules/lodash/parseInt.js +43 -0
  4990. package/install/node_modules/lodash/partial.js +50 -0
  4991. package/install/node_modules/lodash/partialRight.js +49 -0
  4992. package/install/node_modules/lodash/partition.js +43 -0
  4993. package/install/node_modules/lodash/pick.js +25 -0
  4994. package/install/node_modules/lodash/pickBy.js +37 -0
  4995. package/install/node_modules/lodash/plant.js +48 -0
  4996. package/install/node_modules/lodash/property.js +32 -0
  4997. package/install/node_modules/lodash/propertyOf.js +30 -0
  4998. package/install/node_modules/lodash/pull.js +29 -0
  4999. package/install/node_modules/lodash/pullAll.js +29 -0
  5000. package/install/node_modules/lodash/pullAllBy.js +33 -0
  5001. package/install/node_modules/lodash/pullAllWith.js +32 -0
  5002. package/install/node_modules/lodash/pullAt.js +43 -0
  5003. package/install/node_modules/lodash/random.js +82 -0
  5004. package/install/node_modules/lodash/range.js +46 -0
  5005. package/install/node_modules/lodash/rangeRight.js +41 -0
  5006. package/install/node_modules/lodash/rearg.js +33 -0
  5007. package/install/node_modules/lodash/reduce.js +51 -0
  5008. package/install/node_modules/lodash/reduceRight.js +36 -0
  5009. package/install/node_modules/lodash/reject.js +46 -0
  5010. package/install/node_modules/lodash/remove.js +53 -0
  5011. package/install/node_modules/lodash/repeat.js +37 -0
  5012. package/install/node_modules/lodash/replace.js +29 -0
  5013. package/install/node_modules/lodash/rest.js +40 -0
  5014. package/install/node_modules/lodash/result.js +56 -0
  5015. package/install/node_modules/lodash/reverse.js +34 -0
  5016. package/install/node_modules/lodash/round.js +26 -0
  5017. package/install/node_modules/lodash/sample.js +24 -0
  5018. package/install/node_modules/lodash/sampleSize.js +37 -0
  5019. package/install/node_modules/lodash/seq.js +16 -0
  5020. package/install/node_modules/lodash/set.js +35 -0
  5021. package/install/node_modules/lodash/setWith.js +32 -0
  5022. package/install/node_modules/lodash/shuffle.js +25 -0
  5023. package/install/node_modules/lodash/size.js +46 -0
  5024. package/install/node_modules/lodash/slice.js +37 -0
  5025. package/install/node_modules/lodash/snakeCase.js +28 -0
  5026. package/install/node_modules/lodash/some.js +51 -0
  5027. package/install/node_modules/lodash/sortBy.js +48 -0
  5028. package/install/node_modules/lodash/sortedIndex.js +24 -0
  5029. package/install/node_modules/lodash/sortedIndexBy.js +33 -0
  5030. package/install/node_modules/lodash/sortedIndexOf.js +31 -0
  5031. package/install/node_modules/lodash/sortedLastIndex.js +25 -0
  5032. package/install/node_modules/lodash/sortedLastIndexBy.js +33 -0
  5033. package/install/node_modules/lodash/sortedLastIndexOf.js +31 -0
  5034. package/install/node_modules/lodash/sortedUniq.js +24 -0
  5035. package/install/node_modules/lodash/sortedUniqBy.js +26 -0
  5036. package/install/node_modules/lodash/split.js +52 -0
  5037. package/install/node_modules/lodash/spread.js +63 -0
  5038. package/install/node_modules/lodash/startCase.js +29 -0
  5039. package/install/node_modules/lodash/startsWith.js +39 -0
  5040. package/install/node_modules/lodash/string.js +33 -0
  5041. package/install/node_modules/lodash/stubArray.js +23 -0
  5042. package/install/node_modules/lodash/stubFalse.js +18 -0
  5043. package/install/node_modules/lodash/stubObject.js +23 -0
  5044. package/install/node_modules/lodash/stubString.js +18 -0
  5045. package/install/node_modules/lodash/stubTrue.js +18 -0
  5046. package/install/node_modules/lodash/subtract.js +22 -0
  5047. package/install/node_modules/lodash/sum.js +24 -0
  5048. package/install/node_modules/lodash/sumBy.js +33 -0
  5049. package/install/node_modules/lodash/tail.js +22 -0
  5050. package/install/node_modules/lodash/take.js +37 -0
  5051. package/install/node_modules/lodash/takeRight.js +39 -0
  5052. package/install/node_modules/lodash/takeRightWhile.js +45 -0
  5053. package/install/node_modules/lodash/takeWhile.js +45 -0
  5054. package/install/node_modules/lodash/tap.js +29 -0
  5055. package/install/node_modules/lodash/template.js +272 -0
  5056. package/install/node_modules/lodash/templateSettings.js +67 -0
  5057. package/install/node_modules/lodash/throttle.js +69 -0
  5058. package/install/node_modules/lodash/thru.js +28 -0
  5059. package/install/node_modules/lodash/times.js +51 -0
  5060. package/install/node_modules/lodash/toArray.js +58 -0
  5061. package/install/node_modules/lodash/toFinite.js +42 -0
  5062. package/install/node_modules/lodash/toInteger.js +36 -0
  5063. package/install/node_modules/lodash/toIterator.js +23 -0
  5064. package/install/node_modules/lodash/toJSON.js +1 -0
  5065. package/install/node_modules/lodash/toLength.js +38 -0
  5066. package/install/node_modules/lodash/toLower.js +28 -0
  5067. package/install/node_modules/lodash/toNumber.js +64 -0
  5068. package/install/node_modules/lodash/toPairs.js +30 -0
  5069. package/install/node_modules/lodash/toPairsIn.js +30 -0
  5070. package/install/node_modules/lodash/toPath.js +33 -0
  5071. package/install/node_modules/lodash/toPlainObject.js +32 -0
  5072. package/install/node_modules/lodash/toSafeInteger.js +37 -0
  5073. package/install/node_modules/lodash/toString.js +28 -0
  5074. package/install/node_modules/lodash/toUpper.js +28 -0
  5075. package/install/node_modules/lodash/transform.js +65 -0
  5076. package/install/node_modules/lodash/trim.js +47 -0
  5077. package/install/node_modules/lodash/trimEnd.js +41 -0
  5078. package/install/node_modules/lodash/trimStart.js +43 -0
  5079. package/install/node_modules/lodash/truncate.js +111 -0
  5080. package/install/node_modules/lodash/unary.js +22 -0
  5081. package/install/node_modules/lodash/unescape.js +34 -0
  5082. package/install/node_modules/lodash/union.js +26 -0
  5083. package/install/node_modules/lodash/unionBy.js +39 -0
  5084. package/install/node_modules/lodash/unionWith.js +34 -0
  5085. package/install/node_modules/lodash/uniq.js +25 -0
  5086. package/install/node_modules/lodash/uniqBy.js +31 -0
  5087. package/install/node_modules/lodash/uniqWith.js +28 -0
  5088. package/install/node_modules/lodash/uniqueId.js +28 -0
  5089. package/install/node_modules/lodash/unset.js +34 -0
  5090. package/install/node_modules/lodash/unzip.js +45 -0
  5091. package/install/node_modules/lodash/unzipWith.js +39 -0
  5092. package/install/node_modules/lodash/update.js +35 -0
  5093. package/install/node_modules/lodash/updateWith.js +33 -0
  5094. package/install/node_modules/lodash/upperCase.js +27 -0
  5095. package/install/node_modules/lodash/upperFirst.js +22 -0
  5096. package/install/node_modules/lodash/util.js +34 -0
  5097. package/install/node_modules/lodash/value.js +1 -0
  5098. package/install/node_modules/lodash/valueOf.js +1 -0
  5099. package/install/node_modules/lodash/values.js +34 -0
  5100. package/install/node_modules/lodash/valuesIn.js +32 -0
  5101. package/install/node_modules/lodash/without.js +31 -0
  5102. package/install/node_modules/lodash/words.js +35 -0
  5103. package/install/node_modules/lodash/wrap.js +30 -0
  5104. package/install/node_modules/lodash/wrapperAt.js +48 -0
  5105. package/install/node_modules/lodash/wrapperChain.js +34 -0
  5106. package/install/node_modules/lodash/wrapperLodash.js +147 -0
  5107. package/install/node_modules/lodash/wrapperReverse.js +44 -0
  5108. package/install/node_modules/lodash/wrapperValue.js +21 -0
  5109. package/install/node_modules/lodash/xor.js +28 -0
  5110. package/install/node_modules/lodash/xorBy.js +39 -0
  5111. package/install/node_modules/lodash/xorWith.js +34 -0
  5112. package/install/node_modules/lodash/zip.js +22 -0
  5113. package/install/node_modules/lodash/zipObject.js +24 -0
  5114. package/install/node_modules/lodash/zipObjectDeep.js +23 -0
  5115. package/install/node_modules/lodash/zipWith.js +32 -0
  5116. package/install/node_modules/log-symbols/browser.js +8 -0
  5117. package/install/node_modules/log-symbols/index.d.ts +25 -0
  5118. package/install/node_modules/log-symbols/index.js +19 -0
  5119. package/install/node_modules/log-symbols/license +9 -0
  5120. package/install/node_modules/log-symbols/package.json +52 -0
  5121. package/install/node_modules/log-symbols/readme.md +51 -0
  5122. package/install/node_modules/lru-cache/LICENSE +15 -0
  5123. package/install/node_modules/lru-cache/README.md +166 -0
  5124. package/install/node_modules/lru-cache/index.js +334 -0
  5125. package/install/node_modules/lru-cache/package.json +32 -0
  5126. package/install/node_modules/make-dir/index.d.ts +66 -0
  5127. package/install/node_modules/make-dir/index.js +155 -0
  5128. package/install/node_modules/make-dir/license +9 -0
  5129. package/install/node_modules/make-dir/node_modules/semver/LICENSE +15 -0
  5130. package/install/node_modules/make-dir/node_modules/semver/README.md +664 -0
  5131. package/install/node_modules/make-dir/node_modules/semver/bin/semver.js +191 -0
  5132. package/install/node_modules/make-dir/node_modules/semver/classes/comparator.js +143 -0
  5133. package/install/node_modules/make-dir/node_modules/semver/classes/index.js +7 -0
  5134. package/install/node_modules/make-dir/node_modules/semver/classes/range.js +557 -0
  5135. package/install/node_modules/make-dir/node_modules/semver/classes/semver.js +333 -0
  5136. package/install/node_modules/make-dir/node_modules/semver/functions/clean.js +8 -0
  5137. package/install/node_modules/make-dir/node_modules/semver/functions/cmp.js +54 -0
  5138. package/install/node_modules/make-dir/node_modules/semver/functions/coerce.js +62 -0
  5139. package/install/node_modules/make-dir/node_modules/semver/functions/compare-build.js +9 -0
  5140. package/install/node_modules/make-dir/node_modules/semver/functions/compare-loose.js +5 -0
  5141. package/install/node_modules/make-dir/node_modules/semver/functions/compare.js +7 -0
  5142. package/install/node_modules/make-dir/node_modules/semver/functions/diff.js +60 -0
  5143. package/install/node_modules/make-dir/node_modules/semver/functions/eq.js +5 -0
  5144. package/install/node_modules/make-dir/node_modules/semver/functions/gt.js +5 -0
  5145. package/install/node_modules/make-dir/node_modules/semver/functions/gte.js +5 -0
  5146. package/install/node_modules/make-dir/node_modules/semver/functions/inc.js +21 -0
  5147. package/install/node_modules/make-dir/node_modules/semver/functions/lt.js +5 -0
  5148. package/install/node_modules/make-dir/node_modules/semver/functions/lte.js +5 -0
  5149. package/install/node_modules/make-dir/node_modules/semver/functions/major.js +5 -0
  5150. package/install/node_modules/make-dir/node_modules/semver/functions/minor.js +5 -0
  5151. package/install/node_modules/make-dir/node_modules/semver/functions/neq.js +5 -0
  5152. package/install/node_modules/make-dir/node_modules/semver/functions/parse.js +18 -0
  5153. package/install/node_modules/make-dir/node_modules/semver/functions/patch.js +5 -0
  5154. package/install/node_modules/make-dir/node_modules/semver/functions/prerelease.js +8 -0
  5155. package/install/node_modules/make-dir/node_modules/semver/functions/rcompare.js +5 -0
  5156. package/install/node_modules/make-dir/node_modules/semver/functions/rsort.js +5 -0
  5157. package/install/node_modules/make-dir/node_modules/semver/functions/satisfies.js +12 -0
  5158. package/install/node_modules/make-dir/node_modules/semver/functions/sort.js +5 -0
  5159. package/install/node_modules/make-dir/node_modules/semver/functions/valid.js +8 -0
  5160. package/install/node_modules/make-dir/node_modules/semver/index.js +91 -0
  5161. package/install/node_modules/make-dir/node_modules/semver/internal/constants.js +37 -0
  5162. package/install/node_modules/make-dir/node_modules/semver/internal/debug.js +11 -0
  5163. package/install/node_modules/make-dir/node_modules/semver/internal/identifiers.js +29 -0
  5164. package/install/node_modules/make-dir/node_modules/semver/internal/lrucache.js +42 -0
  5165. package/install/node_modules/make-dir/node_modules/semver/internal/parse-options.js +17 -0
  5166. package/install/node_modules/make-dir/node_modules/semver/internal/re.js +223 -0
  5167. package/install/node_modules/make-dir/node_modules/semver/package.json +78 -0
  5168. package/install/node_modules/make-dir/node_modules/semver/preload.js +4 -0
  5169. package/install/node_modules/make-dir/node_modules/semver/range.bnf +16 -0
  5170. package/install/node_modules/make-dir/node_modules/semver/ranges/gtr.js +6 -0
  5171. package/install/node_modules/make-dir/node_modules/semver/ranges/intersects.js +9 -0
  5172. package/install/node_modules/make-dir/node_modules/semver/ranges/ltr.js +6 -0
  5173. package/install/node_modules/make-dir/node_modules/semver/ranges/max-satisfying.js +27 -0
  5174. package/install/node_modules/make-dir/node_modules/semver/ranges/min-satisfying.js +26 -0
  5175. package/install/node_modules/make-dir/node_modules/semver/ranges/min-version.js +63 -0
  5176. package/install/node_modules/make-dir/node_modules/semver/ranges/outside.js +82 -0
  5177. package/install/node_modules/make-dir/node_modules/semver/ranges/simplify.js +49 -0
  5178. package/install/node_modules/make-dir/node_modules/semver/ranges/subset.js +249 -0
  5179. package/install/node_modules/make-dir/node_modules/semver/ranges/to-comparators.js +10 -0
  5180. package/install/node_modules/make-dir/node_modules/semver/ranges/valid.js +13 -0
  5181. package/install/node_modules/make-dir/package.json +63 -0
  5182. package/install/node_modules/make-dir/readme.md +125 -0
  5183. package/install/node_modules/makeerror/.travis.yml +3 -0
  5184. package/install/node_modules/makeerror/lib/makeerror.js +87 -0
  5185. package/install/node_modules/makeerror/license +28 -0
  5186. package/install/node_modules/makeerror/package.json +21 -0
  5187. package/install/node_modules/makeerror/readme.md +77 -0
  5188. package/install/node_modules/merge-stream/LICENSE +21 -0
  5189. package/install/node_modules/merge-stream/README.md +78 -0
  5190. package/install/node_modules/merge-stream/index.js +41 -0
  5191. package/install/node_modules/merge-stream/package.json +19 -0
  5192. package/install/node_modules/micromatch/LICENSE +21 -0
  5193. package/install/node_modules/micromatch/README.md +1024 -0
  5194. package/install/node_modules/micromatch/index.js +474 -0
  5195. package/install/node_modules/micromatch/package.json +119 -0
  5196. package/install/node_modules/mimic-fn/index.d.ts +54 -0
  5197. package/install/node_modules/mimic-fn/index.js +13 -0
  5198. package/install/node_modules/mimic-fn/license +9 -0
  5199. package/install/node_modules/mimic-fn/package.json +42 -0
  5200. package/install/node_modules/mimic-fn/readme.md +69 -0
  5201. package/install/node_modules/minimatch/LICENSE +15 -0
  5202. package/install/node_modules/minimatch/README.md +230 -0
  5203. package/install/node_modules/minimatch/minimatch.js +947 -0
  5204. package/install/node_modules/minimatch/package.json +33 -0
  5205. package/install/node_modules/ms/index.js +162 -0
  5206. package/install/node_modules/ms/license.md +21 -0
  5207. package/install/node_modules/ms/package.json +38 -0
  5208. package/install/node_modules/ms/readme.md +59 -0
  5209. package/install/node_modules/mute-stream/LICENSE +15 -0
  5210. package/install/node_modules/mute-stream/README.md +68 -0
  5211. package/install/node_modules/mute-stream/mute.js +145 -0
  5212. package/install/node_modules/mute-stream/package.json +29 -0
  5213. package/install/node_modules/natural-compare/README.md +125 -0
  5214. package/install/node_modules/natural-compare/index.js +57 -0
  5215. package/install/node_modules/natural-compare/package.json +42 -0
  5216. package/install/node_modules/node-int64/Int64.js +268 -0
  5217. package/install/node_modules/node-int64/LICENSE +19 -0
  5218. package/install/node_modules/node-int64/README.md +78 -0
  5219. package/install/node_modules/node-int64/package.json +27 -0
  5220. package/install/node_modules/node-int64/test.js +120 -0
  5221. package/install/node_modules/node-releases/LICENSE +21 -0
  5222. package/install/node_modules/node-releases/README.md +12 -0
  5223. package/install/node_modules/node-releases/data/processed/envs.json +1 -0
  5224. package/install/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
  5225. package/install/node_modules/node-releases/package.json +22 -0
  5226. package/install/node_modules/normalize-path/LICENSE +21 -0
  5227. package/install/node_modules/normalize-path/README.md +127 -0
  5228. package/install/node_modules/normalize-path/index.js +35 -0
  5229. package/install/node_modules/normalize-path/package.json +77 -0
  5230. package/install/node_modules/npm-run-path/index.d.ts +89 -0
  5231. package/install/node_modules/npm-run-path/index.js +47 -0
  5232. package/install/node_modules/npm-run-path/license +9 -0
  5233. package/install/node_modules/npm-run-path/package.json +44 -0
  5234. package/install/node_modules/npm-run-path/readme.md +115 -0
  5235. package/install/node_modules/once/LICENSE +15 -0
  5236. package/install/node_modules/once/README.md +79 -0
  5237. package/install/node_modules/once/once.js +42 -0
  5238. package/install/node_modules/once/package.json +33 -0
  5239. package/install/node_modules/onetime/index.d.ts +64 -0
  5240. package/install/node_modules/onetime/index.js +44 -0
  5241. package/install/node_modules/onetime/license +9 -0
  5242. package/install/node_modules/onetime/package.json +43 -0
  5243. package/install/node_modules/onetime/readme.md +94 -0
  5244. package/install/node_modules/ora/index.d.ts +277 -0
  5245. package/install/node_modules/ora/index.js +407 -0
  5246. package/install/node_modules/ora/license +9 -0
  5247. package/install/node_modules/ora/package.json +57 -0
  5248. package/install/node_modules/ora/readme.md +264 -0
  5249. package/install/node_modules/p-limit/index.d.ts +42 -0
  5250. package/install/node_modules/p-limit/index.js +71 -0
  5251. package/install/node_modules/p-limit/license +9 -0
  5252. package/install/node_modules/p-limit/package.json +52 -0
  5253. package/install/node_modules/p-limit/readme.md +101 -0
  5254. package/install/node_modules/p-locate/index.d.ts +64 -0
  5255. package/install/node_modules/p-locate/index.js +52 -0
  5256. package/install/node_modules/p-locate/license +9 -0
  5257. package/install/node_modules/p-locate/node_modules/p-limit/index.d.ts +38 -0
  5258. package/install/node_modules/p-locate/node_modules/p-limit/index.js +57 -0
  5259. package/install/node_modules/p-locate/node_modules/p-limit/license +9 -0
  5260. package/install/node_modules/p-locate/node_modules/p-limit/package.json +52 -0
  5261. package/install/node_modules/p-locate/node_modules/p-limit/readme.md +101 -0
  5262. package/install/node_modules/p-locate/package.json +53 -0
  5263. package/install/node_modules/p-locate/readme.md +90 -0
  5264. package/install/node_modules/p-try/index.d.ts +39 -0
  5265. package/install/node_modules/p-try/index.js +9 -0
  5266. package/install/node_modules/p-try/license +9 -0
  5267. package/install/node_modules/p-try/package.json +42 -0
  5268. package/install/node_modules/p-try/readme.md +58 -0
  5269. package/install/node_modules/parse-json/index.js +54 -0
  5270. package/install/node_modules/parse-json/license +9 -0
  5271. package/install/node_modules/parse-json/package.json +45 -0
  5272. package/install/node_modules/parse-json/readme.md +119 -0
  5273. package/install/node_modules/path-exists/index.d.ts +28 -0
  5274. package/install/node_modules/path-exists/index.js +23 -0
  5275. package/install/node_modules/path-exists/license +9 -0
  5276. package/install/node_modules/path-exists/package.json +39 -0
  5277. package/install/node_modules/path-exists/readme.md +52 -0
  5278. package/install/node_modules/path-is-absolute/index.js +20 -0
  5279. package/install/node_modules/path-is-absolute/license +21 -0
  5280. package/install/node_modules/path-is-absolute/package.json +43 -0
  5281. package/install/node_modules/path-is-absolute/readme.md +59 -0
  5282. package/install/node_modules/path-key/index.d.ts +40 -0
  5283. package/install/node_modules/path-key/index.js +16 -0
  5284. package/install/node_modules/path-key/license +9 -0
  5285. package/install/node_modules/path-key/package.json +39 -0
  5286. package/install/node_modules/path-key/readme.md +61 -0
  5287. package/install/node_modules/path-parse/LICENSE +21 -0
  5288. package/install/node_modules/path-parse/README.md +42 -0
  5289. package/install/node_modules/path-parse/index.js +75 -0
  5290. package/install/node_modules/path-parse/package.json +33 -0
  5291. package/install/node_modules/picocolors/LICENSE +15 -0
  5292. package/install/node_modules/picocolors/README.md +21 -0
  5293. package/install/node_modules/picocolors/package.json +25 -0
  5294. package/install/node_modules/picocolors/picocolors.browser.js +4 -0
  5295. package/install/node_modules/picocolors/picocolors.d.ts +5 -0
  5296. package/install/node_modules/picocolors/picocolors.js +75 -0
  5297. package/install/node_modules/picocolors/types.d.ts +51 -0
  5298. package/install/node_modules/picomatch/CHANGELOG.md +136 -0
  5299. package/install/node_modules/picomatch/LICENSE +21 -0
  5300. package/install/node_modules/picomatch/README.md +708 -0
  5301. package/install/node_modules/picomatch/index.js +3 -0
  5302. package/install/node_modules/picomatch/lib/constants.js +179 -0
  5303. package/install/node_modules/picomatch/lib/parse.js +1091 -0
  5304. package/install/node_modules/picomatch/lib/picomatch.js +342 -0
  5305. package/install/node_modules/picomatch/lib/scan.js +391 -0
  5306. package/install/node_modules/picomatch/lib/utils.js +64 -0
  5307. package/install/node_modules/picomatch/package.json +81 -0
  5308. package/install/node_modules/pirates/LICENSE +21 -0
  5309. package/install/node_modules/pirates/README.md +73 -0
  5310. package/install/node_modules/pirates/index.d.ts +82 -0
  5311. package/install/node_modules/pirates/lib/index.js +155 -0
  5312. package/install/node_modules/pirates/package.json +43 -0
  5313. package/install/node_modules/pkg-dir/index.d.ts +44 -0
  5314. package/install/node_modules/pkg-dir/index.js +17 -0
  5315. package/install/node_modules/pkg-dir/license +9 -0
  5316. package/install/node_modules/pkg-dir/package.json +56 -0
  5317. package/install/node_modules/pkg-dir/readme.md +66 -0
  5318. package/install/node_modules/pretty-format/LICENSE +21 -0
  5319. package/install/node_modules/pretty-format/README.md +463 -0
  5320. package/install/node_modules/pretty-format/node_modules/ansi-styles/index.d.ts +167 -0
  5321. package/install/node_modules/pretty-format/node_modules/ansi-styles/index.js +164 -0
  5322. package/install/node_modules/pretty-format/node_modules/ansi-styles/license +9 -0
  5323. package/install/node_modules/pretty-format/node_modules/ansi-styles/package.json +52 -0
  5324. package/install/node_modules/pretty-format/node_modules/ansi-styles/readme.md +144 -0
  5325. package/install/node_modules/pretty-format/package.json +43 -0
  5326. package/install/node_modules/prompts/index.js +14 -0
  5327. package/install/node_modules/prompts/lib/dateparts/datepart.js +35 -0
  5328. package/install/node_modules/prompts/lib/dateparts/day.js +42 -0
  5329. package/install/node_modules/prompts/lib/dateparts/hours.js +30 -0
  5330. package/install/node_modules/prompts/lib/dateparts/index.js +13 -0
  5331. package/install/node_modules/prompts/lib/dateparts/meridiem.js +24 -0
  5332. package/install/node_modules/prompts/lib/dateparts/milliseconds.js +28 -0
  5333. package/install/node_modules/prompts/lib/dateparts/minutes.js +28 -0
  5334. package/install/node_modules/prompts/lib/dateparts/month.js +33 -0
  5335. package/install/node_modules/prompts/lib/dateparts/seconds.js +28 -0
  5336. package/install/node_modules/prompts/lib/dateparts/year.js +28 -0
  5337. package/install/node_modules/prompts/lib/elements/autocomplete.js +264 -0
  5338. package/install/node_modules/prompts/lib/elements/autocompleteMultiselect.js +194 -0
  5339. package/install/node_modules/prompts/lib/elements/confirm.js +89 -0
  5340. package/install/node_modules/prompts/lib/elements/date.js +209 -0
  5341. package/install/node_modules/prompts/lib/elements/index.js +13 -0
  5342. package/install/node_modules/prompts/lib/elements/multiselect.js +271 -0
  5343. package/install/node_modules/prompts/lib/elements/number.js +213 -0
  5344. package/install/node_modules/prompts/lib/elements/prompt.js +68 -0
  5345. package/install/node_modules/prompts/lib/elements/select.js +175 -0
  5346. package/install/node_modules/prompts/lib/elements/text.js +208 -0
  5347. package/install/node_modules/prompts/lib/elements/toggle.js +118 -0
  5348. package/install/node_modules/prompts/lib/index.js +98 -0
  5349. package/install/node_modules/prompts/lib/prompts.js +206 -0
  5350. package/install/node_modules/prompts/lib/util/action.js +39 -0
  5351. package/install/node_modules/prompts/lib/util/clear.js +22 -0
  5352. package/install/node_modules/prompts/lib/util/entriesToDisplay.js +21 -0
  5353. package/install/node_modules/prompts/lib/util/figures.js +33 -0
  5354. package/install/node_modules/prompts/lib/util/index.js +12 -0
  5355. package/install/node_modules/prompts/lib/util/lines.js +15 -0
  5356. package/install/node_modules/prompts/lib/util/strip.js +11 -0
  5357. package/install/node_modules/prompts/lib/util/style.js +40 -0
  5358. package/install/node_modules/prompts/lib/util/wrap.js +27 -0
  5359. package/install/node_modules/prompts/license +21 -0
  5360. package/install/node_modules/prompts/package.json +53 -0
  5361. package/install/node_modules/prompts/readme.md +882 -0
  5362. package/install/node_modules/pure-rand/CHANGELOG.md +94 -0
  5363. package/install/node_modules/pure-rand/LICENSE +21 -0
  5364. package/install/node_modules/pure-rand/README.md +208 -0
  5365. package/install/node_modules/pure-rand/lib/distribution/Distribution.js +2 -0
  5366. package/install/node_modules/pure-rand/lib/distribution/UniformArrayIntDistribution.js +15 -0
  5367. package/install/node_modules/pure-rand/lib/distribution/UniformBigIntDistribution.js +15 -0
  5368. package/install/node_modules/pure-rand/lib/distribution/UniformIntDistribution.js +15 -0
  5369. package/install/node_modules/pure-rand/lib/distribution/UnsafeUniformArrayIntDistribution.js +12 -0
  5370. package/install/node_modules/pure-rand/lib/distribution/UnsafeUniformBigIntDistribution.js +28 -0
  5371. package/install/node_modules/pure-rand/lib/distribution/UnsafeUniformIntDistribution.js +34 -0
  5372. package/install/node_modules/pure-rand/lib/distribution/internals/ArrayInt.js +141 -0
  5373. package/install/node_modules/pure-rand/lib/distribution/internals/UnsafeUniformArrayIntDistributionInternal.js +25 -0
  5374. package/install/node_modules/pure-rand/lib/distribution/internals/UnsafeUniformIntDistributionInternal.js +12 -0
  5375. package/install/node_modules/pure-rand/lib/esm/distribution/Distribution.js +1 -0
  5376. package/install/node_modules/pure-rand/lib/esm/distribution/UniformArrayIntDistribution.js +12 -0
  5377. package/install/node_modules/pure-rand/lib/esm/distribution/UniformBigIntDistribution.js +12 -0
  5378. package/install/node_modules/pure-rand/lib/esm/distribution/UniformIntDistribution.js +12 -0
  5379. package/install/node_modules/pure-rand/lib/esm/distribution/UnsafeUniformArrayIntDistribution.js +8 -0
  5380. package/install/node_modules/pure-rand/lib/esm/distribution/UnsafeUniformBigIntDistribution.js +24 -0
  5381. package/install/node_modules/pure-rand/lib/esm/distribution/UnsafeUniformIntDistribution.js +30 -0
  5382. package/install/node_modules/pure-rand/lib/esm/distribution/internals/ArrayInt.js +132 -0
  5383. package/install/node_modules/pure-rand/lib/esm/distribution/internals/UnsafeUniformArrayIntDistributionInternal.js +21 -0
  5384. package/install/node_modules/pure-rand/lib/esm/distribution/internals/UnsafeUniformIntDistributionInternal.js +8 -0
  5385. package/install/node_modules/pure-rand/lib/esm/generator/LinearCongruential.js +47 -0
  5386. package/install/node_modules/pure-rand/lib/esm/generator/MersenneTwister.js +107 -0
  5387. package/install/node_modules/pure-rand/lib/esm/generator/RandomGenerator.js +22 -0
  5388. package/install/node_modules/pure-rand/lib/esm/generator/XorShift.js +69 -0
  5389. package/install/node_modules/pure-rand/lib/esm/generator/XoroShiro.js +69 -0
  5390. package/install/node_modules/pure-rand/lib/esm/package.json +3 -0
  5391. package/install/node_modules/pure-rand/lib/esm/pure-rand-default.js +15 -0
  5392. package/install/node_modules/pure-rand/lib/esm/pure-rand.js +3 -0
  5393. package/install/node_modules/pure-rand/lib/esm/types/distribution/Distribution.d.ts +2 -0
  5394. package/install/node_modules/pure-rand/lib/esm/types/distribution/UniformArrayIntDistribution.d.ts +6 -0
  5395. package/install/node_modules/pure-rand/lib/esm/types/distribution/UniformBigIntDistribution.d.ts +5 -0
  5396. package/install/node_modules/pure-rand/lib/esm/types/distribution/UniformIntDistribution.d.ts +5 -0
  5397. package/install/node_modules/pure-rand/lib/esm/types/distribution/UnsafeUniformArrayIntDistribution.d.ts +3 -0
  5398. package/install/node_modules/pure-rand/lib/esm/types/distribution/UnsafeUniformBigIntDistribution.d.ts +2 -0
  5399. package/install/node_modules/pure-rand/lib/esm/types/distribution/UnsafeUniformIntDistribution.d.ts +2 -0
  5400. package/install/node_modules/pure-rand/lib/esm/types/distribution/internals/ArrayInt.d.ts +13 -0
  5401. package/install/node_modules/pure-rand/lib/esm/types/distribution/internals/UnsafeUniformArrayIntDistributionInternal.d.ts +3 -0
  5402. package/install/node_modules/pure-rand/lib/esm/types/distribution/internals/UnsafeUniformIntDistributionInternal.d.ts +2 -0
  5403. package/install/node_modules/pure-rand/lib/esm/types/generator/LinearCongruential.d.ts +6 -0
  5404. package/install/node_modules/pure-rand/lib/esm/types/generator/MersenneTwister.d.ts +6 -0
  5405. package/install/node_modules/pure-rand/lib/esm/types/generator/RandomGenerator.d.ts +12 -0
  5406. package/install/node_modules/pure-rand/lib/esm/types/generator/XorShift.d.ts +6 -0
  5407. package/install/node_modules/pure-rand/lib/esm/types/generator/XoroShiro.d.ts +6 -0
  5408. package/install/node_modules/pure-rand/lib/esm/types/pure-rand-default.d.ts +16 -0
  5409. package/install/node_modules/pure-rand/lib/esm/types/pure-rand.d.ts +3 -0
  5410. package/install/node_modules/pure-rand/lib/generator/LinearCongruential.js +50 -0
  5411. package/install/node_modules/pure-rand/lib/generator/MersenneTwister.js +109 -0
  5412. package/install/node_modules/pure-rand/lib/generator/RandomGenerator.js +29 -0
  5413. package/install/node_modules/pure-rand/lib/generator/XorShift.js +72 -0
  5414. package/install/node_modules/pure-rand/lib/generator/XoroShiro.js +72 -0
  5415. package/install/node_modules/pure-rand/lib/pure-rand-default.js +34 -0
  5416. package/install/node_modules/pure-rand/lib/pure-rand.js +19 -0
  5417. package/install/node_modules/pure-rand/lib/types/distribution/Distribution.d.ts +2 -0
  5418. package/install/node_modules/pure-rand/lib/types/distribution/UniformArrayIntDistribution.d.ts +6 -0
  5419. package/install/node_modules/pure-rand/lib/types/distribution/UniformBigIntDistribution.d.ts +5 -0
  5420. package/install/node_modules/pure-rand/lib/types/distribution/UniformIntDistribution.d.ts +5 -0
  5421. package/install/node_modules/pure-rand/lib/types/distribution/UnsafeUniformArrayIntDistribution.d.ts +3 -0
  5422. package/install/node_modules/pure-rand/lib/types/distribution/UnsafeUniformBigIntDistribution.d.ts +2 -0
  5423. package/install/node_modules/pure-rand/lib/types/distribution/UnsafeUniformIntDistribution.d.ts +2 -0
  5424. package/install/node_modules/pure-rand/lib/types/distribution/internals/ArrayInt.d.ts +13 -0
  5425. package/install/node_modules/pure-rand/lib/types/distribution/internals/UnsafeUniformArrayIntDistributionInternal.d.ts +3 -0
  5426. package/install/node_modules/pure-rand/lib/types/distribution/internals/UnsafeUniformIntDistributionInternal.d.ts +2 -0
  5427. package/install/node_modules/pure-rand/lib/types/generator/LinearCongruential.d.ts +6 -0
  5428. package/install/node_modules/pure-rand/lib/types/generator/MersenneTwister.d.ts +6 -0
  5429. package/install/node_modules/pure-rand/lib/types/generator/RandomGenerator.d.ts +12 -0
  5430. package/install/node_modules/pure-rand/lib/types/generator/XorShift.d.ts +6 -0
  5431. package/install/node_modules/pure-rand/lib/types/generator/XoroShiro.d.ts +6 -0
  5432. package/install/node_modules/pure-rand/lib/types/pure-rand-default.d.ts +16 -0
  5433. package/install/node_modules/pure-rand/lib/types/pure-rand.d.ts +3 -0
  5434. package/install/node_modules/pure-rand/package.json +85 -0
  5435. package/install/node_modules/react-is/LICENSE +21 -0
  5436. package/install/node_modules/react-is/README.md +104 -0
  5437. package/install/node_modules/react-is/cjs/react-is.development.js +221 -0
  5438. package/install/node_modules/react-is/cjs/react-is.production.min.js +14 -0
  5439. package/install/node_modules/react-is/index.js +7 -0
  5440. package/install/node_modules/react-is/package.json +26 -0
  5441. package/install/node_modules/react-is/umd/react-is.development.js +220 -0
  5442. package/install/node_modules/react-is/umd/react-is.production.min.js +15 -0
  5443. package/install/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  5444. package/install/node_modules/readable-stream/GOVERNANCE.md +136 -0
  5445. package/install/node_modules/readable-stream/LICENSE +47 -0
  5446. package/install/node_modules/readable-stream/README.md +106 -0
  5447. package/install/node_modules/readable-stream/errors-browser.js +127 -0
  5448. package/install/node_modules/readable-stream/errors.js +116 -0
  5449. package/install/node_modules/readable-stream/experimentalWarning.js +17 -0
  5450. package/install/node_modules/readable-stream/lib/_stream_duplex.js +126 -0
  5451. package/install/node_modules/readable-stream/lib/_stream_passthrough.js +37 -0
  5452. package/install/node_modules/readable-stream/lib/_stream_readable.js +1027 -0
  5453. package/install/node_modules/readable-stream/lib/_stream_transform.js +190 -0
  5454. package/install/node_modules/readable-stream/lib/_stream_writable.js +641 -0
  5455. package/install/node_modules/readable-stream/lib/internal/streams/async_iterator.js +180 -0
  5456. package/install/node_modules/readable-stream/lib/internal/streams/buffer_list.js +183 -0
  5457. package/install/node_modules/readable-stream/lib/internal/streams/destroy.js +96 -0
  5458. package/install/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +86 -0
  5459. package/install/node_modules/readable-stream/lib/internal/streams/from-browser.js +3 -0
  5460. package/install/node_modules/readable-stream/lib/internal/streams/from.js +52 -0
  5461. package/install/node_modules/readable-stream/lib/internal/streams/pipeline.js +86 -0
  5462. package/install/node_modules/readable-stream/lib/internal/streams/state.js +22 -0
  5463. package/install/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
  5464. package/install/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
  5465. package/install/node_modules/readable-stream/package.json +68 -0
  5466. package/install/node_modules/readable-stream/readable-browser.js +9 -0
  5467. package/install/node_modules/readable-stream/readable.js +16 -0
  5468. package/install/node_modules/require-directory/.jshintrc +67 -0
  5469. package/install/node_modules/require-directory/.travis.yml +3 -0
  5470. package/install/node_modules/require-directory/LICENSE +22 -0
  5471. package/install/node_modules/require-directory/README.markdown +184 -0
  5472. package/install/node_modules/require-directory/index.js +86 -0
  5473. package/install/node_modules/require-directory/package.json +40 -0
  5474. package/install/node_modules/resolve/.editorconfig +37 -0
  5475. package/install/node_modules/resolve/.eslintrc +65 -0
  5476. package/install/node_modules/resolve/.github/FUNDING.yml +12 -0
  5477. package/install/node_modules/resolve/.github/INCIDENT_RESPONSE_PROCESS.md +119 -0
  5478. package/install/node_modules/resolve/.github/THREAT_MODEL.md +74 -0
  5479. package/install/node_modules/resolve/LICENSE +21 -0
  5480. package/install/node_modules/resolve/SECURITY.md +11 -0
  5481. package/install/node_modules/resolve/async.js +3 -0
  5482. package/install/node_modules/resolve/bin/resolve +50 -0
  5483. package/install/node_modules/resolve/example/async.js +5 -0
  5484. package/install/node_modules/resolve/example/sync.js +3 -0
  5485. package/install/node_modules/resolve/index.js +6 -0
  5486. package/install/node_modules/resolve/lib/async.js +333 -0
  5487. package/install/node_modules/resolve/lib/caller.js +8 -0
  5488. package/install/node_modules/resolve/lib/core.js +12 -0
  5489. package/install/node_modules/resolve/lib/core.json +162 -0
  5490. package/install/node_modules/resolve/lib/homedir.js +24 -0
  5491. package/install/node_modules/resolve/lib/is-core.js +5 -0
  5492. package/install/node_modules/resolve/lib/node-modules-paths.js +45 -0
  5493. package/install/node_modules/resolve/lib/normalize-options.js +10 -0
  5494. package/install/node_modules/resolve/lib/sync.js +212 -0
  5495. package/install/node_modules/resolve/package.json +75 -0
  5496. package/install/node_modules/resolve/readme.markdown +301 -0
  5497. package/install/node_modules/resolve/sync.js +3 -0
  5498. package/install/node_modules/resolve/test/core.js +88 -0
  5499. package/install/node_modules/resolve/test/dotdot/abc/index.js +2 -0
  5500. package/install/node_modules/resolve/test/dotdot/index.js +1 -0
  5501. package/install/node_modules/resolve/test/dotdot.js +29 -0
  5502. package/install/node_modules/resolve/test/faulty_basedir.js +29 -0
  5503. package/install/node_modules/resolve/test/filter.js +34 -0
  5504. package/install/node_modules/resolve/test/filter_sync.js +33 -0
  5505. package/install/node_modules/resolve/test/home_paths.js +127 -0
  5506. package/install/node_modules/resolve/test/home_paths_sync.js +114 -0
  5507. package/install/node_modules/resolve/test/mock.js +315 -0
  5508. package/install/node_modules/resolve/test/mock_sync.js +214 -0
  5509. package/install/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +1 -0
  5510. package/install/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +1 -0
  5511. package/install/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +1 -0
  5512. package/install/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +3 -0
  5513. package/install/node_modules/resolve/test/module_dir.js +56 -0
  5514. package/install/node_modules/resolve/test/node-modules-paths.js +143 -0
  5515. package/install/node_modules/resolve/test/node_path/x/aaa/index.js +1 -0
  5516. package/install/node_modules/resolve/test/node_path/x/ccc/index.js +1 -0
  5517. package/install/node_modules/resolve/test/node_path/y/bbb/index.js +1 -0
  5518. package/install/node_modules/resolve/test/node_path/y/ccc/index.js +1 -0
  5519. package/install/node_modules/resolve/test/node_path.js +70 -0
  5520. package/install/node_modules/resolve/test/nonstring.js +9 -0
  5521. package/install/node_modules/resolve/test/pathfilter/deep_ref/main.js +0 -0
  5522. package/install/node_modules/resolve/test/pathfilter.js +75 -0
  5523. package/install/node_modules/resolve/test/precedence/aaa/index.js +1 -0
  5524. package/install/node_modules/resolve/test/precedence/aaa/main.js +1 -0
  5525. package/install/node_modules/resolve/test/precedence/aaa.js +1 -0
  5526. package/install/node_modules/resolve/test/precedence/bbb/main.js +1 -0
  5527. package/install/node_modules/resolve/test/precedence/bbb.js +1 -0
  5528. package/install/node_modules/resolve/test/precedence.js +23 -0
  5529. package/install/node_modules/resolve/test/resolver/baz/doom.js +0 -0
  5530. package/install/node_modules/resolve/test/resolver/baz/package.json +4 -0
  5531. package/install/node_modules/resolve/test/resolver/baz/quux.js +1 -0
  5532. package/install/node_modules/resolve/test/resolver/browser_field/a.js +0 -0
  5533. package/install/node_modules/resolve/test/resolver/browser_field/b.js +0 -0
  5534. package/install/node_modules/resolve/test/resolver/browser_field/package.json +5 -0
  5535. package/install/node_modules/resolve/test/resolver/cup.coffee +1 -0
  5536. package/install/node_modules/resolve/test/resolver/dot_main/index.js +1 -0
  5537. package/install/node_modules/resolve/test/resolver/dot_main/package.json +3 -0
  5538. package/install/node_modules/resolve/test/resolver/dot_slash_main/index.js +1 -0
  5539. package/install/node_modules/resolve/test/resolver/dot_slash_main/package.json +3 -0
  5540. package/install/node_modules/resolve/test/resolver/false_main/index.js +0 -0
  5541. package/install/node_modules/resolve/test/resolver/false_main/package.json +4 -0
  5542. package/install/node_modules/resolve/test/resolver/foo.js +1 -0
  5543. package/install/node_modules/resolve/test/resolver/incorrect_main/index.js +2 -0
  5544. package/install/node_modules/resolve/test/resolver/incorrect_main/package.json +3 -0
  5545. package/install/node_modules/resolve/test/resolver/invalid_main/package.json +7 -0
  5546. package/install/node_modules/resolve/test/resolver/mug.coffee +0 -0
  5547. package/install/node_modules/resolve/test/resolver/mug.js +0 -0
  5548. package/install/node_modules/resolve/test/resolver/multirepo/lerna.json +6 -0
  5549. package/install/node_modules/resolve/test/resolver/multirepo/package.json +20 -0
  5550. package/install/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js +35 -0
  5551. package/install/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +14 -0
  5552. package/install/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js +0 -0
  5553. package/install/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +14 -0
  5554. package/install/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js +26 -0
  5555. package/install/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +15 -0
  5556. package/install/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js +12 -0
  5557. package/install/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +0 -0
  5558. package/install/node_modules/resolve/test/resolver/other_path/root.js +0 -0
  5559. package/install/node_modules/resolve/test/resolver/quux/foo/index.js +1 -0
  5560. package/install/node_modules/resolve/test/resolver/same_names/foo/index.js +1 -0
  5561. package/install/node_modules/resolve/test/resolver/same_names/foo.js +1 -0
  5562. package/install/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js +0 -0
  5563. package/install/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep +0 -0
  5564. package/install/node_modules/resolve/test/resolver/symlinked/package/bar.js +1 -0
  5565. package/install/node_modules/resolve/test/resolver/symlinked/package/package.json +3 -0
  5566. package/install/node_modules/resolve/test/resolver/without_basedir/main.js +5 -0
  5567. package/install/node_modules/resolve/test/resolver.js +597 -0
  5568. package/install/node_modules/resolve/test/resolver_sync.js +730 -0
  5569. package/install/node_modules/resolve/test/shadowed_core/node_modules/util/index.js +0 -0
  5570. package/install/node_modules/resolve/test/shadowed_core.js +54 -0
  5571. package/install/node_modules/resolve/test/subdirs.js +13 -0
  5572. package/install/node_modules/resolve/test/symlinks.js +176 -0
  5573. package/install/node_modules/resolve-cwd/index.d.ts +48 -0
  5574. package/install/node_modules/resolve-cwd/index.js +5 -0
  5575. package/install/node_modules/resolve-cwd/license +9 -0
  5576. package/install/node_modules/resolve-cwd/package.json +43 -0
  5577. package/install/node_modules/resolve-cwd/readme.md +58 -0
  5578. package/install/node_modules/resolve-from/index.d.ts +31 -0
  5579. package/install/node_modules/resolve-from/index.js +47 -0
  5580. package/install/node_modules/resolve-from/license +9 -0
  5581. package/install/node_modules/resolve-from/package.json +36 -0
  5582. package/install/node_modules/resolve-from/readme.md +72 -0
  5583. package/install/node_modules/resolve.exports/index.d.ts +100 -0
  5584. package/install/node_modules/resolve.exports/license +21 -0
  5585. package/install/node_modules/resolve.exports/package.json +50 -0
  5586. package/install/node_modules/resolve.exports/readme.md +458 -0
  5587. package/install/node_modules/restore-cursor/index.d.ts +13 -0
  5588. package/install/node_modules/restore-cursor/index.js +9 -0
  5589. package/install/node_modules/restore-cursor/license +9 -0
  5590. package/install/node_modules/restore-cursor/package.json +52 -0
  5591. package/install/node_modules/restore-cursor/readme.md +26 -0
  5592. package/install/node_modules/run-async/LICENSE +21 -0
  5593. package/install/node_modules/run-async/README.md +79 -0
  5594. package/install/node_modules/run-async/index.js +98 -0
  5595. package/install/node_modules/run-async/package.json +27 -0
  5596. package/install/node_modules/rxjs/CHANGELOG.md +2750 -0
  5597. package/install/node_modules/rxjs/CODE_OF_CONDUCT.md +73 -0
  5598. package/install/node_modules/rxjs/LICENSE.txt +202 -0
  5599. package/install/node_modules/rxjs/README.md +107 -0
  5600. package/install/node_modules/rxjs/ajax/package.json +8 -0
  5601. package/install/node_modules/rxjs/fetch/package.json +8 -0
  5602. package/install/node_modules/rxjs/operators/package.json +8 -0
  5603. package/install/node_modules/rxjs/package.json +245 -0
  5604. package/install/node_modules/rxjs/src/Rx.global.js +5 -0
  5605. package/install/node_modules/rxjs/src/ajax/index.ts +4 -0
  5606. package/install/node_modules/rxjs/src/fetch/index.ts +1 -0
  5607. package/install/node_modules/rxjs/src/index.ts +209 -0
  5608. package/install/node_modules/rxjs/src/internal/AnyCatcher.ts +14 -0
  5609. package/install/node_modules/rxjs/src/internal/AsyncSubject.ts +39 -0
  5610. package/install/node_modules/rxjs/src/internal/BehaviorSubject.ts +37 -0
  5611. package/install/node_modules/rxjs/src/internal/Notification.ts +238 -0
  5612. package/install/node_modules/rxjs/src/internal/NotificationFactories.ts +40 -0
  5613. package/install/node_modules/rxjs/src/internal/Observable.ts +487 -0
  5614. package/install/node_modules/rxjs/src/internal/Operator.ts +9 -0
  5615. package/install/node_modules/rxjs/src/internal/ReplaySubject.ts +110 -0
  5616. package/install/node_modules/rxjs/src/internal/Scheduler.ts +60 -0
  5617. package/install/node_modules/rxjs/src/internal/Subject.ts +185 -0
  5618. package/install/node_modules/rxjs/src/internal/Subscriber.ts +270 -0
  5619. package/install/node_modules/rxjs/src/internal/Subscription.ts +212 -0
  5620. package/install/node_modules/rxjs/src/internal/ajax/AjaxResponse.ts +124 -0
  5621. package/install/node_modules/rxjs/src/internal/ajax/ajax.ts +622 -0
  5622. package/install/node_modules/rxjs/src/internal/ajax/errors.ts +102 -0
  5623. package/install/node_modules/rxjs/src/internal/ajax/getXHRResponse.ts +37 -0
  5624. package/install/node_modules/rxjs/src/internal/ajax/types.ts +235 -0
  5625. package/install/node_modules/rxjs/src/internal/config.ts +84 -0
  5626. package/install/node_modules/rxjs/src/internal/firstValueFrom.ts +75 -0
  5627. package/install/node_modules/rxjs/src/internal/lastValueFrom.ts +76 -0
  5628. package/install/node_modules/rxjs/src/internal/observable/ConnectableObservable.ts +104 -0
  5629. package/install/node_modules/rxjs/src/internal/observable/bindCallback.ts +149 -0
  5630. package/install/node_modules/rxjs/src/internal/observable/bindCallbackInternals.ts +119 -0
  5631. package/install/node_modules/rxjs/src/internal/observable/bindNodeCallback.ts +131 -0
  5632. package/install/node_modules/rxjs/src/internal/observable/combineLatest.ts +300 -0
  5633. package/install/node_modules/rxjs/src/internal/observable/concat.ts +115 -0
  5634. package/install/node_modules/rxjs/src/internal/observable/connectable.ts +64 -0
  5635. package/install/node_modules/rxjs/src/internal/observable/defer.ts +56 -0
  5636. package/install/node_modules/rxjs/src/internal/observable/dom/WebSocketSubject.ts +397 -0
  5637. package/install/node_modules/rxjs/src/internal/observable/dom/animationFrames.ts +132 -0
  5638. package/install/node_modules/rxjs/src/internal/observable/dom/fetch.ts +180 -0
  5639. package/install/node_modules/rxjs/src/internal/observable/dom/webSocket.ts +161 -0
  5640. package/install/node_modules/rxjs/src/internal/observable/empty.ts +79 -0
  5641. package/install/node_modules/rxjs/src/internal/observable/forkJoin.ts +184 -0
  5642. package/install/node_modules/rxjs/src/internal/observable/from.ts +104 -0
  5643. package/install/node_modules/rxjs/src/internal/observable/fromEvent.ts +339 -0
  5644. package/install/node_modules/rxjs/src/internal/observable/fromEventPattern.ts +152 -0
  5645. package/install/node_modules/rxjs/src/internal/observable/fromSubscribable.ts +17 -0
  5646. package/install/node_modules/rxjs/src/internal/observable/generate.ts +387 -0
  5647. package/install/node_modules/rxjs/src/internal/observable/iif.ts +85 -0
  5648. package/install/node_modules/rxjs/src/internal/observable/innerFrom.ts +132 -0
  5649. package/install/node_modules/rxjs/src/internal/observable/interval.ts +57 -0
  5650. package/install/node_modules/rxjs/src/internal/observable/merge.ts +100 -0
  5651. package/install/node_modules/rxjs/src/internal/observable/never.ts +44 -0
  5652. package/install/node_modules/rxjs/src/internal/observable/of.ts +83 -0
  5653. package/install/node_modules/rxjs/src/internal/observable/onErrorResumeNext.ts +98 -0
  5654. package/install/node_modules/rxjs/src/internal/observable/pairs.ts +80 -0
  5655. package/install/node_modules/rxjs/src/internal/observable/partition.ts +88 -0
  5656. package/install/node_modules/rxjs/src/internal/observable/race.ts +88 -0
  5657. package/install/node_modules/rxjs/src/internal/observable/range.ts +93 -0
  5658. package/install/node_modules/rxjs/src/internal/observable/throwError.ts +125 -0
  5659. package/install/node_modules/rxjs/src/internal/observable/timer.ts +186 -0
  5660. package/install/node_modules/rxjs/src/internal/observable/using.ts +49 -0
  5661. package/install/node_modules/rxjs/src/internal/observable/zip.ts +117 -0
  5662. package/install/node_modules/rxjs/src/internal/operators/OperatorSubscriber.ts +112 -0
  5663. package/install/node_modules/rxjs/src/internal/operators/audit.ts +96 -0
  5664. package/install/node_modules/rxjs/src/internal/operators/auditTime.ts +55 -0
  5665. package/install/node_modules/rxjs/src/internal/operators/buffer.ts +81 -0
  5666. package/install/node_modules/rxjs/src/internal/operators/bufferCount.ts +120 -0
  5667. package/install/node_modules/rxjs/src/internal/operators/bufferTime.ts +165 -0
  5668. package/install/node_modules/rxjs/src/internal/operators/bufferToggle.ts +102 -0
  5669. package/install/node_modules/rxjs/src/internal/operators/bufferWhen.ts +94 -0
  5670. package/install/node_modules/rxjs/src/internal/operators/catchError.ts +139 -0
  5671. package/install/node_modules/rxjs/src/internal/operators/combineAll.ts +6 -0
  5672. package/install/node_modules/rxjs/src/internal/operators/combineLatest.ts +34 -0
  5673. package/install/node_modules/rxjs/src/internal/operators/combineLatestAll.ts +50 -0
  5674. package/install/node_modules/rxjs/src/internal/operators/combineLatestWith.ts +48 -0
  5675. package/install/node_modules/rxjs/src/internal/operators/concat.ts +22 -0
  5676. package/install/node_modules/rxjs/src/internal/operators/concatAll.ts +62 -0
  5677. package/install/node_modules/rxjs/src/internal/operators/concatMap.ts +83 -0
  5678. package/install/node_modules/rxjs/src/internal/operators/concatMapTo.ts +79 -0
  5679. package/install/node_modules/rxjs/src/internal/operators/concatWith.ts +48 -0
  5680. package/install/node_modules/rxjs/src/internal/operators/connect.ts +109 -0
  5681. package/install/node_modules/rxjs/src/internal/operators/count.ts +61 -0
  5682. package/install/node_modules/rxjs/src/internal/operators/debounce.ts +119 -0
  5683. package/install/node_modules/rxjs/src/internal/operators/debounceTime.ts +123 -0
  5684. package/install/node_modules/rxjs/src/internal/operators/defaultIfEmpty.ts +59 -0
  5685. package/install/node_modules/rxjs/src/internal/operators/delay.ts +65 -0
  5686. package/install/node_modules/rxjs/src/internal/operators/delayWhen.ts +103 -0
  5687. package/install/node_modules/rxjs/src/internal/operators/dematerialize.ts +58 -0
  5688. package/install/node_modules/rxjs/src/internal/operators/distinct.ts +79 -0
  5689. package/install/node_modules/rxjs/src/internal/operators/distinctUntilChanged.ts +182 -0
  5690. package/install/node_modules/rxjs/src/internal/operators/distinctUntilKeyChanged.ts +75 -0
  5691. package/install/node_modules/rxjs/src/internal/operators/elementAt.ts +68 -0
  5692. package/install/node_modules/rxjs/src/internal/operators/endWith.ts +68 -0
  5693. package/install/node_modules/rxjs/src/internal/operators/every.ts +66 -0
  5694. package/install/node_modules/rxjs/src/internal/operators/exhaust.ts +6 -0
  5695. package/install/node_modules/rxjs/src/internal/operators/exhaustAll.ts +51 -0
  5696. package/install/node_modules/rxjs/src/internal/operators/exhaustMap.ts +100 -0
  5697. package/install/node_modules/rxjs/src/internal/operators/expand.ts +95 -0
  5698. package/install/node_modules/rxjs/src/internal/operators/filter.ts +75 -0
  5699. package/install/node_modules/rxjs/src/internal/operators/finalize.ts +75 -0
  5700. package/install/node_modules/rxjs/src/internal/operators/find.ts +96 -0
  5701. package/install/node_modules/rxjs/src/internal/operators/findIndex.ts +63 -0
  5702. package/install/node_modules/rxjs/src/internal/operators/first.ts +93 -0
  5703. package/install/node_modules/rxjs/src/internal/operators/flatMap.ts +6 -0
  5704. package/install/node_modules/rxjs/src/internal/operators/groupBy.ts +288 -0
  5705. package/install/node_modules/rxjs/src/internal/operators/ignoreElements.ts +45 -0
  5706. package/install/node_modules/rxjs/src/internal/operators/isEmpty.ts +82 -0
  5707. package/install/node_modules/rxjs/src/internal/operators/joinAllInternals.ts +29 -0
  5708. package/install/node_modules/rxjs/src/internal/operators/last.ts +91 -0
  5709. package/install/node_modules/rxjs/src/internal/operators/map.ts +61 -0
  5710. package/install/node_modules/rxjs/src/internal/operators/mapTo.ts +48 -0
  5711. package/install/node_modules/rxjs/src/internal/operators/materialize.ts +73 -0
  5712. package/install/node_modules/rxjs/src/internal/operators/max.ts +54 -0
  5713. package/install/node_modules/rxjs/src/internal/operators/merge.ts +29 -0
  5714. package/install/node_modules/rxjs/src/internal/operators/mergeAll.ts +66 -0
  5715. package/install/node_modules/rxjs/src/internal/operators/mergeInternals.ts +149 -0
  5716. package/install/node_modules/rxjs/src/internal/operators/mergeMap.ts +94 -0
  5717. package/install/node_modules/rxjs/src/internal/operators/mergeMapTo.ts +74 -0
  5718. package/install/node_modules/rxjs/src/internal/operators/mergeScan.ts +92 -0
  5719. package/install/node_modules/rxjs/src/internal/operators/mergeWith.ts +49 -0
  5720. package/install/node_modules/rxjs/src/internal/operators/min.ts +54 -0
  5721. package/install/node_modules/rxjs/src/internal/operators/multicast.ts +98 -0
  5722. package/install/node_modules/rxjs/src/internal/operators/observeOn.ts +70 -0
  5723. package/install/node_modules/rxjs/src/internal/operators/onErrorResumeNextWith.ts +99 -0
  5724. package/install/node_modules/rxjs/src/internal/operators/pairwise.ts +61 -0
  5725. package/install/node_modules/rxjs/src/internal/operators/partition.ts +62 -0
  5726. package/install/node_modules/rxjs/src/internal/operators/pluck.ts +106 -0
  5727. package/install/node_modules/rxjs/src/internal/operators/publish.ts +93 -0
  5728. package/install/node_modules/rxjs/src/internal/operators/publishBehavior.ts +26 -0
  5729. package/install/node_modules/rxjs/src/internal/operators/publishLast.ts +76 -0
  5730. package/install/node_modules/rxjs/src/internal/operators/publishReplay.ts +96 -0
  5731. package/install/node_modules/rxjs/src/internal/operators/race.ts +20 -0
  5732. package/install/node_modules/rxjs/src/internal/operators/raceWith.ts +40 -0
  5733. package/install/node_modules/rxjs/src/internal/operators/reduce.ts +61 -0
  5734. package/install/node_modules/rxjs/src/internal/operators/refCount.ts +119 -0
  5735. package/install/node_modules/rxjs/src/internal/operators/repeat.ts +172 -0
  5736. package/install/node_modules/rxjs/src/internal/operators/repeatWhen.ts +125 -0
  5737. package/install/node_modules/rxjs/src/internal/operators/retry.ts +168 -0
  5738. package/install/node_modules/rxjs/src/internal/operators/retryWhen.ts +113 -0
  5739. package/install/node_modules/rxjs/src/internal/operators/sample.ts +72 -0
  5740. package/install/node_modules/rxjs/src/internal/operators/sampleTime.ts +51 -0
  5741. package/install/node_modules/rxjs/src/internal/operators/scan.ts +95 -0
  5742. package/install/node_modules/rxjs/src/internal/operators/scanInternals.ts +62 -0
  5743. package/install/node_modules/rxjs/src/internal/operators/sequenceEqual.ts +146 -0
  5744. package/install/node_modules/rxjs/src/internal/operators/share.ts +267 -0
  5745. package/install/node_modules/rxjs/src/internal/operators/shareReplay.ts +173 -0
  5746. package/install/node_modules/rxjs/src/internal/operators/single.ts +121 -0
  5747. package/install/node_modules/rxjs/src/internal/operators/skip.ts +39 -0
  5748. package/install/node_modules/rxjs/src/internal/operators/skipLast.ts +95 -0
  5749. package/install/node_modules/rxjs/src/internal/operators/skipUntil.ts +69 -0
  5750. package/install/node_modules/rxjs/src/internal/operators/skipWhile.ts +60 -0
  5751. package/install/node_modules/rxjs/src/internal/operators/startWith.ts +67 -0
  5752. package/install/node_modules/rxjs/src/internal/operators/subscribeOn.ts +67 -0
  5753. package/install/node_modules/rxjs/src/internal/operators/switchAll.ts +65 -0
  5754. package/install/node_modules/rxjs/src/internal/operators/switchMap.ts +132 -0
  5755. package/install/node_modules/rxjs/src/internal/operators/switchMapTo.ts +64 -0
  5756. package/install/node_modules/rxjs/src/internal/operators/switchScan.ts +50 -0
  5757. package/install/node_modules/rxjs/src/internal/operators/take.ts +71 -0
  5758. package/install/node_modules/rxjs/src/internal/operators/takeLast.ts +81 -0
  5759. package/install/node_modules/rxjs/src/internal/operators/takeUntil.ts +50 -0
  5760. package/install/node_modules/rxjs/src/internal/operators/takeWhile.ts +66 -0
  5761. package/install/node_modules/rxjs/src/internal/operators/tap.ts +215 -0
  5762. package/install/node_modules/rxjs/src/internal/operators/throttle.ts +143 -0
  5763. package/install/node_modules/rxjs/src/internal/operators/throttleTime.ts +62 -0
  5764. package/install/node_modules/rxjs/src/internal/operators/throwIfEmpty.ts +60 -0
  5765. package/install/node_modules/rxjs/src/internal/operators/timeInterval.ts +67 -0
  5766. package/install/node_modules/rxjs/src/internal/operators/timeout.ts +403 -0
  5767. package/install/node_modules/rxjs/src/internal/operators/timeoutWith.ts +116 -0
  5768. package/install/node_modules/rxjs/src/internal/operators/timestamp.ts +39 -0
  5769. package/install/node_modules/rxjs/src/internal/operators/toArray.ts +44 -0
  5770. package/install/node_modules/rxjs/src/internal/operators/window.ts +98 -0
  5771. package/install/node_modules/rxjs/src/internal/operators/windowCount.ts +129 -0
  5772. package/install/node_modules/rxjs/src/internal/operators/windowTime.ts +207 -0
  5773. package/install/node_modules/rxjs/src/internal/operators/windowToggle.ts +132 -0
  5774. package/install/node_modules/rxjs/src/internal/operators/windowWhen.ts +125 -0
  5775. package/install/node_modules/rxjs/src/internal/operators/withLatestFrom.ts +111 -0
  5776. package/install/node_modules/rxjs/src/internal/operators/zip.ts +26 -0
  5777. package/install/node_modules/rxjs/src/internal/operators/zipAll.ts +20 -0
  5778. package/install/node_modules/rxjs/src/internal/operators/zipWith.ts +29 -0
  5779. package/install/node_modules/rxjs/src/internal/scheduled/scheduleArray.ts +27 -0
  5780. package/install/node_modules/rxjs/src/internal/scheduled/scheduleAsyncIterable.ts +31 -0
  5781. package/install/node_modules/rxjs/src/internal/scheduled/scheduleIterable.ts +60 -0
  5782. package/install/node_modules/rxjs/src/internal/scheduled/scheduleObservable.ts +8 -0
  5783. package/install/node_modules/rxjs/src/internal/scheduled/schedulePromise.ts +8 -0
  5784. package/install/node_modules/rxjs/src/internal/scheduled/scheduleReadableStreamLike.ts +8 -0
  5785. package/install/node_modules/rxjs/src/internal/scheduled/scheduled.ts +50 -0
  5786. package/install/node_modules/rxjs/src/internal/scheduler/Action.ts +34 -0
  5787. package/install/node_modules/rxjs/src/internal/scheduler/AnimationFrameAction.ts +43 -0
  5788. package/install/node_modules/rxjs/src/internal/scheduler/AnimationFrameScheduler.ts +43 -0
  5789. package/install/node_modules/rxjs/src/internal/scheduler/AsapAction.ts +45 -0
  5790. package/install/node_modules/rxjs/src/internal/scheduler/AsapScheduler.ts +38 -0
  5791. package/install/node_modules/rxjs/src/internal/scheduler/AsyncAction.ts +150 -0
  5792. package/install/node_modules/rxjs/src/internal/scheduler/AsyncScheduler.ts +52 -0
  5793. package/install/node_modules/rxjs/src/internal/scheduler/QueueAction.ts +44 -0
  5794. package/install/node_modules/rxjs/src/internal/scheduler/QueueScheduler.ts +4 -0
  5795. package/install/node_modules/rxjs/src/internal/scheduler/VirtualTimeScheduler.ts +128 -0
  5796. package/install/node_modules/rxjs/src/internal/scheduler/animationFrame.ts +41 -0
  5797. package/install/node_modules/rxjs/src/internal/scheduler/animationFrameProvider.ts +44 -0
  5798. package/install/node_modules/rxjs/src/internal/scheduler/asap.ts +44 -0
  5799. package/install/node_modules/rxjs/src/internal/scheduler/async.ts +56 -0
  5800. package/install/node_modules/rxjs/src/internal/scheduler/dateTimestampProvider.ts +14 -0
  5801. package/install/node_modules/rxjs/src/internal/scheduler/immediateProvider.ts +31 -0
  5802. package/install/node_modules/rxjs/src/internal/scheduler/intervalProvider.ts +31 -0
  5803. package/install/node_modules/rxjs/src/internal/scheduler/performanceTimestampProvider.ts +14 -0
  5804. package/install/node_modules/rxjs/src/internal/scheduler/queue.ts +72 -0
  5805. package/install/node_modules/rxjs/src/internal/scheduler/timeoutProvider.ts +31 -0
  5806. package/install/node_modules/rxjs/src/internal/scheduler/timerHandle.ts +1 -0
  5807. package/install/node_modules/rxjs/src/internal/symbol/iterator.ts +9 -0
  5808. package/install/node_modules/rxjs/src/internal/symbol/observable.ts +7 -0
  5809. package/install/node_modules/rxjs/src/internal/testing/ColdObservable.ts +52 -0
  5810. package/install/node_modules/rxjs/src/internal/testing/HotObservable.ts +53 -0
  5811. package/install/node_modules/rxjs/src/internal/testing/SubscriptionLog.ts +5 -0
  5812. package/install/node_modules/rxjs/src/internal/testing/SubscriptionLoggable.ts +22 -0
  5813. package/install/node_modules/rxjs/src/internal/testing/TestMessage.ts +7 -0
  5814. package/install/node_modules/rxjs/src/internal/testing/TestScheduler.ts +690 -0
  5815. package/install/node_modules/rxjs/src/internal/types.ts +371 -0
  5816. package/install/node_modules/rxjs/src/internal/umd.ts +26 -0
  5817. package/install/node_modules/rxjs/src/internal/util/ArgumentOutOfRangeError.ts +28 -0
  5818. package/install/node_modules/rxjs/src/internal/util/EmptyError.ts +30 -0
  5819. package/install/node_modules/rxjs/src/internal/util/Immediate.ts +45 -0
  5820. package/install/node_modules/rxjs/src/internal/util/NotFoundError.ts +26 -0
  5821. package/install/node_modules/rxjs/src/internal/util/ObjectUnsubscribedError.ts +29 -0
  5822. package/install/node_modules/rxjs/src/internal/util/SequenceError.ts +26 -0
  5823. package/install/node_modules/rxjs/src/internal/util/UnsubscriptionError.ts +30 -0
  5824. package/install/node_modules/rxjs/src/internal/util/applyMixins.ts +10 -0
  5825. package/install/node_modules/rxjs/src/internal/util/args.ts +19 -0
  5826. package/install/node_modules/rxjs/src/internal/util/argsArgArrayOrObject.ts +30 -0
  5827. package/install/node_modules/rxjs/src/internal/util/argsOrArgArray.ts +9 -0
  5828. package/install/node_modules/rxjs/src/internal/util/arrRemove.ts +11 -0
  5829. package/install/node_modules/rxjs/src/internal/util/createErrorClass.ts +20 -0
  5830. package/install/node_modules/rxjs/src/internal/util/createObject.ts +3 -0
  5831. package/install/node_modules/rxjs/src/internal/util/errorContext.ts +42 -0
  5832. package/install/node_modules/rxjs/src/internal/util/executeSchedule.ts +44 -0
  5833. package/install/node_modules/rxjs/src/internal/util/identity.ts +45 -0
  5834. package/install/node_modules/rxjs/src/internal/util/isArrayLike.ts +1 -0
  5835. package/install/node_modules/rxjs/src/internal/util/isAsyncIterable.ts +5 -0
  5836. package/install/node_modules/rxjs/src/internal/util/isDate.ts +10 -0
  5837. package/install/node_modules/rxjs/src/internal/util/isFunction.ts +7 -0
  5838. package/install/node_modules/rxjs/src/internal/util/isInteropObservable.ts +8 -0
  5839. package/install/node_modules/rxjs/src/internal/util/isIterable.ts +7 -0
  5840. package/install/node_modules/rxjs/src/internal/util/isObservable.ts +13 -0
  5841. package/install/node_modules/rxjs/src/internal/util/isPromise.ts +9 -0
  5842. package/install/node_modules/rxjs/src/internal/util/isReadableStreamLike.ts +23 -0
  5843. package/install/node_modules/rxjs/src/internal/util/isScheduler.ts +6 -0
  5844. package/install/node_modules/rxjs/src/internal/util/lift.ts +32 -0
  5845. package/install/node_modules/rxjs/src/internal/util/mapOneOrManyArgs.ts +16 -0
  5846. package/install/node_modules/rxjs/src/internal/util/noop.ts +2 -0
  5847. package/install/node_modules/rxjs/src/internal/util/not.ts +3 -0
  5848. package/install/node_modules/rxjs/src/internal/util/pipe.ts +95 -0
  5849. package/install/node_modules/rxjs/src/internal/util/reportUnhandledError.ts +24 -0
  5850. package/install/node_modules/rxjs/src/internal/util/subscribeToArray.ts +12 -0
  5851. package/install/node_modules/rxjs/src/internal/util/throwUnobservableError.ts +12 -0
  5852. package/install/node_modules/rxjs/src/internal/util/workarounds.ts +7 -0
  5853. package/install/node_modules/rxjs/src/operators/index.ts +114 -0
  5854. package/install/node_modules/rxjs/src/testing/index.ts +1 -0
  5855. package/install/node_modules/rxjs/src/tsconfig.base.json +12 -0
  5856. package/install/node_modules/rxjs/src/tsconfig.cjs.json +10 -0
  5857. package/install/node_modules/rxjs/src/tsconfig.cjs.spec.json +10 -0
  5858. package/install/node_modules/rxjs/src/tsconfig.esm.json +9 -0
  5859. package/install/node_modules/rxjs/src/tsconfig.esm5.json +11 -0
  5860. package/install/node_modules/rxjs/src/tsconfig.esm5.rollup.json +8 -0
  5861. package/install/node_modules/rxjs/src/tsconfig.types.json +14 -0
  5862. package/install/node_modules/rxjs/src/tsconfig.types.spec.json +7 -0
  5863. package/install/node_modules/rxjs/src/webSocket/index.ts +2 -0
  5864. package/install/node_modules/rxjs/testing/package.json +8 -0
  5865. package/install/node_modules/rxjs/tsconfig.json +28 -0
  5866. package/install/node_modules/rxjs/webSocket/package.json +8 -0
  5867. package/install/node_modules/safe-buffer/LICENSE +21 -0
  5868. package/install/node_modules/safe-buffer/README.md +584 -0
  5869. package/install/node_modules/safe-buffer/index.d.ts +187 -0
  5870. package/install/node_modules/safe-buffer/index.js +65 -0
  5871. package/install/node_modules/safe-buffer/package.json +51 -0
  5872. package/install/node_modules/safer-buffer/LICENSE +21 -0
  5873. package/install/node_modules/safer-buffer/Porting-Buffer.md +268 -0
  5874. package/install/node_modules/safer-buffer/Readme.md +156 -0
  5875. package/install/node_modules/safer-buffer/dangerous.js +58 -0
  5876. package/install/node_modules/safer-buffer/package.json +34 -0
  5877. package/install/node_modules/safer-buffer/safer.js +77 -0
  5878. package/install/node_modules/safer-buffer/tests.js +406 -0
  5879. package/install/node_modules/semver/LICENSE +15 -0
  5880. package/install/node_modules/semver/README.md +443 -0
  5881. package/install/node_modules/semver/bin/semver.js +174 -0
  5882. package/install/node_modules/semver/package.json +38 -0
  5883. package/install/node_modules/semver/range.bnf +16 -0
  5884. package/install/node_modules/semver/semver.js +1643 -0
  5885. package/install/node_modules/shebang-command/index.js +19 -0
  5886. package/install/node_modules/shebang-command/license +9 -0
  5887. package/install/node_modules/shebang-command/package.json +34 -0
  5888. package/install/node_modules/shebang-command/readme.md +34 -0
  5889. package/install/node_modules/shebang-regex/index.d.ts +22 -0
  5890. package/install/node_modules/shebang-regex/index.js +2 -0
  5891. package/install/node_modules/shebang-regex/license +9 -0
  5892. package/install/node_modules/shebang-regex/package.json +35 -0
  5893. package/install/node_modules/shebang-regex/readme.md +33 -0
  5894. package/install/node_modules/signal-exit/LICENSE.txt +16 -0
  5895. package/install/node_modules/signal-exit/README.md +39 -0
  5896. package/install/node_modules/signal-exit/index.js +202 -0
  5897. package/install/node_modules/signal-exit/package.json +38 -0
  5898. package/install/node_modules/signal-exit/signals.js +53 -0
  5899. package/install/node_modules/sisteransi/license +21 -0
  5900. package/install/node_modules/sisteransi/package.json +34 -0
  5901. package/install/node_modules/sisteransi/readme.md +113 -0
  5902. package/install/node_modules/sisteransi/src/index.js +58 -0
  5903. package/install/node_modules/sisteransi/src/sisteransi.d.ts +35 -0
  5904. package/install/node_modules/slash/index.d.ts +25 -0
  5905. package/install/node_modules/slash/index.js +11 -0
  5906. package/install/node_modules/slash/license +9 -0
  5907. package/install/node_modules/slash/package.json +35 -0
  5908. package/install/node_modules/slash/readme.md +44 -0
  5909. package/install/node_modules/source-map/CHANGELOG.md +301 -0
  5910. package/install/node_modules/source-map/LICENSE +28 -0
  5911. package/install/node_modules/source-map/README.md +742 -0
  5912. package/install/node_modules/source-map/lib/array-set.js +121 -0
  5913. package/install/node_modules/source-map/lib/base64-vlq.js +140 -0
  5914. package/install/node_modules/source-map/lib/base64.js +67 -0
  5915. package/install/node_modules/source-map/lib/binary-search.js +111 -0
  5916. package/install/node_modules/source-map/lib/mapping-list.js +79 -0
  5917. package/install/node_modules/source-map/lib/quick-sort.js +114 -0
  5918. package/install/node_modules/source-map/lib/source-map-consumer.js +1145 -0
  5919. package/install/node_modules/source-map/lib/source-map-generator.js +425 -0
  5920. package/install/node_modules/source-map/lib/source-node.js +413 -0
  5921. package/install/node_modules/source-map/lib/util.js +488 -0
  5922. package/install/node_modules/source-map/package.json +73 -0
  5923. package/install/node_modules/source-map/source-map.d.ts +98 -0
  5924. package/install/node_modules/source-map/source-map.js +8 -0
  5925. package/install/node_modules/source-map-support/LICENSE.md +21 -0
  5926. package/install/node_modules/source-map-support/README.md +284 -0
  5927. package/install/node_modules/source-map-support/browser-source-map-support.js +113 -0
  5928. package/install/node_modules/source-map-support/package.json +31 -0
  5929. package/install/node_modules/source-map-support/register.js +1 -0
  5930. package/install/node_modules/source-map-support/source-map-support.js +567 -0
  5931. package/install/node_modules/sprintf-js/LICENSE +24 -0
  5932. package/install/node_modules/sprintf-js/README.md +88 -0
  5933. package/install/node_modules/sprintf-js/bower.json +14 -0
  5934. package/install/node_modules/sprintf-js/demo/angular.html +20 -0
  5935. package/install/node_modules/sprintf-js/gruntfile.js +36 -0
  5936. package/install/node_modules/sprintf-js/package.json +22 -0
  5937. package/install/node_modules/sprintf-js/src/angular-sprintf.js +18 -0
  5938. package/install/node_modules/sprintf-js/src/sprintf.js +208 -0
  5939. package/install/node_modules/sprintf-js/test/test.js +82 -0
  5940. package/install/node_modules/stack-utils/LICENSE.md +21 -0
  5941. package/install/node_modules/stack-utils/index.js +344 -0
  5942. package/install/node_modules/stack-utils/node_modules/escape-string-regexp/index.d.ts +18 -0
  5943. package/install/node_modules/stack-utils/node_modules/escape-string-regexp/index.js +11 -0
  5944. package/install/node_modules/stack-utils/node_modules/escape-string-regexp/license +9 -0
  5945. package/install/node_modules/stack-utils/node_modules/escape-string-regexp/package.json +43 -0
  5946. package/install/node_modules/stack-utils/node_modules/escape-string-regexp/readme.md +29 -0
  5947. package/install/node_modules/stack-utils/package.json +39 -0
  5948. package/install/node_modules/stack-utils/readme.md +143 -0
  5949. package/install/node_modules/string-length/index.d.ts +22 -0
  5950. package/install/node_modules/string-length/index.js +19 -0
  5951. package/install/node_modules/string-length/license +9 -0
  5952. package/install/node_modules/string-length/package.json +45 -0
  5953. package/install/node_modules/string-length/readme.md +43 -0
  5954. package/install/node_modules/string-width/index.d.ts +29 -0
  5955. package/install/node_modules/string-width/index.js +47 -0
  5956. package/install/node_modules/string-width/license +9 -0
  5957. package/install/node_modules/string-width/package.json +56 -0
  5958. package/install/node_modules/string-width/readme.md +50 -0
  5959. package/install/node_modules/string_decoder/LICENSE +48 -0
  5960. package/install/node_modules/string_decoder/README.md +47 -0
  5961. package/install/node_modules/string_decoder/lib/string_decoder.js +296 -0
  5962. package/install/node_modules/string_decoder/package.json +34 -0
  5963. package/install/node_modules/strip-ansi/index.d.ts +17 -0
  5964. package/install/node_modules/strip-ansi/index.js +4 -0
  5965. package/install/node_modules/strip-ansi/license +9 -0
  5966. package/install/node_modules/strip-ansi/package.json +54 -0
  5967. package/install/node_modules/strip-ansi/readme.md +46 -0
  5968. package/install/node_modules/strip-bom/index.d.ts +14 -0
  5969. package/install/node_modules/strip-bom/index.js +15 -0
  5970. package/install/node_modules/strip-bom/license +9 -0
  5971. package/install/node_modules/strip-bom/package.json +42 -0
  5972. package/install/node_modules/strip-bom/readme.md +54 -0
  5973. package/install/node_modules/strip-final-newline/index.js +16 -0
  5974. package/install/node_modules/strip-final-newline/license +9 -0
  5975. package/install/node_modules/strip-final-newline/package.json +40 -0
  5976. package/install/node_modules/strip-final-newline/readme.md +30 -0
  5977. package/install/node_modules/strip-json-comments/index.d.ts +36 -0
  5978. package/install/node_modules/strip-json-comments/index.js +77 -0
  5979. package/install/node_modules/strip-json-comments/license +9 -0
  5980. package/install/node_modules/strip-json-comments/package.json +47 -0
  5981. package/install/node_modules/strip-json-comments/readme.md +78 -0
  5982. package/install/node_modules/supports-color/browser.js +5 -0
  5983. package/install/node_modules/supports-color/index.js +135 -0
  5984. package/install/node_modules/supports-color/license +9 -0
  5985. package/install/node_modules/supports-color/package.json +53 -0
  5986. package/install/node_modules/supports-color/readme.md +76 -0
  5987. package/install/node_modules/supports-preserve-symlinks-flag/.eslintrc +14 -0
  5988. package/install/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml +12 -0
  5989. package/install/node_modules/supports-preserve-symlinks-flag/.nycrc +9 -0
  5990. package/install/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +22 -0
  5991. package/install/node_modules/supports-preserve-symlinks-flag/LICENSE +21 -0
  5992. package/install/node_modules/supports-preserve-symlinks-flag/README.md +42 -0
  5993. package/install/node_modules/supports-preserve-symlinks-flag/browser.js +3 -0
  5994. package/install/node_modules/supports-preserve-symlinks-flag/index.js +9 -0
  5995. package/install/node_modules/supports-preserve-symlinks-flag/package.json +70 -0
  5996. package/install/node_modules/supports-preserve-symlinks-flag/test/index.js +29 -0
  5997. package/install/node_modules/test-exclude/CHANGELOG.md +352 -0
  5998. package/install/node_modules/test-exclude/LICENSE.txt +14 -0
  5999. package/install/node_modules/test-exclude/README.md +96 -0
  6000. package/install/node_modules/test-exclude/index.js +161 -0
  6001. package/install/node_modules/test-exclude/is-outside-dir-posix.js +7 -0
  6002. package/install/node_modules/test-exclude/is-outside-dir-win32.js +10 -0
  6003. package/install/node_modules/test-exclude/is-outside-dir.js +7 -0
  6004. package/install/node_modules/test-exclude/package.json +45 -0
  6005. package/install/node_modules/through/.travis.yml +5 -0
  6006. package/install/node_modules/through/LICENSE.APACHE2 +15 -0
  6007. package/install/node_modules/through/LICENSE.MIT +24 -0
  6008. package/install/node_modules/through/index.js +108 -0
  6009. package/install/node_modules/through/package.json +36 -0
  6010. package/install/node_modules/through/readme.markdown +64 -0
  6011. package/install/node_modules/through/test/async.js +28 -0
  6012. package/install/node_modules/through/test/auto-destroy.js +30 -0
  6013. package/install/node_modules/through/test/buffering.js +71 -0
  6014. package/install/node_modules/through/test/end.js +45 -0
  6015. package/install/node_modules/through/test/index.js +133 -0
  6016. package/install/node_modules/tmpl/lib/tmpl.js +17 -0
  6017. package/install/node_modules/tmpl/license +28 -0
  6018. package/install/node_modules/tmpl/package.json +19 -0
  6019. package/install/node_modules/tmpl/readme.md +10 -0
  6020. package/install/node_modules/to-regex-range/LICENSE +21 -0
  6021. package/install/node_modules/to-regex-range/README.md +305 -0
  6022. package/install/node_modules/to-regex-range/index.js +288 -0
  6023. package/install/node_modules/to-regex-range/package.json +88 -0
  6024. package/install/node_modules/tslib/CopyrightNotice.txt +15 -0
  6025. package/install/node_modules/tslib/LICENSE.txt +12 -0
  6026. package/install/node_modules/tslib/README.md +164 -0
  6027. package/install/node_modules/tslib/SECURITY.md +41 -0
  6028. package/install/node_modules/tslib/modules/index.d.ts +38 -0
  6029. package/install/node_modules/tslib/modules/index.js +70 -0
  6030. package/install/node_modules/tslib/modules/package.json +3 -0
  6031. package/install/node_modules/tslib/package.json +47 -0
  6032. package/install/node_modules/tslib/tslib.d.ts +460 -0
  6033. package/install/node_modules/tslib/tslib.es6.html +1 -0
  6034. package/install/node_modules/tslib/tslib.es6.js +402 -0
  6035. package/install/node_modules/tslib/tslib.es6.mjs +401 -0
  6036. package/install/node_modules/tslib/tslib.html +1 -0
  6037. package/install/node_modules/tslib/tslib.js +484 -0
  6038. package/install/node_modules/type-detect/LICENSE +19 -0
  6039. package/install/node_modules/type-detect/README.md +228 -0
  6040. package/install/node_modules/type-detect/index.js +378 -0
  6041. package/install/node_modules/type-detect/package.json +1 -0
  6042. package/install/node_modules/type-detect/type-detect.js +388 -0
  6043. package/install/node_modules/type-fest/base.d.ts +39 -0
  6044. package/install/node_modules/type-fest/index.d.ts +2 -0
  6045. package/install/node_modules/type-fest/license +9 -0
  6046. package/install/node_modules/type-fest/package.json +58 -0
  6047. package/install/node_modules/type-fest/readme.md +760 -0
  6048. package/install/node_modules/type-fest/source/async-return-type.d.ts +23 -0
  6049. package/install/node_modules/type-fest/source/asyncify.d.ts +31 -0
  6050. package/install/node_modules/type-fest/source/basic.d.ts +51 -0
  6051. package/install/node_modules/type-fest/source/conditional-except.d.ts +43 -0
  6052. package/install/node_modules/type-fest/source/conditional-keys.d.ts +43 -0
  6053. package/install/node_modules/type-fest/source/conditional-pick.d.ts +42 -0
  6054. package/install/node_modules/type-fest/source/entries.d.ts +57 -0
  6055. package/install/node_modules/type-fest/source/entry.d.ts +60 -0
  6056. package/install/node_modules/type-fest/source/except.d.ts +22 -0
  6057. package/install/node_modules/type-fest/source/fixed-length-array.d.ts +38 -0
  6058. package/install/node_modules/type-fest/source/iterable-element.d.ts +46 -0
  6059. package/install/node_modules/type-fest/source/literal-union.d.ts +33 -0
  6060. package/install/node_modules/type-fest/source/merge-exclusive.d.ts +39 -0
  6061. package/install/node_modules/type-fest/source/merge.d.ts +25 -0
  6062. package/install/node_modules/type-fest/source/mutable.d.ts +38 -0
  6063. package/install/node_modules/type-fest/source/opaque.d.ts +65 -0
  6064. package/install/node_modules/type-fest/source/package-json.d.ts +611 -0
  6065. package/install/node_modules/type-fest/source/partial-deep.d.ts +72 -0
  6066. package/install/node_modules/type-fest/source/promisable.d.ts +23 -0
  6067. package/install/node_modules/type-fest/source/promise-value.d.ts +27 -0
  6068. package/install/node_modules/type-fest/source/readonly-deep.d.ts +59 -0
  6069. package/install/node_modules/type-fest/source/require-at-least-one.d.ts +33 -0
  6070. package/install/node_modules/type-fest/source/require-exactly-one.d.ts +35 -0
  6071. package/install/node_modules/type-fest/source/set-optional.d.ts +33 -0
  6072. package/install/node_modules/type-fest/source/set-required.d.ts +33 -0
  6073. package/install/node_modules/type-fest/source/set-return-type.d.ts +29 -0
  6074. package/install/node_modules/type-fest/source/simplify.d.ts +4 -0
  6075. package/install/node_modules/type-fest/source/stringified.d.ts +21 -0
  6076. package/install/node_modules/type-fest/source/tsconfig-json.d.ts +870 -0
  6077. package/install/node_modules/type-fest/source/typed-array.d.ts +15 -0
  6078. package/install/node_modules/type-fest/source/union-to-intersection.d.ts +58 -0
  6079. package/install/node_modules/type-fest/source/utilities.d.ts +5 -0
  6080. package/install/node_modules/type-fest/source/value-of.d.ts +40 -0
  6081. package/install/node_modules/type-fest/ts41/camel-case.d.ts +64 -0
  6082. package/install/node_modules/type-fest/ts41/delimiter-case.d.ts +85 -0
  6083. package/install/node_modules/type-fest/ts41/get.d.ts +131 -0
  6084. package/install/node_modules/type-fest/ts41/index.d.ts +10 -0
  6085. package/install/node_modules/type-fest/ts41/kebab-case.d.ts +36 -0
  6086. package/install/node_modules/type-fest/ts41/pascal-case.d.ts +36 -0
  6087. package/install/node_modules/type-fest/ts41/snake-case.d.ts +35 -0
  6088. package/install/node_modules/type-fest/ts41/utilities.d.ts +8 -0
  6089. package/install/node_modules/undici-types/LICENSE +21 -0
  6090. package/install/node_modules/undici-types/README.md +6 -0
  6091. package/install/node_modules/undici-types/agent.d.ts +32 -0
  6092. package/install/node_modules/undici-types/api.d.ts +43 -0
  6093. package/install/node_modules/undici-types/balanced-pool.d.ts +29 -0
  6094. package/install/node_modules/undici-types/cache-interceptor.d.ts +172 -0
  6095. package/install/node_modules/undici-types/cache.d.ts +36 -0
  6096. package/install/node_modules/undici-types/client-stats.d.ts +15 -0
  6097. package/install/node_modules/undici-types/client.d.ts +108 -0
  6098. package/install/node_modules/undici-types/connector.d.ts +34 -0
  6099. package/install/node_modules/undici-types/content-type.d.ts +21 -0
  6100. package/install/node_modules/undici-types/cookies.d.ts +30 -0
  6101. package/install/node_modules/undici-types/diagnostics-channel.d.ts +74 -0
  6102. package/install/node_modules/undici-types/dispatcher.d.ts +276 -0
  6103. package/install/node_modules/undici-types/env-http-proxy-agent.d.ts +22 -0
  6104. package/install/node_modules/undici-types/errors.d.ts +161 -0
  6105. package/install/node_modules/undici-types/eventsource.d.ts +66 -0
  6106. package/install/node_modules/undici-types/fetch.d.ts +211 -0
  6107. package/install/node_modules/undici-types/formdata.d.ts +108 -0
  6108. package/install/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  6109. package/install/node_modules/undici-types/global-origin.d.ts +7 -0
  6110. package/install/node_modules/undici-types/h2c-client.d.ts +73 -0
  6111. package/install/node_modules/undici-types/handlers.d.ts +15 -0
  6112. package/install/node_modules/undici-types/header.d.ts +160 -0
  6113. package/install/node_modules/undici-types/index.d.ts +80 -0
  6114. package/install/node_modules/undici-types/interceptors.d.ts +39 -0
  6115. package/install/node_modules/undici-types/mock-agent.d.ts +68 -0
  6116. package/install/node_modules/undici-types/mock-call-history.d.ts +111 -0
  6117. package/install/node_modules/undici-types/mock-client.d.ts +27 -0
  6118. package/install/node_modules/undici-types/mock-errors.d.ts +12 -0
  6119. package/install/node_modules/undici-types/mock-interceptor.d.ts +94 -0
  6120. package/install/node_modules/undici-types/mock-pool.d.ts +27 -0
  6121. package/install/node_modules/undici-types/package.json +55 -0
  6122. package/install/node_modules/undici-types/patch.d.ts +29 -0
  6123. package/install/node_modules/undici-types/pool-stats.d.ts +19 -0
  6124. package/install/node_modules/undici-types/pool.d.ts +41 -0
  6125. package/install/node_modules/undici-types/proxy-agent.d.ts +29 -0
  6126. package/install/node_modules/undici-types/readable.d.ts +68 -0
  6127. package/install/node_modules/undici-types/retry-agent.d.ts +8 -0
  6128. package/install/node_modules/undici-types/retry-handler.d.ts +125 -0
  6129. package/install/node_modules/undici-types/snapshot-agent.d.ts +109 -0
  6130. package/install/node_modules/undici-types/util.d.ts +18 -0
  6131. package/install/node_modules/undici-types/utility.d.ts +7 -0
  6132. package/install/node_modules/undici-types/webidl.d.ts +341 -0
  6133. package/install/node_modules/undici-types/websocket.d.ts +186 -0
  6134. package/install/node_modules/universalify/LICENSE +20 -0
  6135. package/install/node_modules/universalify/README.md +76 -0
  6136. package/install/node_modules/universalify/index.js +24 -0
  6137. package/install/node_modules/universalify/package.json +34 -0
  6138. package/install/node_modules/update-browserslist-db/LICENSE +20 -0
  6139. package/install/node_modules/update-browserslist-db/README.md +30 -0
  6140. package/install/node_modules/update-browserslist-db/check-npm-version.js +17 -0
  6141. package/install/node_modules/update-browserslist-db/cli.js +42 -0
  6142. package/install/node_modules/update-browserslist-db/index.d.ts +6 -0
  6143. package/install/node_modules/update-browserslist-db/index.js +347 -0
  6144. package/install/node_modules/update-browserslist-db/package.json +40 -0
  6145. package/install/node_modules/update-browserslist-db/utils.js +25 -0
  6146. package/install/node_modules/util-deprecate/History.md +16 -0
  6147. package/install/node_modules/util-deprecate/LICENSE +24 -0
  6148. package/install/node_modules/util-deprecate/README.md +53 -0
  6149. package/install/node_modules/util-deprecate/browser.js +67 -0
  6150. package/install/node_modules/util-deprecate/node.js +6 -0
  6151. package/install/node_modules/util-deprecate/package.json +27 -0
  6152. package/install/node_modules/v8-to-istanbul/CHANGELOG.md +445 -0
  6153. package/install/node_modules/v8-to-istanbul/LICENSE.txt +14 -0
  6154. package/install/node_modules/v8-to-istanbul/README.md +88 -0
  6155. package/install/node_modules/v8-to-istanbul/index.d.ts +25 -0
  6156. package/install/node_modules/v8-to-istanbul/index.js +5 -0
  6157. package/install/node_modules/v8-to-istanbul/lib/branch.js +28 -0
  6158. package/install/node_modules/v8-to-istanbul/lib/function.js +29 -0
  6159. package/install/node_modules/v8-to-istanbul/lib/line.js +34 -0
  6160. package/install/node_modules/v8-to-istanbul/lib/range.js +35 -0
  6161. package/install/node_modules/v8-to-istanbul/lib/source.js +254 -0
  6162. package/install/node_modules/v8-to-istanbul/lib/v8-to-istanbul.js +323 -0
  6163. package/install/node_modules/v8-to-istanbul/package.json +49 -0
  6164. package/install/node_modules/walker/.travis.yml +3 -0
  6165. package/install/node_modules/walker/LICENSE +13 -0
  6166. package/install/node_modules/walker/lib/walker.js +111 -0
  6167. package/install/node_modules/walker/package.json +27 -0
  6168. package/install/node_modules/walker/readme.md +52 -0
  6169. package/install/node_modules/wcwidth/LICENSE +30 -0
  6170. package/install/node_modules/wcwidth/Readme.md +33 -0
  6171. package/install/node_modules/wcwidth/combining.js +50 -0
  6172. package/install/node_modules/wcwidth/docs/index.md +65 -0
  6173. package/install/node_modules/wcwidth/index.js +99 -0
  6174. package/install/node_modules/wcwidth/package.json +42 -0
  6175. package/install/node_modules/wcwidth/test/index.js +64 -0
  6176. package/install/node_modules/which/CHANGELOG.md +166 -0
  6177. package/install/node_modules/which/LICENSE +15 -0
  6178. package/install/node_modules/which/README.md +54 -0
  6179. package/install/node_modules/which/bin/node-which +52 -0
  6180. package/install/node_modules/which/package.json +43 -0
  6181. package/install/node_modules/which/which.js +125 -0
  6182. package/install/node_modules/wrap-ansi/index.js +186 -0
  6183. package/install/node_modules/wrap-ansi/license +9 -0
  6184. package/install/node_modules/wrap-ansi/package.json +61 -0
  6185. package/install/node_modules/wrap-ansi/readme.md +97 -0
  6186. package/install/node_modules/wrappy/LICENSE +15 -0
  6187. package/install/node_modules/wrappy/README.md +36 -0
  6188. package/install/node_modules/wrappy/package.json +29 -0
  6189. package/install/node_modules/wrappy/wrappy.js +33 -0
  6190. package/install/node_modules/write-file-atomic/LICENSE.md +6 -0
  6191. package/install/node_modules/write-file-atomic/README.md +91 -0
  6192. package/install/node_modules/write-file-atomic/lib/index.js +267 -0
  6193. package/install/node_modules/write-file-atomic/package.json +55 -0
  6194. package/install/node_modules/y18n/CHANGELOG.md +100 -0
  6195. package/install/node_modules/y18n/LICENSE +13 -0
  6196. package/install/node_modules/y18n/README.md +127 -0
  6197. package/install/node_modules/y18n/index.mjs +8 -0
  6198. package/install/node_modules/y18n/package.json +70 -0
  6199. package/install/node_modules/yallist/LICENSE +15 -0
  6200. package/install/node_modules/yallist/README.md +204 -0
  6201. package/install/node_modules/yallist/iterator.js +8 -0
  6202. package/install/node_modules/yallist/package.json +29 -0
  6203. package/install/node_modules/yallist/yallist.js +426 -0
  6204. package/install/node_modules/yargs/LICENSE +21 -0
  6205. package/install/node_modules/yargs/README.md +204 -0
  6206. package/install/node_modules/yargs/browser.d.ts +5 -0
  6207. package/install/node_modules/yargs/browser.mjs +7 -0
  6208. package/install/node_modules/yargs/helpers/helpers.mjs +10 -0
  6209. package/install/node_modules/yargs/helpers/index.js +14 -0
  6210. package/install/node_modules/yargs/helpers/package.json +3 -0
  6211. package/install/node_modules/yargs/index.cjs +53 -0
  6212. package/install/node_modules/yargs/index.mjs +8 -0
  6213. package/install/node_modules/yargs/lib/platform-shims/browser.mjs +95 -0
  6214. package/install/node_modules/yargs/lib/platform-shims/esm.mjs +73 -0
  6215. package/install/node_modules/yargs/locales/be.json +46 -0
  6216. package/install/node_modules/yargs/locales/cs.json +51 -0
  6217. package/install/node_modules/yargs/locales/de.json +46 -0
  6218. package/install/node_modules/yargs/locales/en.json +55 -0
  6219. package/install/node_modules/yargs/locales/es.json +46 -0
  6220. package/install/node_modules/yargs/locales/fi.json +49 -0
  6221. package/install/node_modules/yargs/locales/fr.json +53 -0
  6222. package/install/node_modules/yargs/locales/hi.json +49 -0
  6223. package/install/node_modules/yargs/locales/hu.json +46 -0
  6224. package/install/node_modules/yargs/locales/id.json +50 -0
  6225. package/install/node_modules/yargs/locales/it.json +46 -0
  6226. package/install/node_modules/yargs/locales/ja.json +51 -0
  6227. package/install/node_modules/yargs/locales/ko.json +49 -0
  6228. package/install/node_modules/yargs/locales/nb.json +44 -0
  6229. package/install/node_modules/yargs/locales/nl.json +49 -0
  6230. package/install/node_modules/yargs/locales/nn.json +44 -0
  6231. package/install/node_modules/yargs/locales/pirate.json +13 -0
  6232. package/install/node_modules/yargs/locales/pl.json +49 -0
  6233. package/install/node_modules/yargs/locales/pt.json +45 -0
  6234. package/install/node_modules/yargs/locales/pt_BR.json +48 -0
  6235. package/install/node_modules/yargs/locales/ru.json +51 -0
  6236. package/install/node_modules/yargs/locales/th.json +46 -0
  6237. package/install/node_modules/yargs/locales/tr.json +48 -0
  6238. package/install/node_modules/yargs/locales/uk_UA.json +51 -0
  6239. package/install/node_modules/yargs/locales/uz.json +52 -0
  6240. package/install/node_modules/yargs/locales/zh_CN.json +48 -0
  6241. package/install/node_modules/yargs/locales/zh_TW.json +51 -0
  6242. package/install/node_modules/yargs/package.json +123 -0
  6243. package/install/node_modules/yargs/yargs +9 -0
  6244. package/install/node_modules/yargs/yargs.mjs +10 -0
  6245. package/install/node_modules/yargs-parser/CHANGELOG.md +308 -0
  6246. package/install/node_modules/yargs-parser/LICENSE.txt +14 -0
  6247. package/install/node_modules/yargs-parser/README.md +518 -0
  6248. package/install/node_modules/yargs-parser/browser.js +29 -0
  6249. package/install/node_modules/yargs-parser/package.json +92 -0
  6250. package/install/node_modules/yocto-queue/index.d.ts +56 -0
  6251. package/install/node_modules/yocto-queue/index.js +68 -0
  6252. package/install/node_modules/yocto-queue/license +9 -0
  6253. package/install/node_modules/yocto-queue/package.json +43 -0
  6254. package/install/node_modules/yocto-queue/readme.md +64 -0
  6255. package/install/package-lock.json +4122 -0
  6256. package/install/package-npm.json +55 -0
  6257. package/install/package.json +62 -0
  6258. package/install/switch-to-v2.sh +126 -0
  6259. package/install/templates/.github/agents/bmad-agent-bmad-master.md +15 -0
  6260. package/install/templates/.github/agents/bmad-agent-bmb-agent-builder.md +15 -0
  6261. package/install/templates/.github/agents/bmad-agent-bmb-module-builder.md +15 -0
  6262. package/install/templates/.github/agents/bmad-agent-bmb-workflow-builder.md +15 -0
  6263. package/install/templates/.github/agents/bmad-agent-bmm-analyst.md +15 -0
  6264. package/install/templates/.github/agents/bmad-agent-bmm-architect.md +15 -0
  6265. package/install/templates/.github/agents/bmad-agent-bmm-dev.md +15 -0
  6266. package/install/templates/.github/agents/bmad-agent-bmm-pm.md +15 -0
  6267. package/install/templates/.github/agents/bmad-agent-bmm-quick-flow-solo-dev.md +15 -0
  6268. package/install/templates/.github/agents/bmad-agent-bmm-quinn.md +15 -0
  6269. package/install/templates/.github/agents/bmad-agent-bmm-sm.md +15 -0
  6270. package/install/templates/.github/agents/bmad-agent-bmm-tech-writer.md +15 -0
  6271. package/install/templates/.github/agents/bmad-agent-bmm-ux-designer.md +15 -0
  6272. package/install/templates/.github/agents/bmad-agent-byan-test.md +32 -0
  6273. package/install/templates/.github/agents/bmad-agent-byan.md +224 -0
  6274. package/install/templates/.github/agents/bmad-agent-carmack.md +18 -0
  6275. package/install/templates/.github/agents/bmad-agent-cis-brainstorming-coach.md +15 -0
  6276. package/install/templates/.github/agents/bmad-agent-cis-creative-problem-solver.md +15 -0
  6277. package/install/templates/.github/agents/bmad-agent-cis-design-thinking-coach.md +15 -0
  6278. package/install/templates/.github/agents/bmad-agent-cis-innovation-strategist.md +15 -0
  6279. package/install/templates/.github/agents/bmad-agent-cis-presentation-master.md +15 -0
  6280. package/install/templates/.github/agents/bmad-agent-cis-storyteller.md +15 -0
  6281. package/install/templates/.github/agents/bmad-agent-marc.md +48 -0
  6282. package/install/templates/.github/agents/bmad-agent-patnote.md +48 -0
  6283. package/install/templates/.github/agents/bmad-agent-rachid.md +47 -0
  6284. package/install/templates/.github/agents/bmad-agent-tea-tea.md +15 -0
  6285. package/install/templates/_bmad/bmb/agents/agent-builder.md +59 -0
  6286. package/install/templates/_bmad/bmb/agents/byan-test.md +116 -0
  6287. package/install/templates/_bmad/bmb/agents/byan.md +215 -0
  6288. package/install/templates/_bmad/bmb/agents/marc.md +303 -0
  6289. package/install/templates/_bmad/bmb/agents/module-builder.md +60 -0
  6290. package/install/templates/_bmad/bmb/agents/patnote.md +495 -0
  6291. package/install/templates/_bmad/bmb/agents/rachid.md +184 -0
  6292. package/install/templates/_bmad/bmb/agents/workflow-builder.md +61 -0
  6293. package/install/templates/_bmad/bmb/workflows/byan/data/mantras.yaml +272 -0
  6294. package/install/templates/_bmad/bmb/workflows/byan/data/templates.yaml +59 -0
  6295. package/install/templates/_bmad/bmb/workflows/byan/delete-agent-workflow.md +657 -0
  6296. package/install/templates/_bmad/bmb/workflows/byan/edit-agent-workflow.md +688 -0
  6297. package/install/templates/_bmad/bmb/workflows/byan/interview-workflow.md +753 -0
  6298. package/install/templates/_bmad/bmb/workflows/byan/quick-create-workflow.md +450 -0
  6299. package/install/templates/_bmad/bmb/workflows/byan/templates/base-agent-template.md +79 -0
  6300. package/install/templates/_bmad/bmb/workflows/byan/validate-agent-workflow.md +676 -0
  6301. package/install/templates/_bmad/core/agents/carmack.md +238 -0
  6302. package/install/test-chalk-fix.sh +210 -0
  6303. package/install/test-installer-v2.sh +204 -0
  6304. package/install/test-path-resolution.sh +200 -0
  6305. package/package.json +80 -64
  6306. package/src/byan-v2/context/copilot-context.js +79 -0
  6307. package/src/byan-v2/context/session-state.js +98 -0
  6308. package/src/byan-v2/dispatcher/complexity-scorer.js +232 -0
  6309. package/src/byan-v2/dispatcher/local-executor.js +221 -0
  6310. package/src/byan-v2/dispatcher/task-router.js +122 -0
  6311. package/src/byan-v2/dispatcher/task-tool-interface-mock.js +134 -0
  6312. package/src/byan-v2/dispatcher/task-tool-interface.js +123 -0
  6313. package/src/byan-v2/generation/agent-profile-validator.js +113 -0
  6314. package/src/byan-v2/generation/profile-template.js +113 -0
  6315. package/src/byan-v2/generation/templates/default-agent.md +49 -0
  6316. package/src/byan-v2/generation/templates/test-template.md +1 -0
  6317. package/src/byan-v2/index.js +199 -0
  6318. package/src/byan-v2/observability/error-tracker.js +105 -0
  6319. package/src/byan-v2/observability/logger.js +154 -0
  6320. package/src/byan-v2/observability/metrics-collector.js +194 -0
  6321. package/src/byan-v2/orchestrator/analysis-state.js +268 -0
  6322. package/src/byan-v2/orchestrator/generation-state.js +340 -0
  6323. package/src/byan-v2/orchestrator/interview-state.js +271 -0
  6324. package/src/byan-v2/orchestrator/state-machine.js +204 -0
  6325. package/src/core/cache/cache.js +126 -0
  6326. package/src/core/context/context.js +86 -0
  6327. package/src/core/dispatcher/dispatcher.js +135 -0
  6328. package/src/core/worker-pool/worker-pool.js +194 -0
  6329. package/src/core/workflow/workflow-executor.js +220 -0
  6330. package/src/index.js +139 -0
  6331. package/src/observability/dashboard/dashboard.js +191 -0
  6332. package/src/observability/logger/structured-logger.js +254 -0
  6333. package/src/observability/metrics/metrics-collector.js +325 -0
  6334. package/CHANGELOG.md +0 -394
  6335. package/LICENSE +0 -21
  6336. package/README.md +0 -1265
  6337. package/bin/create-byan-agent-backup.js +0 -220
  6338. package/bin/create-byan-agent-fixed.js +0 -301
  6339. package/bin/create-byan-agent.js +0 -587
  6340. package/lib/errors.js +0 -61
  6341. package/lib/exit-codes.js +0 -54
  6342. package/lib/platforms/claude-code.js +0 -113
  6343. package/lib/platforms/codex.js +0 -92
  6344. package/lib/platforms/copilot-cli.js +0 -123
  6345. package/lib/platforms/index.js +0 -14
  6346. package/lib/platforms/vscode.js +0 -51
  6347. package/lib/utils/config-loader.js +0 -79
  6348. package/lib/utils/file-utils.js +0 -117
  6349. package/lib/utils/git-detector.js +0 -35
  6350. package/lib/utils/logger.js +0 -64
  6351. package/lib/utils/node-detector.js +0 -58
  6352. package/lib/utils/os-detector.js +0 -74
  6353. package/lib/utils/yaml-utils.js +0 -87
  6354. package/lib/yanstaller/backuper.js +0 -308
  6355. package/lib/yanstaller/detector.js +0 -141
  6356. package/lib/yanstaller/index.js +0 -93
  6357. package/lib/yanstaller/installer.js +0 -226
  6358. package/lib/yanstaller/interviewer.js +0 -301
  6359. package/lib/yanstaller/recommender.js +0 -308
  6360. package/lib/yanstaller/troubleshooter.js +0 -498
  6361. package/lib/yanstaller/validator.js +0 -602
  6362. package/lib/yanstaller/wizard.js +0 -229
  6363. package/templates/.github/agents/bmad-agent-bmad-master.md +0 -15
  6364. package/templates/.github/agents/bmad-agent-bmb-agent-builder.md +0 -15
  6365. package/templates/.github/agents/bmad-agent-bmb-module-builder.md +0 -15
  6366. package/templates/.github/agents/bmad-agent-bmb-workflow-builder.md +0 -15
  6367. package/templates/.github/agents/bmad-agent-bmm-analyst.md +0 -15
  6368. package/templates/.github/agents/bmad-agent-bmm-architect.md +0 -15
  6369. package/templates/.github/agents/bmad-agent-bmm-dev.md +0 -15
  6370. package/templates/.github/agents/bmad-agent-bmm-pm.md +0 -15
  6371. package/templates/.github/agents/bmad-agent-bmm-quick-flow-solo-dev.md +0 -15
  6372. package/templates/.github/agents/bmad-agent-bmm-quinn.md +0 -15
  6373. package/templates/.github/agents/bmad-agent-bmm-sm.md +0 -15
  6374. package/templates/.github/agents/bmad-agent-bmm-tech-writer.md +0 -15
  6375. package/templates/.github/agents/bmad-agent-bmm-ux-designer.md +0 -15
  6376. package/templates/.github/agents/bmad-agent-byan-test.md +0 -32
  6377. package/templates/.github/agents/bmad-agent-byan.md +0 -224
  6378. package/templates/.github/agents/bmad-agent-carmack.md +0 -18
  6379. package/templates/.github/agents/bmad-agent-cis-brainstorming-coach.md +0 -15
  6380. package/templates/.github/agents/bmad-agent-cis-creative-problem-solver.md +0 -15
  6381. package/templates/.github/agents/bmad-agent-cis-design-thinking-coach.md +0 -15
  6382. package/templates/.github/agents/bmad-agent-cis-innovation-strategist.md +0 -15
  6383. package/templates/.github/agents/bmad-agent-cis-presentation-master.md +0 -15
  6384. package/templates/.github/agents/bmad-agent-cis-storyteller.md +0 -15
  6385. package/templates/.github/agents/bmad-agent-marc.md +0 -48
  6386. package/templates/.github/agents/bmad-agent-patnote.md +0 -48
  6387. package/templates/.github/agents/bmad-agent-rachid.md +0 -47
  6388. package/templates/.github/agents/bmad-agent-tea-tea.md +0 -15
  6389. package/templates/.github/agents/bmad-agent-test-dynamic.md +0 -21
  6390. package/templates/.github/agents/expert-merise-agile.md +0 -1
  6391. package/templates/.github/agents/franck.md +0 -379
  6392. package/templates/_bmad/bmb/agents/agent-builder.md +0 -59
  6393. package/templates/_bmad/bmb/agents/byan-test.md +0 -116
  6394. package/templates/_bmad/bmb/agents/byan.md +0 -215
  6395. package/templates/_bmad/bmb/agents/marc.md +0 -303
  6396. package/templates/_bmad/bmb/agents/module-builder.md +0 -60
  6397. package/templates/_bmad/bmb/agents/patnote.md +0 -495
  6398. package/templates/_bmad/bmb/agents/rachid.md +0 -184
  6399. package/templates/_bmad/bmb/agents/workflow-builder.md +0 -61
  6400. package/templates/_bmad/bmb/workflows/byan/data/mantras.yaml +0 -272
  6401. package/templates/_bmad/bmb/workflows/byan/data/templates.yaml +0 -59
  6402. package/templates/_bmad/bmb/workflows/byan/delete-agent-workflow.md +0 -657
  6403. package/templates/_bmad/bmb/workflows/byan/edit-agent-workflow.md +0 -688
  6404. package/templates/_bmad/bmb/workflows/byan/interview-workflow.md +0 -753
  6405. package/templates/_bmad/bmb/workflows/byan/quick-create-workflow.md +0 -450
  6406. package/templates/_bmad/bmb/workflows/byan/templates/base-agent-template.md +0 -79
  6407. package/templates/_bmad/bmb/workflows/byan/validate-agent-workflow.md +0 -676
  6408. package/templates/_bmad/core/agents/carmack.md +0 -238
@@ -0,0 +1,2750 @@
1
+ ## [7.8.2](https://github.com/reactivex/rxjs/compare/7.8.1...7.8.2) (2025-02-22)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **animationFrameScheduler:** some tasks are never flushed and sometimes it breaks completely ([#7444](https://github.com/reactivex/rxjs/issues/7444)) ([8bbfa4e](https://github.com/reactivex/rxjs/commit/8bbfa4efd15f6572316d5b2b05b2f49ded69a3ca))
6
+ - **mergeWith:** works correctly with an Array ([#7281](https://github.com/reactivex/rxjs/issues/7281)) ([27855c6](https://github.com/reactivex/rxjs/commit/27855c635ca74107352ae3336944433a328c0b41))
7
+ - **subscriber:** strict type signature for next method ([#7172](https://github.com/reactivex/rxjs/issues/7172)) ([0e2ef5e](https://github.com/reactivex/rxjs/commit/0e2ef5e1142699b028bc3624aae9b24c3e3aaccf))
8
+
9
+ ## [7.8.1](https://github.com/reactivex/rxjs/compare/7.8.0...7.8.1) (2023-04-26)
10
+
11
+ ### Bug Fixes
12
+
13
+ - **asapScheduler:** No longer stops after scheduling twice during flush ([#7198](https://github.com/reactivex/rxjs/issues/7198)) ([1b52405](https://github.com/reactivex/rxjs/commit/1b524057b4db157814bfd04ad7d10c999afdccfa)), closes [ReactiveX#7196](https://github.com/ReactiveX/issues/7196)
14
+ - **throttle:** properly handle default ThrottleConfig values ([#7176](https://github.com/reactivex/rxjs/issues/7176)) ([ceb821c](https://github.com/reactivex/rxjs/commit/ceb821cfd81ca29b0d764b86a03f1e9f1eaa0999))
15
+
16
+ # [7.8.0](https://github.com/reactivex/rxjs/compare/7.7.0...7.8.0) (2022-12-15)
17
+
18
+ ### Features
19
+
20
+ - **buffer:** `closingNotifier` now supports any `ObservableInput` ([#7073](https://github.com/reactivex/rxjs/issues/7073)) ([61b877a](https://github.com/reactivex/rxjs/commit/61b877a50c2557196a45e12622305c5a84fc3f0a))
21
+ - **delayWhen:** `delayWhen`'s `delayDurationSelector` now supports any `ObservableInput` ([#7049](https://github.com/reactivex/rxjs/issues/7049)) ([dfd95db](https://github.com/reactivex/rxjs/commit/dfd95db952a6772d35d11bdd1974f2c4b4d68b25))
22
+ - **sequenceEqual:** `compareTo` now supports any `ObservableInput` ([#7102](https://github.com/reactivex/rxjs/issues/7102)) ([d501961](https://github.com/reactivex/rxjs/commit/d50196187710c7a0cad50703b2071fc3f2cabd3c))
23
+ - **share:** `ShareConfig` factory properties now supports any `ObservableInput` ([#7093](https://github.com/reactivex/rxjs/issues/7093)) ([cc3995a](https://github.com/reactivex/rxjs/commit/cc3995a6f6baf9456ec11f749fe89bf61b9e2d62))
24
+ - **skipUntil:** `notifier` now supports any `ObservableInput` ([#7091](https://github.com/reactivex/rxjs/issues/7091)) ([60d6c40](https://github.com/reactivex/rxjs/commit/60d6c40fb484903286feca2bbfa9fcb2cde720e2))
25
+ - **window:** `windowBoundaries` now supports any `ObservableInput` ([#7088](https://github.com/reactivex/rxjs/issues/7088)) ([8c4347c](https://github.com/reactivex/rxjs/commit/8c4347c48f2432d7399c911d329fa74e0d6c6e8d))
26
+
27
+ # [7.7.0](https://github.com/reactivex/rxjs/compare/7.6.0...7.7.0) (2022-12-15)
28
+
29
+ ### Features
30
+
31
+ - **distinct:** `flush` argument now supports any `ObservableInput` ([#7081](https://github.com/reactivex/rxjs/issues/7081)) ([74c9ebd](https://github.com/reactivex/rxjs/commit/74c9ebd818113f9f25f1fb2b9fee4a0eac121ae0))
32
+ - **repeatWhen:** `notifier` supports `ObservableInput` ([#7103](https://github.com/reactivex/rxjs/issues/7103)) ([8f1b976](https://github.com/reactivex/rxjs/commit/8f1b976125c55a5e884317c2b463fd019662e6af))
33
+ - **retryWhen:** `notifier` now supports any `ObservableInput` ([#7105](https://github.com/reactivex/rxjs/issues/7105)) ([794f806](https://github.com/reactivex/rxjs/commit/794f8064cf8fe754e9dfebeee0ffef0ac1562252))
34
+ - **sample:** `notifier` now supports any `ObservableInput` ([#7104](https://github.com/reactivex/rxjs/issues/7104)) ([b18c2eb](https://github.com/reactivex/rxjs/commit/b18c2eb2bc8dc1a717c927f998028316eec83937))
35
+
36
+ # [7.6.0](https://github.com/reactivex/rxjs/compare/7.5.7...7.6.0) (2022-12-03)
37
+
38
+ ### Bug Fixes
39
+
40
+ - **schedulers:** no longer cause TypeScript build failures when Node types aren't included ([c1a07b7](https://github.com/reactivex/rxjs/commit/c1a07b71ac050ab36b371ff7f18dc9a924fffc9f))
41
+ - **types:** Improved subscribe and tap type overloads ([#6718](https://github.com/reactivex/rxjs/issues/6718)) ([af1a9f4](https://github.com/reactivex/rxjs/commit/af1a9f446a860883abaa36ace21345dc923e7e53)), closes [#6717](https://github.com/reactivex/rxjs/issues/6717)
42
+
43
+ ### Features
44
+
45
+ - **onErrorResumeNextWith:** renamed `onErrorResumeNext` and exported from the top level. (`onErrorResumeNext` operator is stil available, but deprecated) ([#6755](https://github.com/reactivex/rxjs/issues/6755)) ([51e3b2c](https://github.com/reactivex/rxjs/commit/51e3b2c8ec28b5d30bca4c63ad69ce6942c2cdcc))
46
+
47
+ ## [7.5.7](https://github.com/reactivex/rxjs/compare/7.5.6...7.5.7) (2022-09-25)
48
+
49
+ ### Bug Fixes
50
+
51
+ - **schedulers:** improve performance of animationFrameScheduler and asapScheduler ([#7059](https://github.com/reactivex/rxjs/issues/7059)) ([c93aa60](https://github.com/reactivex/rxjs/commit/c93aa60e9f073297d959fa1fff9323e48872d47e)), closes [#7017](https://github.com/reactivex/rxjs/issues/7017), related to [#7018](https://github.com/reactivex/rxjs/issues/7018) and [#6674](https://github.com/reactivex/rxjs/issues/6674)
52
+
53
+ ### Performance Improvements
54
+
55
+ - **animationFrames:** uses fewer Subscription instances ([#7060](https://github.com/reactivex/rxjs/issues/7060)) ([2d57b38](https://github.com/reactivex/rxjs/commit/2d57b38ec9f7ada838ee130ab75cd795b156c182)), closes [#7018](https://github.com/reactivex/rxjs/issues/7018)
56
+
57
+ ## [7.5.6](https://github.com/reactivex/rxjs/compare/7.5.5...7.5.6) (2022-07-11)
58
+
59
+ ### Bug Fixes
60
+
61
+ - **share:** No longer results in a bad-state observable in an edge case where a synchronous source was shared and refCounted, and the result is subscribed to twice in a row synchronously. ([#7005](https://github.com/reactivex/rxjs/issues/7005)) ([5d4c1d9](https://github.com/reactivex/rxjs/commit/5d4c1d9a37b1347217223adb0d9e166fd85f67a9))
62
+ - **share & connect:** `share` and `connect` no longer bundle scheduling code by default ([#6873](https://github.com/reactivex/rxjs/issues/6873)) ([9948dc2](https://github.com/reactivex/rxjs/commit/9948dc2f5577eaa4013de234f3552508918518c7)), closes [#6872](https://github.com/reactivex/rxjs/issues/6872)
63
+ - **exhaustAll:** Result will now complete properly when flattening all synchronous observables. ([#6911](https://github.com/reactivex/rxjs/issues/6911)) ([3c1c6b8](https://github.com/reactivex/rxjs/commit/3c1c6b8303028eebc7af31cfc5e5bad42a5b2da4)), closes [#6910](https://github.com/reactivex/rxjs/issues/6910)
64
+ - **TypeScript:** Now compatible with TypeScript 4.6 type checks ([#6895](https://github.com/reactivex/rxjs/issues/6895)) ([fce9aa1](https://github.com/reactivex/rxjs/commit/fce9aa12931796892673581761bba1f7ceafabff))
65
+
66
+ ## [7.5.5](https://github.com/reactivex/rxjs/compare/7.5.4...7.5.5) (2022-03-08)
67
+
68
+ ### Bug Fixes
69
+
70
+ - **package:** add types to exports ([#6802](https://github.com/reactivex/rxjs/issues/6802)) ([3750f75](https://github.com/reactivex/rxjs/commit/3750f75104bb82d870c53c0605c942e41245d79c))
71
+ - **package:** add `require` export condition ([#6821](https://github.com/reactivex/rxjs/issues/6821)) ([c8955e4](https://github.com/reactivex/rxjs/commit/c8955e4c6a972135030fdfddc18a7a48337ae9c7))
72
+ - **timeout:** no longer will timeout when receiving the first value synchronously ([#6865](https://github.com/reactivex/rxjs/issues/6865)) ([2330c96](https://github.com/reactivex/rxjs/commit/2330c9660b20f2e0cda0c4eeb36bb582b4a85186)), closes [#6862](https://github.com/reactivex/rxjs/issues/6862)
73
+
74
+ ### Performance Improvements
75
+
76
+ - Don't clone observers unless you have to ([#6842](https://github.com/reactivex/rxjs/issues/6842)) ([3289d20](https://github.com/reactivex/rxjs/commit/3289d20ddc3a84d2aede8e3ab9962a8ef5d43c83))
77
+
78
+ ## [7.5.4](https://github.com/reactivex/rxjs/compare/7.5.3...7.5.4) (2022-02-09)
79
+
80
+ ### Performance Improvements
81
+
82
+ - removed code that would `bind` functions passed with observers to `subscribe`. ([#6815](https://github.com/reactivex/rxjs/issues/6815)) ([fb375a0](https://github.com/reactivex/rxjs/commit/fb375a0c5befd6852cd63d3c310448e42fa9580e)), closes [#6783](https://github.com/reactivex/rxjs/issues/6783)
83
+
84
+ ## [7.5.3](https://github.com/reactivex/rxjs/compare/7.5.2...7.5.3) (2022-02-08)
85
+
86
+ ### Bug Fixes
87
+
88
+ - **subscribe:** allow interop with Monio and other libraries that patch function bind ([0ab91eb](https://github.com/reactivex/rxjs/commit/0ab91eb4c1da914efbf03a2732629914cd3398dc)), closes [#6783](https://github.com/reactivex/rxjs/issues/6783)
89
+
90
+ ## [7.5.2](https://github.com/reactivex/rxjs/compare/7.5.1...7.5.2) (2022-01-11)
91
+
92
+ ### Bug Fixes
93
+
94
+ - operators that ignore input values now use `unknown` rather than `any`, which should resolve issues with eslint no-unsafe-argument ([#6738](https://github.com/reactivex/rxjs/issues/6738)) ([67cb317](https://github.com/reactivex/rxjs/commit/67cb317a7a6b9fdbd3d2e8fdbc2ac9ac7e57179c)), closes [#6536](https://github.com/reactivex/rxjs/issues/6536)
95
+ - **ajax:** crossDomain flag deprecated and properly reported to consumers ([#6710](https://github.com/reactivex/rxjs/issues/6710)) ([7fd0575](https://github.com/reactivex/rxjs/commit/7fd05756c595dddb288b732b00a90fcfb2a9080a)), closes [#6663](https://github.com/reactivex/rxjs/issues/6663)
96
+
97
+ ## [7.5.1](https://github.com/reactivex/rxjs/compare/7.5.0...7.5.1) (2021-12-28)
98
+
99
+ ### Bug Fixes
100
+
101
+ - export supporting interfaces from top-level `rxjs` site. ([#6733](https://github.com/reactivex/rxjs/issues/6733)) ([299a1e1](https://github.com/reactivex/rxjs/commit/299a1e16f725edfc2e333c430e3a7dfc75dd94e7))
102
+
103
+ # [7.5.0](https://github.com/reactivex/rxjs/compare/7.4.0...7.5.0) (2021-12-27)
104
+
105
+ ### Bug Fixes
106
+
107
+ - **takeWhile:** Now returns proper types when passed a `Boolean` constructor. ([#6633](https://github.com/reactivex/rxjs/issues/6633)) ([081ca2b](https://github.com/reactivex/rxjs/commit/081ca2ba7290aa3084c1477a6d4bcc573bf478f6))
108
+ - **forEach:** properly unsubs after error in next handler ([#6677](https://github.com/reactivex/rxjs/issues/6677)) ([b9ab67d](https://github.com/reactivex/rxjs/commit/b9ab67d21ca9d227fcd1123bf80ab87ca9296af9)), closes [#6676](https://github.com/reactivex/rxjs/issues/6676)
109
+ - **WebSocketSubject:** handle slow WebSocket close ([#6708](https://github.com/reactivex/rxjs/issues/6708)) ([8cb201c](https://github.com/reactivex/rxjs/commit/8cb201cd42dd751b4185b94fe2d36c6bfda02fe2)), closes [#4650](https://github.com/reactivex/rxjs/issues/4650) [#3935](https://github.com/reactivex/rxjs/issues/3935)
110
+ - RxJS now supports tslib 2.x, rather than just 2.1.x ([#6692](https://github.com/reactivex/rxjs/issues/6692)) ([0b2495f](https://github.com/reactivex/rxjs/commit/0b2495f72e76627fdd19dd7a670dd74847d6449c)), closes [#6689](https://github.com/reactivex/rxjs/issues/6689)
111
+ - schedulers will no longer error while rescheduling and unsubscribing during flushes ([e35f589](https://github.com/reactivex/rxjs/commit/e35f589e2ca10ab2d2d69f7e9fe60727edc4c53d)), closes [#6672](https://github.com/reactivex/rxjs/issues/6672)
112
+
113
+ ### Features
114
+
115
+ - **repeat:** now has configurable delay ([#6640](https://github.com/reactivex/rxjs/issues/6640)) ([6b7a534](https://github.com/reactivex/rxjs/commit/6b7a534f579f95f97f47eff74bdea9991ee85712))
116
+
117
+ # [7.4.0](https://github.com/reactivex/rxjs/compare/7.3.1...7.4.0) (2021-10-06)
118
+
119
+ ### Features
120
+
121
+ - Add es2015 entries to the exports declaration to support Angular ([#6614](https://github.com/reactivex/rxjs/issues/6614)) ([268777b](https://github.com/reactivex/rxjs/commit/268777bc3a4fd0cf76882683b51809771741ddc3)), closes [/github.com/ReactiveX/rxjs/pull/6613#discussion_r716958551](https://github.com//github.com/ReactiveX/rxjs/pull/6613/issues/discussion_r716958551)
122
+
123
+ ## [7.3.1](https://github.com/reactivex/rxjs/compare/7.3.0...7.3.1) (2021-10-01)
124
+
125
+ ### Bug Fixes
126
+
127
+ - **Schedulers:** Throwing a falsy error in a scheduled function no longer results in strange error objects. ([#6594](https://github.com/reactivex/rxjs/issues/6594)) ([c70fcc0](https://github.com/reactivex/rxjs/commit/c70fcc02b4b737709aba559bf36b030a47902ee4))
128
+ - scheduling with Rx-provided schedulers will no longer leak action references ([#6562](https://github.com/reactivex/rxjs/issues/6562)) ([ff5a748](https://github.com/reactivex/rxjs/commit/ff5a748b31ee73a6517e2f4220c920c73fbdd1fc)), closes [#6561](https://github.com/reactivex/rxjs/issues/6561)
129
+ - **forkJoin:** now finalizes sources before emitting ([#6546](https://github.com/reactivex/rxjs/issues/6546)) ([c52ff2e](https://github.com/reactivex/rxjs/commit/c52ff2e3aae19cd0877adb63182c03b79427de96)), closes [#4914](https://github.com/reactivex/rxjs/issues/4914)
130
+ - **observeOn:** release action references on teardown ([321d205](https://github.com/reactivex/rxjs/commit/321d2052696a7c366786c1ef3be7ad2a98a55f62))
131
+ - **types:** update schedule signature overload ([c61e57c](https://github.com/reactivex/rxjs/commit/c61e57c9c64a1525d034aea641f1b846737e1eee))
132
+
133
+ # [7.3.0](https://github.com/reactivex/rxjs/compare/7.2.0...7.3.0) (2021-07-28)
134
+
135
+ ### Bug Fixes
136
+
137
+ - Expose `Connectable`, the return type of `connectable` ([#6531](https://github.com/reactivex/rxjs/issues/6531)) ([69f5bfa](https://github.com/reactivex/rxjs/commit/69f5bfae0eb2880a3d5cfb34db3a182182b325de)), closes [#6529](https://github.com/reactivex/rxjs/issues/6529)
138
+ - **AsyncSubject:** properly emits values during reentrant subscriptions ([#6522](https://github.com/reactivex/rxjs/issues/6522)) ([dd8bdf3](https://github.com/reactivex/rxjs/commit/dd8bdf3b18b596155b66029ef16ebabf989360c5)), closes [#6520](https://github.com/reactivex/rxjs/issues/6520)
139
+
140
+ ### Features
141
+
142
+ - **retry:** Now supports configurable delay as a named argument ([#6421](https://github.com/reactivex/rxjs/issues/6421)) ([5f69795](https://github.com/reactivex/rxjs/commit/5f69795f4be035499cf223bf9a3d7352c4975291))
143
+ - **tap:** Now supports subscribe, unsubscribe, and finalize handlers ([#6527](https://github.com/reactivex/rxjs/issues/6527)) ([eb26cbc](https://github.com/reactivex/rxjs/commit/eb26cbc4488c9953cdde565b598b1dbdeeeee9ea))
144
+
145
+ # [7.2.0](https://github.com/reactivex/rxjs/compare/7.1.0...7.2.0) (2021-07-05)
146
+
147
+ ### Bug Fixes
148
+
149
+ - **debounceTime:** unschedule dangling task on unsubscribe before complete ([#6464](https://github.com/reactivex/rxjs/issues/6464)) ([7ab0a4c](https://github.com/reactivex/rxjs/commit/7ab0a4c649b1b54e763a726c4ffdc183b0b45b23))
150
+ - **fromEvent:** Types now properly infer when resultSelector is provided ([#6447](https://github.com/reactivex/rxjs/issues/6447)) ([39b9d81](https://github.com/reactivex/rxjs/commit/39b9d818ef6ea033dc8e53800e3a220d56c76b4a))
151
+
152
+ ### Features
153
+
154
+ - Operators are all exported at the top level, from "rxjs". From here on out, we encourage top-level imports with RxJS. Importing from `rxjs/operators` will be deprecated soon. ([#6488](https://github.com/reactivex/rxjs/issues/6488)) ([512adc2](https://github.com/reactivex/rxjs/commit/512adc25f350660113275d8277d16b7f3eec1d49)), closes [#6242](https://github.com/reactivex/rxjs/issues/6242)
155
+
156
+ # [7.1.0](https://github.com/reactivex/rxjs/compare/7.0.1...7.1.0) (2021-05-21)
157
+
158
+ ### Bug Fixes
159
+
160
+ - returned operator functions from multicast operators `share`, `publish`, `publishReplay` are now referentially transparent. Meaning if you take the result of calling `publishReplay(3)` and pass it to more than one observable's `pipe` method, it will behave the same in each case, rather than having a cumulative effect, which was a regression introduced sometime in version 6. If you required this broken behavior, there is a workaround posted [here](https://github.com/ReactiveX/rxjs/pull/6410#issuecomment-846087374) ([#6410](https://github.com/reactivex/rxjs/issues/6410)) ([e2f2e51](https://github.com/reactivex/rxjs/commit/e2f2e516514bdeb76229e69c639f10f21bccafad)), closes [/github.com/ReactiveX/rxjs/pull/6410#issuecomment-846087374](https://github.com//github.com/ReactiveX/rxjs/pull/6410/issues/issuecomment-846087374) [#5411](https://github.com/reactivex/rxjs/issues/5411)
161
+
162
+ ### Features
163
+
164
+ - All subjects now have an `observed` property. This will allow users to check whether a subject has current subscribers without us allowing access to the `observers` array, which is going to be made private in future versions. ([#6405](https://github.com/reactivex/rxjs/issues/6405)) ([f47425d](https://github.com/reactivex/rxjs/commit/f47425d349475231c0f3542bb6ecef16a63e933a))
165
+ - **groupBy:** Support named arguments, support ObservableInputs for duration selector ([#5679](https://github.com/reactivex/rxjs/issues/5679)) ([7a99397](https://github.com/reactivex/rxjs/commit/7a9939773802c4f7948c6d868a8f75facdea9f37))
166
+ - **share:** use another observable to control resets ([#6169](https://github.com/reactivex/rxjs/issues/6169)) ([12c3716](https://github.com/reactivex/rxjs/commit/12c3716cecbf01f353c980488bf18845177b37b6))
167
+
168
+ ## [7.0.1](https://github.com/reactivex/rxjs/compare/7.0.0...7.0.1) (2021-05-12)
169
+
170
+ ### Bug Fixes
171
+
172
+ - **bindCallback:** resulting function now recreated underlying Subject and is reusable once again. ([#6369](https://github.com/reactivex/rxjs/issues/6369)) ([abf2bc1](https://github.com/reactivex/rxjs/commit/abf2bc13e38406717127159c8c373b910223b562))
173
+ - **retry:** properly handles retry counts smaller than `1`. ([#6359](https://github.com/reactivex/rxjs/issues/6359)) ([e797bd7](https://github.com/reactivex/rxjs/commit/e797bd70b1368e189df00d697504304a3a5ef1a8))
174
+ - **share:** properly closes synchronous "firehose" sources. ([#6370](https://github.com/reactivex/rxjs/issues/6370)) ([2271a91](https://github.com/reactivex/rxjs/commit/2271a9180131a0becdbf789c1429ef741ace4b2f))
175
+ - Observable teardowns now properly called if `useDeprecatedSynchronousErrorHandling` is `true`. ([#6365](https://github.com/reactivex/rxjs/issues/6365)) ([e19e104](https://github.com/reactivex/rxjs/commit/e19e104d011233d83bc10c37f1ee0b3ac6e15612)), closes [#6364](https://github.com/reactivex/rxjs/issues/6364)
176
+ - **Subscription:** properly release parent subscriptions when unsubscribed. ([#6352](https://github.com/reactivex/rxjs/issues/6352)) ([88331d2](https://github.com/reactivex/rxjs/commit/88331d2ecdcf0f81a0712b315ed810d4da7d4b97)), closes [#6351](https://github.com/reactivex/rxjs/issues/6351) [#6351](https://github.com/reactivex/rxjs/issues/6351)
177
+ - **node**: do not reference DOM-related imports to assist in node usage. ([#6305](https://github.com/reactivex/rxjs/issues/6305)) ([b24818e](https://github.com/reactivex/rxjs/commit/b24818e96775045c7485932bf33349471e8f1363)), closes [#6297](https://github.com/reactivex/rxjs/issues/6297)
178
+
179
+ # [7.0.0](https://github.com/reactivex/rxjs/compare/7.0.0-rc.3...7.0.0) (2021-04-29)
180
+
181
+ ### Bug Fixes
182
+
183
+ - VS code will now properly auto-import operators, et al ([#6276](https://github.com/reactivex/rxjs/issues/6276)) ([f43c728](https://github.com/reactivex/rxjs/commit/f43c72815f9ebe5ee3a8ed11513be0f541c9517d)), closes [#6067](https://github.com/reactivex/rxjs/issues/6067)
184
+ - **AjaxResponse:** add stricter `type` (`AjaxResponseType`) ([#6279](https://github.com/reactivex/rxjs/issues/6279)) ([839e192](https://github.com/reactivex/rxjs/commit/839e192b7d826d833d7ce941be97c3735bd19c0a))
185
+
186
+ # [7.0.0-rc.3](https://github.com/reactivex/rxjs/compare/7.0.0-rc.2...7.0.0-rc.3) (2021-04-28)
187
+
188
+ ### Bug Fixes
189
+
190
+ - finalize behaves well with useDeprecatedSynchronousErrorHandling ([#6251](https://github.com/reactivex/rxjs/issues/6251)) ([e4bed2a](https://github.com/reactivex/rxjs/commit/e4bed2a2bad994f05a39246707d4f203412cebbd)), closes [#6250](https://github.com/reactivex/rxjs/issues/6250)
191
+ - resolve run-time errors when using deprecated sync error handling ([#6272](https://github.com/reactivex/rxjs/issues/6272)) ([35daaf7](https://github.com/reactivex/rxjs/commit/35daaf77d3a9a909a7ec22c362c97ac42a597f79)), closes [#6271](https://github.com/reactivex/rxjs/issues/6271)
192
+ - resolve issue that made users unable to assert `instanceof AjaxError`. ([#6275](https://github.com/reactivex/rxjs/issues/6275)) ([a7c2d29](https://github.com/reactivex/rxjs/commit/a7c2d297ad6b2f405ac312b38f6360e9a645d890))
193
+
194
+ ### Features
195
+
196
+ - add config object to connectable ([#6267](https://github.com/reactivex/rxjs/issues/6267)) ([4d98b40](https://github.com/reactivex/rxjs/commit/4d98b40f969d5f55381f9a178ef3c18e6850cf47))
197
+
198
+ ### BREAKING CHANGES
199
+
200
+ - Our very new creation function, `connectable`, now takes a configuration object instead of just the `Subject` instance. This was necessary to make sure it covered all use cases for what we were trying to replace in the deprecated multicasting operators. Apologies for the late-in-the-game change, but we know it's not widely used yet (it's new in v7), and we want to get it right.
201
+
202
+ # [7.0.0-rc.2](https://github.com/reactivex/rxjs/compare/7.0.0-rc.1...7.0.0-rc.2) (2021-04-20)
203
+
204
+ ### Bug Fixes
205
+
206
+ - **webSocket:** return the correct type for `WebSocketSubject` `multiplex` method([#6232](https://github.com/reactivex/rxjs/issues/6232)) ([33383b8](https://github.com/reactivex/rxjs/commit/33383b884d895fa77866362b8b00fd2e2c3597e6))
207
+
208
+ ### Reverts
209
+
210
+ - Revert "chore: Add typesVersions to package.json (#6229)" (#6241) ([304f3a7](https://github.com/reactivex/rxjs/commit/304f3a73e67871f9b37f39675e503174d3dcc23a)), closes [#6229](https://github.com/reactivex/rxjs/issues/6229) [#6241](https://github.com/reactivex/rxjs/issues/6241)
211
+
212
+ # [7.0.0-rc.1](https://github.com/reactivex/rxjs/compare/7.0.0-rc.0...7.0.0-rc.1) (2021-04-19)
213
+
214
+ ### Bug Fixes
215
+
216
+ - **TypeScript:** Add typesVersions definition to package.json in order to help VS Code find automatic imports. ([#6067](https://github.com/reactivex/rxjs/issues/6067)) ([659a623](https://github.com/reactivex/rxjs/commit/659a623c94bd6b210e9beb6bb6061be540b05538))
217
+
218
+ # [7.0.0-rc.0](https://github.com/reactivex/rxjs/compare/7.0.0-beta.15...7.0.0-rc.0) (2021-04-19)
219
+
220
+ ### Bug Fixes
221
+
222
+ - **symbol:** revert unique symbol in [#5874](https://github.com/reactivex/rxjs/issues/5874) ([#6224](https://github.com/reactivex/rxjs/issues/6224)) ([3c49429](https://github.com/reactivex/rxjs/commit/3c49429fadc31ebaddd143d4412907edc50e32be)), closes [#5919](https://github.com/reactivex/rxjs/issues/5919) [#6178](https://github.com/reactivex/rxjs/issues/6178) [#6175](https://github.com/reactivex/rxjs/issues/6175)
223
+ - forkJoin/combineLatest return Observable<unknown> if passed any ([#6227](https://github.com/reactivex/rxjs/issues/6227)) ([ce0a2fa](https://github.com/reactivex/rxjs/commit/ce0a2fa975e7c08de2bbf893010f2c25c090b1ca)), closes [#6226](https://github.com/reactivex/rxjs/issues/6226)
224
+ - **fromEvent:** match targets properly; fix result selector type ([#6208](https://github.com/reactivex/rxjs/issues/6208)) ([8412c73](https://github.com/reactivex/rxjs/commit/8412c739bb47cc45ec3f38327115301b4fcc0118))
225
+ - **merge:** single array is not an array of sources ([#6211](https://github.com/reactivex/rxjs/issues/6211)) ([4e900dc](https://github.com/reactivex/rxjs/commit/4e900dc745b5fbd7659b104c49fb0fce4ae84707))
226
+ - **pipe:** Ensure that `unknown` is inferred for 9+ arguments. ([#6212](https://github.com/reactivex/rxjs/issues/6212)) ([6fa819b](https://github.com/reactivex/rxjs/commit/6fa819beb91ba99dadd6262d6c13f7ddfd9470c5))
227
+
228
+ ### Features
229
+
230
+ - add (optional) defaultValue configuration to firstValueFrom and lastValueFrom ([#6204](https://github.com/reactivex/rxjs/issues/6204)) ([df51b04](https://github.com/reactivex/rxjs/commit/df51b04d7ec68a72b3a4b0d69c3bb29264c72611))
231
+
232
+ # [7.0.0-beta.15](https://github.com/reactivex/rxjs/compare/7.0.0-beta.14...7.0.0-beta.15) (2021-03-31)
233
+
234
+ ### Bug Fixes
235
+
236
+ - **esm:** duplicate directory in export path ([#6194](https://github.com/reactivex/rxjs/issues/6194)) ([aa41462](https://github.com/reactivex/rxjs/commit/aa4146288ec6542754f41ffd260fa4d6936a4d22))
237
+
238
+ # [7.0.0-beta.14](https://github.com/reactivex/rxjs/compare/7.0.0-beta.13...7.0.0-beta.14) (2021-03-30)
239
+
240
+ ### Bug Fixes
241
+
242
+ - **share:** No longer throws errors for reentrant observables ([#6151](https://github.com/reactivex/rxjs/issues/6151)) ([fc728cd](https://github.com/reactivex/rxjs/commit/fc728cdf2f395620cca347602e66f3d173c057b5)), closes [#6144](https://github.com/reactivex/rxjs/issues/6144)
243
+
244
+ ### Features
245
+
246
+ - **ajax:** Now allows configuration of query string parameters, via a `params` option in the request configuration ([#6174](https://github.com/reactivex/rxjs/issues/6174)) ([980f4d4](https://github.com/reactivex/rxjs/commit/980f4d4bb6a3bc1513a4335ed124f4d11b93d251))
247
+ - **esm:** Added exports within package.json to enable scoped package loading. ([#6192](https://github.com/reactivex/rxjs/issues/6192)) ([33a9f06](https://github.com/reactivex/rxjs/commit/33a9f06f2c59c8aef3bb583bdb7d61d08ab597a0)), closes [sveltejs/kit#612](https://github.com/sveltejs/kit/issues/612) [nodejs/node#27408](https://github.com/nodejs/node/issues/27408)
248
+ - **ReadableStreams:** RxJS now supports conversions for ReadableStreams e.g. `from(readableStream)`. ([#6163](https://github.com/reactivex/rxjs/issues/6163)) ([19d6502](https://github.com/reactivex/rxjs/commit/19d650223cf0e1964e893baca19f264154422a7d))
249
+
250
+ # [7.0.0-beta.13](https://github.com/reactivex/rxjs/compare/7.0.0-beta.12...7.0.0-beta.13) (2021-03-15)
251
+
252
+ ### Bug Fixes
253
+
254
+ - **fromEvent:** throw if passed invalid target ([#6136](https://github.com/reactivex/rxjs/issues/6136)) ([317ba0c](https://github.com/reactivex/rxjs/commit/317ba0c9254e447385414e2c57e1d81760f88aa6)), closes [#5823](https://github.com/reactivex/rxjs/issues/5823)
255
+ - remove misused type parameter from static pipe ([#6119](https://github.com/reactivex/rxjs/issues/6119)) ([8dc7d17](https://github.com/reactivex/rxjs/commit/8dc7d1793b4067d9eedc42b28d49ace8296672f5)), closes [#5557](https://github.com/reactivex/rxjs/issues/5557)
256
+ - **Subscriber:** don't leak destination ([#6116](https://github.com/reactivex/rxjs/issues/6116)) ([5bba36c](https://github.com/reactivex/rxjs/commit/5bba36c6dde5b1b4b7e434104e716b233e5f402c))
257
+ - **combineLatest:** POJO signature should match only ObservableInput values ([#6103](https://github.com/reactivex/rxjs/issues/6103)) ([d633494](https://github.com/reactivex/rxjs/commit/d633494dcdcabecda2c64ee84b8b6ceeaa2cb3d8))
258
+ - **forkJoin:** POJO signature should match only ObservableInput values ([#6095](https://github.com/reactivex/rxjs/issues/6095)) ([566427e](https://github.com/reactivex/rxjs/commit/566427e88e597589f21b8cfb057dd13d5c61e0f2))
259
+ - predicates that return `any` will now behave property with findIndex ([#6097](https://github.com/reactivex/rxjs/issues/6097)) ([c6f73d6](https://github.com/reactivex/rxjs/commit/c6f73d687e6b2142da4cab2a66047cc6dd123bf9))
260
+ - remove misused type parameter from isObservable ([#6083](https://github.com/reactivex/rxjs/issues/6083)) ([f16b634](https://github.com/reactivex/rxjs/commit/f16b6341eef85009fc16de13623dc860d8d87778))
261
+ - unhandled errors in observers correctly scheduled ([#6118](https://github.com/reactivex/rxjs/issues/6118)) ([c02ceb7](https://github.com/reactivex/rxjs/commit/c02ceb75e3de12fedbe270d5d323f508171f9cfd))
262
+ - **defaultIfEmpty:** Allow `undefined` as an argument, require an argument ([4983760](https://github.com/reactivex/rxjs/commit/4983760b9179da27ddfcbf419ac5975cff9447c9)), closes [#6064](https://github.com/reactivex/rxjs/issues/6064)
263
+ - **elementAt:** Allow `defaultValue` of `undefined`. ([5bc1b3e](https://github.com/reactivex/rxjs/commit/5bc1b3e22deceb5ea5f1882c0f92f061c1c4792d))
264
+ - **first:** Allow `defaultValue` of `undefined`. ([62a6bbe](https://github.com/reactivex/rxjs/commit/62a6bbe1c3c51468c57e4e8f754c1c09da2db51b))
265
+ - **last:** Allow `defaultValue` of `undefined`. ([ef3e721](https://github.com/reactivex/rxjs/commit/ef3e721f440132cf199f662b6a987349a0a70418))
266
+
267
+ ### Features
268
+
269
+ - rename and alias `combineLatest` as `combineLatestAll` for consistency ([#6079](https://github.com/reactivex/rxjs/issues/6079)) ([42cee80](https://github.com/reactivex/rxjs/commit/42cee8045594779e8802b370c7244e6bbeeccaa3)), closes [#4590](https://github.com/reactivex/rxjs/issues/4590)
270
+
271
+ ### BREAKING CHANGES
272
+
273
+ - **defaultIfEmpty:** `defaultIfEmpty` requires a value be passed. Will no longer convert `undefined` to `null` for no good reason.
274
+
275
+ # [7.0.0-beta.12](https://github.com/reactivex/rxjs/compare/7.0.0-beta.11...7.0.0-beta.12) (2021-02-27)
276
+
277
+ 5bc8e3361 Fix/6052 ajax responseType should default to "json" (#6056)
278
+
279
+ ### Bug Fixes
280
+
281
+ - **ajax**: `responseType` is now properly defaulted to `"json"` again. ([#6056](https://github.com/reactivex/rxjs/issues/6056)) ([5bc8e3361](https://github.com/reactivex/rxjs/commit/5bc8e3361))
282
+ - Corner case resolved where an error thrown in a completion handler might delay teardown if it happened to be after a completing operator like `take`. ([#6062](https://github.com/reactivex/rxjs/issues/6062)) ([a2b9563](https://github.com/reactivex/rxjs/commit/a2b95631be882d2cf0fd87f43804d1ed699591d7))
283
+ - **AsyncGenerator support**: consumed async generators are now properly finalized. ([#6062](https://github.com/reactivex/rxjs/issues/6062)) ([a2b9563](https://github.com/reactivex/rxjs/commit/a2b95631be882d2cf0fd87f43804d1ed699591d7)), closes [#5998](https://github.com/reactivex/rxjs/issues/5998)
284
+ - **throttle:** no longer emits more than necessary in sync/sync trailing case ([#6059](https://github.com/reactivex/rxjs/issues/6059)) ([9da638a](https://github.com/reactivex/rxjs/commit/9da638a70d5abb862439ab4ee6a55368228811b0)), closes [#6058](https://github.com/reactivex/rxjs/issues/6058)
285
+
286
+ # [7.0.0-beta.11](https://github.com/reactivex/rxjs/compare/7.0.0-beta.10...7.0.0-beta.11) (2021-02-24)
287
+
288
+ ### Bug Fixes
289
+
290
+ - **ajax:** now errors on forced abort ([#6041](https://github.com/reactivex/rxjs/issues/6041)) ([d950921](https://github.com/reactivex/rxjs/commit/d95092143c1860eef054d27f2a1e50cb98b0ef58)), closes [#4251](https://github.com/reactivex/rxjs/issues/4251)
291
+ - **buffer:** closingNotifier completion does not complete resulting observable ([358ae84](https://github.com/reactivex/rxjs/commit/358ae84cb9d59170216e7e0845c192eb3e1dcb51))
292
+ - **buffer:** Remaining buffer will correctly be emitted on source close. ([0c667d5](https://github.com/reactivex/rxjs/commit/0c667d596d4a14002ffe9d4db319ed7cd7442ada)), closes [#3990](https://github.com/reactivex/rxjs/issues/3990) [#6035](https://github.com/reactivex/rxjs/issues/6035)
293
+ - **debounceTime:** improves performance on quick succession of emits ([#6049](https://github.com/reactivex/rxjs/issues/6049)) ([9b70861](https://github.com/reactivex/rxjs/commit/9b708613cb7687647dc43c5e15b821e17ccc23ef))
294
+ - **distinctUntilChanged:** Ensure reentrant code is compared properly ([#6014](https://github.com/reactivex/rxjs/issues/6014)) ([0ebcf17](https://github.com/reactivex/rxjs/commit/0ebcf1751a5359072b137ff197789570be4d7ead))
295
+ - **share:** Ensure proper memory clean up ([1aa400a](https://github.com/reactivex/rxjs/commit/1aa400a5214325bc843a74602022a7912da20166))
296
+ - **window:** final window stays open until source complete ([e8b05ef](https://github.com/reactivex/rxjs/commit/e8b05ef090d33af5b883e8020b8b7a3c4c8fa30e))
297
+ - **concat/merge:** operators will finalize inners before moving to the next ([#6010](https://github.com/reactivex/rxjs/issues/6010)) ([5249a23](https://github.com/reactivex/rxjs/commit/5249a23b38bdda4639e9d669afd62a624172f89c)), closes [#3338](https://github.com/reactivex/rxjs/issues/3338)
298
+ - predicates that return `any` will now behave property in TS ([#5987](https://github.com/reactivex/rxjs/issues/5987)) ([f5ae97d](https://github.com/reactivex/rxjs/commit/f5ae97d49a35b9f99ac59f79dd244a6d8d6c8a7b)), closes [#5986](https://github.com/reactivex/rxjs/issues/5986)
299
+ - `publish` variants returning `ConnectableObservable` not properly utilizing lift ([#6003](https://github.com/reactivex/rxjs/issues/6003)) ([9acb950](https://github.com/reactivex/rxjs/commit/9acb950aec9efda95eb7492bfc47a33b71ef2e55))
300
+ - Resolve issues with deprecated synchronous error handling and chained operators ([#5980](https://github.com/reactivex/rxjs/issues/5980)) ([0ad2802](https://github.com/reactivex/rxjs/commit/0ad2802a5aa9cd19875dc05c1cfb33f0b2f2c153)), closes [#5979](https://github.com/reactivex/rxjs/issues/5979)
301
+ - `useDeprecatedSynchronousErrorThrowing` honored for flattened sync sources ([#5984](https://github.com/reactivex/rxjs/issues/5984)) ([abd95ce](https://github.com/reactivex/rxjs/commit/abd95ce1aa81a64de81c074a72570a8f0949cd0d)), closes [#5983](https://github.com/reactivex/rxjs/issues/5983)
302
+
303
+ ### Features
304
+
305
+ - **ajax:** Add option for streaming progress ([#6001](https://github.com/reactivex/rxjs/issues/6001)) ([873e52d](https://github.com/reactivex/rxjs/commit/873e52d0d67b0f8470e6290c6fbc35c571464aaf))
306
+ - **exhaustAll:** renamed `exhaust` to `exhaustAll` ([#5639](https://github.com/reactivex/rxjs/issues/5639)) ([701c7d4](https://github.com/reactivex/rxjs/commit/701c7d48cf1c3e60941692010254d6a27fc70980))
307
+
308
+ ### BREAKING CHANGES
309
+
310
+ - **window:** The `windowBoundaries` observable no longer completes the result. It was only ever meant to notify of the window boundary. To get the same behavior as the old behavior, you would need to add an `endWith` and a `skipLast(1)` like so: `source$.pipe(window(notifier$.pipe(endWith(true))), skipLast(1))`.
311
+ - **buffer:** Final buffered values will now always be emitted. To get the same behavior as the previous release, you can use `endWith` and `skipLast(1)`, like so: `source$.pipe(buffer(notifier$.pipe(endWith(true))), skipLast(1))`
312
+ - **buffer:** `closingNotifier` completion no longer completes the result of `buffer`. If that is truly a desired behavior, then you should use `takeUntil`. Something like: `source$.pipe(buffer(notifier$), takeUntil(notifier$.pipe(ignoreElements(), endWith(true))))`, where `notifier$` is multicast, although there are many ways to compose this behavior.
313
+
314
+ # [7.0.0-beta.10](https://github.com/reactivex/rxjs/compare/7.0.0-beta.9...7.0.0-beta.10) (2021-01-18)
315
+
316
+ ### Bug Fixes
317
+
318
+ - **combineLatest:** Ensure `EMPTY` is returned if no observables are passed. ([#5963](https://github.com/reactivex/rxjs/issues/5963)) ([157c7e8](https://github.com/reactivex/rxjs/commit/157c7e8068befdfb26a9ba6ca770d38a66966ab5)), closes [#5962](https://github.com/reactivex/rxjs/issues/5962)
319
+ - **fromEvent:** fixed HasEventTargetAddRemove to support EventTarget types ([#5945](https://github.com/reactivex/rxjs/issues/5945)) ([5f022d7](https://github.com/reactivex/rxjs/commit/5f022d784570684632e6fd5ae247fc259ee34c4b))
320
+
321
+ ### Features
322
+
323
+ - **connect:** Adds new `connect` operator. ([9d53af0](https://github.com/reactivex/rxjs/commit/9d53af04103dbbb3bae40a4c511e2eebf117be09))
324
+ - **connectable:** Adds `connectable` creation method ([f968a79](https://github.com/reactivex/rxjs/commit/f968a791c1b48f3100e925d700e8a0ecd69cc7e5))
325
+ - **share:** Make `share` completely configurable. Also adds `SubjectLike`. ([2d600c7](https://github.com/reactivex/rxjs/commit/2d600c75c1065d862a2089dc1cd26007996b1c9d))
326
+ - **TestScheduler:** add `expectObservable(a$).toEqual(b$)`. ([3372c72](https://github.com/reactivex/rxjs/commit/3372c72ed77a96e29a613a620e85f93bcf447920))
327
+
328
+ ### Performance Improvements
329
+
330
+ - ensure same hidden class for OperatorSubscriber ([#5878](https://github.com/reactivex/rxjs/issues/5878)) ([246b449](https://github.com/reactivex/rxjs/commit/246b44902acde3a80e659f362969e6e2f8b19ef2))
331
+
332
+ ### BREAKING CHANGES
333
+
334
+ - **share:** The TypeScript type `Subscribable` now only supports what is a valid return for `[Symbol.observable]()`.
335
+ - **share:** The TypeScript type `Observer` no longer incorrectly has an optional `closed` property.
336
+
337
+ # [7.0.0-beta.9](https://github.com/reactivex/rxjs/compare/7.0.0-beta.8...7.0.0-beta.9) (2020-12-07)
338
+
339
+ ### Bug Fixes
340
+
341
+ - **audit:** don't signal on complete ([54cb428](https://github.com/reactivex/rxjs/commit/54cb42823ceec4db469f6155de67993b67ec85be))
342
+ - **bufferToggle:** don't signal on complete ([65686ff](https://github.com/reactivex/rxjs/commit/65686ffd23f2d5a5145f2b7c33ea739e9bb808cd))
343
+ - **bufferWhen:** don't signal on complete ([a2ba364](https://github.com/reactivex/rxjs/commit/a2ba364ede3c69c7703795a744f57122b49eac40))
344
+ - **debounce:** don't signal on complete ([c919c68](https://github.com/reactivex/rxjs/commit/c919c684ad63724f0b55ccc4561f847773d945c8))
345
+ - **delayWhen:** no longer emits if duration selector is empty ([#5769](https://github.com/reactivex/rxjs/issues/5769)) ([0872341](https://github.com/reactivex/rxjs/commit/087234146760ab2c67a04f9f0b5494a93affadb7)), closes [#3665](https://github.com/reactivex/rxjs/issues/3665)
346
+ - **forkJoin:** ensure readonly array argument `forkJoin([a$, b$, c$] as const)` result is correct ([6baec53](https://github.com/reactivex/rxjs/commit/6baec536015253ac96827f2136ede17a324c634e))
347
+ - **iif:** No longer allow accidental undefined arguments ([#5829](https://github.com/reactivex/rxjs/issues/5829)) ([23b98b4](https://github.com/reactivex/rxjs/commit/23b98b4e61c3284c81c07a8d810e8c3ec99ddfec))
348
+ - **sample:** don't signal on complete ([95e0b70](https://github.com/reactivex/rxjs/commit/95e0b703caaf288657c7d722b9823458280be88b))
349
+ - **Symbol.observable:** properly defined as a `unique symbol`. ([#5874](https://github.com/reactivex/rxjs/issues/5874)) ([374138e](https://github.com/reactivex/rxjs/commit/374138e09eb7ceb6f8da556c6c11dea1ba8cdbee)), closes [#5861](https://github.com/reactivex/rxjs/issues/5861) [#4415](https://github.com/reactivex/rxjs/issues/4415)
350
+ - **throttle:** don't signal on complete ([4af0227](https://github.com/reactivex/rxjs/commit/4af022753d6dd4e94bcfcf0cc6082bb2312a3f02))
351
+ - **windowToggle:** don't signal on complete ([9cb56c4](https://github.com/reactivex/rxjs/commit/9cb56c45de289ef5b062f33971996bdb8414cf99)), closes [#5838](https://github.com/reactivex/rxjs/issues/5838)
352
+ - use empty object type in combineLatest/forkJoin sigs ([#5832](https://github.com/reactivex/rxjs/issues/5832)) ([22aaaa2](https://github.com/reactivex/rxjs/commit/22aaaa2f03dc721f850d9836243773c5310e85e8))
353
+ - **withLatestFrom:** allow synchronous source ([#5828](https://github.com/reactivex/rxjs/issues/5828)) ([adbe65e](https://github.com/reactivex/rxjs/commit/adbe65e659bbf17f6ab20a9b30fcca0e4d76af9a))
354
+
355
+ ### Features
356
+
357
+ - stopped notification handler ([#5750](https://github.com/reactivex/rxjs/issues/5750)) ([cfa267b](https://github.com/reactivex/rxjs/commit/cfa267bc0916ede09c8b14aedcdb69a791055fb6))
358
+ - support emoji in marble diagrams ([#5907](https://github.com/reactivex/rxjs/issues/5907)) ([1b4608c](https://github.com/reactivex/rxjs/commit/1b4608cea3a9db96d7a629ad5de0e100145c180e))
359
+ - **filter:** improve type inference for filter(Boolean) ([#5831](https://github.com/reactivex/rxjs/issues/5831)) ([d2658fa](https://github.com/reactivex/rxjs/commit/d2658fa32d7a86ac1e0796c452df258fc5470f67))
360
+
361
+ ### BREAKING CHANGES
362
+
363
+ - **windowToggle:** the observable returned by the windowToggle operator's
364
+ closing selector must emit a next notification to close the window.
365
+ Complete notifications no longer close the window.
366
+ - **bufferToggle:** the observable returned by the bufferToggle operator's
367
+ closing selector must emit a next notification to close the buffer.
368
+ Complete notifications no longer close the buffer.
369
+ - **bufferWhen:** the observable returned by the bufferWhen operator's
370
+ closing selector must emit a next notification to close the buffer.
371
+ Complete notifications no longer close the buffer.
372
+ - **debounce:** the observable returned by the debounce operator's
373
+ duration selector must emit a next notification to end the duration.
374
+ Complete notifications no longer end the duration.
375
+ - **throttle:** the observable returned by the throttle operator's
376
+ duration selector must emit a next notification to end the duration.
377
+ Complete notifications no longer end the duration.
378
+ - **sample:** the sample operator's notifier observable must emit a next notification to effect a sample. Complete notifications no longer effect a sample.
379
+ - **audit:** the observable returned by the audit operator's duration selector must emit a next notification to end the duration. Complete notifications no longer end the duration.
380
+ - **Symbol.observable:** `rxjs@7` is only compatible with `@types/node@14.14.3` or higher and `symbol-observable@3.0.0` and higher. Older versions of `@types/node` incorrectly defined `Symbol.observable` and will be in conflict with `rxjs` and `symbol-observable@3.0.0`.
381
+ - **delayWhen:** `delayWhen` will no longer emit if the duration selector simply completes without a value. Notifiers must notify with a value, not a completion.
382
+ - **iif:** `iif` will no longer allow result arguments that are `undefined`. This was a bad call pattern that was likely an error in most cases. If for some reason you are relying on this behavior, simply substitute `EMPTY` in place of the `undefined` argument. This ensures that the behavior was intentional and desired, rather than the result of an accidental `undefined` argument.
383
+
384
+ # [7.0.0-beta.8](https://github.com/reactivex/rxjs/compare/7.0.0-beta.7...7.0.0-beta.8) (2020-10-15)
385
+
386
+ ### Bug Fixes
387
+
388
+ - **audit, auditTime:** audit and auditTime emit last value after source completes ([#5799](https://github.com/reactivex/rxjs/issues/5799)) ([643bc85](https://github.com/reactivex/rxjs/commit/643bc85ab17a15a5d96f8bef8f08c3987d16eb40)), closes [#5730](https://github.com/reactivex/rxjs/issues/5730)
389
+ - No longer allow invalid "Subscribable" type as valid observable source in `from` and others. ([258dddd](https://github.com/reactivex/rxjs/commit/258dddd8a392456e7d0b5ed9a7e294044f7c2518)), closes [#4532](https://github.com/reactivex/rxjs/issues/4532)
390
+ - **bindNodeCallback:** ensure underlying function is not called twice during subscription ([#5780](https://github.com/reactivex/rxjs/issues/5780)) ([74aa4b2](https://github.com/reactivex/rxjs/commit/74aa4b2ea6685f475329a8b8ecbcebed9adae547))
391
+ - **delay:** Now properly handles Date and negative numbers ([#5719](https://github.com/reactivex/rxjs/issues/5719)) ([868c02b](https://github.com/reactivex/rxjs/commit/868c02b47bb6f4ec4cd1d68b5b474731c470f27e)), closes [#5232](https://github.com/reactivex/rxjs/issues/5232)
392
+ - **delayWhen:** only deprecates when subscriptionDelay presents ([#5797](https://github.com/reactivex/rxjs/issues/5797)) ([43d1731](https://github.com/reactivex/rxjs/commit/43d17311a521234375146029aa5c4709cb221344))
393
+ - **every:** index properly increments in predicate ([5686f83](https://github.com/reactivex/rxjs/commit/5686f838fdc3da710d3f1eed1a6381791e3cc644))
394
+ - **firstValueFrom:** now unsubscribes from source after first value is received ([#5813](https://github.com/reactivex/rxjs/issues/5813)) ([a321516](https://github.com/reactivex/rxjs/commit/a321516908aa036fb658395a372668a986af2504)), closes [#5811](https://github.com/reactivex/rxjs/issues/5811)
395
+ - **from:** objects that are thennable that happen to have a subscribe method will no longer error. ([789d6e3](https://github.com/reactivex/rxjs/commit/789d6e3d851d57ab3b4488381f702120fd079737))
396
+ - **fromEvent:** now properly types JQuery event targets ([b5aa15a](https://github.com/reactivex/rxjs/commit/b5aa15a7f58377310438aa5957e1516749d36219))
397
+ - **mergeScan:** no longer emits state again upon completion. ([#5805](https://github.com/reactivex/rxjs/issues/5805)) ([68c2894](https://github.com/reactivex/rxjs/commit/68c28943b4d2c51068fecbc359a68ca6982307bf)), closes [#5372](https://github.com/reactivex/rxjs/issues/5372)
398
+ - **throttle:** now supports synchronous duration selectors ([55e953e](https://github.com/reactivex/rxjs/commit/55e953e1f7b915e6c9072bf14a2febd5b8431393)), closes [#5658](https://github.com/reactivex/rxjs/issues/5658)
399
+ - **throttle:** trailing values will now emit after source completes ([d5fd69c](https://github.com/reactivex/rxjs/commit/d5fd69c123d2232335563eea95c69c07576d079d))
400
+ - **timeout:** allows synchronous observable as a source ([84c5c0b](https://github.com/reactivex/rxjs/commit/84c5c0b9d9e0d1791ac2f066c26e462e822d73e1)), closes [#5746](https://github.com/reactivex/rxjs/issues/5746)
401
+ - **zip:** zip now accepts an array of arguments like its counterparts ([3123b67](https://github.com/reactivex/rxjs/commit/3123b670cca9b77919845333952ef70275ed6e90))
402
+
403
+ ### Code Refactoring
404
+
405
+ - **count:** Base off of `reduce`. ([98a6d09](https://github.com/reactivex/rxjs/commit/98a6d0991df2a28366ab8f34098109a67257c235))
406
+ - **pairs:** Based off of `from` and `Object.entries` ([#5775](https://github.com/reactivex/rxjs/issues/5775)) ([d39f830](https://github.com/reactivex/rxjs/commit/d39f8309c33917cb7070c7432fcd382395e4211e))
407
+
408
+ ### Features
409
+
410
+ - **ajax:** now supports passing custom XSRF cookies in a custom header ([#5702](https://github.com/reactivex/rxjs/issues/5702)) ([1a2c2e4](https://github.com/reactivex/rxjs/commit/1a2c2e49482a460778ea92c7f6a92e58cc3e87bb)), closes [#4003](https://github.com/reactivex/rxjs/issues/4003)
411
+ - **switchScan:** add switchScan() operator ([#4442](https://github.com/reactivex/rxjs/issues/4442)) ([73fa910](https://github.com/reactivex/rxjs/commit/73fa910cb62eccbccc4b4249f9b2606095704328)), closes [#2931](https://github.com/reactivex/rxjs/issues/2931)
412
+
413
+ ### BREAKING CHANGES
414
+
415
+ - **mergeScan:** `mergeScan` will no longer emit its inner state again upon completion.
416
+ - **pairs:** `pairs` will no longer function in IE without a polyfill for `Object.entries`. `pairs` itself is also deprecated in favor of users just using `from(Object.entries(obj))`.
417
+ - **zip:** Zipping a single array will now have a different result. This is an extreme corner-case, because it is very unlikely that anyone would want to zip an array with nothing at all. The workaround would be to wrap the array in another array `zip([[1,2,3]])`. But again, that's pretty weird.
418
+ - **count:** No longer passes `source` observable as a third argument to the predicate. That feature was rarely used, and of limited value. The workaround is to simply close over the source inside of the function if you need to access it in there.
419
+
420
+ # [7.0.0-beta.7](https://github.com/reactivex/rxjs/compare/7.0.0-beta.5...7.0.0-beta.7) (2020-09-23)
421
+
422
+ ### Bug Fixes
423
+
424
+ - **multicast:** and other publish variants will handle errors thrown in a selector appropriately ([bde8eda](https://github.com/reactivex/rxjs/commit/bde8eda09310463b05c5ec7d8a1dd1bafe9dba6f))
425
+
426
+ ### Code Refactoring
427
+
428
+ - **tap:** reduce the size of the implementation ([1222d5a](https://github.com/reactivex/rxjs/commit/1222d5a68faa9d3f3c9ad8f8d5db1440971502bd))
429
+ - **Subscriber:** Massively untangle Subscriber and SafeSubscriber ([07902ca](https://github.com/reactivex/rxjs/commit/07902ca99ee828521ce238826f10b55e25fbf554))
430
+
431
+ ### BREAKING CHANGES
432
+
433
+ - **Subscriber:** `new Subscriber` no longer takes 0-3 arguments. To create a `Subscriber` with 0-3 arguments, use `Subscriber.create`. However, please note that there is little to no reason that you should be creating `Subscriber` references directly, and `Subscriber.create` and `new Subscriber` are both deprecated.
434
+
435
+ # [7.0.0-beta.6](https://github.com/reactivex/rxjs/compare/7.0.0-beta.5...7.0.0-beta.6) (2020-09-23)
436
+
437
+ ### Bug Fixes
438
+
439
+ - **AsyncSubject:** fixed reentrancy issue in complete ([9e00f11](https://github.com/reactivex/rxjs/commit/9e00f11e992d223edf1013d0a44c7cad41b72470)), closes [/github.com/ReactiveX/rxjs/pull/5729/files/30d429cf1b791db15c04a61f6a683e189b53fb3e#r492314703](https://github.com//github.com/ReactiveX/rxjs/pull/5729/files/30d429cf1b791db15c04a61f6a683e189b53fb3e/issues/r492314703)
440
+ - **delay:** proper handling of absolute time (`Date`) passed as an argument ([8ae89b1](https://github.com/reactivex/rxjs/commit/8ae89b19a095541eb3dfe6e6d9f26367486c435e))
441
+ - **fromEvent:** properly teardown for ArrayLike targets ([066de74](https://github.com/reactivex/rxjs/commit/066de7408810864891b9fd16e05c6c8b4ca88087))
442
+ - **ReplaySubject:** no longer buffers additional values after it's already stopped ([#5696](https://github.com/reactivex/rxjs/issues/5696)) ([a08232b](https://github.com/reactivex/rxjs/commit/a08232be6dcab74e94cfbb17cc5138050bcd6ddb))
443
+ - **scan:** proper indexes when seed is not supplied ([f93fb9c](https://github.com/reactivex/rxjs/commit/f93fb9c1fb7434c97e1d156370756159c5f2b077)), closes [#4348](https://github.com/reactivex/rxjs/issues/4348) [#3879](https://github.com/reactivex/rxjs/issues/3879)
444
+ - **windowTime:** Passing no creation interval will now properly open new window when old one closes ([cbd0ac0](https://github.com/reactivex/rxjs/commit/cbd0ac0478730ec10172b57210e7d269d1ce62a2))
445
+
446
+ ### Code Refactoring
447
+
448
+ - **Massive Size Reduction:** reduced the size of all operator implementations as well as other utilities and types ([#5729](https://github.com/reactivex/rxjs/issues/5729)) ([4d3fc23](https://github.com/reactivex/rxjs/commit/fc41e13a1b9a05fc242c1369b4f597c931bd28b5))
449
+
450
+ ### Features
451
+
452
+ - **onUnhandledError:** configuration point added for unhandled errors ([#5681](https://github.com/reactivex/rxjs/issues/5681)) ([3485dd5](https://github.com/reactivex/rxjs/commit/3485dd5149b731e1103d2d070e3892735cbacef1))
453
+ - **skipLast:** counts zero or less will mirror the source ([02e113b](https://github.com/reactivex/rxjs/commit/02e113b3345a9efe8f7c29f8b9c1c0d088aaf726))
454
+
455
+ ### BREAKING CHANGES
456
+
457
+ - **skipLast:** `skipLast` will no longer error when passed a negative number, rather it will simply return the source, as though `0` was passed.
458
+ - **map:** `thisArg` will now default to `undefined`. The previous default of `MapSubscriber` never made any sense. This will only affect code that calls map with a `function` and references `this` like so: `source.pipe(map(function () { console.log(this); }))`. There wasn't anything useful about doing this, so the breakage is expected to be very minimal. If anything we're no longer leaking an implementation detail.
459
+ - **onUnhandledError:** Errors that occur during setup of an observable subscription after the subscription has emitted an error or completed will now throw in their own call stack. Before it would call `console.warn`. This is potentially breaking in edge cases for node applications, which may be configured to terminate for unhandled exceptions. In the unlikely event this affects you, you can configure the behavior to `console.warn` in the new configuration setting like so: `import { config } from 'rxjs'; config.onUnhandledError = (err) => console.warn(err);`
460
+
461
+ # [7.0.0-beta.5](https://github.com/reactivex/rxjs/compare/7.0.0-beta.4...7.0.0-beta.5) (2020-09-03)
462
+
463
+ ### Bug Fixes
464
+
465
+ - **ajax:** Allow XHR to perform body serialization and set content-type where possible ([d8657ed](https://github.com/reactivex/rxjs/commit/d8657ede8d9620ac2a7d61557e1f1d0e89b0b52a)), closes [#2837](https://github.com/reactivex/rxjs/issues/2837)
466
+ - **ajax:** Do not mutate headers passed as arguments ([0d66ba4](https://github.com/reactivex/rxjs/commit/0d66ba458f07fba51cfc73440d01ef453c24cda7)), closes [#2801](https://github.com/reactivex/rxjs/issues/2801)
467
+ - **bindCallback:** now emits errors that happen after callback ([2bddd31](https://github.com/reactivex/rxjs/commit/2bddd317fad962ad375de4a04dd528b02479ec5b))
468
+ - **bindNodeCallback:** now emits errors that happen after callback ([edc28cf](https://github.com/reactivex/rxjs/commit/edc28cfd13ba3d7fadc24ea3c20ec8ca5a19064d))
469
+ - **buffer:** Ensure notifier is subscribed after source ([#5654](https://github.com/reactivex/rxjs/issues/5654)) ([c088b0e](https://github.com/reactivex/rxjs/commit/c088b0eca904ab835b23df629d472003d6a82561)), closes [#2195](https://github.com/reactivex/rxjs/issues/2195) [#1754](https://github.com/reactivex/rxjs/issues/1754)
470
+ - **catchError:** ensure proper handling of async return for synchronous source error handling ([#5627](https://github.com/reactivex/rxjs/issues/5627)) ([1b29d4b](https://github.com/reactivex/rxjs/commit/1b29d4b6d42e3d6b649f9f2c4bb718f343233d83)), closes [#5115](https://github.com/reactivex/rxjs/issues/5115)
471
+ - **catchError:** inner synchronous observables will properly terminate ([#5655](https://github.com/reactivex/rxjs/issues/5655)) ([d3fd2fb](https://github.com/reactivex/rxjs/commit/d3fd2fb2bd619b79d0c4afebc3c10299afbca262))
472
+ - **errors:** Custom RxJS errors now all have a call stack ([#5686](https://github.com/reactivex/rxjs/issues/5686)) ([9bb046c](https://github.com/reactivex/rxjs/commit/9bb046c744cc1f9438a805849b655946e5793936)), closes [#4250](https://github.com/reactivex/rxjs/issues/4250)
473
+ - **onErrorResumeNext:** observables always finalized before moving to next source ([#5650](https://github.com/reactivex/rxjs/issues/5650)) ([ff68ad2](https://github.com/reactivex/rxjs/commit/ff68ad2caa3d275a23416984fab5570d3fed9458))
474
+ - **package.json:** change homepage setting to official docs site. ([#5669](https://github.com/reactivex/rxjs/issues/5669)) ([e57c402](https://github.com/reactivex/rxjs/commit/e57c402b29288f61fe886b00e51817730bcb320b))
475
+ - **repeat:** Ensure teardown happens between repeated synchronous obs… ([#5620](https://github.com/reactivex/rxjs/issues/5620)) ([0ca8a65](https://github.com/reactivex/rxjs/commit/0ca8a65b73aea93172366ca67207b53e3e3e77a8))
476
+ - **repeatWhen:** Ensure teardown happens between repeat subscriptions ([#5625](https://github.com/reactivex/rxjs/issues/5625)) ([98356f4](https://github.com/reactivex/rxjs/commit/98356f4ebefdba1f5a14edbd96de1592694a01a8))
477
+ - **retry:** Ensure teardown happens before resubscription with synchronous observables ([6f90597](https://github.com/reactivex/rxjs/commit/6f90597e51e038dabd8397b9f066ab4e3d344a5b)), closes [#5620](https://github.com/reactivex/rxjs/issues/5620)
478
+ - **retryWhen:** Ensure subscription tears down between retries ([#5623](https://github.com/reactivex/rxjs/issues/5623)) ([6752af7](https://github.com/reactivex/rxjs/commit/6752af7c1839baf3cd7ed9d024499de61a2477e9))
479
+ - **throttleTime:** ensure the spacing between throttles is always at least the throttled amount ([#5687](https://github.com/reactivex/rxjs/issues/5687)) ([ea84fc4](https://github.com/reactivex/rxjs/commit/ea84fc4dce84e32598701f79d9449be00a05352c)), closes [#3712](https://github.com/reactivex/rxjs/issues/3712) [#4864](https://github.com/reactivex/rxjs/issues/4864) [#2727](https://github.com/reactivex/rxjs/issues/2727) [#4727](https://github.com/reactivex/rxjs/issues/4727) [#4429](https://github.com/reactivex/rxjs/issues/4429)
480
+ - **zip:** zip operators and functions are now able to zip all iterable sources ([#5688](https://github.com/reactivex/rxjs/issues/5688)) ([02c3a1b](https://github.com/reactivex/rxjs/commit/02c3a1b70c0e96b784a3c5c214c0f89c5ebdd696)), closes [#4304](https://github.com/reactivex/rxjs/issues/4304)
481
+ - `switchMap` and `exhaustMap` behave correctly with re-entrant code. ([c289688](https://github.com/reactivex/rxjs/commit/c289688f5e1f33ec21306b4d2f5539dd19f963f2))
482
+ - **webSocket:** close websocket connection attempt on unsubscribe ([e1a671c](https://github.com/reactivex/rxjs/commit/e1a671cbd7f5a6ce547ed9ee6ce98c22264500f4)), closes [#4446](https://github.com/reactivex/rxjs/issues/4446)
483
+
484
+ ### Code Refactoring
485
+
486
+ - **ajax:** Use simple Observable ([17b9add](https://github.com/reactivex/rxjs/commit/17b9add03a90aec6e708a87c0fc387745f0b9df6))
487
+ - **Subscriber:** remove \_unsubscribeAndRecycle ([d879c3f](https://github.com/reactivex/rxjs/commit/d879c3f3ae4b1de5660d1613bb8b300e7194d581))
488
+ - **VirtualTimeScheduler:** remove sortActions from public API ([#5657](https://github.com/reactivex/rxjs/issues/5657)) ([a468f88](https://github.com/reactivex/rxjs/commit/a468f881c8c02195b089889486d1a94fab2771e0))
489
+
490
+ ### Features
491
+
492
+ - **combineLatest:** add N-args signature for observable inputs ([#5488](https://github.com/reactivex/rxjs/issues/5488)) ([fcc47e7](https://github.com/reactivex/rxjs/commit/fcc47e75a4c811199c5071144172f4d06ffc7c70))
493
+ - **Subscription:** `add` no longer returns unnecessary Subscription reference ([#5656](https://github.com/reactivex/rxjs/issues/5656)) ([4de604e](https://github.com/reactivex/rxjs/commit/4de604ea66261f597af11918aec53cd94590b30f))
494
+ - **Subscription:** `remove` will now remove any teardown by reference ([#5659](https://github.com/reactivex/rxjs/issues/5659)) ([1531152](https://github.com/reactivex/rxjs/commit/15311529fa1b880ed469b6c253cd0be7ff2f98a1))
495
+ - **throwError:** now accepts a factory to create the error ([#5647](https://github.com/reactivex/rxjs/issues/5647)) ([dad270a](https://github.com/reactivex/rxjs/commit/dad270afcf496de74b4392024191715d7dbef4f5)), closes [#5617](https://github.com/reactivex/rxjs/issues/5617)
496
+ - **useDeprecatedNextContext:** Puts deprecated next context behavior behind a flag ([dfdef5d](https://github.com/reactivex/rxjs/commit/dfdef5dcaf52363be59359786aef8bc733197b43))
497
+ - support schedulers within run ([#5619](https://github.com/reactivex/rxjs/issues/5619)) ([c63de0d](https://github.com/reactivex/rxjs/commit/c63de0d380a923987aab587720473fad1d205d71))
498
+
499
+ ### Performance Improvements
500
+
501
+ - **SafeSubscriber:** avoid using `Object.create` ([40a9e77](https://github.com/reactivex/rxjs/commit/40a9e77fe3d75df9161ad0093f54750b70f57245))
502
+
503
+ ### BREAKING CHANGES
504
+
505
+ - **ajax:**
506
+ - `ajax` body serialization will now use default XHR behavior in all cases. If the body is a `Blob`, `ArrayBuffer`, any array buffer view (like a byte sequence, e.g. `Uint8Array`, etc), `FormData`, `URLSearchParams`, `string`, or `ReadableStream`, default handling is use. If the `body` is otherwise `typeof` `"object"`, then it will be converted to JSON via `JSON.stringify`, and the `Content-Type` header will be set to `application/json;charset=utf-8`. All other types will emit an error.
507
+ - The `Content-Type` header passed to `ajax` configuration no longer has any effect on the serialization behavior of the AJAX request.
508
+ - For TypeScript users, `AjaxRequest` is no longer the type that should be explicitly used to create an `ajax`. It is now `AjaxConfig`, although the two types are compatible, only `AjaxConfig` has `progressSubscriber` and `createXHR`.
509
+
510
+ * **zip:** `zip` operators will no longer iterate provided iterables "as needed", instead the iterables will be treated as push-streams just like they would be everywhere else in RxJS. This means that passing an endless iterable will result in the thread locking up, as it will endlessly try to read from that iterable. This puts us in-line with all other Rx implementations. To work around this, it is probably best to use `map` or some combination of `map` and `zip`. For example, `zip(source$, iterator)` could be `source$.pipe(map(value => [value, iterator.next().value]))`.
511
+
512
+ * **Subscription:** `add` no longer returns an unnecessary Subscription reference. This was done to prevent confusion caused by a legacy behavior. You can now add and remove functions and Subscriptions as teardowns to and from a `Subscription` using `add` and `remove` directly. Before this, `remove` only accepted subscriptions.
513
+
514
+ * **RxJS Error types** Tests that are written with naive expectations against errors may fail now that errors have a proper `stack` property. In some testing frameworks, a deep equality check on two error instances will check the values in `stack`, which could be different.
515
+
516
+ * **Undocumented Behaviors/APIs Removed**:
517
+
518
+ - `unsubscribe` no longer available via the `this` context of observer functions. To reenable, set `config.useDeprecatedNextContext = true` on the rxjs `config` found at `import { config } from 'rxjs';`. Note that enabling this will result in a performance penalty for all consumer subscriptions.
519
+ - Leaked implementation detail `_unsubscribeAndRecycle` of `Subscriber` has been removed. Just use new `Subscription` objects
520
+ - Removed an undocumented behavior where passing a negative count argument to `retry` would result in an observable that repeats forever.
521
+ - An undocumented behavior where passing a negative count argument to `repeat` would result in an observable that repeats forever.
522
+ - The static `sortActions` method on `VirtualTimeScheduler` is no longer publicly exposed by our TS types.
523
+
524
+ * **throwError:** In an extreme corner case for usage, `throwError` is no longer able to emit a function as an error directly. If you need to push a function as an error, you will have to use the factory function to return the function like so: `throwError(() => functionToEmit)`, in other words `throwError(() => () => console.log('called later'))`.
525
+
526
+ # [7.0.0-beta.4](https://github.com/reactivex/rxjs/compare/7.0.0-beta.1...7.0.0-beta.4) (2020-08-02)
527
+
528
+ ### Bug Fixes
529
+
530
+ - **ajax:** Partial observers passed to `progressSubscriber` will no longer error ([25d279f](https://github.com/reactivex/rxjs/commit/25d279f0b45d07f39bfb87b19bc7e2279df8b542))
531
+ - **ajax:** Unparsable responses will no longer prevent full AjaxError from being thrown ([605ee55](https://github.com/reactivex/rxjs/commit/605ee550e5efc266b5dc5d3a9756c7c3b3968a61))
532
+ - **animationFrames:** emit the timestamp from the rAF's callback ([#5438](https://github.com/reactivex/rxjs/issues/5438)) ([c980ae6](https://github.com/reactivex/rxjs/commit/c980ae65ee1b585e8ed66a366eb534ac3e50c205))
533
+ - Ensure unsubscriptions/teardowns on internal subscribers are idempotent ([#5465](https://github.com/reactivex/rxjs/issues/5465)) ([3e39749](https://github.com/reactivex/rxjs/commit/3e39749a58ca663c17f5f0354b0f27532fb6d319)), closes [#5464](https://github.com/reactivex/rxjs/issues/5464)
534
+ - **timeout:** defer error creation until timeout occurs ([#5497](https://github.com/reactivex/rxjs/issues/5497)) ([3be9840](https://github.com/reactivex/rxjs/commit/3be98404fafd5a8de758deb4e0d103a7b60aa31e)), closes [#5491](https://github.com/reactivex/rxjs/issues/5491)
535
+
536
+ ### Code Refactoring
537
+
538
+ - **ajax:** Drop support for IE10 and lower ([0eaadd6](https://github.com/reactivex/rxjs/commit/0eaadd60c716050f5e3701d513a028a9cd49085a))
539
+ - **Observable:** Update property and method types ([#5572](https://github.com/reactivex/rxjs/issues/5572)) ([144b626](https://github.com/reactivex/rxjs/commit/144b626c3905640b4adeb2b97e722912eff1b264))
540
+
541
+ ### Features
542
+
543
+ - **combineLatest:** support for observable dictionaries ([#5022](https://github.com/reactivex/rxjs/issues/5022)) ([#5363](https://github.com/reactivex/rxjs/issues/5363)) ([f5278aa](https://github.com/reactivex/rxjs/commit/f5278aa89ea164caf5cf10e77d7bd00eff26fc0f))
544
+ - **TestScheduler:** add an animate "run mode" helper ([#5607](https://github.com/reactivex/rxjs/issues/5607)) ([edd6731](https://github.com/reactivex/rxjs/commit/edd67313814bfc32e8a5129d8049e4d4678cd35d))
545
+ - **timeout:** One timeout to rule them all ([def1d34](https://github.com/reactivex/rxjs/commit/def1d346b43008bc413a3ac985e1611bbbf62003))
546
+
547
+ ### BREAKING CHANGES
548
+
549
+ - **ajax:** In an extreme corner-case... If an error occurs, the responseType is `"json"`, we're in IE, and the `responseType` is not valid JSON, the `ajax` observable will no longer emit a syntax error, rather it will emit a full `AjaxError` with more details.
550
+ - **ajax:** Ajax implementation drops support for IE10 and lower. This puts us in-line with other implementations and helps clean up code in this area
551
+ - **Observable:** `lift` no longer exposed. It was _NEVER_ documented that end users of the library should be creating operators using `lift`. Lift has a [variety of issues](https://github.com/ReactiveX/rxjs/issues/5431) and was always an internal implementation detail of rxjs that might have been used by a few power users in the early days when it had the most value. The value of `lift`, originally, was that subclassed `Observable`s would compose through all operators that implemented lift. The reality is that feature is not widely known, used, or supported, and it was never documented as it was very experimental when it was first added. Until the end of v7, `lift` will remain on Observable. Standard JavaScript users will notice no difference. However, TypeScript users might see complaints about `lift` not being a member of observable. To workaround this issue there are two things you can do: 1. Rewrite your operators as [outlined in the documentation](https://rxjs.dev/guide/operators), such that they return `new Observable`. or 2. cast your observable as `any` and access `lift` that way. Method 1 is recommended if you do not want things to break when we move to version 8.
552
+
553
+ # [7.0.0-beta.3](https://github.com/reactivex/rxjs/compare/7.0.0-beta.1...7.0.0-beta.3) (2020-07-30)
554
+
555
+ ### Bug Fixes
556
+
557
+ - **perf:** Ensure unsubscriptions/teardowns on internal subscribers are idempotent ([#5465](https://github.com/reactivex/rxjs/issues/5465)) ([3e39749](https://github.com/reactivex/rxjs/commit/3e39749a58ca663c17f5f0354b0f27532fb6d319)), closes [#5464](https://github.com/reactivex/rxjs/issues/5464)
558
+ - **timeout:** defer error creation until timeout occurs ([#5497](https://github.com/reactivex/rxjs/issues/5497)) ([3be9840](https://github.com/reactivex/rxjs/commit/3be98404fafd5a8de758deb4e0d103a7b60aa31e)), closes [#5491](https://github.com/reactivex/rxjs/issues/5491)
559
+
560
+ ### Code Refactoring
561
+
562
+ - **perf:** Reduce memory pressure by no longer retaining outer values across the majority of operators. ([#5610](https://github.com/reactivex/rxjs/pull/5610)) ([bff1827](https://github.com/ReactiveX/rxjs/commit/bff18272dca23938a5f5b57cec6eb8d8be5bfddf))
563
+ - **Observable:** Update property and method types ([#5572](https://github.com/reactivex/rxjs/issues/5572)) ([144b626](https://github.com/reactivex/rxjs/commit/144b626c3905640b4adeb2b97e722912eff1b264))
564
+
565
+ ### Features
566
+
567
+ - **combineLatest:** support for observable dictionaries ([#5022](https://github.com/reactivex/rxjs/issues/5022)) ([#5363](https://github.com/reactivex/rxjs/issues/5363)) ([f5278aa](https://github.com/reactivex/rxjs/commit/f5278aa89ea164caf5cf10e77d7bd00eff26fc0f))
568
+
569
+ ### BREAKING CHANGES
570
+
571
+ - **Observable:** `lift` no longer exposed. It was _never_ documented that end users of the library should be creating operators using `lift`. Lift has a [variety of issues](https://github.com/ReactiveX/rxjs/issues/5431) and was always an internal implementation detail of rxjs that might have been used by a few power users in the early days when it had the most value. The value of `lift`, originally, was that subclassed `Observable`s would compose through all operators that implemented lift. The reality is that feature is not widely known, used, or supported, and it was never documented as it was very experimental when it was first added. Until the end of v7, `lift` will remain on Observable. Standard JavaScript users will notice no difference. However, TypeScript users might see complaints about `lift` not being a member of observable. To workaround this issue there are two things you can do: 1. Rewrite your operators as [outlined in the documentation](https://rxjs.dev/guide/operators), such that they return `new Observable`. or 2. cast your observable as `any` and access `lift` that way. It is recommended that operators be implemented in terms of functions that return `(source: Observable<T>) => new Observable<R>(...)`, per the documentation/guide.
572
+
573
+ # [7.0.0-beta.2](https://github.com/reactivex/rxjs/compare/7.0.0-beta.1...7.0.0-beta.2) (2020-07-03)
574
+
575
+ ### Bug Fixes
576
+
577
+ - **dependencies:** Move accidental dependency on `typedoc` to dev-dependencies. ([#5566](https://github.com/reactivex/rxjs/issues/5566)) ([45702bf](https://github.com/ReactiveX/rxjs/commit/45702bf6cd1b4a150f47b2a1d273f1ee31ca2482))
578
+
579
+ # [7.0.0-beta.1](https://github.com/reactivex/rxjs/compare/7.0.0-beta.0...7.0.0-beta.1) (2020-07-02)
580
+
581
+ ### Bug Fixes
582
+
583
+ - **pluck:** operator breaks with null/undefined inputs. ([#5524](https://github.com/reactivex/rxjs/issues/5524)) ([c5f6550](https://github.com/reactivex/rxjs/commit/c5f65508505cf1f90560e6be76425e09c455bec3))
584
+ - **shareReplay:** no longer misses synchronous values from source ([92452cc](https://github.com/reactivex/rxjs/commit/92452cc20021141aa0f047c7e5af569a413143e5))
585
+ - **interop:** chain interop/safe subscriber unsubscriptions correctly ([#5472](https://github.com/reactivex/rxjs/issues/5472)) ([98ad0eb](https://github.com/reactivex/rxjs/commit/98ad0eba6bc079851b44951f3963e8aae0abf861)), closes [#5469](https://github.com/reactivex/rxjs/issues/5469) [#5311](https://github.com/reactivex/rxjs/issues/5311) [#2675](https://github.com/reactivex/rxjs/issues/2675)
586
+ - **finalize:** chain subscriptions for interop with finalize ([#5239](https://github.com/reactivex/rxjs/issues/5239)) ([04ba662](https://github.com/reactivex/rxjs/commit/04ba6621fe9e09238e1796217d04107e52dd36d5)), closes [#5237](https://github.com/reactivex/rxjs/issues/5237) [#5237](https://github.com/reactivex/rxjs/issues/5237)
587
+ - **animationFrameScheduler:** don't execute rescheduled animation frame and asap actions in flush ([#5399](https://github.com/reactivex/rxjs/issues/5399)) ([33c9c8c](https://github.com/reactivex/rxjs/commit/33c9c8cf7e247d4ad4d7318bfd02e8e5bedb0f40)), closes [#4972](https://github.com/reactivex/rxjs/issues/4972) [#5397](https://github.com/reactivex/rxjs/issues/5397)
588
+ - **iterables:** errors thrown from iterables now properly propagated ([#5444](https://github.com/reactivex/rxjs/issues/5444)) ([75d4c2f](https://github.com/reactivex/rxjs/commit/75d4c2f33d2e2121b2a316849044ad17ab28dbaf))
589
+ - **finalize:** callback will be called after the source observable is torn down. ([0d7b7c1](https://github.com/reactivex/rxjs/commit/0d7b7c14e34eed43fb2ad1386281800fa3ae8aec)), closes [#5357](https://github.com/reactivex/rxjs/issues/5357)
590
+ - **Notification:** typing improvements ([#5478](https://github.com/reactivex/rxjs/issues/5478)) ([96868ac](https://github.com/reactivex/rxjs/commit/96868ac754c0147a9aa61182185f27224eb7f11a))
591
+ - **TestScheduler:** support empty subscription marbles ([#5502](https://github.com/reactivex/rxjs/issues/5502)) ([e65696e](https://github.com/reactivex/rxjs/commit/e65696e2f7f7338659a873f6653026b33b9011a9)), closes [#5499](https://github.com/reactivex/rxjs/issues/5499)
592
+ - **expand:** now works properly with asynchronous schedulers ([294b27e](https://github.com/reactivex/rxjs/commit/294b27eb6a96e8edee3af35e6aaaef50628376e4))
593
+ - **subscribeOn:** allow Infinity as valid delay ([#5500](https://github.com/reactivex/rxjs/issues/5500)) ([cd7d649](https://github.com/reactivex/rxjs/commit/cd7d64901e82fd7fb5e8407f1f30828906fac420))
594
+ - **Subject:** resolve issue where Subject constructor errantly allowed an argument ([#5476](https://github.com/reactivex/rxjs/issues/5476)) ([e1d35dc](https://github.com/reactivex/rxjs/commit/e1d35dc258edea0237ef49a31f7b34c058755969))
595
+ - **Subject:** no default generic ([e678e81](https://github.com/reactivex/rxjs/commit/e678e81ba80f5bcc27b0e956295ce2fc8dfe4576))
596
+ - **defer:** No longer allows `() => undefined` to observableFactory (#5449) ([1ae937a](https://github.com/reactivex/rxjs/commit/1ae937a8e594aef96b93313bb3c68ea910e6f528)), closes [#5449](https://github.com/reactivex/rxjs/issues/5449)
597
+ - **single:** Corrected behavior for `single(() => false)` on empty observables. (#5325) ([27931bc](https://github.com/reactivex/rxjs/commit/27931bcfd2aa864e277d3e72128c57e807b28bb0)), closes [#5325](https://github.com/reactivex/rxjs/issues/5325)
598
+ - **take/takeLast**: Properly assert number types at runtime (#5326) ([5efc474](https://github.com/reactivex/rxjs/commit/5efc474161c9196dbdf4803a9cc444a547067549)), closes [#5326](https://github.com/reactivex/rxjs/issues/5326)
599
+
600
+ ### Features
601
+
602
+ - **Observable:** Remove async iteration ([#5492](https://github.com/reactivex/rxjs/issues/5492)) ([8f43e71](https://github.com/reactivex/rxjs/commit/8f43e71f5692119e57a7acc5817c146d0b288e8c))
603
+ - **groupBy:** Add typeguards support for groupBy ([#5441](https://github.com/reactivex/rxjs/issues/5441)) ([da382da](https://github.com/reactivex/rxjs/commit/da382da4cdcc6e7ab1ffc6a499f4f7f5ea7de130))
604
+ - **raceWith:** add raceWith, the renamed `race` operator ([#5303](https://github.com/reactivex/rxjs/issues/5303)) ([ca7f370](https://github.com/reactivex/rxjs/commit/ca7f370d8379f22526cfb17d40deff53e1358742))
605
+ - **fetch:** add selector ([#5306](https://github.com/reactivex/rxjs/issues/5306)) ([99b5af1](https://github.com/reactivex/rxjs/commit/99b5af1af5d169d55d454ff8e27d88105cee4b6f)), closes [#4744](https://github.com/reactivex/rxjs/issues/4744)
606
+ - **TimestampProvider:** Reduced scheduler footprint for default usage of shareReplay, timeInterval, and timestamp ([#4973](https://github.com/reactivex/rxjs/issues/4973)) ([b2e67e3](https://github.com/reactivex/rxjs/commit/b2e67e3139f0be1fb000ba42bb42c5ba60cc803a))
607
+
608
+ ### BREAKING CHANGES
609
+
610
+ - `Notification.createNext(undefined)` will no longer return the exact same reference every time.
611
+ - Type signatures tightened up around `Notification` and `dematerialize`, may uncover issues with invalid types passed to those operators.
612
+ - Experimental support for `for await` as been removed. Use https://github.com/benlesh/rxjs-for-await instead.
613
+ - `defer` no longer allows factories to return `void` or `undefined`. All factories passed to defer must return a proper `ObservableInput`, such as `Observable`, `Promise`, et al. To get the same behavior as you may have relied on previously, `return EMPTY` or `return of()` from the factory.
614
+ - `single` operator will now throw for scenarios where values coming in are either not present, or do not match the provided predicate. Error types have thrown have also been updated, please check documentation for changes.
615
+ - `take` and will now throw runtime error for arguments that are negative or NaN, this includes non-TS calls like `take()`.
616
+
617
+ - `takeLast` now has runtime assertions that throw `TypeError`s for invalid arguments. Calling takeLast without arguments or with an argument that is `NaN` will throw a `TypeError`
618
+ - `ReplaySubject` no longer schedules emissions when a scheduler is provided. If you need that behavior,
619
+ please compose in `observeOn` using `pipe`, for example: `new ReplaySubject(2, 3000).pipe(observeOn(asap))`
620
+
621
+ - `timestamp` operator accepts a `TimestampProvider`, which is any object with a `now` method
622
+ that returns a number. This means pulling in less code for the use of the `timestamp` operator. This may cause
623
+ issues with `TestScheduler` run mode. (Issue here: https://github.com/ReactiveX/rxjs/issues/5553)
624
+
625
+ # [7.0.0-beta.0](https://github.com/reactivex/rxjs/compare/7.0.0-alpha.1...7.0.0-beta.0) (2020-04-03)
626
+
627
+ ### Bug Fixes
628
+
629
+ - **mergeMapTo:** remove redundant/unused generic ([#5299](https://github.com/reactivex/rxjs/issues/5299)) ([d67b7da](https://github.com/reactivex/rxjs/commit/d67b7dafbacb3aac8f4dd7f215fe2d2c602f0d36))
630
+ - **ajax:** AjaxTimeoutErrorImpl extends AjaxError ([#5226](https://github.com/reactivex/rxjs/issues/5226)) ([a8da8dc](https://github.com/reactivex/rxjs/commit/a8da8dcc899342d3bb6d2d913247d9e734095287))
631
+ - **delay:** emit complete notification as soon as possible ([63b8797](https://github.com/reactivex/rxjs/commit/63b8797fbeed09eb675ea64b0b83607cef1367a9)), closes [#4249](https://github.com/reactivex/rxjs/issues/4249)
632
+ - **endWith:** will properly type N arguments ([#5246](https://github.com/reactivex/rxjs/issues/5246)) ([81ee1f7](https://github.com/reactivex/rxjs/commit/81ee1f72408854f4017615fe7949edf5dd50533b))
633
+ - **fetch:** don't leak event listeners added to passed-in signals ([#5305](https://github.com/reactivex/rxjs/issues/5305)) ([d4d6c47](https://github.com/reactivex/rxjs/commit/d4d6c47d8abccc8cbe17e46192fc1eaa42d2d023))
634
+ - **TestScheduler:** Subclassing TestScheduler needs RunHelpers ([#5138](https://github.com/reactivex/rxjs/issues/5138)) ([927d5d9](https://github.com/reactivex/rxjs/commit/927d5d90ab5f12a79cd50f7290b4f8df1e83ecfc))
635
+ - **pipe:** Special handling for 0-arg case. ([#4936](https://github.com/reactivex/rxjs/issues/4936)) ([290fa51](https://github.com/reactivex/rxjs/commit/290fa51c44881f25f2fe4cf9885028396c7fd74c))
636
+ - **pluck:** fix pluck's catch-all signature for better type safety ([#5192](https://github.com/reactivex/rxjs/issues/5192)) ([e0c5b7c](https://github.com/reactivex/rxjs/commit/e0c5b7c790bb9d99fa8bee26c805b5e70c1e456b))
637
+ - **pluck:** param type now accepts number and symbol ([9697b69](https://github.com/reactivex/rxjs/commit/9697b695c23c3dcb614e6a70be63a94ffcd86ed9))
638
+ - **startWith:** accepts N arguments and returns correct type ([#5247](https://github.com/reactivex/rxjs/issues/5247)) ([150ed8b](https://github.com/reactivex/rxjs/commit/150ed8b75909b0e0bb9dc8928287ebdc47e19c51))
639
+ - **combineLatestWith:** and zipWith infer types from n-arguments ([#5257](https://github.com/reactivex/rxjs/issues/5257)) ([3e282a5](https://github.com/reactivex/rxjs/commit/3e282a58b1baf7aa03b17142f858bca09a542adf))
640
+ - **race:** support N args in static race and ensure observable returned ([#5286](https://github.com/reactivex/rxjs/issues/5286)) ([6d901cb](https://github.com/reactivex/rxjs/commit/6d901cbb0c0f2aa3fc5a02ef895cc9e9a7a09243))
641
+ - **toPromise:** correct toPromise return type ([#5072](https://github.com/reactivex/rxjs/issues/5072)) ([b1c3573](https://github.com/reactivex/rxjs/commit/b1c35738204b5b1a5d325a16e70cdbf25b523976))
642
+ - **fromFetch:** don't reassign closed-over parameter in fromFetch ([#5234](https://github.com/reactivex/rxjs/issues/5234)) ([37d2d99](https://github.com/reactivex/rxjs/commit/37d2d99762264ef5faabc0ce4f56d7aab51806dc)), closes [#5233](https://github.com/reactivex/rxjs/issues/5233) [#5233](https://github.com/reactivex/rxjs/issues/5233)
643
+
644
+ ### Features
645
+
646
+ - add `lastValueFrom` and `firstValueFrom` methods ([#5295](https://github.com/reactivex/rxjs/issues/5295)) ([e69b765](https://github.com/reactivex/rxjs/commit/e69b76584d6872b3c55aa1bdf39c8984e9d9b00e))
647
+ - RxJS now supports first-class interop with AsyncIterables ([4fa9d01](https://github.com/reactivex/rxjs/commit/4fa9d016a83049d014d77b89c56301e42db16b4d))
648
+ - **combineLatestWith:** adds `combineLatestWith` - renamed legacy `combineLatest` operator ([#5251](https://github.com/reactivex/rxjs/issues/5251)) ([6d7b146](https://github.com/reactivex/rxjs/commit/6d7b1469110b405405549c9b6c311d2621738353))
649
+ - **retry:** add config to reset error count on successful emission ([#5280](https://github.com/reactivex/rxjs/issues/5280)) ([ab6e9fc](https://github.com/reactivex/rxjs/commit/ab6e9fc32c19c1f14f8f59459db75312e75b9351))
650
+ - **zipWith:** add `zipWith` which is just a rename of legacy `zip` operator ([#5249](https://github.com/reactivex/rxjs/issues/5249)) ([86b6a27](https://github.com/reactivex/rxjs/commit/86b6a272fd48c4712adba78963e05bb759ecf4f9))
651
+
652
+ ### BREAKING CHANGES
653
+
654
+ - **startWith:** `startWith` will return incorrect types when called with more than 7 arguments and a scheduler. Passing scheduler to startWith is deprecated
655
+ - **toPromise:** toPromise return type now returns `T | undefined` in TypeScript, which is correct, but may break builds.
656
+
657
+ # [7.0.0-alpha.1](https://github.com/reactivex/rxjs/compare/7.0.0-alpha.0...7.0.0-alpha.1) (2019-12-27)
658
+
659
+ ### Bug Fixes
660
+
661
+ - chain subscriptions from observables that belong to other instances of RxJS (e.g. in node_modules) ([#5059](https://github.com/reactivex/rxjs/issues/5059)) ([d7f7078](https://github.com/reactivex/rxjs/commit/d7f7078))
662
+ - clear subscription on `shareReplay` completion ([#5044](https://github.com/reactivex/rxjs/issues/5044)) ([35e600f](https://github.com/reactivex/rxjs/commit/35e600f)), closes [#5034](https://github.com/reactivex/rxjs/issues/5034)
663
+ - **closure:** Annotate next() for ReplaySubject ([#5088](https://github.com/reactivex/rxjs/issues/5088)) ([8687fbd](https://github.com/reactivex/rxjs/commit/8687fbd))
664
+ - **closure:** static prop frameTimeFactor being collapsed when compiled with closure. ([39872c9](https://github.com/reactivex/rxjs/commit/39872c9))
665
+ - **docs:** remove repetitive op3() in example ([#5043](https://github.com/reactivex/rxjs/issues/5043)) ([e17df33](https://github.com/reactivex/rxjs/commit/e17df33))
666
+ - **filter:** Fix overload order for filter to support inferring the generic type ([#5024](https://github.com/reactivex/rxjs/issues/5024)) ([8255365](https://github.com/reactivex/rxjs/commit/8255365))
667
+ - **fromFetch:** passing already aborted signal to init aborts fetch ([0e4849a](https://github.com/reactivex/rxjs/commit/0e4849a))
668
+
669
+ ### Features
670
+
671
+ - **concatWith:** adds concatWith ([#4988](https://github.com/reactivex/rxjs/issues/4988)) ([dc89736](https://github.com/reactivex/rxjs/commit/dc89736))
672
+
673
+ # [7.0.0-alpha.0](https://github.com/reactivex/rxjs/compare/6.5.2...7.0.0-alpha.0) (2019-09-18)
674
+
675
+ ### Bug Fixes
676
+
677
+ - missing package.json in rxjs/fetch ([#5001](https://github.com/reactivex/rxjs/issues/5001)) ([f4bee07](https://github.com/reactivex/rxjs/commit/f4bee07))
678
+ - **filter:** Resolve TS build failures for certain situations where Boolean is the predicate ([77c7dfd](https://github.com/reactivex/rxjs/commit/77c7dfd))
679
+ - **pluck:** key union type strictness ([#4585](https://github.com/reactivex/rxjs/issues/4585)) ([bd5ec2d](https://github.com/reactivex/rxjs/commit/bd5ec2d))
680
+ - **race:** ignore latter sources after first complete or error ([#4809](https://github.com/reactivex/rxjs/issues/4809)) ([f31c3df](https://github.com/reactivex/rxjs/commit/f31c3df)), closes [#4808](https://github.com/reactivex/rxjs/issues/4808)
681
+ - **scan/reduce:** Typings correct for mixed seed/value types ([#4858](https://github.com/reactivex/rxjs/issues/4858)) ([b89ebe5](https://github.com/reactivex/rxjs/commit/b89ebe5))
682
+ - **scheduled:** import from relative paths ([#4832](https://github.com/reactivex/rxjs/issues/4832)) ([1d37a87](https://github.com/reactivex/rxjs/commit/1d37a87))
683
+ - **TS:** Error impls now properly type `this` ([#4978](https://github.com/reactivex/rxjs/issues/4978)) ([7606dc7](https://github.com/reactivex/rxjs/commit/7606dc7))
684
+ - **TS:** fix type inference for defaultIfEmpty. ([#4833](https://github.com/reactivex/rxjs/issues/4833)) ([9b5ce2f](https://github.com/reactivex/rxjs/commit/9b5ce2f))
685
+ - **types:** add Boolean signature to filter ([#4961](https://github.com/reactivex/rxjs/issues/4961)) ([259853e](https://github.com/reactivex/rxjs/commit/259853e)), closes [#4959](https://github.com/reactivex/rxjs/issues/4959) [/github.com/ReactiveX/rxjs/issues/4959#issuecomment-520629091](https://github.com//github.com/ReactiveX/rxjs/issues/4959/issues/issuecomment-520629091)
686
+
687
+ ### Features
688
+
689
+ - **animationFrames:** Adds an observable of animationFrames ([#5021](https://github.com/reactivex/rxjs/issues/5021)) ([6a4cd68](https://github.com/reactivex/rxjs/commit/6a4cd68))
690
+ - **concat:** can infer N types ([6c0cbc4](https://github.com/reactivex/rxjs/commit/6c0cbc4))
691
+ - **of:** Update of typings ([e8adbb5](https://github.com/reactivex/rxjs/commit/e8adbb5))
692
+ - **rxjs-compat:** removed for v7 ([#4839](https://github.com/reactivex/rxjs/issues/4839)) ([79b1b95](https://github.com/reactivex/rxjs/commit/79b1b95))
693
+ - **TestScheduler:** expose `frameTimeFactor` property ([#4977](https://github.com/reactivex/rxjs/issues/4977)) ([8c32ed0](https://github.com/reactivex/rxjs/commit/8c32ed0))
694
+ - **TS:** Update to TypeScript 3.5.3 ([741a136](https://github.com/reactivex/rxjs/commit/741a136))
695
+
696
+ ### BREAKING CHANGES
697
+
698
+ - **concat:** Generic signature changed. Recommend not explicitly passing generics, just let inference do its job. If you must, cast with `as`.
699
+ - **of:** Generic signature changed, do not specify generics, allow them to be inferred or use `as`
700
+ - **of:** Use with more than 9 arguments, where the last argument is a `SchedulerLike` may result in the wrong type which includes the `SchedulerLike`, even though the run time implementation does not support that. Developers should be using `scheduled` instead
701
+ - **TS:** RxJS requires TS 3.5
702
+ - **rxjs-compat:** `rxjs/Rx` is no longer a valid import site.
703
+ - **rxjs-compat:** `rxjs-compat` is not published for v7 (yet)
704
+ - **race:** `race()` will no longer subscribe to subsequent observables if a provided source synchronously errors or completes. This means side effects that might have occurred during subscription in those rare cases will no longer occur.
705
+
706
+ ## [6.5.3](https://github.com/reactivex/rxjs/compare/6.5.2...6.5.3) (2019-09-03)
707
+
708
+ ### Bug Fixes
709
+
710
+ - **general:** Refactor modules so they don't show side effects in some tools ([#4769](https://github.com/reactivex/rxjs/issues/4769)) ([9829c5e0](https://github.com/reactivex/rxjs/commit/9829c5e0))
711
+ - **defer:** restrict allowed factory types ([#4835](https://github.com/reactivex/rxjs/issues/4835)) ([40a22096](https://github.com/reactivex/rxjs/commit/40a22096))
712
+
713
+ ## [6.5.2](https://github.com/reactivex/rxjs/compare/6.5.0...6.5.2) (2019-05-10)
714
+
715
+ ### Bug Fixes
716
+
717
+ - **endWith:** wrap args - they are not observables - in of before concatenating ([#4735](https://github.com/reactivex/rxjs/issues/4735)) ([986be2f](https://github.com/reactivex/rxjs/commit/986be2f))
718
+ - **forkJoin:** test for object literal ([#4741](https://github.com/reactivex/rxjs/issues/4741)) ([c11e1b3](https://github.com/reactivex/rxjs/commit/c11e1b3)), closes [#4737](https://github.com/reactivex/rxjs/issues/4737) [#4737](https://github.com/reactivex/rxjs/issues/4737)
719
+ - **Notification:** replace const enum ([#4556](https://github.com/reactivex/rxjs/issues/4556)) ([e460eec](https://github.com/reactivex/rxjs/commit/e460eec)), closes [#4538](https://github.com/reactivex/rxjs/issues/4538)
720
+ - **of:** remove deprecation comment to prevent false positive warning ([#4724](https://github.com/reactivex/rxjs/issues/4724)) ([da69c16](https://github.com/reactivex/rxjs/commit/da69c16))
721
+ - **pairwise:** make it recursion-proof ([#4743](https://github.com/reactivex/rxjs/issues/4743)) ([21ab261](https://github.com/reactivex/rxjs/commit/21ab261))
722
+ - **scan:** fixed declarations to properly support different return types ([#4598](https://github.com/reactivex/rxjs/issues/4598)) ([126d2b6](https://github.com/reactivex/rxjs/commit/126d2b6))
723
+ - **Subscription:** Return Empty when teardown === null ([#4575](https://github.com/reactivex/rxjs/issues/4575)) ([ffc4e68](https://github.com/reactivex/rxjs/commit/ffc4e68))
724
+ - **throttleTime:** emit single value with trailing enabled ([#4564](https://github.com/reactivex/rxjs/issues/4564)) ([fd690a6](https://github.com/reactivex/rxjs/commit/fd690a6)), closes [#2859](https://github.com/reactivex/rxjs/issues/2859) [#4491](https://github.com/reactivex/rxjs/issues/4491)
725
+ - **umd:** export fetch namespace ([#4738](https://github.com/reactivex/rxjs/issues/4738)) ([7926122](https://github.com/reactivex/rxjs/commit/7926122))
726
+ - **fromFetch:** don't abort if fetch resolves ([#4742](https://github.com/reactivex/rxjs/issues/4742) ([ed8d771](https://github.com/reactivex/rxjs/commit/ed8d771))
727
+
728
+ ## [6.5.1](https://github.com/reactivex/rxjs/compare/6.5.0...6.5.1) (2019-04-23)
729
+
730
+ ### Bug Fixes
731
+
732
+ - **Notification:** replace const enum ([#4556](https://github.com/reactivex/rxjs/issues/4556)) ([e460eec](https://github.com/reactivex/rxjs/commit/e460eec)), closes [#4538](https://github.com/reactivex/rxjs/issues/4538)
733
+ - **throttleTime:** emit single value with trailing enabled ([#4564](https://github.com/reactivex/rxjs/issues/4564)) ([fd690a6](https://github.com/reactivex/rxjs/commit/fd690a6)), closes [#2859](https://github.com/reactivex/rxjs/issues/2859) [#4491](https://github.com/reactivex/rxjs/issues/4491)
734
+
735
+ # [6.5.0](https://github.com/reactivex/rxjs/compare/6.4.0...6.5.0) (2019-04-23)
736
+
737
+ ### Bug Fixes
738
+
739
+ - **docs-app:** remove stopWordFilter from lunr pipeline ([#4536](https://github.com/reactivex/rxjs/issues/4536)) ([9eaebd4](https://github.com/reactivex/rxjs/commit/9eaebd4))
740
+ - **dtslint:** disable tests that break in TS@next ([#4705](https://github.com/reactivex/rxjs/issues/4705)) ([ecc73d2](https://github.com/reactivex/rxjs/commit/ecc73d2))
741
+ - **index:** export NotificationKind ([#4514](https://github.com/reactivex/rxjs/issues/4514)) ([7125355](https://github.com/reactivex/rxjs/commit/7125355)), closes [#4513](https://github.com/reactivex/rxjs/issues/4513)
742
+ - **race:** better typings ([#4643](https://github.com/reactivex/rxjs/issues/4643)) ([fb9bc48](https://github.com/reactivex/rxjs/commit/fb9bc48)), closes [#4390](https://github.com/reactivex/rxjs/issues/4390) [#4642](https://github.com/reactivex/rxjs/issues/4642)
743
+ - **throwIfEmpty:** ensure result is retry-able ([c4f44b9](https://github.com/reactivex/rxjs/commit/c4f44b9))
744
+ - **types:** Fixed signature for onErrorResumeNext ([#4603](https://github.com/reactivex/rxjs/issues/4603)) ([4dd0be0](https://github.com/reactivex/rxjs/commit/4dd0be0))
745
+
746
+ ### Features
747
+
748
+ - **combineLatest:** deprecated rest argument and scheduler signatures ([#4641](https://github.com/reactivex/rxjs/issues/4641)) ([6661c79](https://github.com/reactivex/rxjs/commit/6661c79)), closes [#4640](https://github.com/reactivex/rxjs/issues/4640)
749
+ - **fromFetch:** We now export a `fromFetch` static observable creation method from `rxjs/fetch`. Mirrors native `fetch` only it's lazy and cancellable via `Observable` interface. ([#4702](https://github.com/reactivex/rxjs/issues/4702)) ([5a1ef86](https://github.com/reactivex/rxjs/commit/5a1ef86))
750
+ - **forkJoin:** accepts a dictionary of sources ([#4640](https://github.com/reactivex/rxjs/issues/4640)) ([b5a2ac9](https://github.com/reactivex/rxjs/commit/b5a2ac9))
751
+ - **partition:** new `partition` observable creation function. Old `partition` operator is deprecated ([#4419](https://github.com/reactivex/rxjs/issues/4419)) ([#4685](https://github.com/reactivex/rxjs/issues/4685)) ([d5d6980](https://github.com/reactivex/rxjs/commit/d5d6980))
752
+ - **scheduled:** Add `scheduled` creation function to use to create scheduled observable of values. Deprecate scheduled versions of `from`, `range`, et al. ([#4595](https://github.com/reactivex/rxjs/issues/4595)) ([f57e1fc](https://github.com/reactivex/rxjs/commit/f57e1fc))
753
+
754
+ ### Performance Improvements
755
+
756
+ - **Subscription:** improve parent management ([#4526](https://github.com/reactivex/rxjs/issues/4526)) ([06f1a25](https://github.com/reactivex/rxjs/commit/06f1a25))
757
+
758
+ # [6.4.0](https://github.com/reactivex/rxjs/compare/6.3.3...6.4.0) (2019-01-30)
759
+
760
+ ### Bug Fixes
761
+
762
+ - **ajax:** Fix case-insensitive headers in HTTP request ([#4453](https://github.com/reactivex/rxjs/issues/4453)) ([673bf47](https://github.com/reactivex/rxjs/commit/673bf47))
763
+ - **bundle:** closure to not rewrite polyfills for minification ([#4487](https://github.com/reactivex/rxjs/issues/4487)) ([a1fedb9](https://github.com/reactivex/rxjs/commit/a1fedb9))
764
+ - **bundle:** don't export `operators` twice ([#4310](https://github.com/reactivex/rxjs/issues/4310)) ([2399f6e](https://github.com/reactivex/rxjs/commit/2399f6e))
765
+ - **combineLatest:** improve typings for combineLatest ([#4470](https://github.com/reactivex/rxjs/issues/4470)) ([40c3d9f](https://github.com/reactivex/rxjs/commit/40c3d9f))
766
+ - **compat:** remove internal from import locations ([#4498](https://github.com/reactivex/rxjs/issues/4498)) ([a6c0017](https://github.com/reactivex/rxjs/commit/a6c0017)), closes [#4070](https://github.com/reactivex/rxjs/issues/4070)
767
+ - **endWith:** ability to endWith different types ([#4183](https://github.com/reactivex/rxjs/issues/4183)) ([#4185](https://github.com/reactivex/rxjs/issues/4185)) ([83533d1](https://github.com/reactivex/rxjs/commit/83533d1))
768
+ - **fromEventPattern:** improve typings for fromEventPattern ([#4496](https://github.com/reactivex/rxjs/issues/4496)) ([037f53d](https://github.com/reactivex/rxjs/commit/037f53d))
769
+ - **Observable:** Fix Observable.subscribe to add operator TeardownLogic to returned Subscription. ([#4434](https://github.com/reactivex/rxjs/issues/4434)) ([f28955f](https://github.com/reactivex/rxjs/commit/f28955f))
770
+ - **subscribe:** Deprecate null starting parameter signatures for subscribe ([#4202](https://github.com/reactivex/rxjs/issues/4202)) ([c85ddf6](https://github.com/reactivex/rxjs/commit/c85ddf6))
771
+ - **combineLatest:** support passing union types ([ffda319](https://github.com/reactivex/rxjs/commit/ffda319))
772
+ - **from:** support passing union types ([eb1d596](https://github.com/reactivex/rxjs/commit/eb1d596))
773
+ - **withLatestFrom:** support passing union types ([1e19a24](https://github.com/reactivex/rxjs/commit/1e19a24))
774
+ - **zip:** support passing union types ([0d87f52](https://github.com/reactivex/rxjs/commit/0d87f52))
775
+ - **multicast:** support returning union types from projection ([e9e9041](https://github.com/reactivex/rxjs/commit/e9e9041))
776
+ - **exhaustMap:** support returning union types from projection ([ff1f5dc](https://github.com/reactivex/rxjs/commit/ff1f5dc))
777
+ - **merge:** support union type inference for merge operators ([c2ac39c](https://github.com/reactivex/rxjs/commit/c2ac39c))
778
+ - **catchError:** support union type returns ([8350622](https://github.com/reactivex/rxjs/commit/8350622))
779
+ - **switchMap:** support union type returns ([32d35fd](https://github.com/reactivex/rxjs/commit/32d35fd))
780
+ - **defer:** support union types passed ([5aea50e](https://github.com/reactivex/rxjs/commit/5aea50e))
781
+ - **race:** Update typings to support proper return types ([#4465](https://github.com/reactivex/rxjs/issues/4465)) ([0042846](https://github.com/reactivex/rxjs/commit/0042846))
782
+ - **VirtualTimeScheduler:** rework flush so it won't lose actions ([#4433](https://github.com/reactivex/rxjs/issues/4433)) ([d068bc9](https://github.com/reactivex/rxjs/commit/d068bc9))
783
+ - **WebSocketSubject:** fix subject failing to close socket ([#4446](https://github.com/reactivex/rxjs/issues/4446)) ([dcfa52b](https://github.com/reactivex/rxjs/commit/dcfa52b))
784
+
785
+ ### Features
786
+
787
+ - **shareReplay:** Add configuration object for named arguments, and add argument to support unsubscribing from source observable by `refCount` when all resulting subscriptions have unsubscribed. The default behavior is to leave the source subscription running.
788
+ - **mergeScan:** Add index to the accumulator function ([#4458](https://github.com/reactivex/rxjs/issues/4458)) ([f5e143d](https://github.com/reactivex/rxjs/commit/f5e143d)), closes [#4441](https://github.com/reactivex/rxjs/issues/4441)
789
+ - **range:** accept one argument ([#4360](https://github.com/reactivex/rxjs/issues/4360)) ([a388578](https://github.com/reactivex/rxjs/commit/a388578))
790
+ - **takeWhile:** add an `inclusive` option to the operator which causes to emit final value ([#4115](https://github.com/reactivex/rxjs/issues/4115)) ([6e7f407](https://github.com/reactivex/rxjs/commit/6e7f407))
791
+
792
+ ### Performance Improvements
793
+
794
+ - **internal:** optimize Subscription#add() for the common case ([#4489](https://github.com/reactivex/rxjs/issues/4489)) ([bdd201c](https://github.com/reactivex/rxjs/commit/bdd201c))
795
+ - **internal:** use strict equality for isObject() ([#4493](https://github.com/reactivex/rxjs/issues/4493)) ([fc84a00](https://github.com/reactivex/rxjs/commit/fc84a00))
796
+ - **Subscription:** use `instanceof` to avoid megamorphic LoadIC ([#4499](https://github.com/reactivex/rxjs/issues/4499)) ([065b4e3](https://github.com/reactivex/rxjs/commit/065b4e3))
797
+
798
+ <a name="6.3.3"></a>
799
+
800
+ ## [6.3.3](https://github.com/reactivex/rxjs/compare/6.3.2...6.3.3) (2018-09-25)
801
+
802
+ ### Bug Fixes
803
+
804
+ - **pipe:** align static pipe to Observable pipe rest parameters overl… ([#4112](https://github.com/reactivex/rxjs/issues/4112)) ([8c607e9](https://github.com/reactivex/rxjs/commit/8c607e9)), closes [#4109](https://github.com/reactivex/rxjs/issues/4109) [#4109](https://github.com/reactivex/rxjs/issues/4109)
805
+ - **RxJS:** each instance of RxJS now has a unique Subscriber symbol ([0972c56](https://github.com/reactivex/rxjs/commit/0972c56))
806
+ - **subscribe:** report errors that occur in subscribe after the initial error ([#4089](https://github.com/reactivex/rxjs/issues/4089)) ([9b4b2bc](https://github.com/reactivex/rxjs/commit/9b4b2bc)), closes [#3803](https://github.com/reactivex/rxjs/issues/3803)
807
+ - **Subscriber:** Can no longer subscribe to itself in a circular manner ([#4106](https://github.com/reactivex/rxjs/issues/4106)) ([e623ec6](https://github.com/reactivex/rxjs/commit/e623ec6)), closes [#4095](https://github.com/reactivex/rxjs/issues/4095)
808
+ - **Subscriber:** use only local Subscriber instances ([50ee0a7](https://github.com/reactivex/rxjs/commit/50ee0a7))
809
+ - **TypeScript:** ensure RxJS builds with TS@next as well ([f03e790](https://github.com/reactivex/rxjs/commit/f03e790))
810
+
811
+ <a name="6.3.2"></a>
812
+
813
+ ## [6.3.2](https://github.com/reactivex/rxjs/compare/6.3.1...6.3.2) (2018-09-04)
814
+
815
+ ### Bug Fixes
816
+
817
+ - **node:** will no longer error mixing RxJS 6.3 and 6.2 ([#4078](https://github.com/reactivex/rxjs/issues/4078)) ([69d9ccf](https://github.com/reactivex/rxjs/commit/69d9ccf)), closes [#4077](https://github.com/reactivex/rxjs/issues/4077)
818
+
819
+ <a name="6.3.1"></a>
820
+
821
+ ## [6.3.1](https://github.com/reactivex/rxjs/compare/6.3.0...6.3.1) (2018-08-31)
822
+
823
+ ### Bug Fixes
824
+
825
+ - **mergeMap:** fix nested mergeMaps ([#4072](https://github.com/reactivex/rxjs/issues/4072)) ([0ab701b](https://github.com/reactivex/rxjs/commit/0ab701b)), closes [#4071](https://github.com/reactivex/rxjs/issues/4071)
826
+
827
+ <a name="6.3.0"></a>
828
+
829
+ # [6.3.0](https://github.com/reactivex/rxjs/compare/6.2.2...6.3.0) (2018-08-30)
830
+
831
+ ### Bug Fixes
832
+
833
+ - **find:** unsubscribe from source when found ([#3968](https://github.com/reactivex/rxjs/issues/3968)) ([fd01f7b](https://github.com/reactivex/rxjs/commit/fd01f7b))
834
+ - convert [@internal](https://github.com/internal) comment to JSDoc ([#3932](https://github.com/reactivex/rxjs/issues/3932)) ([f8a9d6e](https://github.com/reactivex/rxjs/commit/f8a9d6e))
835
+ - **AjaxObservable:** notify with error if fails to parse json response ([#3139](https://github.com/reactivex/rxjs/issues/3139)) ([d8231e2](https://github.com/reactivex/rxjs/commit/d8231e2)), closes [#3138](https://github.com/reactivex/rxjs/issues/3138)
836
+ - **catchError:** stop listening to a synchronous inner-observable when unsubscribed ([456ef33](https://github.com/reactivex/rxjs/commit/456ef33))
837
+ - **distinctUntilKeyChanged:** improved key typing with keyof T ([#3988](https://github.com/reactivex/rxjs/issues/3988)) ([4ec4ff1](https://github.com/reactivex/rxjs/commit/4ec4ff1))
838
+ - **exhaustMap:** stop listening to a synchronous inner-observable when unsubscribed ([ee1a339](https://github.com/reactivex/rxjs/commit/ee1a339))
839
+ - **find:** add undefined to return type ([#3970](https://github.com/reactivex/rxjs/issues/3970)) ([5a6c90f](https://github.com/reactivex/rxjs/commit/5a6c90f)), closes [#3969](https://github.com/reactivex/rxjs/issues/3969)
840
+ - **IE10:** Remove dependency on Object.setPrototypeOf ([#3967](https://github.com/reactivex/rxjs/issues/3967)) ([5c52a73](https://github.com/reactivex/rxjs/commit/5c52a73)), closes [#3966](https://github.com/reactivex/rxjs/issues/3966)
841
+ - **mergeAll:** add source subscription to composite before actually subscribing ([#2479](https://github.com/reactivex/rxjs/issues/2479)) ([40852ff](https://github.com/reactivex/rxjs/commit/40852ff)), closes [#2476](https://github.com/reactivex/rxjs/issues/2476)
842
+ - **mergeScan:** stop listening to a synchronous inner-observable when unsubscribed ([c4002f3](https://github.com/reactivex/rxjs/commit/c4002f3))
843
+ - **Observable:** forEach will no longer next values after an error ([b4bad1f](https://github.com/reactivex/rxjs/commit/b4bad1f))
844
+ - **Observable:** use more granular Observable exports in compat mode ([#3974](https://github.com/reactivex/rxjs/issues/3974)) ([3f75564](https://github.com/reactivex/rxjs/commit/3f75564))
845
+ - **onErrorResumeNext:** stop listening to a synchronous inner-observable when unsubscribed ([1d14277](https://github.com/reactivex/rxjs/commit/1d14277))
846
+ - **pipe:** replace rest parameters overload ([#3945](https://github.com/reactivex/rxjs/issues/3945)) ([872b0ec](https://github.com/reactivex/rxjs/commit/872b0ec)), closes [#3841](https://github.com/reactivex/rxjs/issues/3841)
847
+ - **skipUntil:** stop listening to a synchronous notifier after its first nexted value ([1c257db](https://github.com/reactivex/rxjs/commit/1c257db))
848
+ - **startWith:** allow empty type signature and passing a different type ([b7866a0](https://github.com/reactivex/rxjs/commit/b7866a0))
849
+ - **subscribable:** make subscribe() signature match Observable ([#4050](https://github.com/reactivex/rxjs/issues/4050)) ([865d8d7](https://github.com/reactivex/rxjs/commit/865d8d7)), closes [#3891](https://github.com/reactivex/rxjs/issues/3891)
850
+ - **subscriber:** unsubscribe parents on error/complete ([ad8131b](https://github.com/reactivex/rxjs/commit/ad8131b))
851
+ - **switchMap:** stop listening to a synchronous inner-observable when unsubscribed ([260d52a](https://github.com/reactivex/rxjs/commit/260d52a))
852
+ - **takeUntil:** takeUntil should subscribe to the source if notifier sync completes without emitting ([#4039](https://github.com/reactivex/rxjs/issues/4039)) ([21fd0b4](https://github.com/reactivex/rxjs/commit/21fd0b4)), closes [#3504](https://github.com/reactivex/rxjs/issues/3504)
853
+ - **testscheduler:** type arguments to Observable creation functions ([#3928](https://github.com/reactivex/rxjs/issues/3928)) ([0e30ef1](https://github.com/reactivex/rxjs/commit/0e30ef1))
854
+
855
+ ### Features
856
+
857
+ - **delayWhen:** add index to the selector function ([#2473](https://github.com/reactivex/rxjs/issues/2473)) ([0979d31](https://github.com/reactivex/rxjs/commit/0979d31))
858
+ - **forEach:** deprecating passing promise constructor ([5178ab9](https://github.com/reactivex/rxjs/commit/5178ab9))
859
+ - **TestScheduler:** Add subscription schedule to expectObservable ([#3997](https://github.com/reactivex/rxjs/issues/3997)) ([0d20255](https://github.com/reactivex/rxjs/commit/0d20255))
860
+
861
+ <a name="6.2.2"></a>
862
+
863
+ ## [6.2.2](https://github.com/reactivex/rxjs/compare/6.2.1...6.2.2) (2018-07-13)
864
+
865
+ ### Bug Fixes
866
+
867
+ - **first:** improved type guards for TypeScript ([3e12f7a](https://github.com/reactivex/rxjs/commit/3e12f7a))
868
+ - **last:** improved type guards for TypeScript ([3e12f7a](https://github.com/reactivex/rxjs/commit/3e12f7a))
869
+
870
+ <a name="6.2.1"></a>
871
+
872
+ ## [6.2.1](https://github.com/reactivex/rxjs/compare/6.2.0...6.2.1) (2018-06-12)
873
+
874
+ ### Bug Fixes
875
+
876
+ - **ci:** do not trigger postbuild script on PR ([f82c085](https://github.com/reactivex/rxjs/commit/f82c085))
877
+ - **delayWhen:** Emit source value if duration selector completes synchronously ([#3664](https://github.com/reactivex/rxjs/issues/3664)) ([2c43af7](https://github.com/reactivex/rxjs/commit/2c43af7)), closes [#3663](https://github.com/reactivex/rxjs/issues/3663)
878
+ - **docs:** fix broken github links ([#3802](https://github.com/reactivex/rxjs/issues/3802)) ([9f9bf9b](https://github.com/reactivex/rxjs/commit/9f9bf9b))
879
+ - **docs:** fix code examples ([#3784](https://github.com/reactivex/rxjs/issues/3784)) ([a95441b](https://github.com/reactivex/rxjs/commit/a95441b))
880
+ - **from:** Objects implementing Symbol.observable take precedence over other types ([80ceea0](https://github.com/reactivex/rxjs/commit/80ceea0))
881
+ - **fromEvent:** Support React Native and node-compatible event sources. ([#3821](https://github.com/reactivex/rxjs/issues/3821)) ([1969f18](https://github.com/reactivex/rxjs/commit/1969f18))
882
+ - **Observable.prototype.pipe:** TS typings now more correct for >8 parameters ([#3789](https://github.com/reactivex/rxjs/issues/3789)) ([ad010ea](https://github.com/reactivex/rxjs/commit/ad010ea))
883
+ - **subscribe:** ignore syncError when deprecated ([#3749](https://github.com/reactivex/rxjs/issues/3749)) ([f94560c](https://github.com/reactivex/rxjs/commit/f94560c))
884
+ - **Symbol.observable:** make observable declaration readonly ([#3697](https://github.com/reactivex/rxjs/issues/3697)) ([#3773](https://github.com/reactivex/rxjs/issues/3773)) ([e1c203f](https://github.com/reactivex/rxjs/commit/e1c203f))
885
+ - **TypeScript:** resolved typings issue for TS 3.0 ([bf2cdeb](https://github.com/reactivex/rxjs/commit/bf2cdeb))
886
+ - **typings:** allow bufferCreationInterval null for bufferTime ([#3734](https://github.com/reactivex/rxjs/issues/3734)) ([0bda9cd](https://github.com/reactivex/rxjs/commit/0bda9cd)), closes [#3728](https://github.com/reactivex/rxjs/issues/3728)
887
+
888
+ ### Performance Improvements
889
+
890
+ - remove comments from js-files ([#3760](https://github.com/reactivex/rxjs/issues/3760)) ([bb2c334](https://github.com/reactivex/rxjs/commit/bb2c334))
891
+
892
+ <a name="6.2.0"></a>
893
+
894
+ # [6.2.0](https://github.com/ReactiveX/RxJS/compare/6.1.0...6.2.0) (2018-05-22)
895
+
896
+ ### Bug Fixes
897
+
898
+ - **ajax:** Handle timeouts as errors ([#3653](https://github.com/ReactiveX/RxJS/issues/3653)) ([e4128ea](https://github.com/ReactiveX/RxJS/commit/e4128ea))
899
+ - **ajax:** RxJS v6 TimeoutError is missing name property ([576d943](https://github.com/ReactiveX/RxJS/commit/576d943))
900
+ - **isObservable:** Fix throwing error when testing isObservable(null) ([#3688](https://github.com/ReactiveX/RxJS/issues/3688)) ([c9acc61](https://github.com/ReactiveX/RxJS/commit/c9acc61))
901
+ - **range:** Range should be same for every subscriber ([#3707](https://github.com/ReactiveX/RxJS/issues/3707)) ([9642133](https://github.com/ReactiveX/RxJS/commit/9642133))
902
+ - **skipUntil:** fix skipUntil when innerSubscription is null ([#3686](https://github.com/ReactiveX/RxJS/issues/3686)) ([4226432](https://github.com/ReactiveX/RxJS/commit/4226432))
903
+ - **TestScheduler:** restore run changes upon error ([27cb9b6](https://github.com/ReactiveX/RxJS/commit/27cb9b6))
904
+ - **TimeoutError:** Add name to TimeoutError ([44042d0](https://github.com/ReactiveX/RxJS/commit/44042d0))
905
+ - **WebSocketSubject:** Check to see if WebSocket exists in global scope ([#3694](https://github.com/ReactiveX/RxJS/issues/3694)) ([2db0788](https://github.com/ReactiveX/RxJS/commit/2db0788))
906
+
907
+ ### Features
908
+
909
+ - **endWith:** add new operator endWith ([#3679](https://github.com/ReactiveX/RxJS/issues/3679)) ([537fe7d](https://github.com/ReactiveX/RxJS/commit/537fe7d))
910
+
911
+ <a name="6.1.0"></a>
912
+
913
+ # [6.1.0](https://github.com/ReactiveX/RxJS/compare/6.0.0...6.1.0) (2018-05-03)
914
+
915
+ ### Bug Fixes
916
+
917
+ - **audit:** will not crash if duration is synchronous ([#3608](https://github.com/ReactiveX/RxJS/issues/3608)) ([76b7e27](https://github.com/ReactiveX/RxJS/commit/76b7e27)), closes [#2743](https://github.com/ReactiveX/RxJS/issues/2743)
918
+ - **delay:** fix memory leak ([#3605](https://github.com/ReactiveX/RxJS/issues/3605)) ([96f05b0](https://github.com/ReactiveX/RxJS/commit/96f05b0))
919
+
920
+ ### Features
921
+
922
+ - **isObservable:** a new method for checking to see if an object is an RxJS Observable ([edb33e5](https://github.com/ReactiveX/RxJS/commit/edb33e5))
923
+
924
+ <a name="6.0.0"></a>
925
+
926
+ # [6.0.0](https://github.com/ReactiveX/RxJS/compare/6.0.0-uncanny-rc.7...v6.0.0) (2018-04-24)
927
+
928
+ ### Bug Fixes
929
+
930
+ - **websocket:** no longer throws errors in operators applied to it ([#3577](https://github.com/ReactiveX/RxJS/issues/3577)) ([cb38ddf](https://github.com/ReactiveX/RxJS/commit/cb38ddf))
931
+
932
+ ### Code Refactoring
933
+
934
+ - **webSocket:** rename back to webSocket ala 5.0 ([#3590](https://github.com/ReactiveX/RxJS/issues/3590)) ([d5658fe](https://github.com/ReactiveX/RxJS/commit/d5658fe))
935
+
936
+ ### Features
937
+
938
+ - **testing:** Add testScheduler.run() helper ([2d5b3b2](https://github.com/ReactiveX/RxJS/commit/2d5b3b2))
939
+ - **testing:** testScheduler.run() supports time progression syntax ([9322b7d](https://github.com/ReactiveX/RxJS/commit/9322b7d))
940
+
941
+ ### BREAKING CHANGES
942
+
943
+ - **webSocket:** UNBREAKING websocket to be named `webSocket` again, just like it was in 5.0. Now you should import from `rxjs/webSocket`
944
+
945
+ <a name="6.0.0-uncanny-rc.7"></a>
946
+
947
+ # [6.0.0-uncanny-rc.7](https://github.com/ReactiveX/RxJS/compare/6.0.0-ucandoit-rc.6...v6.0.0-uncanny-rc.7) (2018-04-13)
948
+
949
+ ### Bug Fixes
950
+
951
+ - **interop:** functions with `[Symbol.observable]` on them will now be accepted in operators like `mergeMap`, `from`, etc ([#3562](https://github.com/ReactiveX/RxJS/issues/3562)) ([c9570df](https://github.com/ReactiveX/RxJS/commit/c9570df))
952
+ - **migrations:** change the version the migration applies to ([#3564](https://github.com/ReactiveX/RxJS/issues/3564)) ([9217a03](https://github.com/ReactiveX/RxJS/commit/9217a03))
953
+ - **rxjs:** no longer requires `dom` lib ([#3566](https://github.com/ReactiveX/RxJS/issues/3566)) ([8b33ee2](https://github.com/ReactiveX/RxJS/commit/8b33ee2))
954
+ - **throttleTime:** emit throttled values when complete if trailing=true ([#3559](https://github.com/ReactiveX/RxJS/issues/3559)) ([3e846f2](https://github.com/ReactiveX/RxJS/commit/3e846f2)), closes [#3351](https://github.com/ReactiveX/RxJS/issues/3351)
955
+ - **websocket:** export WebSocketSubject, WebSocketSubjectConfig from rxjs/websocket ([#3557](https://github.com/ReactiveX/RxJS/issues/3557)) ([c365405](https://github.com/ReactiveX/RxJS/commit/c365405))
956
+
957
+ <a name="6.0.0-ucandoit-rc.6"></a>
958
+
959
+ # [6.0.0-ucandoit-rc.6](https://github.com/ReactiveX/RxJS/compare/6.0.0-uber-rc.5...v6.0.0-ucandoit-rc.6) (2018-04-13)
960
+
961
+ ### Bug Fixes
962
+
963
+ - **migrations:** make sure collection.json is present ([63e10a8](https://github.com/ReactiveX/RxJS/commit/63e10a8))
964
+
965
+ <a name="6.0.0-uber-rc.5"></a>
966
+
967
+ # [6.0.0-uber-rc.5](https://github.com/ReactiveX/RxJS/compare/6.0.0-turbo-rc.4...6.0.0-uber-rc.5) (2018-04-13)
968
+
969
+ ### Bug Fixes
970
+
971
+ - **migrations:** deploy compiled JS rather than just the TS files. ([9aed72f](https://github.com/ReactiveX/RxJS/commit/9aed72f))
972
+
973
+ <a name="6.0.0-turbo-rc.4"></a>
974
+
975
+ # [6.0.0-turbo-rc.4](https://github.com/ReactiveX/RxJS/compare/6.0.0-terrific-rc.3...6.0.0-turbo-rc.4) (2018-04-12)
976
+
977
+ ### Bug Fixes
978
+
979
+ - **groupBy:** reexporting the GroupedObservable type ([#3556](https://github.com/ReactiveX/RxJS/issues/3556)) ([12d4933](https://github.com/ReactiveX/RxJS/commit/12d4933)), closes [#3551](https://github.com/ReactiveX/RxJS/issues/3551)
980
+ - **migrations:** build now properly copies migration into package ([#3555](https://github.com/ReactiveX/RxJS/issues/3555)) ([329a145](https://github.com/ReactiveX/RxJS/commit/329a145))
981
+
982
+ <a name="6.0.0-terrific-rc.3"></a>
983
+
984
+ # [6.0.0-terrific-rc.3](https://github.com/ReactiveX/RxJS/compare/6.0.0-tenacious-rc.2...v6.0.0-terrific-rc.3) (2018-04-11)
985
+
986
+ ### Features
987
+
988
+ - **schematics:** add migration schematics for schematics users ([20a2f07](https://github.com/ReactiveX/RxJS/commit/20a2f07))
989
+
990
+ <a name="6.0.0-tenacious-rc.2"></a>
991
+
992
+ # [6.0.0-tenacious-rc.2](https://github.com/ReactiveX/RxJS/compare/6.0.0-tactical-rc.1...v6.0.0-tenacious-rc.2) (2018-04-11)
993
+
994
+ ### Bug Fixes
995
+
996
+ - **compat:** fix first & last operators so undefined arguments won't create empty values ([#3542](https://github.com/ReactiveX/RxJS/issues/3542)) ([a327db2](https://github.com/ReactiveX/RxJS/commit/a327db2))
997
+ - **node/TS:** eliminate incompatible types to protected properties ([#3544](https://github.com/ReactiveX/RxJS/issues/3544)) ([21dd3bd](https://github.com/ReactiveX/RxJS/commit/21dd3bd))
998
+
999
+ ### BREAKING CHANGES
1000
+
1001
+ - **NodeJS** Dropping support for non-LTS versions of Node.
1002
+
1003
+ <a name="6.0.0-tactical-rc.1"></a>
1004
+
1005
+ # [6.0.0-tactical-rc.1](https://github.com/ReactiveX/RxJS/compare/6.0.0-rc.0...6.0.0-tactical-rc.1) (2018-04-07)
1006
+
1007
+ Why "tactical"? Because I _TOTALLY MEANT_ to ruin the release names by publishing an amazingly funny April Fool's joke about smooshMap. So this was "tactical". Super tactical. So very tactical.
1008
+
1009
+ ### Bug Fixes
1010
+
1011
+ - **closure-compiler:** adds nocollapse to static members ([#3519](https://github.com/ReactiveX/RxJS/issues/3519)) ([8758a5d](https://github.com/ReactiveX/RxJS/commit/8758a5d))
1012
+ - **closure-compiler:** remove internal flag from \_isScalar ([#3520](https://github.com/ReactiveX/RxJS/issues/3520)) ([b3a657d](https://github.com/ReactiveX/RxJS/commit/b3a657d))
1013
+ - **closure-compiler:** remove top level throws ([#3518](https://github.com/ReactiveX/RxJS/issues/3518)) ([b069473](https://github.com/ReactiveX/RxJS/commit/b069473))
1014
+ - **closure-compiler:** removes bad \[@params](https://github.com/params) comments that caused issues ([#3521](https://github.com/ReactiveX/RxJS/issues/3521)) ([09c874c](https://github.com/ReactiveX/RxJS/commit/09c874c))
1015
+ - **compat:** deprecate Observable.if/throw ([#3527](https://github.com/ReactiveX/RxJS/issues/3527)) ([3116275](https://github.com/ReactiveX/RxJS/commit/3116275))
1016
+ - **compat:** export TeardownLogic ([#3532](https://github.com/ReactiveX/RxJS/issues/3532)) ([0c76e64](https://github.com/ReactiveX/RxJS/commit/0c76e64)), closes [#3531](https://github.com/ReactiveX/RxJS/issues/3531)
1017
+ - **compat:** remove observable/scalar deep import as it wasn't previously available ([4566001](https://github.com/ReactiveX/RxJS/commit/4566001))
1018
+ - **Scheduler:** export but deprecate ([#3522](https://github.com/ReactiveX/RxJS/issues/3522)) ([a3e1fb8](https://github.com/ReactiveX/RxJS/commit/a3e1fb8))
1019
+ - **skipUntil:** properly manages notifier subscription ([889f84a](https://github.com/ReactiveX/RxJS/commit/889f84a)), closes [#1886](https://github.com/ReactiveX/RxJS/issues/1886)
1020
+ - fix type mismatch in NodeStyleEventEmitter ([#3530](https://github.com/ReactiveX/RxJS/issues/3530)) ([3f51ddd](https://github.com/ReactiveX/RxJS/commit/3f51ddd))
1021
+ - **sourcemaps:** fix mappings for source maps so they will work ([#3523](https://github.com/ReactiveX/RxJS/issues/3523)) ([32e7f75](https://github.com/ReactiveX/RxJS/commit/32e7f75)), closes [#3479](https://github.com/ReactiveX/RxJS/issues/3479)
1022
+
1023
+ ### Features
1024
+
1025
+ - **compat:** add Observable extension classes with static create() ([ecd7f68](https://github.com/ReactiveX/RxJS/commit/ecd7f68))
1026
+ - **compat:** add rxjs/interfaces exports ([ba5c266](https://github.com/ReactiveX/RxJS/commit/ba5c266))
1027
+
1028
+ <a name="6.0.0-rc.0"></a>
1029
+
1030
+ # [6.0.0-rc.0](https://github.com/ReactiveX/RxJS/compare/6.0.0-beta.4...6.0.0-rc.0) (2018-03-31)
1031
+
1032
+ ### Bug Fixes
1033
+
1034
+ - **ajax:** properly encode body with form data that includes URLs ([#3502](https://github.com/ReactiveX/RxJS/issues/3502)) ([4455d21](https://github.com/ReactiveX/RxJS/commit/4455d21)), closes [#2399](https://github.com/ReactiveX/RxJS/issues/2399)
1035
+ - **bindNodeCallback:** better type inference ([932bb7a](https://github.com/ReactiveX/RxJS/commit/932bb7a))
1036
+ - **elementAt:** now allows falsy defaultValues ([13706e7](https://github.com/ReactiveX/RxJS/commit/13706e7))
1037
+ - **lint_perf:** fix lint issues with newer perf tests ([1013754](https://github.com/ReactiveX/RxJS/commit/1013754))
1038
+ - **throttle:** now properly trailing throttles for individual values ([#3505](https://github.com/ReactiveX/RxJS/issues/3505)) ([3db18d1](https://github.com/ReactiveX/RxJS/commit/3db18d1)), closes [#2864](https://github.com/ReactiveX/RxJS/issues/2864)
1039
+
1040
+ ### Features
1041
+
1042
+ - **takeUntil:** no longer subscribes to source if notifier synchronously emits ([#3504](https://github.com/ReactiveX/RxJS/issues/3504)) ([7b8a3e3](https://github.com/ReactiveX/RxJS/commit/7b8a3e3)), closes [#2189](https://github.com/ReactiveX/RxJS/issues/2189)
1043
+
1044
+ ### Performance Improvements
1045
+
1046
+ - **pluck,bufferTime,asObservable:** add performance tests for pluck(), bufferTime() and asObservable() operators ([#2491](https://github.com/ReactiveX/RxJS/issues/2491)) ([24506b3](https://github.com/ReactiveX/RxJS/commit/24506b3))
1047
+ - **ReplaySubject:** slightly improved performance ([#2677](https://github.com/ReactiveX/RxJS/issues/2677)) ([9fea36d](https://github.com/ReactiveX/RxJS/commit/9fea36d))
1048
+
1049
+ ### BREAKING CHANGES
1050
+
1051
+ - **throttle:** This changes the behavior of throttle, in particular
1052
+ throttling with both leading and trailing behaviors set to true, to more
1053
+ closely match the throttling behavior of lodash and other libraries.
1054
+ Throttling now starts immediately after any emission from the
1055
+ observable, and values will not be double emitted for both leading and
1056
+ trailing values
1057
+
1058
+ <a name="6.0.0-beta.4"></a>
1059
+
1060
+ # [6.0.0-beta.4](https://github.com/ReactiveX/RxJS/compare/6.0.0-beta.3...v6.0.0-beta.4) (2018-03-29)
1061
+
1062
+ ### Bug Fixes
1063
+
1064
+ - **bindCallback:** add better type overloads ([#3480](https://github.com/ReactiveX/RxJS/issues/3480)) ([037cf34](https://github.com/ReactiveX/RxJS/commit/037cf34))
1065
+ - **compat:** add IScheduler to compat/Scheduler ([0a67df6](https://github.com/ReactiveX/RxJS/commit/0a67df6))
1066
+
1067
+ ### Features
1068
+
1069
+ - **compat:** add all utilities to internal-compatibility ([a9ecfe7](https://github.com/ReactiveX/RxJS/commit/a9ecfe7))
1070
+ - **websocket:** Add serializer/deserializer config settings ([#3489](https://github.com/ReactiveX/RxJS/issues/3489)) ([8d44124](https://github.com/ReactiveX/RxJS/commit/8d44124))
1071
+
1072
+ ### BREAKING CHANGES
1073
+
1074
+ - **websocket:** WebSocketSubject will now JSON serialize all messages sent over it by default, to return to the old behavior, pass a config setting of `serializer: x => x` like so: `websocket({ url, serializer: x => x })`
1075
+
1076
+ <a name="6.0.0-beta.3"></a>
1077
+
1078
+ # [6.0.0-beta.3](https://github.com/ReactiveX/RxJS/compare/6.0.0-beta.1...6.0.0-beta.3) (2018-03-27)
1079
+
1080
+ ### Bug Fixes
1081
+
1082
+ - **build:** update build-optimizer and point to correct sources ([6717a01](https://github.com/ReactiveX/RxJS/commit/6717a01))
1083
+ - **node:** Subscriber no longer trampled if from another copy of rxjs ([371b658](https://github.com/ReactiveX/RxJS/commit/371b658))
1084
+ - **Observable:** empty ctor returns valid Observable ([#3464](https://github.com/ReactiveX/RxJS/issues/3464)) ([58b8ebc](https://github.com/ReactiveX/RxJS/commit/58b8ebc))
1085
+ - **subscribeOn:** add subscribeOn back to the distribution ([d6556f2](https://github.com/ReactiveX/RxJS/commit/d6556f2))
1086
+
1087
+ <a name="6.0.0-beta.2"></a>
1088
+
1089
+ # [6.0.0-beta.2](https://github.com/ReactiveX/RxJS/compare/6.0.0-beta.1...6.0.0-beta.2) (2018-03-24)
1090
+
1091
+ ### Bug Fixes
1092
+
1093
+ - **build:** update build-optimizer and point to correct sources ([6717a01](https://github.com/ReactiveX/RxJS/commit/6717a01))
1094
+ - **Observable:** empty ctor returns valid Observable ([#3464](https://github.com/ReactiveX/RxJS/issues/3464)) ([58b8ebc](https://github.com/ReactiveX/RxJS/commit/58b8ebc))
1095
+ - **subscribeOn:** add subscribeOn back to the distribution ([d6556f2](https://github.com/ReactiveX/RxJS/commit/d6556f2))
1096
+
1097
+ <a name="6.0.0-beta.1"></a>
1098
+
1099
+ # [6.0.0-beta.1](https://github.com/ReactiveX/RxJS/compare/6.0.0-beta.0...v6.0.0-beta.1) (2018-03-21)
1100
+
1101
+ ### Bug Fixes
1102
+
1103
+ - remove duplicate Subscribable<T> interface declaration ([#3450](https://github.com/ReactiveX/RxJS/issues/3450)) ([ac78d89](https://github.com/ReactiveX/RxJS/commit/ac78d89))
1104
+ - **compat:** add package.json for internal-compatibility package ([#3455](https://github.com/ReactiveX/RxJS/issues/3455)) ([3b306ed](https://github.com/ReactiveX/RxJS/commit/3b306ed))
1105
+ - **config.useDeprecatedSynchronousErrorThrowing:** reentrant error throwing no longer trapped ([#3449](https://github.com/ReactiveX/RxJS/issues/3449)) ([0892a2d](https://github.com/ReactiveX/RxJS/commit/0892a2d)), closes [#3161](https://github.com/ReactiveX/RxJS/issues/3161)
1106
+
1107
+ ### Features
1108
+
1109
+ - **compat:** add interfaces export ([d8f8122](https://github.com/ReactiveX/RxJS/commit/d8f8122))
1110
+ - **compat:** add rxjs/observable/dom/\* APIs to compatibility package ([d9a618f](https://github.com/ReactiveX/RxJS/commit/d9a618f))
1111
+
1112
+ <a name="6.0.0-beta.0"></a>
1113
+
1114
+ # [6.0.0-beta.0](https://github.com/ReactiveX/RxJS/compare/6.0.0-alpha.3...6.0.0-beta.0) (2018-03-16)
1115
+
1116
+ ### Bug Fixes
1117
+
1118
+ - **AjaxObservable:** 1xx,2xx,3xx requests shouldn't error, only 4xx,5xx ([#3438](https://github.com/ReactiveX/RxJS/issues/3438)) ([2128932](https://github.com/ReactiveX/RxJS/commit/2128932))
1119
+ - **compat:** adjustments to get rxjs-compat to build correctly ([dea6964](https://github.com/ReactiveX/RxJS/commit/dea6964))
1120
+ - **config:** expose configuration via rxjs exports ([#3441](https://github.com/ReactiveX/RxJS/issues/3441)) ([4287424](https://github.com/ReactiveX/RxJS/commit/4287424))
1121
+ - **config:** make sure that Promise config is undefined initially ([#3440](https://github.com/ReactiveX/RxJS/issues/3440)) ([469afe8](https://github.com/ReactiveX/RxJS/commit/469afe8))
1122
+ - **ESM:** Add [operators|ajax|websocket|testing]/package.json for ESM support, fixes [#3227](https://github.com/ReactiveX/RxJS/issues/3227) ([#3356](https://github.com/ReactiveX/RxJS/issues/3356)) ([725dcb4](https://github.com/ReactiveX/RxJS/commit/725dcb4))
1123
+ - **forkJoin:** fix forkJoin typings for forkJoin(Observable<any>[]) ([#3436](https://github.com/ReactiveX/RxJS/issues/3436)) ([17c7f8f](https://github.com/ReactiveX/RxJS/commit/17c7f8f))
1124
+ - **fromEvent:** Defines toString to fix Closure compilations ([#3417](https://github.com/ReactiveX/RxJS/issues/3417)) ([1558b43](https://github.com/ReactiveX/RxJS/commit/1558b43))
1125
+ - **fromEvent:** pass options in unsubscribe ([f1872b0](https://github.com/ReactiveX/RxJS/commit/f1872b0)), closes [#3349](https://github.com/ReactiveX/RxJS/issues/3349)
1126
+ - **publishReplay:** type inference improved ([#3437](https://github.com/ReactiveX/RxJS/issues/3437)) ([dd7c9f1](https://github.com/ReactiveX/RxJS/commit/dd7c9f1)), closes [#3260](https://github.com/ReactiveX/RxJS/issues/3260)
1127
+ - **rxjs:** add exports for symbols/interfaces that were missing ([#3380](https://github.com/ReactiveX/RxJS/issues/3380)) ([1622ee0](https://github.com/ReactiveX/RxJS/commit/1622ee0))
1128
+ - **rxjs:** make sure esm imports from index.js by default, not Rx.js ([#3316](https://github.com/ReactiveX/RxJS/issues/3316)) ([c2b00f4](https://github.com/ReactiveX/RxJS/commit/c2b00f4)), closes [#3315](https://github.com/ReactiveX/RxJS/issues/3315)
1129
+ - **rxjs:** once again exports custom error types ([#3371](https://github.com/ReactiveX/RxJS/issues/3371)) ([4465a9f](https://github.com/ReactiveX/RxJS/commit/4465a9f))
1130
+ - **rxjs:** remove types.ts importing from itself. ([#3383](https://github.com/ReactiveX/RxJS/issues/3383)) ([8fd50ad](https://github.com/ReactiveX/RxJS/commit/8fd50ad))
1131
+ - **spec:** get tests running using compatibility package ([916e968](https://github.com/ReactiveX/RxJS/commit/916e968))
1132
+ - correct internal module paths to be systemjs compatible ([#3412](https://github.com/ReactiveX/RxJS/issues/3412)) ([35abc9d](https://github.com/ReactiveX/RxJS/commit/35abc9d))
1133
+ - **Symbol.iterator:** correctly handle case where Symbol constructor itself is not defined ([#3394](https://github.com/ReactiveX/RxJS/issues/3394)) ([6725be1](https://github.com/ReactiveX/RxJS/commit/6725be1))
1134
+ - **typings:** fixed some cases where multicast and publish would not return a ConnectableObservable ([#3320](https://github.com/ReactiveX/RxJS/issues/3320)) ([ddffecc](https://github.com/ReactiveX/RxJS/commit/ddffecc))
1135
+ - reexport Symbol.observable typings patch ([4c4d7b0](https://github.com/ReactiveX/RxJS/commit/4c4d7b0))
1136
+ - remove the root operators.ts because it overshadows operators/package.json ([184b6d4](https://github.com/ReactiveX/RxJS/commit/184b6d4))
1137
+
1138
+ ### Code Refactoring
1139
+
1140
+ - **Observable.if:** remove ts hacks from Observable ([f46f261](https://github.com/ReactiveX/RxJS/commit/f46f261))
1141
+ - **Rx.ts:** move Rx.ts to internal ([#3400](https://github.com/ReactiveX/RxJS/issues/3400)) ([7ad2119](https://github.com/ReactiveX/RxJS/commit/7ad2119))
1142
+
1143
+ ### Features
1144
+
1145
+ - **ajax:** default to opting into CORS ([#3442](https://github.com/ReactiveX/RxJS/issues/3442)) ([aa3bf57](https://github.com/ReactiveX/RxJS/commit/aa3bf57)), closes [#3273](https://github.com/ReactiveX/RxJS/issues/3273)
1146
+ - **bindCallback:** remove result selector ([2535641](https://github.com/ReactiveX/RxJS/commit/2535641))
1147
+ - **bindNodeCallback:** remove resultSelector ([26e6e5c](https://github.com/ReactiveX/RxJS/commit/26e6e5c))
1148
+ - **compat:** add compatability package definition ([40aca82](https://github.com/ReactiveX/RxJS/commit/40aca82))
1149
+ - **compat:** add concat operator to compatibility layer ([6e84e78](https://github.com/ReactiveX/RxJS/commit/6e84e78))
1150
+ - **compat:** add legacy reexport compat layer for 'rxjs/Observable' and other top-level symbols ([70e562b](https://github.com/ReactiveX/RxJS/commit/70e562b))
1151
+ - **compat:** add Rx.ts to rxjs-compat ([df25de1](https://github.com/ReactiveX/RxJS/commit/df25de1))
1152
+ - **compat:** compatibility mode for combineLatest ([fd86df5](https://github.com/ReactiveX/RxJS/commit/fd86df5))
1153
+ - **compat:** compatibility mode for merge operator ([ffce980](https://github.com/ReactiveX/RxJS/commit/ffce980))
1154
+ - **compat:** compatibility mode for zip operator ([9f131d0](https://github.com/ReactiveX/RxJS/commit/9f131d0))
1155
+ - **compat:** make Rx.ts for compatability layer work as the default for rxjs-compat ([d43a4c2](https://github.com/ReactiveX/RxJS/commit/d43a4c2))
1156
+ - **compat:** set up correct imports & get build working for rxjs-comapt ([1a0dc97](https://github.com/ReactiveX/RxJS/commit/1a0dc97))
1157
+ - **deprecated-error-handling-warning:** add console warning when code sets the flag to bad mode ([49be56a](https://github.com/ReactiveX/RxJS/commit/49be56a))
1158
+ - **error-handling:** add deprecated sync error handling behind a flag ([583cd1d](https://github.com/ReactiveX/RxJS/commit/583cd1d))
1159
+ - **exhaustMap:** simplify interface ([42589d0](https://github.com/ReactiveX/RxJS/commit/42589d0))
1160
+ - **first:** simplify interface ([a011338](https://github.com/ReactiveX/RxJS/commit/a011338))
1161
+ - **forkJoin:** simplify interface ([4d2338b](https://github.com/ReactiveX/RxJS/commit/4d2338b))
1162
+ - **fromEvent:** remove resultSelector ([197f449](https://github.com/ReactiveX/RxJS/commit/197f449))
1163
+ - **fromEvent:** will now emit an array when event emits multiple arguments ([51b37fd](https://github.com/ReactiveX/RxJS/commit/51b37fd))
1164
+ - **fromEventPattern:** removed resultSelector ([6b34f9f](https://github.com/ReactiveX/RxJS/commit/6b34f9f))
1165
+ - **last:** simplify interface ([3240419](https://github.com/ReactiveX/RxJS/commit/3240419))
1166
+ - **mergeMap|concatMap|concatMapTo:** simplified the signatures ([d293245](https://github.com/ReactiveX/RxJS/commit/d293245))
1167
+ - **mergeMapTo:** simplify interface ([582c7be](https://github.com/ReactiveX/RxJS/commit/582c7be))
1168
+ - **never:** no longer export `never` function ([#3386](https://github.com/ReactiveX/RxJS/issues/3386)) ([53debc8](https://github.com/ReactiveX/RxJS/commit/53debc8))
1169
+ - **switchMap|switchMapTo:** simplify interface ([959fb6a](https://github.com/ReactiveX/RxJS/commit/959fb6a))
1170
+ - **Symbol.iterator:** no longer polyfilled ([#3389](https://github.com/ReactiveX/RxJS/issues/3389)) ([6319f3c](https://github.com/ReactiveX/RxJS/commit/6319f3c))
1171
+ - **Symbol.observable:** is no longer polyfilled ([#3387](https://github.com/ReactiveX/RxJS/issues/3387)) ([4a5aaaf](https://github.com/ReactiveX/RxJS/commit/4a5aaaf))
1172
+ - **throwIfEmpty:** adds throwIfEmpty operator ([#3368](https://github.com/ReactiveX/RxJS/issues/3368)) ([9b21458](https://github.com/ReactiveX/RxJS/commit/9b21458))
1173
+ - **typings:** updated typings for combineAll, mergeAll, concatAll, switch, exhaust, zipAll ([#3321](https://github.com/ReactiveX/RxJS/issues/3321)) ([f7e4c02](https://github.com/ReactiveX/RxJS/commit/f7e4c02))
1174
+ - **umd:** UMD now mirrors export schema for ESM and CJS ([#3426](https://github.com/ReactiveX/RxJS/issues/3426)) ([556c904](https://github.com/ReactiveX/RxJS/commit/556c904))
1175
+
1176
+ ### BREAKING CHANGES
1177
+
1178
+ - **ajax:** will no longer execute a CORS request by default, you must opt-in with the `crossDomain` flag in the config.
1179
+ - **mergeMap|concatMap|concatMapTo:** mergeMap, concatMap and concatMapTo no longer support a result selector, if you need to use a result selector, use the following pattern: `source.mergeMap(x => of(x + x).pipe(map(y => y + x))` (the pattern would be the same for `concatMap`).
1180
+ - **never:** no longer exported. Use the `NEVER` constant instead.
1181
+ - **bindCallback:** removes result selector, use `map` instead: `bindCallback(fn1, fn2)()` becomes `bindCallback(fn1)().pipe(map(fn2))`
1182
+ - **Rx.ts:** importing from `rxjs/Rx` is no longer available. Upcoming backwards compat solution will allow that
1183
+ - **Symbol.iterator:** We are no longer polyfilling `Symbol.iterator`. That would be done by a proper polyfilling library
1184
+ - **Observable.if:** TypeScript users using `Observable.if` will have to cast `Observable` as any to get to `if`. It is a better idea to just use `iif` directly via `import { iif } from 'rxjs';`
1185
+ - **bindNodeCallback:** resultSelector removed, use `map` instead: `bindNodeCallback(fn1, fn2)()` becomes `bindNodeCallback(fn1)().pipe(map(fn2))`
1186
+ - **Symbol.observable:** RxJS will no longer be polyfilling Symbol.observable. That should be done by an actual polyfill library. This is to prevent duplication of code, and also to prevent having modules with side-effects in rxjs.
1187
+ - **fromEvent:** result selector removed, use `map` instead: `fromEvent(target, 'click', fn)` becomes `fromEvent(target, 'click').pipe(map(fn))`
1188
+ - **last:** no longer accepts `resultSelector` argument. To get this same functionality, use `map`.
1189
+ - **first:** no longer supports `resultSelector` argument. The same functionality can be achieved by simply mapping either before or after `first` depending on your use case.
1190
+ - **exhaustMap:** `resultSelector` no longer supported, to get this functionality use: `source.pipe(exhaustMap(x => of(x + x).pipe(map(y => x + y))))`
1191
+ - **switchMap|switchMapTo:** `switchMap` and `switchMapTo` no longer take `resultSelector` arguments, to get the same functionality use `switchMap` and `map` in combination: `source.pipe(switchMap(x => of(x + x).pipe(y => x + y)))`.
1192
+ - **mergeMapTo:** `mergeMapTo` no longer accepts a resultSelector, to get this functionality, you'll want to use `mergeMap` and `map` together: `source.pipe(mergeMap(() => inner).pipe(map(y => x + y)))`
1193
+ - **fromEventPattern:** no longer supports a result selector, use `map` instead: `fromEventPattern(fn1, fn2, fn3)` becomes `fromEventPattern(fn1, fn2).pipe(map(fn3))`
1194
+
1195
+ <a name="6.0.0-alpha.4"></a>
1196
+
1197
+ # [6.0.0-alpha.4](https://github.com/ReactiveX/RxJS/compare/6.0.0-alpha.3...v6.0.0-alpha.4) (2018-03-13)
1198
+
1199
+ ### Bug Fixes
1200
+
1201
+ - **ESM:** Add [operators|ajax|websocket|testing]/package.json for ESM support, fixes [#3227](https://github.com/ReactiveX/RxJS/issues/3227) ([#3356](https://github.com/ReactiveX/RxJS/issues/3356)) ([725dcb4](https://github.com/ReactiveX/RxJS/commit/725dcb4))
1202
+ - **fromEvent:** Defines toString to fix Closure compilations ([#3417](https://github.com/ReactiveX/RxJS/issues/3417)) ([1558b43](https://github.com/ReactiveX/RxJS/commit/1558b43))
1203
+ - **fromEvent:** pass options in unsubscribe ([f1872b0](https://github.com/ReactiveX/RxJS/commit/f1872b0)), closes [#3349](https://github.com/ReactiveX/RxJS/issues/3349)
1204
+ - **rxjs:** add exports for symbols/interfaces that were missing ([#3380](https://github.com/ReactiveX/RxJS/issues/3380)) ([1622ee0](https://github.com/ReactiveX/RxJS/commit/1622ee0))
1205
+ - **rxjs:** make sure esm imports from index.js by default, not Rx.js ([#3316](https://github.com/ReactiveX/RxJS/issues/3316)) ([c2b00f4](https://github.com/ReactiveX/RxJS/commit/c2b00f4)), closes [#3315](https://github.com/ReactiveX/RxJS/issues/3315)
1206
+ - **rxjs:** once again exports custom error types ([#3371](https://github.com/ReactiveX/RxJS/issues/3371)) ([4465a9f](https://github.com/ReactiveX/RxJS/commit/4465a9f))
1207
+ - **rxjs:** remove types.ts importing from itself. ([#3383](https://github.com/ReactiveX/RxJS/issues/3383)) ([8fd50ad](https://github.com/ReactiveX/RxJS/commit/8fd50ad))
1208
+ - correct internal module paths to be systemjs compatible ([#3412](https://github.com/ReactiveX/RxJS/issues/3412)) ([35abc9d](https://github.com/ReactiveX/RxJS/commit/35abc9d))
1209
+ - **Symbol.iterator:** correctly handle case where Symbol constructor itself is not defined ([#3394](https://github.com/ReactiveX/RxJS/issues/3394)) ([6725be1](https://github.com/ReactiveX/RxJS/commit/6725be1))
1210
+ - **typings:** fixed some cases where multicast and publish would not return a ConnectableObservable ([#3320](https://github.com/ReactiveX/RxJS/issues/3320)) ([ddffecc](https://github.com/ReactiveX/RxJS/commit/ddffecc))
1211
+ - reexport Symbol.observable typings patch ([4c4d7b0](https://github.com/ReactiveX/RxJS/commit/4c4d7b0))
1212
+ - remove the root operators.ts because it overshadows operators/package.json ([184b6d4](https://github.com/ReactiveX/RxJS/commit/184b6d4))
1213
+
1214
+ ### Code Refactoring
1215
+
1216
+ - **Observable.if:** remove ts hacks from Observable ([f46f261](https://github.com/ReactiveX/RxJS/commit/f46f261))
1217
+ - **Rx.ts:** move Rx.ts to internal ([#3400](https://github.com/ReactiveX/RxJS/issues/3400)) ([7ad2119](https://github.com/ReactiveX/RxJS/commit/7ad2119))
1218
+
1219
+ ### Features
1220
+
1221
+ - **bindCallback:** remove result selector ([2535641](https://github.com/ReactiveX/RxJS/commit/2535641))
1222
+ - **bindNodeCallback:** remove resultSelector ([26e6e5c](https://github.com/ReactiveX/RxJS/commit/26e6e5c))
1223
+ - **exhaustMap:** simplify interface ([42589d0](https://github.com/ReactiveX/RxJS/commit/42589d0))
1224
+ - **first:** simplify interface ([a011338](https://github.com/ReactiveX/RxJS/commit/a011338))
1225
+ - **forkJoin:** simplify interface ([4d2338b](https://github.com/ReactiveX/RxJS/commit/4d2338b))
1226
+ - **fromEvent:** remove resultSelector ([197f449](https://github.com/ReactiveX/RxJS/commit/197f449))
1227
+ - **fromEvent:** will now emit an array when event emits multiple arguments ([51b37fd](https://github.com/ReactiveX/RxJS/commit/51b37fd))
1228
+ - **fromEventPattern:** removed resultSelector ([6b34f9f](https://github.com/ReactiveX/RxJS/commit/6b34f9f))
1229
+ - **last:** simplify interface ([3240419](https://github.com/ReactiveX/RxJS/commit/3240419))
1230
+ - **mergeMap|concatMap|concatMapTo:** simplified the signatures ([d293245](https://github.com/ReactiveX/RxJS/commit/d293245))
1231
+ - **mergeMapTo:** simplify interface ([582c7be](https://github.com/ReactiveX/RxJS/commit/582c7be))
1232
+ - **never:** no longer export `never` function ([#3386](https://github.com/ReactiveX/RxJS/issues/3386)) ([53debc8](https://github.com/ReactiveX/RxJS/commit/53debc8))
1233
+ - **switchMap|switchMapTo:** simplify interface ([959fb6a](https://github.com/ReactiveX/RxJS/commit/959fb6a))
1234
+ - **Symbol.iterator:** no longer polyfilled ([#3389](https://github.com/ReactiveX/RxJS/issues/3389)) ([6319f3c](https://github.com/ReactiveX/RxJS/commit/6319f3c))
1235
+ - **Symbol.observable:** is no longer polyfilled ([#3387](https://github.com/ReactiveX/RxJS/issues/3387)) ([4a5aaaf](https://github.com/ReactiveX/RxJS/commit/4a5aaaf))
1236
+ - **throwIfEmpty:** adds throwIfEmpty operator ([#3368](https://github.com/ReactiveX/RxJS/issues/3368)) ([9b21458](https://github.com/ReactiveX/RxJS/commit/9b21458))
1237
+ - **typings:** updated typings for combineAll, mergeAll, concatAll, switch, exhaust, zipAll ([#3321](https://github.com/ReactiveX/RxJS/issues/3321)) ([f7e4c02](https://github.com/ReactiveX/RxJS/commit/f7e4c02))
1238
+ - **umd:** UMD now mirrors export schema for ESM and CJS ([#3426](https://github.com/ReactiveX/RxJS/issues/3426)) ([556c904](https://github.com/ReactiveX/RxJS/commit/556c904))
1239
+
1240
+ ### BREAKING CHANGES
1241
+
1242
+ - **Symbol.observable:** RxJS will no longer be polyfilling Symbol.observable. That should be done by an actual polyfill library. This is to prevent duplication of code, and also to prevent having modules with side-effects in rxjs.
1243
+ - **mergeMap|concatMap|concatMapTo:** mergeMap, concatMap and concatMapTo no longer support a result selector, if you need to use a result selector, use the following pattern: `source.mergeMap(x => of(x + x).pipe(map(y => y + x))` (the pattern would be the same for `concatMap`).
1244
+ - **bindCallback:** removes result selector, use `map` instead: `bindCallback(fn1, fn2)()` becomes `bindCallback(fn1)().pipe(map(fn2))`
1245
+ - **Rx.ts:** importing from `rxjs/Rx` is no longer available. Upcoming backwards compat solution will allow that
1246
+ - **Symbol.iterator:** We are no longer polyfilling `Symbol.iterator`. That would be done by a proper polyfilling library
1247
+ - **Observable.if:** TypeScript users using `Observable.if` will have to cast `Observable` as any to get to `if`. It is a better idea to just use `iif` directly via `import { iif } from 'rxjs';`
1248
+ - **bindNodeCallback:** resultSelector removed, use `map` instead: `bindNodeCallback(fn1, fn2)()` becomes `bindNodeCallback(fn1)().pipe(map(fn2))`
1249
+ - **never:** no longer exported. Use the `NEVER` constant instead.
1250
+ - **fromEvent:** result selector removed, use `map` instead: `fromEvent(target, 'click', fn)` becomes `fromEvent(target, 'click').pipe(map(fn))`
1251
+ - **last:** no longer accepts `resultSelector` argument. To get this same functionality, use `map`.
1252
+ - **first:** no longer supports `resultSelector` argument. The same functionality can be achieved by simply mapping either before or after `first` depending on your use case.
1253
+ - **exhaustMap:** `resultSelector` no longer supported, to get this functionality use: `source.pipe(exhaustMap(x => of(x + x).pipe(map(y => x + y))))`
1254
+ - **switchMap|switchMapTo:** `switchMap` and `switchMapTo` no longer take `resultSelector` arguments, to get the same functionality use `switchMap` and `map` in combination: `source.pipe(switchMap(x => of(x + x).pipe(y => x + y)))`.
1255
+ - **mergeMapTo:** `mergeMapTo` no longer accepts a resultSelector, to get this functionality, you'll want to use `mergeMap` and `map` together: `source.pipe(mergeMap(() => inner).pipe(map(y => x + y)))`
1256
+ - **fromEventPattern:** no longer supports a result selector, use `map` instead: `fromEventPattern(fn1, fn2, fn3)` becomes `fromEventPattern(fn1, fn2).pipe(map(fn3))`
1257
+
1258
+ <a name="6.0.0-alpha.3"></a>
1259
+
1260
+ # [6.0.0-alpha.3](https://github.com/ReactiveX/RxJS/compare/6.0.0-alpha.2...v6.0.0-alpha.3) (2018-02-06)
1261
+
1262
+ ### Bug Fixes
1263
+
1264
+ - **animationFrame.spec:** spec description fix ([#3140](https://github.com/ReactiveX/RxJS/issues/3140)) ([ab6c325](https://github.com/ReactiveX/RxJS/commit/ab6c325))
1265
+ - **debounce:** support scalar selectors ([#3236](https://github.com/ReactiveX/RxJS/issues/3236)) ([1548393](https://github.com/ReactiveX/RxJS/commit/1548393)), closes [#3232](https://github.com/ReactiveX/RxJS/issues/3232)
1266
+ - **forkJoin:** catch and forward selector errors ([#3261](https://github.com/ReactiveX/RxJS/issues/3261)) ([e57bbb7](https://github.com/ReactiveX/RxJS/commit/e57bbb7)), closes [#3216](https://github.com/ReactiveX/RxJS/issues/3216)
1267
+ - **Observable:** expose pipe rest parameter overload ([#3292](https://github.com/ReactiveX/RxJS/issues/3292)) ([7ff5bc3](https://github.com/ReactiveX/RxJS/commit/7ff5bc3))
1268
+ - **onErrorResumeNext:** no longer holds onto subscriptions too long ([abbbdad](https://github.com/ReactiveX/RxJS/commit/abbbdad)), closes [#3178](https://github.com/ReactiveX/RxJS/issues/3178)
1269
+ - **scheduler:** prevent unwanted clearInterval ([#3226](https://github.com/ReactiveX/RxJS/issues/3226)) ([d7cfb42](https://github.com/ReactiveX/RxJS/commit/d7cfb42)), closes [#3042](https://github.com/ReactiveX/RxJS/issues/3042)
1270
+ - **timer:** multiple subscriptions to timer(Date) behaves correctly ([aafa7ff](https://github.com/ReactiveX/RxJS/commit/aafa7ff)), closes [#3252](https://github.com/ReactiveX/RxJS/issues/3252)
1271
+ - **typings:** correct compilation warnings from missing types in tests ([3aad6bc](https://github.com/ReactiveX/RxJS/commit/3aad6bc))
1272
+ - **typings:** relax debounce selector type ([c419ab4](https://github.com/ReactiveX/RxJS/commit/c419ab4)), closes [#3164](https://github.com/ReactiveX/RxJS/issues/3164)
1273
+ - **typings:** relax throttle selector type ([#3205](https://github.com/ReactiveX/RxJS/issues/3205)) ([e83fda7](https://github.com/ReactiveX/RxJS/commit/e83fda7)), closes [#3204](https://github.com/ReactiveX/RxJS/issues/3204)
1274
+ - **typings:** the return type of factory of defer should be ObservableInput<T> ([#3211](https://github.com/ReactiveX/RxJS/issues/3211)) ([dc41a5e](https://github.com/ReactiveX/RxJS/commit/dc41a5e))
1275
+
1276
+ ### Features
1277
+
1278
+ - **empty:** empty() returns the same instance ([5c7c749](https://github.com/ReactiveX/RxJS/commit/5c7c749))
1279
+ - **EMPTY:** observable constant EMPTY now exported ([08fb074](https://github.com/ReactiveX/RxJS/commit/08fb074))
1280
+ - **never:** always return the same instance ([#3249](https://github.com/ReactiveX/RxJS/issues/3249)) ([d57fa52](https://github.com/ReactiveX/RxJS/commit/d57fa52))
1281
+ - **rxjs:** move rxjs/create into rxjs ([#3299](https://github.com/ReactiveX/RxJS/issues/3299)) ([6711fe2](https://github.com/ReactiveX/RxJS/commit/6711fe2))
1282
+ - **throwError:** functional version of throwError ([639236e](https://github.com/ReactiveX/RxJS/commit/639236e))
1283
+
1284
+ ### BREAKING CHANGES
1285
+
1286
+ - **rxjs:** `rxjs/create` items are now exported from `rxjs`
1287
+ - **throwError:** Observable.throw no longer available in TypeScript without a cast
1288
+ - **empty:** `empty()` without a scheduler will return the same
1289
+ instance every time.
1290
+ - **empty:** In TypeScript, `empty()` no longer accepts a generic
1291
+ argument, as it returns `Observable<never>`
1292
+ - **never:** `never()` always returns the same instance
1293
+ - **never:** TypeScript typing for `never()` is now `Observable<never>` and the function no longer requires a generic type.
1294
+
1295
+ <a name="6.0.0-alpha.2"></a>
1296
+
1297
+ # [6.0.0-alpha.2](https://github.com/ReactiveX/RxJS/compare/6.0.0-alpha.1...6.0.0-alpha.2) (2018-01-14)
1298
+
1299
+ ### Bug Fixes
1300
+
1301
+ - **build:** properly outputs subdirectories like `rxjs/operators` ([34fe560](https://github.com/ReactiveX/RxJS/commit/34fe560))
1302
+
1303
+ <a name="6.0.0-alpha.1"></a>
1304
+
1305
+ # [6.0.0-alpha.1](https://github.com/ReactiveX/RxJS/compare/5.5.3...v6.0.0-alpha.1) (2018-01-12)
1306
+
1307
+ ### Bug Fixes
1308
+
1309
+ - Revert "fix(scheduler): prevent unwanted clearInterval ([#3044](https://github.com/ReactiveX/RxJS/issues/3044))" ([ad5c7c6](https://github.com/ReactiveX/RxJS/commit/ad5c7c6))
1310
+ - Revert "fix(scheduler): prevent unwanted clearInterval ([#3044](https://github.com/ReactiveX/RxJS/issues/3044))" ([64f9285](https://github.com/ReactiveX/RxJS/commit/64f9285))
1311
+ - **debounceTime:** synchronous reentrancy of debounceTime no longer swallows the second value ([#3218](https://github.com/ReactiveX/RxJS/issues/3218)) ([598e9ce](https://github.com/ReactiveX/RxJS/commit/598e9ce)), closes [#2748](https://github.com/ReactiveX/RxJS/issues/2748)
1312
+ - **dependency:** move symbol-observable into devdependency ([4400628](https://github.com/ReactiveX/RxJS/commit/4400628))
1313
+ - **IteratorObservable:** get new iterator for each subscription ([#2497](https://github.com/ReactiveX/RxJS/issues/2497)) ([1bd0a58](https://github.com/ReactiveX/RxJS/commit/1bd0a58)), closes [#2496](https://github.com/ReactiveX/RxJS/issues/2496)
1314
+ - **Observable.toArray:** Fix toArray with multiple subscriptions. ([#3134](https://github.com/ReactiveX/RxJS/issues/3134)) ([3390926](https://github.com/ReactiveX/RxJS/commit/3390926))
1315
+ - **SystemJS:** avoid node module resolution of pipeable operators ([#3025](https://github.com/ReactiveX/RxJS/issues/3025)) ([0f3cf71](https://github.com/ReactiveX/RxJS/commit/0f3cf71)), closes [#2971](https://github.com/ReactiveX/RxJS/issues/2971) [#2996](https://github.com/ReactiveX/RxJS/issues/2996) [#3011](https://github.com/ReactiveX/RxJS/issues/3011)
1316
+ - **tap:** make next optional ([#3073](https://github.com/ReactiveX/RxJS/issues/3073)) ([e659f0c](https://github.com/ReactiveX/RxJS/commit/e659f0c)), closes [#2534](https://github.com/ReactiveX/RxJS/issues/2534)
1317
+ - **TSC:** Fixing TSC errors. Fixes [#3020](https://github.com/ReactiveX/RxJS/issues/3020) ([01d1575](https://github.com/ReactiveX/RxJS/commit/01d1575))
1318
+ - **typings:** the return type of project of mergeScan should be ObservableInput<R> ([23fe17d](https://github.com/ReactiveX/RxJS/commit/23fe17d))
1319
+
1320
+ ### Chores
1321
+
1322
+ - **TypeScript:** Bump up typescript to latest ([#3009](https://github.com/ReactiveX/RxJS/issues/3009)) ([2f395da](https://github.com/ReactiveX/RxJS/commit/2f395da))
1323
+
1324
+ ### Code Refactoring
1325
+
1326
+ - **asap:** Remove setImmediate polyfill ([5eb6af7](https://github.com/ReactiveX/RxJS/commit/5eb6af7))
1327
+ - **distinct:** Remove Set polyfill ([68ee499](https://github.com/ReactiveX/RxJS/commit/68ee499))
1328
+ - **groupBy:** Remove Map polyfill ([74b5b1a](https://github.com/ReactiveX/RxJS/commit/74b5b1a))
1329
+
1330
+ ### Features
1331
+
1332
+ - **Observable:** unhandled errors are now reported to HostReportErrors ([#3062](https://github.com/ReactiveX/RxJS/issues/3062)) ([cd9626a](https://github.com/ReactiveX/RxJS/commit/cd9626a))
1333
+ - **reorganize:** move ./interfaces.ts to internal/types.ts ([cfbfaac](https://github.com/ReactiveX/RxJS/commit/cfbfaac))
1334
+ - **reorganize:** internal utils hidden ([70058cd](https://github.com/ReactiveX/RxJS/commit/70058cd))
1335
+ - **reorganize:** add `rxjs/create` exports ([c9963bd](https://github.com/ReactiveX/RxJS/commit/c9963bd))
1336
+ - **reorganize:** ajax observable creator now exported from `rxjs/ajax` ([e971c93](https://github.com/ReactiveX/RxJS/commit/e971c93))
1337
+ - **reorganize:** all patch operators moved to `internal` directory ([7342401](https://github.com/ReactiveX/RxJS/commit/7342401))
1338
+ - **reorganize:** export `noop` and `identity` from `rxjs` ([810c4d0](https://github.com/ReactiveX/RxJS/commit/810c4d0))
1339
+ - **reorganize:** export `Notification` from `rxjs` ([8809b48](https://github.com/ReactiveX/RxJS/commit/8809b48))
1340
+ - **reorganize:** export schedulers from `rxjs` ([abd3b61](https://github.com/ReactiveX/RxJS/commit/abd3b61))
1341
+ - **reorganize:** export Subject, ReplaySubject, BehaviorSubject from rxjs ([bd683ca](https://github.com/ReactiveX/RxJS/commit/bd683ca))
1342
+ - **reorganize:** export the `pipe` utility function from `rxjs` ([4574310](https://github.com/ReactiveX/RxJS/commit/4574310))
1343
+ - **reorganize:** hid testing implementation details ([b981666](https://github.com/ReactiveX/RxJS/commit/b981666))
1344
+ - **reorganize:** move observable implementations under internal directory ([2d5c3f8](https://github.com/ReactiveX/RxJS/commit/2d5c3f8))
1345
+ - **reorganize:** move operator impls under internal directory ([207976f](https://github.com/ReactiveX/RxJS/commit/207976f))
1346
+ - **reorganize:** move top-level impls under internal directory ([c3bb705](https://github.com/ReactiveX/RxJS/commit/c3bb705))
1347
+ - **reorganize:** moved symbols to be internal ([80783ab](https://github.com/ReactiveX/RxJS/commit/80783ab))
1348
+ - **reorganize:** operators all exported from `rxjs/operators` ([b1f8bfe](https://github.com/ReactiveX/RxJS/commit/b1f8bfe))
1349
+ - **reorganize:** websocket subject creator now exported from `rxjs/websocket` ([5ac62c0](https://github.com/ReactiveX/RxJS/commit/5ac62c0))
1350
+
1351
+ ### BREAKING CHANGES
1352
+
1353
+ - **webSocket:** `webSocket` creator function now exported from `rxjs/websocket` as `websocket`.
1354
+ - **IteratorObservable:** IteratorObservable no longer share iterator between
1355
+ subscription
1356
+ - **utils:** Many internal use utilities like `isArray` are now hidden under `rxjs/internal`, they are implementation details and should not be used.
1357
+ - **testing observables:** `HotObservable` and `ColdObservable`, and other testing support types are no longer exported directly.
1358
+ - **creation functions:** All create functions such as `of`, `from`, `combineLatest` and `fromEvent` should now be imported from `rxjs/create`.
1359
+ - **types and interfaces:** Can no longer explicitly import types from `rxjs/interfaces`, import them from `rxjs` instead
1360
+ - **symbols:** Symbols are no longer exported directly from modules such as `rxjs/symbol/observable` please use `Symbol.observable` and `Symbol.iterator` (polyfills may be required)
1361
+ - **deep imports:** Can no longer deep import top-level types such as `rxjs/Observable`, `rxjs/Subject`, `rxjs/ReplaySubject`, et al. All imports should be done directly from `rxjs`, for example: `import \{ Observable, Subject \} from 'rxjs';`
1362
+ - **schedulers:** Scheduler instances have changed names to be suffixed with `Scheduler`, (e.g. `asap` -> `asapScheduler`)
1363
+ - **operators:** Pipeable operators must now be imported from `rxjs`
1364
+ like so: `import { map, filter, switchMap } from 'rxjs/operators';`. No deep imports.
1365
+ - **ajax:** Ajax observable should be imported from `rxjs/ajax`.
1366
+ - **Observable:** You should no longer deep import custom Observable
1367
+ implementations such as `ArrayObservable` or `ForkJoinObservable`.
1368
+ - **\_throw:** `_throw` is now exported as `throwError`
1369
+ - **if:** `if` is now exported as `iif`
1370
+ - **operators:** Deep imports to `rxjs/operator/*` will no longer work. Again, pipe operators are still where they were.
1371
+ - **error handling:** Unhandled errors are no longer caught and rethrown, rather they are caught and scheduled to be thrown, which causes them to be reported to window.onerror or process.on('error'), depending on the environment. Consequently, teardown after a synchronous, unhandled, error will no longer occur, as the teardown would not exist, and producer interference cannot occur
1372
+ - **distinct:** Using `distinct` requires a `Set` implementation and must be polyfilled in older runtimes
1373
+ - **asap:** Old runtimes must polyfill Promise in order to use ASAP scheduling.
1374
+ - **groupBy:** Older runtimes will require Map to be polyfilled to use
1375
+ `groupBy`
1376
+ - **TypeScript:** IE10 and lower will need to polyfill `Object.setPrototypeOf`
1377
+ - **operators removed:** Operator versions of static observable creators such as
1378
+ `merge`, `concat`, `zip`, `onErrorResumeNext`, and `race` have been
1379
+ removed. Please use the static versions of those operations. e.g.
1380
+ `a.pipe(concat(b, c))` becomes `concat(a, b, c)`.
1381
+
1382
+ <a name="5.5.6"></a>
1383
+
1384
+ ## [5.5.6](https://github.com/ReactiveX/RxJS/compare/5.5.5...v5.5.6) (2017-12-21)
1385
+
1386
+ ### Bug Fixes
1387
+
1388
+ - **Observable:** rethrow errors when syncErrorThrowable and inherit it from destination. Fixes [#2813](https://github.com/ReactiveX/RxJS/issues/2813) ([541b49d](https://github.com/ReactiveX/RxJS/commit/541b49d))
1389
+
1390
+ <a name="5.5.5"></a>
1391
+
1392
+ ## [5.5.5](https://github.com/ReactiveX/RxJS/compare/5.5.4...v5.5.5) (2017-12-06)
1393
+
1394
+ ### Support Added
1395
+
1396
+ - **Bazel:** Add files to support users that want Bazel builds with RxJS ([12dac3b](https://github.com/ReactiveX/rxjs/commit/12dac3b))
1397
+
1398
+ <a name="5.5.4"></a>
1399
+
1400
+ ## [5.5.4](https://github.com/ReactiveX/RxJS/compare/5.5.3...v5.5.4) (2017-12-05)
1401
+
1402
+ ### Bug Fixes
1403
+
1404
+ - **scheduler:** resolve regression on angular router with zones ([#3158](https://github.com/ReactiveX/RxJS/issues/3158)) ([520b06a](https://github.com/ReactiveX/RxJS/commit/520b06a))
1405
+ - **publish:** re-publish after having built with proper version of TypeScript. ([f0ff5bc](https://github.com/ReactiveX/RxJS/commit/f0ff5bc), closes[#3155](https://github.com/ReactiveX/rxjs/issues/3155))
1406
+
1407
+ <a name="5.5.3"></a>
1408
+
1409
+ ## [5.5.3](https://github.com/ReactiveX/RxJS/compare/5.5.2...v5.5.3) (2017-12-01)
1410
+
1411
+ ### Bug Fixes
1412
+
1413
+ - **concatStatic:** missing exports for mergeStatic and concatStatic ([#2999](https://github.com/ReactiveX/RxJS/issues/2999)) ([cae5f9b](https://github.com/ReactiveX/RxJS/commit/cae5f9b))
1414
+ - **scheduler:** prevent unwanted clearInterval ([#3044](https://github.com/ReactiveX/RxJS/issues/3044)) ([7d722d4](https://github.com/ReactiveX/RxJS/commit/7d722d4)), closes [#3042](https://github.com/ReactiveX/RxJS/issues/3042)
1415
+ - **SystemJS:** avoid node module resolution of pipeable operators ([#3025](https://github.com/ReactiveX/RxJS/issues/3025)) ([d77e3d7](https://github.com/ReactiveX/RxJS/commit/d77e3d7)), closes [#2971](https://github.com/ReactiveX/RxJS/issues/2971) [#2996](https://github.com/ReactiveX/RxJS/issues/2996) [#3011](https://github.com/ReactiveX/RxJS/issues/3011)
1416
+ - **typings:** fix subscribe overloads ([#3053](https://github.com/ReactiveX/RxJS/issues/3053)) ([1a9fd42](https://github.com/ReactiveX/RxJS/commit/1a9fd42)), closes [#3052](https://github.com/ReactiveX/RxJS/issues/3052)
1417
+
1418
+ <a name="5.5.2"></a>
1419
+
1420
+ ## [5.5.2](https://github.com/ReactiveX/RxJS/compare/5.5.1...v5.5.2) (2017-10-25)
1421
+
1422
+ ### Bug Fixes
1423
+
1424
+ - **package:** fixed import failures in Webpack ([#2987](https://github.com/ReactiveX/RxJS/issues/2987)) ([e16202d](https://github.com/ReactiveX/RxJS/commit/e16202d))
1425
+ - **typings:** improved type inference for arguments to publishReplay ([#2992](https://github.com/ReactiveX/RxJS/issues/2992)) ([0753ff7](https://github.com/ReactiveX/RxJS/commit/0753ff7)), closes [#2991](https://github.com/ReactiveX/RxJS/issues/2991)
1426
+ - **typings:** ensure TS types for `zip` and `combineLatest` are properly inferred. ([b8e6cf8](https://github.com/ReactiveX/RxJS/commit/b8e6cf8))
1427
+ - **typings:** publish variants will properly return ConnectableObservable([#2983](https://github.com/ReactiveX/RxJS/issues/2983)) ([d563bfa](https://github.com/ReactiveX/RxJS/commit/d563bfa))
1428
+
1429
+ <a name="5.5.1"></a>
1430
+
1431
+ ## [5.5.1](https://github.com/ReactiveX/RxJS/compare/5.5.0...v5.5.1) (2017-10-24)
1432
+
1433
+ ### Bug Fixes
1434
+
1435
+ - **build:** Remove `module` and `es2015` keys to avoid resolution conflicts ([5073139](https:/github.com/ReactiveX/RxJS/commit/5073139))
1436
+ - **ajaxobservable:** fix operator import path ([d9b62ed](https://github.com/ReactiveX/RxJS/commit/d9b62ed))
1437
+
1438
+ <a name="5.5.0"></a>
1439
+
1440
+ # [5.5.0](https://github.com/ReactiveX/RxJS/compare/5.5.0-beta.7...v5.5.0) (2017-10-18)
1441
+
1442
+ ### Bug Fixes
1443
+
1444
+ - **build:** CJS sourceMaps now inlined into sourcesContent ([39b4af5](https://github.com/ReactiveX/RxJS/commit/39b4af5)), closes [#2934](https://github.com/ReactiveX/RxJS/issues/2934)
1445
+
1446
+ ### Features
1447
+
1448
+ - **publishReplay:** add selector function to publishReplay ([#2885](https://github.com/ReactiveX/RxJS/issues/2885)) ([e0efd13](https://github.com/ReactiveX/RxJS/commit/e0efd13))
1449
+
1450
+ <a name="5.5.0-beta.7"></a>
1451
+
1452
+ # [5.5.0-beta.7](https://github.com/ReactiveX/RxJS/compare/5.5.0-beta.5...5.5.0-beta.7) (2017-10-13)
1453
+
1454
+ (Due to a publish snafu, there is no 5.5.0-beta.6) (womp womp 👎)
1455
+
1456
+ ### Bug Fixes
1457
+
1458
+ - **build:** sourceMaps updated to support CJS properly again ([75f7f11](https://github.com/ReactiveX/RxJS/commit/75f7f11)), closes [#2934](https://github.com/ReactiveX/RxJS/issues/2934)
1459
+ - **flatMap:** reexport flatMap as alias of mergeMap ([#2920](https://github.com/ReactiveX/RxJS/issues/2920)) ([9922c02](https://github.com/ReactiveX/RxJS/commit/9922c02))
1460
+ - **publish:** correct the name and republish to sync packages ([464b115](https://github.com/ReactiveX/RxJS/commit/464b115))
1461
+ - **shareReplay:** no longer exporting function unnecessarily ([#2928](https://github.com/ReactiveX/RxJS/issues/2928)) ([e159578](https://github.com/ReactiveX/RxJS/commit/e159578))
1462
+ - **shareReplay:** properly uses `lift` ([#2924](https://github.com/ReactiveX/RxJS/issues/2924)) ([3d9cf87](https://github.com/ReactiveX/RxJS/commit/3d9cf87)), closes [#2921](https://github.com/ReactiveX/RxJS/issues/2921)
1463
+ - **toPromise:** include toPromise in build output ([#2923](https://github.com/ReactiveX/RxJS/issues/2923)) ([f55bfa5](https://github.com/ReactiveX/RxJS/commit/f55bfa5)), closes [#2922](https://github.com/ReactiveX/RxJS/issues/2922)
1464
+
1465
+ <a name="5.5.0-beta.5"></a>
1466
+
1467
+ # [5.5.0-beta.5](https://github.com/ReactiveX/RxJS/compare/5.5.0-beta.4...v5.5.0-beta.5) (2017-10-06)
1468
+
1469
+ ### Bug Fixes
1470
+
1471
+ - **toPromise:** remove lettable version of toPromise ([031edca](https://github.com/ReactiveX/RxJS/commit/031edca)), closes [#2868](https://github.com/ReactiveX/RxJS/issues/2868)
1472
+
1473
+ ### Features
1474
+
1475
+ - **toPromise:** now exists as a permanent method on Observable ([2e49a5c](https://github.com/ReactiveX/RxJS/commit/2e49a5c))
1476
+
1477
+ <a name="5.5.0-beta.4"></a>
1478
+
1479
+ # [5.5.0-beta.4](https://github.com/ReactiveX/RxJS/compare/5.5.0-beta.3...v5.5.0-beta.4) (2017-10-06)
1480
+
1481
+ ### Bug Fixes
1482
+
1483
+ - **publish:** fix selector typings ([#2891](https://github.com/ReactiveX/RxJS/issues/2891)) ([9ee234d](https://github.com/ReactiveX/RxJS/commit/9ee234d)), closes [#2889](https://github.com/ReactiveX/RxJS/issues/2889)
1484
+ - **shareReplay:** properly retains history on subscribe ([#2910](https://github.com/ReactiveX/RxJS/issues/2910)) ([accbcd0](https://github.com/ReactiveX/RxJS/commit/accbcd0)), closes [#2908](https://github.com/ReactiveX/RxJS/issues/2908)
1485
+ - **subscribeOn:** remove subscribeOn from reexport to support treesha… ([#2899](https://github.com/ReactiveX/RxJS/issues/2899)) ([fb51a02](https://github.com/ReactiveX/RxJS/commit/fb51a02))
1486
+
1487
+ <a name="5.5.0-beta.3"></a>
1488
+
1489
+ # [5.5.0-beta.3](https://github.com/ReactiveX/RxJS/compare/5.5.0-beta.2...v5.5.0-beta.3) (2017-10-03)
1490
+
1491
+ ### Bug Fixes
1492
+
1493
+ - **build:** revert to 5.4.x build output for CJS & add configurable support for ESM ([#2878](https://github.com/ReactiveX/RxJS/issues/2878)) ([167456a](https://github.com/ReactiveX/RxJS/commit/167456a))
1494
+ - **concatAll:** use higher-order lettable version of concatAll ([60c96ab](https://github.com/ReactiveX/RxJS/commit/60c96ab))
1495
+ - **mergeAll:** use higher-order lettable version of mergeAll ([f0b703b](https://github.com/ReactiveX/RxJS/commit/f0b703b))
1496
+
1497
+ <a name="5.5.0-beta.2"></a>
1498
+
1499
+ # [5.5.0-beta.2](https://github.com/ReactiveX/RxJS/compare/5.5.0-beta.1...v5.5.0-beta.2) (2017-09-27)
1500
+
1501
+ ### Bug Fixes
1502
+
1503
+ - **build:** make CJS references to import X from '../operators' work correctly with SystemJS ([#2874](https://github.com/ReactiveX/RxJS/issues/2874)) ([3dd4cc4](https://github.com/ReactiveX/RxJS/commit/3dd4cc4))
1504
+
1505
+ <a name="5.5.0-beta.1"></a>
1506
+
1507
+ # [5.5.0-beta.1](https://github.com/ReactiveX/RxJS/compare/5.5.0-beta.0...v5.5.0-beta.1) (2017-09-27)
1508
+
1509
+ ### Bug Fixes
1510
+
1511
+ - **package:** published from a Linux machine to prevent a strange issue where
1512
+ the Observable directory was not showing up when installed on some Linux
1513
+ environments.
1514
+ - **build:** fix source maps by adding back sources and fixing path ([#2872](https://github.com/ReactiveX/RxJS/issues/2872)) ([daaf424](https://github.com/ReactiveX/RxJS/commit/daaf424))
1515
+ - **package:** remove src directory and fix typings location ([#2866](https://github.com/ReactiveX/RxJS/issues/2866)) ([c57eea7](https://github.com/ReactiveX/RxJS/commit/c57eea7))
1516
+
1517
+ ### Features
1518
+
1519
+ - **global:** export lettables as Rx.operators ([#2862](https://github.com/ReactiveX/RxJS/issues/2862)) ([ba2f586](https://github.com/ReactiveX/RxJS/commit/ba2f586)), closes [#2861](https://github.com/ReactiveX/RxJS/issues/2861)
1520
+
1521
+ <a name="5.5.0-beta.0"></a>
1522
+
1523
+ # [5.5.0-beta.0](https://github.com/ReactiveX/RxJS/compare/5.4.3...5.5.0-beta.0) (2017-09-22)
1524
+
1525
+ **Important! Checkout the explanation of the new [lettable operators features here](doc/lettable-operators.md)**
1526
+
1527
+ ### Bug Fixes
1528
+
1529
+ - **package:** correct errors generated during rollup for UMD generation ([#2839](https://github.com/ReactiveX/RxJS/issues/2839)) ([124cc93](https://github.com/ReactiveX/RxJS/commit/124cc93))
1530
+ - **partition:** update TypeScript signature to match docs and filter operator ([#2819](https://github.com/ReactiveX/RxJS/issues/2819)) ([755df9b](https://github.com/ReactiveX/RxJS/commit/755df9b))
1531
+ - **subscribeToResult:** throw error in subscriber with inner observable ([d7bffa9](https://github.com/ReactiveX/RxJS/commit/d7bffa9)), closes [#2618](https://github.com/ReactiveX/RxJS/issues/2618)
1532
+
1533
+ ### Features
1534
+
1535
+ - **ajax:** Include the response on instances of AjaxError ([3f6553c](https://github.com/ReactiveX/RxJS/commit/3f6553c))
1536
+ - **audit:** add higher-order lettable version of audit ([e2daefe](https://github.com/ReactiveX/RxJS/commit/e2daefe))
1537
+ - **auditTime:** add higher-order lettable version of auditTime ([9e963aa](https://github.com/ReactiveX/RxJS/commit/9e963aa))
1538
+ - **buffer:** add higher-order lettable version of buffer ([d8ca9de](https://github.com/ReactiveX/RxJS/commit/d8ca9de))
1539
+ - **bufferCount:** add higher-order lettable version of bufferCount ([0ae2ed5](https://github.com/ReactiveX/RxJS/commit/0ae2ed5))
1540
+ - **bufferTime:** add higher-order lettable version of bufferTime operator ([0377ca6](https://github.com/ReactiveX/RxJS/commit/0377ca6))
1541
+ - **bufferToggle:** add higher-order lettable version of bufferToggle ([ea1c3ee](https://github.com/ReactiveX/RxJS/commit/ea1c3ee))
1542
+ - **bufferWhen:** add higher-order lettable version of bufferWhen ([ec3eceb](https://github.com/ReactiveX/RxJS/commit/ec3eceb))
1543
+ - **catchError:** add higher-order lettable version of `catch` ([408a2af](https://github.com/ReactiveX/RxJS/commit/408a2af))
1544
+ - **combineAll:** add higher-order lettable version of combineAll ([97704b3](https://github.com/ReactiveX/RxJS/commit/97704b3))
1545
+ - **combineLatest:** add higher-order lettable version of combineLatest ([b7154f2](https://github.com/ReactiveX/RxJS/commit/b7154f2))
1546
+ - **concatMap:** add higher-order lettable version of concatMap ([c4125ff](https://github.com/ReactiveX/RxJS/commit/c4125ff))
1547
+ - **concatMapTo:** add higher-order lettable version of concatMapTo ([0a6672e](https://github.com/ReactiveX/RxJS/commit/0a6672e))
1548
+ - **count:** add higher-order lettable version of count ([caf713e](https://github.com/ReactiveX/RxJS/commit/caf713e))
1549
+ - **debounce:** add higher-order lettable version of debounce ([cb8ce46](https://github.com/ReactiveX/RxJS/commit/cb8ce46))
1550
+ - **debounceTime:** add higher-order lettable version of debounceTime ([df0d439](https://github.com/ReactiveX/RxJS/commit/df0d439))
1551
+ - **delay:** add higher-order lettable version of delay ([7efb803](https://github.com/ReactiveX/RxJS/commit/7efb803))
1552
+ - **delayWhen:** add higher-order lettable version of delayWhen ([cb91c3f](https://github.com/ReactiveX/RxJS/commit/cb91c3f))
1553
+ - **dematerialize:** add higher-order lettable version of dematerialize ([b5948f9](https://github.com/ReactiveX/RxJS/commit/b5948f9))
1554
+ - **distinct:** add higher-order lettable version of distinct ([0429a69](https://github.com/ReactiveX/RxJS/commit/0429a69))
1555
+ - **distinctUntilChanged:** add higher-order lettable version of distinctUntilChanged ([b2725e7](https://github.com/ReactiveX/RxJS/commit/b2725e7))
1556
+ - **distinctUntilKeyChanged:** add higher-order lettable version of distinctUntilKeyChanged ([9db141c](https://github.com/ReactiveX/RxJS/commit/9db141c))
1557
+ - **elementAt:** add higher-order lettable version of elementAt ([b8e956b](https://github.com/ReactiveX/RxJS/commit/b8e956b))
1558
+ - **every:** add higher-order lettable version of every ([13f3503](https://github.com/ReactiveX/RxJS/commit/13f3503))
1559
+ - **exhaust:** add higher-order lettable version of exhaust ([b145dca](https://github.com/ReactiveX/RxJS/commit/b145dca))
1560
+ - **exhaustMap:** add higher-order lettable exhaustMap ([b134e0c](https://github.com/ReactiveX/RxJS/commit/b134e0c))
1561
+ - **expand:** add higher-order lettable expand ([6ec8a19](https://github.com/ReactiveX/RxJS/commit/6ec8a19))
1562
+ - **filter:** add higher-order lettable version of filter ([2848556](https://github.com/ReactiveX/RxJS/commit/2848556))
1563
+ - **finalize:** add higher-order lettable version of finally, called finalize ([cfeae9f](https://github.com/ReactiveX/RxJS/commit/cfeae9f))
1564
+ - **find:** add higher-order lettable version of find ([ff6d5af](https://github.com/ReactiveX/RxJS/commit/ff6d5af))
1565
+ - **findIndex:** add higher-order lettable findIndex ([40e680e](https://github.com/ReactiveX/RxJS/commit/40e680e))
1566
+ - **first:** add higher-order lettable first ([33eac1e](https://github.com/ReactiveX/RxJS/commit/33eac1e))
1567
+ - **groupBy:** add higher-order lettable groupBy ([5281229](https://github.com/ReactiveX/RxJS/commit/5281229))
1568
+ - **ignoreElements:** add higher-order lettable version of ignoreElements ([68286d4](https://github.com/ReactiveX/RxJS/commit/68286d4))
1569
+ - **isEmpty:** add higher-order lettable version of isEmpty ([aad1833](https://github.com/ReactiveX/RxJS/commit/aad1833))
1570
+ - **last:** add higher-order lettable version of last ([bf33b97](https://github.com/ReactiveX/RxJS/commit/bf33b97))
1571
+ - **lettables:** add higher-order lettable versions of concat, concatAll, mergeAll ([d7e8be7](https://github.com/ReactiveX/RxJS/commit/d7e8be7))
1572
+ - **map:** add higher-order lettable map operator ([ce40b2d](https://github.com/ReactiveX/RxJS/commit/ce40b2d))
1573
+ - **mapTo:** add higher-order lettable version of mapTo ([e97530f](https://github.com/ReactiveX/RxJS/commit/e97530f))
1574
+ - **materialize:** add higher-order lettable materialize operator ([ce42477](https://github.com/ReactiveX/RxJS/commit/ce42477))
1575
+ - **merge:** add higher-order lettable version of merge ([#2809](https://github.com/ReactiveX/RxJS/issues/2809)) ([3136403](https://github.com/ReactiveX/RxJS/commit/3136403))
1576
+ - **mergeMap:** add higher-order lettable version of mergeMap ([417efde](https://github.com/ReactiveX/RxJS/commit/417efde))
1577
+ - **mergeMapTo:** add higher-order lettable version of mergeMapTo ([653b47a](https://github.com/ReactiveX/RxJS/commit/653b47a))
1578
+ - **mergeScan:** add higher-order lettable version of mergeScan ([fde7205](https://github.com/ReactiveX/RxJS/commit/fde7205))
1579
+ - **multicast:** add higher-order lettable variant of multicast ([fb6014d](https://github.com/ReactiveX/RxJS/commit/fb6014d))
1580
+ - **observeOn:** add higher-order lettable version of observeOn ([feb0f5a](https://github.com/ReactiveX/RxJS/commit/feb0f5a))
1581
+ - **onErrorResumeNext:** add higher-order lettable version of onErrorResumeNext ([badec6a](https://github.com/ReactiveX/RxJS/commit/badec6a))
1582
+ - **operators:** higher-order lettables of reduce, min, max and defaultIfEmpty added ([9974fc2](https://github.com/ReactiveX/RxJS/commit/9974fc2))
1583
+ - **package:** rxjs distribution now supports main, module and es2015 keys in package.json ([988e1af](https://github.com/ReactiveX/RxJS/commit/988e1af))
1584
+ - **pairwise:** add higher-order lettable version of pairwise ([bb21a44](https://github.com/ReactiveX/RxJS/commit/bb21a44))
1585
+ - **partition:** add higher-order lettable version of partition ([595e588](https://github.com/ReactiveX/RxJS/commit/595e588))
1586
+ - **pipe:** add pipe method ot Observable ([9f6312d](https://github.com/ReactiveX/RxJS/commit/9f6312d))
1587
+ - **pipe:** add pipe utility function([42f9daf](https://github.com/ReactiveX/RxJS/commit/42f9daf))
1588
+ - **pluck:** add higher-order lettable version of pluck ([8ab0914](https://github.com/ReactiveX/RxJS/commit/8ab0914))
1589
+ - **publish:** add higher-order lettable variant of publish ([4ccf794](https://github.com/ReactiveX/RxJS/commit/4ccf794))
1590
+ - **publishBehavior:** add higher-order lettable version of publishBehavior ([e911aef](https://github.com/ReactiveX/RxJS/commit/e911aef))
1591
+ - **publishLast:** add higher-order lettable version of publishLast ([684728c](https://github.com/ReactiveX/RxJS/commit/684728c))
1592
+ - **publishReplay:** add higher-order lettable version of publishReplay ([2958917](https://github.com/ReactiveX/RxJS/commit/2958917))
1593
+ - **race:** add higher-order lettable version of race ([e646851](https://github.com/ReactiveX/RxJS/commit/e646851))
1594
+ - **refCount:** add higher-order lettable version of refCount ([21fba63](https://github.com/ReactiveX/RxJS/commit/21fba63))
1595
+ - **repeat:** add higher-order lettable version of repeat ([8473fe5](https://github.com/ReactiveX/RxJS/commit/8473fe5))
1596
+ - **repeatWhen:** add higher-order lettable version of repeatWhen ([1d1cecd](https://github.com/ReactiveX/RxJS/commit/1d1cecd))
1597
+ - **retry:** add higher-order lettable version of retry ([28e9b13](https://github.com/ReactiveX/RxJS/commit/28e9b13))
1598
+ - **retryWhen:** add higher-order lettable version of retryWhen ([1290e3c](https://github.com/ReactiveX/RxJS/commit/1290e3c))
1599
+ - **sample:** add higher-order lettable version of sample ([8c73e6e](https://github.com/ReactiveX/RxJS/commit/8c73e6e))
1600
+ - **sampleTime:** add higher-order lettable version of sampleTime ([ba6a9ce](https://github.com/ReactiveX/RxJS/commit/ba6a9ce))
1601
+ - **scan:** add higher-order lettable version of scan ([2cc5d75](https://github.com/ReactiveX/RxJS/commit/2cc5d75))
1602
+ - **sequenceEqual:** add higher-order lettable version of sequenceEqual ([7cd3165](https://github.com/ReactiveX/RxJS/commit/7cd3165))
1603
+ - **share:** add higher-order lettable version of share ([f10c42e](https://github.com/ReactiveX/RxJS/commit/f10c42e))
1604
+ - **shareReplay:** add higher-order lettable version of shareReplay ([e8be197](https://github.com/ReactiveX/RxJS/commit/e8be197))
1605
+ - **single:** add higher-order lettable version of single ([3bc050a](https://github.com/ReactiveX/RxJS/commit/3bc050a))
1606
+ - **skip:** add higher-order lettable version of skip ([baed383](https://github.com/ReactiveX/RxJS/commit/baed383))
1607
+ - **skipLast:** add higher-order lettable version of skipLast ([6e1ff3c](https://github.com/ReactiveX/RxJS/commit/6e1ff3c))
1608
+ - **skipUntil:** add higher-order lettable version of skipUntil ([6cc2cd6](https://github.com/ReactiveX/RxJS/commit/6cc2cd6))
1609
+ - **skipWhile:** add higher-order lettable version of skipWhile ([76d8ffa](https://github.com/ReactiveX/RxJS/commit/76d8ffa))
1610
+ - **subscribeOn:** add higher-order lettable version of subscribeOn ([866af37](https://github.com/ReactiveX/RxJS/commit/866af37))
1611
+ - **switchAll:** add higher-order lettable version of switch ([2f12572](https://github.com/ReactiveX/RxJS/commit/2f12572))
1612
+ - **switchMap:** add higher-order lettable version of switchMap ([b6e5b56](https://github.com/ReactiveX/RxJS/commit/b6e5b56))
1613
+ - **switchMapTo:** add higher-order lettable version of switchMapTo ([2640184](https://github.com/ReactiveX/RxJS/commit/2640184))
1614
+ - **take:** add higher-order lettable version of take ([089a5a6](https://github.com/ReactiveX/RxJS/commit/089a5a6))
1615
+ - **takeLast:** add higher-order lettable version of takeLast ([cd7e7dd](https://github.com/ReactiveX/RxJS/commit/cd7e7dd))
1616
+ - **takeUntil:** add higher-order lettable version of takeUntil ([bb2ddaa](https://github.com/ReactiveX/RxJS/commit/bb2ddaa))
1617
+ - **takeWhile:** add higher-order lettable version of takeWhile ([f86c862](https://github.com/ReactiveX/RxJS/commit/f86c862))
1618
+ - **tap:** add higher-order lettable version of do ([f85c60e](https://github.com/ReactiveX/RxJS/commit/f85c60e))
1619
+ - **throttle:** add higher-order lettable version of throttle ([e4dd1fd](https://github.com/ReactiveX/RxJS/commit/e4dd1fd))
1620
+ - **throttleTime:** add higher-order lettable version of throttleTime ([34a592d](https://github.com/ReactiveX/RxJS/commit/34a592d))
1621
+ - **timeInterval:** add higher-order lettable version of timeInterval ([fcad034](https://github.com/ReactiveX/RxJS/commit/fcad034))
1622
+ - **timeout:** add higher-order lettable version of timeout ([2546750](https://github.com/ReactiveX/RxJS/commit/2546750))
1623
+ - **timeoutWith:** add higher-order lettable version of timeoutWith ([bd7f5ed](https://github.com/ReactiveX/RxJS/commit/bd7f5ed))
1624
+ - **timestamp:** add higher-order lettable version of timestamp ([a780bf2](https://github.com/ReactiveX/RxJS/commit/a780bf2))
1625
+ - **toArray:** add higher-order lettable version of toArray ([82480cf](https://github.com/ReactiveX/RxJS/commit/82480cf))
1626
+ - **toArray:** add higher-order lettable version of toArray ([a03a50c](https://github.com/ReactiveX/RxJS/commit/a03a50c))
1627
+ - **toPromise:** add higher-order lettable version of toPromise ([1627da2](https://github.com/ReactiveX/RxJS/commit/1627da2))
1628
+ - **window:** add higher-order lettable version of window ([9f6373e](https://github.com/ReactiveX/RxJS/commit/9f6373e))
1629
+ - **windowCount:** add higher-order lettable version of windowCount ([2a9e54c](https://github.com/ReactiveX/RxJS/commit/2a9e54c))
1630
+ - **windowTime:** add higher-order lettable version of windowTime ([29ffa1b](https://github.com/ReactiveX/RxJS/commit/29ffa1b))
1631
+ - **windowToggle:** add higher-order lettable version of windowToggle ([81ec389](https://github.com/ReactiveX/RxJS/commit/81ec389))
1632
+ - **windowWhen:** add higher-order lettable version of windowWhen ([0b73208](https://github.com/ReactiveX/RxJS/commit/0b73208))
1633
+ - **withLatestFrom:** add higher-order lettable version of withLatestFrom ([509c97c](https://github.com/ReactiveX/RxJS/commit/509c97c))
1634
+ - **zip:** add higher-order lettable version of zip ([8a9b9b2](https://github.com/ReactiveX/RxJS/commit/8a9b9b2))
1635
+ - **zipAll:** add higher-order lettable version of zipAll ([f6bd51f](https://github.com/ReactiveX/RxJS/commit/f6bd51f))
1636
+
1637
+ <a name="5.4.3"></a>
1638
+
1639
+ ## [5.4.3](https://github.com/ReactiveX/RxJS/compare/5.4.2...v5.4.3) (2017-08-10)
1640
+
1641
+ ### Bug Fixes
1642
+
1643
+ - **compilation:** compiles under typescript 2.4.2 ([#2780](https://github.com/ReactiveX/RxJS/issues/2780)) ([d2a32f9](https://github.com/ReactiveX/RxJS/commit/d2a32f9))
1644
+ - **exports:** add exports for missing static operators: generate, ([08c4196](https://github.com/ReactiveX/RxJS/commit/08c4196))
1645
+
1646
+ <a name="5.4.2"></a>
1647
+
1648
+ ## [5.4.2](https://github.com/ReactiveX/RxJS/compare/5.4.1...v5.4.2) (2017-07-05)
1649
+
1650
+ ### Bug Fixes
1651
+
1652
+ - **Notification:** Don't reference `this` from static methods. ([9f8e375](https://github.com/ReactiveX/RxJS/commit/9f8e375))
1653
+ - **Subject:** lift signature is now appropriate for stricter TypeScript 2.4 checks ([#2722](https://github.com/ReactiveX/RxJS/issues/2722)) ([9804de7](https://github.com/ReactiveX/RxJS/commit/9804de7))
1654
+
1655
+ <a name="5.4.1"></a>
1656
+
1657
+ ## [5.4.1](https://github.com/ReactiveX/RxJS/compare/5.4.0...v5.4.1) (2017-06-14)
1658
+
1659
+ ### Bug Fixes
1660
+
1661
+ - **ajax:** Only set timeout & responseType if request is asynchronous ([#2486](https://github.com/ReactiveX/RxJS/issues/2486)) ([380fbcf](https://github.com/ReactiveX/RxJS/commit/380fbcf))
1662
+ - **audit:** will now properly mirror source if durations are Observable.empty() ([#2595](https://github.com/ReactiveX/RxJS/issues/2595)) ([6ded82e](https://github.com/ReactiveX/RxJS/commit/6ded82e))
1663
+ - **elementAt:** will now properly unsubscribe when it completes or errors ([#2501](https://github.com/ReactiveX/RxJS/issues/2501)) ([a400cab](https://github.com/ReactiveX/RxJS/commit/a400cab))
1664
+ - **ErrorObservable:** will now propagate errors properly when used in a `catch` after `fromPromise`. ([#2552](https://github.com/ReactiveX/RxJS/issues/2552)) ([cf88a20](https://github.com/ReactiveX/RxJS/commit/cf88a20))
1665
+ - **groupBy:** group duration notifiers will now properly unsubscribe and clean up ([#2662](https://github.com/ReactiveX/RxJS/issues/2662)) ([ab92083](https://github.com/ReactiveX/RxJS/commit/ab92083)), closes [#2660](https://github.com/ReactiveX/RxJS/issues/2660) [#2661](https://github.com/ReactiveX/RxJS/issues/2661)
1666
+ - **Observable:** errors thrown in observer/handlers without an operator applied will no longer be swallowed ([#2626](https://github.com/ReactiveX/RxJS/issues/2626)) ([c250afc](https://github.com/ReactiveX/RxJS/commit/c250afc)), closes [#2565](https://github.com/ReactiveX/RxJS/issues/2565)
1667
+ - **reduce:** type definitions overloads for TypeScript are now in proper order ([#2523](https://github.com/ReactiveX/RxJS/issues/2523)) ([ccc0647](https://github.com/ReactiveX/RxJS/commit/ccc0647))
1668
+ - **Schedulers:** Fix issue where canceling an asap or animationFrame action early could throw ([#2638](https://github.com/ReactiveX/RxJS/issues/2638)) ([fc39043](https://github.com/ReactiveX/RxJS/commit/fc39043))
1669
+
1670
+ <a name="5.4.0"></a>
1671
+
1672
+ # [5.4.0](https://github.com/ReactiveX/RxJS/) (2017-05-09)
1673
+
1674
+ ### Features
1675
+
1676
+ - **shareReplay:** adds `shareReplay` variant of `publishReplay` ([#2443](https://github.com/ReactiveX/RxJS/issues/2443)) ([5a2266a](https://github.com/ReactiveX/RxJS/commit/5a2266a))
1677
+ - **skipLast:** add skipLast operator ([#2316](https://github.com/ReactiveX/RxJS/issues/2316)) ([4ffbbe5](https://github.com/ReactiveX/RxJS/commit/4ffbbe5)), closes [#1404](https://github.com/ReactiveX/RxJS/issues/1404)
1678
+ - **TypeScript:** fromPromise accepts PromiseLike object ([#2505](https://github.com/ReactiveX/RxJS/issues/2505)) ([ade1fd5](https://github.com/ReactiveX/RxJS/commit/ade1fd5))
1679
+
1680
+ <a name="5.3.3"></a>
1681
+
1682
+ ## [5.3.3](https://github.com/ReactiveX/RxJS/compare/5.3.1...5.3.3) (2017-05-09)
1683
+
1684
+ ### Bug Fixes
1685
+
1686
+ - **delayWhen:** correctly handle synchronous duration observable ([#2589](https://github.com/ReactiveX/RxJS/issues/2589)) ([695f280](https://github.com/ReactiveX/RxJS/commit/695f280)), closes [#2587](https://github.com/ReactiveX/RxJS/issues/2587)
1687
+ - **race:** allow TypeScript support for array of observables other than rest param ([#2548](https://github.com/ReactiveX/RxJS/issues/2548)) ([ace553c](https://github.com/ReactiveX/RxJS/commit/ace553c))
1688
+ - **Subscriber:** do not call complete with undefined value param ([#2559](https://github.com/ReactiveX/RxJS/issues/2559)) ([3d63de2](https://github.com/ReactiveX/RxJS/commit/3d63de2))
1689
+
1690
+ **(NOTE: 5.3.2 was a broken release and was removed)**
1691
+
1692
+ <a name="5.3.1"></a>
1693
+
1694
+ ## [5.3.1](https://github.com/ReactiveX/RxJS/compare/5.3.0...v5.3.1) (2017-05-02)
1695
+
1696
+ ### Bug Fixes
1697
+
1698
+ - **AsyncAction:** rescheduling an action with the same delay before it has executed will now schedule appropriately. ([#2580](https://github.com/ReactiveX/RxJS/issues/2580)) ([281760e](https://github.com/ReactiveX/RxJS/commit/281760e))
1699
+ - **closure:** make root.ts work with closure ([#2546](https://github.com/ReactiveX/RxJS/issues/2546)) ([0ecf55d](https://github.com/ReactiveX/RxJS/commit/0ecf55d))
1700
+ - **tests:** add missing babel-polyfill to package.json ([b277ce9](https://github.com/ReactiveX/RxJS/commit/b277ce9)), closes [#2261](https://github.com/ReactiveX/RxJS/issues/2261)
1701
+ - **withLatestFrom:** change from hot to cold observable in marble test ([0c65446](https://github.com/ReactiveX/RxJS/commit/0c65446)), closes [#2526](https://github.com/ReactiveX/RxJS/issues/2526)
1702
+
1703
+ <a name="5.3.0"></a>
1704
+
1705
+ # [5.3.0](https://github.com/ReactiveX/RxJS/compare/5.2.0...v5.3.0) (2017-04-03)
1706
+
1707
+ ### Bug Fixes
1708
+
1709
+ - **catch:** return type is now the union of input types ([#2478](https://github.com/ReactiveX/RxJS/issues/2478)) ([840def0](https://github.com/ReactiveX/RxJS/commit/840def0))
1710
+ - **forEach:** fix a temporal dead zone issue in forEach. ([#2474](https://github.com/ReactiveX/RxJS/issues/2474)) ([e9e9801](https://github.com/ReactiveX/RxJS/commit/e9e9801))
1711
+ - **multicast:** Ensure ConnectableObservables returned by multicast are state-isolated. ([aaa9e6b](https://github.com/ReactiveX/RxJS/commit/aaa9e6b))
1712
+ - **reduce:** proper TypeScript signature overload ordering ([#2382](https://github.com/ReactiveX/RxJS/issues/2382)) ([f6a4951](https://github.com/ReactiveX/RxJS/commit/f6a4951)), closes [#2338](https://github.com/ReactiveX/RxJS/issues/2338)
1713
+ - **SafeSubscriber:** SafeSubscriber shouldn't mutate incoming Observers. ([a1778e0](https://github.com/ReactiveX/RxJS/commit/a1778e0))
1714
+ - **timeout:** Cancels scheduled timeout, if no longer needed ([3e9d529](https://github.com/ReactiveX/RxJS/commit/3e9d529)), closes [#2134](https://github.com/ReactiveX/RxJS/issues/2134) [#2244](https://github.com/ReactiveX/RxJS/issues/2244) [#2355](https://github.com/ReactiveX/RxJS/issues/2355) [#2347](https://github.com/ReactiveX/RxJS/issues/2347) [#2353](https://github.com/ReactiveX/RxJS/issues/2353) [#2254](https://github.com/ReactiveX/RxJS/issues/2254) [#2372](https://github.com/ReactiveX/RxJS/issues/2372) [#1301](https://github.com/ReactiveX/RxJS/issues/1301)
1715
+ - **zipAll:** complete when the source is empty ([712fece](https://github.com/ReactiveX/RxJS/commit/712fece))
1716
+
1717
+ ### Features
1718
+
1719
+ - **delayWhen:** add index to the selector function ([5d6291e](https://github.com/ReactiveX/RxJS/commit/5d6291e))
1720
+ - **symbol exports:** symbols now also exported without `$$` prefix to work with Babel UMD exporting ([#2435](https://github.com/ReactiveX/RxJS/issues/2435)) ([747bef6](https://github.com/ReactiveX/RxJS/commit/747bef6)), closes [#2415](https://github.com/ReactiveX/RxJS/issues/2415)
1721
+
1722
+ ### Performance Improvements
1723
+
1724
+ - **bufferCount:** optimize bufferCount operator ([#2359](https://github.com/ReactiveX/RxJS/issues/2359)) ([28d0883](https://github.com/ReactiveX/RxJS/commit/28d0883))
1725
+
1726
+ ### April Fools
1727
+
1728
+ - **smooth:** `smooth()` was never really a thing. Sorry, folks. :D
1729
+
1730
+ <a name="5.2.0"></a>
1731
+
1732
+ # [5.2.0](https://github.com/ReactiveX/RxJS/compare/5.1.1...v5.2.0) (2017-02-21)
1733
+
1734
+ ### Bug Fixes
1735
+
1736
+ - **ajax:** will set `withCredentials` after `open` on XHR for IE10 ([#2332](https://github.com/ReactiveX/RxJS/issues/2332)) ([0ab1d3b](https://github.com/ReactiveX/RxJS/commit/0ab1d3b))
1737
+ - **bindCallback:** emit undefined when callback is without arguments ([915a2a8](https://github.com/ReactiveX/RxJS/commit/915a2a8))
1738
+ - **bindNodeCallback:** emit undefined when callback has no success arguments ([8b81fc6](https://github.com/ReactiveX/RxJS/commit/8b81fc6)), closes [#2254](https://github.com/ReactiveX/RxJS/issues/2254)
1739
+ - **bindNodeCallback:** errors thrown in callback will be scheduled if a scheduler is provided ([#2344](https://github.com/ReactiveX/RxJS/issues/2344)) ([82ec4f1](https://github.com/ReactiveX/RxJS/commit/82ec4f1))
1740
+ - **concat:** will now return Observable when given a single object implementing Symbol.observable ([#2387](https://github.com/ReactiveX/RxJS/issues/2387)) ([f5d035a](https://github.com/ReactiveX/RxJS/commit/f5d035a))
1741
+ - **ErrorObservable:** remove type constraint to error value ([2f951cd](https://github.com/ReactiveX/RxJS/commit/2f951cd)), closes [#2395](https://github.com/ReactiveX/RxJS/issues/2395)
1742
+ - **forkJoin:** add type signature for single observable with selector ([7983b91](https://github.com/ReactiveX/RxJS/commit/7983b91)), closes [#2347](https://github.com/ReactiveX/RxJS/issues/2347)
1743
+ - **merge:** return Observable when called with single lowerCaseO ([85752eb](https://github.com/ReactiveX/RxJS/commit/85752eb))
1744
+ - **mergeAll:** introduce variant support <T, R> for mergeMap ([656f2b3](https://github.com/ReactiveX/RxJS/commit/656f2b3)), closes [#2372](https://github.com/ReactiveX/RxJS/issues/2372)
1745
+ - **single:** predicate function receives indices starting at 0 ([#2396](https://github.com/ReactiveX/RxJS/issues/2396)) ([c81882f](https://github.com/ReactiveX/RxJS/commit/c81882f))
1746
+ - **subscribeToResult:** accept array-like as result ([14685ba](https://github.com/ReactiveX/RxJS/commit/14685ba))
1747
+
1748
+ ### Features
1749
+
1750
+ - **webSocket:** Add binaryType to config object ([86acbd1](https://github.com/ReactiveX/RxJS/commit/86acbd1)), closes [#2353](https://github.com/ReactiveX/RxJS/issues/2353)
1751
+ - **windowTime:** maxWindowSize parameter in windowTime operator ([381be3f](https://github.com/ReactiveX/RxJS/commit/381be3f)), closes [#1301](https://github.com/ReactiveX/RxJS/issues/1301)
1752
+
1753
+ <a name="5.1.1"></a>
1754
+
1755
+ ## [5.1.1](https://github.com/ReactiveX/RxJS/compare/5.1.0...v5.1.1) (2017-02-13)
1756
+
1757
+ ### Bug Fixes
1758
+
1759
+ - **bindCallback:** input function context can now be properly set via output function ([#2319](https://github.com/ReactiveX/RxJS/issues/2319)) ([cb91c76](https://github.com/ReactiveX/RxJS/commit/cb91c76))
1760
+ - **bindNodeCallback:** input function context can now be properly set via output function ([#2320](https://github.com/ReactiveX/RxJS/issues/2320)) ([3ec315d](https://github.com/ReactiveX/RxJS/commit/3ec315d))
1761
+ - **Subscription:** fold ChildSubscription logic into Subscriber to prevent operators from leaking ChildSubscriptions. ([#2360](https://github.com/ReactiveX/RxJS/issues/2360)) ([22e4c17](https://github.com/ReactiveX/RxJS/commit/22e4c17)), closes [#2244](https://github.com/ReactiveX/RxJS/issues/2244) [#2355](https://github.com/ReactiveX/RxJS/issues/2355)
1762
+
1763
+ <a name="5.1.0"></a>
1764
+
1765
+ # [5.1.0](https://github.com/ReactiveX/RxJS/compare/5.0.3...v5.1.0) (2017-02-01)
1766
+
1767
+ ### Bug Fixes
1768
+
1769
+ - **catch:** update the catch operator to dispose inner subscriptions if the catch subscription is di ([#2271](https://github.com/ReactiveX/RxJS/issues/2271)) ([8a1e089](https://github.com/ReactiveX/RxJS/commit/8a1e089))
1770
+ - **combineLatest:** Don't mutate array of observables passed to ([#2276](https://github.com/ReactiveX/RxJS/issues/2276)) ([9b73c46](https://github.com/ReactiveX/RxJS/commit/9b73c46))
1771
+ - **ISubscription:** update type definition of ISubscription::closed ([#2249](https://github.com/ReactiveX/RxJS/issues/2249)) ([0c304a2](https://github.com/ReactiveX/RxJS/commit/0c304a2))
1772
+ - **Observable:** Ensure the generic type of the Observer passed to Observable's initializer function is the same. ([51a0bc1](https://github.com/ReactiveX/RxJS/commit/51a0bc1)), closes [#2166](https://github.com/ReactiveX/RxJS/issues/2166)
1773
+ - **Observable:** errors thrown during subscription are now properly sent down error channel ([#2313](https://github.com/ReactiveX/RxJS/issues/2313)) ([d4a9aac](https://github.com/ReactiveX/RxJS/commit/d4a9aac)), closes [#1833](https://github.com/ReactiveX/RxJS/issues/1833)
1774
+ - **reduce:** index will properly start at 1 if no seed is provided, to match native Array reduce behavior ([30a4ca4](https://github.com/ReactiveX/RxJS/commit/30a4ca4)), closes [#2290](https://github.com/ReactiveX/RxJS/issues/2290)
1775
+ - **repeatWhen:** resulting observable will wait for the source to complete, even if a hot notifier completes first. ([#2209](https://github.com/ReactiveX/RxJS/issues/2209)) ([c65a098](https://github.com/ReactiveX/RxJS/commit/c65a098)), closes [#2054](https://github.com/ReactiveX/RxJS/issues/2054)
1776
+ - **Subject:** ensure subject properly throws ObjectUnsubscribedError when unsubscribed then resubscribed to ([#2318](https://github.com/ReactiveX/RxJS/issues/2318)) ([41489eb](https://github.com/ReactiveX/RxJS/commit/41489eb))
1777
+ - **TestScheduler:** helper methods return proper types, `HotObservable` and `ColdObservable` instead of Observable ([#2305](https://github.com/ReactiveX/RxJS/issues/2305)) ([758aae9](https://github.com/ReactiveX/RxJS/commit/758aae9))
1778
+ - **windowTime:** ensure windows created when only a timespan is passed are closed and cleaned up properly. ([#2278](https://github.com/ReactiveX/RxJS/issues/2278)) ([d4533c4](https://github.com/ReactiveX/RxJS/commit/d4533c4))
1779
+
1780
+ ### Features
1781
+
1782
+ - **fromEventPattern:** support optional removeHandler ([86960c2](https://github.com/ReactiveX/RxJS/commit/86960c2))
1783
+ - **fromEventPattern:** support pass signal from addHandler to removeHandler ([01d0622](https://github.com/ReactiveX/RxJS/commit/01d0622))
1784
+
1785
+ <a name="5.0.3"></a>
1786
+
1787
+ ## [5.0.3](https://github.com/ReactiveX/RxJS/compare/5.0.2...v5.0.3) (2017-01-05)
1788
+
1789
+ ### Bug Fixes
1790
+
1791
+ - **observeOn:** seal memory leak involving old notifications ([9664a38](https://github.com/ReactiveX/RxJS/commit/9664a38)), closes [#2244](https://github.com/ReactiveX/RxJS/issues/2244)
1792
+ - **Subscription:** `add` will return Subscription that `remove`s itself when unsubscribed ([375d4a5](https://github.com/ReactiveX/RxJS/commit/375d4a5))
1793
+ - **TypeScript:** interfaces that accepted `Scheduler` now accept `IScheduler` interface ([a0d28a8](https://github.com/ReactiveX/RxJS/commit/a0d28a8))
1794
+
1795
+ <a name="5.0.2"></a>
1796
+
1797
+ ## [5.0.2](https://github.com/ReactiveX/RxJS/compare/5.0.1...v5.0.2) (2016-12-23)
1798
+
1799
+ ### Bug Fixes
1800
+
1801
+ - **ajax:** upload progress is now set correctly ([#2200](https://github.com/ReactiveX/RxJS/issues/2200)) ([1a83041](https://github.com/ReactiveX/RxJS/commit/1a83041))
1802
+ - **groupBy:** Fix groupBy to dispose of outer subscription. ([#2201](https://github.com/ReactiveX/RxJS/issues/2201)) ([2269618](https://github.com/ReactiveX/RxJS/commit/2269618))
1803
+
1804
+ <a name="5.0.1"></a>
1805
+
1806
+ ## [5.0.1](https://github.com/ReactiveX/RxJS/compare/5.0.0...v5.0.1) (2016-12-13)
1807
+
1808
+ ### Bug Fixes
1809
+
1810
+ - **TypeScript:** pin to TypeScript 2.0.x, fix errors with Error subclassing ([300504c](https://github.com/ReactiveX/RxJS/commit/300504c))
1811
+
1812
+ <a name="5.0.0"></a>
1813
+
1814
+ # [5.0.0](https://github.com/ReactiveX/RxJS/compare/5.0.0-rc.5...v5.0.0) (2016-12-13)
1815
+
1816
+ ### Bug Fixes
1817
+
1818
+ - **race:** unsubscribe raced observables with immediate scheduler ([#2158](https://github.com/ReactiveX/RxJS/issues/2158)) ([7dd533b](https://github.com/ReactiveX/RxJS/commit/7dd533b))
1819
+ - **SubscribeOnObservable:** Add the source subscription to the action disposable so the source will ([64e3815](https://github.com/ReactiveX/RxJS/commit/64e3815))
1820
+
1821
+ <a name="5.0.0-rc.5"></a>
1822
+
1823
+ # [5.0.0-rc.5](https://github.com/ReactiveX/RxJS/compare/5.0.0-rc.4...v5.0.0-rc.5) (2016-12-07)
1824
+
1825
+ ### Bug Fixes
1826
+
1827
+ - **AjaxObservable:** catch XHR send failures to observer ([#2159](https://github.com/ReactiveX/RxJS/issues/2159)) ([128fb9c](https://github.com/ReactiveX/RxJS/commit/128fb9c))
1828
+ - **distinctKey:** Removed accidental leftover reference of `distinctKey` ([9fd8096](https://github.com/ReactiveX/RxJS/commit/9fd8096)), closes [#2161](https://github.com/ReactiveX/RxJS/issues/2161)
1829
+ - **errors:** Better error message when you return non-observable things, ([#2152](https://github.com/ReactiveX/RxJS/issues/2152)) ([86a909c](https://github.com/ReactiveX/RxJS/commit/86a909c)), closes [#215](https://github.com/ReactiveX/RxJS/issues/215)
1830
+ - **event:** uses `Object.prototype.toString.call` on objects ([#2143](https://github.com/ReactiveX/RxJS/issues/2143)) ([e036e79](https://github.com/ReactiveX/RxJS/commit/e036e79))
1831
+ - **typings:** type guard support for `last`, `first`, `find` and `filter`. ([5f2e849](https://github.com/ReactiveX/RxJS/commit/5f2e849))
1832
+
1833
+ ### Features
1834
+
1835
+ - **timeout:** remove `errorToSend` argument, always throw TimeoutError ([#2172](https://github.com/ReactiveX/RxJS/issues/2172)) ([98ea3d2](https://github.com/ReactiveX/RxJS/commit/98ea3d2))
1836
+
1837
+ ### BREAKING CHANGES
1838
+
1839
+ - timeout: `timeout` no longer accepts the `errorToSend` argument
1840
+
1841
+ related #2141
1842
+
1843
+ <a name="5.0.0-rc.4"></a>
1844
+
1845
+ # [5.0.0-rc.4](https://github.com/ReactiveX/RxJS/compare/5.0.0-rc.3...v5.0.0-rc.4) (2016-11-19)
1846
+
1847
+ ### Bug Fixes
1848
+
1849
+ - **partition:** handles `thisArg` as expected ([#2138](https://github.com/ReactiveX/RxJS/issues/2138)) ([6cf7296](https://github.com/ReactiveX/RxJS/commit/6cf7296))
1850
+ - **timeout:** throw traceable TimeoutError ([#2132](https://github.com/ReactiveX/RxJS/issues/2132)) ([9ebc46b](https://github.com/ReactiveX/RxJS/commit/9ebc46b))
1851
+
1852
+ <a name="5.0.0-rc.3"></a>
1853
+
1854
+ # [5.0.0-rc.3](https://github.com/ReactiveX/RxJS/compare/5.0.0-rc.2...v5.0.0-rc.3) (2016-11-15)
1855
+
1856
+ ### Bug Fixes
1857
+
1858
+ - **typings:** You no longer have to install the type definition for chai ([#2112](https://github.com/ReactiveX/rxjs/issues/2112))
1859
+
1860
+ ### Features
1861
+
1862
+ - **filter:** support type guards without casting ([68b7922](https://github.com/ReactiveX/RxJS/commit/68b7922))
1863
+ - **find:** support type guards without casting ([9058bf6](https://github.com/ReactiveX/RxJS/commit/9058bf6))
1864
+ - **first:** support type guards without casting ([3aa1988](https://github.com/ReactiveX/RxJS/commit/3aa1988))
1865
+ - **last:** support type guards without casting ([07ecd5e](https://github.com/ReactiveX/RxJS/commit/07ecd5e))
1866
+
1867
+ <a name="5.0.0-rc.2"></a>
1868
+
1869
+ # [5.0.0-rc.2](https://github.com/ReactiveX/RxJS/compare/5.0.0-rc.1...v5.0.0-rc.2) (2016-11-05)
1870
+
1871
+ ### Bug Fixes
1872
+
1873
+ - **AjaxObservable:** remove needless type param R from AjaxObservable.getJSON() ([#2069](https://github.com/ReactiveX/RxJS/issues/2069)) ([0c3d4a4](https://github.com/ReactiveX/RxJS/commit/0c3d4a4))
1874
+ - **bufferCount:** will behave as expected when `startBufferEvery` is less than `bufferSize` ([#2076](https://github.com/ReactiveX/RxJS/issues/2076)) ([d13dbb4](https://github.com/ReactiveX/RxJS/commit/d13dbb4)), closes [#2062](https://github.com/ReactiveX/RxJS/issues/2062)
1875
+ - **build_docs:** fix doc building ([#1974](https://github.com/ReactiveX/RxJS/issues/1974)) ([1bbbe8b](https://github.com/ReactiveX/RxJS/commit/1bbbe8b))
1876
+ - **ErrorObservable:** Add generic error type for ErrorObservable. ([#2071](https://github.com/ReactiveX/RxJS/issues/2071)) ([9df86ba](https://github.com/ReactiveX/RxJS/commit/9df86ba))
1877
+ - **first:** will now only emit one value in recursive cases ([#2100](https://github.com/ReactiveX/RxJS/issues/2100)) ([a047e7a](https://github.com/ReactiveX/RxJS/commit/a047e7a)), closes [#2098](https://github.com/ReactiveX/RxJS/issues/2098)
1878
+ - **fromEvent:** Throw if event target is invalid ([#2107](https://github.com/ReactiveX/RxJS/issues/2107)) ([147ce3e](https://github.com/ReactiveX/RxJS/commit/147ce3e))
1879
+ - **IteratorObservable:** clarify the return type of IteratorObservable.create() ([#2070](https://github.com/ReactiveX/RxJS/issues/2070)) ([4f0f865](https://github.com/ReactiveX/RxJS/commit/4f0f865))
1880
+ - **IteratorObservable:** Observables `from` generators will now finalize when subscription ends ([22d286a](https://github.com/ReactiveX/RxJS/commit/22d286a)), closes [#1938](https://github.com/ReactiveX/RxJS/issues/1938)
1881
+ - **multicast:** fix a bug that caused multicast to omit messages after termination ([#2021](https://github.com/ReactiveX/RxJS/issues/2021)) ([44fbc14](https://github.com/ReactiveX/RxJS/commit/44fbc14))
1882
+ - **Notification:** `materialize` output will now match Rx4 ([#2106](https://github.com/ReactiveX/RxJS/issues/2106)) ([c83bab9](https://github.com/ReactiveX/RxJS/commit/c83bab9)), closes [#2105](https://github.com/ReactiveX/RxJS/issues/2105)
1883
+ - **Object.assign:** stop polyfilling Object assign ([#2080](https://github.com/ReactiveX/RxJS/issues/2080)) ([b5f8ab3](https://github.com/ReactiveX/RxJS/commit/b5f8ab3))
1884
+ - **Observable/Ajax:** mount properties to origin readystatechange fn ([#2025](https://github.com/ReactiveX/RxJS/issues/2025)) ([76a9abb](https://github.com/ReactiveX/RxJS/commit/76a9abb))
1885
+ - **operator/do:** fix typings ([9a40297](https://github.com/ReactiveX/RxJS/commit/9a40297))
1886
+ - **reduce/scan:** both scan/reduce operators now accepts `undefined` itself as a valid seed ([#2050](https://github.com/ReactiveX/RxJS/issues/2050)) ([fee7585](https://github.com/ReactiveX/RxJS/commit/fee7585)), closes [#2047](https://github.com/ReactiveX/RxJS/issues/2047)
1887
+ - **ReplaySubject:** observer now subscribed prior to running subscription function ([#2046](https://github.com/ReactiveX/RxJS/issues/2046)) ([fea08e9](https://github.com/ReactiveX/RxJS/commit/fea08e9)), closes [#2044](https://github.com/ReactiveX/RxJS/issues/2044)
1888
+ - **sample:** source is now subscribed to before the notifier ([ffe99e8](https://github.com/ReactiveX/RxJS/commit/ffe99e8)), closes [#2075](https://github.com/ReactiveX/RxJS/issues/2075)
1889
+ - **Symbol.iterator:** will not polyfill Symbol iterator unless Symbol exists ([#2082](https://github.com/ReactiveX/RxJS/issues/2082)) ([1138c99](https://github.com/ReactiveX/RxJS/commit/1138c99))
1890
+ - **typings:** fixed Subject<T>.lift to have the same shape as Observable<T>.lift ([b07f597](https://github.com/ReactiveX/RxJS/commit/b07f597))
1891
+ - **WebSocketSubject.prototype.multiplex:** no longer nulls out socket after first unsubscribe ([#2039](https://github.com/ReactiveX/RxJS/issues/2039)) ([a5e9cfe](https://github.com/ReactiveX/RxJS/commit/a5e9cfe)), closes [#2037](https://github.com/ReactiveX/RxJS/issues/2037)
1892
+
1893
+ ### Features
1894
+
1895
+ - **distinct:** remove `distinctKey`, `distinct` signature change and perf improvements ([#2049](https://github.com/ReactiveX/RxJS/issues/2049)) ([89612b2](https://github.com/ReactiveX/RxJS/commit/89612b2)), closes [#2009](https://github.com/ReactiveX/RxJS/issues/2009)
1896
+ - **groupBy:** Adds subjectSelector argument to groupBy ([#2023](https://github.com/ReactiveX/RxJS/issues/2023)) ([f94ceb9](https://github.com/ReactiveX/RxJS/commit/f94ceb9))
1897
+ - **typescript:** remove dependency to 3rd party es2015 definition ([#2027](https://github.com/ReactiveX/RxJS/issues/2027)) ([4c31974](https://github.com/ReactiveX/RxJS/commit/4c31974)), closes [#2016](https://github.com/ReactiveX/RxJS/issues/2016)
1898
+
1899
+ ### BREAKING CHANGES
1900
+
1901
+ - Notification: `Notification.prototype.exception` is now `Notification.prototype.error` to match Rx4 semantics
1902
+ - Symbol.iterator: RxJS will no longer polyfill `Symbol.iterator` if `Symbol` does not exist. This may break code that inadvertently relies on this behavior
1903
+ - Object.assign: RxJS will no longer polyfill `Object.assign`. It does
1904
+ not require `Object.assign` to function, however, your code may be
1905
+ inadvertently relying on this polyfill.
1906
+ - AjaxObservable: Observable.ajax.getJSON() now only supports a single type parameter,
1907
+ `getJSON<T>(url: string, headers?: Object): Observable<T>`.
1908
+ The extra type parameter it accepted previously was superfluous.
1909
+ - distinct: `distinctKey` has been removed. Use `distinct`
1910
+ - distinct: `distinct` operator has changed, first argument is an
1911
+ optional `keySelector`. The custom `compare` function is no longer
1912
+ supported.
1913
+
1914
+ <a name="5.0.0-rc.1"></a>
1915
+
1916
+ # [5.0.0-rc.1](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.12...v5.0.0-rc.1) (2016-10-11)
1917
+
1918
+ ### Bug Fixes
1919
+
1920
+ - **AjaxObservable:** Fix for [#1921](https://github.com/ReactiveX/RxJS/issues/1921) exposed AjaxObservable unsubscription error calling xhr.abort(). ([4d23f87](https://github.com/ReactiveX/RxJS/commit/4d23f87))
1921
+ - **AnonymousSubject:** is now exposed on Rx namespace ([0a6f049](https://github.com/ReactiveX/RxJS/commit/0a6f049)), closes [#2002](https://github.com/ReactiveX/RxJS/issues/2002)
1922
+ - **bufferTime:** no errors with take after bufferTime with maxBufferSize ([ecec640](https://github.com/ReactiveX/RxJS/commit/ecec640)), closes [#1944](https://github.com/ReactiveX/RxJS/issues/1944)
1923
+ - **docs:** Fix esdoc for Observable.merge spread argument ([b794e9b](https://github.com/ReactiveX/RxJS/commit/b794e9b))
1924
+ - **Observer:** fix Observable#subscribe() signature to suggest correct usable ([459d2a2](https://github.com/ReactiveX/RxJS/commit/459d2a2))
1925
+ - **operator:** Fix take to complete when the source is re-entrant. ([86615cb](https://github.com/ReactiveX/RxJS/commit/86615cb))
1926
+ - **root:** find global context (window/self/global) in a more safe way ([a098132](https://github.com/ReactiveX/RxJS/commit/a098132)), closes [#1930](https://github.com/ReactiveX/RxJS/issues/1930)
1927
+ - **schedulers:** Queue, Asap, and AnimationFrame Schedulers should be Async if delay > 0 ([d5c682c](https://github.com/ReactiveX/RxJS/commit/d5c682c))
1928
+ - **util/toSubscriber:** Supplies the Subscriber constructor with emptyObserver as destination if no ([8e7e4e3](https://github.com/ReactiveX/RxJS/commit/8e7e4e3))
1929
+ - **WebSocketSubject:** ensure all internal state properly reset when socket is nulled out ([62d242e](https://github.com/ReactiveX/RxJS/commit/62d242e)), closes [#1863](https://github.com/ReactiveX/RxJS/issues/1863)
1930
+
1931
+ ### Features
1932
+
1933
+ - **cache:** remove `cache` operator ([1b23ace](https://github.com/ReactiveX/RxJS/commit/1b23ace))
1934
+ - **ES2015:** stop publishing `rxjs-es`, ES2015 output no longer included in `@reactivex/rxjs` package under `/dist/es6` ([6be9968](https://github.com/ReactiveX/RxJS/commit/6be9968)), closes [#1671](https://github.com/ReactiveX/RxJS/issues/1671)
1935
+ - **filter:** Observable<T>.filter() can take type guard as the predicate function ([d62fbf0](https://github.com/ReactiveX/RxJS/commit/d62fbf0))
1936
+ - **find:** Observable<T>.find() can take type guard as the predicate function ([b952718](https://github.com/ReactiveX/RxJS/commit/b952718))
1937
+ - **first:** Observable<T>.first() can take type guard as the predicate function ([f99ca49](https://github.com/ReactiveX/RxJS/commit/f99ca49))
1938
+ - **last:** Observable<T>.last() can take type guard as the predicate function ([76a8a57](https://github.com/ReactiveX/RxJS/commit/76a8a57))
1939
+ - **operators:** Use lift in the operators that don't currently use lift. ([68af9ef](https://github.com/ReactiveX/RxJS/commit/68af9ef))
1940
+ - **TypeScript:** update TypeScript to v2.0 ([3478b0b](https://github.com/ReactiveX/RxJS/commit/3478b0b))
1941
+
1942
+ ### BREAKING CHANGES
1943
+
1944
+ - **cache:** The .cache() operator has been removed, pending further discussion ([1b23ace](https://github.com/ReactiveX/RxJS/commit/1b23ace))
1945
+ - ES2015: `rxjs-es` is no longer being published
1946
+ - ES2015: `@reactivex/rxjs` no longer has `/dist/es6` output
1947
+
1948
+ related #2016
1949
+ related #1992
1950
+
1951
+ - package.json: TypeScript definitions are now for TS 2.0 and higher
1952
+
1953
+ Even if we use getter for class, they are marked with `readonly` properties
1954
+ in d.ts.
1955
+
1956
+ - operators: Removes MulticastObservable subclass in favor of a MulticastOperator.
1957
+
1958
+ <a name="5.0.0-beta.12"></a>
1959
+
1960
+ # [5.0.0-beta.12](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.11...v5.0.0-beta.12) (2016-09-09)
1961
+
1962
+ ### Bug Fixes
1963
+
1964
+ - **ajaxObservable:** remove implicit dependency to map operator patch ([1744ae9](https://github.com/ReactiveX/RxJS/commit/1744ae9)), closes [#1874](https://github.com/ReactiveX/RxJS/issues/1874)
1965
+ - **AjaxObservable:** return null value from JSON.Parse (#1904) ([6ba374e](https://github.com/ReactiveX/RxJS/commit/6ba374e))
1966
+ - **catch:** removed unneeded overload for catch ([dd0e586](https://github.com/ReactiveX/RxJS/commit/dd0e586))
1967
+ - **max:** do not return comparer values ([f454e93](https://github.com/ReactiveX/RxJS/commit/f454e93)), closes [#1892](https://github.com/ReactiveX/RxJS/issues/1892)
1968
+ - **min:** do not return comparer values ([222fd17](https://github.com/ReactiveX/RxJS/commit/222fd17)), closes [#1892](https://github.com/ReactiveX/RxJS/issues/1892)
1969
+ - **operators:** export reserved name operators on prototype ([34c39dd](https://github.com/ReactiveX/RxJS/commit/34c39dd)), closes [#1924](https://github.com/ReactiveX/RxJS/issues/1924)
1970
+ - **VirtualTimeScheduler:** remove default maxFrame limit ([1de86f1](https://github.com/ReactiveX/RxJS/commit/1de86f1)), closes [#1889](https://github.com/ReactiveX/RxJS/issues/1889)
1971
+ - **WebSocketSubject:** pass constructor errors onto observable ([49c7d67](https://github.com/ReactiveX/RxJS/commit/49c7d67))
1972
+
1973
+ ### Features
1974
+
1975
+ - **operator:** Add repeatWhen operator ([c288d88](https://github.com/ReactiveX/RxJS/commit/c288d88))
1976
+ - **sequenceEqual:** adds sequenceEqual operator ([3c30293](https://github.com/ReactiveX/RxJS/commit/3c30293)), closes [#1882](https://github.com/ReactiveX/RxJS/issues/1882)
1977
+
1978
+ <a name="5.0.0-beta.11"></a>
1979
+
1980
+ # [5.0.0-beta.11](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.10...v5.0.0-beta.11) (2016-08-09)
1981
+
1982
+ ### Bug Fixes
1983
+
1984
+ - **ajaxObservable:** only set default Content-Type header when no body is sent (#1830) ([5a895e8](https://github.com/ReactiveX/RxJS/commit/5a895e8))
1985
+ - **AjaxObservable:** drop resultSelector support in ajax method ([7a77437](https://github.com/ReactiveX/RxJS/commit/7a77437)), closes [#1783](https://github.com/ReactiveX/RxJS/issues/1783)
1986
+ - **AsyncSubject:** do not allow change value after complete ([801f282](https://github.com/ReactiveX/RxJS/commit/801f282)), closes [#1800](https://github.com/ReactiveX/RxJS/issues/1800)
1987
+ - **BoundNodeCallbackObservable:** cast to `any` to access to private field in `source` ([54f342f](https://github.com/ReactiveX/RxJS/commit/54f342f))
1988
+ - **catch:** accept selector returns ObservableInput ([e55c62d](https://github.com/ReactiveX/RxJS/commit/e55c62d)), closes [#1857](https://github.com/ReactiveX/RxJS/issues/1857)
1989
+ - **combineLatest:** emit unique array instances with the default projection ([2e30fd1](https://github.com/ReactiveX/RxJS/commit/2e30fd1))
1990
+ - **Observable.from:** standardise arguments (remove map/context) ([aa30af2](https://github.com/ReactiveX/RxJS/commit/aa30af2))
1991
+ - **schedulers:** fix asap and animationFrame schedulers to execute across async boundaries. (#182 ([548ec2a](https://github.com/ReactiveX/RxJS/commit/548ec2a)), closes [(#1820](https://github.com/(/issues/1820) [#1814](https://github.com/ReactiveX/RxJS/issues/1814)
1992
+ - **subscribeToResult:** update subscription to iterables ([5d6339a](https://github.com/ReactiveX/RxJS/commit/5d6339a))
1993
+ - **WebSocketSubject:** prevent early close (#1831) ([848a527](https://github.com/ReactiveX/RxJS/commit/848a527)), closes [(#1831](https://github.com/(/issues/1831)
1994
+
1995
+ ### Features
1996
+
1997
+ - **fromEvent:** Pass through event listener options (#1845) ([8f0dc01](https://github.com/ReactiveX/RxJS/commit/8f0dc01))
1998
+ - **PairsObservable:** add PairsObservable creation method ([26bafff](https://github.com/ReactiveX/RxJS/commit/26bafff)), closes [#1804](https://github.com/ReactiveX/RxJS/issues/1804)
1999
+
2000
+ ### BREAKING CHANGES
2001
+
2002
+ - Observable.from: - Observable.from no longer supports the optional map function and associated context argument.
2003
+ This change has been reflected in the related constructors and their properties have been standardised.
2004
+ - AjaxObservable: ajax.\*() method no longer support resultSelector, encourage to use `map` instead
2005
+
2006
+ <a name="5.0.0-beta.10"></a>
2007
+
2008
+ # [5.0.0-beta.10](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.9...v5.0.0-beta.10) (2016-07-06)
2009
+
2010
+ ### Bug Fixes
2011
+
2012
+ - **AjaxObservable:** ignore content-type for formdata (#1746) ([43d05e7](https://github.com/ReactiveX/RxJS/commit/43d05e7))
2013
+ - **AjaxObservable:** support withCredentials for CORS request ([8084572](https://github.com/ReactiveX/RxJS/commit/8084572)), closes [#1732](https://github.com/ReactiveX/RxJS/issues/1732) [#1711](https://github.com/ReactiveX/RxJS/issues/1711)
2014
+ - **babel:** fix an issue where babel could not compile `Scheduler.async` (#1807) ([12c5c74](https://github.com/ReactiveX/RxJS/commit/12c5c74)), closes [(#1807](https://github.com/(/issues/1807) [#1806](https://github.com/ReactiveX/RxJS/issues/1806)
2015
+ - **bufferTime:** handle closing context when synchronously unsubscribed ([4ce4433](https://github.com/ReactiveX/RxJS/commit/4ce4433)), closes [#1763](https://github.com/ReactiveX/RxJS/issues/1763)
2016
+ - **multicast:** Fixes multicast with selector to create a new source connection per subscriber. ([c3ac852](https://github.com/ReactiveX/RxJS/commit/c3ac852)), closes [(#1774](https://github.com/(/issues/1774)
2017
+ - **Subject:** allow optional next value in type definition ([3e0c6d9](https://github.com/ReactiveX/RxJS/commit/3e0c6d9)), closes [#1728](https://github.com/ReactiveX/RxJS/issues/1728)
2018
+ - **WebSocketSubject:** respect WebSocketCtor, support source/destination arguments in constructor. (#179 ([cd8cdd0](https://github.com/ReactiveX/RxJS/commit/cd8cdd0)), closes [#1745](https://github.com/ReactiveX/RxJS/issues/1745) [#1784](https://github.com/ReactiveX/RxJS/issues/1784)
2019
+
2020
+ <a name="5.0.0-beta.9"></a>
2021
+
2022
+ # [5.0.0-beta.9](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.8...v5.0.0-beta.9) (2016-06-14)
2023
+
2024
+ ### Bug Fixes
2025
+
2026
+ - **cache:** get correct caching behavior (#1765) ([cb0b806](https://github.com/ReactiveX/RxJS/commit/cb0b806)), closes [#1628](https://github.com/ReactiveX/RxJS/issues/1628)
2027
+ - **ConnectableObservable:** fix ConnectableObservable connection handling issue ([41ce80c](https://github.com/ReactiveX/RxJS/commit/41ce80c))
2028
+ - **typings:** make HotObservable.\_subscribe protected ([1c3d6ea](https://github.com/ReactiveX/RxJS/commit/1c3d6ea))
2029
+ - **WebSocketSubject:** WebSocketSubject will now chain operators properly (#1752) ([bf54db4](https://github.com/ReactiveX/RxJS/commit/bf54db4)), closes [#1745](https://github.com/ReactiveX/RxJS/issues/1745)
2030
+ - **window:** don't track internal window subjects as subscriptions. ([f3357b9](https://github.com/ReactiveX/RxJS/commit/f3357b9))
2031
+
2032
+ ### Performance Improvements
2033
+
2034
+ - **fromEventPattern:** ~3x improvement in speed ([3dc1c00](https://github.com/ReactiveX/RxJS/commit/3dc1c00))
2035
+
2036
+ <a name="5.0.0-beta.8"></a>
2037
+
2038
+ # [5.0.0-beta.8](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.7...v5.0.0-beta.8) (2016-05-22)
2039
+
2040
+ ### Bug Fixes
2041
+
2042
+ - **AnonymousSubject:** allow anonymous observers as destination ([0e2c28b](https://github.com/ReactiveX/RxJS/commit/0e2c28b))
2043
+ - **combineLatest:** rxjs/observable/combineLatest is now properly exported ([21fab73](https://github.com/ReactiveX/RxJS/commit/21fab73)), closes [#1722](https://github.com/ReactiveX/RxJS/issues/1722)
2044
+ - **ConnectableObservable:** fix race conditions in ConnectableObservable and refCount. ([d1412bc](https://github.com/ReactiveX/RxJS/commit/d1412bc))
2045
+ - **Rx:** remove kitchenSink and DOM, let Rx export all ([f5090b4](https://github.com/ReactiveX/RxJS/commit/f5090b4)), closes [#1650](https://github.com/ReactiveX/RxJS/issues/1650)
2046
+ - **ScalarObservable:** set \_isScalar to false when initialized with a scheduler ([5037b3a](https://github.com/ReactiveX/RxJS/commit/5037b3a))
2047
+ - **Subject:** correct Subject behaviors to be more like Rx4 ([ba9ef2b](https://github.com/ReactiveX/RxJS/commit/ba9ef2b))
2048
+ - **subscriptions:** fixes bug that tracked subscriber subscriptions twice. ([29ff794](https://github.com/ReactiveX/RxJS/commit/29ff794))
2049
+
2050
+ ### Features
2051
+
2052
+ - **bufferTime:** add `maxBufferSize` optional argument ([cf45540](https://github.com/ReactiveX/RxJS/commit/cf45540)), closes [#1295](https://github.com/ReactiveX/RxJS/issues/1295)
2053
+ - **multicast:** subjectfactory allows selectors ([32fa3a4](https://github.com/ReactiveX/RxJS/commit/32fa3a4))
2054
+ - **onErrorResumeNext:** add onErrorResumeNext operator ([51e022b](https://github.com/ReactiveX/RxJS/commit/51e022b)), closes [#1665](https://github.com/ReactiveX/RxJS/issues/1665)
2055
+ - **publish:** support optional selectors ([0e5991d](https://github.com/ReactiveX/RxJS/commit/0e5991d)), closes [#1629](https://github.com/ReactiveX/RxJS/issues/1629)
2056
+
2057
+ ### Performance Improvements
2058
+
2059
+ - **combineLatest:** avoid splice and indexOf ([33599cd](https://github.com/ReactiveX/RxJS/commit/33599cd))
2060
+
2061
+ ### BREAKING CHANGES
2062
+
2063
+ - Subject: Subjects no longer duck-type as Subscriptions
2064
+ - Subject: Subjects will no longer throw when re-subscribed to if they are not unsubscribed
2065
+ - Subject: Subjects no longer automatically unsubscribe when completed or errored
2066
+ BREAKING CHANGE: Minor scheduling changes to groupBy to ensure proper emission ordering
2067
+ - Rx: `Rx.kitchenSink` and `Rx.DOM` are removed, `Rx`
2068
+ export everything.
2069
+
2070
+ <a name="5.0.0-beta.7"></a>
2071
+
2072
+ # [5.0.0-beta.7](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.6...v5.0.0-beta.7) (2016-04-27)
2073
+
2074
+ ### Bug Fixes
2075
+
2076
+ - **race:** handle observables completes immediately ([abac3d1](https://github.com/ReactiveX/RxJS/commit/abac3d1)), closes [#1615](https://github.com/ReactiveX/RxJS/issues/1615)
2077
+ - **scan:** accumulator passes current index ([a3ec896](https://github.com/ReactiveX/RxJS/commit/a3ec896)), closes [#1614](https://github.com/ReactiveX/RxJS/issues/1614)
2078
+
2079
+ ### Features
2080
+
2081
+ - **Observable.generate:** add generate static creation method ([c03434c](https://github.com/ReactiveX/RxJS/commit/c03434c))
2082
+
2083
+ <a name="5.0.0-beta.6"></a>
2084
+
2085
+ # [5.0.0-beta.6](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.5...v5.0.0-beta.6) (2016-04-12)
2086
+
2087
+ ### Bug Fixes
2088
+
2089
+ - **AjaxObservable:** support json responseType on IE ([bba13d8](https://github.com/ReactiveX/RxJS/commit/bba13d8)), closes [#1381](https://github.com/ReactiveX/RxJS/issues/1381)
2090
+ - **bufferToggle:** accepts closing selector returns promise ([b1c575c](https://github.com/ReactiveX/RxJS/commit/b1c575c))
2091
+ - **bufferToggle:** accepts promise as openings ([3d22c7a](https://github.com/ReactiveX/RxJS/commit/3d22c7a))
2092
+ - **bufferToggle:** handle closingSelector completes immediately ([02239fb](https://github.com/ReactiveX/RxJS/commit/02239fb))
2093
+ - **typings:** explicitly export typings for arguments to functions that destructure configuration objects ([ef305af](https://github.com/ReactiveX/RxJS/commit/ef305af))
2094
+
2095
+ ### Features
2096
+
2097
+ - **UnsubscriptionError:** add messages from inner errors to output message ([dd01279](https://github.com/ReactiveX/RxJS/commit/dd01279)), closes [#1590](https://github.com/ReactiveX/RxJS/issues/1590)
2098
+
2099
+ ### Performance Improvements
2100
+
2101
+ - **DeferSubscriber:** split up 'tryDefer()' into a method to call a factory function. ([566f46b](https://github.com/ReactiveX/RxJS/commit/566f46b))
2102
+
2103
+ <a name="5.0.0-beta.5"></a>
2104
+
2105
+ # [5.0.0-beta.5](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.4...v5.0.0-beta.5) (2016-04-05)
2106
+
2107
+ ### Bug Fixes
2108
+
2109
+ - **take:** make 'take' unsubscribe when it reaches the total ([9858aa3](https://github.com/ReactiveX/RxJS/commit/9858aa3))
2110
+
2111
+ ### BREAKING CHANGES
2112
+
2113
+ - Operator: `Operator.prototype.call` has been refactored to include both the destination Subscriber, and the source Observable
2114
+ the Operator is now responsible for describing it's own subscription process. ([26423f4](https://github.com/ReactiveX/rxjs/pull/1570/commits/26423f4))
2115
+
2116
+ <a name="5.0.0-beta.4"></a>
2117
+
2118
+ # [5.0.0-beta.4](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.3...v5.0.0-beta.4) (2016-03-29)
2119
+
2120
+ ### Bug Fixes
2121
+
2122
+ - **AjaxObservable:** enhance compatibility ([0ac7e1e](https://github.com/ReactiveX/RxJS/commit/0ac7e1e))
2123
+ - **Observable.if:** accept promise as source ([147166e](https://github.com/ReactiveX/RxJS/commit/147166e))
2124
+ - **mergeMap:** allow concurrent to be set as the second argument for mergeMap and mergeMapTo ([c003468](https://github.com/ReactiveX/RxJS/commit/c003468))
2125
+ - **observable:** ensure the subscriber chain is complete before calling this.\_subscribe ([1631224](https://github.com/ReactiveX/RxJS/commit/1631224))
2126
+ - **Symbol:** fixed issue where \$\$observable is not defined ([e66b2d8](https://github.com/ReactiveX/RxJS/commit/e66b2d8))
2127
+ - **Observable.using:** accepts factory returns promise ([f8d7d1b](https://github.com/ReactiveX/RxJS/commit/f8d7d1b))
2128
+ - **windowToggle:** handle closingSelector completes immediately ([c755587](https://github.com/ReactiveX/RxJS/commit/c755587)), closes [#1487](https://github.com/ReactiveX/RxJS/issues/1487)
2129
+
2130
+ ### Features
2131
+
2132
+ - **ajax:** add FormData support in AjaxObservable and add percent encoding for parameters ([1f6119c](https://github.com/ReactiveX/RxJS/commit/1f6119c))
2133
+ - **Subscription:** `add()` now returns a Subscription reference ([a3f4552](https://github.com/ReactiveX/RxJS/commit/a3f4552))
2134
+ - **timestamp:** add timestamp operator ([80b1646](https://github.com/ReactiveX/RxJS/commit/80b1646)), closes [#1515](https://github.com/ReactiveX/RxJS/issues/1515)
2135
+
2136
+ ### Performance Improvements
2137
+
2138
+ - **forkJoin:** improve forkJoin perf slightly by removing unnecessary context tracking ([280b985](https://github.com/ReactiveX/RxJS/commit/280b985))
2139
+
2140
+ ### BREAKING CHANGES
2141
+
2142
+ - Observable: `Observable.fromArray` was removed since it's deprecated on RxJS 4. You should use `Observable.from` instead.
2143
+
2144
+ <a name="5.0.0-beta.3"></a>
2145
+
2146
+ # [5.0.0-beta.3](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.2...v5.0.0-beta.3) (2016-03-21)
2147
+
2148
+ ### Bug Fixes
2149
+
2150
+ - **AjaxObservable:** update type definition for AjaxObservable ([3f5c269](https://github.com/ReactiveX/RxJS/commit/3f5c269)), closes [#1382](https://github.com/ReactiveX/RxJS/issues/1382)
2151
+ - **deferObservable:** accepts factory returns promise ([0cb44e1](https://github.com/ReactiveX/RxJS/commit/0cb44e1))
2152
+ - **do:** fix do operator to invoke observer message handlers in the right context. ([67a2f25](https://github.com/ReactiveX/RxJS/commit/67a2f25))
2153
+ - **exhaustMap:** remove innersubscription when it completes ([7ca0859](https://github.com/ReactiveX/RxJS/commit/7ca0859))
2154
+ - **forEach:** ensure that teardown logic is called when nextHandler throws ([c50f528](https://github.com/ReactiveX/RxJS/commit/c50f528)), closes [#1411](https://github.com/ReactiveX/RxJS/issues/1411)
2155
+ - **forkJoin:** accepts observables emitting null or undefined ([6279d6b](https://github.com/ReactiveX/RxJS/commit/6279d6b)), closes [#1362](https://github.com/ReactiveX/RxJS/issues/1362)
2156
+ - **forkJoin:** dispose the inner subscriptions when the outer subscription is disposed ([c7bf30c](https://github.com/ReactiveX/RxJS/commit/c7bf30c))
2157
+ - **FutureAction:** add support for periodic scheduling with setInterval instead of setTimeout ([c4f5408](https://github.com/ReactiveX/RxJS/commit/c4f5408))
2158
+ - **Observable:** introduce Subscribable interface that will be used instead of Observable in input ([2256e7b](https://github.com/ReactiveX/RxJS/commit/2256e7b))
2159
+ - **Observable.prototype.forEach:** removed thisArg to match es-observable spec ([d5f1bcd](https://github.com/ReactiveX/RxJS/commit/d5f1bcd))
2160
+ - **package.json:** install typings only after packages are installed ([a48d796](https://github.com/ReactiveX/RxJS/commit/a48d796))
2161
+ - **Schedulers:** ensure schedulers can be reused after error in execution ([202b79a](https://github.com/ReactiveX/RxJS/commit/202b79a))
2162
+ - **takeLast:** fix takeLast behavior to emit correct order ([73eb658](https://github.com/ReactiveX/RxJS/commit/73eb658)), closes [#1407](https://github.com/ReactiveX/RxJS/issues/1407)
2163
+ - **typings:** set map function parameter for Observable.from as optional ([efa4dc3](https://github.com/ReactiveX/RxJS/commit/efa4dc3))
2164
+
2165
+ ### Features
2166
+
2167
+ - **AsyncScheduler:** add AsyncScheduler implementation ([4486c1f](https://github.com/ReactiveX/RxJS/commit/4486c1f))
2168
+ - **if:** add static Observable.if creation operator. ([f7ff7ec](https://github.com/ReactiveX/RxJS/commit/f7ff7ec))
2169
+ - **let:** adds the let operator to Rx.KitchenSink ([dca6504](https://github.com/ReactiveX/RxJS/commit/dca6504))
2170
+ - **using:** add static Observable.using creation operator. ([6c76593](https://github.com/ReactiveX/RxJS/commit/6c76593))
2171
+
2172
+ ### BREAKING CHANGES
2173
+
2174
+ - Observable.prototype.forEach: thisArg removed to match es-observable spec
2175
+
2176
+ <a name="5.0.0-beta.2"></a>
2177
+
2178
+ # [5.0.0-beta.2](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.1...v5.0.0-beta.2) (2016-02-10)
2179
+
2180
+ ### Bug Fixes
2181
+
2182
+ - **ajax:** fixes error in Chrome accessing responseText when responseType isn't text. ([f3e2f73](https://github.com/ReactiveX/RxJS/commit/f3e2f73))
2183
+ - **benchpress:** fix issues with benchmarks ([16894bb](https://github.com/ReactiveX/RxJS/commit/16894bb))
2184
+ - **every:** remove eager predicate calls ([74c2c44](https://github.com/ReactiveX/RxJS/commit/74c2c44))
2185
+ - **forkJoin:** fix forkJoin to complete if sources Array is empty. ([412b13b](https://github.com/ReactiveX/RxJS/commit/412b13b))
2186
+ - **groupBy:** does not emit on unsubscribed group ([6d08705](https://github.com/ReactiveX/RxJS/commit/6d08705))
2187
+ - **groupBy:** fix groupBy to use lift(), supports composability ([815cfae](https://github.com/ReactiveX/RxJS/commit/815cfae)), closes [#1085](https://github.com/ReactiveX/RxJS/issues/1085)
2188
+ - **merge/concat:** passed scalar observables will now complete properly ([c01b92f](https://github.com/ReactiveX/RxJS/commit/c01b92f)), closes [#1150](https://github.com/ReactiveX/RxJS/issues/1150)
2189
+ - **MergeMapSubscriber:** clarify type definitions for MergeMapSubscriber's members ([4ee5f02](https://github.com/ReactiveX/RxJS/commit/4ee5f02))
2190
+ - **Observable.forEach:** errors thrown in nextHandler reject returned promise ([c5ead88](https://github.com/ReactiveX/RxJS/commit/c5ead88)), closes [#1184](https://github.com/ReactiveX/RxJS/issues/1184)
2191
+ - **Observer:** fix typing to allow observation via partial observables with PartialObservable<T ([7b6da90](https://github.com/ReactiveX/RxJS/commit/7b6da90))
2192
+ - **Subject:** align parameter order to match with RxJS4 ([44dfa07](https://github.com/ReactiveX/RxJS/commit/44dfa07)), closes [#1285](https://github.com/ReactiveX/RxJS/issues/1285)
2193
+ - **Subject:** throw ObjectUnsubscribedError when unsubscribed ([29b630b](https://github.com/ReactiveX/RxJS/commit/29b630b)), closes [#859](https://github.com/ReactiveX/RxJS/issues/859)
2194
+ - **Subscriber:** adds unsubscription when errors are thrown from user-land handlers. ([dc67d21](https://github.com/ReactiveX/RxJS/commit/dc67d21))
2195
+ - **Subscription:** fix leaks caused by unsubscribe functions that throw ([9e88c2e](https://github.com/ReactiveX/RxJS/commit/9e88c2e))
2196
+ - **subscriptions:** unsubscribe correctly when a Subscriber throws during synchronous dispatch. ([b1698fe](https://github.com/ReactiveX/RxJS/commit/b1698fe))
2197
+ - **typings:** don't expose PromiseConstructor dependency ([f59225b](https://github.com/ReactiveX/RxJS/commit/f59225b)), closes [#1270](https://github.com/ReactiveX/RxJS/issues/1270)
2198
+ - **typings:** remove R from Operator.call, update operators accordingly ([f27902d](https://github.com/ReactiveX/RxJS/commit/f27902d))
2199
+ - **typings:** remove redundant generics from call<T, R> and lift<T, R> ([603c9eb](https://github.com/ReactiveX/RxJS/commit/603c9eb))
2200
+ - **windowTime:** does not emit on unsubscribed window ([595f4ef](https://github.com/ReactiveX/RxJS/commit/595f4ef))
2201
+
2202
+ ### Features
2203
+
2204
+ - **cache:** add cache operator ([4308a04](https://github.com/ReactiveX/RxJS/commit/4308a04))
2205
+ - **delayWhen:** add delayWhen operator ([17122f9](https://github.com/ReactiveX/RxJS/commit/17122f9))
2206
+ - **distinct:** add distinct operator ([94a034d](https://github.com/ReactiveX/RxJS/commit/94a034d))
2207
+ - **distinctKey:** add distinctKey operator ([fe4d57f](https://github.com/ReactiveX/RxJS/commit/fe4d57f))
2208
+ - **from:** allow Observable.from to handle array-like objects ([7245005](https://github.com/ReactiveX/RxJS/commit/7245005))
2209
+ - **MapPolyfill:** implement clear interface ([e3fbd05](https://github.com/ReactiveX/RxJS/commit/e3fbd05))
2210
+ - **operator:** adds inspect and inspectTime operators ([54f957b](https://github.com/ReactiveX/RxJS/commit/54f957b))
2211
+ - **OuterSubscriber:** notifyNext passes innersubscriber when next emits ([1df8928](https://github.com/ReactiveX/RxJS/commit/1df8928)), closes [#1250](https://github.com/ReactiveX/RxJS/issues/1250)
2212
+ - **Subject:** implement asObservable ([aca3dd0](https://github.com/ReactiveX/RxJS/commit/aca3dd0)), closes [#1108](https://github.com/ReactiveX/RxJS/issues/1108)
2213
+ - **takeLast:** adds takeLast operator. ([3583cd3](https://github.com/ReactiveX/RxJS/commit/3583cd3))
2214
+
2215
+ ### Performance Improvements
2216
+
2217
+ - **catch:** remove tryCatch/errorObject for custom tryCatching, 1.3M -> 1.5M ops/sec ([35caf74](https://github.com/ReactiveX/RxJS/commit/35caf74))
2218
+ - **combineLatest:** remove tryCatch/errorObject, 156k -> 221k ops/sec ([1c7d639](https://github.com/ReactiveX/RxJS/commit/1c7d639))
2219
+ - **count:** remove tryCatch/errorObject for custom tryCatching, 1.84M -> 1.97M ops/sec ([869718d](https://github.com/ReactiveX/RxJS/commit/869718d))
2220
+ - **debounce:** remove tryCatch/errorObject for custom tryCatching ([90bf3f1](https://github.com/ReactiveX/RxJS/commit/90bf3f1))
2221
+ - **distinct:** increase perf from 60% of Rx4 to 1000% Rx4 ([d026c41](https://github.com/ReactiveX/RxJS/commit/d026c41))
2222
+ - **do:** remove tryCatch/errorObject use, 104k -> 263k ops/sec improvement ([ccba39d](https://github.com/ReactiveX/RxJS/commit/ccba39d))
2223
+ - **every:** remove tryCatch/errorObject (~1.8x improvement) ([14afeb6](https://github.com/ReactiveX/RxJS/commit/14afeb6))
2224
+ - **exhaustMap:** remove tryCatch/errorObject (~10% improvement) ([a55f459](https://github.com/ReactiveX/RxJS/commit/a55f459))
2225
+ - **filter:** remove tryCatch/errorObject for 2x perf improvement ([086c4bf](https://github.com/ReactiveX/RxJS/commit/086c4bf))
2226
+ - **find:** remove tryCatch/errorObject (~2x improvement) ([aa35b2a](https://github.com/ReactiveX/RxJS/commit/aa35b2a))
2227
+ - **first:** remove tryCatch/errorObject for custom tryCatching, 970k ops -> 1.27M ops/sec ([d8c835a](https://github.com/ReactiveX/RxJS/commit/d8c835a))
2228
+ - **groupBy:** remove tryCatch/errorObject for custom tryCatching, 38% faster. ([40c43f7](https://github.com/ReactiveX/RxJS/commit/40c43f7))
2229
+ - **last:** remove tryCatch/errorObject for custom tryCatching, 960k -> 1.38M ops/sec ([243ace3](https://github.com/ReactiveX/RxJS/commit/243ace3))
2230
+ - **map:** 2x increase from removing tryCatch/errorObject ([231f729](https://github.com/ReactiveX/RxJS/commit/231f729))
2231
+ - **mergeMap:** extra 1x factor gains from custom tryCatch member function ([c4ce2fb](https://github.com/ReactiveX/RxJS/commit/c4ce2fb))
2232
+ - **mergeMapTo:** remove tryCatch/errorObject (~2x improvement) ([42bcced](https://github.com/ReactiveX/RxJS/commit/42bcced))
2233
+ - **reduce:** remove tryCatch/errorObject, optimize calls, 2-3x perf improvement ([6186d46](https://github.com/ReactiveX/RxJS/commit/6186d46))
2234
+ - **scan:** remove tryCatch/errorObject for custom tryCatcher 1.75x improvement ([338135d](https://github.com/ReactiveX/RxJS/commit/338135d))
2235
+ - **single:** remove tryCatch/errorObject (~2.5x improvement) ([2515cfb](https://github.com/ReactiveX/RxJS/commit/2515cfb))
2236
+ - **skipWhile:** remove tryCatch/errorObject (~1.6x improvement) ([cf002db](https://github.com/ReactiveX/RxJS/commit/cf002db))
2237
+ - **Subscriber:** double performance adding tryOrUnsub to Subscriber ([4e75466](https://github.com/ReactiveX/RxJS/commit/4e75466))
2238
+ - **switchMap:** remove tryCatch/errorObject ~20% improvement ([ec0199f](https://github.com/ReactiveX/RxJS/commit/ec0199f))
2239
+ - **switchMapTo:** remove tryCatch/errorObject (~2x improvement) ([c8cf72a](https://github.com/ReactiveX/RxJS/commit/c8cf72a))
2240
+ - **takeWhile:** remove tryCatch/errorObject (~6x improvement) ([ef6c3c3](https://github.com/ReactiveX/RxJS/commit/ef6c3c3))
2241
+ - **withLatestFrom:** remove tryCatch/errorObject, 92k -> 107k (16% improvement) ([e4ccb44](https://github.com/ReactiveX/RxJS/commit/e4ccb44))
2242
+ - **zip:** extra 1x-2x factor gains from custom tryCatch member function ([a1b0e52](https://github.com/ReactiveX/RxJS/commit/a1b0e52))
2243
+
2244
+ ### BREAKING CHANGES
2245
+
2246
+ - Subject: Subject.create arguments have been swapped to match Rx 4 signature. `Subject.create(observable, observer)` is now `Subject.create(observer, observable)`
2247
+ - Observable patching: Patch files for static observable methods such as `of` and `from` can now be found in `rxjs/add/observable/of`, `rxjs/add/observable/from`, etc.
2248
+ - Observable modules: Observable modules for subclassed Observables like `PromiseObservable`, `ArrayObservable` are now in appropriately named files like `rxjs/observable/PromiseObservable` and `rxjs/observable/ArrayObservable`
2249
+ as opposed to `rxjs/observable/fromPromise` and `rxjs/observable/fromArray`, since they're not patching, they simply house the Observable implementations.
2250
+
2251
+ <a name="5.0.0-beta.1"></a>
2252
+
2253
+ # [5.0.0-beta.1](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.0...v5.0.0-beta.1) (2016-01-13)
2254
+
2255
+ ### Bug Fixes
2256
+
2257
+ - **ajax:** ensure post sending values ([7aae0a3](https://github.com/ReactiveX/RxJS/commit/7aae0a3))
2258
+ - **ajax:** ensure that headers are set properly ([1100bdd](https://github.com/ReactiveX/RxJS/commit/1100bdd))
2259
+ - **ajax:** ensure XHR props are set after open ([4a6a579](https://github.com/ReactiveX/RxJS/commit/4a6a579))
2260
+ - **ajax:** ensure XHR send is being called ([c569e3e](https://github.com/ReactiveX/RxJS/commit/c569e3e))
2261
+ - **ajax:** remove unnecessary onAbort handling ([ed8240e](https://github.com/ReactiveX/RxJS/commit/ed8240e))
2262
+ - **ajax:** response properly based off responseType ([b2a27a2](https://github.com/ReactiveX/RxJS/commit/b2a27a2))
2263
+ - **ajax:** should no longer succeed on 300 status ([4d4fa32](https://github.com/ReactiveX/RxJS/commit/4d4fa32))
2264
+ - **animationFrame:** req/cancel animationFrame has to be called within the context of root. ([30a11ee](https://github.com/ReactiveX/RxJS/commit/30a11ee))
2265
+ - **debounceTime:** align value emit behavior as same as RxJS4 ([5ee11e0](https://github.com/ReactiveX/RxJS/commit/5ee11e0)), closes [#1081](https://github.com/ReactiveX/RxJS/issues/1081)
2266
+ - **distinctUntilChanged:** implement optional keySelector ([f6a897c](https://github.com/ReactiveX/RxJS/commit/f6a897c))
2267
+ - **fromEvent:** added spread operator for emitters that pass multiple arguments ([3f8eabb](https://github.com/ReactiveX/RxJS/commit/3f8eabb))
2268
+ - **fromObservable:** expand compatibility for iterating string source ([8f7924f](https://github.com/ReactiveX/RxJS/commit/8f7924f)), closes [#1147](https://github.com/ReactiveX/RxJS/issues/1147)
2269
+ - **Immediate:** update setImmediate compatibility on IE ([39e6c0e](https://github.com/ReactiveX/RxJS/commit/39e6c0e)), closes [#1163](https://github.com/ReactiveX/RxJS/issues/1163)
2270
+ - **inspect:** remove inspect and inspectTime operators ([17341a4](https://github.com/ReactiveX/RxJS/commit/17341a4))
2271
+ - **Readme:** update link to bundle on npmcdn ([44a8ca7](https://github.com/ReactiveX/RxJS/commit/44a8ca7))
2272
+ - **ReplaySubject:** Fix case-sensitive import. ([de31f32](https://github.com/ReactiveX/RxJS/commit/de31f32))
2273
+ - **ScalarObservable:** fix issue where scalar map fired twice ([c18c42e](https://github.com/ReactiveX/RxJS/commit/c18c42e)), closes [#1142](https://github.com/ReactiveX/RxJS/issues/1142) [#1140](https://github.com/ReactiveX/RxJS/issues/1140)
2274
+ - **scheduling:** Fixes bugs in scheduled actions. ([e050f01](https://github.com/ReactiveX/RxJS/commit/e050f01))
2275
+ - **Subscriber:** errors in nextHandler no longer propagate to errorHandler ([f42eed2](https://github.com/ReactiveX/RxJS/commit/f42eed2)), closes [#1135](https://github.com/ReactiveX/RxJS/issues/1135)
2276
+ - **WebSocketSubject:** ensure error codes passed to WebSocket close method ([3b1655e](https://github.com/ReactiveX/RxJS/commit/3b1655e))
2277
+ - **WebSocketSubject:** ensure WebSocketSubject can be resubscribed ([861a0c1](https://github.com/ReactiveX/RxJS/commit/861a0c1))
2278
+ - **WebSocketSubject:** resultSelector and protocols specifications work properly ([580f69a](https://github.com/ReactiveX/RxJS/commit/580f69a))
2279
+
2280
+ ### Features
2281
+
2282
+ - **ajax:** add resultSelector and improve perf ([6df755f](https://github.com/ReactiveX/RxJS/commit/6df755f))
2283
+ - **ajax:** adds ajax methods from rx-dom. ([2ca4236](https://github.com/ReactiveX/RxJS/commit/2ca4236))
2284
+ - **bindNodeCallback:** add Observable.bindNodeCallback ([497bb0d](https://github.com/ReactiveX/RxJS/commit/497bb0d)), closes [#736](https://github.com/ReactiveX/RxJS/issues/736)
2285
+ - **Observable:** add let to allow fluent style query building ([5a2014c](https://github.com/ReactiveX/RxJS/commit/5a2014c))
2286
+ - **Observable:** add pairwise operator ([1432e59](https://github.com/ReactiveX/RxJS/commit/1432e59))
2287
+ - **Operator:** Expose the Operator interface to library consumers ([29aa3af](https://github.com/ReactiveX/RxJS/commit/29aa3af))
2288
+ - **pluck:** add pluck operator ([8026906](https://github.com/ReactiveX/RxJS/commit/8026906)), closes [#1134](https://github.com/ReactiveX/RxJS/issues/1134)
2289
+ - **race:** add race operator ([ee3b593](https://github.com/ReactiveX/RxJS/commit/ee3b593))
2290
+ - **scheduler:** adds animationFrame scheduler. ([e637b78](https://github.com/ReactiveX/RxJS/commit/e637b78))
2291
+ - **WebSocketSubject:** add basic WebSocketSubject implementation ([58cd806](https://github.com/ReactiveX/RxJS/commit/58cd806))
2292
+ - **WebSocketSubject.multiplex:** add multiplex operator to WebSocketSubject ([904d617](https://github.com/ReactiveX/RxJS/commit/904d617))
2293
+
2294
+ ### BREAKING CHANGES
2295
+
2296
+ - inspect: `inspect` and `inspectTime` were removed. Use `withLatestFrom` instead.
2297
+ - Subscriber/Observable: errors thrown in nextHandlers by consumer code will no longer propagate to the errorHandler.
2298
+
2299
+ <a name="5.0.0-beta.0"></a>
2300
+
2301
+ # [5.0.0-beta.0](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.14...v5.0.0-beta.0) (2015-12-15)
2302
+
2303
+ ### Bug Fixes
2304
+
2305
+ - **micro-perf:** rename immediate to queue scheduler ([fe56b28](https://github.com/ReactiveX/RxJS/commit/fe56b28)), closes [#1040](https://github.com/ReactiveX/RxJS/issues/1040)
2306
+ - **micro-perf:** use the current scheduler on current-thread tests ([3dff5eb](https://github.com/ReactiveX/RxJS/commit/3dff5eb))
2307
+ - **operators:** emit declarations for patch modules ([676f82d](https://github.com/ReactiveX/RxJS/commit/676f82d))
2308
+ - **test:** make explicit unsubscription for observable ([7f67b09](https://github.com/ReactiveX/RxJS/commit/7f67b09))
2309
+ - **test:** make explicit unsubscription for observable ([65e65e2](https://github.com/ReactiveX/RxJS/commit/65e65e2))
2310
+ - **window:** fix window() to dispose window Subjects ([5168f73](https://github.com/ReactiveX/RxJS/commit/5168f73))
2311
+ - **windowCount:** fix windowCount to dispose window Subjects ([f29ee29](https://github.com/ReactiveX/RxJS/commit/f29ee29))
2312
+ - **windowTime:** fix windowTime to dispose window Subjects ([b73e260](https://github.com/ReactiveX/RxJS/commit/b73e260))
2313
+ - **windowToggle:** fix windowToggle to dispose window Subjects ([15ff3f7](https://github.com/ReactiveX/RxJS/commit/15ff3f7))
2314
+ - **windowWhen:** fix windowWhen to dispose window Subjects ([91c1941](https://github.com/ReactiveX/RxJS/commit/91c1941))
2315
+
2316
+ ### Features
2317
+
2318
+ - **inspect:** added inspect operator ([f9944ae](https://github.com/ReactiveX/RxJS/commit/f9944ae))
2319
+ - **inspectTime:** add inspectTime operator ([6835dcd](https://github.com/ReactiveX/RxJS/commit/6835dcd))
2320
+ - **sample:** readd `sample` operator ([e93bffc](https://github.com/ReactiveX/RxJS/commit/e93bffc))
2321
+ - **sampleTime:** reimplement `sampleTime` with RxJS 4 behavior ([6b77e69](https://github.com/ReactiveX/RxJS/commit/6b77e69))
2322
+ - **TestScheduler:** add createTime() parser to return number ([cb8cf6b](https://github.com/ReactiveX/RxJS/commit/cb8cf6b))
2323
+
2324
+ ### BREAKING CHANGES
2325
+
2326
+ - sampleTime: `sampleTime` now has the same behavior `sample(number, scheduler)` did in RxJS 4
2327
+ - sample: `sample` behavior returned to RxJS 4 behavior
2328
+ - inspectTime: `sampleTime` is now `inspectTime`
2329
+ - inspect: RxJS 5 `sample` behavior is now `inspect`
2330
+ - extended operators: All extended operators are now under the same operator directory as all others. This means that
2331
+ `import "rxjs/add/operator/extended/min"` is now `import "rxjs/add/operator/min"`
2332
+
2333
+ <a name="5.0.0-alpha.14"></a>
2334
+
2335
+ # [5.0.0-alpha.14](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.13...v5.0.0-alpha.14) (2015-12-09)
2336
+
2337
+ ### Bug Fixes
2338
+
2339
+ - **every:** handle thisArg for scalar and array observables ([eae4b00](https://github.com/ReactiveX/RxJS/commit/eae4b00))
2340
+ - **SymbolShim:** ensure for function even if Symbol already exists ([e942776](https://github.com/ReactiveX/RxJS/commit/e942776)), closes [#999](https://github.com/ReactiveX/RxJS/issues/999)
2341
+ - **SymbolShim:** Symbol polyfill is a function ([1f57157](https://github.com/ReactiveX/RxJS/commit/1f57157)), closes [#988](https://github.com/ReactiveX/RxJS/issues/988)
2342
+ - **timeoutWith:** fix to avoid unnecessary inner subscription ([6e63752](https://github.com/ReactiveX/RxJS/commit/6e63752))
2343
+
2344
+ ### Features
2345
+
2346
+ - **count:** remove thisArg ([878a1fd](https://github.com/ReactiveX/RxJS/commit/878a1fd))
2347
+ - **distinctUntilChanged:** remove thisArg ([bfc52d6](https://github.com/ReactiveX/RxJS/commit/bfc52d6))
2348
+ - **exhaust:** rename switchFirst operators to exhaust ([9b565c9](https://github.com/ReactiveX/RxJS/commit/9b565c9)), closes [#915](https://github.com/ReactiveX/RxJS/issues/915)
2349
+ - **finally:** remove thisArg ([d4b02fc](https://github.com/ReactiveX/RxJS/commit/d4b02fc))
2350
+ - **forEach:** add thisArg ([14ffce6](https://github.com/ReactiveX/RxJS/commit/14ffce6)), closes [#878](https://github.com/ReactiveX/RxJS/issues/878)
2351
+ - **single:** remove thisArg ([43af805](https://github.com/ReactiveX/RxJS/commit/43af805))
2352
+
2353
+ ### BREAKING CHANGES
2354
+
2355
+ - exhaust: switchFirst is now exhaust
2356
+ - exhaust: switchFirstMap is now exhaustMap
2357
+ - forEach: Observable.prototype.forEach argument order changed to accommodate thisArg. Optional PromiseCtor argument moved to third arg from second
2358
+
2359
+ <a name="5.0.0-alpha.13"></a>
2360
+
2361
+ # [5.0.0-alpha.13](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.12...v5.0.0-alpha.13) (2015-12-08)
2362
+
2363
+ ### Bug Fixes
2364
+
2365
+ - **Observable:** fix circular dependency issue. ([b7672f4](https://github.com/ReactiveX/RxJS/commit/b7672f4))
2366
+ - **bufferToggle:** fix unsubscriptions of closing Observable ([439b641](https://github.com/ReactiveX/RxJS/commit/439b641))
2367
+ - **expand:** accept scheduler parameter ([79e9084](https://github.com/ReactiveX/RxJS/commit/79e9084)), closes [#841](https://github.com/ReactiveX/RxJS/issues/841)
2368
+ - **publish:** make script generate correct package names ([10563d3](https://github.com/ReactiveX/RxJS/commit/10563d3))
2369
+ - **repeat:** preserve Subscriber chain in repeat() ([d9a7328](https://github.com/ReactiveX/RxJS/commit/d9a7328))
2370
+ - **retry:** preserve Subscriber chain in retry() ([b429dac](https://github.com/ReactiveX/RxJS/commit/b429dac))
2371
+ - **retryWhen:** preserve Subscriber chain in retryWhen() ([c9cb958](https://github.com/ReactiveX/RxJS/commit/c9cb958))
2372
+
2373
+ ### Features
2374
+
2375
+ - **AsapScheduler:** rename NextTickScheduler to AsapScheduler ([3255fb3](https://github.com/ReactiveX/RxJS/commit/3255fb3)), closes [#838](https://github.com/ReactiveX/RxJS/issues/838)
2376
+ - **BehaviorSubject:** add getValue method to access value ([33b387b](https://github.com/ReactiveX/RxJS/commit/33b387b)), closes [#758](https://github.com/ReactiveX/RxJS/issues/758)
2377
+ - **BehaviorSubject:** now throws when getValue is called after unsubscription ([1ddf116](https://github.com/ReactiveX/RxJS/commit/1ddf116))
2378
+ - **ObjectUnsubscribedError:** add ObjectUnsubscribed error class ([39836af](https://github.com/ReactiveX/RxJS/commit/39836af))
2379
+ - **Observable:** subscribe accepts objects with rxSubscriber symbol ([b7672f4](https://github.com/ReactiveX/RxJS/commit/b7672f4))
2380
+ - **QueueScheduler:** rename ImmediateScheduler to QueueScheduler ([66eb537](https://github.com/ReactiveX/RxJS/commit/66eb537))
2381
+ - **Rx.Symbol.rxSubscriber:** add rxSubscriber symbol ([d4f1670](https://github.com/ReactiveX/RxJS/commit/d4f1670))
2382
+ - **Subject:** add rxSubscriber symbol ([d2e4257](https://github.com/ReactiveX/RxJS/commit/d2e4257))
2383
+ - **Subscriber:** add rxSubscriber symbol ([7bda360](https://github.com/ReactiveX/RxJS/commit/7bda360))
2384
+ - **switchFirstMap:** rename switchMapFirst to switchFirstMap ([eddd4dc](https://github.com/ReactiveX/RxJS/commit/eddd4dc))
2385
+
2386
+ ### BREAKING CHANGES
2387
+
2388
+ - AsapScheduler: `Rx.Scheduler.nextTick` (Rx 4's "default" scheduler) is now `Rx.Scheduler.asap`
2389
+ - QueueScheduler: `Rx.Scheduler.immediate` (Rx 4's "currentThread" scheduler) is now `Rx.Scheduler.queue`
2390
+ related #838
2391
+ - switchFirstMap: `switchMapFirst` is now `switchFirstMap`
2392
+
2393
+ <a name="5.0.0-alpha.12"></a>
2394
+
2395
+ # [5.0.0-alpha.12](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.10...v5.0.0-alpha.12) (2015-12-04)
2396
+
2397
+ ### Bug Fixes
2398
+
2399
+ - **AsyncSubject:** emit value when it's subscribed after complete ([ed0eaf6](https://github.com/ReactiveX/RxJS/commit/ed0eaf6))
2400
+ - **bindCallback:** only call function once even while scheduled ([8637d47](https://github.com/ReactiveX/RxJS/commit/8637d47)), closes [#881](https://github.com/ReactiveX/RxJS/issues/881)
2401
+ - **bufferToggle:** fix disposal of subscriptions when errors occur ([a20325c](https://github.com/ReactiveX/RxJS/commit/a20325c))
2402
+ - **catch:** fix catch to dispose old subscriptions ([280f7ed](https://github.com/ReactiveX/RxJS/commit/280f7ed)), closes [#763](https://github.com/ReactiveX/RxJS/issues/763)
2403
+ - **catch:** fix catch() to preserve Subscriber chain ([e1447ac](https://github.com/ReactiveX/RxJS/commit/e1447ac))
2404
+ - **concat:** accept scheduler parameter ([8859702](https://github.com/ReactiveX/RxJS/commit/8859702))
2405
+ - **ConnectableObservable:** fix ConnectableObservable connectability and refCounting ([aef9578](https://github.com/ReactiveX/RxJS/commit/aef9578)), closes [#678](https://github.com/ReactiveX/RxJS/issues/678)
2406
+ - **debounce:** Fix debounce to unsubscribe duration Observables ([dea7847](https://github.com/ReactiveX/RxJS/commit/dea7847))
2407
+ - **expand:** fix expand's concurrency behavior ([01f86e5](https://github.com/ReactiveX/RxJS/commit/01f86e5))
2408
+ - **expand:** terminate recursive call when destination completes ([3b8cf94](https://github.com/ReactiveX/RxJS/commit/3b8cf94))
2409
+ - **Observable:** Subjects no longer wrapped in Subscriber ([5cb0f2b](https://github.com/ReactiveX/RxJS/commit/5cb0f2b)), closes [#825](https://github.com/ReactiveX/RxJS/issues/825) [#748](https://github.com/ReactiveX/RxJS/issues/748)
2410
+ - **Observer:** anonymous observers now allow missing handlers ([a11c763](https://github.com/ReactiveX/RxJS/commit/a11c763)), closes [#723](https://github.com/ReactiveX/RxJS/issues/723)
2411
+ - **operators:** Remove shareReplay and shareBehavior ([536a6a6](https://github.com/ReactiveX/RxJS/commit/536a6a6)), closes [#710](https://github.com/ReactiveX/RxJS/issues/710)
2412
+ - **publish:** copy readme and license, remove scripts ([439a2f3](https://github.com/ReactiveX/RxJS/commit/439a2f3)), closes [#845](https://github.com/ReactiveX/RxJS/issues/845)
2413
+ - **throttleTime:** fix and rename throttleTime operator ([3b0c1f3](https://github.com/ReactiveX/RxJS/commit/3b0c1f3))
2414
+ - **TimerObservable:** accepts absolute date for dueTime ([e284fb8](https://github.com/ReactiveX/RxJS/commit/e284fb8)), closes [#648](https://github.com/ReactiveX/RxJS/issues/648)
2415
+
2416
+ ### Features
2417
+
2418
+ - **AsyncSubject:** add AsyncSubject ([34c05fe](https://github.com/ReactiveX/RxJS/commit/34c05fe))
2419
+ - **bindCallback:** remove thisArg ([feea9a1](https://github.com/ReactiveX/RxJS/commit/feea9a1))
2420
+ - **bindCallback:** rename fromCallback to bindCallback ([305d66d](https://github.com/ReactiveX/RxJS/commit/305d66d)), closes [#876](https://github.com/ReactiveX/RxJS/issues/876)
2421
+ - **callback:** Add Observable.fromCallback ([9f751e7](https://github.com/ReactiveX/RxJS/commit/9f751e7))
2422
+ - **combineLatest:** accept array of observable as parameter ([2edd92c](https://github.com/ReactiveX/RxJS/commit/2edd92c)), closes [#594](https://github.com/ReactiveX/RxJS/issues/594)
2423
+ - **forkJoin:** accept array of observable as parameter ([d45f672](https://github.com/ReactiveX/RxJS/commit/d45f672))
2424
+ - **mergeScan:** support concurrency parameter for mergeScan ([fe0eb37](https://github.com/ReactiveX/RxJS/commit/fe0eb37)), closes [#868](https://github.com/ReactiveX/RxJS/issues/868)
2425
+ - **usage:** add auto-patching operators ([1ab3508](https://github.com/ReactiveX/RxJS/commit/1ab3508)), closes [#860](https://github.com/ReactiveX/RxJS/issues/860)
2426
+ - **skipWhile:** add skipWhile operator ([a2244e0](https://github.com/ReactiveX/RxJS/commit/a2244e0))
2427
+ - **switchFirst:** add switchFirst and switchMapFirst ([71e3dd1](https://github.com/ReactiveX/RxJS/commit/71e3dd1))
2428
+ - **publishLast:** add publishLast operator ([9bef228](https://github.com/ReactiveX/RxJS/commit/9bef228)), closes [#883](https://github.com/ReactiveX/RxJS/issues/883)
2429
+ - **takeWhile:** add takeWhile operator ([48e53ea](https://github.com/ReactiveX/RxJS/commit/48e53ea)), closes [#695](https://github.com/ReactiveX/RxJS/issues/695)
2430
+ - **takeWhile:** remove thisArg ([b5219a4](https://github.com/ReactiveX/RxJS/commit/b5219a4))
2431
+ - **throttle:** add throttle operator with durationSelector ([c3bf3e7](https://github.com/ReactiveX/RxJS/commit/c3bf3e7)), closes [#496](https://github.com/ReactiveX/RxJS/issues/496)
2432
+
2433
+ ### Performance Improvements
2434
+
2435
+ - **ReplaySubject:** fix memory leak of growing buffer ([0a73b4d](https://github.com/ReactiveX/RxJS/commit/0a73b4d)), closes [#578](https://github.com/ReactiveX/RxJS/issues/578)
2436
+
2437
+ <a name="5.0.0-alpha.11"></a>
2438
+
2439
+ # [5.0.0-alpha.11](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.10...v5.0.0-alpha.11) (2015-12-01)
2440
+
2441
+ ### Bug Fixes
2442
+
2443
+ - **catch:** fix catch to dispose old subscriptions ([280f7ed](https://github.com/ReactiveX/RxJS/commit/280f7ed)), closes [#763](https://github.com/ReactiveX/RxJS/issues/763)
2444
+ - **concat:** accept scheduler parameter ([8859702](https://github.com/ReactiveX/RxJS/commit/8859702))
2445
+ - **ConnectableObservable:** fix ConnectableObservable connectability and refCounting ([aef9578](https://github.com/ReactiveX/RxJS/commit/aef9578)), closes [#678](https://github.com/ReactiveX/RxJS/issues/678)
2446
+ - **debounce:** Fix debounce to unsubscribe duration Observables ([dea7847](https://github.com/ReactiveX/RxJS/commit/dea7847))
2447
+ - **expand:** fix expand's concurrency behavior ([01f86e5](https://github.com/ReactiveX/RxJS/commit/01f86e5))
2448
+ - **expand:** terminate recursive call when destination completes ([3b8cf94](https://github.com/ReactiveX/RxJS/commit/3b8cf94))
2449
+ - **Observer:** anonymous observers now allow missing handlers ([a11c763](https://github.com/ReactiveX/RxJS/commit/a11c763)), closes [#723](https://github.com/ReactiveX/RxJS/issues/723)
2450
+ - **operators:** Remove shareReplay and shareBehavior ([536a6a6](https://github.com/ReactiveX/RxJS/commit/536a6a6)), closes [#710](https://github.com/ReactiveX/RxJS/issues/710)
2451
+ - **test:** make explicit unsubscription for observable ([505f5b7](https://github.com/ReactiveX/RxJS/commit/505f5b7))
2452
+ - **throttleTime:** fix and rename throttleTime operator ([3b0c1f3](https://github.com/ReactiveX/RxJS/commit/3b0c1f3))
2453
+ - **TimerObservable:** accepts absolute date for dueTime ([e284fb8](https://github.com/ReactiveX/RxJS/commit/e284fb8)), closes [#648](https://github.com/ReactiveX/RxJS/issues/648)
2454
+
2455
+ ### Features
2456
+
2457
+ - **callback:** Add Observable.fromCallback ([9f751e7](https://github.com/ReactiveX/RxJS/commit/9f751e7))
2458
+ - **combineLatest:** accept array of observable as parameter ([2edd92c](https://github.com/ReactiveX/RxJS/commit/2edd92c)), closes [#594](https://github.com/ReactiveX/RxJS/issues/594)
2459
+ - **forkJoin:** accept array of observable as parameter ([d45f672](https://github.com/ReactiveX/RxJS/commit/d45f672))
2460
+ - **operator:** add skipWhile operator ([a2244e0](https://github.com/ReactiveX/RxJS/commit/a2244e0))
2461
+ - **operator:** add switchFirst and switchMapFirst ([71e3dd1](https://github.com/ReactiveX/RxJS/commit/71e3dd1))
2462
+ - **takeWhile:** add takeWhile operator ([48e53ea](https://github.com/ReactiveX/RxJS/commit/48e53ea)), closes [#695](https://github.com/ReactiveX/RxJS/issues/695)
2463
+ - **throttle:** add throttle operator with durationSelector ([c3bf3e7](https://github.com/ReactiveX/RxJS/commit/c3bf3e7)), closes [#496](https://github.com/ReactiveX/RxJS/issues/496)
2464
+
2465
+ ### Performance Improvements
2466
+
2467
+ - **ReplaySubject:** fix memory leak of growing buffer ([0a73b4d](https://github.com/ReactiveX/RxJS/commit/0a73b4d)), closes [#578](https://github.com/ReactiveX/RxJS/issues/578)
2468
+
2469
+ <a name="5.0.0-alpha.10"></a>
2470
+
2471
+ # [5.0.0-alpha.10](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.9...v5.0.0-alpha.10) (2015-11-10)
2472
+
2473
+ ### Bug Fixes
2474
+
2475
+ - **Immediate:** set immediate should no longer throw in Chrome ([a3de7d9](https://github.com/ReactiveX/RxJS/commit/a3de7d9)), closes [#690](https://github.com/ReactiveX/RxJS/issues/690)
2476
+
2477
+ <a name="5.0.0-alpha.9"></a>
2478
+
2479
+ # [5.0.0-alpha.9](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.8...v5.0.0-alpha.9) (2015-11-10)
2480
+
2481
+ ### Bug Fixes
2482
+
2483
+ - **util:** incorrect Symbol.iterator for es6-shim ([15bf32c](https://github.com/ReactiveX/RxJS/commit/15bf32c))
2484
+
2485
+ ### Features
2486
+
2487
+ - **forkJoin:** accept promise, resultselector as parameter of forkJoin ([190f349](https://github.com/ReactiveX/RxJS/commit/190f349)), closes [#507](https://github.com/ReactiveX/RxJS/issues/507)
2488
+
2489
+ <a name="5.0.0-alpha.8"></a>
2490
+
2491
+ # [5.0.0-alpha.8](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.7...v5.0.0-alpha.8) (2015-11-06)
2492
+
2493
+ ### Bug Fixes
2494
+
2495
+ - **concat:** handle a given scheduler correctly ([8745216](https://github.com/ReactiveX/RxJS/commit/8745216))
2496
+ - **package.json:** loosen the engines/npm semver range to prevent false warnings ([df791c6](https://github.com/ReactiveX/RxJS/commit/df791c6))
2497
+ - **skipUntil:** unsubscribe source when it completes ([8a4162b](https://github.com/ReactiveX/RxJS/commit/8a4162b)), closes [#577](https://github.com/ReactiveX/RxJS/issues/577)
2498
+ - **take:** deal with total <= 0 and add tests ([c5cc06f](https://github.com/ReactiveX/RxJS/commit/c5cc06f))
2499
+ - **windowWhen:** fix windowWhen with regard to unsubscriptions ([8174947](https://github.com/ReactiveX/RxJS/commit/8174947))
2500
+
2501
+ ### Features
2502
+
2503
+ - **mergeScan:** add new mergeScan operator. ([0ebb5bd](https://github.com/ReactiveX/RxJS/commit/0ebb5bd))
2504
+ - **multicast:** support both Subject and subjectFactory arguments ([f779027](https://github.com/ReactiveX/RxJS/commit/f779027))
2505
+
2506
+ ### BREAKING CHANGES
2507
+
2508
+ - **publish:** reverted to RxJS 4 behavior
2509
+ - **publishBehavior:** reverted to RxJS 4 behavior
2510
+ - **publishReplay:** reverted to RxJS 4 behavior
2511
+ - **shareBehavior:** removed
2512
+ - **shareReplay:** removed
2513
+
2514
+ <a name="5.0.0-alpha.7"></a>
2515
+
2516
+ # [5.0.0-alpha.7](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.6...v5.0.0-alpha.7) (2015-10-27)
2517
+
2518
+ ### Bug Fixes
2519
+
2520
+ - **NextTickAction:** fix unsubscription behavior ([3d8264c](https://github.com/ReactiveX/RxJS/commit/3d8264c)), closes [#582](https://github.com/ReactiveX/RxJS/issues/582)
2521
+ - **buffer:** cleanup notifier subscription when unsubscribed ([1b30aa9](https://github.com/ReactiveX/RxJS/commit/1b30aa9))
2522
+ - **delay:** accepts absolute time delay ([b109100](https://github.com/ReactiveX/RxJS/commit/b109100))
2523
+ - **mergeMapTo:** mergeMapTo result should complete ([6f9859e](https://github.com/ReactiveX/RxJS/commit/6f9859e))
2524
+ - **operator:** update type definitions for union types ([9d90c75](https://github.com/ReactiveX/RxJS/commit/9d90c75)), closes [#581](https://github.com/ReactiveX/RxJS/issues/581)
2525
+ - **repeat:** fix inner subscription semantics for repeat ([f67a596](https://github.com/ReactiveX/RxJS/commit/f67a596)), closes [#554](https://github.com/ReactiveX/RxJS/issues/554)
2526
+ - **switchMapTo:** reimplement switchMapTo to pass tests ([d4789cd](https://github.com/ReactiveX/RxJS/commit/d4789cd))
2527
+ - **takeUntil:** unsubscribe notifier when it completes ([9415196](https://github.com/ReactiveX/RxJS/commit/9415196))
2528
+
2529
+ ### Features
2530
+
2531
+ - **operator:** add max operator ([7fda036](https://github.com/ReactiveX/RxJS/commit/7fda036))
2532
+ - **operator:** add min operator ([79cb6cf](https://github.com/ReactiveX/RxJS/commit/79cb6cf))
2533
+ - **shareBehavior:** add shareBehavior and its tests ([97ff1ec](https://github.com/ReactiveX/RxJS/commit/97ff1ec))
2534
+
2535
+ <a name="5.0.0-alpha.6"></a>
2536
+
2537
+ # [5.0.0-alpha.6](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.5...v5.0.0-alpha.6) (2015-10-17)
2538
+
2539
+ ### Bug Fixes
2540
+
2541
+ - **retryWhen:** fix internal unsubscriptions ([5aff5e8](https://github.com/ReactiveX/RxJS/commit/5aff5e8))
2542
+ - **scan:** scan now behaves like RxJS 4 scan ([27f9c09](https://github.com/ReactiveX/RxJS/commit/27f9c09))
2543
+
2544
+ <a name="5.0.0-alpha.5"></a>
2545
+
2546
+ # [5.0.0-alpha.5](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.4...v5.0.0-alpha.5) (2015-10-16)
2547
+
2548
+ ### Bug Fixes
2549
+
2550
+ - **bufferToggle:** fix bugs in order to pass tests ([949fa31](https://github.com/ReactiveX/RxJS/commit/949fa31))
2551
+ - **mergeAll:** fix mergeAll micro performance tests to use mapTo instead of map. ([616e86e](https://github.com/ReactiveX/RxJS/commit/616e86e))
2552
+ - **package:** correct typings path ([a501b06](https://github.com/ReactiveX/RxJS/commit/a501b06))
2553
+ - **repeat:** add additional resubscription behavior ([4f9f33b](https://github.com/ReactiveX/RxJS/commit/4f9f33b)), closes [#516](https://github.com/ReactiveX/RxJS/issues/516)
2554
+ - **retry:** fix internal unsubscriptions for retry ([cc92f45](https://github.com/ReactiveX/RxJS/commit/cc92f45)), closes [#546](https://github.com/ReactiveX/RxJS/issues/546)
2555
+ - **windowToggle:** fix window closing and unsubscription semantics ([0cb21e6](https://github.com/ReactiveX/RxJS/commit/0cb21e6))
2556
+
2557
+ <a name="5.0.0-alpha.4"></a>
2558
+
2559
+ # [5.0.0-alpha.4](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.3...5.0.0-alpha.4) (2015-10-15)
2560
+
2561
+ ### Bug Fixes
2562
+
2563
+ - **Subject:** fix missing unsubscribe call ([9dd27d6](https://github.com/ReactiveX/RxJS/commit/9dd27d6))
2564
+ - **Subscriber:** avoid implicit any ([08faaa9](https://github.com/ReactiveX/RxJS/commit/08faaa9))
2565
+ - **bufferWhen:** onComplete of closings determine buffers ([5d28a38](https://github.com/ReactiveX/RxJS/commit/5d28a38))
2566
+ - **fromEvent:** make selector argument optional in fromEvent static method ([71d90b4](https://github.com/ReactiveX/RxJS/commit/71d90b4))
2567
+ - **skipUntil:** update skipUntil behavior with error, completion ([6f0d98f](https://github.com/ReactiveX/RxJS/commit/6f0d98f)), closes [#518](https://github.com/ReactiveX/RxJS/issues/518)
2568
+ - **windowCount:** fix windowCount window opening times ([908ae56](https://github.com/ReactiveX/RxJS/commit/908ae56)), closes [#273](https://github.com/ReactiveX/RxJS/issues/273)
2569
+
2570
+ ### Features
2571
+
2572
+ - **operator:** add debounce operator ([a1e652f](https://github.com/ReactiveX/RxJS/commit/a1e652f)), closes [#493](https://github.com/ReactiveX/RxJS/issues/493)
2573
+ - **operator:** add debounceTime operator ([dd2ba40](https://github.com/ReactiveX/RxJS/commit/dd2ba40))
2574
+
2575
+ ### Performance Improvements
2576
+
2577
+ - **ScalarObservable:** add fast-path for mapping scalar observables ([7b0d3dc](https://github.com/ReactiveX/RxJS/commit/7b0d3dc))
2578
+ - **count:** fast-path for counting over scalars ([c35a120](https://github.com/ReactiveX/RxJS/commit/c35a120))
2579
+ - **filter:** add fast-path for filtering scalar observables ([e2e8954](https://github.com/ReactiveX/RxJS/commit/e2e8954))
2580
+ - **reduce:** add fast-path for reducing over scalar observables ([4c65136](https://github.com/ReactiveX/RxJS/commit/4c65136))
2581
+ - **scan:** fast-path for scanning scalars ([0201b92](https://github.com/ReactiveX/RxJS/commit/0201b92))
2582
+ - **skip:** fast-path for skip over scalar observable ([9b49936](https://github.com/ReactiveX/RxJS/commit/9b49936))
2583
+ - **take:** add fast-path for take over scalars ([33053b1](https://github.com/ReactiveX/RxJS/commit/33053b1))
2584
+
2585
+ <a name="5.0.0-alpha.3"></a>
2586
+
2587
+ # [5.0.0-alpha.3](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.2...5.0.0-alpha.3) (2015-10-13)
2588
+
2589
+ ### Bug Fixes
2590
+
2591
+ - **Observable:** fix type signature of some static operators ([e5364de](https://github.com/ReactiveX/RxJS/commit/e5364de))
2592
+ - **Subject.create:** ensure operator property not required for Observable subscription ([2259de2](https://github.com/ReactiveX/RxJS/commit/2259de2)), closes [#483](https://github.com/ReactiveX/RxJS/issues/483)
2593
+ - **TestScheduler:** stop sorting actual results ([51db0b8](https://github.com/ReactiveX/RxJS/commit/51db0b8)), closes [#422](https://github.com/ReactiveX/RxJS/issues/422)
2594
+ - **benchpress:** update benchpress dependencies and config ([8513eaa](https://github.com/ReactiveX/RxJS/commit/8513eaa)), closes [#348](https://github.com/ReactiveX/RxJS/issues/348)
2595
+ - **buffer:** change behavior of buffer to more closely match RxJS 4 ([b66592d](https://github.com/ReactiveX/RxJS/commit/b66592d))
2596
+ - **combineLatest:** fix type signature ([a3e6deb](https://github.com/ReactiveX/RxJS/commit/a3e6deb))
2597
+ - **defer:** fix type signature ([11327b9](https://github.com/ReactiveX/RxJS/commit/11327b9))
2598
+ - **empty:** fix type signature ([893cb7e](https://github.com/ReactiveX/RxJS/commit/893cb7e))
2599
+ - **fromPromise:** fix type signature ([17415fa](https://github.com/ReactiveX/RxJS/commit/17415fa))
2600
+ - **groupBy:** durationSelector cannot keep source alive ([57e4207](https://github.com/ReactiveX/RxJS/commit/57e4207))
2601
+ - **groupBy:** fix bugs related to group resets ([23a7574](https://github.com/ReactiveX/RxJS/commit/23a7574))
2602
+ - **groupBy:** fix bugs with groupBy ([86992c6](https://github.com/ReactiveX/RxJS/commit/86992c6))
2603
+ - **interval:** fix signature type ([9c238c0](https://github.com/ReactiveX/RxJS/commit/9c238c0))
2604
+ - **operator:** startWith operator accepts scheduler, multiple values ([d1d339a](https://github.com/ReactiveX/RxJS/commit/d1d339a))
2605
+ - **operators:** reorder signature of resultSelectors ([fc1724d](https://github.com/ReactiveX/RxJS/commit/fc1724d))
2606
+ - **range:** fix type signature ([9237d0b](https://github.com/ReactiveX/RxJS/commit/9237d0b))
2607
+ - **timeout:** fix absolute timeout behavior ([8ec06cf](https://github.com/ReactiveX/RxJS/commit/8ec06cf))
2608
+ - **timeout:** update behavior of timeout, timeoutWith ([16bd691](https://github.com/ReactiveX/RxJS/commit/16bd691))
2609
+ - **timer:** fix type signature ([fffb96c](https://github.com/ReactiveX/RxJS/commit/fffb96c))
2610
+ - **window:** handle closingNotifier errors/completes ([42beff1](https://github.com/ReactiveX/RxJS/commit/42beff1))
2611
+
2612
+ ### Features
2613
+
2614
+ - **TestScheduler:** support unsubscription marbles ([ffb0bb9](https://github.com/ReactiveX/RxJS/commit/ffb0bb9))
2615
+ - **count:** add predicate support in count() ([42d1add](https://github.com/ReactiveX/RxJS/commit/42d1add)), closes [#425](https://github.com/ReactiveX/RxJS/issues/425)
2616
+ - **dematerialize:** add dematerialize operator ([0a8b074](https://github.com/ReactiveX/RxJS/commit/0a8b074)), closes [#475](https://github.com/ReactiveX/RxJS/issues/475)
2617
+ - **do:** do will now handle an observer as an argument ([c1a4994](https://github.com/ReactiveX/RxJS/commit/c1a4994)), closes [#476](https://github.com/ReactiveX/RxJS/issues/476)
2618
+ - **first:** add resultSelector ([3c20fcc](https://github.com/ReactiveX/RxJS/commit/3c20fcc)), closes [#417](https://github.com/ReactiveX/RxJS/issues/417)
2619
+ - **last:** add resultSelector argument ([5a4896c](https://github.com/ReactiveX/RxJS/commit/5a4896c)), closes [#418](https://github.com/ReactiveX/RxJS/issues/418)
2620
+ - **operator:** add every operator ([d11f32e](https://github.com/ReactiveX/RxJS/commit/d11f32e))
2621
+ - **operator:** add timeInterval operator ([6cc0615](https://github.com/ReactiveX/RxJS/commit/6cc0615))
2622
+ - **share:** add the share operator ([c36f2be](https://github.com/ReactiveX/RxJS/commit/c36f2be)), closes [#439](https://github.com/ReactiveX/RxJS/issues/439)
2623
+ - **shareReplay:** add the shareReplay() operator ([65c84ea](https://github.com/ReactiveX/RxJS/commit/65c84ea))
2624
+
2625
+ ### Performance Improvements
2626
+
2627
+ - **ReplaySubject:** remove unnecessary computation ([488ac2e](https://github.com/ReactiveX/RxJS/commit/488ac2e))
2628
+
2629
+ ### BREAKING CHANGES
2630
+
2631
+ - **operators with resultSelectors** (mergeMap, concatMap, switchMap, etc):
2632
+ The function signature of resultSelectors used to be (innerValue,
2633
+ outerValue, innerIndex, outerIndex) but this commits changes it to
2634
+ be (outerValue, innerValue, outerIndex, innerIndex), to match
2635
+ signatures in RxJS 4.
2636
+
2637
+ <a name="5.0.0-alpha.2"></a>
2638
+
2639
+ # [5.0.0-alpha.2](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.1...5.0.0-alpha.2) (2015-09-30)
2640
+
2641
+ ### Bug Fixes
2642
+
2643
+ - **concat:** let observable concat instead of merge ([c17e832](https://github.com/ReactiveX/RxJS/commit/c17e832))
2644
+
2645
+ ### Features
2646
+
2647
+ - **operator:** add find, findIndex operator ([7c6cc9d](https://github.com/ReactiveX/RxJS/commit/7c6cc9d))
2648
+ - **operator:** add first operator ([274c233](https://github.com/ReactiveX/RxJS/commit/274c233))
2649
+ - **operator:** add ignoreElements operator ([fe1a952](https://github.com/ReactiveX/RxJS/commit/fe1a952))
2650
+ - **zip:** zip now supports never-ending iterables ([a5684ba](https://github.com/ReactiveX/RxJS/commit/a5684ba)), closes [#397](https://github.com/ReactiveX/RxJS/issues/397)
2651
+
2652
+ <a name="5.0.0-alpha.1"></a>
2653
+
2654
+ # [5.0.0-alpha.1](https://github.com/ReactiveX/RxJS/compare/0.0.0-prealpha.3...5.0.0-alpha.1) (2015-09-23)
2655
+
2656
+ ### Bug Fixes
2657
+
2658
+ - **Promises:** escape promise error trap ([c69088a](https://github.com/ReactiveX/RxJS/commit/c69088a))
2659
+ - **TestScheduler:** ensure TestScheduler subscribes to expectations before hot subjects ([b9b2ba5](https://github.com/ReactiveX/RxJS/commit/b9b2ba5))
2660
+ - **TestScheduler:** properly schedule actions added dynamically ([069ede4](https://github.com/ReactiveX/RxJS/commit/069ede4))
2661
+ - **buffer:** do not emit empty buffer when completes ([252fccb](https://github.com/ReactiveX/RxJS/commit/252fccb))
2662
+ - **bufferTime:** inner intervals will now clean up properly ([4ef41b0](https://github.com/ReactiveX/RxJS/commit/4ef41b0))
2663
+ - **expand:** Fix expand to stay open until the source Observable completes. ([20ef785](https://github.com/ReactiveX/RxJS/commit/20ef785))
2664
+ - **expand:** fix expand operator to match Rx3 ([67f9623](https://github.com/ReactiveX/RxJS/commit/67f9623))
2665
+ - **last:** emit value matches with predicate instead of result of predicate ([0f635ee](https://github.com/ReactiveX/RxJS/commit/0f635ee))
2666
+ - **merge:** fix issues with async in merge ([7a15304](https://github.com/ReactiveX/RxJS/commit/7a15304))
2667
+ - **mergeAll:** merge all will properly handle async observables ([43b63cc](https://github.com/ReactiveX/RxJS/commit/43b63cc))
2668
+ - **package:** specify supported npm version ([f72e622](https://github.com/ReactiveX/RxJS/commit/f72e622))
2669
+ - **switchAll:** switch all will properly handle async observables ([c2e2d29](https://github.com/ReactiveX/RxJS/commit/c2e2d29))
2670
+ - **switchAll/switchLatest:** inner subscriptions should now properly unsub ([38a45f8](https://github.com/ReactiveX/RxJS/commit/38a45f8)), closes [#302](https://github.com/ReactiveX/RxJS/issues/302)
2671
+
2672
+ ### Features
2673
+
2674
+ - **combineLatest:** supports promises, iterables, lowercase-o observables and Observables ([ce76e4e](https://github.com/ReactiveX/RxJS/commit/ce76e4e))
2675
+ - **config:** add global configuration of Promise capability ([e7eb5d7](https://github.com/ReactiveX/RxJS/commit/e7eb5d7)), closes [#115](https://github.com/ReactiveX/RxJS/issues/115)
2676
+ - **expand:** now handles promises, iterables and lowercase-o observables ([c5239e9](https://github.com/ReactiveX/RxJS/commit/c5239e9))
2677
+ - **mergeAll:** now supports promises, iterables and lowercase-o observables ([4c16aa6](https://github.com/ReactiveX/RxJS/commit/4c16aa6))
2678
+ - **operator:** add elementAt operator ([cd562c4](https://github.com/ReactiveX/RxJS/commit/cd562c4))
2679
+ - **operator:** add isEmpty operator ([80f72c5](https://github.com/ReactiveX/RxJS/commit/80f72c5))
2680
+ - **operator:** add last operator ([d841b11](https://github.com/ReactiveX/RxJS/commit/d841b11)), closes [#304](https://github.com/ReactiveX/RxJS/issues/304) [#306](https://github.com/ReactiveX/RxJS/issues/306)
2681
+ - **operator:** add single operator ([49484a2](https://github.com/ReactiveX/RxJS/commit/49484a2))
2682
+ - **switch:** add promise, iterable and array support ([24fdd34](https://github.com/ReactiveX/RxJS/commit/24fdd34))
2683
+ - **withLatestFrom:** default array output, handle other types ([cb393dc](https://github.com/ReactiveX/RxJS/commit/cb393dc))
2684
+ - **zip:** supports promises, iterables and lowercase-o observables ([d332a0e](https://github.com/ReactiveX/RxJS/commit/d332a0e))
2685
+
2686
+ <a name="0.0.0-prealpha.3"></a>
2687
+
2688
+ # [0.0.0-prealpha.3](https://github.com/ReactiveX/RxJS/compare/0.0.0-prealpha.2...0.0.0-prealpha.3) (2015-09-11)
2689
+
2690
+ ### Bug Fixes
2691
+
2692
+ - **root:** use self as the root object when available ([0428a85](https://github.com/ReactiveX/RxJS/commit/0428a85))
2693
+
2694
+ <a name="0.0.0-prealpha.2"></a>
2695
+
2696
+ # [0.0.0-prealpha.2](https://github.com/ReactiveX/RxJS/compare/0.0.0-prealpha.1...0.0.0-prealpha.2) (2015-09-11)
2697
+
2698
+ ### Bug Fixes
2699
+
2700
+ - **bufferCount:** set default value for skip argument, do not emit empty buffer at the end ([2c1a9dc](https://github.com/ReactiveX/RxJS/commit/2c1a9dc))
2701
+ - **windowCount:** set default value for skip argument, do not emit empty buffer at the end ([a513dbb](https://github.com/ReactiveX/RxJS/commit/a513dbb))
2702
+
2703
+ ### Features
2704
+
2705
+ - **Observable:** add static create method ([e0d27ba](https://github.com/ReactiveX/RxJS/commit/e0d27ba)), closes [#255](https://github.com/ReactiveX/RxJS/issues/255)
2706
+ - **TestScheduler:** add TestScheduler ([b23daf1](https://github.com/ReactiveX/RxJS/commit/b23daf1)), closes [#270](https://github.com/ReactiveX/RxJS/issues/270)
2707
+ - **VirtualTimeScheduler:** add VirtualTimeScheduler ([96f9386](https://github.com/ReactiveX/RxJS/commit/96f9386)), closes [#269](https://github.com/ReactiveX/RxJS/issues/269)
2708
+ - **operator:** add sample and sampleTime ([9e62789](https://github.com/ReactiveX/RxJS/commit/9e62789)), closes [#178](https://github.com/ReactiveX/RxJS/issues/178)
2709
+
2710
+ <a name="0.0.0-prealpha.1"></a>
2711
+
2712
+ # [0.0.0-prealpha.1](https://github.com/ReactiveX/RxJS/compare/0441dea...0.0.0-prealpha.1) (2015-09-02)
2713
+
2714
+ ### Bug Fixes
2715
+
2716
+ - **combineLatest:** check for limits higher than total observable count ([81e5dfb](https://github.com/ReactiveX/RxJS/commit/81e5dfb))
2717
+ - **rx:** add hack to export global until better global build exists ([1a543b0](https://github.com/ReactiveX/RxJS/commit/1a543b0))
2718
+ - **subscription-ref:** add setter for isDisposed ([6fe5427](https://github.com/ReactiveX/RxJS/commit/6fe5427))
2719
+ - **take:** complete on limit reached ([801a711](https://github.com/ReactiveX/RxJS/commit/801a711))
2720
+
2721
+ ### Features
2722
+
2723
+ - **benchpress:** add benchpress config and flatmap spec ([0441dea](https://github.com/ReactiveX/RxJS/commit/0441dea))
2724
+ - **catch:** add catch operator, related to #141, closes #130 ([94b4c01](https://github.com/ReactiveX/RxJS/commit/94b4c01)), closes [#130](https://github.com/ReactiveX/RxJS/issues/130)
2725
+ - **from:** let from handle any "observablesque" ([526d4c3](https://github.com/ReactiveX/RxJS/commit/526d4c3)), closes [#156](https://github.com/ReactiveX/RxJS/issues/156) [#236](https://github.com/ReactiveX/RxJS/issues/236)
2726
+ - **index:** add index module which requires commonjs build ([379d2d1](https://github.com/ReactiveX/RxJS/commit/379d2d1)), closes [#117](https://github.com/ReactiveX/RxJS/issues/117)
2727
+ - **observable:** add Observable.all (forkJoin) ([44a4ee1](https://github.com/ReactiveX/RxJS/commit/44a4ee1))
2728
+ - **operator:** Add count operator. ([30dd894](https://github.com/ReactiveX/RxJS/commit/30dd894))
2729
+ - **operator:** Add distinctUntilChanged and distinctUntilKeyChanged ([f9ba4da](https://github.com/ReactiveX/RxJS/commit/f9ba4da))
2730
+ - **operator:** Add do operator. ([7d9b52b](https://github.com/ReactiveX/RxJS/commit/7d9b52b))
2731
+ - **operator:** Add expand operator. ([47b178b](https://github.com/ReactiveX/RxJS/commit/47b178b))
2732
+ - **operator:** Add minimal delay operator. ([7851885](https://github.com/ReactiveX/RxJS/commit/7851885))
2733
+ - **operator:** add buffer operators: buffer, bufferWhen, bufferTime, bufferCount, and bufferTog ([9f8347f](https://github.com/ReactiveX/RxJS/commit/9f8347f)), closes [#207](https://github.com/ReactiveX/RxJS/issues/207)
2734
+ - **operator:** add debounce ([f03adaf](https://github.com/ReactiveX/RxJS/commit/f03adaf)), closes [#193](https://github.com/ReactiveX/RxJS/issues/193)
2735
+ - **operator:** add defaultIfEmpty ([c80688b](https://github.com/ReactiveX/RxJS/commit/c80688b))
2736
+ - **operator:** add finally ([526e4c9](https://github.com/ReactiveX/RxJS/commit/526e4c9))
2737
+ - **operator:** add fromEventPattern creator function ([1095d4c](https://github.com/ReactiveX/RxJS/commit/1095d4c))
2738
+ - **operator:** add groupBy ([1e13aea](https://github.com/ReactiveX/RxJS/commit/1e13aea)), closes [#165](https://github.com/ReactiveX/RxJS/issues/165)
2739
+ - **operator:** add materialize. closes #132 ([6d9f6ae](https://github.com/ReactiveX/RxJS/commit/6d9f6ae)), closes [#132](https://github.com/ReactiveX/RxJS/issues/132)
2740
+ - **operator:** add publishBehavior operator and spec ([249ab8d](https://github.com/ReactiveX/RxJS/commit/249ab8d))
2741
+ - **operator:** add publishReplay operator and spec ([a0c47d6](https://github.com/ReactiveX/RxJS/commit/a0c47d6))
2742
+ - **operator:** add retry ([4451db5](https://github.com/ReactiveX/RxJS/commit/4451db5))
2743
+ - **operator:** add retryWhen operator. closes #129 ([65eb50e](https://github.com/ReactiveX/RxJS/commit/65eb50e)), closes [#129](https://github.com/ReactiveX/RxJS/issues/129)
2744
+ - **operator:** add skipUntil ([ef2620e](https://github.com/ReactiveX/RxJS/commit/ef2620e)), closes [#180](https://github.com/ReactiveX/RxJS/issues/180)
2745
+ - **operator:** add throttle ([1d735b9](https://github.com/ReactiveX/RxJS/commit/1d735b9)), closes [#191](https://github.com/ReactiveX/RxJS/issues/191)
2746
+ - **operator:** add timeout and timeoutWith ([bb440ad](https://github.com/ReactiveX/RxJS/commit/bb440ad)), closes [#244](https://github.com/ReactiveX/RxJS/issues/244)
2747
+ - **operator:** add toPromise operator. closes #159 ([361a53b](https://github.com/ReactiveX/RxJS/commit/361a53b)), closes [#159](https://github.com/ReactiveX/RxJS/issues/159)
2748
+ - **operator:** add window operators: window, windowWhen, windowTime, windowCount, windowToggle ([9f5d510](https://github.com/ReactiveX/RxJS/commit/9f5d510)), closes [#195](https://github.com/ReactiveX/RxJS/issues/195)
2749
+ - **operator:** add withLatestFrom ([322218a](https://github.com/ReactiveX/RxJS/commit/322218a)), closes [#209](https://github.com/ReactiveX/RxJS/issues/209)
2750
+ - **operator:** implement startWith(). ([1f36d99](https://github.com/ReactiveX/RxJS/commit/1f36d99))