@slicemachine/manager 0.1.1-dev-plugins.3

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 (1500) hide show
  1. package/LICENSE +202 -0
  2. package/dist/__node_modules/@mswjs/cookies/lib/index.cjs +26 -0
  3. package/dist/__node_modules/@mswjs/cookies/lib/index.cjs.map +1 -0
  4. package/dist/__node_modules/@mswjs/cookies/lib/index.js +25 -0
  5. package/dist/__node_modules/@mswjs/cookies/lib/index.js.map +1 -0
  6. package/dist/__node_modules/@mswjs/cookies/lib/store.cjs +175 -0
  7. package/dist/__node_modules/@mswjs/cookies/lib/store.cjs.map +1 -0
  8. package/dist/__node_modules/@mswjs/cookies/lib/store.js +174 -0
  9. package/dist/__node_modules/@mswjs/cookies/lib/store.js.map +1 -0
  10. package/dist/__node_modules/@mswjs/interceptors/lib/BatchInterceptor.cjs +92 -0
  11. package/dist/__node_modules/@mswjs/interceptors/lib/BatchInterceptor.cjs.map +1 -0
  12. package/dist/__node_modules/@mswjs/interceptors/lib/BatchInterceptor.js +93 -0
  13. package/dist/__node_modules/@mswjs/interceptors/lib/BatchInterceptor.js.map +1 -0
  14. package/dist/__node_modules/@mswjs/interceptors/lib/InteractiveIsomorphicRequest.cjs +52 -0
  15. package/dist/__node_modules/@mswjs/interceptors/lib/InteractiveIsomorphicRequest.cjs.map +1 -0
  16. package/dist/__node_modules/@mswjs/interceptors/lib/InteractiveIsomorphicRequest.js +53 -0
  17. package/dist/__node_modules/@mswjs/interceptors/lib/InteractiveIsomorphicRequest.js.map +1 -0
  18. package/dist/__node_modules/@mswjs/interceptors/lib/Interceptor.cjs +176 -0
  19. package/dist/__node_modules/@mswjs/interceptors/lib/Interceptor.cjs.map +1 -0
  20. package/dist/__node_modules/@mswjs/interceptors/lib/Interceptor.js +175 -0
  21. package/dist/__node_modules/@mswjs/interceptors/lib/Interceptor.js.map +1 -0
  22. package/dist/__node_modules/@mswjs/interceptors/lib/IsomorphicRequest.cjs +186 -0
  23. package/dist/__node_modules/@mswjs/interceptors/lib/IsomorphicRequest.cjs.map +1 -0
  24. package/dist/__node_modules/@mswjs/interceptors/lib/IsomorphicRequest.js +187 -0
  25. package/dist/__node_modules/@mswjs/interceptors/lib/IsomorphicRequest.js.map +1 -0
  26. package/dist/__node_modules/@mswjs/interceptors/lib/glossary.cjs +7 -0
  27. package/dist/__node_modules/@mswjs/interceptors/lib/glossary.cjs.map +1 -0
  28. package/dist/__node_modules/@mswjs/interceptors/lib/glossary.js +8 -0
  29. package/dist/__node_modules/@mswjs/interceptors/lib/glossary.js.map +1 -0
  30. package/dist/__node_modules/@mswjs/interceptors/lib/index.cjs +54 -0
  31. package/dist/__node_modules/@mswjs/interceptors/lib/index.cjs.map +1 -0
  32. package/dist/__node_modules/@mswjs/interceptors/lib/index.js +53 -0
  33. package/dist/__node_modules/@mswjs/interceptors/lib/index.js.map +1 -0
  34. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/XMLHttpRequestOverride.cjs +554 -0
  35. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/XMLHttpRequestOverride.cjs.map +1 -0
  36. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/XMLHttpRequestOverride.js +554 -0
  37. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/XMLHttpRequestOverride.js.map +1 -0
  38. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/index.cjs +83 -0
  39. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/index.cjs.map +1 -0
  40. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/index.js +83 -0
  41. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/index.js.map +1 -0
  42. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/polyfills/EventPolyfill.cjs +57 -0
  43. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/polyfills/EventPolyfill.cjs.map +1 -0
  44. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/polyfills/EventPolyfill.js +57 -0
  45. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/polyfills/EventPolyfill.js.map +1 -0
  46. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/polyfills/ProgressEventPolyfill.cjs +51 -0
  47. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/polyfills/ProgressEventPolyfill.cjs.map +1 -0
  48. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/polyfills/ProgressEventPolyfill.js +51 -0
  49. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/polyfills/ProgressEventPolyfill.js.map +1 -0
  50. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/utils/bufferFrom.cjs +26 -0
  51. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/utils/bufferFrom.cjs.map +1 -0
  52. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/utils/bufferFrom.js +26 -0
  53. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/utils/bufferFrom.js.map +1 -0
  54. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/utils/createEvent.cjs +41 -0
  55. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/utils/createEvent.cjs.map +1 -0
  56. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/utils/createEvent.js +41 -0
  57. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/utils/createEvent.js.map +1 -0
  58. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/fetch/index.cjs +319 -0
  59. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/fetch/index.cjs.map +1 -0
  60. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/fetch/index.js +319 -0
  61. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/fetch/index.js.map +1 -0
  62. package/dist/__node_modules/@mswjs/interceptors/lib/utils/AsyncEventEmitter.cjs +327 -0
  63. package/dist/__node_modules/@mswjs/interceptors/lib/utils/AsyncEventEmitter.cjs.map +1 -0
  64. package/dist/__node_modules/@mswjs/interceptors/lib/utils/AsyncEventEmitter.js +326 -0
  65. package/dist/__node_modules/@mswjs/interceptors/lib/utils/AsyncEventEmitter.js.map +1 -0
  66. package/dist/__node_modules/@mswjs/interceptors/lib/utils/bufferUtils.cjs +24 -0
  67. package/dist/__node_modules/@mswjs/interceptors/lib/utils/bufferUtils.cjs.map +1 -0
  68. package/dist/__node_modules/@mswjs/interceptors/lib/utils/bufferUtils.js +25 -0
  69. package/dist/__node_modules/@mswjs/interceptors/lib/utils/bufferUtils.js.map +1 -0
  70. package/dist/__node_modules/@mswjs/interceptors/lib/utils/createLazyCallback.cjs +148 -0
  71. package/dist/__node_modules/@mswjs/interceptors/lib/utils/createLazyCallback.cjs.map +1 -0
  72. package/dist/__node_modules/@mswjs/interceptors/lib/utils/createLazyCallback.js +149 -0
  73. package/dist/__node_modules/@mswjs/interceptors/lib/utils/createLazyCallback.js.map +1 -0
  74. package/dist/__node_modules/@mswjs/interceptors/lib/utils/getCleanUrl.cjs +13 -0
  75. package/dist/__node_modules/@mswjs/interceptors/lib/utils/getCleanUrl.cjs.map +1 -0
  76. package/dist/__node_modules/@mswjs/interceptors/lib/utils/getCleanUrl.js +14 -0
  77. package/dist/__node_modules/@mswjs/interceptors/lib/utils/getCleanUrl.js.map +1 -0
  78. package/dist/__node_modules/@mswjs/interceptors/lib/utils/nextTick.cjs +18 -0
  79. package/dist/__node_modules/@mswjs/interceptors/lib/utils/nextTick.cjs.map +1 -0
  80. package/dist/__node_modules/@mswjs/interceptors/lib/utils/nextTick.js +19 -0
  81. package/dist/__node_modules/@mswjs/interceptors/lib/utils/nextTick.js.map +1 -0
  82. package/dist/__node_modules/@mswjs/interceptors/lib/utils/parseJson.cjs +23 -0
  83. package/dist/__node_modules/@mswjs/interceptors/lib/utils/parseJson.cjs.map +1 -0
  84. package/dist/__node_modules/@mswjs/interceptors/lib/utils/parseJson.js +23 -0
  85. package/dist/__node_modules/@mswjs/interceptors/lib/utils/parseJson.js.map +1 -0
  86. package/dist/__node_modules/@mswjs/interceptors/lib/utils/toIsoResponse.cjs +26 -0
  87. package/dist/__node_modules/@mswjs/interceptors/lib/utils/toIsoResponse.cjs.map +1 -0
  88. package/dist/__node_modules/@mswjs/interceptors/lib/utils/toIsoResponse.js +26 -0
  89. package/dist/__node_modules/@mswjs/interceptors/lib/utils/toIsoResponse.js.map +1 -0
  90. package/dist/__node_modules/@mswjs/interceptors/lib/utils/uuid.cjs +14 -0
  91. package/dist/__node_modules/@mswjs/interceptors/lib/utils/uuid.cjs.map +1 -0
  92. package/dist/__node_modules/@mswjs/interceptors/lib/utils/uuid.js +15 -0
  93. package/dist/__node_modules/@mswjs/interceptors/lib/utils/uuid.js.map +1 -0
  94. package/dist/__node_modules/@open-draft/until/lib/index.cjs +9 -0
  95. package/dist/__node_modules/@open-draft/until/lib/index.cjs.map +1 -0
  96. package/dist/__node_modules/@open-draft/until/lib/index.js +10 -0
  97. package/dist/__node_modules/@open-draft/until/lib/index.js.map +1 -0
  98. package/dist/__node_modules/@open-draft/until/lib/until.cjs +15 -0
  99. package/dist/__node_modules/@open-draft/until/lib/until.cjs.map +1 -0
  100. package/dist/__node_modules/@open-draft/until/lib/until.js +16 -0
  101. package/dist/__node_modules/@open-draft/until/lib/until.js.map +1 -0
  102. package/dist/__node_modules/@xmldom/xmldom/lib/conventions.cjs +144 -0
  103. package/dist/__node_modules/@xmldom/xmldom/lib/conventions.cjs.map +1 -0
  104. package/dist/__node_modules/@xmldom/xmldom/lib/conventions.js +144 -0
  105. package/dist/__node_modules/@xmldom/xmldom/lib/conventions.js.map +1 -0
  106. package/dist/__node_modules/@xmldom/xmldom/lib/dom-parser.cjs +226 -0
  107. package/dist/__node_modules/@xmldom/xmldom/lib/dom-parser.cjs.map +1 -0
  108. package/dist/__node_modules/@xmldom/xmldom/lib/dom-parser.js +226 -0
  109. package/dist/__node_modules/@xmldom/xmldom/lib/dom-parser.js.map +1 -0
  110. package/dist/__node_modules/@xmldom/xmldom/lib/dom.cjs +1396 -0
  111. package/dist/__node_modules/@xmldom/xmldom/lib/dom.cjs.map +1 -0
  112. package/dist/__node_modules/@xmldom/xmldom/lib/dom.js +1396 -0
  113. package/dist/__node_modules/@xmldom/xmldom/lib/dom.js.map +1 -0
  114. package/dist/__node_modules/@xmldom/xmldom/lib/entities.cjs +261 -0
  115. package/dist/__node_modules/@xmldom/xmldom/lib/entities.cjs.map +1 -0
  116. package/dist/__node_modules/@xmldom/xmldom/lib/entities.js +261 -0
  117. package/dist/__node_modules/@xmldom/xmldom/lib/entities.js.map +1 -0
  118. package/dist/__node_modules/@xmldom/xmldom/lib/index.cjs +18 -0
  119. package/dist/__node_modules/@xmldom/xmldom/lib/index.cjs.map +1 -0
  120. package/dist/__node_modules/@xmldom/xmldom/lib/index.js +18 -0
  121. package/dist/__node_modules/@xmldom/xmldom/lib/index.js.map +1 -0
  122. package/dist/__node_modules/@xmldom/xmldom/lib/sax.cjs +588 -0
  123. package/dist/__node_modules/@xmldom/xmldom/lib/sax.cjs.map +1 -0
  124. package/dist/__node_modules/@xmldom/xmldom/lib/sax.js +588 -0
  125. package/dist/__node_modules/@xmldom/xmldom/lib/sax.js.map +1 -0
  126. package/dist/__node_modules/busboy/lib/index.cjs +51 -0
  127. package/dist/__node_modules/busboy/lib/index.cjs.map +1 -0
  128. package/dist/__node_modules/busboy/lib/index.js +52 -0
  129. package/dist/__node_modules/busboy/lib/index.js.map +1 -0
  130. package/dist/__node_modules/busboy/lib/types/multipart.cjs +1046 -0
  131. package/dist/__node_modules/busboy/lib/types/multipart.cjs.map +1 -0
  132. package/dist/__node_modules/busboy/lib/types/multipart.js +1047 -0
  133. package/dist/__node_modules/busboy/lib/types/multipart.js.map +1 -0
  134. package/dist/__node_modules/busboy/lib/types/urlencoded.cjs +545 -0
  135. package/dist/__node_modules/busboy/lib/types/urlencoded.cjs.map +1 -0
  136. package/dist/__node_modules/busboy/lib/types/urlencoded.js +546 -0
  137. package/dist/__node_modules/busboy/lib/types/urlencoded.js.map +1 -0
  138. package/dist/__node_modules/busboy/lib/utils.cjs +1681 -0
  139. package/dist/__node_modules/busboy/lib/utils.cjs.map +1 -0
  140. package/dist/__node_modules/busboy/lib/utils.js +1682 -0
  141. package/dist/__node_modules/busboy/lib/utils.js.map +1 -0
  142. package/dist/__node_modules/common-tags/es/TemplateTag/TemplateTag.cjs +135 -0
  143. package/dist/__node_modules/common-tags/es/TemplateTag/TemplateTag.cjs.map +1 -0
  144. package/dist/__node_modules/common-tags/es/TemplateTag/TemplateTag.js +136 -0
  145. package/dist/__node_modules/common-tags/es/TemplateTag/TemplateTag.js.map +1 -0
  146. package/dist/__node_modules/common-tags/es/commaLists/commaLists.cjs +7 -0
  147. package/dist/__node_modules/common-tags/es/commaLists/commaLists.cjs.map +1 -0
  148. package/dist/__node_modules/common-tags/es/commaLists/commaLists.js +6 -0
  149. package/dist/__node_modules/common-tags/es/commaLists/commaLists.js.map +1 -0
  150. package/dist/__node_modules/common-tags/es/commaListsAnd/commaListsAnd.cjs +7 -0
  151. package/dist/__node_modules/common-tags/es/commaListsAnd/commaListsAnd.cjs.map +1 -0
  152. package/dist/__node_modules/common-tags/es/commaListsAnd/commaListsAnd.js +6 -0
  153. package/dist/__node_modules/common-tags/es/commaListsAnd/commaListsAnd.js.map +1 -0
  154. package/dist/__node_modules/common-tags/es/commaListsOr/commaListsOr.cjs +7 -0
  155. package/dist/__node_modules/common-tags/es/commaListsOr/commaListsOr.cjs.map +1 -0
  156. package/dist/__node_modules/common-tags/es/commaListsOr/commaListsOr.js +6 -0
  157. package/dist/__node_modules/common-tags/es/commaListsOr/commaListsOr.js.map +1 -0
  158. package/dist/__node_modules/common-tags/es/html/html.cjs +9 -0
  159. package/dist/__node_modules/common-tags/es/html/html.cjs.map +1 -0
  160. package/dist/__node_modules/common-tags/es/html/html.js +8 -0
  161. package/dist/__node_modules/common-tags/es/html/html.js.map +1 -0
  162. package/dist/__node_modules/common-tags/es/inlineArrayTransformer/inlineArrayTransformer.cjs +32 -0
  163. package/dist/__node_modules/common-tags/es/inlineArrayTransformer/inlineArrayTransformer.cjs.map +1 -0
  164. package/dist/__node_modules/common-tags/es/inlineArrayTransformer/inlineArrayTransformer.js +33 -0
  165. package/dist/__node_modules/common-tags/es/inlineArrayTransformer/inlineArrayTransformer.js.map +1 -0
  166. package/dist/__node_modules/common-tags/es/inlineLists/inlineLists.cjs +7 -0
  167. package/dist/__node_modules/common-tags/es/inlineLists/inlineLists.cjs.map +1 -0
  168. package/dist/__node_modules/common-tags/es/inlineLists/inlineLists.js +6 -0
  169. package/dist/__node_modules/common-tags/es/inlineLists/inlineLists.js.map +1 -0
  170. package/dist/__node_modules/common-tags/es/oneLine/oneLine.cjs +6 -0
  171. package/dist/__node_modules/common-tags/es/oneLine/oneLine.cjs.map +1 -0
  172. package/dist/__node_modules/common-tags/es/oneLine/oneLine.js +5 -0
  173. package/dist/__node_modules/common-tags/es/oneLine/oneLine.js.map +1 -0
  174. package/dist/__node_modules/common-tags/es/oneLineCommaLists/oneLineCommaLists.cjs +7 -0
  175. package/dist/__node_modules/common-tags/es/oneLineCommaLists/oneLineCommaLists.cjs.map +1 -0
  176. package/dist/__node_modules/common-tags/es/oneLineCommaLists/oneLineCommaLists.js +6 -0
  177. package/dist/__node_modules/common-tags/es/oneLineCommaLists/oneLineCommaLists.js.map +1 -0
  178. package/dist/__node_modules/common-tags/es/oneLineCommaListsAnd/oneLineCommaListsAnd.cjs +7 -0
  179. package/dist/__node_modules/common-tags/es/oneLineCommaListsAnd/oneLineCommaListsAnd.cjs.map +1 -0
  180. package/dist/__node_modules/common-tags/es/oneLineCommaListsAnd/oneLineCommaListsAnd.js +6 -0
  181. package/dist/__node_modules/common-tags/es/oneLineCommaListsAnd/oneLineCommaListsAnd.js.map +1 -0
  182. package/dist/__node_modules/common-tags/es/oneLineCommaListsOr/oneLineCommaListsOr.cjs +7 -0
  183. package/dist/__node_modules/common-tags/es/oneLineCommaListsOr/oneLineCommaListsOr.cjs.map +1 -0
  184. package/dist/__node_modules/common-tags/es/oneLineCommaListsOr/oneLineCommaListsOr.js +6 -0
  185. package/dist/__node_modules/common-tags/es/oneLineCommaListsOr/oneLineCommaListsOr.js.map +1 -0
  186. package/dist/__node_modules/common-tags/es/oneLineInlineLists/oneLineInlineLists.cjs +7 -0
  187. package/dist/__node_modules/common-tags/es/oneLineInlineLists/oneLineInlineLists.cjs.map +1 -0
  188. package/dist/__node_modules/common-tags/es/oneLineInlineLists/oneLineInlineLists.js +6 -0
  189. package/dist/__node_modules/common-tags/es/oneLineInlineLists/oneLineInlineLists.js.map +1 -0
  190. package/dist/__node_modules/common-tags/es/oneLineTrim/oneLineTrim.cjs +6 -0
  191. package/dist/__node_modules/common-tags/es/oneLineTrim/oneLineTrim.cjs.map +1 -0
  192. package/dist/__node_modules/common-tags/es/oneLineTrim/oneLineTrim.js +5 -0
  193. package/dist/__node_modules/common-tags/es/oneLineTrim/oneLineTrim.js.map +1 -0
  194. package/dist/__node_modules/common-tags/es/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.cjs +19 -0
  195. package/dist/__node_modules/common-tags/es/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.cjs.map +1 -0
  196. package/dist/__node_modules/common-tags/es/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.js +20 -0
  197. package/dist/__node_modules/common-tags/es/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.js.map +1 -0
  198. package/dist/__node_modules/common-tags/es/replaceResultTransformer/replaceResultTransformer.cjs +13 -0
  199. package/dist/__node_modules/common-tags/es/replaceResultTransformer/replaceResultTransformer.cjs.map +1 -0
  200. package/dist/__node_modules/common-tags/es/replaceResultTransformer/replaceResultTransformer.js +14 -0
  201. package/dist/__node_modules/common-tags/es/replaceResultTransformer/replaceResultTransformer.js.map +1 -0
  202. package/dist/__node_modules/common-tags/es/replaceSubstitutionTransformer/replaceSubstitutionTransformer.cjs +17 -0
  203. package/dist/__node_modules/common-tags/es/replaceSubstitutionTransformer/replaceSubstitutionTransformer.cjs.map +1 -0
  204. package/dist/__node_modules/common-tags/es/replaceSubstitutionTransformer/replaceSubstitutionTransformer.js +18 -0
  205. package/dist/__node_modules/common-tags/es/replaceSubstitutionTransformer/replaceSubstitutionTransformer.js.map +1 -0
  206. package/dist/__node_modules/common-tags/es/safeHtml/safeHtml.cjs +9 -0
  207. package/dist/__node_modules/common-tags/es/safeHtml/safeHtml.cjs.map +1 -0
  208. package/dist/__node_modules/common-tags/es/safeHtml/safeHtml.js +8 -0
  209. package/dist/__node_modules/common-tags/es/safeHtml/safeHtml.js.map +1 -0
  210. package/dist/__node_modules/common-tags/es/splitStringTransformer/splitStringTransformer.cjs +17 -0
  211. package/dist/__node_modules/common-tags/es/splitStringTransformer/splitStringTransformer.cjs.map +1 -0
  212. package/dist/__node_modules/common-tags/es/splitStringTransformer/splitStringTransformer.js +18 -0
  213. package/dist/__node_modules/common-tags/es/splitStringTransformer/splitStringTransformer.js.map +1 -0
  214. package/dist/__node_modules/common-tags/es/stripIndent/stripIndent.cjs +7 -0
  215. package/dist/__node_modules/common-tags/es/stripIndent/stripIndent.cjs.map +1 -0
  216. package/dist/__node_modules/common-tags/es/stripIndent/stripIndent.js +8 -0
  217. package/dist/__node_modules/common-tags/es/stripIndent/stripIndent.js.map +1 -0
  218. package/dist/__node_modules/common-tags/es/stripIndentTransformer/stripIndentTransformer.cjs +35 -0
  219. package/dist/__node_modules/common-tags/es/stripIndentTransformer/stripIndentTransformer.cjs.map +1 -0
  220. package/dist/__node_modules/common-tags/es/stripIndentTransformer/stripIndentTransformer.js +36 -0
  221. package/dist/__node_modules/common-tags/es/stripIndentTransformer/stripIndentTransformer.js.map +1 -0
  222. package/dist/__node_modules/common-tags/es/stripIndents/stripIndents.cjs +6 -0
  223. package/dist/__node_modules/common-tags/es/stripIndents/stripIndents.cjs.map +1 -0
  224. package/dist/__node_modules/common-tags/es/stripIndents/stripIndents.js +5 -0
  225. package/dist/__node_modules/common-tags/es/stripIndents/stripIndents.js.map +1 -0
  226. package/dist/__node_modules/common-tags/es/trimResultTransformer/trimResultTransformer.cjs +21 -0
  227. package/dist/__node_modules/common-tags/es/trimResultTransformer/trimResultTransformer.cjs.map +1 -0
  228. package/dist/__node_modules/common-tags/es/trimResultTransformer/trimResultTransformer.js +22 -0
  229. package/dist/__node_modules/common-tags/es/trimResultTransformer/trimResultTransformer.js.map +1 -0
  230. package/dist/__node_modules/data-uri-to-buffer/dist/index.cjs +41 -0
  231. package/dist/__node_modules/data-uri-to-buffer/dist/index.cjs.map +1 -0
  232. package/dist/__node_modules/data-uri-to-buffer/dist/index.js +41 -0
  233. package/dist/__node_modules/data-uri-to-buffer/dist/index.js.map +1 -0
  234. package/dist/__node_modules/debug/__node_modules/ms/index.cjs +122 -0
  235. package/dist/__node_modules/debug/__node_modules/ms/index.cjs.map +1 -0
  236. package/dist/__node_modules/debug/__node_modules/ms/index.js +122 -0
  237. package/dist/__node_modules/debug/__node_modules/ms/index.js.map +1 -0
  238. package/dist/__node_modules/debug/src/browser.cjs +165 -0
  239. package/dist/__node_modules/debug/src/browser.cjs.map +1 -0
  240. package/dist/__node_modules/debug/src/browser.js +164 -0
  241. package/dist/__node_modules/debug/src/browser.js.map +1 -0
  242. package/dist/__node_modules/debug/src/common.cjs +161 -0
  243. package/dist/__node_modules/debug/src/common.cjs.map +1 -0
  244. package/dist/__node_modules/debug/src/common.js +162 -0
  245. package/dist/__node_modules/debug/src/common.js.map +1 -0
  246. package/dist/__node_modules/devalue/src/constants.cjs +15 -0
  247. package/dist/__node_modules/devalue/src/constants.cjs.map +1 -0
  248. package/dist/__node_modules/devalue/src/constants.js +15 -0
  249. package/dist/__node_modules/devalue/src/constants.js.map +1 -0
  250. package/dist/__node_modules/devalue/src/parse.cjs +95 -0
  251. package/dist/__node_modules/devalue/src/parse.cjs.map +1 -0
  252. package/dist/__node_modules/devalue/src/parse.js +95 -0
  253. package/dist/__node_modules/devalue/src/parse.js.map +1 -0
  254. package/dist/__node_modules/devalue/src/stringify.cjs +140 -0
  255. package/dist/__node_modules/devalue/src/stringify.cjs.map +1 -0
  256. package/dist/__node_modules/devalue/src/stringify.js +140 -0
  257. package/dist/__node_modules/devalue/src/stringify.js.map +1 -0
  258. package/dist/__node_modules/devalue/src/uneval.cjs +4 -0
  259. package/dist/__node_modules/devalue/src/uneval.cjs.map +1 -0
  260. package/dist/__node_modules/devalue/src/uneval.js +3 -0
  261. package/dist/__node_modules/devalue/src/uneval.js.map +1 -0
  262. package/dist/__node_modules/devalue/src/utils.cjs +68 -0
  263. package/dist/__node_modules/devalue/src/utils.cjs.map +1 -0
  264. package/dist/__node_modules/devalue/src/utils.js +68 -0
  265. package/dist/__node_modules/devalue/src/utils.js.map +1 -0
  266. package/dist/__node_modules/fetch-blob/file.cjs +61 -0
  267. package/dist/__node_modules/fetch-blob/file.cjs.map +1 -0
  268. package/dist/__node_modules/fetch-blob/file.js +61 -0
  269. package/dist/__node_modules/fetch-blob/file.js.map +1 -0
  270. package/dist/__node_modules/fetch-blob/index.cjs +217 -0
  271. package/dist/__node_modules/fetch-blob/index.cjs.map +1 -0
  272. package/dist/__node_modules/fetch-blob/index.js +217 -0
  273. package/dist/__node_modules/fetch-blob/index.js.map +1 -0
  274. package/dist/__node_modules/fetch-blob/streams.cjs +43 -0
  275. package/dist/__node_modules/fetch-blob/streams.cjs.map +1 -0
  276. package/dist/__node_modules/fetch-blob/streams.js +42 -0
  277. package/dist/__node_modules/fetch-blob/streams.js.map +1 -0
  278. package/dist/__node_modules/file-type/core.cjs +1147 -0
  279. package/dist/__node_modules/file-type/core.cjs.map +1 -0
  280. package/dist/__node_modules/file-type/core.js +1147 -0
  281. package/dist/__node_modules/file-type/core.js.map +1 -0
  282. package/dist/__node_modules/file-type/util.cjs +27 -0
  283. package/dist/__node_modules/file-type/util.cjs.map +1 -0
  284. package/dist/__node_modules/file-type/util.js +27 -0
  285. package/dist/__node_modules/file-type/util.js.map +1 -0
  286. package/dist/__node_modules/formdata-node/lib/browser.cjs +16 -0
  287. package/dist/__node_modules/formdata-node/lib/browser.cjs.map +1 -0
  288. package/dist/__node_modules/formdata-node/lib/browser.js +16 -0
  289. package/dist/__node_modules/formdata-node/lib/browser.js.map +1 -0
  290. package/dist/__node_modules/formdata-polyfill/esm.min.cjs +116 -0
  291. package/dist/__node_modules/formdata-polyfill/esm.min.cjs.map +1 -0
  292. package/dist/__node_modules/formdata-polyfill/esm.min.js +116 -0
  293. package/dist/__node_modules/formdata-polyfill/esm.min.js.map +1 -0
  294. package/dist/__node_modules/fp-ts/es6/Either.cjs +14 -0
  295. package/dist/__node_modules/fp-ts/es6/Either.cjs.map +1 -0
  296. package/dist/__node_modules/fp-ts/es6/Either.js +14 -0
  297. package/dist/__node_modules/fp-ts/es6/Either.js.map +1 -0
  298. package/dist/__node_modules/fp-ts/es6/function.cjs +33 -0
  299. package/dist/__node_modules/fp-ts/es6/function.cjs.map +1 -0
  300. package/dist/__node_modules/fp-ts/es6/function.js +33 -0
  301. package/dist/__node_modules/fp-ts/es6/function.js.map +1 -0
  302. package/dist/__node_modules/fp-ts/es6/internal.cjs +18 -0
  303. package/dist/__node_modules/fp-ts/es6/internal.cjs.map +1 -0
  304. package/dist/__node_modules/fp-ts/es6/internal.js +18 -0
  305. package/dist/__node_modules/fp-ts/es6/internal.js.map +1 -0
  306. package/dist/__node_modules/get-port/index.cjs +113 -0
  307. package/dist/__node_modules/get-port/index.cjs.map +1 -0
  308. package/dist/__node_modules/get-port/index.js +114 -0
  309. package/dist/__node_modules/get-port/index.js.map +1 -0
  310. package/dist/__node_modules/graphql/error/GraphQLError.cjs +162 -0
  311. package/dist/__node_modules/graphql/error/GraphQLError.cjs.map +1 -0
  312. package/dist/__node_modules/graphql/error/GraphQLError.js +162 -0
  313. package/dist/__node_modules/graphql/error/GraphQLError.js.map +1 -0
  314. package/dist/__node_modules/graphql/error/locatedError.cjs +23 -0
  315. package/dist/__node_modules/graphql/error/locatedError.cjs.map +1 -0
  316. package/dist/__node_modules/graphql/error/locatedError.js +23 -0
  317. package/dist/__node_modules/graphql/error/locatedError.js.map +1 -0
  318. package/dist/__node_modules/graphql/error/syntaxError.cjs +11 -0
  319. package/dist/__node_modules/graphql/error/syntaxError.cjs.map +1 -0
  320. package/dist/__node_modules/graphql/error/syntaxError.js +11 -0
  321. package/dist/__node_modules/graphql/error/syntaxError.js.map +1 -0
  322. package/dist/__node_modules/graphql/execution/collectFields.cjs +128 -0
  323. package/dist/__node_modules/graphql/execution/collectFields.cjs.map +1 -0
  324. package/dist/__node_modules/graphql/execution/collectFields.js +128 -0
  325. package/dist/__node_modules/graphql/execution/collectFields.js.map +1 -0
  326. package/dist/__node_modules/graphql/execution/execute.cjs +600 -0
  327. package/dist/__node_modules/graphql/execution/execute.cjs.map +1 -0
  328. package/dist/__node_modules/graphql/execution/execute.js +600 -0
  329. package/dist/__node_modules/graphql/execution/execute.js.map +1 -0
  330. package/dist/__node_modules/graphql/execution/mapAsyncIterator.cjs +46 -0
  331. package/dist/__node_modules/graphql/execution/mapAsyncIterator.cjs.map +1 -0
  332. package/dist/__node_modules/graphql/execution/mapAsyncIterator.js +46 -0
  333. package/dist/__node_modules/graphql/execution/mapAsyncIterator.js.map +1 -0
  334. package/dist/__node_modules/graphql/execution/subscribe.cjs +121 -0
  335. package/dist/__node_modules/graphql/execution/subscribe.cjs.map +1 -0
  336. package/dist/__node_modules/graphql/execution/subscribe.js +121 -0
  337. package/dist/__node_modules/graphql/execution/subscribe.js.map +1 -0
  338. package/dist/__node_modules/graphql/execution/values.cjs +184 -0
  339. package/dist/__node_modules/graphql/execution/values.cjs.map +1 -0
  340. package/dist/__node_modules/graphql/execution/values.js +184 -0
  341. package/dist/__node_modules/graphql/execution/values.js.map +1 -0
  342. package/dist/__node_modules/graphql/graphql.cjs +67 -0
  343. package/dist/__node_modules/graphql/graphql.cjs.map +1 -0
  344. package/dist/__node_modules/graphql/graphql.js +67 -0
  345. package/dist/__node_modules/graphql/graphql.js.map +1 -0
  346. package/dist/__node_modules/graphql/index.cjs +320 -0
  347. package/dist/__node_modules/graphql/index.cjs.map +1 -0
  348. package/dist/__node_modules/graphql/index.js +299 -0
  349. package/dist/__node_modules/graphql/index.js.map +1 -0
  350. package/dist/__node_modules/graphql/jsutils/Path.cjs +21 -0
  351. package/dist/__node_modules/graphql/jsutils/Path.cjs.map +1 -0
  352. package/dist/__node_modules/graphql/jsutils/Path.js +21 -0
  353. package/dist/__node_modules/graphql/jsutils/Path.js.map +1 -0
  354. package/dist/__node_modules/graphql/jsutils/devAssert.cjs +10 -0
  355. package/dist/__node_modules/graphql/jsutils/devAssert.cjs.map +1 -0
  356. package/dist/__node_modules/graphql/jsutils/devAssert.js +10 -0
  357. package/dist/__node_modules/graphql/jsutils/devAssert.js.map +1 -0
  358. package/dist/__node_modules/graphql/jsutils/didYouMean.cjs +24 -0
  359. package/dist/__node_modules/graphql/jsutils/didYouMean.cjs.map +1 -0
  360. package/dist/__node_modules/graphql/jsutils/didYouMean.js +24 -0
  361. package/dist/__node_modules/graphql/jsutils/didYouMean.js.map +1 -0
  362. package/dist/__node_modules/graphql/jsutils/groupBy.cjs +17 -0
  363. package/dist/__node_modules/graphql/jsutils/groupBy.cjs.map +1 -0
  364. package/dist/__node_modules/graphql/jsutils/groupBy.js +17 -0
  365. package/dist/__node_modules/graphql/jsutils/groupBy.js.map +1 -0
  366. package/dist/__node_modules/graphql/jsutils/identityFunc.cjs +7 -0
  367. package/dist/__node_modules/graphql/jsutils/identityFunc.cjs.map +1 -0
  368. package/dist/__node_modules/graphql/jsutils/identityFunc.js +7 -0
  369. package/dist/__node_modules/graphql/jsutils/identityFunc.js.map +1 -0
  370. package/dist/__node_modules/graphql/jsutils/inspect.cjs +85 -0
  371. package/dist/__node_modules/graphql/jsutils/inspect.cjs.map +1 -0
  372. package/dist/__node_modules/graphql/jsutils/inspect.js +85 -0
  373. package/dist/__node_modules/graphql/jsutils/inspect.js.map +1 -0
  374. package/dist/__node_modules/graphql/jsutils/instanceOf.cjs +41 -0
  375. package/dist/__node_modules/graphql/jsutils/instanceOf.cjs.map +1 -0
  376. package/dist/__node_modules/graphql/jsutils/instanceOf.js +41 -0
  377. package/dist/__node_modules/graphql/jsutils/instanceOf.js.map +1 -0
  378. package/dist/__node_modules/graphql/jsutils/invariant.cjs +12 -0
  379. package/dist/__node_modules/graphql/jsutils/invariant.cjs.map +1 -0
  380. package/dist/__node_modules/graphql/jsutils/invariant.js +12 -0
  381. package/dist/__node_modules/graphql/jsutils/invariant.js.map +1 -0
  382. package/dist/__node_modules/graphql/jsutils/isAsyncIterable.cjs +7 -0
  383. package/dist/__node_modules/graphql/jsutils/isAsyncIterable.cjs.map +1 -0
  384. package/dist/__node_modules/graphql/jsutils/isAsyncIterable.js +7 -0
  385. package/dist/__node_modules/graphql/jsutils/isAsyncIterable.js.map +1 -0
  386. package/dist/__node_modules/graphql/jsutils/isIterableObject.cjs +7 -0
  387. package/dist/__node_modules/graphql/jsutils/isIterableObject.cjs.map +1 -0
  388. package/dist/__node_modules/graphql/jsutils/isIterableObject.js +7 -0
  389. package/dist/__node_modules/graphql/jsutils/isIterableObject.js.map +1 -0
  390. package/dist/__node_modules/graphql/jsutils/isObjectLike.cjs +7 -0
  391. package/dist/__node_modules/graphql/jsutils/isObjectLike.cjs.map +1 -0
  392. package/dist/__node_modules/graphql/jsutils/isObjectLike.js +7 -0
  393. package/dist/__node_modules/graphql/jsutils/isObjectLike.js.map +1 -0
  394. package/dist/__node_modules/graphql/jsutils/isPromise.cjs +7 -0
  395. package/dist/__node_modules/graphql/jsutils/isPromise.cjs.map +1 -0
  396. package/dist/__node_modules/graphql/jsutils/isPromise.js +7 -0
  397. package/dist/__node_modules/graphql/jsutils/isPromise.js.map +1 -0
  398. package/dist/__node_modules/graphql/jsutils/keyMap.cjs +11 -0
  399. package/dist/__node_modules/graphql/jsutils/keyMap.cjs.map +1 -0
  400. package/dist/__node_modules/graphql/jsutils/keyMap.js +11 -0
  401. package/dist/__node_modules/graphql/jsutils/keyMap.js.map +1 -0
  402. package/dist/__node_modules/graphql/jsutils/keyValMap.cjs +11 -0
  403. package/dist/__node_modules/graphql/jsutils/keyValMap.cjs.map +1 -0
  404. package/dist/__node_modules/graphql/jsutils/keyValMap.js +11 -0
  405. package/dist/__node_modules/graphql/jsutils/keyValMap.js.map +1 -0
  406. package/dist/__node_modules/graphql/jsutils/mapValue.cjs +11 -0
  407. package/dist/__node_modules/graphql/jsutils/mapValue.cjs.map +1 -0
  408. package/dist/__node_modules/graphql/jsutils/mapValue.js +11 -0
  409. package/dist/__node_modules/graphql/jsutils/mapValue.js.map +1 -0
  410. package/dist/__node_modules/graphql/jsutils/memoize3.cjs +28 -0
  411. package/dist/__node_modules/graphql/jsutils/memoize3.cjs.map +1 -0
  412. package/dist/__node_modules/graphql/jsutils/memoize3.js +28 -0
  413. package/dist/__node_modules/graphql/jsutils/memoize3.js.map +1 -0
  414. package/dist/__node_modules/graphql/jsutils/naturalCompare.cjs +47 -0
  415. package/dist/__node_modules/graphql/jsutils/naturalCompare.cjs.map +1 -0
  416. package/dist/__node_modules/graphql/jsutils/naturalCompare.js +47 -0
  417. package/dist/__node_modules/graphql/jsutils/naturalCompare.js.map +1 -0
  418. package/dist/__node_modules/graphql/jsutils/printPathArray.cjs +9 -0
  419. package/dist/__node_modules/graphql/jsutils/printPathArray.cjs.map +1 -0
  420. package/dist/__node_modules/graphql/jsutils/printPathArray.js +9 -0
  421. package/dist/__node_modules/graphql/jsutils/printPathArray.js.map +1 -0
  422. package/dist/__node_modules/graphql/jsutils/promiseForObject.cjs +13 -0
  423. package/dist/__node_modules/graphql/jsutils/promiseForObject.cjs.map +1 -0
  424. package/dist/__node_modules/graphql/jsutils/promiseForObject.js +13 -0
  425. package/dist/__node_modules/graphql/jsutils/promiseForObject.js.map +1 -0
  426. package/dist/__node_modules/graphql/jsutils/promiseReduce.cjs +12 -0
  427. package/dist/__node_modules/graphql/jsutils/promiseReduce.cjs.map +1 -0
  428. package/dist/__node_modules/graphql/jsutils/promiseReduce.js +12 -0
  429. package/dist/__node_modules/graphql/jsutils/promiseReduce.js.map +1 -0
  430. package/dist/__node_modules/graphql/jsutils/suggestionList.cjs +94 -0
  431. package/dist/__node_modules/graphql/jsutils/suggestionList.cjs.map +1 -0
  432. package/dist/__node_modules/graphql/jsutils/suggestionList.js +94 -0
  433. package/dist/__node_modules/graphql/jsutils/suggestionList.js.map +1 -0
  434. package/dist/__node_modules/graphql/jsutils/toError.cjs +15 -0
  435. package/dist/__node_modules/graphql/jsutils/toError.cjs.map +1 -0
  436. package/dist/__node_modules/graphql/jsutils/toError.js +15 -0
  437. package/dist/__node_modules/graphql/jsutils/toError.js.map +1 -0
  438. package/dist/__node_modules/graphql/jsutils/toObjMap.cjs +17 -0
  439. package/dist/__node_modules/graphql/jsutils/toObjMap.cjs.map +1 -0
  440. package/dist/__node_modules/graphql/jsutils/toObjMap.js +17 -0
  441. package/dist/__node_modules/graphql/jsutils/toObjMap.js.map +1 -0
  442. package/dist/__node_modules/graphql/language/ast.cjs +175 -0
  443. package/dist/__node_modules/graphql/language/ast.cjs.map +1 -0
  444. package/dist/__node_modules/graphql/language/ast.js +176 -0
  445. package/dist/__node_modules/graphql/language/ast.js.map +1 -0
  446. package/dist/__node_modules/graphql/language/blockString.cjs +109 -0
  447. package/dist/__node_modules/graphql/language/blockString.cjs.map +1 -0
  448. package/dist/__node_modules/graphql/language/blockString.js +109 -0
  449. package/dist/__node_modules/graphql/language/blockString.js.map +1 -0
  450. package/dist/__node_modules/graphql/language/characterClasses.cjs +23 -0
  451. package/dist/__node_modules/graphql/language/characterClasses.cjs.map +1 -0
  452. package/dist/__node_modules/graphql/language/characterClasses.js +23 -0
  453. package/dist/__node_modules/graphql/language/characterClasses.js.map +1 -0
  454. package/dist/__node_modules/graphql/language/directiveLocation.cjs +25 -0
  455. package/dist/__node_modules/graphql/language/directiveLocation.cjs.map +1 -0
  456. package/dist/__node_modules/graphql/language/directiveLocation.js +26 -0
  457. package/dist/__node_modules/graphql/language/directiveLocation.js.map +1 -0
  458. package/dist/__node_modules/graphql/language/kinds.cjs +49 -0
  459. package/dist/__node_modules/graphql/language/kinds.cjs.map +1 -0
  460. package/dist/__node_modules/graphql/language/kinds.js +50 -0
  461. package/dist/__node_modules/graphql/language/kinds.js.map +1 -0
  462. package/dist/__node_modules/graphql/language/lexer.cjs +509 -0
  463. package/dist/__node_modules/graphql/language/lexer.cjs.map +1 -0
  464. package/dist/__node_modules/graphql/language/lexer.js +509 -0
  465. package/dist/__node_modules/graphql/language/lexer.js.map +1 -0
  466. package/dist/__node_modules/graphql/language/location.cjs +22 -0
  467. package/dist/__node_modules/graphql/language/location.cjs.map +1 -0
  468. package/dist/__node_modules/graphql/language/location.js +22 -0
  469. package/dist/__node_modules/graphql/language/location.js.map +1 -0
  470. package/dist/__node_modules/graphql/language/parser.cjs +1283 -0
  471. package/dist/__node_modules/graphql/language/parser.cjs.map +1 -0
  472. package/dist/__node_modules/graphql/language/parser.js +1283 -0
  473. package/dist/__node_modules/graphql/language/parser.js.map +1 -0
  474. package/dist/__node_modules/graphql/language/predicates.cjs +44 -0
  475. package/dist/__node_modules/graphql/language/predicates.cjs.map +1 -0
  476. package/dist/__node_modules/graphql/language/predicates.js +44 -0
  477. package/dist/__node_modules/graphql/language/predicates.js.map +1 -0
  478. package/dist/__node_modules/graphql/language/printLocation.cjs +51 -0
  479. package/dist/__node_modules/graphql/language/printLocation.cjs.map +1 -0
  480. package/dist/__node_modules/graphql/language/printLocation.js +51 -0
  481. package/dist/__node_modules/graphql/language/printLocation.js.map +1 -0
  482. package/dist/__node_modules/graphql/language/printString.cjs +178 -0
  483. package/dist/__node_modules/graphql/language/printString.cjs.map +1 -0
  484. package/dist/__node_modules/graphql/language/printString.js +178 -0
  485. package/dist/__node_modules/graphql/language/printString.js.map +1 -0
  486. package/dist/__node_modules/graphql/language/printer.cjs +245 -0
  487. package/dist/__node_modules/graphql/language/printer.cjs.map +1 -0
  488. package/dist/__node_modules/graphql/language/printer.js +245 -0
  489. package/dist/__node_modules/graphql/language/printer.js.map +1 -0
  490. package/dist/__node_modules/graphql/language/source.cjs +33 -0
  491. package/dist/__node_modules/graphql/language/source.cjs.map +1 -0
  492. package/dist/__node_modules/graphql/language/source.js +33 -0
  493. package/dist/__node_modules/graphql/language/source.js.map +1 -0
  494. package/dist/__node_modules/graphql/language/tokenKind.cjs +28 -0
  495. package/dist/__node_modules/graphql/language/tokenKind.cjs.map +1 -0
  496. package/dist/__node_modules/graphql/language/tokenKind.js +29 -0
  497. package/dist/__node_modules/graphql/language/tokenKind.js.map +1 -0
  498. package/dist/__node_modules/graphql/language/visitor.cjs +200 -0
  499. package/dist/__node_modules/graphql/language/visitor.cjs.map +1 -0
  500. package/dist/__node_modules/graphql/language/visitor.js +200 -0
  501. package/dist/__node_modules/graphql/language/visitor.js.map +1 -0
  502. package/dist/__node_modules/graphql/type/assertName.cjs +34 -0
  503. package/dist/__node_modules/graphql/type/assertName.cjs.map +1 -0
  504. package/dist/__node_modules/graphql/type/assertName.js +34 -0
  505. package/dist/__node_modules/graphql/type/assertName.js.map +1 -0
  506. package/dist/__node_modules/graphql/type/definition.cjs +762 -0
  507. package/dist/__node_modules/graphql/type/definition.cjs.map +1 -0
  508. package/dist/__node_modules/graphql/type/definition.js +762 -0
  509. package/dist/__node_modules/graphql/type/definition.js.map +1 -0
  510. package/dist/__node_modules/graphql/type/directives.cjs +139 -0
  511. package/dist/__node_modules/graphql/type/directives.cjs.map +1 -0
  512. package/dist/__node_modules/graphql/type/directives.js +139 -0
  513. package/dist/__node_modules/graphql/type/directives.js.map +1 -0
  514. package/dist/__node_modules/graphql/type/introspection.cjs +495 -0
  515. package/dist/__node_modules/graphql/type/introspection.cjs.map +1 -0
  516. package/dist/__node_modules/graphql/type/introspection.js +496 -0
  517. package/dist/__node_modules/graphql/type/introspection.js.map +1 -0
  518. package/dist/__node_modules/graphql/type/scalars.cjs +248 -0
  519. package/dist/__node_modules/graphql/type/scalars.cjs.map +1 -0
  520. package/dist/__node_modules/graphql/type/scalars.js +248 -0
  521. package/dist/__node_modules/graphql/type/scalars.js.map +1 -0
  522. package/dist/__node_modules/graphql/type/schema.cjs +223 -0
  523. package/dist/__node_modules/graphql/type/schema.cjs.map +1 -0
  524. package/dist/__node_modules/graphql/type/schema.js +223 -0
  525. package/dist/__node_modules/graphql/type/schema.js.map +1 -0
  526. package/dist/__node_modules/graphql/type/validate.cjs +428 -0
  527. package/dist/__node_modules/graphql/type/validate.cjs.map +1 -0
  528. package/dist/__node_modules/graphql/type/validate.js +428 -0
  529. package/dist/__node_modules/graphql/type/validate.js.map +1 -0
  530. package/dist/__node_modules/graphql/utilities/TypeInfo.cjs +257 -0
  531. package/dist/__node_modules/graphql/utilities/TypeInfo.cjs.map +1 -0
  532. package/dist/__node_modules/graphql/utilities/TypeInfo.js +257 -0
  533. package/dist/__node_modules/graphql/utilities/TypeInfo.js.map +1 -0
  534. package/dist/__node_modules/graphql/utilities/assertValidName.cjs +28 -0
  535. package/dist/__node_modules/graphql/utilities/assertValidName.cjs.map +1 -0
  536. package/dist/__node_modules/graphql/utilities/assertValidName.js +28 -0
  537. package/dist/__node_modules/graphql/utilities/assertValidName.js.map +1 -0
  538. package/dist/__node_modules/graphql/utilities/astFromValue.cjs +111 -0
  539. package/dist/__node_modules/graphql/utilities/astFromValue.cjs.map +1 -0
  540. package/dist/__node_modules/graphql/utilities/astFromValue.js +111 -0
  541. package/dist/__node_modules/graphql/utilities/astFromValue.js.map +1 -0
  542. package/dist/__node_modules/graphql/utilities/buildASTSchema.cjs +62 -0
  543. package/dist/__node_modules/graphql/utilities/buildASTSchema.cjs.map +1 -0
  544. package/dist/__node_modules/graphql/utilities/buildASTSchema.js +62 -0
  545. package/dist/__node_modules/graphql/utilities/buildASTSchema.js.map +1 -0
  546. package/dist/__node_modules/graphql/utilities/buildClientSchema.cjs +264 -0
  547. package/dist/__node_modules/graphql/utilities/buildClientSchema.cjs.map +1 -0
  548. package/dist/__node_modules/graphql/utilities/buildClientSchema.js +264 -0
  549. package/dist/__node_modules/graphql/utilities/buildClientSchema.js.map +1 -0
  550. package/dist/__node_modules/graphql/utilities/coerceInputValue.cjs +133 -0
  551. package/dist/__node_modules/graphql/utilities/coerceInputValue.cjs.map +1 -0
  552. package/dist/__node_modules/graphql/utilities/coerceInputValue.js +133 -0
  553. package/dist/__node_modules/graphql/utilities/coerceInputValue.js.map +1 -0
  554. package/dist/__node_modules/graphql/utilities/concatAST.cjs +15 -0
  555. package/dist/__node_modules/graphql/utilities/concatAST.cjs.map +1 -0
  556. package/dist/__node_modules/graphql/utilities/concatAST.js +15 -0
  557. package/dist/__node_modules/graphql/utilities/concatAST.js.map +1 -0
  558. package/dist/__node_modules/graphql/utilities/extendSchema.cjs +448 -0
  559. package/dist/__node_modules/graphql/utilities/extendSchema.cjs.map +1 -0
  560. package/dist/__node_modules/graphql/utilities/extendSchema.js +448 -0
  561. package/dist/__node_modules/graphql/utilities/extendSchema.js.map +1 -0
  562. package/dist/__node_modules/graphql/utilities/findBreakingChanges.cjs +384 -0
  563. package/dist/__node_modules/graphql/utilities/findBreakingChanges.cjs.map +1 -0
  564. package/dist/__node_modules/graphql/utilities/findBreakingChanges.js +386 -0
  565. package/dist/__node_modules/graphql/utilities/findBreakingChanges.js.map +1 -0
  566. package/dist/__node_modules/graphql/utilities/getIntrospectionQuery.cjs +119 -0
  567. package/dist/__node_modules/graphql/utilities/getIntrospectionQuery.cjs.map +1 -0
  568. package/dist/__node_modules/graphql/utilities/getIntrospectionQuery.js +119 -0
  569. package/dist/__node_modules/graphql/utilities/getIntrospectionQuery.js.map +1 -0
  570. package/dist/__node_modules/graphql/utilities/getOperationAST.cjs +22 -0
  571. package/dist/__node_modules/graphql/utilities/getOperationAST.cjs.map +1 -0
  572. package/dist/__node_modules/graphql/utilities/getOperationAST.js +22 -0
  573. package/dist/__node_modules/graphql/utilities/getOperationAST.js.map +1 -0
  574. package/dist/__node_modules/graphql/utilities/getOperationRootType.cjs +43 -0
  575. package/dist/__node_modules/graphql/utilities/getOperationRootType.cjs.map +1 -0
  576. package/dist/__node_modules/graphql/utilities/getOperationRootType.js +43 -0
  577. package/dist/__node_modules/graphql/utilities/getOperationRootType.js.map +1 -0
  578. package/dist/__node_modules/graphql/utilities/introspectionFromSchema.cjs +24 -0
  579. package/dist/__node_modules/graphql/utilities/introspectionFromSchema.cjs.map +1 -0
  580. package/dist/__node_modules/graphql/utilities/introspectionFromSchema.js +24 -0
  581. package/dist/__node_modules/graphql/utilities/introspectionFromSchema.js.map +1 -0
  582. package/dist/__node_modules/graphql/utilities/lexicographicSortSchema.cjs +129 -0
  583. package/dist/__node_modules/graphql/utilities/lexicographicSortSchema.cjs.map +1 -0
  584. package/dist/__node_modules/graphql/utilities/lexicographicSortSchema.js +129 -0
  585. package/dist/__node_modules/graphql/utilities/lexicographicSortSchema.js.map +1 -0
  586. package/dist/__node_modules/graphql/utilities/printSchema.cjs +192 -0
  587. package/dist/__node_modules/graphql/utilities/printSchema.cjs.map +1 -0
  588. package/dist/__node_modules/graphql/utilities/printSchema.js +192 -0
  589. package/dist/__node_modules/graphql/utilities/printSchema.js.map +1 -0
  590. package/dist/__node_modules/graphql/utilities/separateOperations.cjs +57 -0
  591. package/dist/__node_modules/graphql/utilities/separateOperations.cjs.map +1 -0
  592. package/dist/__node_modules/graphql/utilities/separateOperations.js +57 -0
  593. package/dist/__node_modules/graphql/utilities/separateOperations.js.map +1 -0
  594. package/dist/__node_modules/graphql/utilities/sortValueNode.cjs +30 -0
  595. package/dist/__node_modules/graphql/utilities/sortValueNode.cjs.map +1 -0
  596. package/dist/__node_modules/graphql/utilities/sortValueNode.js +30 -0
  597. package/dist/__node_modules/graphql/utilities/sortValueNode.js.map +1 -0
  598. package/dist/__node_modules/graphql/utilities/stripIgnoredCharacters.cjs +35 -0
  599. package/dist/__node_modules/graphql/utilities/stripIgnoredCharacters.cjs.map +1 -0
  600. package/dist/__node_modules/graphql/utilities/stripIgnoredCharacters.js +35 -0
  601. package/dist/__node_modules/graphql/utilities/stripIgnoredCharacters.js.map +1 -0
  602. package/dist/__node_modules/graphql/utilities/typeComparators.cjs +58 -0
  603. package/dist/__node_modules/graphql/utilities/typeComparators.cjs.map +1 -0
  604. package/dist/__node_modules/graphql/utilities/typeComparators.js +58 -0
  605. package/dist/__node_modules/graphql/utilities/typeComparators.js.map +1 -0
  606. package/dist/__node_modules/graphql/utilities/typeFromAST.cjs +20 -0
  607. package/dist/__node_modules/graphql/utilities/typeFromAST.cjs.map +1 -0
  608. package/dist/__node_modules/graphql/utilities/typeFromAST.js +20 -0
  609. package/dist/__node_modules/graphql/utilities/typeFromAST.js.map +1 -0
  610. package/dist/__node_modules/graphql/utilities/valueFromAST.cjs +100 -0
  611. package/dist/__node_modules/graphql/utilities/valueFromAST.cjs.map +1 -0
  612. package/dist/__node_modules/graphql/utilities/valueFromAST.js +100 -0
  613. package/dist/__node_modules/graphql/utilities/valueFromAST.js.map +1 -0
  614. package/dist/__node_modules/graphql/utilities/valueFromASTUntyped.cjs +32 -0
  615. package/dist/__node_modules/graphql/utilities/valueFromASTUntyped.cjs.map +1 -0
  616. package/dist/__node_modules/graphql/utilities/valueFromASTUntyped.js +32 -0
  617. package/dist/__node_modules/graphql/utilities/valueFromASTUntyped.js.map +1 -0
  618. package/dist/__node_modules/graphql/validation/ValidationContext.cjs +170 -0
  619. package/dist/__node_modules/graphql/validation/ValidationContext.cjs.map +1 -0
  620. package/dist/__node_modules/graphql/validation/ValidationContext.js +170 -0
  621. package/dist/__node_modules/graphql/validation/ValidationContext.js.map +1 -0
  622. package/dist/__node_modules/graphql/validation/rules/ExecutableDefinitionsRule.cjs +24 -0
  623. package/dist/__node_modules/graphql/validation/rules/ExecutableDefinitionsRule.cjs.map +1 -0
  624. package/dist/__node_modules/graphql/validation/rules/ExecutableDefinitionsRule.js +24 -0
  625. package/dist/__node_modules/graphql/validation/rules/ExecutableDefinitionsRule.js.map +1 -0
  626. package/dist/__node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.cjs +80 -0
  627. package/dist/__node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.cjs.map +1 -0
  628. package/dist/__node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.js +80 -0
  629. package/dist/__node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.js.map +1 -0
  630. package/dist/__node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.cjs +43 -0
  631. package/dist/__node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.cjs.map +1 -0
  632. package/dist/__node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.js +43 -0
  633. package/dist/__node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.js.map +1 -0
  634. package/dist/__node_modules/graphql/validation/rules/KnownArgumentNamesRule.cjs +73 -0
  635. package/dist/__node_modules/graphql/validation/rules/KnownArgumentNamesRule.cjs.map +1 -0
  636. package/dist/__node_modules/graphql/validation/rules/KnownArgumentNamesRule.js +73 -0
  637. package/dist/__node_modules/graphql/validation/rules/KnownArgumentNamesRule.js.map +1 -0
  638. package/dist/__node_modules/graphql/validation/rules/KnownDirectivesRule.cjs +110 -0
  639. package/dist/__node_modules/graphql/validation/rules/KnownDirectivesRule.cjs.map +1 -0
  640. package/dist/__node_modules/graphql/validation/rules/KnownDirectivesRule.js +110 -0
  641. package/dist/__node_modules/graphql/validation/rules/KnownDirectivesRule.js.map +1 -0
  642. package/dist/__node_modules/graphql/validation/rules/KnownFragmentNamesRule.cjs +20 -0
  643. package/dist/__node_modules/graphql/validation/rules/KnownFragmentNamesRule.cjs.map +1 -0
  644. package/dist/__node_modules/graphql/validation/rules/KnownFragmentNamesRule.js +20 -0
  645. package/dist/__node_modules/graphql/validation/rules/KnownFragmentNamesRule.js.map +1 -0
  646. package/dist/__node_modules/graphql/validation/rules/KnownTypeNamesRule.cjs +55 -0
  647. package/dist/__node_modules/graphql/validation/rules/KnownTypeNamesRule.cjs.map +1 -0
  648. package/dist/__node_modules/graphql/validation/rules/KnownTypeNamesRule.js +55 -0
  649. package/dist/__node_modules/graphql/validation/rules/KnownTypeNamesRule.js.map +1 -0
  650. package/dist/__node_modules/graphql/validation/rules/LoneAnonymousOperationRule.cjs +28 -0
  651. package/dist/__node_modules/graphql/validation/rules/LoneAnonymousOperationRule.cjs.map +1 -0
  652. package/dist/__node_modules/graphql/validation/rules/LoneAnonymousOperationRule.js +28 -0
  653. package/dist/__node_modules/graphql/validation/rules/LoneAnonymousOperationRule.js.map +1 -0
  654. package/dist/__node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.cjs +34 -0
  655. package/dist/__node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.cjs.map +1 -0
  656. package/dist/__node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.js +34 -0
  657. package/dist/__node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.js.map +1 -0
  658. package/dist/__node_modules/graphql/validation/rules/NoFragmentCyclesRule.cjs +53 -0
  659. package/dist/__node_modules/graphql/validation/rules/NoFragmentCyclesRule.cjs.map +1 -0
  660. package/dist/__node_modules/graphql/validation/rules/NoFragmentCyclesRule.js +53 -0
  661. package/dist/__node_modules/graphql/validation/rules/NoFragmentCyclesRule.js.map +1 -0
  662. package/dist/__node_modules/graphql/validation/rules/NoUndefinedVariablesRule.cjs +34 -0
  663. package/dist/__node_modules/graphql/validation/rules/NoUndefinedVariablesRule.cjs.map +1 -0
  664. package/dist/__node_modules/graphql/validation/rules/NoUndefinedVariablesRule.js +34 -0
  665. package/dist/__node_modules/graphql/validation/rules/NoUndefinedVariablesRule.js.map +1 -0
  666. package/dist/__node_modules/graphql/validation/rules/NoUnusedFragmentsRule.cjs +41 -0
  667. package/dist/__node_modules/graphql/validation/rules/NoUnusedFragmentsRule.cjs.map +1 -0
  668. package/dist/__node_modules/graphql/validation/rules/NoUnusedFragmentsRule.js +41 -0
  669. package/dist/__node_modules/graphql/validation/rules/NoUnusedFragmentsRule.js.map +1 -0
  670. package/dist/__node_modules/graphql/validation/rules/NoUnusedVariablesRule.cjs +38 -0
  671. package/dist/__node_modules/graphql/validation/rules/NoUnusedVariablesRule.cjs.map +1 -0
  672. package/dist/__node_modules/graphql/validation/rules/NoUnusedVariablesRule.js +38 -0
  673. package/dist/__node_modules/graphql/validation/rules/NoUnusedVariablesRule.js.map +1 -0
  674. package/dist/__node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.cjs +477 -0
  675. package/dist/__node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.cjs.map +1 -0
  676. package/dist/__node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.js +477 -0
  677. package/dist/__node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.js.map +1 -0
  678. package/dist/__node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.cjs +55 -0
  679. package/dist/__node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.cjs.map +1 -0
  680. package/dist/__node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.js +55 -0
  681. package/dist/__node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.js.map +1 -0
  682. package/dist/__node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.cjs +111 -0
  683. package/dist/__node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.cjs.map +1 -0
  684. package/dist/__node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.js +111 -0
  685. package/dist/__node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.js.map +1 -0
  686. package/dist/__node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.cjs +97 -0
  687. package/dist/__node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.cjs.map +1 -0
  688. package/dist/__node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.js +97 -0
  689. package/dist/__node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.js.map +1 -0
  690. package/dist/__node_modules/graphql/validation/rules/ScalarLeafsRule.cjs +42 -0
  691. package/dist/__node_modules/graphql/validation/rules/ScalarLeafsRule.cjs.map +1 -0
  692. package/dist/__node_modules/graphql/validation/rules/ScalarLeafsRule.js +42 -0
  693. package/dist/__node_modules/graphql/validation/rules/ScalarLeafsRule.js.map +1 -0
  694. package/dist/__node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.cjs +62 -0
  695. package/dist/__node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.cjs.map +1 -0
  696. package/dist/__node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.js +62 -0
  697. package/dist/__node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.js.map +1 -0
  698. package/dist/__node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.cjs +47 -0
  699. package/dist/__node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.cjs.map +1 -0
  700. package/dist/__node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.js +47 -0
  701. package/dist/__node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.js.map +1 -0
  702. package/dist/__node_modules/graphql/validation/rules/UniqueArgumentNamesRule.cjs +29 -0
  703. package/dist/__node_modules/graphql/validation/rules/UniqueArgumentNamesRule.cjs.map +1 -0
  704. package/dist/__node_modules/graphql/validation/rules/UniqueArgumentNamesRule.js +29 -0
  705. package/dist/__node_modules/graphql/validation/rules/UniqueArgumentNamesRule.js.map +1 -0
  706. package/dist/__node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.cjs +38 -0
  707. package/dist/__node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.cjs.map +1 -0
  708. package/dist/__node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.js +38 -0
  709. package/dist/__node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.js.map +1 -0
  710. package/dist/__node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.cjs +63 -0
  711. package/dist/__node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.cjs.map +1 -0
  712. package/dist/__node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.js +63 -0
  713. package/dist/__node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.js.map +1 -0
  714. package/dist/__node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.cjs +50 -0
  715. package/dist/__node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.cjs.map +1 -0
  716. package/dist/__node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.js +50 -0
  717. package/dist/__node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.js.map +1 -0
  718. package/dist/__node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.cjs +59 -0
  719. package/dist/__node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.cjs.map +1 -0
  720. package/dist/__node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.js +59 -0
  721. package/dist/__node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.js.map +1 -0
  722. package/dist/__node_modules/graphql/validation/rules/UniqueFragmentNamesRule.cjs +27 -0
  723. package/dist/__node_modules/graphql/validation/rules/UniqueFragmentNamesRule.cjs.map +1 -0
  724. package/dist/__node_modules/graphql/validation/rules/UniqueFragmentNamesRule.js +27 -0
  725. package/dist/__node_modules/graphql/validation/rules/UniqueFragmentNamesRule.js.map +1 -0
  726. package/dist/__node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.cjs +38 -0
  727. package/dist/__node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.cjs.map +1 -0
  728. package/dist/__node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.js +38 -0
  729. package/dist/__node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.js.map +1 -0
  730. package/dist/__node_modules/graphql/validation/rules/UniqueOperationNamesRule.cjs +32 -0
  731. package/dist/__node_modules/graphql/validation/rules/UniqueOperationNamesRule.cjs.map +1 -0
  732. package/dist/__node_modules/graphql/validation/rules/UniqueOperationNamesRule.js +32 -0
  733. package/dist/__node_modules/graphql/validation/rules/UniqueOperationNamesRule.js.map +1 -0
  734. package/dist/__node_modules/graphql/validation/rules/UniqueOperationTypesRule.cjs +48 -0
  735. package/dist/__node_modules/graphql/validation/rules/UniqueOperationTypesRule.cjs.map +1 -0
  736. package/dist/__node_modules/graphql/validation/rules/UniqueOperationTypesRule.js +48 -0
  737. package/dist/__node_modules/graphql/validation/rules/UniqueOperationTypesRule.js.map +1 -0
  738. package/dist/__node_modules/graphql/validation/rules/UniqueTypeNamesRule.cjs +41 -0
  739. package/dist/__node_modules/graphql/validation/rules/UniqueTypeNamesRule.cjs.map +1 -0
  740. package/dist/__node_modules/graphql/validation/rules/UniqueTypeNamesRule.js +41 -0
  741. package/dist/__node_modules/graphql/validation/rules/UniqueTypeNamesRule.js.map +1 -0
  742. package/dist/__node_modules/graphql/validation/rules/UniqueVariableNamesRule.cjs +30 -0
  743. package/dist/__node_modules/graphql/validation/rules/UniqueVariableNamesRule.cjs.map +1 -0
  744. package/dist/__node_modules/graphql/validation/rules/UniqueVariableNamesRule.js +30 -0
  745. package/dist/__node_modules/graphql/validation/rules/UniqueVariableNamesRule.js.map +1 -0
  746. package/dist/__node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.cjs +132 -0
  747. package/dist/__node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.cjs.map +1 -0
  748. package/dist/__node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.js +132 -0
  749. package/dist/__node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.js.map +1 -0
  750. package/dist/__node_modules/graphql/validation/rules/VariablesAreInputTypesRule.cjs +27 -0
  751. package/dist/__node_modules/graphql/validation/rules/VariablesAreInputTypesRule.cjs.map +1 -0
  752. package/dist/__node_modules/graphql/validation/rules/VariablesAreInputTypesRule.js +27 -0
  753. package/dist/__node_modules/graphql/validation/rules/VariablesAreInputTypesRule.js.map +1 -0
  754. package/dist/__node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.cjs +64 -0
  755. package/dist/__node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.cjs.map +1 -0
  756. package/dist/__node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.js +64 -0
  757. package/dist/__node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.js.map +1 -0
  758. package/dist/__node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.cjs +89 -0
  759. package/dist/__node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.cjs.map +1 -0
  760. package/dist/__node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.js +89 -0
  761. package/dist/__node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.js.map +1 -0
  762. package/dist/__node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.cjs +24 -0
  763. package/dist/__node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.cjs.map +1 -0
  764. package/dist/__node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.js +24 -0
  765. package/dist/__node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.js.map +1 -0
  766. package/dist/__node_modules/graphql/validation/specifiedRules.cjs +84 -0
  767. package/dist/__node_modules/graphql/validation/specifiedRules.cjs.map +1 -0
  768. package/dist/__node_modules/graphql/validation/specifiedRules.js +84 -0
  769. package/dist/__node_modules/graphql/validation/specifiedRules.js.map +1 -0
  770. package/dist/__node_modules/graphql/validation/validate.cjs +72 -0
  771. package/dist/__node_modules/graphql/validation/validate.cjs.map +1 -0
  772. package/dist/__node_modules/graphql/validation/validate.js +72 -0
  773. package/dist/__node_modules/graphql/validation/validate.js.map +1 -0
  774. package/dist/__node_modules/graphql/version.cjs +12 -0
  775. package/dist/__node_modules/graphql/version.cjs.map +1 -0
  776. package/dist/__node_modules/graphql/version.js +12 -0
  777. package/dist/__node_modules/graphql/version.js.map +1 -0
  778. package/dist/__node_modules/headers-polyfill/lib/index.cjs +214 -0
  779. package/dist/__node_modules/headers-polyfill/lib/index.cjs.map +1 -0
  780. package/dist/__node_modules/headers-polyfill/lib/index.js +215 -0
  781. package/dist/__node_modules/headers-polyfill/lib/index.js.map +1 -0
  782. package/dist/__node_modules/is-node-process/lib/index.cjs +18 -0
  783. package/dist/__node_modules/is-node-process/lib/index.cjs.map +1 -0
  784. package/dist/__node_modules/is-node-process/lib/index.js +17 -0
  785. package/dist/__node_modules/is-node-process/lib/index.js.map +1 -0
  786. package/dist/__node_modules/js-levenshtein/index.cjs +91 -0
  787. package/dist/__node_modules/js-levenshtein/index.cjs.map +1 -0
  788. package/dist/__node_modules/js-levenshtein/index.js +91 -0
  789. package/dist/__node_modules/js-levenshtein/index.js.map +1 -0
  790. package/dist/__node_modules/msw/__node_modules/node-fetch/browser.cjs +34 -0
  791. package/dist/__node_modules/msw/__node_modules/node-fetch/browser.cjs.map +1 -0
  792. package/dist/__node_modules/msw/__node_modules/node-fetch/browser.js +34 -0
  793. package/dist/__node_modules/msw/__node_modules/node-fetch/browser.js.map +1 -0
  794. package/dist/__node_modules/msw/__node_modules/path-to-regexp/dist.es2015/index.cjs +363 -0
  795. package/dist/__node_modules/msw/__node_modules/path-to-regexp/dist.es2015/index.cjs.map +1 -0
  796. package/dist/__node_modules/msw/__node_modules/path-to-regexp/dist.es2015/index.js +363 -0
  797. package/dist/__node_modules/msw/__node_modules/path-to-regexp/dist.es2015/index.js.map +1 -0
  798. package/dist/__node_modules/msw/lib/index.cjs +1937 -0
  799. package/dist/__node_modules/msw/lib/index.cjs.map +1 -0
  800. package/dist/__node_modules/msw/lib/index.js +1938 -0
  801. package/dist/__node_modules/msw/lib/index.js.map +1 -0
  802. package/dist/__node_modules/node-domexception/index.cjs +11 -0
  803. package/dist/__node_modules/node-domexception/index.cjs.map +1 -0
  804. package/dist/__node_modules/node-domexception/index.js +10 -0
  805. package/dist/__node_modules/node-domexception/index.js.map +1 -0
  806. package/dist/__node_modules/node-fetch/src/body.cjs +262 -0
  807. package/dist/__node_modules/node-fetch/src/body.cjs.map +1 -0
  808. package/dist/__node_modules/node-fetch/src/body.js +262 -0
  809. package/dist/__node_modules/node-fetch/src/body.js.map +1 -0
  810. package/dist/__node_modules/node-fetch/src/errors/abort-error.cjs +10 -0
  811. package/dist/__node_modules/node-fetch/src/errors/abort-error.cjs.map +1 -0
  812. package/dist/__node_modules/node-fetch/src/errors/abort-error.js +10 -0
  813. package/dist/__node_modules/node-fetch/src/errors/abort-error.js.map +1 -0
  814. package/dist/__node_modules/node-fetch/src/errors/base.cjs +17 -0
  815. package/dist/__node_modules/node-fetch/src/errors/base.cjs.map +1 -0
  816. package/dist/__node_modules/node-fetch/src/errors/base.js +17 -0
  817. package/dist/__node_modules/node-fetch/src/errors/base.js.map +1 -0
  818. package/dist/__node_modules/node-fetch/src/errors/fetch-error.cjs +19 -0
  819. package/dist/__node_modules/node-fetch/src/errors/fetch-error.cjs.map +1 -0
  820. package/dist/__node_modules/node-fetch/src/errors/fetch-error.js +19 -0
  821. package/dist/__node_modules/node-fetch/src/errors/fetch-error.js.map +1 -0
  822. package/dist/__node_modules/node-fetch/src/headers.cjs +190 -0
  823. package/dist/__node_modules/node-fetch/src/headers.cjs.map +1 -0
  824. package/dist/__node_modules/node-fetch/src/headers.js +190 -0
  825. package/dist/__node_modules/node-fetch/src/headers.js.map +1 -0
  826. package/dist/__node_modules/node-fetch/src/index.cjs +292 -0
  827. package/dist/__node_modules/node-fetch/src/index.cjs.map +1 -0
  828. package/dist/__node_modules/node-fetch/src/index.js +292 -0
  829. package/dist/__node_modules/node-fetch/src/index.js.map +1 -0
  830. package/dist/__node_modules/node-fetch/src/request.cjs +206 -0
  831. package/dist/__node_modules/node-fetch/src/request.cjs.map +1 -0
  832. package/dist/__node_modules/node-fetch/src/request.js +206 -0
  833. package/dist/__node_modules/node-fetch/src/request.js.map +1 -0
  834. package/dist/__node_modules/node-fetch/src/response.cjs +122 -0
  835. package/dist/__node_modules/node-fetch/src/response.cjs.map +1 -0
  836. package/dist/__node_modules/node-fetch/src/response.js +123 -0
  837. package/dist/__node_modules/node-fetch/src/response.js.map +1 -0
  838. package/dist/__node_modules/node-fetch/src/utils/get-search.cjs +12 -0
  839. package/dist/__node_modules/node-fetch/src/utils/get-search.cjs.map +1 -0
  840. package/dist/__node_modules/node-fetch/src/utils/get-search.js +12 -0
  841. package/dist/__node_modules/node-fetch/src/utils/get-search.js.map +1 -0
  842. package/dist/__node_modules/node-fetch/src/utils/is-redirect.cjs +8 -0
  843. package/dist/__node_modules/node-fetch/src/utils/is-redirect.cjs.map +1 -0
  844. package/dist/__node_modules/node-fetch/src/utils/is-redirect.js +8 -0
  845. package/dist/__node_modules/node-fetch/src/utils/is-redirect.js.map +1 -0
  846. package/dist/__node_modules/node-fetch/src/utils/is.cjs +28 -0
  847. package/dist/__node_modules/node-fetch/src/utils/is.cjs.map +1 -0
  848. package/dist/__node_modules/node-fetch/src/utils/is.js +28 -0
  849. package/dist/__node_modules/node-fetch/src/utils/is.js.map +1 -0
  850. package/dist/__node_modules/node-fetch/src/utils/multipart-parser.cjs +356 -0
  851. package/dist/__node_modules/node-fetch/src/utils/multipart-parser.cjs.map +1 -0
  852. package/dist/__node_modules/node-fetch/src/utils/multipart-parser.js +356 -0
  853. package/dist/__node_modules/node-fetch/src/utils/multipart-parser.js.map +1 -0
  854. package/dist/__node_modules/node-fetch/src/utils/referrer.cjs +149 -0
  855. package/dist/__node_modules/node-fetch/src/utils/referrer.cjs.map +1 -0
  856. package/dist/__node_modules/node-fetch/src/utils/referrer.js +149 -0
  857. package/dist/__node_modules/node-fetch/src/utils/referrer.js.map +1 -0
  858. package/dist/__node_modules/outvariant/lib/format.cjs +53 -0
  859. package/dist/__node_modules/outvariant/lib/format.cjs.map +1 -0
  860. package/dist/__node_modules/outvariant/lib/format.js +54 -0
  861. package/dist/__node_modules/outvariant/lib/format.js.map +1 -0
  862. package/dist/__node_modules/outvariant/lib/index.cjs +29 -0
  863. package/dist/__node_modules/outvariant/lib/index.cjs.map +1 -0
  864. package/dist/__node_modules/outvariant/lib/index.js +28 -0
  865. package/dist/__node_modules/outvariant/lib/index.js.map +1 -0
  866. package/dist/__node_modules/outvariant/lib/invariant.cjs +95 -0
  867. package/dist/__node_modules/outvariant/lib/invariant.cjs.map +1 -0
  868. package/dist/__node_modules/outvariant/lib/invariant.js +94 -0
  869. package/dist/__node_modules/outvariant/lib/invariant.js.map +1 -0
  870. package/dist/__node_modules/p-limit/index.cjs +53 -0
  871. package/dist/__node_modules/p-limit/index.cjs.map +1 -0
  872. package/dist/__node_modules/p-limit/index.js +54 -0
  873. package/dist/__node_modules/p-limit/index.js.map +1 -0
  874. package/dist/__node_modules/peek-readable/lib/EndOfFileStream.cjs +11 -0
  875. package/dist/__node_modules/peek-readable/lib/EndOfFileStream.cjs.map +1 -0
  876. package/dist/__node_modules/peek-readable/lib/EndOfFileStream.js +11 -0
  877. package/dist/__node_modules/peek-readable/lib/EndOfFileStream.js.map +1 -0
  878. package/dist/__node_modules/r19/dist/client/createRPCClient.cjs +50 -0
  879. package/dist/__node_modules/r19/dist/client/createRPCClient.cjs.map +1 -0
  880. package/dist/__node_modules/r19/dist/client/createRPCClient.js +50 -0
  881. package/dist/__node_modules/r19/dist/client/createRPCClient.js.map +1 -0
  882. package/dist/__node_modules/r19/dist/constants.cjs +5 -0
  883. package/dist/__node_modules/r19/dist/constants.cjs.map +1 -0
  884. package/dist/__node_modules/r19/dist/constants.js +5 -0
  885. package/dist/__node_modules/r19/dist/constants.js.map +1 -0
  886. package/dist/__node_modules/r19/dist/createRPCMiddleware.cjs +25 -0
  887. package/dist/__node_modules/r19/dist/createRPCMiddleware.cjs.map +1 -0
  888. package/dist/__node_modules/r19/dist/createRPCMiddleware.js +25 -0
  889. package/dist/__node_modules/r19/dist/createRPCMiddleware.js.map +1 -0
  890. package/dist/__node_modules/r19/dist/handleRPCRequest.cjs +182 -0
  891. package/dist/__node_modules/r19/dist/handleRPCRequest.cjs.map +1 -0
  892. package/dist/__node_modules/r19/dist/handleRPCRequest.js +182 -0
  893. package/dist/__node_modules/r19/dist/handleRPCRequest.js.map +1 -0
  894. package/dist/__node_modules/r19/dist/lib/encodeFormData.cjs +46 -0
  895. package/dist/__node_modules/r19/dist/lib/encodeFormData.cjs.map +1 -0
  896. package/dist/__node_modules/r19/dist/lib/encodeFormData.js +46 -0
  897. package/dist/__node_modules/r19/dist/lib/encodeFormData.js.map +1 -0
  898. package/dist/__node_modules/r19/dist/lib/flattenObject.cjs +43 -0
  899. package/dist/__node_modules/r19/dist/lib/flattenObject.cjs.map +1 -0
  900. package/dist/__node_modules/r19/dist/lib/flattenObject.js +43 -0
  901. package/dist/__node_modules/r19/dist/lib/flattenObject.js.map +1 -0
  902. package/dist/__node_modules/r19/dist/lib/formDataToObject.client.cjs +19 -0
  903. package/dist/__node_modules/r19/dist/lib/formDataToObject.client.cjs.map +1 -0
  904. package/dist/__node_modules/r19/dist/lib/formDataToObject.client.js +19 -0
  905. package/dist/__node_modules/r19/dist/lib/formDataToObject.client.js.map +1 -0
  906. package/dist/__node_modules/r19/dist/lib/isErrorLike.cjs +7 -0
  907. package/dist/__node_modules/r19/dist/lib/isErrorLike.cjs.map +1 -0
  908. package/dist/__node_modules/r19/dist/lib/isErrorLike.js +7 -0
  909. package/dist/__node_modules/r19/dist/lib/isErrorLike.js.map +1 -0
  910. package/dist/__node_modules/r19/dist/lib/objectToFormData.client.cjs +20 -0
  911. package/dist/__node_modules/r19/dist/lib/objectToFormData.client.cjs.map +1 -0
  912. package/dist/__node_modules/r19/dist/lib/objectToFormData.client.js +20 -0
  913. package/dist/__node_modules/r19/dist/lib/objectToFormData.client.js.map +1 -0
  914. package/dist/__node_modules/r19/dist/lib/objectToFormData.server.cjs +22 -0
  915. package/dist/__node_modules/r19/dist/lib/objectToFormData.server.cjs.map +1 -0
  916. package/dist/__node_modules/r19/dist/lib/objectToFormData.server.js +22 -0
  917. package/dist/__node_modules/r19/dist/lib/objectToFormData.server.js.map +1 -0
  918. package/dist/__node_modules/r19/dist/lib/unflattenObject.cjs +20 -0
  919. package/dist/__node_modules/r19/dist/lib/unflattenObject.cjs.map +1 -0
  920. package/dist/__node_modules/r19/dist/lib/unflattenObject.js +20 -0
  921. package/dist/__node_modules/r19/dist/lib/unflattenObject.js.map +1 -0
  922. package/dist/__node_modules/r19/dist/proceduresFromInstance.cjs +33 -0
  923. package/dist/__node_modules/r19/dist/proceduresFromInstance.cjs.map +1 -0
  924. package/dist/__node_modules/r19/dist/proceduresFromInstance.js +33 -0
  925. package/dist/__node_modules/r19/dist/proceduresFromInstance.js.map +1 -0
  926. package/dist/__node_modules/set-cookie-parser/lib/set-cookie.cjs +161 -0
  927. package/dist/__node_modules/set-cookie-parser/lib/set-cookie.cjs.map +1 -0
  928. package/dist/__node_modules/set-cookie-parser/lib/set-cookie.js +162 -0
  929. package/dist/__node_modules/set-cookie-parser/lib/set-cookie.js.map +1 -0
  930. package/dist/__node_modules/streamsearch/lib/sbmh.cjs +393 -0
  931. package/dist/__node_modules/streamsearch/lib/sbmh.cjs.map +1 -0
  932. package/dist/__node_modules/streamsearch/lib/sbmh.js +394 -0
  933. package/dist/__node_modules/streamsearch/lib/sbmh.js.map +1 -0
  934. package/dist/__node_modules/strict-event-emitter/lib/StrictEventEmitter.cjs +98 -0
  935. package/dist/__node_modules/strict-event-emitter/lib/StrictEventEmitter.cjs.map +1 -0
  936. package/dist/__node_modules/strict-event-emitter/lib/StrictEventEmitter.js +98 -0
  937. package/dist/__node_modules/strict-event-emitter/lib/StrictEventEmitter.js.map +1 -0
  938. package/dist/__node_modules/strict-event-emitter/lib/index.cjs +34 -0
  939. package/dist/__node_modules/strict-event-emitter/lib/index.cjs.map +1 -0
  940. package/dist/__node_modules/strict-event-emitter/lib/index.js +34 -0
  941. package/dist/__node_modules/strict-event-emitter/lib/index.js.map +1 -0
  942. package/dist/__node_modules/strtok3/lib/AbstractTokenizer.cjs +98 -0
  943. package/dist/__node_modules/strtok3/lib/AbstractTokenizer.cjs.map +1 -0
  944. package/dist/__node_modules/strtok3/lib/AbstractTokenizer.js +98 -0
  945. package/dist/__node_modules/strtok3/lib/AbstractTokenizer.js.map +1 -0
  946. package/dist/__node_modules/strtok3/lib/BufferTokenizer.cjs +53 -0
  947. package/dist/__node_modules/strtok3/lib/BufferTokenizer.cjs.map +1 -0
  948. package/dist/__node_modules/strtok3/lib/BufferTokenizer.js +53 -0
  949. package/dist/__node_modules/strtok3/lib/BufferTokenizer.js.map +1 -0
  950. package/dist/__node_modules/strtok3/lib/core.cjs +9 -0
  951. package/dist/__node_modules/strtok3/lib/core.cjs.map +1 -0
  952. package/dist/__node_modules/strtok3/lib/core.js +9 -0
  953. package/dist/__node_modules/strtok3/lib/core.js.map +1 -0
  954. package/dist/__node_modules/token-types/lib/index.cjs +94 -0
  955. package/dist/__node_modules/token-types/lib/index.cjs.map +1 -0
  956. package/dist/__node_modules/token-types/lib/index.js +94 -0
  957. package/dist/__node_modules/token-types/lib/index.js.map +1 -0
  958. package/dist/__node_modules/unist-util-is/index.cjs +73 -0
  959. package/dist/__node_modules/unist-util-is/index.cjs.map +1 -0
  960. package/dist/__node_modules/unist-util-is/index.js +73 -0
  961. package/dist/__node_modules/unist-util-is/index.js.map +1 -0
  962. package/dist/__node_modules/unist-util-visit/index.cjs +32 -0
  963. package/dist/__node_modules/unist-util-visit/index.cjs.map +1 -0
  964. package/dist/__node_modules/unist-util-visit/index.js +33 -0
  965. package/dist/__node_modules/unist-util-visit/index.js.map +1 -0
  966. package/dist/__node_modules/unist-util-visit-parents/color.browser.cjs +7 -0
  967. package/dist/__node_modules/unist-util-visit-parents/color.browser.cjs.map +1 -0
  968. package/dist/__node_modules/unist-util-visit-parents/color.browser.js +7 -0
  969. package/dist/__node_modules/unist-util-visit-parents/color.browser.js.map +1 -0
  970. package/dist/__node_modules/unist-util-visit-parents/index.cjs +74 -0
  971. package/dist/__node_modules/unist-util-visit-parents/index.cjs.map +1 -0
  972. package/dist/__node_modules/unist-util-visit-parents/index.js +74 -0
  973. package/dist/__node_modules/unist-util-visit-parents/index.js.map +1 -0
  974. package/dist/__node_modules/web-encoding/src/lib.cjs +7 -0
  975. package/dist/__node_modules/web-encoding/src/lib.cjs.map +1 -0
  976. package/dist/__node_modules/web-encoding/src/lib.js +8 -0
  977. package/dist/__node_modules/web-encoding/src/lib.js.map +1 -0
  978. package/dist/__node_modules/web-streams-polyfill/dist/ponyfill.es2018.cjs +3822 -0
  979. package/dist/__node_modules/web-streams-polyfill/dist/ponyfill.es2018.cjs.map +1 -0
  980. package/dist/__node_modules/web-streams-polyfill/dist/ponyfill.es2018.js +3822 -0
  981. package/dist/__node_modules/web-streams-polyfill/dist/ponyfill.es2018.js.map +1 -0
  982. package/dist/__node_modules/yocto-queue/index.cjs +89 -0
  983. package/dist/__node_modules/yocto-queue/index.cjs.map +1 -0
  984. package/dist/__node_modules/yocto-queue/index.js +90 -0
  985. package/dist/__node_modules/yocto-queue/index.js.map +1 -0
  986. package/dist/_virtual/AsyncEventEmitter.cjs +5 -0
  987. package/dist/_virtual/AsyncEventEmitter.cjs.map +1 -0
  988. package/dist/_virtual/AsyncEventEmitter.js +5 -0
  989. package/dist/_virtual/AsyncEventEmitter.js.map +1 -0
  990. package/dist/_virtual/BatchInterceptor.cjs +5 -0
  991. package/dist/_virtual/BatchInterceptor.cjs.map +1 -0
  992. package/dist/_virtual/BatchInterceptor.js +5 -0
  993. package/dist/_virtual/BatchInterceptor.js.map +1 -0
  994. package/dist/_virtual/EventPolyfill.cjs +5 -0
  995. package/dist/_virtual/EventPolyfill.cjs.map +1 -0
  996. package/dist/_virtual/EventPolyfill.js +5 -0
  997. package/dist/_virtual/EventPolyfill.js.map +1 -0
  998. package/dist/_virtual/InteractiveIsomorphicRequest.cjs +5 -0
  999. package/dist/_virtual/InteractiveIsomorphicRequest.cjs.map +1 -0
  1000. package/dist/_virtual/InteractiveIsomorphicRequest.js +5 -0
  1001. package/dist/_virtual/InteractiveIsomorphicRequest.js.map +1 -0
  1002. package/dist/_virtual/Interceptor.cjs +5 -0
  1003. package/dist/_virtual/Interceptor.cjs.map +1 -0
  1004. package/dist/_virtual/Interceptor.js +5 -0
  1005. package/dist/_virtual/Interceptor.js.map +1 -0
  1006. package/dist/_virtual/IsomorphicRequest.cjs +5 -0
  1007. package/dist/_virtual/IsomorphicRequest.cjs.map +1 -0
  1008. package/dist/_virtual/IsomorphicRequest.js +5 -0
  1009. package/dist/_virtual/IsomorphicRequest.js.map +1 -0
  1010. package/dist/_virtual/ProgressEventPolyfill.cjs +5 -0
  1011. package/dist/_virtual/ProgressEventPolyfill.cjs.map +1 -0
  1012. package/dist/_virtual/ProgressEventPolyfill.js +5 -0
  1013. package/dist/_virtual/ProgressEventPolyfill.js.map +1 -0
  1014. package/dist/_virtual/StrictEventEmitter.cjs +5 -0
  1015. package/dist/_virtual/StrictEventEmitter.cjs.map +1 -0
  1016. package/dist/_virtual/StrictEventEmitter.js +5 -0
  1017. package/dist/_virtual/StrictEventEmitter.js.map +1 -0
  1018. package/dist/_virtual/XMLHttpRequestOverride.cjs +5 -0
  1019. package/dist/_virtual/XMLHttpRequestOverride.cjs.map +1 -0
  1020. package/dist/_virtual/XMLHttpRequestOverride.js +5 -0
  1021. package/dist/_virtual/XMLHttpRequestOverride.js.map +1 -0
  1022. package/dist/_virtual/_commonjsHelpers.cjs +35 -0
  1023. package/dist/_virtual/_commonjsHelpers.cjs.map +1 -0
  1024. package/dist/_virtual/_commonjsHelpers.js +35 -0
  1025. package/dist/_virtual/_commonjsHelpers.js.map +1 -0
  1026. package/dist/_virtual/browser.cjs +13 -0
  1027. package/dist/_virtual/browser.cjs.map +1 -0
  1028. package/dist/_virtual/browser.js +14 -0
  1029. package/dist/_virtual/browser.js.map +1 -0
  1030. package/dist/_virtual/browser2.cjs +13 -0
  1031. package/dist/_virtual/browser2.cjs.map +1 -0
  1032. package/dist/_virtual/browser2.js +14 -0
  1033. package/dist/_virtual/browser2.js.map +1 -0
  1034. package/dist/_virtual/bufferFrom.cjs +5 -0
  1035. package/dist/_virtual/bufferFrom.cjs.map +1 -0
  1036. package/dist/_virtual/bufferFrom.js +5 -0
  1037. package/dist/_virtual/bufferFrom.js.map +1 -0
  1038. package/dist/_virtual/bufferUtils.cjs +5 -0
  1039. package/dist/_virtual/bufferUtils.cjs.map +1 -0
  1040. package/dist/_virtual/bufferUtils.js +5 -0
  1041. package/dist/_virtual/bufferUtils.js.map +1 -0
  1042. package/dist/_virtual/conventions.cjs +5 -0
  1043. package/dist/_virtual/conventions.cjs.map +1 -0
  1044. package/dist/_virtual/conventions.js +5 -0
  1045. package/dist/_virtual/conventions.js.map +1 -0
  1046. package/dist/_virtual/createEvent.cjs +5 -0
  1047. package/dist/_virtual/createEvent.cjs.map +1 -0
  1048. package/dist/_virtual/createEvent.js +5 -0
  1049. package/dist/_virtual/createEvent.js.map +1 -0
  1050. package/dist/_virtual/createLazyCallback.cjs +5 -0
  1051. package/dist/_virtual/createLazyCallback.cjs.map +1 -0
  1052. package/dist/_virtual/createLazyCallback.js +5 -0
  1053. package/dist/_virtual/createLazyCallback.js.map +1 -0
  1054. package/dist/_virtual/dom-parser.cjs +5 -0
  1055. package/dist/_virtual/dom-parser.cjs.map +1 -0
  1056. package/dist/_virtual/dom-parser.js +5 -0
  1057. package/dist/_virtual/dom-parser.js.map +1 -0
  1058. package/dist/_virtual/dom.cjs +5 -0
  1059. package/dist/_virtual/dom.cjs.map +1 -0
  1060. package/dist/_virtual/dom.js +5 -0
  1061. package/dist/_virtual/dom.js.map +1 -0
  1062. package/dist/_virtual/entities.cjs +5 -0
  1063. package/dist/_virtual/entities.cjs.map +1 -0
  1064. package/dist/_virtual/entities.js +5 -0
  1065. package/dist/_virtual/entities.js.map +1 -0
  1066. package/dist/_virtual/format.cjs +5 -0
  1067. package/dist/_virtual/format.cjs.map +1 -0
  1068. package/dist/_virtual/format.js +5 -0
  1069. package/dist/_virtual/format.js.map +1 -0
  1070. package/dist/_virtual/getCleanUrl.cjs +5 -0
  1071. package/dist/_virtual/getCleanUrl.cjs.map +1 -0
  1072. package/dist/_virtual/getCleanUrl.js +5 -0
  1073. package/dist/_virtual/getCleanUrl.js.map +1 -0
  1074. package/dist/_virtual/glossary.cjs +5 -0
  1075. package/dist/_virtual/glossary.cjs.map +1 -0
  1076. package/dist/_virtual/glossary.js +5 -0
  1077. package/dist/_virtual/glossary.js.map +1 -0
  1078. package/dist/_virtual/index.cjs +6 -0
  1079. package/dist/_virtual/index.cjs.map +1 -0
  1080. package/dist/_virtual/index.js +7 -0
  1081. package/dist/_virtual/index.js.map +1 -0
  1082. package/dist/_virtual/index10.cjs +5 -0
  1083. package/dist/_virtual/index10.cjs.map +1 -0
  1084. package/dist/_virtual/index10.js +5 -0
  1085. package/dist/_virtual/index10.js.map +1 -0
  1086. package/dist/_virtual/index11.cjs +5 -0
  1087. package/dist/_virtual/index11.cjs.map +1 -0
  1088. package/dist/_virtual/index11.js +5 -0
  1089. package/dist/_virtual/index11.js.map +1 -0
  1090. package/dist/_virtual/index2.cjs +6 -0
  1091. package/dist/_virtual/index2.cjs.map +1 -0
  1092. package/dist/_virtual/index2.js +7 -0
  1093. package/dist/_virtual/index2.js.map +1 -0
  1094. package/dist/_virtual/index3.cjs +13 -0
  1095. package/dist/_virtual/index3.cjs.map +1 -0
  1096. package/dist/_virtual/index3.js +14 -0
  1097. package/dist/_virtual/index3.js.map +1 -0
  1098. package/dist/_virtual/index4.cjs +5 -0
  1099. package/dist/_virtual/index4.cjs.map +1 -0
  1100. package/dist/_virtual/index4.js +5 -0
  1101. package/dist/_virtual/index4.js.map +1 -0
  1102. package/dist/_virtual/index5.cjs +5 -0
  1103. package/dist/_virtual/index5.cjs.map +1 -0
  1104. package/dist/_virtual/index5.js +5 -0
  1105. package/dist/_virtual/index5.js.map +1 -0
  1106. package/dist/_virtual/index6.cjs +5 -0
  1107. package/dist/_virtual/index6.cjs.map +1 -0
  1108. package/dist/_virtual/index6.js +5 -0
  1109. package/dist/_virtual/index6.js.map +1 -0
  1110. package/dist/_virtual/index7.cjs +5 -0
  1111. package/dist/_virtual/index7.cjs.map +1 -0
  1112. package/dist/_virtual/index7.js +5 -0
  1113. package/dist/_virtual/index7.js.map +1 -0
  1114. package/dist/_virtual/index8.cjs +5 -0
  1115. package/dist/_virtual/index8.cjs.map +1 -0
  1116. package/dist/_virtual/index8.js +5 -0
  1117. package/dist/_virtual/index8.js.map +1 -0
  1118. package/dist/_virtual/index9.cjs +5 -0
  1119. package/dist/_virtual/index9.cjs.map +1 -0
  1120. package/dist/_virtual/index9.js +5 -0
  1121. package/dist/_virtual/index9.js.map +1 -0
  1122. package/dist/_virtual/invariant.cjs +5 -0
  1123. package/dist/_virtual/invariant.cjs.map +1 -0
  1124. package/dist/_virtual/invariant.js +5 -0
  1125. package/dist/_virtual/invariant.js.map +1 -0
  1126. package/dist/_virtual/lib.cjs +5 -0
  1127. package/dist/_virtual/lib.cjs.map +1 -0
  1128. package/dist/_virtual/lib.js +5 -0
  1129. package/dist/_virtual/lib.js.map +1 -0
  1130. package/dist/_virtual/nextTick.cjs +5 -0
  1131. package/dist/_virtual/nextTick.cjs.map +1 -0
  1132. package/dist/_virtual/nextTick.js +5 -0
  1133. package/dist/_virtual/nextTick.js.map +1 -0
  1134. package/dist/_virtual/parseJson.cjs +5 -0
  1135. package/dist/_virtual/parseJson.cjs.map +1 -0
  1136. package/dist/_virtual/parseJson.js +5 -0
  1137. package/dist/_virtual/parseJson.js.map +1 -0
  1138. package/dist/_virtual/ponyfill.es2018.cjs +13 -0
  1139. package/dist/_virtual/ponyfill.es2018.cjs.map +1 -0
  1140. package/dist/_virtual/ponyfill.es2018.js +14 -0
  1141. package/dist/_virtual/ponyfill.es2018.js.map +1 -0
  1142. package/dist/_virtual/sax.cjs +5 -0
  1143. package/dist/_virtual/sax.cjs.map +1 -0
  1144. package/dist/_virtual/sax.js +5 -0
  1145. package/dist/_virtual/sax.js.map +1 -0
  1146. package/dist/_virtual/set-cookie.cjs +13 -0
  1147. package/dist/_virtual/set-cookie.cjs.map +1 -0
  1148. package/dist/_virtual/set-cookie.js +14 -0
  1149. package/dist/_virtual/set-cookie.js.map +1 -0
  1150. package/dist/_virtual/store.cjs +5 -0
  1151. package/dist/_virtual/store.cjs.map +1 -0
  1152. package/dist/_virtual/store.js +5 -0
  1153. package/dist/_virtual/store.js.map +1 -0
  1154. package/dist/_virtual/toIsoResponse.cjs +5 -0
  1155. package/dist/_virtual/toIsoResponse.cjs.map +1 -0
  1156. package/dist/_virtual/toIsoResponse.js +5 -0
  1157. package/dist/_virtual/toIsoResponse.js.map +1 -0
  1158. package/dist/_virtual/until.cjs +5 -0
  1159. package/dist/_virtual/until.cjs.map +1 -0
  1160. package/dist/_virtual/until.js +5 -0
  1161. package/dist/_virtual/until.js.map +1 -0
  1162. package/dist/_virtual/uuid.cjs +5 -0
  1163. package/dist/_virtual/uuid.cjs.map +1 -0
  1164. package/dist/_virtual/uuid.js +5 -0
  1165. package/dist/_virtual/uuid.js.map +1 -0
  1166. package/dist/auth/PrismicAuthManager.cjs +280 -0
  1167. package/dist/auth/PrismicAuthManager.cjs.map +1 -0
  1168. package/dist/auth/PrismicAuthManager.d.ts +58 -0
  1169. package/dist/auth/PrismicAuthManager.js +258 -0
  1170. package/dist/auth/PrismicAuthManager.js.map +1 -0
  1171. package/dist/auth/createPrismicAuthManager.cjs +8 -0
  1172. package/dist/auth/createPrismicAuthManager.cjs.map +1 -0
  1173. package/dist/auth/createPrismicAuthManager.d.ts +4 -0
  1174. package/dist/auth/createPrismicAuthManager.js +8 -0
  1175. package/dist/auth/createPrismicAuthManager.js.map +1 -0
  1176. package/dist/auth/createPrismicAuthManagerMiddleware.cjs +50 -0
  1177. package/dist/auth/createPrismicAuthManagerMiddleware.cjs.map +1 -0
  1178. package/dist/auth/createPrismicAuthManagerMiddleware.d.ts +14 -0
  1179. package/dist/auth/createPrismicAuthManagerMiddleware.js +33 -0
  1180. package/dist/auth/createPrismicAuthManagerMiddleware.js.map +1 -0
  1181. package/dist/client/index.d.ts +5 -0
  1182. package/dist/client.cjs +20 -0
  1183. package/dist/client.cjs.map +1 -0
  1184. package/dist/client.js +20 -0
  1185. package/dist/client.js.map +1 -0
  1186. package/dist/constants/API_ENDPOINTS.cjs +45 -0
  1187. package/dist/constants/API_ENDPOINTS.cjs.map +1 -0
  1188. package/dist/constants/API_ENDPOINTS.d.ts +9 -0
  1189. package/dist/constants/API_ENDPOINTS.js +45 -0
  1190. package/dist/constants/API_ENDPOINTS.js.map +1 -0
  1191. package/dist/constants/API_TOKENS.cjs +17 -0
  1192. package/dist/constants/API_TOKENS.cjs.map +1 -0
  1193. package/dist/constants/API_TOKENS.d.ts +5 -0
  1194. package/dist/constants/API_TOKENS.js +17 -0
  1195. package/dist/constants/API_TOKENS.js.map +1 -0
  1196. package/dist/constants/APPLICATION_MODE.cjs +9 -0
  1197. package/dist/constants/APPLICATION_MODE.cjs.map +1 -0
  1198. package/dist/constants/APPLICATION_MODE.d.ts +5 -0
  1199. package/dist/constants/APPLICATION_MODE.js +9 -0
  1200. package/dist/constants/APPLICATION_MODE.js.map +1 -0
  1201. package/dist/constants/DEFAULT_SLICE_SCREENSHOT_URL.cjs +5 -0
  1202. package/dist/constants/DEFAULT_SLICE_SCREENSHOT_URL.cjs.map +1 -0
  1203. package/dist/constants/DEFAULT_SLICE_SCREENSHOT_URL.d.ts +5 -0
  1204. package/dist/constants/DEFAULT_SLICE_SCREENSHOT_URL.js +5 -0
  1205. package/dist/constants/DEFAULT_SLICE_SCREENSHOT_URL.js.map +1 -0
  1206. package/dist/constants/SLICE_MACHINE_CONFIG_FILENAME.cjs +5 -0
  1207. package/dist/constants/SLICE_MACHINE_CONFIG_FILENAME.cjs.map +1 -0
  1208. package/dist/constants/SLICE_MACHINE_CONFIG_FILENAME.d.ts +1 -0
  1209. package/dist/constants/SLICE_MACHINE_CONFIG_FILENAME.js +5 -0
  1210. package/dist/constants/SLICE_MACHINE_CONFIG_FILENAME.js.map +1 -0
  1211. package/dist/constants/SLICE_MACHINE_GITHUB_PACKAGE_NAME.cjs +5 -0
  1212. package/dist/constants/SLICE_MACHINE_GITHUB_PACKAGE_NAME.cjs.map +1 -0
  1213. package/dist/constants/SLICE_MACHINE_GITHUB_PACKAGE_NAME.d.ts +1 -0
  1214. package/dist/constants/SLICE_MACHINE_GITHUB_PACKAGE_NAME.js +5 -0
  1215. package/dist/constants/SLICE_MACHINE_GITHUB_PACKAGE_NAME.js.map +1 -0
  1216. package/dist/constants/SLICE_MACHINE_GITHUB_REPOSITORY_NAME.cjs +5 -0
  1217. package/dist/constants/SLICE_MACHINE_GITHUB_REPOSITORY_NAME.cjs.map +1 -0
  1218. package/dist/constants/SLICE_MACHINE_GITHUB_REPOSITORY_NAME.d.ts +1 -0
  1219. package/dist/constants/SLICE_MACHINE_GITHUB_REPOSITORY_NAME.js +5 -0
  1220. package/dist/constants/SLICE_MACHINE_GITHUB_REPOSITORY_NAME.js.map +1 -0
  1221. package/dist/constants/SLICE_MACHINE_GITHUB_REPOSITORY_ORGANIZATION.cjs +5 -0
  1222. package/dist/constants/SLICE_MACHINE_GITHUB_REPOSITORY_ORGANIZATION.cjs.map +1 -0
  1223. package/dist/constants/SLICE_MACHINE_GITHUB_REPOSITORY_ORGANIZATION.d.ts +1 -0
  1224. package/dist/constants/SLICE_MACHINE_GITHUB_REPOSITORY_ORGANIZATION.js +5 -0
  1225. package/dist/constants/SLICE_MACHINE_GITHUB_REPOSITORY_ORGANIZATION.js.map +1 -0
  1226. package/dist/constants/SLICE_MACHINE_NPM_PACKAGE_NAME.cjs +5 -0
  1227. package/dist/constants/SLICE_MACHINE_NPM_PACKAGE_NAME.cjs.map +1 -0
  1228. package/dist/constants/SLICE_MACHINE_NPM_PACKAGE_NAME.d.ts +1 -0
  1229. package/dist/constants/SLICE_MACHINE_NPM_PACKAGE_NAME.js +5 -0
  1230. package/dist/constants/SLICE_MACHINE_NPM_PACKAGE_NAME.js.map +1 -0
  1231. package/dist/constants/SLICE_MACHINE_USER_AGENT.cjs +5 -0
  1232. package/dist/constants/SLICE_MACHINE_USER_AGENT.cjs.map +1 -0
  1233. package/dist/constants/SLICE_MACHINE_USER_AGENT.d.ts +1 -0
  1234. package/dist/constants/SLICE_MACHINE_USER_AGENT.js +5 -0
  1235. package/dist/constants/SLICE_MACHINE_USER_AGENT.js.map +1 -0
  1236. package/dist/constants/TS_CONFIG_FILENAME.cjs +5 -0
  1237. package/dist/constants/TS_CONFIG_FILENAME.cjs.map +1 -0
  1238. package/dist/constants/TS_CONFIG_FILENAME.d.ts +1 -0
  1239. package/dist/constants/TS_CONFIG_FILENAME.js +5 -0
  1240. package/dist/constants/TS_CONFIG_FILENAME.js.map +1 -0
  1241. package/dist/constants/VERSION_KIND.cjs +10 -0
  1242. package/dist/constants/VERSION_KIND.cjs.map +1 -0
  1243. package/dist/constants/VERSION_KIND.d.ts +6 -0
  1244. package/dist/constants/VERSION_KIND.js +10 -0
  1245. package/dist/constants/VERSION_KIND.js.map +1 -0
  1246. package/dist/errors.cjs +77 -0
  1247. package/dist/errors.cjs.map +1 -0
  1248. package/dist/errors.d.ts +34 -0
  1249. package/dist/errors.js +77 -0
  1250. package/dist/errors.js.map +1 -0
  1251. package/dist/index.cjs +17 -0
  1252. package/dist/index.cjs.map +1 -0
  1253. package/dist/index.d.ts +9 -0
  1254. package/dist/index.js +17 -0
  1255. package/dist/index.js.map +1 -0
  1256. package/dist/lib/DecodeError.cjs +22 -0
  1257. package/dist/lib/DecodeError.cjs.map +1 -0
  1258. package/dist/lib/DecodeError.d.ts +12 -0
  1259. package/dist/lib/DecodeError.js +22 -0
  1260. package/dist/lib/DecodeError.js.map +1 -0
  1261. package/dist/lib/assertPluginsInitialized.cjs +9 -0
  1262. package/dist/lib/assertPluginsInitialized.cjs.map +1 -0
  1263. package/dist/lib/assertPluginsInitialized.d.ts +2 -0
  1264. package/dist/lib/assertPluginsInitialized.js +9 -0
  1265. package/dist/lib/assertPluginsInitialized.js.map +1 -0
  1266. package/dist/lib/bufferCodec.cjs +24 -0
  1267. package/dist/lib/bufferCodec.cjs.map +1 -0
  1268. package/dist/lib/bufferCodec.d.ts +3 -0
  1269. package/dist/lib/bufferCodec.js +7 -0
  1270. package/dist/lib/bufferCodec.js.map +1 -0
  1271. package/dist/lib/castArray.cjs +7 -0
  1272. package/dist/lib/castArray.cjs.map +1 -0
  1273. package/dist/lib/castArray.d.ts +1 -0
  1274. package/dist/lib/castArray.js +7 -0
  1275. package/dist/lib/castArray.js.map +1 -0
  1276. package/dist/lib/checkIsURLAccessible.cjs +9 -0
  1277. package/dist/lib/checkIsURLAccessible.cjs.map +1 -0
  1278. package/dist/lib/checkIsURLAccessible.d.ts +1 -0
  1279. package/dist/lib/checkIsURLAccessible.js +9 -0
  1280. package/dist/lib/checkIsURLAccessible.js.map +1 -0
  1281. package/dist/lib/createContentDigest.cjs +25 -0
  1282. package/dist/lib/createContentDigest.cjs.map +1 -0
  1283. package/dist/lib/createContentDigest.d.ts +9 -0
  1284. package/dist/lib/createContentDigest.js +8 -0
  1285. package/dist/lib/createContentDigest.js.map +1 -0
  1286. package/dist/lib/decode.cjs +18 -0
  1287. package/dist/lib/decode.cjs.map +1 -0
  1288. package/dist/lib/decode.d.ts +10 -0
  1289. package/dist/lib/decode.js +18 -0
  1290. package/dist/lib/decode.js.map +1 -0
  1291. package/dist/lib/decodeHookResult.cjs +21 -0
  1292. package/dist/lib/decodeHookResult.cjs.map +1 -0
  1293. package/dist/lib/decodeHookResult.d.ts +10 -0
  1294. package/dist/lib/decodeHookResult.js +21 -0
  1295. package/dist/lib/decodeHookResult.js.map +1 -0
  1296. package/dist/lib/decodeSliceMachineConfig.cjs +50 -0
  1297. package/dist/lib/decodeSliceMachineConfig.cjs.map +1 -0
  1298. package/dist/lib/decodeSliceMachineConfig.d.ts +3 -0
  1299. package/dist/lib/decodeSliceMachineConfig.js +33 -0
  1300. package/dist/lib/decodeSliceMachineConfig.js.map +1 -0
  1301. package/dist/lib/fetchGitHubReleaseBodyForRelease.cjs +102 -0
  1302. package/dist/lib/fetchGitHubReleaseBodyForRelease.cjs.map +1 -0
  1303. package/dist/lib/fetchGitHubReleaseBodyForRelease.d.ts +21 -0
  1304. package/dist/lib/fetchGitHubReleaseBodyForRelease.js +85 -0
  1305. package/dist/lib/fetchGitHubReleaseBodyForRelease.js.map +1 -0
  1306. package/dist/lib/fetchNPMPackageVersions.cjs +41 -0
  1307. package/dist/lib/fetchNPMPackageVersions.cjs.map +1 -0
  1308. package/dist/lib/fetchNPMPackageVersions.d.ts +5 -0
  1309. package/dist/lib/fetchNPMPackageVersions.js +24 -0
  1310. package/dist/lib/fetchNPMPackageVersions.js.map +1 -0
  1311. package/dist/lib/format.cjs +33 -0
  1312. package/dist/lib/format.cjs.map +1 -0
  1313. package/dist/lib/format.d.ts +12 -0
  1314. package/dist/lib/format.js +33 -0
  1315. package/dist/lib/format.js.map +1 -0
  1316. package/dist/lib/functionCodec.cjs +29 -0
  1317. package/dist/lib/functionCodec.cjs.map +1 -0
  1318. package/dist/lib/functionCodec.d.ts +2 -0
  1319. package/dist/lib/functionCodec.js +12 -0
  1320. package/dist/lib/functionCodec.js.map +1 -0
  1321. package/dist/lib/locateFileUpward.cjs +50 -0
  1322. package/dist/lib/locateFileUpward.cjs.map +1 -0
  1323. package/dist/lib/locateFileUpward.d.ts +10 -0
  1324. package/dist/lib/locateFileUpward.js +32 -0
  1325. package/dist/lib/locateFileUpward.js.map +1 -0
  1326. package/dist/lib/markdownToHTML.cjs +90 -0
  1327. package/dist/lib/markdownToHTML.cjs.map +1 -0
  1328. package/dist/lib/markdownToHTML.d.ts +1 -0
  1329. package/dist/lib/markdownToHTML.js +68 -0
  1330. package/dist/lib/markdownToHTML.js.map +1 -0
  1331. package/dist/lib/prismicrc.cjs +48 -0
  1332. package/dist/lib/prismicrc.cjs.map +1 -0
  1333. package/dist/lib/prismicrc.d.ts +10 -0
  1334. package/dist/lib/prismicrc.js +29 -0
  1335. package/dist/lib/prismicrc.js.map +1 -0
  1336. package/dist/lib/serializeCookies.cjs +29 -0
  1337. package/dist/lib/serializeCookies.cjs.map +1 -0
  1338. package/dist/lib/serializeCookies.d.ts +6 -0
  1339. package/dist/lib/serializeCookies.js +29 -0
  1340. package/dist/lib/serializeCookies.js.map +1 -0
  1341. package/dist/managers/BaseManager.cjs +63 -0
  1342. package/dist/managers/BaseManager.cjs.map +1 -0
  1343. package/dist/managers/BaseManager.d.ts +33 -0
  1344. package/dist/managers/BaseManager.js +63 -0
  1345. package/dist/managers/BaseManager.js.map +1 -0
  1346. package/dist/managers/SliceMachineManager.cjs +217 -0
  1347. package/dist/managers/SliceMachineManager.cjs.map +1 -0
  1348. package/dist/managers/SliceMachineManager.d.ts +93 -0
  1349. package/dist/managers/SliceMachineManager.js +217 -0
  1350. package/dist/managers/SliceMachineManager.js.map +1 -0
  1351. package/dist/managers/createSliceMachineManager.cjs +8 -0
  1352. package/dist/managers/createSliceMachineManager.cjs.map +1 -0
  1353. package/dist/managers/createSliceMachineManager.d.ts +4 -0
  1354. package/dist/managers/createSliceMachineManager.js +8 -0
  1355. package/dist/managers/createSliceMachineManager.js.map +1 -0
  1356. package/dist/managers/createSliceMachineManagerClient.cjs +11 -0
  1357. package/dist/managers/createSliceMachineManagerClient.cjs.map +1 -0
  1358. package/dist/managers/createSliceMachineManagerClient.d.ts +8 -0
  1359. package/dist/managers/createSliceMachineManagerClient.js +11 -0
  1360. package/dist/managers/createSliceMachineManagerClient.js.map +1 -0
  1361. package/dist/managers/createSliceMachineManagerMiddleware.cjs +47 -0
  1362. package/dist/managers/createSliceMachineManagerMiddleware.cjs.map +1 -0
  1363. package/dist/managers/createSliceMachineManagerMiddleware.d.ts +14 -0
  1364. package/dist/managers/createSliceMachineManagerMiddleware.js +47 -0
  1365. package/dist/managers/createSliceMachineManagerMiddleware.js.map +1 -0
  1366. package/dist/managers/customTypes/CustomTypesManager.cjs +177 -0
  1367. package/dist/managers/customTypes/CustomTypesManager.cjs.map +1 -0
  1368. package/dist/managers/customTypes/CustomTypesManager.d.ts +50 -0
  1369. package/dist/managers/customTypes/CustomTypesManager.js +159 -0
  1370. package/dist/managers/customTypes/CustomTypesManager.js.map +1 -0
  1371. package/dist/managers/plugins/PluginsManager.cjs +36 -0
  1372. package/dist/managers/plugins/PluginsManager.cjs.map +1 -0
  1373. package/dist/managers/plugins/PluginsManager.d.ts +13 -0
  1374. package/dist/managers/plugins/PluginsManager.js +36 -0
  1375. package/dist/managers/plugins/PluginsManager.js.map +1 -0
  1376. package/dist/managers/prismicRepository/PrismicRepositoryManager.cjs +199 -0
  1377. package/dist/managers/prismicRepository/PrismicRepositoryManager.cjs.map +1 -0
  1378. package/dist/managers/prismicRepository/PrismicRepositoryManager.d.ts +28 -0
  1379. package/dist/managers/prismicRepository/PrismicRepositoryManager.js +182 -0
  1380. package/dist/managers/prismicRepository/PrismicRepositoryManager.js.map +1 -0
  1381. package/dist/managers/prismicRepository/types.cjs +45 -0
  1382. package/dist/managers/prismicRepository/types.cjs.map +1 -0
  1383. package/dist/managers/prismicRepository/types.d.ts +38 -0
  1384. package/dist/managers/prismicRepository/types.js +28 -0
  1385. package/dist/managers/prismicRepository/types.js.map +1 -0
  1386. package/dist/managers/project/ProjectManager.cjs +120 -0
  1387. package/dist/managers/project/ProjectManager.cjs.map +1 -0
  1388. package/dist/managers/project/ProjectManager.d.ts +30 -0
  1389. package/dist/managers/project/ProjectManager.js +102 -0
  1390. package/dist/managers/project/ProjectManager.js.map +1 -0
  1391. package/dist/managers/screenshots/ScreenshotsManager.cjs +206 -0
  1392. package/dist/managers/screenshots/ScreenshotsManager.cjs.map +1 -0
  1393. package/dist/managers/screenshots/ScreenshotsManager.d.ts +31 -0
  1394. package/dist/managers/screenshots/ScreenshotsManager.js +168 -0
  1395. package/dist/managers/screenshots/ScreenshotsManager.js.map +1 -0
  1396. package/dist/managers/simulator/SimulatorManager.cjs +100 -0
  1397. package/dist/managers/simulator/SimulatorManager.cjs.map +1 -0
  1398. package/dist/managers/simulator/SimulatorManager.d.ts +37 -0
  1399. package/dist/managers/simulator/SimulatorManager.js +83 -0
  1400. package/dist/managers/simulator/SimulatorManager.js.map +1 -0
  1401. package/dist/managers/slices/SlicesManager.cjs +341 -0
  1402. package/dist/managers/slices/SlicesManager.cjs.map +1 -0
  1403. package/dist/managers/slices/SlicesManager.d.ts +111 -0
  1404. package/dist/managers/slices/SlicesManager.js +323 -0
  1405. package/dist/managers/slices/SlicesManager.js.map +1 -0
  1406. package/dist/managers/snippets/SnippetsManager.cjs +41 -0
  1407. package/dist/managers/snippets/SnippetsManager.cjs.map +1 -0
  1408. package/dist/managers/snippets/SnippetsManager.d.ts +11 -0
  1409. package/dist/managers/snippets/SnippetsManager.js +24 -0
  1410. package/dist/managers/snippets/SnippetsManager.js.map +1 -0
  1411. package/dist/managers/telemetry/TelemetryManager.cjs +105 -0
  1412. package/dist/managers/telemetry/TelemetryManager.cjs.map +1 -0
  1413. package/dist/managers/telemetry/TelemetryManager.d.ts +17 -0
  1414. package/dist/managers/telemetry/TelemetryManager.js +105 -0
  1415. package/dist/managers/telemetry/TelemetryManager.js.map +1 -0
  1416. package/dist/managers/telemetry/types.cjs +15 -0
  1417. package/dist/managers/telemetry/types.cjs.map +1 -0
  1418. package/dist/managers/telemetry/types.d.ts +28 -0
  1419. package/dist/managers/telemetry/types.js +15 -0
  1420. package/dist/managers/telemetry/types.js.map +1 -0
  1421. package/dist/managers/user/UserManager.cjs +25 -0
  1422. package/dist/managers/user/UserManager.cjs.map +1 -0
  1423. package/dist/managers/user/UserManager.d.ts +38 -0
  1424. package/dist/managers/user/UserManager.js +25 -0
  1425. package/dist/managers/user/UserManager.js.map +1 -0
  1426. package/dist/managers/versions/VersionsManager.cjs +104 -0
  1427. package/dist/managers/versions/VersionsManager.cjs.map +1 -0
  1428. package/dist/managers/versions/VersionsManager.d.ts +19 -0
  1429. package/dist/managers/versions/VersionsManager.js +86 -0
  1430. package/dist/managers/versions/VersionsManager.js.map +1 -0
  1431. package/dist/managers/versions/types.d.ts +5 -0
  1432. package/dist/test/createSliceMachineManagerMSWHandler.cjs +27 -0
  1433. package/dist/test/createSliceMachineManagerMSWHandler.cjs.map +1 -0
  1434. package/dist/test/createSliceMachineManagerMSWHandler.d.ts +7 -0
  1435. package/dist/test/createSliceMachineManagerMSWHandler.js +27 -0
  1436. package/dist/test/createSliceMachineManagerMSWHandler.js.map +1 -0
  1437. package/dist/test/index.d.ts +1 -0
  1438. package/dist/test.cjs +5 -0
  1439. package/dist/test.cjs.map +1 -0
  1440. package/dist/test.js +5 -0
  1441. package/dist/test.js.map +1 -0
  1442. package/dist/types.d.ts +45 -0
  1443. package/package.json +128 -0
  1444. package/src/auth/PrismicAuthManager.ts +403 -0
  1445. package/src/auth/createPrismicAuthManager.ts +11 -0
  1446. package/src/auth/createPrismicAuthManagerMiddleware.ts +70 -0
  1447. package/src/client/index.ts +32 -0
  1448. package/src/constants/API_ENDPOINTS.ts +62 -0
  1449. package/src/constants/API_TOKENS.ts +18 -0
  1450. package/src/constants/APPLICATION_MODE.ts +5 -0
  1451. package/src/constants/DEFAULT_SLICE_SCREENSHOT_URL.ts +6 -0
  1452. package/src/constants/SLICE_MACHINE_CONFIG_FILENAME.ts +1 -0
  1453. package/src/constants/SLICE_MACHINE_GITHUB_PACKAGE_NAME.ts +1 -0
  1454. package/src/constants/SLICE_MACHINE_GITHUB_REPOSITORY_NAME.ts +1 -0
  1455. package/src/constants/SLICE_MACHINE_GITHUB_REPOSITORY_ORGANIZATION.ts +1 -0
  1456. package/src/constants/SLICE_MACHINE_NPM_PACKAGE_NAME.ts +1 -0
  1457. package/src/constants/SLICE_MACHINE_USER_AGENT.ts +1 -0
  1458. package/src/constants/TS_CONFIG_FILENAME.ts +1 -0
  1459. package/src/constants/VERSION_KIND.ts +6 -0
  1460. package/src/errors.ts +146 -0
  1461. package/src/index.ts +27 -0
  1462. package/src/lib/DecodeError.ts +22 -0
  1463. package/src/lib/assertPluginsInitialized.ts +11 -0
  1464. package/src/lib/bufferCodec.ts +10 -0
  1465. package/src/lib/castArray.ts +3 -0
  1466. package/src/lib/checkIsURLAccessible.ts +7 -0
  1467. package/src/lib/createContentDigest.ts +12 -0
  1468. package/src/lib/decode.ts +36 -0
  1469. package/src/lib/decodeHookResult.ts +36 -0
  1470. package/src/lib/decodeSliceMachineConfig.ts +43 -0
  1471. package/src/lib/fetchGitHubReleaseBodyForRelease.ts +143 -0
  1472. package/src/lib/fetchNPMPackageVersions.ts +46 -0
  1473. package/src/lib/format.ts +34 -0
  1474. package/src/lib/functionCodec.ts +16 -0
  1475. package/src/lib/locateFileUpward.ts +58 -0
  1476. package/src/lib/markdownToHTML.ts +113 -0
  1477. package/src/lib/prismicrc.ts +64 -0
  1478. package/src/lib/serializeCookies.ts +45 -0
  1479. package/src/managers/BaseManager.ts +92 -0
  1480. package/src/managers/SliceMachineManager.ts +362 -0
  1481. package/src/managers/createSliceMachineManager.ts +11 -0
  1482. package/src/managers/createSliceMachineManagerClient.ts +23 -0
  1483. package/src/managers/createSliceMachineManagerMiddleware.ts +75 -0
  1484. package/src/managers/customTypes/CustomTypesManager.ts +303 -0
  1485. package/src/managers/plugins/PluginsManager.ts +48 -0
  1486. package/src/managers/prismicRepository/PrismicRepositoryManager.ts +266 -0
  1487. package/src/managers/prismicRepository/types.ts +30 -0
  1488. package/src/managers/project/ProjectManager.ts +165 -0
  1489. package/src/managers/screenshots/ScreenshotsManager.ts +242 -0
  1490. package/src/managers/simulator/SimulatorManager.ts +151 -0
  1491. package/src/managers/slices/SlicesManager.ts +604 -0
  1492. package/src/managers/snippets/SnippetsManager.ts +45 -0
  1493. package/src/managers/telemetry/TelemetryManager.ts +142 -0
  1494. package/src/managers/telemetry/types.ts +46 -0
  1495. package/src/managers/user/UserManager.ts +27 -0
  1496. package/src/managers/versions/VersionsManager.ts +121 -0
  1497. package/src/managers/versions/types.ts +6 -0
  1498. package/src/test/createSliceMachineManagerMSWHandler.ts +41 -0
  1499. package/src/test/index.ts +4 -0
  1500. package/src/types.ts +59 -0
@@ -0,0 +1,248 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const inspect = require("../jsutils/inspect.cjs");
4
+ const isObjectLike = require("../jsutils/isObjectLike.cjs");
5
+ const GraphQLError = require("../error/GraphQLError.cjs");
6
+ const kinds = require("../language/kinds.cjs");
7
+ const printer = require("../language/printer.cjs");
8
+ const definition = require("./definition.cjs");
9
+ const GRAPHQL_MAX_INT = 2147483647;
10
+ const GRAPHQL_MIN_INT = -2147483648;
11
+ const GraphQLInt = new definition.GraphQLScalarType({
12
+ name: "Int",
13
+ description: "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",
14
+ serialize(outputValue) {
15
+ const coercedValue = serializeObject(outputValue);
16
+ if (typeof coercedValue === "boolean") {
17
+ return coercedValue ? 1 : 0;
18
+ }
19
+ let num = coercedValue;
20
+ if (typeof coercedValue === "string" && coercedValue !== "") {
21
+ num = Number(coercedValue);
22
+ }
23
+ if (typeof num !== "number" || !Number.isInteger(num)) {
24
+ throw new GraphQLError.GraphQLError(
25
+ `Int cannot represent non-integer value: ${inspect.inspect(coercedValue)}`
26
+ );
27
+ }
28
+ if (num > GRAPHQL_MAX_INT || num < GRAPHQL_MIN_INT) {
29
+ throw new GraphQLError.GraphQLError(
30
+ "Int cannot represent non 32-bit signed integer value: " + inspect.inspect(coercedValue)
31
+ );
32
+ }
33
+ return num;
34
+ },
35
+ parseValue(inputValue) {
36
+ if (typeof inputValue !== "number" || !Number.isInteger(inputValue)) {
37
+ throw new GraphQLError.GraphQLError(
38
+ `Int cannot represent non-integer value: ${inspect.inspect(inputValue)}`
39
+ );
40
+ }
41
+ if (inputValue > GRAPHQL_MAX_INT || inputValue < GRAPHQL_MIN_INT) {
42
+ throw new GraphQLError.GraphQLError(
43
+ `Int cannot represent non 32-bit signed integer value: ${inputValue}`
44
+ );
45
+ }
46
+ return inputValue;
47
+ },
48
+ parseLiteral(valueNode) {
49
+ if (valueNode.kind !== kinds.Kind.INT) {
50
+ throw new GraphQLError.GraphQLError(
51
+ `Int cannot represent non-integer value: ${printer.print(valueNode)}`,
52
+ {
53
+ nodes: valueNode
54
+ }
55
+ );
56
+ }
57
+ const num = parseInt(valueNode.value, 10);
58
+ if (num > GRAPHQL_MAX_INT || num < GRAPHQL_MIN_INT) {
59
+ throw new GraphQLError.GraphQLError(
60
+ `Int cannot represent non 32-bit signed integer value: ${valueNode.value}`,
61
+ {
62
+ nodes: valueNode
63
+ }
64
+ );
65
+ }
66
+ return num;
67
+ }
68
+ });
69
+ const GraphQLFloat = new definition.GraphQLScalarType({
70
+ name: "Float",
71
+ description: "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",
72
+ serialize(outputValue) {
73
+ const coercedValue = serializeObject(outputValue);
74
+ if (typeof coercedValue === "boolean") {
75
+ return coercedValue ? 1 : 0;
76
+ }
77
+ let num = coercedValue;
78
+ if (typeof coercedValue === "string" && coercedValue !== "") {
79
+ num = Number(coercedValue);
80
+ }
81
+ if (typeof num !== "number" || !Number.isFinite(num)) {
82
+ throw new GraphQLError.GraphQLError(
83
+ `Float cannot represent non numeric value: ${inspect.inspect(coercedValue)}`
84
+ );
85
+ }
86
+ return num;
87
+ },
88
+ parseValue(inputValue) {
89
+ if (typeof inputValue !== "number" || !Number.isFinite(inputValue)) {
90
+ throw new GraphQLError.GraphQLError(
91
+ `Float cannot represent non numeric value: ${inspect.inspect(inputValue)}`
92
+ );
93
+ }
94
+ return inputValue;
95
+ },
96
+ parseLiteral(valueNode) {
97
+ if (valueNode.kind !== kinds.Kind.FLOAT && valueNode.kind !== kinds.Kind.INT) {
98
+ throw new GraphQLError.GraphQLError(
99
+ `Float cannot represent non numeric value: ${printer.print(valueNode)}`,
100
+ valueNode
101
+ );
102
+ }
103
+ return parseFloat(valueNode.value);
104
+ }
105
+ });
106
+ const GraphQLString = new definition.GraphQLScalarType({
107
+ name: "String",
108
+ description: "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",
109
+ serialize(outputValue) {
110
+ const coercedValue = serializeObject(outputValue);
111
+ if (typeof coercedValue === "string") {
112
+ return coercedValue;
113
+ }
114
+ if (typeof coercedValue === "boolean") {
115
+ return coercedValue ? "true" : "false";
116
+ }
117
+ if (typeof coercedValue === "number" && Number.isFinite(coercedValue)) {
118
+ return coercedValue.toString();
119
+ }
120
+ throw new GraphQLError.GraphQLError(
121
+ `String cannot represent value: ${inspect.inspect(outputValue)}`
122
+ );
123
+ },
124
+ parseValue(inputValue) {
125
+ if (typeof inputValue !== "string") {
126
+ throw new GraphQLError.GraphQLError(
127
+ `String cannot represent a non string value: ${inspect.inspect(inputValue)}`
128
+ );
129
+ }
130
+ return inputValue;
131
+ },
132
+ parseLiteral(valueNode) {
133
+ if (valueNode.kind !== kinds.Kind.STRING) {
134
+ throw new GraphQLError.GraphQLError(
135
+ `String cannot represent a non string value: ${printer.print(valueNode)}`,
136
+ {
137
+ nodes: valueNode
138
+ }
139
+ );
140
+ }
141
+ return valueNode.value;
142
+ }
143
+ });
144
+ const GraphQLBoolean = new definition.GraphQLScalarType({
145
+ name: "Boolean",
146
+ description: "The `Boolean` scalar type represents `true` or `false`.",
147
+ serialize(outputValue) {
148
+ const coercedValue = serializeObject(outputValue);
149
+ if (typeof coercedValue === "boolean") {
150
+ return coercedValue;
151
+ }
152
+ if (Number.isFinite(coercedValue)) {
153
+ return coercedValue !== 0;
154
+ }
155
+ throw new GraphQLError.GraphQLError(
156
+ `Boolean cannot represent a non boolean value: ${inspect.inspect(coercedValue)}`
157
+ );
158
+ },
159
+ parseValue(inputValue) {
160
+ if (typeof inputValue !== "boolean") {
161
+ throw new GraphQLError.GraphQLError(
162
+ `Boolean cannot represent a non boolean value: ${inspect.inspect(inputValue)}`
163
+ );
164
+ }
165
+ return inputValue;
166
+ },
167
+ parseLiteral(valueNode) {
168
+ if (valueNode.kind !== kinds.Kind.BOOLEAN) {
169
+ throw new GraphQLError.GraphQLError(
170
+ `Boolean cannot represent a non boolean value: ${printer.print(valueNode)}`,
171
+ {
172
+ nodes: valueNode
173
+ }
174
+ );
175
+ }
176
+ return valueNode.value;
177
+ }
178
+ });
179
+ const GraphQLID = new definition.GraphQLScalarType({
180
+ name: "ID",
181
+ description: 'The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `"4"`) or integer (such as `4`) input value will be accepted as an ID.',
182
+ serialize(outputValue) {
183
+ const coercedValue = serializeObject(outputValue);
184
+ if (typeof coercedValue === "string") {
185
+ return coercedValue;
186
+ }
187
+ if (Number.isInteger(coercedValue)) {
188
+ return String(coercedValue);
189
+ }
190
+ throw new GraphQLError.GraphQLError(
191
+ `ID cannot represent value: ${inspect.inspect(outputValue)}`
192
+ );
193
+ },
194
+ parseValue(inputValue) {
195
+ if (typeof inputValue === "string") {
196
+ return inputValue;
197
+ }
198
+ if (typeof inputValue === "number" && Number.isInteger(inputValue)) {
199
+ return inputValue.toString();
200
+ }
201
+ throw new GraphQLError.GraphQLError(`ID cannot represent value: ${inspect.inspect(inputValue)}`);
202
+ },
203
+ parseLiteral(valueNode) {
204
+ if (valueNode.kind !== kinds.Kind.STRING && valueNode.kind !== kinds.Kind.INT) {
205
+ throw new GraphQLError.GraphQLError(
206
+ "ID cannot represent a non-string and non-integer value: " + printer.print(valueNode),
207
+ {
208
+ nodes: valueNode
209
+ }
210
+ );
211
+ }
212
+ return valueNode.value;
213
+ }
214
+ });
215
+ const specifiedScalarTypes = Object.freeze([
216
+ GraphQLString,
217
+ GraphQLInt,
218
+ GraphQLFloat,
219
+ GraphQLBoolean,
220
+ GraphQLID
221
+ ]);
222
+ function isSpecifiedScalarType(type) {
223
+ return specifiedScalarTypes.some(({ name }) => type.name === name);
224
+ }
225
+ function serializeObject(outputValue) {
226
+ if (isObjectLike.isObjectLike(outputValue)) {
227
+ if (typeof outputValue.valueOf === "function") {
228
+ const valueOfResult = outputValue.valueOf();
229
+ if (!isObjectLike.isObjectLike(valueOfResult)) {
230
+ return valueOfResult;
231
+ }
232
+ }
233
+ if (typeof outputValue.toJSON === "function") {
234
+ return outputValue.toJSON();
235
+ }
236
+ }
237
+ return outputValue;
238
+ }
239
+ exports.GRAPHQL_MAX_INT = GRAPHQL_MAX_INT;
240
+ exports.GRAPHQL_MIN_INT = GRAPHQL_MIN_INT;
241
+ exports.GraphQLBoolean = GraphQLBoolean;
242
+ exports.GraphQLFloat = GraphQLFloat;
243
+ exports.GraphQLID = GraphQLID;
244
+ exports.GraphQLInt = GraphQLInt;
245
+ exports.GraphQLString = GraphQLString;
246
+ exports.isSpecifiedScalarType = isSpecifiedScalarType;
247
+ exports.specifiedScalarTypes = specifiedScalarTypes;
248
+ //# sourceMappingURL=scalars.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scalars.cjs","sources":["../../../../../../node_modules/graphql/type/scalars.mjs"],"sourcesContent":["import { inspect } from '../jsutils/inspect.mjs';\nimport { isObjectLike } from '../jsutils/isObjectLike.mjs';\nimport { GraphQLError } from '../error/GraphQLError.mjs';\nimport { Kind } from '../language/kinds.mjs';\nimport { print } from '../language/printer.mjs';\nimport { GraphQLScalarType } from './definition.mjs';\n/**\n * Maximum possible Int value as per GraphQL Spec (32-bit signed integer).\n * n.b. This differs from JavaScript's numbers that are IEEE 754 doubles safe up-to 2^53 - 1\n * */\n\nexport const GRAPHQL_MAX_INT = 2147483647;\n/**\n * Minimum possible Int value as per GraphQL Spec (32-bit signed integer).\n * n.b. This differs from JavaScript's numbers that are IEEE 754 doubles safe starting at -(2^53 - 1)\n * */\n\nexport const GRAPHQL_MIN_INT = -2147483648;\nexport const GraphQLInt = new GraphQLScalarType({\n name: 'Int',\n description:\n 'The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.',\n\n serialize(outputValue) {\n const coercedValue = serializeObject(outputValue);\n\n if (typeof coercedValue === 'boolean') {\n return coercedValue ? 1 : 0;\n }\n\n let num = coercedValue;\n\n if (typeof coercedValue === 'string' && coercedValue !== '') {\n num = Number(coercedValue);\n }\n\n if (typeof num !== 'number' || !Number.isInteger(num)) {\n throw new GraphQLError(\n `Int cannot represent non-integer value: ${inspect(coercedValue)}`,\n );\n }\n\n if (num > GRAPHQL_MAX_INT || num < GRAPHQL_MIN_INT) {\n throw new GraphQLError(\n 'Int cannot represent non 32-bit signed integer value: ' +\n inspect(coercedValue),\n );\n }\n\n return num;\n },\n\n parseValue(inputValue) {\n if (typeof inputValue !== 'number' || !Number.isInteger(inputValue)) {\n throw new GraphQLError(\n `Int cannot represent non-integer value: ${inspect(inputValue)}`,\n );\n }\n\n if (inputValue > GRAPHQL_MAX_INT || inputValue < GRAPHQL_MIN_INT) {\n throw new GraphQLError(\n `Int cannot represent non 32-bit signed integer value: ${inputValue}`,\n );\n }\n\n return inputValue;\n },\n\n parseLiteral(valueNode) {\n if (valueNode.kind !== Kind.INT) {\n throw new GraphQLError(\n `Int cannot represent non-integer value: ${print(valueNode)}`,\n {\n nodes: valueNode,\n },\n );\n }\n\n const num = parseInt(valueNode.value, 10);\n\n if (num > GRAPHQL_MAX_INT || num < GRAPHQL_MIN_INT) {\n throw new GraphQLError(\n `Int cannot represent non 32-bit signed integer value: ${valueNode.value}`,\n {\n nodes: valueNode,\n },\n );\n }\n\n return num;\n },\n});\nexport const GraphQLFloat = new GraphQLScalarType({\n name: 'Float',\n description:\n 'The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).',\n\n serialize(outputValue) {\n const coercedValue = serializeObject(outputValue);\n\n if (typeof coercedValue === 'boolean') {\n return coercedValue ? 1 : 0;\n }\n\n let num = coercedValue;\n\n if (typeof coercedValue === 'string' && coercedValue !== '') {\n num = Number(coercedValue);\n }\n\n if (typeof num !== 'number' || !Number.isFinite(num)) {\n throw new GraphQLError(\n `Float cannot represent non numeric value: ${inspect(coercedValue)}`,\n );\n }\n\n return num;\n },\n\n parseValue(inputValue) {\n if (typeof inputValue !== 'number' || !Number.isFinite(inputValue)) {\n throw new GraphQLError(\n `Float cannot represent non numeric value: ${inspect(inputValue)}`,\n );\n }\n\n return inputValue;\n },\n\n parseLiteral(valueNode) {\n if (valueNode.kind !== Kind.FLOAT && valueNode.kind !== Kind.INT) {\n throw new GraphQLError(\n `Float cannot represent non numeric value: ${print(valueNode)}`,\n valueNode,\n );\n }\n\n return parseFloat(valueNode.value);\n },\n});\nexport const GraphQLString = new GraphQLScalarType({\n name: 'String',\n description:\n 'The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.',\n\n serialize(outputValue) {\n const coercedValue = serializeObject(outputValue); // Serialize string, boolean and number values to a string, but do not\n // attempt to coerce object, function, symbol, or other types as strings.\n\n if (typeof coercedValue === 'string') {\n return coercedValue;\n }\n\n if (typeof coercedValue === 'boolean') {\n return coercedValue ? 'true' : 'false';\n }\n\n if (typeof coercedValue === 'number' && Number.isFinite(coercedValue)) {\n return coercedValue.toString();\n }\n\n throw new GraphQLError(\n `String cannot represent value: ${inspect(outputValue)}`,\n );\n },\n\n parseValue(inputValue) {\n if (typeof inputValue !== 'string') {\n throw new GraphQLError(\n `String cannot represent a non string value: ${inspect(inputValue)}`,\n );\n }\n\n return inputValue;\n },\n\n parseLiteral(valueNode) {\n if (valueNode.kind !== Kind.STRING) {\n throw new GraphQLError(\n `String cannot represent a non string value: ${print(valueNode)}`,\n {\n nodes: valueNode,\n },\n );\n }\n\n return valueNode.value;\n },\n});\nexport const GraphQLBoolean = new GraphQLScalarType({\n name: 'Boolean',\n description: 'The `Boolean` scalar type represents `true` or `false`.',\n\n serialize(outputValue) {\n const coercedValue = serializeObject(outputValue);\n\n if (typeof coercedValue === 'boolean') {\n return coercedValue;\n }\n\n if (Number.isFinite(coercedValue)) {\n return coercedValue !== 0;\n }\n\n throw new GraphQLError(\n `Boolean cannot represent a non boolean value: ${inspect(coercedValue)}`,\n );\n },\n\n parseValue(inputValue) {\n if (typeof inputValue !== 'boolean') {\n throw new GraphQLError(\n `Boolean cannot represent a non boolean value: ${inspect(inputValue)}`,\n );\n }\n\n return inputValue;\n },\n\n parseLiteral(valueNode) {\n if (valueNode.kind !== Kind.BOOLEAN) {\n throw new GraphQLError(\n `Boolean cannot represent a non boolean value: ${print(valueNode)}`,\n {\n nodes: valueNode,\n },\n );\n }\n\n return valueNode.value;\n },\n});\nexport const GraphQLID = new GraphQLScalarType({\n name: 'ID',\n description:\n 'The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.',\n\n serialize(outputValue) {\n const coercedValue = serializeObject(outputValue);\n\n if (typeof coercedValue === 'string') {\n return coercedValue;\n }\n\n if (Number.isInteger(coercedValue)) {\n return String(coercedValue);\n }\n\n throw new GraphQLError(\n `ID cannot represent value: ${inspect(outputValue)}`,\n );\n },\n\n parseValue(inputValue) {\n if (typeof inputValue === 'string') {\n return inputValue;\n }\n\n if (typeof inputValue === 'number' && Number.isInteger(inputValue)) {\n return inputValue.toString();\n }\n\n throw new GraphQLError(`ID cannot represent value: ${inspect(inputValue)}`);\n },\n\n parseLiteral(valueNode) {\n if (valueNode.kind !== Kind.STRING && valueNode.kind !== Kind.INT) {\n throw new GraphQLError(\n 'ID cannot represent a non-string and non-integer value: ' +\n print(valueNode),\n {\n nodes: valueNode,\n },\n );\n }\n\n return valueNode.value;\n },\n});\nexport const specifiedScalarTypes = Object.freeze([\n GraphQLString,\n GraphQLInt,\n GraphQLFloat,\n GraphQLBoolean,\n GraphQLID,\n]);\nexport function isSpecifiedScalarType(type) {\n return specifiedScalarTypes.some(({ name }) => type.name === name);\n} // Support serializing objects with custom valueOf() or toJSON() functions -\n// a common way to represent a complex value which can be represented as\n// a string (ex: MongoDB id objects).\n\nfunction serializeObject(outputValue) {\n if (isObjectLike(outputValue)) {\n if (typeof outputValue.valueOf === 'function') {\n const valueOfResult = outputValue.valueOf();\n\n if (!isObjectLike(valueOfResult)) {\n return valueOfResult;\n }\n }\n\n if (typeof outputValue.toJSON === 'function') {\n return outputValue.toJSON();\n }\n }\n\n return outputValue;\n}\n"],"names":["GraphQLScalarType","GraphQLError","inspect","Kind","print","isObjectLike"],"mappings":"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"}
@@ -0,0 +1,248 @@
1
+ import { inspect } from "../jsutils/inspect.js";
2
+ import { isObjectLike } from "../jsutils/isObjectLike.js";
3
+ import { GraphQLError } from "../error/GraphQLError.js";
4
+ import { Kind } from "../language/kinds.js";
5
+ import { print } from "../language/printer.js";
6
+ import { GraphQLScalarType } from "./definition.js";
7
+ const GRAPHQL_MAX_INT = 2147483647;
8
+ const GRAPHQL_MIN_INT = -2147483648;
9
+ const GraphQLInt = new GraphQLScalarType({
10
+ name: "Int",
11
+ description: "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",
12
+ serialize(outputValue) {
13
+ const coercedValue = serializeObject(outputValue);
14
+ if (typeof coercedValue === "boolean") {
15
+ return coercedValue ? 1 : 0;
16
+ }
17
+ let num = coercedValue;
18
+ if (typeof coercedValue === "string" && coercedValue !== "") {
19
+ num = Number(coercedValue);
20
+ }
21
+ if (typeof num !== "number" || !Number.isInteger(num)) {
22
+ throw new GraphQLError(
23
+ `Int cannot represent non-integer value: ${inspect(coercedValue)}`
24
+ );
25
+ }
26
+ if (num > GRAPHQL_MAX_INT || num < GRAPHQL_MIN_INT) {
27
+ throw new GraphQLError(
28
+ "Int cannot represent non 32-bit signed integer value: " + inspect(coercedValue)
29
+ );
30
+ }
31
+ return num;
32
+ },
33
+ parseValue(inputValue) {
34
+ if (typeof inputValue !== "number" || !Number.isInteger(inputValue)) {
35
+ throw new GraphQLError(
36
+ `Int cannot represent non-integer value: ${inspect(inputValue)}`
37
+ );
38
+ }
39
+ if (inputValue > GRAPHQL_MAX_INT || inputValue < GRAPHQL_MIN_INT) {
40
+ throw new GraphQLError(
41
+ `Int cannot represent non 32-bit signed integer value: ${inputValue}`
42
+ );
43
+ }
44
+ return inputValue;
45
+ },
46
+ parseLiteral(valueNode) {
47
+ if (valueNode.kind !== Kind.INT) {
48
+ throw new GraphQLError(
49
+ `Int cannot represent non-integer value: ${print(valueNode)}`,
50
+ {
51
+ nodes: valueNode
52
+ }
53
+ );
54
+ }
55
+ const num = parseInt(valueNode.value, 10);
56
+ if (num > GRAPHQL_MAX_INT || num < GRAPHQL_MIN_INT) {
57
+ throw new GraphQLError(
58
+ `Int cannot represent non 32-bit signed integer value: ${valueNode.value}`,
59
+ {
60
+ nodes: valueNode
61
+ }
62
+ );
63
+ }
64
+ return num;
65
+ }
66
+ });
67
+ const GraphQLFloat = new GraphQLScalarType({
68
+ name: "Float",
69
+ description: "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",
70
+ serialize(outputValue) {
71
+ const coercedValue = serializeObject(outputValue);
72
+ if (typeof coercedValue === "boolean") {
73
+ return coercedValue ? 1 : 0;
74
+ }
75
+ let num = coercedValue;
76
+ if (typeof coercedValue === "string" && coercedValue !== "") {
77
+ num = Number(coercedValue);
78
+ }
79
+ if (typeof num !== "number" || !Number.isFinite(num)) {
80
+ throw new GraphQLError(
81
+ `Float cannot represent non numeric value: ${inspect(coercedValue)}`
82
+ );
83
+ }
84
+ return num;
85
+ },
86
+ parseValue(inputValue) {
87
+ if (typeof inputValue !== "number" || !Number.isFinite(inputValue)) {
88
+ throw new GraphQLError(
89
+ `Float cannot represent non numeric value: ${inspect(inputValue)}`
90
+ );
91
+ }
92
+ return inputValue;
93
+ },
94
+ parseLiteral(valueNode) {
95
+ if (valueNode.kind !== Kind.FLOAT && valueNode.kind !== Kind.INT) {
96
+ throw new GraphQLError(
97
+ `Float cannot represent non numeric value: ${print(valueNode)}`,
98
+ valueNode
99
+ );
100
+ }
101
+ return parseFloat(valueNode.value);
102
+ }
103
+ });
104
+ const GraphQLString = new GraphQLScalarType({
105
+ name: "String",
106
+ description: "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",
107
+ serialize(outputValue) {
108
+ const coercedValue = serializeObject(outputValue);
109
+ if (typeof coercedValue === "string") {
110
+ return coercedValue;
111
+ }
112
+ if (typeof coercedValue === "boolean") {
113
+ return coercedValue ? "true" : "false";
114
+ }
115
+ if (typeof coercedValue === "number" && Number.isFinite(coercedValue)) {
116
+ return coercedValue.toString();
117
+ }
118
+ throw new GraphQLError(
119
+ `String cannot represent value: ${inspect(outputValue)}`
120
+ );
121
+ },
122
+ parseValue(inputValue) {
123
+ if (typeof inputValue !== "string") {
124
+ throw new GraphQLError(
125
+ `String cannot represent a non string value: ${inspect(inputValue)}`
126
+ );
127
+ }
128
+ return inputValue;
129
+ },
130
+ parseLiteral(valueNode) {
131
+ if (valueNode.kind !== Kind.STRING) {
132
+ throw new GraphQLError(
133
+ `String cannot represent a non string value: ${print(valueNode)}`,
134
+ {
135
+ nodes: valueNode
136
+ }
137
+ );
138
+ }
139
+ return valueNode.value;
140
+ }
141
+ });
142
+ const GraphQLBoolean = new GraphQLScalarType({
143
+ name: "Boolean",
144
+ description: "The `Boolean` scalar type represents `true` or `false`.",
145
+ serialize(outputValue) {
146
+ const coercedValue = serializeObject(outputValue);
147
+ if (typeof coercedValue === "boolean") {
148
+ return coercedValue;
149
+ }
150
+ if (Number.isFinite(coercedValue)) {
151
+ return coercedValue !== 0;
152
+ }
153
+ throw new GraphQLError(
154
+ `Boolean cannot represent a non boolean value: ${inspect(coercedValue)}`
155
+ );
156
+ },
157
+ parseValue(inputValue) {
158
+ if (typeof inputValue !== "boolean") {
159
+ throw new GraphQLError(
160
+ `Boolean cannot represent a non boolean value: ${inspect(inputValue)}`
161
+ );
162
+ }
163
+ return inputValue;
164
+ },
165
+ parseLiteral(valueNode) {
166
+ if (valueNode.kind !== Kind.BOOLEAN) {
167
+ throw new GraphQLError(
168
+ `Boolean cannot represent a non boolean value: ${print(valueNode)}`,
169
+ {
170
+ nodes: valueNode
171
+ }
172
+ );
173
+ }
174
+ return valueNode.value;
175
+ }
176
+ });
177
+ const GraphQLID = new GraphQLScalarType({
178
+ name: "ID",
179
+ description: 'The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `"4"`) or integer (such as `4`) input value will be accepted as an ID.',
180
+ serialize(outputValue) {
181
+ const coercedValue = serializeObject(outputValue);
182
+ if (typeof coercedValue === "string") {
183
+ return coercedValue;
184
+ }
185
+ if (Number.isInteger(coercedValue)) {
186
+ return String(coercedValue);
187
+ }
188
+ throw new GraphQLError(
189
+ `ID cannot represent value: ${inspect(outputValue)}`
190
+ );
191
+ },
192
+ parseValue(inputValue) {
193
+ if (typeof inputValue === "string") {
194
+ return inputValue;
195
+ }
196
+ if (typeof inputValue === "number" && Number.isInteger(inputValue)) {
197
+ return inputValue.toString();
198
+ }
199
+ throw new GraphQLError(`ID cannot represent value: ${inspect(inputValue)}`);
200
+ },
201
+ parseLiteral(valueNode) {
202
+ if (valueNode.kind !== Kind.STRING && valueNode.kind !== Kind.INT) {
203
+ throw new GraphQLError(
204
+ "ID cannot represent a non-string and non-integer value: " + print(valueNode),
205
+ {
206
+ nodes: valueNode
207
+ }
208
+ );
209
+ }
210
+ return valueNode.value;
211
+ }
212
+ });
213
+ const specifiedScalarTypes = Object.freeze([
214
+ GraphQLString,
215
+ GraphQLInt,
216
+ GraphQLFloat,
217
+ GraphQLBoolean,
218
+ GraphQLID
219
+ ]);
220
+ function isSpecifiedScalarType(type) {
221
+ return specifiedScalarTypes.some(({ name }) => type.name === name);
222
+ }
223
+ function serializeObject(outputValue) {
224
+ if (isObjectLike(outputValue)) {
225
+ if (typeof outputValue.valueOf === "function") {
226
+ const valueOfResult = outputValue.valueOf();
227
+ if (!isObjectLike(valueOfResult)) {
228
+ return valueOfResult;
229
+ }
230
+ }
231
+ if (typeof outputValue.toJSON === "function") {
232
+ return outputValue.toJSON();
233
+ }
234
+ }
235
+ return outputValue;
236
+ }
237
+ export {
238
+ GRAPHQL_MAX_INT,
239
+ GRAPHQL_MIN_INT,
240
+ GraphQLBoolean,
241
+ GraphQLFloat,
242
+ GraphQLID,
243
+ GraphQLInt,
244
+ GraphQLString,
245
+ isSpecifiedScalarType,
246
+ specifiedScalarTypes
247
+ };
248
+ //# sourceMappingURL=scalars.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scalars.js","sources":["../../../../../../node_modules/graphql/type/scalars.mjs"],"sourcesContent":["import { inspect } from '../jsutils/inspect.mjs';\nimport { isObjectLike } from '../jsutils/isObjectLike.mjs';\nimport { GraphQLError } from '../error/GraphQLError.mjs';\nimport { Kind } from '../language/kinds.mjs';\nimport { print } from '../language/printer.mjs';\nimport { GraphQLScalarType } from './definition.mjs';\n/**\n * Maximum possible Int value as per GraphQL Spec (32-bit signed integer).\n * n.b. This differs from JavaScript's numbers that are IEEE 754 doubles safe up-to 2^53 - 1\n * */\n\nexport const GRAPHQL_MAX_INT = 2147483647;\n/**\n * Minimum possible Int value as per GraphQL Spec (32-bit signed integer).\n * n.b. This differs from JavaScript's numbers that are IEEE 754 doubles safe starting at -(2^53 - 1)\n * */\n\nexport const GRAPHQL_MIN_INT = -2147483648;\nexport const GraphQLInt = new GraphQLScalarType({\n name: 'Int',\n description:\n 'The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.',\n\n serialize(outputValue) {\n const coercedValue = serializeObject(outputValue);\n\n if (typeof coercedValue === 'boolean') {\n return coercedValue ? 1 : 0;\n }\n\n let num = coercedValue;\n\n if (typeof coercedValue === 'string' && coercedValue !== '') {\n num = Number(coercedValue);\n }\n\n if (typeof num !== 'number' || !Number.isInteger(num)) {\n throw new GraphQLError(\n `Int cannot represent non-integer value: ${inspect(coercedValue)}`,\n );\n }\n\n if (num > GRAPHQL_MAX_INT || num < GRAPHQL_MIN_INT) {\n throw new GraphQLError(\n 'Int cannot represent non 32-bit signed integer value: ' +\n inspect(coercedValue),\n );\n }\n\n return num;\n },\n\n parseValue(inputValue) {\n if (typeof inputValue !== 'number' || !Number.isInteger(inputValue)) {\n throw new GraphQLError(\n `Int cannot represent non-integer value: ${inspect(inputValue)}`,\n );\n }\n\n if (inputValue > GRAPHQL_MAX_INT || inputValue < GRAPHQL_MIN_INT) {\n throw new GraphQLError(\n `Int cannot represent non 32-bit signed integer value: ${inputValue}`,\n );\n }\n\n return inputValue;\n },\n\n parseLiteral(valueNode) {\n if (valueNode.kind !== Kind.INT) {\n throw new GraphQLError(\n `Int cannot represent non-integer value: ${print(valueNode)}`,\n {\n nodes: valueNode,\n },\n );\n }\n\n const num = parseInt(valueNode.value, 10);\n\n if (num > GRAPHQL_MAX_INT || num < GRAPHQL_MIN_INT) {\n throw new GraphQLError(\n `Int cannot represent non 32-bit signed integer value: ${valueNode.value}`,\n {\n nodes: valueNode,\n },\n );\n }\n\n return num;\n },\n});\nexport const GraphQLFloat = new GraphQLScalarType({\n name: 'Float',\n description:\n 'The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).',\n\n serialize(outputValue) {\n const coercedValue = serializeObject(outputValue);\n\n if (typeof coercedValue === 'boolean') {\n return coercedValue ? 1 : 0;\n }\n\n let num = coercedValue;\n\n if (typeof coercedValue === 'string' && coercedValue !== '') {\n num = Number(coercedValue);\n }\n\n if (typeof num !== 'number' || !Number.isFinite(num)) {\n throw new GraphQLError(\n `Float cannot represent non numeric value: ${inspect(coercedValue)}`,\n );\n }\n\n return num;\n },\n\n parseValue(inputValue) {\n if (typeof inputValue !== 'number' || !Number.isFinite(inputValue)) {\n throw new GraphQLError(\n `Float cannot represent non numeric value: ${inspect(inputValue)}`,\n );\n }\n\n return inputValue;\n },\n\n parseLiteral(valueNode) {\n if (valueNode.kind !== Kind.FLOAT && valueNode.kind !== Kind.INT) {\n throw new GraphQLError(\n `Float cannot represent non numeric value: ${print(valueNode)}`,\n valueNode,\n );\n }\n\n return parseFloat(valueNode.value);\n },\n});\nexport const GraphQLString = new GraphQLScalarType({\n name: 'String',\n description:\n 'The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.',\n\n serialize(outputValue) {\n const coercedValue = serializeObject(outputValue); // Serialize string, boolean and number values to a string, but do not\n // attempt to coerce object, function, symbol, or other types as strings.\n\n if (typeof coercedValue === 'string') {\n return coercedValue;\n }\n\n if (typeof coercedValue === 'boolean') {\n return coercedValue ? 'true' : 'false';\n }\n\n if (typeof coercedValue === 'number' && Number.isFinite(coercedValue)) {\n return coercedValue.toString();\n }\n\n throw new GraphQLError(\n `String cannot represent value: ${inspect(outputValue)}`,\n );\n },\n\n parseValue(inputValue) {\n if (typeof inputValue !== 'string') {\n throw new GraphQLError(\n `String cannot represent a non string value: ${inspect(inputValue)}`,\n );\n }\n\n return inputValue;\n },\n\n parseLiteral(valueNode) {\n if (valueNode.kind !== Kind.STRING) {\n throw new GraphQLError(\n `String cannot represent a non string value: ${print(valueNode)}`,\n {\n nodes: valueNode,\n },\n );\n }\n\n return valueNode.value;\n },\n});\nexport const GraphQLBoolean = new GraphQLScalarType({\n name: 'Boolean',\n description: 'The `Boolean` scalar type represents `true` or `false`.',\n\n serialize(outputValue) {\n const coercedValue = serializeObject(outputValue);\n\n if (typeof coercedValue === 'boolean') {\n return coercedValue;\n }\n\n if (Number.isFinite(coercedValue)) {\n return coercedValue !== 0;\n }\n\n throw new GraphQLError(\n `Boolean cannot represent a non boolean value: ${inspect(coercedValue)}`,\n );\n },\n\n parseValue(inputValue) {\n if (typeof inputValue !== 'boolean') {\n throw new GraphQLError(\n `Boolean cannot represent a non boolean value: ${inspect(inputValue)}`,\n );\n }\n\n return inputValue;\n },\n\n parseLiteral(valueNode) {\n if (valueNode.kind !== Kind.BOOLEAN) {\n throw new GraphQLError(\n `Boolean cannot represent a non boolean value: ${print(valueNode)}`,\n {\n nodes: valueNode,\n },\n );\n }\n\n return valueNode.value;\n },\n});\nexport const GraphQLID = new GraphQLScalarType({\n name: 'ID',\n description:\n 'The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.',\n\n serialize(outputValue) {\n const coercedValue = serializeObject(outputValue);\n\n if (typeof coercedValue === 'string') {\n return coercedValue;\n }\n\n if (Number.isInteger(coercedValue)) {\n return String(coercedValue);\n }\n\n throw new GraphQLError(\n `ID cannot represent value: ${inspect(outputValue)}`,\n );\n },\n\n parseValue(inputValue) {\n if (typeof inputValue === 'string') {\n return inputValue;\n }\n\n if (typeof inputValue === 'number' && Number.isInteger(inputValue)) {\n return inputValue.toString();\n }\n\n throw new GraphQLError(`ID cannot represent value: ${inspect(inputValue)}`);\n },\n\n parseLiteral(valueNode) {\n if (valueNode.kind !== Kind.STRING && valueNode.kind !== Kind.INT) {\n throw new GraphQLError(\n 'ID cannot represent a non-string and non-integer value: ' +\n print(valueNode),\n {\n nodes: valueNode,\n },\n );\n }\n\n return valueNode.value;\n },\n});\nexport const specifiedScalarTypes = Object.freeze([\n GraphQLString,\n GraphQLInt,\n GraphQLFloat,\n GraphQLBoolean,\n GraphQLID,\n]);\nexport function isSpecifiedScalarType(type) {\n return specifiedScalarTypes.some(({ name }) => type.name === name);\n} // Support serializing objects with custom valueOf() or toJSON() functions -\n// a common way to represent a complex value which can be represented as\n// a string (ex: MongoDB id objects).\n\nfunction serializeObject(outputValue) {\n if (isObjectLike(outputValue)) {\n if (typeof outputValue.valueOf === 'function') {\n const valueOfResult = outputValue.valueOf();\n\n if (!isObjectLike(valueOfResult)) {\n return valueOfResult;\n }\n }\n\n if (typeof outputValue.toJSON === 'function') {\n return outputValue.toJSON();\n }\n }\n\n return outputValue;\n}\n"],"names":[],"mappings":"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"}