aws-delivlib 14.1.22 → 14.1.23

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 (1188) hide show
  1. package/lib/publishing/github/node_modules/.yarn-integrity +9 -15
  2. package/lib/publishing/github/node_modules/@octokit/app/dist-node/index.js +1 -1
  3. package/lib/publishing/github/node_modules/@octokit/app/dist-node/index.js.map +1 -1
  4. package/lib/publishing/github/node_modules/@octokit/app/dist-src/version.js +1 -1
  5. package/lib/publishing/github/node_modules/@octokit/app/dist-types/version.d.ts +1 -1
  6. package/lib/publishing/github/node_modules/@octokit/app/package.json +3 -3
  7. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-node/index.js +25 -59
  8. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-node/index.js.map +1 -1
  9. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/version.js +1 -1
  10. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/types.d.ts +37 -37
  11. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/version.d.ts +1 -1
  12. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-web/index.js +1 -1
  13. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-web/index.js.map +1 -1
  14. package/lib/publishing/github/node_modules/@octokit/auth-app/package.json +3 -3
  15. package/lib/publishing/github/node_modules/@types/jsonwebtoken/README.md +1 -1
  16. package/lib/publishing/github/node_modules/@types/jsonwebtoken/index.d.ts +9 -5
  17. package/lib/publishing/github/node_modules/@types/jsonwebtoken/package.json +3 -3
  18. package/lib/publishing/github/node_modules/jsonwebtoken/README.md +47 -26
  19. package/lib/publishing/github/node_modules/jsonwebtoken/index.js +5 -1
  20. package/lib/publishing/github/node_modules/jsonwebtoken/lib/asymmetricKeyDetailsSupported.js +3 -0
  21. package/lib/publishing/github/node_modules/jsonwebtoken/lib/rsaPssKeyDetailsSupported.js +3 -0
  22. package/lib/publishing/github/node_modules/jsonwebtoken/lib/validateAsymmetricKey.js +66 -0
  23. package/lib/publishing/github/node_modules/jsonwebtoken/package.json +5 -11
  24. package/lib/publishing/github/node_modules/jsonwebtoken/sign.js +66 -25
  25. package/lib/publishing/github/node_modules/jsonwebtoken/verify.js +72 -34
  26. package/lib/publishing/github/node_modules/{lodash.isplainobject → lodash}/LICENSE +1 -1
  27. package/lib/publishing/github/node_modules/lodash/README.md +39 -0
  28. package/lib/publishing/github/node_modules/lodash/_DataView.js +7 -0
  29. package/lib/publishing/github/node_modules/lodash/_Hash.js +32 -0
  30. package/lib/publishing/github/node_modules/lodash/_LazyWrapper.js +28 -0
  31. package/lib/publishing/github/node_modules/lodash/_ListCache.js +32 -0
  32. package/lib/publishing/github/node_modules/lodash/_LodashWrapper.js +22 -0
  33. package/lib/publishing/github/node_modules/lodash/_Map.js +7 -0
  34. package/lib/publishing/github/node_modules/lodash/_MapCache.js +32 -0
  35. package/lib/publishing/github/node_modules/lodash/_Promise.js +7 -0
  36. package/lib/publishing/github/node_modules/lodash/_Set.js +7 -0
  37. package/lib/publishing/github/node_modules/lodash/_SetCache.js +27 -0
  38. package/lib/publishing/github/node_modules/lodash/_Stack.js +27 -0
  39. package/lib/publishing/github/node_modules/lodash/_Symbol.js +6 -0
  40. package/lib/publishing/github/node_modules/lodash/_Uint8Array.js +6 -0
  41. package/lib/publishing/github/node_modules/lodash/_WeakMap.js +7 -0
  42. package/lib/publishing/github/node_modules/lodash/_apply.js +21 -0
  43. package/lib/publishing/github/node_modules/lodash/_arrayAggregator.js +22 -0
  44. package/lib/publishing/github/node_modules/lodash/_arrayEach.js +22 -0
  45. package/lib/publishing/github/node_modules/lodash/_arrayEachRight.js +21 -0
  46. package/lib/publishing/github/node_modules/lodash/_arrayEvery.js +23 -0
  47. package/lib/publishing/github/node_modules/lodash/_arrayFilter.js +25 -0
  48. package/lib/publishing/github/node_modules/lodash/_arrayIncludes.js +17 -0
  49. package/lib/publishing/github/node_modules/lodash/_arrayIncludesWith.js +22 -0
  50. package/lib/publishing/github/node_modules/lodash/_arrayLikeKeys.js +49 -0
  51. package/lib/publishing/github/node_modules/lodash/_arrayMap.js +21 -0
  52. package/lib/publishing/github/node_modules/lodash/_arrayPush.js +20 -0
  53. package/lib/publishing/github/node_modules/lodash/_arrayReduce.js +26 -0
  54. package/lib/publishing/github/node_modules/lodash/_arrayReduceRight.js +24 -0
  55. package/lib/publishing/github/node_modules/lodash/_arraySample.js +15 -0
  56. package/lib/publishing/github/node_modules/lodash/_arraySampleSize.js +17 -0
  57. package/lib/publishing/github/node_modules/lodash/_arrayShuffle.js +15 -0
  58. package/lib/publishing/github/node_modules/lodash/_arraySome.js +23 -0
  59. package/lib/publishing/github/node_modules/lodash/_asciiSize.js +12 -0
  60. package/lib/publishing/github/node_modules/lodash/_asciiToArray.js +12 -0
  61. package/lib/publishing/github/node_modules/lodash/_asciiWords.js +15 -0
  62. package/lib/publishing/github/node_modules/lodash/_assignMergeValue.js +20 -0
  63. package/lib/publishing/github/node_modules/lodash/_assignValue.js +28 -0
  64. package/lib/publishing/github/node_modules/lodash/_assocIndexOf.js +21 -0
  65. package/lib/publishing/github/node_modules/lodash/_baseAggregator.js +21 -0
  66. package/lib/publishing/github/node_modules/lodash/_baseAssign.js +17 -0
  67. package/lib/publishing/github/node_modules/lodash/_baseAssignIn.js +17 -0
  68. package/lib/publishing/github/node_modules/lodash/_baseAssignValue.js +25 -0
  69. package/lib/publishing/github/node_modules/lodash/_baseAt.js +23 -0
  70. package/lib/publishing/github/node_modules/lodash/_baseClamp.js +22 -0
  71. package/lib/publishing/github/node_modules/lodash/_baseClone.js +166 -0
  72. package/lib/publishing/github/node_modules/lodash/_baseConforms.js +18 -0
  73. package/lib/publishing/github/node_modules/lodash/_baseConformsTo.js +27 -0
  74. package/lib/publishing/github/node_modules/lodash/_baseCreate.js +30 -0
  75. package/lib/publishing/github/node_modules/lodash/_baseDelay.js +21 -0
  76. package/lib/publishing/github/node_modules/lodash/_baseDifference.js +67 -0
  77. package/lib/publishing/github/node_modules/lodash/_baseEach.js +14 -0
  78. package/lib/publishing/github/node_modules/lodash/_baseEachRight.js +14 -0
  79. package/lib/publishing/github/node_modules/lodash/_baseEvery.js +21 -0
  80. package/lib/publishing/github/node_modules/lodash/_baseExtremum.js +32 -0
  81. package/lib/publishing/github/node_modules/lodash/_baseFill.js +32 -0
  82. package/lib/publishing/github/node_modules/lodash/_baseFilter.js +21 -0
  83. package/lib/publishing/github/node_modules/lodash/_baseFindIndex.js +24 -0
  84. package/lib/publishing/github/node_modules/lodash/_baseFindKey.js +23 -0
  85. package/lib/publishing/github/node_modules/lodash/_baseFlatten.js +38 -0
  86. package/lib/publishing/github/node_modules/lodash/_baseFor.js +16 -0
  87. package/lib/publishing/github/node_modules/lodash/_baseForOwn.js +16 -0
  88. package/lib/publishing/github/node_modules/lodash/_baseForOwnRight.js +16 -0
  89. package/lib/publishing/github/node_modules/lodash/_baseForRight.js +15 -0
  90. package/lib/publishing/github/node_modules/lodash/_baseFunctions.js +19 -0
  91. package/lib/publishing/github/node_modules/lodash/_baseGet.js +24 -0
  92. package/lib/publishing/github/node_modules/lodash/_baseGetAllKeys.js +20 -0
  93. package/lib/publishing/github/node_modules/lodash/_baseGetTag.js +28 -0
  94. package/lib/publishing/github/node_modules/lodash/_baseGt.js +14 -0
  95. package/lib/publishing/github/node_modules/lodash/_baseHas.js +19 -0
  96. package/lib/publishing/github/node_modules/lodash/_baseHasIn.js +13 -0
  97. package/lib/publishing/github/node_modules/lodash/_baseInRange.js +18 -0
  98. package/lib/publishing/github/node_modules/lodash/_baseIndexOf.js +20 -0
  99. package/lib/publishing/github/node_modules/lodash/_baseIndexOfWith.js +23 -0
  100. package/lib/publishing/github/node_modules/lodash/_baseIntersection.js +74 -0
  101. package/lib/publishing/github/node_modules/lodash/_baseInverter.js +21 -0
  102. package/lib/publishing/github/node_modules/lodash/_baseInvoke.js +24 -0
  103. package/lib/publishing/github/node_modules/lodash/_baseIsArguments.js +18 -0
  104. package/lib/publishing/github/node_modules/lodash/_baseIsArrayBuffer.js +17 -0
  105. package/lib/publishing/github/node_modules/lodash/_baseIsDate.js +18 -0
  106. package/lib/publishing/github/node_modules/lodash/_baseIsEqual.js +28 -0
  107. package/lib/publishing/github/node_modules/lodash/_baseIsEqualDeep.js +83 -0
  108. package/lib/publishing/github/node_modules/lodash/_baseIsMap.js +18 -0
  109. package/lib/publishing/github/node_modules/lodash/_baseIsMatch.js +62 -0
  110. package/lib/publishing/github/node_modules/lodash/_baseIsNaN.js +12 -0
  111. package/lib/publishing/github/node_modules/lodash/_baseIsNative.js +47 -0
  112. package/lib/publishing/github/node_modules/lodash/_baseIsRegExp.js +18 -0
  113. package/lib/publishing/github/node_modules/lodash/_baseIsSet.js +18 -0
  114. package/lib/publishing/github/node_modules/lodash/_baseIsTypedArray.js +60 -0
  115. package/lib/publishing/github/node_modules/lodash/_baseIteratee.js +31 -0
  116. package/lib/publishing/github/node_modules/lodash/_baseKeys.js +30 -0
  117. package/lib/publishing/github/node_modules/lodash/_baseKeysIn.js +33 -0
  118. package/lib/publishing/github/node_modules/lodash/_baseLodash.js +10 -0
  119. package/lib/publishing/github/node_modules/lodash/_baseLt.js +14 -0
  120. package/lib/publishing/github/node_modules/lodash/_baseMap.js +22 -0
  121. package/lib/publishing/github/node_modules/lodash/_baseMatches.js +22 -0
  122. package/lib/publishing/github/node_modules/lodash/_baseMatchesProperty.js +33 -0
  123. package/lib/publishing/github/node_modules/lodash/_baseMean.js +20 -0
  124. package/lib/publishing/github/node_modules/lodash/_baseMerge.js +42 -0
  125. package/lib/publishing/github/node_modules/lodash/_baseMergeDeep.js +94 -0
  126. package/lib/publishing/github/node_modules/lodash/_baseNth.js +20 -0
  127. package/lib/publishing/github/node_modules/lodash/_baseOrderBy.js +49 -0
  128. package/lib/publishing/github/node_modules/lodash/_basePick.js +19 -0
  129. package/lib/publishing/github/node_modules/lodash/_basePickBy.js +30 -0
  130. package/lib/publishing/github/node_modules/lodash/_baseProperty.js +14 -0
  131. package/lib/publishing/github/node_modules/lodash/_basePropertyDeep.js +16 -0
  132. package/lib/publishing/github/node_modules/lodash/_basePropertyOf.js +14 -0
  133. package/lib/publishing/github/node_modules/lodash/_basePullAll.js +51 -0
  134. package/lib/publishing/github/node_modules/lodash/_basePullAt.js +37 -0
  135. package/lib/publishing/github/node_modules/lodash/_baseRandom.js +18 -0
  136. package/lib/publishing/github/node_modules/lodash/_baseRange.js +28 -0
  137. package/lib/publishing/github/node_modules/lodash/_baseReduce.js +23 -0
  138. package/lib/publishing/github/node_modules/lodash/_baseRepeat.js +35 -0
  139. package/lib/publishing/github/node_modules/lodash/_baseRest.js +17 -0
  140. package/lib/publishing/github/node_modules/lodash/_baseSample.js +15 -0
  141. package/lib/publishing/github/node_modules/lodash/_baseSampleSize.js +18 -0
  142. package/lib/publishing/github/node_modules/lodash/_baseSet.js +51 -0
  143. package/lib/publishing/github/node_modules/lodash/_baseSetData.js +17 -0
  144. package/lib/publishing/github/node_modules/lodash/_baseSetToString.js +22 -0
  145. package/lib/publishing/github/node_modules/lodash/_baseShuffle.js +15 -0
  146. package/lib/publishing/github/node_modules/lodash/_baseSlice.js +31 -0
  147. package/lib/publishing/github/node_modules/lodash/_baseSome.js +22 -0
  148. package/lib/publishing/github/node_modules/lodash/_baseSortBy.js +21 -0
  149. package/lib/publishing/github/node_modules/lodash/_baseSortedIndex.js +42 -0
  150. package/lib/publishing/github/node_modules/lodash/_baseSortedIndexBy.js +67 -0
  151. package/lib/publishing/github/node_modules/lodash/_baseSortedUniq.js +30 -0
  152. package/lib/publishing/github/node_modules/lodash/_baseSum.js +24 -0
  153. package/lib/publishing/github/node_modules/lodash/_baseTimes.js +20 -0
  154. package/lib/publishing/github/node_modules/lodash/_baseToNumber.js +24 -0
  155. package/lib/publishing/github/node_modules/lodash/_baseToPairs.js +18 -0
  156. package/lib/publishing/github/node_modules/lodash/_baseToString.js +37 -0
  157. package/lib/publishing/github/node_modules/lodash/_baseTrim.js +19 -0
  158. package/lib/publishing/github/node_modules/lodash/_baseUnary.js +14 -0
  159. package/lib/publishing/github/node_modules/lodash/_baseUniq.js +72 -0
  160. package/lib/publishing/github/node_modules/lodash/_baseUnset.js +20 -0
  161. package/lib/publishing/github/node_modules/lodash/_baseUpdate.js +18 -0
  162. package/lib/publishing/github/node_modules/lodash/_baseValues.js +19 -0
  163. package/lib/publishing/github/node_modules/lodash/_baseWhile.js +26 -0
  164. package/lib/publishing/github/node_modules/lodash/_baseWrapperValue.js +25 -0
  165. package/lib/publishing/github/node_modules/lodash/_baseXor.js +36 -0
  166. package/lib/publishing/github/node_modules/lodash/_baseZipObject.js +23 -0
  167. package/lib/publishing/github/node_modules/lodash/_cacheHas.js +13 -0
  168. package/lib/publishing/github/node_modules/lodash/_castArrayLikeObject.js +14 -0
  169. package/lib/publishing/github/node_modules/lodash/_castFunction.js +14 -0
  170. package/lib/publishing/github/node_modules/lodash/_castPath.js +21 -0
  171. package/lib/publishing/github/node_modules/lodash/_castRest.js +14 -0
  172. package/lib/publishing/github/node_modules/lodash/_castSlice.js +18 -0
  173. package/lib/publishing/github/node_modules/lodash/_charsEndIndex.js +19 -0
  174. package/lib/publishing/github/node_modules/lodash/_charsStartIndex.js +20 -0
  175. package/lib/publishing/github/node_modules/lodash/_cloneArrayBuffer.js +16 -0
  176. package/lib/publishing/github/node_modules/lodash/_cloneBuffer.js +35 -0
  177. package/lib/publishing/github/node_modules/lodash/_cloneDataView.js +16 -0
  178. package/lib/publishing/github/node_modules/lodash/_cloneRegExp.js +17 -0
  179. package/lib/publishing/github/node_modules/lodash/_cloneSymbol.js +18 -0
  180. package/lib/publishing/github/node_modules/lodash/_cloneTypedArray.js +16 -0
  181. package/lib/publishing/github/node_modules/lodash/_compareAscending.js +41 -0
  182. package/lib/publishing/github/node_modules/lodash/_compareMultiple.js +44 -0
  183. package/lib/publishing/github/node_modules/lodash/_composeArgs.js +39 -0
  184. package/lib/publishing/github/node_modules/lodash/_composeArgsRight.js +41 -0
  185. package/lib/publishing/github/node_modules/lodash/_copyArray.js +20 -0
  186. package/lib/publishing/github/node_modules/lodash/_copyObject.js +40 -0
  187. package/lib/publishing/github/node_modules/lodash/_copySymbols.js +16 -0
  188. package/lib/publishing/github/node_modules/lodash/_copySymbolsIn.js +16 -0
  189. package/lib/publishing/github/node_modules/lodash/_coreJsData.js +6 -0
  190. package/lib/publishing/github/node_modules/lodash/_countHolders.js +21 -0
  191. package/lib/publishing/github/node_modules/lodash/_createAggregator.js +23 -0
  192. package/lib/publishing/github/node_modules/lodash/_createAssigner.js +37 -0
  193. package/lib/publishing/github/node_modules/lodash/_createBaseEach.js +32 -0
  194. package/lib/publishing/github/node_modules/lodash/_createBaseFor.js +25 -0
  195. package/lib/publishing/github/node_modules/lodash/_createBind.js +28 -0
  196. package/lib/publishing/github/node_modules/lodash/_createCaseFirst.js +33 -0
  197. package/lib/publishing/github/node_modules/lodash/_createCompounder.js +24 -0
  198. package/lib/publishing/github/node_modules/lodash/_createCtor.js +37 -0
  199. package/lib/publishing/github/node_modules/lodash/_createCurry.js +46 -0
  200. package/lib/publishing/github/node_modules/lodash/_createFind.js +25 -0
  201. package/lib/publishing/github/node_modules/lodash/_createFlow.js +78 -0
  202. package/lib/publishing/github/node_modules/lodash/_createHybrid.js +92 -0
  203. package/lib/publishing/github/node_modules/lodash/_createInverter.js +17 -0
  204. package/lib/publishing/github/node_modules/lodash/_createMathOperation.js +38 -0
  205. package/lib/publishing/github/node_modules/lodash/_createOver.js +27 -0
  206. package/lib/publishing/github/node_modules/lodash/_createPadding.js +33 -0
  207. package/lib/publishing/github/node_modules/lodash/_createPartial.js +43 -0
  208. package/lib/publishing/github/node_modules/lodash/_createRange.js +30 -0
  209. package/lib/publishing/github/node_modules/lodash/_createRecurry.js +56 -0
  210. package/lib/publishing/github/node_modules/lodash/_createRelationalOperation.js +20 -0
  211. package/lib/publishing/github/node_modules/lodash/_createRound.js +35 -0
  212. package/lib/publishing/github/node_modules/lodash/_createSet.js +19 -0
  213. package/lib/publishing/github/node_modules/lodash/_createToPairs.js +30 -0
  214. package/lib/publishing/github/node_modules/lodash/_createWrap.js +106 -0
  215. package/lib/publishing/github/node_modules/lodash/_customDefaultsAssignIn.js +29 -0
  216. package/lib/publishing/github/node_modules/lodash/_customDefaultsMerge.js +28 -0
  217. package/lib/publishing/github/node_modules/lodash/_customOmitClone.js +16 -0
  218. package/lib/publishing/github/node_modules/lodash/_deburrLetter.js +71 -0
  219. package/lib/publishing/github/node_modules/lodash/_defineProperty.js +11 -0
  220. package/lib/publishing/github/node_modules/lodash/_equalArrays.js +84 -0
  221. package/lib/publishing/github/node_modules/lodash/_equalByTag.js +112 -0
  222. package/lib/publishing/github/node_modules/lodash/_equalObjects.js +90 -0
  223. package/lib/publishing/github/node_modules/lodash/_escapeHtmlChar.js +21 -0
  224. package/lib/publishing/github/node_modules/lodash/_escapeStringChar.js +22 -0
  225. package/lib/publishing/github/node_modules/lodash/_flatRest.js +16 -0
  226. package/lib/publishing/github/node_modules/lodash/_freeGlobal.js +4 -0
  227. package/lib/publishing/github/node_modules/lodash/_getAllKeys.js +16 -0
  228. package/lib/publishing/github/node_modules/lodash/_getAllKeysIn.js +17 -0
  229. package/lib/publishing/github/node_modules/lodash/_getData.js +15 -0
  230. package/lib/publishing/github/node_modules/lodash/_getFuncName.js +31 -0
  231. package/lib/publishing/github/node_modules/lodash/_getHolder.js +13 -0
  232. package/lib/publishing/github/node_modules/lodash/_getMapData.js +18 -0
  233. package/lib/publishing/github/node_modules/lodash/_getMatchData.js +24 -0
  234. package/lib/publishing/github/node_modules/lodash/_getNative.js +17 -0
  235. package/lib/publishing/github/node_modules/lodash/_getPrototype.js +6 -0
  236. package/lib/publishing/github/node_modules/lodash/_getRawTag.js +46 -0
  237. package/lib/publishing/github/node_modules/lodash/_getSymbols.js +30 -0
  238. package/lib/publishing/github/node_modules/lodash/_getSymbolsIn.js +25 -0
  239. package/lib/publishing/github/node_modules/lodash/_getTag.js +58 -0
  240. package/lib/publishing/github/node_modules/lodash/_getValue.js +13 -0
  241. package/lib/publishing/github/node_modules/lodash/_getView.js +33 -0
  242. package/lib/publishing/github/node_modules/lodash/_getWrapDetails.js +17 -0
  243. package/lib/publishing/github/node_modules/lodash/_hasPath.js +39 -0
  244. package/lib/publishing/github/node_modules/lodash/_hasUnicode.js +26 -0
  245. package/lib/publishing/github/node_modules/lodash/_hasUnicodeWord.js +15 -0
  246. package/lib/publishing/github/node_modules/lodash/_hashClear.js +15 -0
  247. package/lib/publishing/github/node_modules/lodash/_hashDelete.js +17 -0
  248. package/lib/publishing/github/node_modules/lodash/_hashGet.js +30 -0
  249. package/lib/publishing/github/node_modules/lodash/_hashHas.js +23 -0
  250. package/lib/publishing/github/node_modules/lodash/_hashSet.js +23 -0
  251. package/lib/publishing/github/node_modules/lodash/_initCloneArray.js +26 -0
  252. package/lib/publishing/github/node_modules/lodash/_initCloneByTag.js +77 -0
  253. package/lib/publishing/github/node_modules/lodash/_initCloneObject.js +18 -0
  254. package/lib/publishing/github/node_modules/lodash/_insertWrapDetails.js +23 -0
  255. package/lib/publishing/github/node_modules/lodash/_isFlattenable.js +20 -0
  256. package/lib/publishing/github/node_modules/lodash/_isIndex.js +25 -0
  257. package/lib/publishing/github/node_modules/lodash/_isIterateeCall.js +30 -0
  258. package/lib/publishing/github/node_modules/lodash/_isKey.js +29 -0
  259. package/lib/publishing/github/node_modules/lodash/_isKeyable.js +15 -0
  260. package/lib/publishing/github/node_modules/lodash/_isLaziable.js +28 -0
  261. package/lib/publishing/github/node_modules/lodash/_isMaskable.js +14 -0
  262. package/lib/publishing/github/node_modules/lodash/_isMasked.js +20 -0
  263. package/lib/publishing/github/node_modules/lodash/_isPrototype.js +18 -0
  264. package/lib/publishing/github/node_modules/lodash/_isStrictComparable.js +15 -0
  265. package/lib/publishing/github/node_modules/lodash/_iteratorToArray.js +18 -0
  266. package/lib/publishing/github/node_modules/lodash/_lazyClone.js +23 -0
  267. package/lib/publishing/github/node_modules/lodash/_lazyReverse.js +23 -0
  268. package/lib/publishing/github/node_modules/lodash/_lazyValue.js +69 -0
  269. package/lib/publishing/github/node_modules/lodash/_listCacheClear.js +13 -0
  270. package/lib/publishing/github/node_modules/lodash/_listCacheDelete.js +35 -0
  271. package/lib/publishing/github/node_modules/lodash/_listCacheGet.js +19 -0
  272. package/lib/publishing/github/node_modules/lodash/_listCacheHas.js +16 -0
  273. package/lib/publishing/github/node_modules/lodash/_listCacheSet.js +26 -0
  274. package/lib/publishing/github/node_modules/lodash/_mapCacheClear.js +21 -0
  275. package/lib/publishing/github/node_modules/lodash/_mapCacheDelete.js +18 -0
  276. package/lib/publishing/github/node_modules/lodash/_mapCacheGet.js +16 -0
  277. package/lib/publishing/github/node_modules/lodash/_mapCacheHas.js +16 -0
  278. package/lib/publishing/github/node_modules/lodash/_mapCacheSet.js +22 -0
  279. package/lib/publishing/github/node_modules/lodash/_mapToArray.js +18 -0
  280. package/lib/publishing/github/node_modules/lodash/_matchesStrictComparable.js +20 -0
  281. package/lib/publishing/github/node_modules/lodash/_memoizeCapped.js +26 -0
  282. package/lib/publishing/github/node_modules/lodash/_mergeData.js +90 -0
  283. package/lib/publishing/github/node_modules/lodash/_metaMap.js +6 -0
  284. package/lib/publishing/github/node_modules/lodash/_nativeCreate.js +6 -0
  285. package/lib/publishing/github/node_modules/lodash/_nativeKeys.js +6 -0
  286. package/lib/publishing/github/node_modules/lodash/_nativeKeysIn.js +20 -0
  287. package/lib/publishing/github/node_modules/lodash/_nodeUtil.js +30 -0
  288. package/lib/publishing/github/node_modules/lodash/_objectToString.js +22 -0
  289. package/lib/publishing/github/node_modules/lodash/_overArg.js +15 -0
  290. package/lib/publishing/github/node_modules/lodash/_overRest.js +36 -0
  291. package/lib/publishing/github/node_modules/lodash/_parent.js +16 -0
  292. package/lib/publishing/github/node_modules/lodash/_reEscape.js +4 -0
  293. package/lib/publishing/github/node_modules/lodash/_reEvaluate.js +4 -0
  294. package/lib/publishing/github/node_modules/lodash/_reInterpolate.js +4 -0
  295. package/lib/publishing/github/node_modules/lodash/_realNames.js +4 -0
  296. package/lib/publishing/github/node_modules/lodash/_reorder.js +29 -0
  297. package/lib/publishing/github/node_modules/lodash/_replaceHolders.js +29 -0
  298. package/lib/publishing/github/node_modules/lodash/_root.js +9 -0
  299. package/lib/publishing/github/node_modules/lodash/_safeGet.js +21 -0
  300. package/lib/publishing/github/node_modules/lodash/_setCacheAdd.js +19 -0
  301. package/lib/publishing/github/node_modules/lodash/_setCacheHas.js +14 -0
  302. package/lib/publishing/github/node_modules/lodash/_setData.js +20 -0
  303. package/lib/publishing/github/node_modules/lodash/_setToArray.js +18 -0
  304. package/lib/publishing/github/node_modules/lodash/_setToPairs.js +18 -0
  305. package/lib/publishing/github/node_modules/lodash/_setToString.js +14 -0
  306. package/lib/publishing/github/node_modules/lodash/_setWrapToString.js +21 -0
  307. package/lib/publishing/github/node_modules/lodash/_shortOut.js +37 -0
  308. package/lib/publishing/github/node_modules/lodash/_shuffleSelf.js +28 -0
  309. package/lib/publishing/github/node_modules/lodash/_stackClear.js +15 -0
  310. package/lib/publishing/github/node_modules/lodash/_stackDelete.js +18 -0
  311. package/lib/publishing/github/node_modules/lodash/_stackGet.js +14 -0
  312. package/lib/publishing/github/node_modules/lodash/_stackHas.js +14 -0
  313. package/lib/publishing/github/node_modules/lodash/_stackSet.js +34 -0
  314. package/lib/publishing/github/node_modules/lodash/_strictIndexOf.js +23 -0
  315. package/lib/publishing/github/node_modules/lodash/_strictLastIndexOf.js +21 -0
  316. package/lib/publishing/github/node_modules/lodash/_stringSize.js +18 -0
  317. package/lib/publishing/github/node_modules/lodash/_stringToArray.js +18 -0
  318. package/lib/publishing/github/node_modules/lodash/_stringToPath.js +27 -0
  319. package/lib/publishing/github/node_modules/lodash/_toKey.js +21 -0
  320. package/lib/publishing/github/node_modules/lodash/_toSource.js +26 -0
  321. package/lib/publishing/github/node_modules/lodash/_trimmedEndIndex.js +19 -0
  322. package/lib/publishing/github/node_modules/lodash/_unescapeHtmlChar.js +21 -0
  323. package/lib/publishing/github/node_modules/lodash/_unicodeSize.js +44 -0
  324. package/lib/publishing/github/node_modules/lodash/_unicodeToArray.js +40 -0
  325. package/lib/publishing/github/node_modules/lodash/_unicodeWords.js +69 -0
  326. package/lib/publishing/github/node_modules/lodash/_updateWrapDetails.js +46 -0
  327. package/lib/publishing/github/node_modules/lodash/_wrapperClone.js +23 -0
  328. package/lib/publishing/github/node_modules/lodash/add.js +22 -0
  329. package/lib/publishing/github/node_modules/lodash/after.js +42 -0
  330. package/lib/publishing/github/node_modules/lodash/array.js +67 -0
  331. package/lib/publishing/github/node_modules/lodash/ary.js +29 -0
  332. package/lib/publishing/github/node_modules/lodash/assign.js +58 -0
  333. package/lib/publishing/github/node_modules/lodash/assignIn.js +40 -0
  334. package/lib/publishing/github/node_modules/lodash/assignInWith.js +38 -0
  335. package/lib/publishing/github/node_modules/lodash/assignWith.js +37 -0
  336. package/lib/publishing/github/node_modules/lodash/at.js +23 -0
  337. package/lib/publishing/github/node_modules/lodash/attempt.js +35 -0
  338. package/lib/publishing/github/node_modules/lodash/before.js +40 -0
  339. package/lib/publishing/github/node_modules/lodash/bind.js +57 -0
  340. package/lib/publishing/github/node_modules/lodash/bindAll.js +41 -0
  341. package/lib/publishing/github/node_modules/lodash/bindKey.js +68 -0
  342. package/lib/publishing/github/node_modules/lodash/camelCase.js +29 -0
  343. package/lib/publishing/github/node_modules/lodash/capitalize.js +23 -0
  344. package/lib/publishing/github/node_modules/lodash/castArray.js +44 -0
  345. package/lib/publishing/github/node_modules/lodash/ceil.js +26 -0
  346. package/lib/publishing/github/node_modules/lodash/chain.js +38 -0
  347. package/lib/publishing/github/node_modules/lodash/chunk.js +50 -0
  348. package/lib/publishing/github/node_modules/lodash/clamp.js +39 -0
  349. package/lib/publishing/github/node_modules/lodash/clone.js +36 -0
  350. package/lib/publishing/github/node_modules/lodash/cloneDeep.js +29 -0
  351. package/lib/publishing/github/node_modules/lodash/cloneDeepWith.js +40 -0
  352. package/lib/publishing/github/node_modules/lodash/cloneWith.js +42 -0
  353. package/lib/publishing/github/node_modules/lodash/collection.js +30 -0
  354. package/lib/publishing/github/node_modules/lodash/commit.js +33 -0
  355. package/lib/publishing/github/node_modules/lodash/compact.js +31 -0
  356. package/lib/publishing/github/node_modules/lodash/concat.js +43 -0
  357. package/lib/publishing/github/node_modules/lodash/cond.js +60 -0
  358. package/lib/publishing/github/node_modules/lodash/conforms.js +35 -0
  359. package/lib/publishing/github/node_modules/lodash/conformsTo.js +32 -0
  360. package/lib/publishing/github/node_modules/lodash/constant.js +26 -0
  361. package/lib/publishing/github/node_modules/lodash/core.js +3877 -0
  362. package/lib/publishing/github/node_modules/lodash/core.min.js +29 -0
  363. package/lib/publishing/github/node_modules/lodash/countBy.js +40 -0
  364. package/lib/publishing/github/node_modules/lodash/create.js +43 -0
  365. package/lib/publishing/github/node_modules/lodash/curry.js +57 -0
  366. package/lib/publishing/github/node_modules/lodash/curryRight.js +54 -0
  367. package/lib/publishing/github/node_modules/lodash/date.js +3 -0
  368. package/lib/publishing/github/node_modules/lodash/debounce.js +191 -0
  369. package/lib/publishing/github/node_modules/lodash/deburr.js +45 -0
  370. package/lib/publishing/github/node_modules/lodash/defaultTo.js +25 -0
  371. package/lib/publishing/github/node_modules/lodash/defaults.js +64 -0
  372. package/lib/publishing/github/node_modules/lodash/defaultsDeep.js +30 -0
  373. package/lib/publishing/github/node_modules/lodash/defer.js +26 -0
  374. package/lib/publishing/github/node_modules/lodash/delay.js +28 -0
  375. package/lib/publishing/github/node_modules/lodash/difference.js +33 -0
  376. package/lib/publishing/github/node_modules/lodash/differenceBy.js +44 -0
  377. package/lib/publishing/github/node_modules/lodash/differenceWith.js +40 -0
  378. package/lib/publishing/github/node_modules/lodash/divide.js +22 -0
  379. package/lib/publishing/github/node_modules/lodash/drop.js +38 -0
  380. package/lib/publishing/github/node_modules/lodash/dropRight.js +39 -0
  381. package/lib/publishing/github/node_modules/lodash/dropRightWhile.js +45 -0
  382. package/lib/publishing/github/node_modules/lodash/dropWhile.js +45 -0
  383. package/lib/publishing/github/node_modules/lodash/each.js +1 -0
  384. package/lib/publishing/github/node_modules/lodash/eachRight.js +1 -0
  385. package/lib/publishing/github/node_modules/lodash/endsWith.js +43 -0
  386. package/lib/publishing/github/node_modules/lodash/entries.js +1 -0
  387. package/lib/publishing/github/node_modules/lodash/entriesIn.js +1 -0
  388. package/lib/publishing/github/node_modules/lodash/eq.js +37 -0
  389. package/lib/publishing/github/node_modules/lodash/escape.js +43 -0
  390. package/lib/publishing/github/node_modules/lodash/escapeRegExp.js +32 -0
  391. package/lib/publishing/github/node_modules/lodash/every.js +56 -0
  392. package/lib/publishing/github/node_modules/lodash/extend.js +1 -0
  393. package/lib/publishing/github/node_modules/lodash/extendWith.js +1 -0
  394. package/lib/publishing/github/node_modules/lodash/fill.js +45 -0
  395. package/lib/publishing/github/node_modules/lodash/filter.js +52 -0
  396. package/lib/publishing/github/node_modules/lodash/find.js +42 -0
  397. package/lib/publishing/github/node_modules/lodash/findIndex.js +55 -0
  398. package/lib/publishing/github/node_modules/lodash/findKey.js +44 -0
  399. package/lib/publishing/github/node_modules/lodash/findLast.js +25 -0
  400. package/lib/publishing/github/node_modules/lodash/findLastIndex.js +59 -0
  401. package/lib/publishing/github/node_modules/lodash/findLastKey.js +44 -0
  402. package/lib/publishing/github/node_modules/lodash/first.js +1 -0
  403. package/lib/publishing/github/node_modules/lodash/flake.lock +40 -0
  404. package/lib/publishing/github/node_modules/lodash/flake.nix +20 -0
  405. package/lib/publishing/github/node_modules/lodash/flatMap.js +29 -0
  406. package/lib/publishing/github/node_modules/lodash/flatMapDeep.js +31 -0
  407. package/lib/publishing/github/node_modules/lodash/flatMapDepth.js +31 -0
  408. package/lib/publishing/github/node_modules/lodash/flatten.js +22 -0
  409. package/lib/publishing/github/node_modules/lodash/flattenDeep.js +25 -0
  410. package/lib/publishing/github/node_modules/lodash/flattenDepth.js +33 -0
  411. package/lib/publishing/github/node_modules/lodash/flip.js +28 -0
  412. package/lib/publishing/github/node_modules/lodash/floor.js +26 -0
  413. package/lib/publishing/github/node_modules/lodash/flow.js +27 -0
  414. package/lib/publishing/github/node_modules/lodash/flowRight.js +26 -0
  415. package/lib/publishing/github/node_modules/lodash/forEach.js +41 -0
  416. package/lib/publishing/github/node_modules/lodash/forEachRight.js +31 -0
  417. package/lib/publishing/github/node_modules/lodash/forIn.js +39 -0
  418. package/lib/publishing/github/node_modules/lodash/forInRight.js +37 -0
  419. package/lib/publishing/github/node_modules/lodash/forOwn.js +36 -0
  420. package/lib/publishing/github/node_modules/lodash/forOwnRight.js +34 -0
  421. package/lib/publishing/github/node_modules/lodash/fp/F.js +1 -0
  422. package/lib/publishing/github/node_modules/lodash/fp/T.js +1 -0
  423. package/lib/publishing/github/node_modules/lodash/fp/__.js +1 -0
  424. package/lib/publishing/github/node_modules/lodash/fp/_baseConvert.js +569 -0
  425. package/lib/publishing/github/node_modules/lodash/fp/_convertBrowser.js +18 -0
  426. package/lib/publishing/github/node_modules/lodash/fp/_falseOptions.js +7 -0
  427. package/lib/publishing/github/node_modules/lodash/fp/_mapping.js +358 -0
  428. package/lib/publishing/github/node_modules/lodash/fp/_util.js +16 -0
  429. package/lib/publishing/github/node_modules/lodash/fp/add.js +5 -0
  430. package/lib/publishing/github/node_modules/lodash/fp/after.js +5 -0
  431. package/lib/publishing/github/node_modules/lodash/fp/all.js +1 -0
  432. package/lib/publishing/github/node_modules/lodash/fp/allPass.js +1 -0
  433. package/lib/publishing/github/node_modules/lodash/fp/always.js +1 -0
  434. package/lib/publishing/github/node_modules/lodash/fp/any.js +1 -0
  435. package/lib/publishing/github/node_modules/lodash/fp/anyPass.js +1 -0
  436. package/lib/publishing/github/node_modules/lodash/fp/apply.js +1 -0
  437. package/lib/publishing/github/node_modules/lodash/fp/array.js +2 -0
  438. package/lib/publishing/github/node_modules/lodash/fp/ary.js +5 -0
  439. package/lib/publishing/github/node_modules/lodash/fp/assign.js +5 -0
  440. package/lib/publishing/github/node_modules/lodash/fp/assignAll.js +5 -0
  441. package/lib/publishing/github/node_modules/lodash/fp/assignAllWith.js +5 -0
  442. package/lib/publishing/github/node_modules/lodash/fp/assignIn.js +5 -0
  443. package/lib/publishing/github/node_modules/lodash/fp/assignInAll.js +5 -0
  444. package/lib/publishing/github/node_modules/lodash/fp/assignInAllWith.js +5 -0
  445. package/lib/publishing/github/node_modules/lodash/fp/assignInWith.js +5 -0
  446. package/lib/publishing/github/node_modules/lodash/fp/assignWith.js +5 -0
  447. package/lib/publishing/github/node_modules/lodash/fp/assoc.js +1 -0
  448. package/lib/publishing/github/node_modules/lodash/fp/assocPath.js +1 -0
  449. package/lib/publishing/github/node_modules/lodash/fp/at.js +5 -0
  450. package/lib/publishing/github/node_modules/lodash/fp/attempt.js +5 -0
  451. package/lib/publishing/github/node_modules/lodash/fp/before.js +5 -0
  452. package/lib/publishing/github/node_modules/lodash/fp/bind.js +5 -0
  453. package/lib/publishing/github/node_modules/lodash/fp/bindAll.js +5 -0
  454. package/lib/publishing/github/node_modules/lodash/fp/bindKey.js +5 -0
  455. package/lib/publishing/github/node_modules/lodash/fp/camelCase.js +5 -0
  456. package/lib/publishing/github/node_modules/lodash/fp/capitalize.js +5 -0
  457. package/lib/publishing/github/node_modules/lodash/fp/castArray.js +5 -0
  458. package/lib/publishing/github/node_modules/lodash/fp/ceil.js +5 -0
  459. package/lib/publishing/github/node_modules/lodash/fp/chain.js +5 -0
  460. package/lib/publishing/github/node_modules/lodash/fp/chunk.js +5 -0
  461. package/lib/publishing/github/node_modules/lodash/fp/clamp.js +5 -0
  462. package/lib/publishing/github/node_modules/lodash/fp/clone.js +5 -0
  463. package/lib/publishing/github/node_modules/lodash/fp/cloneDeep.js +5 -0
  464. package/lib/publishing/github/node_modules/lodash/fp/cloneDeepWith.js +5 -0
  465. package/lib/publishing/github/node_modules/lodash/fp/cloneWith.js +5 -0
  466. package/lib/publishing/github/node_modules/lodash/fp/collection.js +2 -0
  467. package/lib/publishing/github/node_modules/lodash/fp/commit.js +5 -0
  468. package/lib/publishing/github/node_modules/lodash/fp/compact.js +5 -0
  469. package/lib/publishing/github/node_modules/lodash/fp/complement.js +1 -0
  470. package/lib/publishing/github/node_modules/lodash/fp/compose.js +1 -0
  471. package/lib/publishing/github/node_modules/lodash/fp/concat.js +5 -0
  472. package/lib/publishing/github/node_modules/lodash/fp/cond.js +5 -0
  473. package/lib/publishing/github/node_modules/lodash/fp/conforms.js +1 -0
  474. package/lib/publishing/github/node_modules/lodash/fp/conformsTo.js +5 -0
  475. package/lib/publishing/github/node_modules/lodash/fp/constant.js +5 -0
  476. package/lib/publishing/github/node_modules/lodash/fp/contains.js +1 -0
  477. package/lib/publishing/github/node_modules/lodash/fp/convert.js +18 -0
  478. package/lib/publishing/github/node_modules/lodash/fp/countBy.js +5 -0
  479. package/lib/publishing/github/node_modules/lodash/fp/create.js +5 -0
  480. package/lib/publishing/github/node_modules/lodash/fp/curry.js +5 -0
  481. package/lib/publishing/github/node_modules/lodash/fp/curryN.js +5 -0
  482. package/lib/publishing/github/node_modules/lodash/fp/curryRight.js +5 -0
  483. package/lib/publishing/github/node_modules/lodash/fp/curryRightN.js +5 -0
  484. package/lib/publishing/github/node_modules/lodash/fp/date.js +2 -0
  485. package/lib/publishing/github/node_modules/lodash/fp/debounce.js +5 -0
  486. package/lib/publishing/github/node_modules/lodash/fp/deburr.js +5 -0
  487. package/lib/publishing/github/node_modules/lodash/fp/defaultTo.js +5 -0
  488. package/lib/publishing/github/node_modules/lodash/fp/defaults.js +5 -0
  489. package/lib/publishing/github/node_modules/lodash/fp/defaultsAll.js +5 -0
  490. package/lib/publishing/github/node_modules/lodash/fp/defaultsDeep.js +5 -0
  491. package/lib/publishing/github/node_modules/lodash/fp/defaultsDeepAll.js +5 -0
  492. package/lib/publishing/github/node_modules/lodash/fp/defer.js +5 -0
  493. package/lib/publishing/github/node_modules/lodash/fp/delay.js +5 -0
  494. package/lib/publishing/github/node_modules/lodash/fp/difference.js +5 -0
  495. package/lib/publishing/github/node_modules/lodash/fp/differenceBy.js +5 -0
  496. package/lib/publishing/github/node_modules/lodash/fp/differenceWith.js +5 -0
  497. package/lib/publishing/github/node_modules/lodash/fp/dissoc.js +1 -0
  498. package/lib/publishing/github/node_modules/lodash/fp/dissocPath.js +1 -0
  499. package/lib/publishing/github/node_modules/lodash/fp/divide.js +5 -0
  500. package/lib/publishing/github/node_modules/lodash/fp/drop.js +5 -0
  501. package/lib/publishing/github/node_modules/lodash/fp/dropLast.js +1 -0
  502. package/lib/publishing/github/node_modules/lodash/fp/dropLastWhile.js +1 -0
  503. package/lib/publishing/github/node_modules/lodash/fp/dropRight.js +5 -0
  504. package/lib/publishing/github/node_modules/lodash/fp/dropRightWhile.js +5 -0
  505. package/lib/publishing/github/node_modules/lodash/fp/dropWhile.js +5 -0
  506. package/lib/publishing/github/node_modules/lodash/fp/each.js +1 -0
  507. package/lib/publishing/github/node_modules/lodash/fp/eachRight.js +1 -0
  508. package/lib/publishing/github/node_modules/lodash/fp/endsWith.js +5 -0
  509. package/lib/publishing/github/node_modules/lodash/fp/entries.js +1 -0
  510. package/lib/publishing/github/node_modules/lodash/fp/entriesIn.js +1 -0
  511. package/lib/publishing/github/node_modules/lodash/fp/eq.js +5 -0
  512. package/lib/publishing/github/node_modules/lodash/fp/equals.js +1 -0
  513. package/lib/publishing/github/node_modules/lodash/fp/escape.js +5 -0
  514. package/lib/publishing/github/node_modules/lodash/fp/escapeRegExp.js +5 -0
  515. package/lib/publishing/github/node_modules/lodash/fp/every.js +5 -0
  516. package/lib/publishing/github/node_modules/lodash/fp/extend.js +1 -0
  517. package/lib/publishing/github/node_modules/lodash/fp/extendAll.js +1 -0
  518. package/lib/publishing/github/node_modules/lodash/fp/extendAllWith.js +1 -0
  519. package/lib/publishing/github/node_modules/lodash/fp/extendWith.js +1 -0
  520. package/lib/publishing/github/node_modules/lodash/fp/fill.js +5 -0
  521. package/lib/publishing/github/node_modules/lodash/fp/filter.js +5 -0
  522. package/lib/publishing/github/node_modules/lodash/fp/find.js +5 -0
  523. package/lib/publishing/github/node_modules/lodash/fp/findFrom.js +5 -0
  524. package/lib/publishing/github/node_modules/lodash/fp/findIndex.js +5 -0
  525. package/lib/publishing/github/node_modules/lodash/fp/findIndexFrom.js +5 -0
  526. package/lib/publishing/github/node_modules/lodash/fp/findKey.js +5 -0
  527. package/lib/publishing/github/node_modules/lodash/fp/findLast.js +5 -0
  528. package/lib/publishing/github/node_modules/lodash/fp/findLastFrom.js +5 -0
  529. package/lib/publishing/github/node_modules/lodash/fp/findLastIndex.js +5 -0
  530. package/lib/publishing/github/node_modules/lodash/fp/findLastIndexFrom.js +5 -0
  531. package/lib/publishing/github/node_modules/lodash/fp/findLastKey.js +5 -0
  532. package/lib/publishing/github/node_modules/lodash/fp/first.js +1 -0
  533. package/lib/publishing/github/node_modules/lodash/fp/flatMap.js +5 -0
  534. package/lib/publishing/github/node_modules/lodash/fp/flatMapDeep.js +5 -0
  535. package/lib/publishing/github/node_modules/lodash/fp/flatMapDepth.js +5 -0
  536. package/lib/publishing/github/node_modules/lodash/fp/flatten.js +5 -0
  537. package/lib/publishing/github/node_modules/lodash/fp/flattenDeep.js +5 -0
  538. package/lib/publishing/github/node_modules/lodash/fp/flattenDepth.js +5 -0
  539. package/lib/publishing/github/node_modules/lodash/fp/flip.js +5 -0
  540. package/lib/publishing/github/node_modules/lodash/fp/floor.js +5 -0
  541. package/lib/publishing/github/node_modules/lodash/fp/flow.js +5 -0
  542. package/lib/publishing/github/node_modules/lodash/fp/flowRight.js +5 -0
  543. package/lib/publishing/github/node_modules/lodash/fp/forEach.js +5 -0
  544. package/lib/publishing/github/node_modules/lodash/fp/forEachRight.js +5 -0
  545. package/lib/publishing/github/node_modules/lodash/fp/forIn.js +5 -0
  546. package/lib/publishing/github/node_modules/lodash/fp/forInRight.js +5 -0
  547. package/lib/publishing/github/node_modules/lodash/fp/forOwn.js +5 -0
  548. package/lib/publishing/github/node_modules/lodash/fp/forOwnRight.js +5 -0
  549. package/lib/publishing/github/node_modules/lodash/fp/fromPairs.js +5 -0
  550. package/lib/publishing/github/node_modules/lodash/fp/function.js +2 -0
  551. package/lib/publishing/github/node_modules/lodash/fp/functions.js +5 -0
  552. package/lib/publishing/github/node_modules/lodash/fp/functionsIn.js +5 -0
  553. package/lib/publishing/github/node_modules/lodash/fp/get.js +5 -0
  554. package/lib/publishing/github/node_modules/lodash/fp/getOr.js +5 -0
  555. package/lib/publishing/github/node_modules/lodash/fp/groupBy.js +5 -0
  556. package/lib/publishing/github/node_modules/lodash/fp/gt.js +5 -0
  557. package/lib/publishing/github/node_modules/lodash/fp/gte.js +5 -0
  558. package/lib/publishing/github/node_modules/lodash/fp/has.js +5 -0
  559. package/lib/publishing/github/node_modules/lodash/fp/hasIn.js +5 -0
  560. package/lib/publishing/github/node_modules/lodash/fp/head.js +5 -0
  561. package/lib/publishing/github/node_modules/lodash/fp/identical.js +1 -0
  562. package/lib/publishing/github/node_modules/lodash/fp/identity.js +5 -0
  563. package/lib/publishing/github/node_modules/lodash/fp/inRange.js +5 -0
  564. package/lib/publishing/github/node_modules/lodash/fp/includes.js +5 -0
  565. package/lib/publishing/github/node_modules/lodash/fp/includesFrom.js +5 -0
  566. package/lib/publishing/github/node_modules/lodash/fp/indexBy.js +1 -0
  567. package/lib/publishing/github/node_modules/lodash/fp/indexOf.js +5 -0
  568. package/lib/publishing/github/node_modules/lodash/fp/indexOfFrom.js +5 -0
  569. package/lib/publishing/github/node_modules/lodash/fp/init.js +1 -0
  570. package/lib/publishing/github/node_modules/lodash/fp/initial.js +5 -0
  571. package/lib/publishing/github/node_modules/lodash/fp/intersection.js +5 -0
  572. package/lib/publishing/github/node_modules/lodash/fp/intersectionBy.js +5 -0
  573. package/lib/publishing/github/node_modules/lodash/fp/intersectionWith.js +5 -0
  574. package/lib/publishing/github/node_modules/lodash/fp/invert.js +5 -0
  575. package/lib/publishing/github/node_modules/lodash/fp/invertBy.js +5 -0
  576. package/lib/publishing/github/node_modules/lodash/fp/invertObj.js +1 -0
  577. package/lib/publishing/github/node_modules/lodash/fp/invoke.js +5 -0
  578. package/lib/publishing/github/node_modules/lodash/fp/invokeArgs.js +5 -0
  579. package/lib/publishing/github/node_modules/lodash/fp/invokeArgsMap.js +5 -0
  580. package/lib/publishing/github/node_modules/lodash/fp/invokeMap.js +5 -0
  581. package/lib/publishing/github/node_modules/lodash/fp/isArguments.js +5 -0
  582. package/lib/publishing/github/node_modules/lodash/fp/isArray.js +5 -0
  583. package/lib/publishing/github/node_modules/lodash/fp/isArrayBuffer.js +5 -0
  584. package/lib/publishing/github/node_modules/lodash/fp/isArrayLike.js +5 -0
  585. package/lib/publishing/github/node_modules/lodash/fp/isArrayLikeObject.js +5 -0
  586. package/lib/publishing/github/node_modules/lodash/fp/isBoolean.js +5 -0
  587. package/lib/publishing/github/node_modules/lodash/fp/isBuffer.js +5 -0
  588. package/lib/publishing/github/node_modules/lodash/fp/isDate.js +5 -0
  589. package/lib/publishing/github/node_modules/lodash/fp/isElement.js +5 -0
  590. package/lib/publishing/github/node_modules/lodash/fp/isEmpty.js +5 -0
  591. package/lib/publishing/github/node_modules/lodash/fp/isEqual.js +5 -0
  592. package/lib/publishing/github/node_modules/lodash/fp/isEqualWith.js +5 -0
  593. package/lib/publishing/github/node_modules/lodash/fp/isError.js +5 -0
  594. package/lib/publishing/github/node_modules/lodash/fp/isFinite.js +5 -0
  595. package/lib/publishing/github/node_modules/lodash/fp/isFunction.js +5 -0
  596. package/lib/publishing/github/node_modules/lodash/fp/isInteger.js +5 -0
  597. package/lib/publishing/github/node_modules/lodash/fp/isLength.js +5 -0
  598. package/lib/publishing/github/node_modules/lodash/fp/isMap.js +5 -0
  599. package/lib/publishing/github/node_modules/lodash/fp/isMatch.js +5 -0
  600. package/lib/publishing/github/node_modules/lodash/fp/isMatchWith.js +5 -0
  601. package/lib/publishing/github/node_modules/lodash/fp/isNaN.js +5 -0
  602. package/lib/publishing/github/node_modules/lodash/fp/isNative.js +5 -0
  603. package/lib/publishing/github/node_modules/lodash/fp/isNil.js +5 -0
  604. package/lib/publishing/github/node_modules/lodash/fp/isNull.js +5 -0
  605. package/lib/publishing/github/node_modules/lodash/fp/isNumber.js +5 -0
  606. package/lib/publishing/github/node_modules/lodash/fp/isObject.js +5 -0
  607. package/lib/publishing/github/node_modules/lodash/fp/isObjectLike.js +5 -0
  608. package/lib/publishing/github/node_modules/lodash/fp/isPlainObject.js +5 -0
  609. package/lib/publishing/github/node_modules/lodash/fp/isRegExp.js +5 -0
  610. package/lib/publishing/github/node_modules/lodash/fp/isSafeInteger.js +5 -0
  611. package/lib/publishing/github/node_modules/lodash/fp/isSet.js +5 -0
  612. package/lib/publishing/github/node_modules/lodash/fp/isString.js +5 -0
  613. package/lib/publishing/github/node_modules/lodash/fp/isSymbol.js +5 -0
  614. package/lib/publishing/github/node_modules/lodash/fp/isTypedArray.js +5 -0
  615. package/lib/publishing/github/node_modules/lodash/fp/isUndefined.js +5 -0
  616. package/lib/publishing/github/node_modules/lodash/fp/isWeakMap.js +5 -0
  617. package/lib/publishing/github/node_modules/lodash/fp/isWeakSet.js +5 -0
  618. package/lib/publishing/github/node_modules/lodash/fp/iteratee.js +5 -0
  619. package/lib/publishing/github/node_modules/lodash/fp/join.js +5 -0
  620. package/lib/publishing/github/node_modules/lodash/fp/juxt.js +1 -0
  621. package/lib/publishing/github/node_modules/lodash/fp/kebabCase.js +5 -0
  622. package/lib/publishing/github/node_modules/lodash/fp/keyBy.js +5 -0
  623. package/lib/publishing/github/node_modules/lodash/fp/keys.js +5 -0
  624. package/lib/publishing/github/node_modules/lodash/fp/keysIn.js +5 -0
  625. package/lib/publishing/github/node_modules/lodash/fp/lang.js +2 -0
  626. package/lib/publishing/github/node_modules/lodash/fp/last.js +5 -0
  627. package/lib/publishing/github/node_modules/lodash/fp/lastIndexOf.js +5 -0
  628. package/lib/publishing/github/node_modules/lodash/fp/lastIndexOfFrom.js +5 -0
  629. package/lib/publishing/github/node_modules/lodash/fp/lowerCase.js +5 -0
  630. package/lib/publishing/github/node_modules/lodash/fp/lowerFirst.js +5 -0
  631. package/lib/publishing/github/node_modules/lodash/fp/lt.js +5 -0
  632. package/lib/publishing/github/node_modules/lodash/fp/lte.js +5 -0
  633. package/lib/publishing/github/node_modules/lodash/fp/map.js +5 -0
  634. package/lib/publishing/github/node_modules/lodash/fp/mapKeys.js +5 -0
  635. package/lib/publishing/github/node_modules/lodash/fp/mapValues.js +5 -0
  636. package/lib/publishing/github/node_modules/lodash/fp/matches.js +1 -0
  637. package/lib/publishing/github/node_modules/lodash/fp/matchesProperty.js +5 -0
  638. package/lib/publishing/github/node_modules/lodash/fp/math.js +2 -0
  639. package/lib/publishing/github/node_modules/lodash/fp/max.js +5 -0
  640. package/lib/publishing/github/node_modules/lodash/fp/maxBy.js +5 -0
  641. package/lib/publishing/github/node_modules/lodash/fp/mean.js +5 -0
  642. package/lib/publishing/github/node_modules/lodash/fp/meanBy.js +5 -0
  643. package/lib/publishing/github/node_modules/lodash/fp/memoize.js +5 -0
  644. package/lib/publishing/github/node_modules/lodash/fp/merge.js +5 -0
  645. package/lib/publishing/github/node_modules/lodash/fp/mergeAll.js +5 -0
  646. package/lib/publishing/github/node_modules/lodash/fp/mergeAllWith.js +5 -0
  647. package/lib/publishing/github/node_modules/lodash/fp/mergeWith.js +5 -0
  648. package/lib/publishing/github/node_modules/lodash/fp/method.js +5 -0
  649. package/lib/publishing/github/node_modules/lodash/fp/methodOf.js +5 -0
  650. package/lib/publishing/github/node_modules/lodash/fp/min.js +5 -0
  651. package/lib/publishing/github/node_modules/lodash/fp/minBy.js +5 -0
  652. package/lib/publishing/github/node_modules/lodash/fp/mixin.js +5 -0
  653. package/lib/publishing/github/node_modules/lodash/fp/multiply.js +5 -0
  654. package/lib/publishing/github/node_modules/lodash/fp/nAry.js +1 -0
  655. package/lib/publishing/github/node_modules/lodash/fp/negate.js +5 -0
  656. package/lib/publishing/github/node_modules/lodash/fp/next.js +5 -0
  657. package/lib/publishing/github/node_modules/lodash/fp/noop.js +5 -0
  658. package/lib/publishing/github/node_modules/lodash/fp/now.js +5 -0
  659. package/lib/publishing/github/node_modules/lodash/fp/nth.js +5 -0
  660. package/lib/publishing/github/node_modules/lodash/fp/nthArg.js +5 -0
  661. package/lib/publishing/github/node_modules/lodash/fp/number.js +2 -0
  662. package/lib/publishing/github/node_modules/lodash/fp/object.js +2 -0
  663. package/lib/publishing/github/node_modules/lodash/fp/omit.js +5 -0
  664. package/lib/publishing/github/node_modules/lodash/fp/omitAll.js +1 -0
  665. package/lib/publishing/github/node_modules/lodash/fp/omitBy.js +5 -0
  666. package/lib/publishing/github/node_modules/lodash/fp/once.js +5 -0
  667. package/lib/publishing/github/node_modules/lodash/fp/orderBy.js +5 -0
  668. package/lib/publishing/github/node_modules/lodash/fp/over.js +5 -0
  669. package/lib/publishing/github/node_modules/lodash/fp/overArgs.js +5 -0
  670. package/lib/publishing/github/node_modules/lodash/fp/overEvery.js +5 -0
  671. package/lib/publishing/github/node_modules/lodash/fp/overSome.js +5 -0
  672. package/lib/publishing/github/node_modules/lodash/fp/pad.js +5 -0
  673. package/lib/publishing/github/node_modules/lodash/fp/padChars.js +5 -0
  674. package/lib/publishing/github/node_modules/lodash/fp/padCharsEnd.js +5 -0
  675. package/lib/publishing/github/node_modules/lodash/fp/padCharsStart.js +5 -0
  676. package/lib/publishing/github/node_modules/lodash/fp/padEnd.js +5 -0
  677. package/lib/publishing/github/node_modules/lodash/fp/padStart.js +5 -0
  678. package/lib/publishing/github/node_modules/lodash/fp/parseInt.js +5 -0
  679. package/lib/publishing/github/node_modules/lodash/fp/partial.js +5 -0
  680. package/lib/publishing/github/node_modules/lodash/fp/partialRight.js +5 -0
  681. package/lib/publishing/github/node_modules/lodash/fp/partition.js +5 -0
  682. package/lib/publishing/github/node_modules/lodash/fp/path.js +1 -0
  683. package/lib/publishing/github/node_modules/lodash/fp/pathEq.js +1 -0
  684. package/lib/publishing/github/node_modules/lodash/fp/pathOr.js +1 -0
  685. package/lib/publishing/github/node_modules/lodash/fp/paths.js +1 -0
  686. package/lib/publishing/github/node_modules/lodash/fp/pick.js +5 -0
  687. package/lib/publishing/github/node_modules/lodash/fp/pickAll.js +1 -0
  688. package/lib/publishing/github/node_modules/lodash/fp/pickBy.js +5 -0
  689. package/lib/publishing/github/node_modules/lodash/fp/pipe.js +1 -0
  690. package/lib/publishing/github/node_modules/lodash/fp/placeholder.js +6 -0
  691. package/lib/publishing/github/node_modules/lodash/fp/plant.js +5 -0
  692. package/lib/publishing/github/node_modules/lodash/fp/pluck.js +1 -0
  693. package/lib/publishing/github/node_modules/lodash/fp/prop.js +1 -0
  694. package/lib/publishing/github/node_modules/lodash/fp/propEq.js +1 -0
  695. package/lib/publishing/github/node_modules/lodash/fp/propOr.js +1 -0
  696. package/lib/publishing/github/node_modules/lodash/fp/property.js +1 -0
  697. package/lib/publishing/github/node_modules/lodash/fp/propertyOf.js +5 -0
  698. package/lib/publishing/github/node_modules/lodash/fp/props.js +1 -0
  699. package/lib/publishing/github/node_modules/lodash/fp/pull.js +5 -0
  700. package/lib/publishing/github/node_modules/lodash/fp/pullAll.js +5 -0
  701. package/lib/publishing/github/node_modules/lodash/fp/pullAllBy.js +5 -0
  702. package/lib/publishing/github/node_modules/lodash/fp/pullAllWith.js +5 -0
  703. package/lib/publishing/github/node_modules/lodash/fp/pullAt.js +5 -0
  704. package/lib/publishing/github/node_modules/lodash/fp/random.js +5 -0
  705. package/lib/publishing/github/node_modules/lodash/fp/range.js +5 -0
  706. package/lib/publishing/github/node_modules/lodash/fp/rangeRight.js +5 -0
  707. package/lib/publishing/github/node_modules/lodash/fp/rangeStep.js +5 -0
  708. package/lib/publishing/github/node_modules/lodash/fp/rangeStepRight.js +5 -0
  709. package/lib/publishing/github/node_modules/lodash/fp/rearg.js +5 -0
  710. package/lib/publishing/github/node_modules/lodash/fp/reduce.js +5 -0
  711. package/lib/publishing/github/node_modules/lodash/fp/reduceRight.js +5 -0
  712. package/lib/publishing/github/node_modules/lodash/fp/reject.js +5 -0
  713. package/lib/publishing/github/node_modules/lodash/fp/remove.js +5 -0
  714. package/lib/publishing/github/node_modules/lodash/fp/repeat.js +5 -0
  715. package/lib/publishing/github/node_modules/lodash/fp/replace.js +5 -0
  716. package/lib/publishing/github/node_modules/lodash/fp/rest.js +5 -0
  717. package/lib/publishing/github/node_modules/lodash/fp/restFrom.js +5 -0
  718. package/lib/publishing/github/node_modules/lodash/fp/result.js +5 -0
  719. package/lib/publishing/github/node_modules/lodash/fp/reverse.js +5 -0
  720. package/lib/publishing/github/node_modules/lodash/fp/round.js +5 -0
  721. package/lib/publishing/github/node_modules/lodash/fp/sample.js +5 -0
  722. package/lib/publishing/github/node_modules/lodash/fp/sampleSize.js +5 -0
  723. package/lib/publishing/github/node_modules/lodash/fp/seq.js +2 -0
  724. package/lib/publishing/github/node_modules/lodash/fp/set.js +5 -0
  725. package/lib/publishing/github/node_modules/lodash/fp/setWith.js +5 -0
  726. package/lib/publishing/github/node_modules/lodash/fp/shuffle.js +5 -0
  727. package/lib/publishing/github/node_modules/lodash/fp/size.js +5 -0
  728. package/lib/publishing/github/node_modules/lodash/fp/slice.js +5 -0
  729. package/lib/publishing/github/node_modules/lodash/fp/snakeCase.js +5 -0
  730. package/lib/publishing/github/node_modules/lodash/fp/some.js +5 -0
  731. package/lib/publishing/github/node_modules/lodash/fp/sortBy.js +5 -0
  732. package/lib/publishing/github/node_modules/lodash/fp/sortedIndex.js +5 -0
  733. package/lib/publishing/github/node_modules/lodash/fp/sortedIndexBy.js +5 -0
  734. package/lib/publishing/github/node_modules/lodash/fp/sortedIndexOf.js +5 -0
  735. package/lib/publishing/github/node_modules/lodash/fp/sortedLastIndex.js +5 -0
  736. package/lib/publishing/github/node_modules/lodash/fp/sortedLastIndexBy.js +5 -0
  737. package/lib/publishing/github/node_modules/lodash/fp/sortedLastIndexOf.js +5 -0
  738. package/lib/publishing/github/node_modules/lodash/fp/sortedUniq.js +5 -0
  739. package/lib/publishing/github/node_modules/lodash/fp/sortedUniqBy.js +5 -0
  740. package/lib/publishing/github/node_modules/lodash/fp/split.js +5 -0
  741. package/lib/publishing/github/node_modules/lodash/fp/spread.js +5 -0
  742. package/lib/publishing/github/node_modules/lodash/fp/spreadFrom.js +5 -0
  743. package/lib/publishing/github/node_modules/lodash/fp/startCase.js +5 -0
  744. package/lib/publishing/github/node_modules/lodash/fp/startsWith.js +5 -0
  745. package/lib/publishing/github/node_modules/lodash/fp/string.js +2 -0
  746. package/lib/publishing/github/node_modules/lodash/fp/stubArray.js +5 -0
  747. package/lib/publishing/github/node_modules/lodash/fp/stubFalse.js +5 -0
  748. package/lib/publishing/github/node_modules/lodash/fp/stubObject.js +5 -0
  749. package/lib/publishing/github/node_modules/lodash/fp/stubString.js +5 -0
  750. package/lib/publishing/github/node_modules/lodash/fp/stubTrue.js +5 -0
  751. package/lib/publishing/github/node_modules/lodash/fp/subtract.js +5 -0
  752. package/lib/publishing/github/node_modules/lodash/fp/sum.js +5 -0
  753. package/lib/publishing/github/node_modules/lodash/fp/sumBy.js +5 -0
  754. package/lib/publishing/github/node_modules/lodash/fp/symmetricDifference.js +1 -0
  755. package/lib/publishing/github/node_modules/lodash/fp/symmetricDifferenceBy.js +1 -0
  756. package/lib/publishing/github/node_modules/lodash/fp/symmetricDifferenceWith.js +1 -0
  757. package/lib/publishing/github/node_modules/lodash/fp/tail.js +5 -0
  758. package/lib/publishing/github/node_modules/lodash/fp/take.js +5 -0
  759. package/lib/publishing/github/node_modules/lodash/fp/takeLast.js +1 -0
  760. package/lib/publishing/github/node_modules/lodash/fp/takeLastWhile.js +1 -0
  761. package/lib/publishing/github/node_modules/lodash/fp/takeRight.js +5 -0
  762. package/lib/publishing/github/node_modules/lodash/fp/takeRightWhile.js +5 -0
  763. package/lib/publishing/github/node_modules/lodash/fp/takeWhile.js +5 -0
  764. package/lib/publishing/github/node_modules/lodash/fp/tap.js +5 -0
  765. package/lib/publishing/github/node_modules/lodash/fp/template.js +5 -0
  766. package/lib/publishing/github/node_modules/lodash/fp/templateSettings.js +5 -0
  767. package/lib/publishing/github/node_modules/lodash/fp/throttle.js +5 -0
  768. package/lib/publishing/github/node_modules/lodash/fp/thru.js +5 -0
  769. package/lib/publishing/github/node_modules/lodash/fp/times.js +5 -0
  770. package/lib/publishing/github/node_modules/lodash/fp/toArray.js +5 -0
  771. package/lib/publishing/github/node_modules/lodash/fp/toFinite.js +5 -0
  772. package/lib/publishing/github/node_modules/lodash/fp/toInteger.js +5 -0
  773. package/lib/publishing/github/node_modules/lodash/fp/toIterator.js +5 -0
  774. package/lib/publishing/github/node_modules/lodash/fp/toJSON.js +5 -0
  775. package/lib/publishing/github/node_modules/lodash/fp/toLength.js +5 -0
  776. package/lib/publishing/github/node_modules/lodash/fp/toLower.js +5 -0
  777. package/lib/publishing/github/node_modules/lodash/fp/toNumber.js +5 -0
  778. package/lib/publishing/github/node_modules/lodash/fp/toPairs.js +5 -0
  779. package/lib/publishing/github/node_modules/lodash/fp/toPairsIn.js +5 -0
  780. package/lib/publishing/github/node_modules/lodash/fp/toPath.js +5 -0
  781. package/lib/publishing/github/node_modules/lodash/fp/toPlainObject.js +5 -0
  782. package/lib/publishing/github/node_modules/lodash/fp/toSafeInteger.js +5 -0
  783. package/lib/publishing/github/node_modules/lodash/fp/toString.js +5 -0
  784. package/lib/publishing/github/node_modules/lodash/fp/toUpper.js +5 -0
  785. package/lib/publishing/github/node_modules/lodash/fp/transform.js +5 -0
  786. package/lib/publishing/github/node_modules/lodash/fp/trim.js +5 -0
  787. package/lib/publishing/github/node_modules/lodash/fp/trimChars.js +5 -0
  788. package/lib/publishing/github/node_modules/lodash/fp/trimCharsEnd.js +5 -0
  789. package/lib/publishing/github/node_modules/lodash/fp/trimCharsStart.js +5 -0
  790. package/lib/publishing/github/node_modules/lodash/fp/trimEnd.js +5 -0
  791. package/lib/publishing/github/node_modules/lodash/fp/trimStart.js +5 -0
  792. package/lib/publishing/github/node_modules/lodash/fp/truncate.js +5 -0
  793. package/lib/publishing/github/node_modules/lodash/fp/unapply.js +1 -0
  794. package/lib/publishing/github/node_modules/lodash/fp/unary.js +5 -0
  795. package/lib/publishing/github/node_modules/lodash/fp/unescape.js +5 -0
  796. package/lib/publishing/github/node_modules/lodash/fp/union.js +5 -0
  797. package/lib/publishing/github/node_modules/lodash/fp/unionBy.js +5 -0
  798. package/lib/publishing/github/node_modules/lodash/fp/unionWith.js +5 -0
  799. package/lib/publishing/github/node_modules/lodash/fp/uniq.js +5 -0
  800. package/lib/publishing/github/node_modules/lodash/fp/uniqBy.js +5 -0
  801. package/lib/publishing/github/node_modules/lodash/fp/uniqWith.js +5 -0
  802. package/lib/publishing/github/node_modules/lodash/fp/uniqueId.js +5 -0
  803. package/lib/publishing/github/node_modules/lodash/fp/unnest.js +1 -0
  804. package/lib/publishing/github/node_modules/lodash/fp/unset.js +5 -0
  805. package/lib/publishing/github/node_modules/lodash/fp/unzip.js +5 -0
  806. package/lib/publishing/github/node_modules/lodash/fp/unzipWith.js +5 -0
  807. package/lib/publishing/github/node_modules/lodash/fp/update.js +5 -0
  808. package/lib/publishing/github/node_modules/lodash/fp/updateWith.js +5 -0
  809. package/lib/publishing/github/node_modules/lodash/fp/upperCase.js +5 -0
  810. package/lib/publishing/github/node_modules/lodash/fp/upperFirst.js +5 -0
  811. package/lib/publishing/github/node_modules/lodash/fp/useWith.js +1 -0
  812. package/lib/publishing/github/node_modules/lodash/fp/util.js +2 -0
  813. package/lib/publishing/github/node_modules/lodash/fp/value.js +5 -0
  814. package/lib/publishing/github/node_modules/lodash/fp/valueOf.js +5 -0
  815. package/lib/publishing/github/node_modules/lodash/fp/values.js +5 -0
  816. package/lib/publishing/github/node_modules/lodash/fp/valuesIn.js +5 -0
  817. package/lib/publishing/github/node_modules/lodash/fp/where.js +1 -0
  818. package/lib/publishing/github/node_modules/lodash/fp/whereEq.js +1 -0
  819. package/lib/publishing/github/node_modules/lodash/fp/without.js +5 -0
  820. package/lib/publishing/github/node_modules/lodash/fp/words.js +5 -0
  821. package/lib/publishing/github/node_modules/lodash/fp/wrap.js +5 -0
  822. package/lib/publishing/github/node_modules/lodash/fp/wrapperAt.js +5 -0
  823. package/lib/publishing/github/node_modules/lodash/fp/wrapperChain.js +5 -0
  824. package/lib/publishing/github/node_modules/lodash/fp/wrapperLodash.js +5 -0
  825. package/lib/publishing/github/node_modules/lodash/fp/wrapperReverse.js +5 -0
  826. package/lib/publishing/github/node_modules/lodash/fp/wrapperValue.js +5 -0
  827. package/lib/publishing/github/node_modules/lodash/fp/xor.js +5 -0
  828. package/lib/publishing/github/node_modules/lodash/fp/xorBy.js +5 -0
  829. package/lib/publishing/github/node_modules/lodash/fp/xorWith.js +5 -0
  830. package/lib/publishing/github/node_modules/lodash/fp/zip.js +5 -0
  831. package/lib/publishing/github/node_modules/lodash/fp/zipAll.js +5 -0
  832. package/lib/publishing/github/node_modules/lodash/fp/zipObj.js +1 -0
  833. package/lib/publishing/github/node_modules/lodash/fp/zipObject.js +5 -0
  834. package/lib/publishing/github/node_modules/lodash/fp/zipObjectDeep.js +5 -0
  835. package/lib/publishing/github/node_modules/lodash/fp/zipWith.js +5 -0
  836. package/lib/publishing/github/node_modules/lodash/fp.js +2 -0
  837. package/lib/publishing/github/node_modules/lodash/fromPairs.js +28 -0
  838. package/lib/publishing/github/node_modules/lodash/function.js +25 -0
  839. package/lib/publishing/github/node_modules/lodash/functions.js +31 -0
  840. package/lib/publishing/github/node_modules/lodash/functionsIn.js +31 -0
  841. package/lib/publishing/github/node_modules/lodash/get.js +33 -0
  842. package/lib/publishing/github/node_modules/lodash/groupBy.js +41 -0
  843. package/lib/publishing/github/node_modules/lodash/gt.js +29 -0
  844. package/lib/publishing/github/node_modules/lodash/gte.js +30 -0
  845. package/lib/publishing/github/node_modules/lodash/has.js +35 -0
  846. package/lib/publishing/github/node_modules/lodash/hasIn.js +34 -0
  847. package/lib/publishing/github/node_modules/lodash/head.js +23 -0
  848. package/lib/publishing/github/node_modules/lodash/identity.js +21 -0
  849. package/lib/publishing/github/node_modules/lodash/inRange.js +55 -0
  850. package/lib/publishing/github/node_modules/lodash/includes.js +53 -0
  851. package/lib/publishing/github/node_modules/lodash/index.js +1 -0
  852. package/lib/publishing/github/node_modules/lodash/indexOf.js +42 -0
  853. package/lib/publishing/github/node_modules/lodash/initial.js +22 -0
  854. package/lib/publishing/github/node_modules/lodash/intersection.js +30 -0
  855. package/lib/publishing/github/node_modules/lodash/intersectionBy.js +45 -0
  856. package/lib/publishing/github/node_modules/lodash/intersectionWith.js +41 -0
  857. package/lib/publishing/github/node_modules/lodash/invert.js +42 -0
  858. package/lib/publishing/github/node_modules/lodash/invertBy.js +56 -0
  859. package/lib/publishing/github/node_modules/lodash/invoke.js +24 -0
  860. package/lib/publishing/github/node_modules/lodash/invokeMap.js +41 -0
  861. package/lib/publishing/github/node_modules/lodash/isArguments.js +36 -0
  862. package/lib/publishing/github/node_modules/lodash/isArray.js +26 -0
  863. package/lib/publishing/github/node_modules/lodash/isArrayBuffer.js +27 -0
  864. package/lib/publishing/github/node_modules/lodash/isArrayLike.js +33 -0
  865. package/lib/publishing/github/node_modules/lodash/isArrayLikeObject.js +33 -0
  866. package/lib/publishing/github/node_modules/lodash/isBoolean.js +29 -0
  867. package/lib/publishing/github/node_modules/lodash/isBuffer.js +38 -0
  868. package/lib/publishing/github/node_modules/lodash/isDate.js +27 -0
  869. package/lib/publishing/github/node_modules/lodash/isElement.js +25 -0
  870. package/lib/publishing/github/node_modules/lodash/isEmpty.js +77 -0
  871. package/lib/publishing/github/node_modules/lodash/isEqual.js +35 -0
  872. package/lib/publishing/github/node_modules/lodash/isEqualWith.js +41 -0
  873. package/lib/publishing/github/node_modules/lodash/isError.js +36 -0
  874. package/lib/publishing/github/node_modules/lodash/isFinite.js +36 -0
  875. package/lib/publishing/github/node_modules/lodash/isFunction.js +37 -0
  876. package/lib/publishing/github/node_modules/lodash/isInteger.js +33 -0
  877. package/lib/publishing/github/node_modules/lodash/isLength.js +35 -0
  878. package/lib/publishing/github/node_modules/lodash/isMap.js +27 -0
  879. package/lib/publishing/github/node_modules/lodash/isMatch.js +36 -0
  880. package/lib/publishing/github/node_modules/lodash/isMatchWith.js +41 -0
  881. package/lib/publishing/github/node_modules/lodash/isNaN.js +38 -0
  882. package/lib/publishing/github/node_modules/lodash/isNative.js +40 -0
  883. package/lib/publishing/github/node_modules/lodash/isNil.js +25 -0
  884. package/lib/publishing/github/node_modules/lodash/isNull.js +22 -0
  885. package/lib/publishing/github/node_modules/lodash/isNumber.js +38 -0
  886. package/lib/publishing/github/node_modules/lodash/isObject.js +31 -0
  887. package/lib/publishing/github/node_modules/lodash/isObjectLike.js +29 -0
  888. package/lib/publishing/github/node_modules/lodash/isPlainObject.js +62 -0
  889. package/lib/publishing/github/node_modules/lodash/isRegExp.js +27 -0
  890. package/lib/publishing/github/node_modules/lodash/isSafeInteger.js +37 -0
  891. package/lib/publishing/github/node_modules/lodash/isSet.js +27 -0
  892. package/lib/publishing/github/node_modules/lodash/isString.js +30 -0
  893. package/lib/publishing/github/node_modules/lodash/isSymbol.js +29 -0
  894. package/lib/publishing/github/node_modules/lodash/isTypedArray.js +27 -0
  895. package/lib/publishing/github/node_modules/lodash/isUndefined.js +22 -0
  896. package/lib/publishing/github/node_modules/lodash/isWeakMap.js +28 -0
  897. package/lib/publishing/github/node_modules/lodash/isWeakSet.js +28 -0
  898. package/lib/publishing/github/node_modules/lodash/iteratee.js +53 -0
  899. package/lib/publishing/github/node_modules/lodash/join.js +26 -0
  900. package/lib/publishing/github/node_modules/lodash/kebabCase.js +28 -0
  901. package/lib/publishing/github/node_modules/lodash/keyBy.js +36 -0
  902. package/lib/publishing/github/node_modules/lodash/keys.js +37 -0
  903. package/lib/publishing/github/node_modules/lodash/keysIn.js +32 -0
  904. package/lib/publishing/github/node_modules/lodash/lang.js +58 -0
  905. package/lib/publishing/github/node_modules/lodash/last.js +20 -0
  906. package/lib/publishing/github/node_modules/lodash/lastIndexOf.js +46 -0
  907. package/lib/publishing/github/node_modules/lodash/lodash.js +17209 -0
  908. package/lib/publishing/github/node_modules/lodash/lodash.min.js +140 -0
  909. package/lib/publishing/github/node_modules/lodash/lowerCase.js +27 -0
  910. package/lib/publishing/github/node_modules/lodash/lowerFirst.js +22 -0
  911. package/lib/publishing/github/node_modules/lodash/lt.js +29 -0
  912. package/lib/publishing/github/node_modules/lodash/lte.js +30 -0
  913. package/lib/publishing/github/node_modules/lodash/map.js +53 -0
  914. package/lib/publishing/github/node_modules/lodash/mapKeys.js +36 -0
  915. package/lib/publishing/github/node_modules/lodash/mapValues.js +43 -0
  916. package/lib/publishing/github/node_modules/lodash/matches.js +46 -0
  917. package/lib/publishing/github/node_modules/lodash/matchesProperty.js +44 -0
  918. package/lib/publishing/github/node_modules/lodash/math.js +17 -0
  919. package/lib/publishing/github/node_modules/lodash/max.js +29 -0
  920. package/lib/publishing/github/node_modules/lodash/maxBy.js +34 -0
  921. package/lib/publishing/github/node_modules/lodash/mean.js +22 -0
  922. package/lib/publishing/github/node_modules/lodash/meanBy.js +31 -0
  923. package/lib/publishing/github/node_modules/lodash/memoize.js +73 -0
  924. package/lib/publishing/github/node_modules/lodash/merge.js +39 -0
  925. package/lib/publishing/github/node_modules/lodash/mergeWith.js +39 -0
  926. package/lib/publishing/github/node_modules/lodash/method.js +34 -0
  927. package/lib/publishing/github/node_modules/lodash/methodOf.js +33 -0
  928. package/lib/publishing/github/node_modules/lodash/min.js +29 -0
  929. package/lib/publishing/github/node_modules/lodash/minBy.js +34 -0
  930. package/lib/publishing/github/node_modules/lodash/mixin.js +74 -0
  931. package/lib/publishing/github/node_modules/lodash/multiply.js +22 -0
  932. package/lib/publishing/github/node_modules/lodash/negate.js +40 -0
  933. package/lib/publishing/github/node_modules/lodash/next.js +35 -0
  934. package/lib/publishing/github/node_modules/lodash/noop.js +17 -0
  935. package/lib/publishing/github/node_modules/lodash/now.js +23 -0
  936. package/lib/publishing/github/node_modules/lodash/nth.js +29 -0
  937. package/lib/publishing/github/node_modules/lodash/nthArg.js +32 -0
  938. package/lib/publishing/github/node_modules/lodash/number.js +5 -0
  939. package/lib/publishing/github/node_modules/lodash/object.js +49 -0
  940. package/lib/publishing/github/node_modules/lodash/omit.js +57 -0
  941. package/lib/publishing/github/node_modules/lodash/omitBy.js +29 -0
  942. package/lib/publishing/github/node_modules/lodash/once.js +25 -0
  943. package/lib/publishing/github/node_modules/lodash/orderBy.js +47 -0
  944. package/lib/publishing/github/node_modules/lodash/over.js +24 -0
  945. package/lib/publishing/github/node_modules/lodash/overArgs.js +61 -0
  946. package/lib/publishing/github/node_modules/lodash/overEvery.js +34 -0
  947. package/lib/publishing/github/node_modules/lodash/overSome.js +37 -0
  948. package/lib/publishing/github/node_modules/lodash/package.json +17 -0
  949. package/lib/publishing/github/node_modules/lodash/pad.js +49 -0
  950. package/lib/publishing/github/node_modules/lodash/padEnd.js +39 -0
  951. package/lib/publishing/github/node_modules/lodash/padStart.js +39 -0
  952. package/lib/publishing/github/node_modules/lodash/parseInt.js +43 -0
  953. package/lib/publishing/github/node_modules/lodash/partial.js +50 -0
  954. package/lib/publishing/github/node_modules/lodash/partialRight.js +49 -0
  955. package/lib/publishing/github/node_modules/lodash/partition.js +43 -0
  956. package/lib/publishing/github/node_modules/lodash/pick.js +25 -0
  957. package/lib/publishing/github/node_modules/lodash/pickBy.js +37 -0
  958. package/lib/publishing/github/node_modules/lodash/plant.js +48 -0
  959. package/lib/publishing/github/node_modules/lodash/property.js +32 -0
  960. package/lib/publishing/github/node_modules/lodash/propertyOf.js +30 -0
  961. package/lib/publishing/github/node_modules/lodash/pull.js +29 -0
  962. package/lib/publishing/github/node_modules/lodash/pullAll.js +29 -0
  963. package/lib/publishing/github/node_modules/lodash/pullAllBy.js +33 -0
  964. package/lib/publishing/github/node_modules/lodash/pullAllWith.js +32 -0
  965. package/lib/publishing/github/node_modules/lodash/pullAt.js +43 -0
  966. package/lib/publishing/github/node_modules/lodash/random.js +82 -0
  967. package/lib/publishing/github/node_modules/lodash/range.js +46 -0
  968. package/lib/publishing/github/node_modules/lodash/rangeRight.js +41 -0
  969. package/lib/publishing/github/node_modules/lodash/rearg.js +33 -0
  970. package/lib/publishing/github/node_modules/lodash/reduce.js +51 -0
  971. package/lib/publishing/github/node_modules/lodash/reduceRight.js +36 -0
  972. package/lib/publishing/github/node_modules/lodash/reject.js +46 -0
  973. package/lib/publishing/github/node_modules/lodash/release.md +48 -0
  974. package/lib/publishing/github/node_modules/lodash/remove.js +53 -0
  975. package/lib/publishing/github/node_modules/lodash/repeat.js +37 -0
  976. package/lib/publishing/github/node_modules/lodash/replace.js +29 -0
  977. package/lib/publishing/github/node_modules/lodash/rest.js +40 -0
  978. package/lib/publishing/github/node_modules/lodash/result.js +56 -0
  979. package/lib/publishing/github/node_modules/lodash/reverse.js +34 -0
  980. package/lib/publishing/github/node_modules/lodash/round.js +26 -0
  981. package/lib/publishing/github/node_modules/lodash/sample.js +24 -0
  982. package/lib/publishing/github/node_modules/lodash/sampleSize.js +37 -0
  983. package/lib/publishing/github/node_modules/lodash/seq.js +16 -0
  984. package/lib/publishing/github/node_modules/lodash/set.js +35 -0
  985. package/lib/publishing/github/node_modules/lodash/setWith.js +32 -0
  986. package/lib/publishing/github/node_modules/lodash/shuffle.js +25 -0
  987. package/lib/publishing/github/node_modules/lodash/size.js +46 -0
  988. package/lib/publishing/github/node_modules/lodash/slice.js +37 -0
  989. package/lib/publishing/github/node_modules/lodash/snakeCase.js +28 -0
  990. package/lib/publishing/github/node_modules/lodash/some.js +51 -0
  991. package/lib/publishing/github/node_modules/lodash/sortBy.js +48 -0
  992. package/lib/publishing/github/node_modules/lodash/sortedIndex.js +24 -0
  993. package/lib/publishing/github/node_modules/lodash/sortedIndexBy.js +33 -0
  994. package/lib/publishing/github/node_modules/lodash/sortedIndexOf.js +31 -0
  995. package/lib/publishing/github/node_modules/lodash/sortedLastIndex.js +25 -0
  996. package/lib/publishing/github/node_modules/lodash/sortedLastIndexBy.js +33 -0
  997. package/lib/publishing/github/node_modules/lodash/sortedLastIndexOf.js +31 -0
  998. package/lib/publishing/github/node_modules/lodash/sortedUniq.js +24 -0
  999. package/lib/publishing/github/node_modules/lodash/sortedUniqBy.js +26 -0
  1000. package/lib/publishing/github/node_modules/lodash/split.js +52 -0
  1001. package/lib/publishing/github/node_modules/lodash/spread.js +63 -0
  1002. package/lib/publishing/github/node_modules/lodash/startCase.js +29 -0
  1003. package/lib/publishing/github/node_modules/lodash/startsWith.js +39 -0
  1004. package/lib/publishing/github/node_modules/lodash/string.js +33 -0
  1005. package/lib/publishing/github/node_modules/lodash/stubArray.js +23 -0
  1006. package/lib/publishing/github/node_modules/lodash/stubFalse.js +18 -0
  1007. package/lib/publishing/github/node_modules/lodash/stubObject.js +23 -0
  1008. package/lib/publishing/github/node_modules/lodash/stubString.js +18 -0
  1009. package/lib/publishing/github/node_modules/lodash/stubTrue.js +18 -0
  1010. package/lib/publishing/github/node_modules/lodash/subtract.js +22 -0
  1011. package/lib/publishing/github/node_modules/lodash/sum.js +24 -0
  1012. package/lib/publishing/github/node_modules/lodash/sumBy.js +33 -0
  1013. package/lib/publishing/github/node_modules/lodash/tail.js +22 -0
  1014. package/lib/publishing/github/node_modules/lodash/take.js +37 -0
  1015. package/lib/publishing/github/node_modules/lodash/takeRight.js +39 -0
  1016. package/lib/publishing/github/node_modules/lodash/takeRightWhile.js +45 -0
  1017. package/lib/publishing/github/node_modules/lodash/takeWhile.js +45 -0
  1018. package/lib/publishing/github/node_modules/lodash/tap.js +29 -0
  1019. package/lib/publishing/github/node_modules/lodash/template.js +272 -0
  1020. package/lib/publishing/github/node_modules/lodash/templateSettings.js +67 -0
  1021. package/lib/publishing/github/node_modules/lodash/throttle.js +69 -0
  1022. package/lib/publishing/github/node_modules/lodash/thru.js +28 -0
  1023. package/lib/publishing/github/node_modules/lodash/times.js +51 -0
  1024. package/lib/publishing/github/node_modules/lodash/toArray.js +58 -0
  1025. package/lib/publishing/github/node_modules/lodash/toFinite.js +42 -0
  1026. package/lib/publishing/github/node_modules/lodash/toInteger.js +36 -0
  1027. package/lib/publishing/github/node_modules/lodash/toIterator.js +23 -0
  1028. package/lib/publishing/github/node_modules/lodash/toJSON.js +1 -0
  1029. package/lib/publishing/github/node_modules/lodash/toLength.js +38 -0
  1030. package/lib/publishing/github/node_modules/lodash/toLower.js +28 -0
  1031. package/lib/publishing/github/node_modules/lodash/toNumber.js +64 -0
  1032. package/lib/publishing/github/node_modules/lodash/toPairs.js +30 -0
  1033. package/lib/publishing/github/node_modules/lodash/toPairsIn.js +30 -0
  1034. package/lib/publishing/github/node_modules/lodash/toPath.js +33 -0
  1035. package/lib/publishing/github/node_modules/lodash/toPlainObject.js +32 -0
  1036. package/lib/publishing/github/node_modules/lodash/toSafeInteger.js +37 -0
  1037. package/lib/publishing/github/node_modules/lodash/toString.js +28 -0
  1038. package/lib/publishing/github/node_modules/lodash/toUpper.js +28 -0
  1039. package/lib/publishing/github/node_modules/lodash/transform.js +65 -0
  1040. package/lib/publishing/github/node_modules/lodash/trim.js +47 -0
  1041. package/lib/publishing/github/node_modules/lodash/trimEnd.js +41 -0
  1042. package/lib/publishing/github/node_modules/lodash/trimStart.js +43 -0
  1043. package/lib/publishing/github/node_modules/lodash/truncate.js +111 -0
  1044. package/lib/publishing/github/node_modules/lodash/unary.js +22 -0
  1045. package/lib/publishing/github/node_modules/lodash/unescape.js +34 -0
  1046. package/lib/publishing/github/node_modules/lodash/union.js +26 -0
  1047. package/lib/publishing/github/node_modules/lodash/unionBy.js +39 -0
  1048. package/lib/publishing/github/node_modules/lodash/unionWith.js +34 -0
  1049. package/lib/publishing/github/node_modules/lodash/uniq.js +25 -0
  1050. package/lib/publishing/github/node_modules/lodash/uniqBy.js +31 -0
  1051. package/lib/publishing/github/node_modules/lodash/uniqWith.js +28 -0
  1052. package/lib/publishing/github/node_modules/lodash/uniqueId.js +28 -0
  1053. package/lib/publishing/github/node_modules/lodash/unset.js +34 -0
  1054. package/lib/publishing/github/node_modules/lodash/unzip.js +45 -0
  1055. package/lib/publishing/github/node_modules/lodash/unzipWith.js +39 -0
  1056. package/lib/publishing/github/node_modules/lodash/update.js +35 -0
  1057. package/lib/publishing/github/node_modules/lodash/updateWith.js +33 -0
  1058. package/lib/publishing/github/node_modules/lodash/upperCase.js +27 -0
  1059. package/lib/publishing/github/node_modules/lodash/upperFirst.js +22 -0
  1060. package/lib/publishing/github/node_modules/lodash/util.js +34 -0
  1061. package/lib/publishing/github/node_modules/lodash/value.js +1 -0
  1062. package/lib/publishing/github/node_modules/lodash/valueOf.js +1 -0
  1063. package/lib/publishing/github/node_modules/lodash/values.js +34 -0
  1064. package/lib/publishing/github/node_modules/lodash/valuesIn.js +32 -0
  1065. package/lib/publishing/github/node_modules/lodash/without.js +31 -0
  1066. package/lib/publishing/github/node_modules/lodash/words.js +35 -0
  1067. package/lib/publishing/github/node_modules/lodash/wrap.js +30 -0
  1068. package/lib/publishing/github/node_modules/lodash/wrapperAt.js +48 -0
  1069. package/lib/publishing/github/node_modules/lodash/wrapperChain.js +34 -0
  1070. package/lib/publishing/github/node_modules/lodash/wrapperLodash.js +147 -0
  1071. package/lib/publishing/github/node_modules/lodash/wrapperReverse.js +44 -0
  1072. package/lib/publishing/github/node_modules/lodash/wrapperValue.js +21 -0
  1073. package/lib/publishing/github/node_modules/lodash/xor.js +28 -0
  1074. package/lib/publishing/github/node_modules/lodash/xorBy.js +39 -0
  1075. package/lib/publishing/github/node_modules/lodash/xorWith.js +34 -0
  1076. package/lib/publishing/github/node_modules/lodash/zip.js +22 -0
  1077. package/lib/publishing/github/node_modules/lodash/zipObject.js +24 -0
  1078. package/lib/publishing/github/node_modules/lodash/zipObjectDeep.js +23 -0
  1079. package/lib/publishing/github/node_modules/lodash/zipWith.js +32 -0
  1080. package/lib/publishing/github/node_modules/octokit/LICENSE +1 -1
  1081. package/lib/publishing/github/node_modules/octokit/README.md +34 -6
  1082. package/lib/publishing/github/node_modules/octokit/dist-node/index.js +1 -1
  1083. package/lib/publishing/github/node_modules/octokit/dist-node/index.js.map +1 -1
  1084. package/lib/publishing/github/node_modules/octokit/dist-src/version.js +1 -1
  1085. package/lib/publishing/github/node_modules/octokit/dist-types/app.d.ts +2 -2
  1086. package/lib/publishing/github/node_modules/octokit/dist-types/octokit.d.ts +1 -1
  1087. package/lib/publishing/github/node_modules/octokit/dist-types/version.d.ts +1 -1
  1088. package/lib/publishing/github/node_modules/octokit/dist-web/index.js +1 -1
  1089. package/lib/publishing/github/node_modules/octokit/dist-web/index.js.map +1 -1
  1090. package/lib/publishing/github/node_modules/octokit/package.json +3 -3
  1091. package/lib/publishing/github/node_modules/semver/README.md +183 -27
  1092. package/lib/publishing/github/node_modules/semver/bin/semver.js +183 -0
  1093. package/lib/publishing/github/node_modules/semver/classes/comparator.js +136 -0
  1094. package/lib/publishing/github/node_modules/semver/classes/index.js +5 -0
  1095. package/lib/publishing/github/node_modules/semver/classes/range.js +522 -0
  1096. package/lib/publishing/github/node_modules/semver/classes/semver.js +287 -0
  1097. package/lib/publishing/github/node_modules/semver/functions/clean.js +6 -0
  1098. package/lib/publishing/github/node_modules/semver/functions/cmp.js +52 -0
  1099. package/lib/publishing/github/node_modules/semver/functions/coerce.js +52 -0
  1100. package/lib/publishing/github/node_modules/semver/functions/compare-build.js +7 -0
  1101. package/lib/publishing/github/node_modules/semver/functions/compare-loose.js +3 -0
  1102. package/lib/publishing/github/node_modules/semver/functions/compare.js +5 -0
  1103. package/lib/publishing/github/node_modules/semver/functions/diff.js +23 -0
  1104. package/lib/publishing/github/node_modules/semver/functions/eq.js +3 -0
  1105. package/lib/publishing/github/node_modules/semver/functions/gt.js +3 -0
  1106. package/lib/publishing/github/node_modules/semver/functions/gte.js +3 -0
  1107. package/lib/publishing/github/node_modules/semver/functions/inc.js +18 -0
  1108. package/lib/publishing/github/node_modules/semver/functions/lt.js +3 -0
  1109. package/lib/publishing/github/node_modules/semver/functions/lte.js +3 -0
  1110. package/lib/publishing/github/node_modules/semver/functions/major.js +3 -0
  1111. package/lib/publishing/github/node_modules/semver/functions/minor.js +3 -0
  1112. package/lib/publishing/github/node_modules/semver/functions/neq.js +3 -0
  1113. package/lib/publishing/github/node_modules/semver/functions/parse.js +33 -0
  1114. package/lib/publishing/github/node_modules/semver/functions/patch.js +3 -0
  1115. package/lib/publishing/github/node_modules/semver/functions/prerelease.js +6 -0
  1116. package/lib/publishing/github/node_modules/semver/functions/rcompare.js +3 -0
  1117. package/lib/publishing/github/node_modules/semver/functions/rsort.js +3 -0
  1118. package/lib/publishing/github/node_modules/semver/functions/satisfies.js +10 -0
  1119. package/lib/publishing/github/node_modules/semver/functions/sort.js +3 -0
  1120. package/lib/publishing/github/node_modules/semver/functions/valid.js +6 -0
  1121. package/lib/publishing/github/node_modules/semver/index.js +88 -0
  1122. package/lib/publishing/github/node_modules/semver/internal/constants.js +17 -0
  1123. package/lib/publishing/github/node_modules/semver/internal/debug.js +9 -0
  1124. package/lib/publishing/github/node_modules/semver/internal/identifiers.js +23 -0
  1125. package/lib/publishing/github/node_modules/semver/internal/parse-options.js +11 -0
  1126. package/lib/publishing/github/node_modules/semver/internal/re.js +182 -0
  1127. package/lib/publishing/github/node_modules/semver/package.json +70 -12
  1128. package/lib/publishing/github/node_modules/semver/preload.js +2 -0
  1129. package/lib/publishing/github/node_modules/semver/ranges/gtr.js +4 -0
  1130. package/lib/publishing/github/node_modules/semver/ranges/intersects.js +7 -0
  1131. package/lib/publishing/github/node_modules/semver/ranges/ltr.js +4 -0
  1132. package/lib/publishing/github/node_modules/semver/ranges/max-satisfying.js +25 -0
  1133. package/lib/publishing/github/node_modules/semver/ranges/min-satisfying.js +24 -0
  1134. package/lib/publishing/github/node_modules/semver/ranges/min-version.js +61 -0
  1135. package/lib/publishing/github/node_modules/semver/ranges/outside.js +80 -0
  1136. package/lib/publishing/github/node_modules/semver/ranges/simplify.js +47 -0
  1137. package/lib/publishing/github/node_modules/semver/ranges/subset.js +244 -0
  1138. package/lib/publishing/github/node_modules/semver/ranges/to-comparators.js +8 -0
  1139. package/lib/publishing/github/node_modules/semver/ranges/valid.js +11 -0
  1140. package/lib/publishing/github/node_modules/universal-github-app-jwt/README.md +3 -3
  1141. package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-node/index.js +0 -1
  1142. package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-node/index.js.map +1 -1
  1143. package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-src/get-token-browser.js +3 -3
  1144. package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-src/get-token.js +2 -2
  1145. package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-src/index.js +3 -3
  1146. package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-src/types.js +1 -0
  1147. package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-src/utils.js +1 -4
  1148. package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-types/get-token-browser.d.ts +2 -2
  1149. package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-types/get-token.d.ts +1 -1
  1150. package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-types/types.d.ts +8 -8
  1151. package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-web/index.bundled.js.map +1 -1
  1152. package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-web/index.js +6 -9
  1153. package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-web/index.js.map +1 -1
  1154. package/lib/publishing/github/node_modules/universal-github-app-jwt/package.json +6 -7
  1155. package/lib/publishing/github/package.json +1 -1
  1156. package/lib/publishing/github/yarn.lock +41 -75
  1157. package/package.json +1 -1
  1158. package/lib/publishing/github/node_modules/jsonwebtoken/CHANGELOG.md +0 -476
  1159. package/lib/publishing/github/node_modules/lodash.includes/LICENSE +0 -47
  1160. package/lib/publishing/github/node_modules/lodash.includes/README.md +0 -18
  1161. package/lib/publishing/github/node_modules/lodash.includes/index.js +0 -745
  1162. package/lib/publishing/github/node_modules/lodash.includes/package.json +0 -17
  1163. package/lib/publishing/github/node_modules/lodash.isboolean/LICENSE +0 -22
  1164. package/lib/publishing/github/node_modules/lodash.isboolean/README.md +0 -18
  1165. package/lib/publishing/github/node_modules/lodash.isboolean/index.js +0 -70
  1166. package/lib/publishing/github/node_modules/lodash.isboolean/package.json +0 -17
  1167. package/lib/publishing/github/node_modules/lodash.isinteger/LICENSE +0 -47
  1168. package/lib/publishing/github/node_modules/lodash.isinteger/README.md +0 -18
  1169. package/lib/publishing/github/node_modules/lodash.isinteger/index.js +0 -265
  1170. package/lib/publishing/github/node_modules/lodash.isinteger/package.json +0 -17
  1171. package/lib/publishing/github/node_modules/lodash.isnumber/LICENSE +0 -22
  1172. package/lib/publishing/github/node_modules/lodash.isnumber/README.md +0 -18
  1173. package/lib/publishing/github/node_modules/lodash.isnumber/index.js +0 -79
  1174. package/lib/publishing/github/node_modules/lodash.isnumber/package.json +0 -17
  1175. package/lib/publishing/github/node_modules/lodash.isplainobject/README.md +0 -18
  1176. package/lib/publishing/github/node_modules/lodash.isplainobject/index.js +0 -139
  1177. package/lib/publishing/github/node_modules/lodash.isplainobject/package.json +0 -17
  1178. package/lib/publishing/github/node_modules/lodash.isstring/LICENSE +0 -22
  1179. package/lib/publishing/github/node_modules/lodash.isstring/README.md +0 -18
  1180. package/lib/publishing/github/node_modules/lodash.isstring/index.js +0 -95
  1181. package/lib/publishing/github/node_modules/lodash.isstring/package.json +0 -17
  1182. package/lib/publishing/github/node_modules/lodash.once/LICENSE +0 -47
  1183. package/lib/publishing/github/node_modules/lodash.once/README.md +0 -18
  1184. package/lib/publishing/github/node_modules/lodash.once/index.js +0 -294
  1185. package/lib/publishing/github/node_modules/lodash.once/package.json +0 -17
  1186. package/lib/publishing/github/node_modules/semver/CHANGELOG.md +0 -39
  1187. package/lib/publishing/github/node_modules/semver/bin/semver +0 -160
  1188. package/lib/publishing/github/node_modules/semver/semver.js +0 -1483
@@ -9,12 +9,12 @@
9
9
  "@types/changelog-parser@^2.8.1",
10
10
  "@types/node@^14",
11
11
  "changelog-parser@^2.8.1",
12
- "octokit@^2.0.10",
12
+ "octokit@^2.0.11",
13
13
  "typescript@~4.9.4"
14
14
  ],
15
15
  "lockfileEntries": {
16
- "@octokit/app@^13.0.5": "https://registry.yarnpkg.com/@octokit/app/-/app-13.1.0.tgz#b9965fc0d913ce731837422c55c9385bef8b2a6c",
17
- "@octokit/auth-app@^4.0.0": "https://registry.yarnpkg.com/@octokit/auth-app/-/auth-app-4.0.7.tgz#417c327e6a7ada1e6e9651db681146f8c12728e3",
16
+ "@octokit/app@^13.1.1": "https://registry.yarnpkg.com/@octokit/app/-/app-13.1.1.tgz#10b39a7ca5ee7472497b9595e1bb382a7113ccd7",
17
+ "@octokit/auth-app@^4.0.8": "https://registry.yarnpkg.com/@octokit/auth-app/-/auth-app-4.0.8.tgz#73a8c6c087c55473affeedd939ef08ff2cfa9b3d",
18
18
  "@octokit/auth-oauth-app@^5.0.0": "https://registry.yarnpkg.com/@octokit/auth-oauth-app/-/auth-oauth-app-5.0.4.tgz#ebd9a38f75381093d1a5e08e05b70b94f0918277",
19
19
  "@octokit/auth-oauth-device@^4.0.0": "https://registry.yarnpkg.com/@octokit/auth-oauth-device/-/auth-oauth-device-4.0.3.tgz#00ce77233517e0d7d39e42a02652f64337d9df81",
20
20
  "@octokit/auth-oauth-user@^2.0.0": "https://registry.yarnpkg.com/@octokit/auth-oauth-user/-/auth-oauth-user-2.0.4.tgz#88f060ec678d7d493695af8d827e115dd064e212",
@@ -42,7 +42,7 @@
42
42
  "@types/aws-lambda@^8.10.83": "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.98.tgz#2936975c19529011b8b5c08850d42157711c690d",
43
43
  "@types/btoa-lite@^1.0.0": "https://registry.yarnpkg.com/@types/btoa-lite/-/btoa-lite-1.0.0.tgz#e190a5a548e0b348adb0df9ac7fa5f1151c7cca4",
44
44
  "@types/changelog-parser@^2.8.1": "https://registry.yarnpkg.com/@types/changelog-parser/-/changelog-parser-2.8.1.tgz#294f63a1d54af24ee73e600c1a0d4ba7ca9c2516",
45
- "@types/jsonwebtoken@^8.3.3": "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-8.5.8.tgz#01b39711eb844777b7af1d1f2b4cf22fda1c0c44",
45
+ "@types/jsonwebtoken@^9.0.0": "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#4db9bfaf276ef4fdc3608194fab8b8f2fd1c44f9",
46
46
  "@types/lru-cache@^5.1.0": "https://registry.yarnpkg.com/@types/lru-cache/-/lru-cache-5.1.1.tgz#c48c2e27b65d2a153b19bfc1a317e30872e01eef",
47
47
  "@types/node@*": "https://registry.yarnpkg.com/@types/node/-/node-17.0.40.tgz#76ee88ae03650de8064a6cf75b8d95f9f4a16090",
48
48
  "@types/node@^14": "https://registry.yarnpkg.com/@types/node/-/node-14.18.20.tgz#268f028b36eaf51181c3300252f605488c4f0650",
@@ -59,28 +59,22 @@
59
59
  "fromentries@^1.3.1": "https://registry.yarnpkg.com/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a",
60
60
  "indent-string@^4.0.0": "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251",
61
61
  "is-plain-object@^5.0.0": "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344",
62
- "jsonwebtoken@^8.5.1": "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d",
62
+ "jsonwebtoken@^9.0.0": "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d",
63
63
  "jwa@^1.4.1": "https://registry.yarnpkg.com/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a",
64
64
  "jws@^3.2.2": "https://registry.yarnpkg.com/jws/-/jws-3.2.2.tgz#001099f3639468c9414000e99995fa52fb478304",
65
65
  "line-reader@^0.2.4": "https://registry.yarnpkg.com/line-reader/-/line-reader-0.2.4.tgz#c4392b587dea38580c9678570e6e8e49fce52622",
66
- "lodash.includes@^4.3.0": "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f",
67
- "lodash.isboolean@^3.0.3": "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6",
68
- "lodash.isinteger@^4.0.4": "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343",
69
- "lodash.isnumber@^3.0.3": "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc",
70
- "lodash.isplainobject@^4.0.6": "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb",
71
- "lodash.isstring@^4.0.1": "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451",
72
- "lodash.once@^4.0.0": "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac",
66
+ "lodash@^4.17.21": "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c",
73
67
  "lru-cache@^6.0.0": "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94",
74
68
  "ms@^2.1.1": "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2",
75
69
  "node-fetch@^2.6.7": "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad",
76
- "octokit@^2.0.10": "https://registry.yarnpkg.com/octokit/-/octokit-2.0.10.tgz#e3b991b34fba733ced82b4ddb2444aeeb7da0d2a",
70
+ "octokit@^2.0.11": "https://registry.yarnpkg.com/octokit/-/octokit-2.0.11.tgz#4abc5ba0c790964ec097695abb03187345fdd869",
77
71
  "once@^1.4.0": "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1",
78
72
  "remove-markdown@^0.2.2": "https://registry.yarnpkg.com/remove-markdown/-/remove-markdown-0.2.2.tgz#66b0ceeba9fb77ca9636bb1b0307ce21a32a12a6",
79
73
  "safe-buffer@^5.0.1": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6",
80
- "semver@^5.6.0": "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7",
74
+ "semver@^7.3.8": "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798",
81
75
  "tr46@~0.0.3": "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a",
82
76
  "typescript@~4.9.4": "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78",
83
- "universal-github-app-jwt@^1.0.1": "https://registry.yarnpkg.com/universal-github-app-jwt/-/universal-github-app-jwt-1.1.0.tgz#0abaa876101cdf1d3e4c546be2768841c0c1b514",
77
+ "universal-github-app-jwt@^1.1.1": "https://registry.yarnpkg.com/universal-github-app-jwt/-/universal-github-app-jwt-1.1.1.tgz#d57cee49020662a95ca750a057e758a1a7190e6e",
84
78
  "universal-user-agent@^6.0.0": "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.0.tgz#3381f8503b251c0d9cd21bc1de939ec9df5480ee",
85
79
  "webidl-conversions@^3.0.0": "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871",
86
80
  "whatwg-url@^5.0.0": "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d",
@@ -9,7 +9,7 @@ var authUnauthenticated = require('@octokit/auth-unauthenticated');
9
9
  var webhooks$1 = require('@octokit/webhooks');
10
10
  var pluginPaginateRest = require('@octokit/plugin-paginate-rest');
11
11
 
12
- const VERSION = "13.1.0";
12
+ const VERSION = "13.1.1";
13
13
 
14
14
  function webhooks(appOctokit, options
15
15
  // Explict return type for better debugability and performance,
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../dist-src/version.js","../dist-src/webhooks.js","../dist-src/get-installation-octokit.js","../dist-src/each-installation.js","../dist-src/each-repository.js","../dist-src/middleware/node/on-unhandled-request-default.js","../dist-src/middleware/node/index.js","../dist-src/index.js"],"sourcesContent":["export const VERSION = \"13.1.0\";\n","import { createAppAuth } from \"@octokit/auth-app\";\nimport { createUnauthenticatedAuth } from \"@octokit/auth-unauthenticated\";\nimport { Webhooks } from \"@octokit/webhooks\";\nexport function webhooks(appOctokit, options\n// Explict return type for better debugability and performance,\n// see https://github.com/octokit/app.js/pull/201\n) {\n return new Webhooks({\n secret: options.secret,\n transform: async (event) => {\n if (!(\"installation\" in event.payload) ||\n typeof event.payload.installation !== \"object\") {\n const octokit = new appOctokit.constructor({\n authStrategy: createUnauthenticatedAuth,\n auth: {\n reason: `\"installation\" key missing in webhook event payload`,\n },\n });\n return {\n ...event,\n octokit,\n };\n }\n const installationId = event.payload.installation.id;\n const octokit = (await appOctokit.auth({\n type: \"installation\",\n installationId,\n factory(auth) {\n return new auth.octokit.constructor({\n ...auth.octokitOptions,\n authStrategy: createAppAuth,\n ...{\n auth: {\n ...auth,\n installationId,\n },\n },\n });\n },\n }));\n // set `x-github-delivery` header on all requests sent in response to the current\n // event. This allows GitHub Support to correlate the request with the event.\n // This is not documented and not considered public API, the header may change.\n // Once we document this as best practice on https://docs.github.com/en/rest/guides/best-practices-for-integrators\n // we will make it official\n /* istanbul ignore next */\n octokit.hook.before(\"request\", (options) => {\n options.headers[\"x-github-delivery\"] = event.id;\n });\n return {\n ...event,\n octokit,\n };\n },\n });\n}\n","import { createAppAuth } from \"@octokit/auth-app\";\nexport async function getInstallationOctokit(app, installationId) {\n return app.octokit.auth({\n type: \"installation\",\n installationId: installationId,\n factory(auth) {\n const options = {\n ...auth.octokitOptions,\n authStrategy: createAppAuth,\n ...{ auth: { ...auth, installationId: installationId } },\n };\n return new auth.octokit.constructor(options);\n },\n });\n}\n","import { composePaginateRest } from \"@octokit/plugin-paginate-rest\";\nimport { getInstallationOctokit } from \"./get-installation-octokit\";\nexport function eachInstallationFactory(app) {\n return Object.assign(eachInstallation.bind(null, app), {\n iterator: eachInstallationIterator.bind(null, app),\n });\n}\nexport async function eachInstallation(app, callback) {\n const i = eachInstallationIterator(app)[Symbol.asyncIterator]();\n let result = await i.next();\n while (!result.done) {\n await callback(result.value);\n result = await i.next();\n }\n}\nexport function eachInstallationIterator(app) {\n return {\n async *[Symbol.asyncIterator]() {\n const iterator = composePaginateRest.iterator(app.octokit, \"GET /app/installations\");\n for await (const { data: installations } of iterator) {\n for (const installation of installations) {\n const installationOctokit = await getInstallationOctokit(app, installation.id);\n yield { octokit: installationOctokit, installation };\n }\n }\n },\n };\n}\n","import { composePaginateRest } from \"@octokit/plugin-paginate-rest\";\nexport function eachRepositoryFactory(app) {\n return Object.assign(eachRepository.bind(null, app), {\n iterator: eachRepositoryIterator.bind(null, app),\n });\n}\nexport async function eachRepository(app, queryOrCallback, callback) {\n const i = eachRepositoryIterator(app, callback ? queryOrCallback : undefined)[Symbol.asyncIterator]();\n let result = await i.next();\n while (!result.done) {\n if (callback) {\n await callback(result.value);\n }\n else {\n await queryOrCallback(result.value);\n }\n result = await i.next();\n }\n}\nfunction singleInstallationIterator(app, installationId) {\n return {\n async *[Symbol.asyncIterator]() {\n yield {\n octokit: await app.getInstallationOctokit(installationId),\n };\n },\n };\n}\nexport function eachRepositoryIterator(app, query) {\n return {\n async *[Symbol.asyncIterator]() {\n const iterator = query\n ? singleInstallationIterator(app, query.installationId)\n : app.eachInstallation.iterator();\n for await (const { octokit } of iterator) {\n const repositoriesIterator = composePaginateRest.iterator(octokit, \"GET /installation/repositories\");\n for await (const { data: repositories } of repositoriesIterator) {\n for (const repository of repositories) {\n yield { octokit: octokit, repository };\n }\n }\n }\n },\n };\n}\n","export function onUnhandledRequestDefault(request, response) {\n response.writeHead(404, {\n \"content-type\": \"application/json\",\n });\n response.end(JSON.stringify({\n error: `Unknown route: ${request.method} ${request.url}`,\n }));\n}\n","import { createNodeMiddleware as oauthNodeMiddleware } from \"@octokit/oauth-app\";\nimport { createNodeMiddleware as webhooksNodeMiddleware } from \"@octokit/webhooks\";\nimport { onUnhandledRequestDefault } from \"./on-unhandled-request-default\";\nfunction noop() { }\nexport function createNodeMiddleware(app, options = {}) {\n const log = Object.assign({\n debug: noop,\n info: noop,\n warn: console.warn.bind(console),\n error: console.error.bind(console),\n }, options.log);\n const optionsWithDefaults = {\n onUnhandledRequest: onUnhandledRequestDefault,\n pathPrefix: \"/api/github\",\n ...options,\n log,\n };\n const webhooksMiddleware = webhooksNodeMiddleware(app.webhooks, {\n path: optionsWithDefaults.pathPrefix + \"/webhooks\",\n log,\n onUnhandledRequest: optionsWithDefaults.onUnhandledRequest,\n });\n const oauthMiddleware = oauthNodeMiddleware(app.oauth, {\n pathPrefix: optionsWithDefaults.pathPrefix + \"/oauth\",\n onUnhandledRequest: optionsWithDefaults.onUnhandledRequest,\n });\n return middleware.bind(null, optionsWithDefaults, {\n webhooksMiddleware,\n oauthMiddleware,\n });\n}\nexport async function middleware(options, { webhooksMiddleware, oauthMiddleware }, request, response, next) {\n const { pathname } = new URL(request.url, \"http://localhost\");\n if (pathname === `${options.pathPrefix}/webhooks`) {\n return webhooksMiddleware(request, response, next);\n }\n if (pathname.startsWith(`${options.pathPrefix}/oauth/`)) {\n return oauthMiddleware(request, response, next);\n }\n const isExpressMiddleware = typeof next === \"function\";\n if (isExpressMiddleware) {\n // @ts-ignore `next` must be a function as we check two lines above\n return next();\n }\n return options.onUnhandledRequest(request, response);\n}\n","import { Octokit as OctokitCore } from \"@octokit/core\";\nimport { createAppAuth } from \"@octokit/auth-app\";\nimport { OAuthApp } from \"@octokit/oauth-app\";\nimport { VERSION } from \"./version\";\nimport { webhooks } from \"./webhooks\";\nimport { eachInstallationFactory } from \"./each-installation\";\nimport { eachRepositoryFactory } from \"./each-repository\";\nimport { getInstallationOctokit } from \"./get-installation-octokit\";\nexport class App {\n static defaults(defaults) {\n const AppWithDefaults = class extends this {\n constructor(...args) {\n super({\n ...defaults,\n ...args[0],\n });\n }\n };\n return AppWithDefaults;\n }\n constructor(options) {\n const Octokit = (options.Octokit ||\n OctokitCore);\n const authOptions = Object.assign({\n appId: options.appId,\n privateKey: options.privateKey,\n }, options.oauth\n ? {\n clientId: options.oauth.clientId,\n clientSecret: options.oauth.clientSecret,\n }\n : {});\n this.octokit = new Octokit({\n authStrategy: createAppAuth,\n auth: authOptions,\n log: options.log,\n });\n this.log = Object.assign({\n debug: () => { },\n info: () => { },\n warn: console.warn.bind(console),\n error: console.error.bind(console),\n }, options.log);\n // set app.webhooks depending on whether \"webhooks\" option has been passed\n if (options.webhooks) {\n // @ts-expect-error TODO: figure this out\n this.webhooks = webhooks(this.octokit, options.webhooks);\n }\n else {\n Object.defineProperty(this, \"webhooks\", {\n get() {\n throw new Error(\"[@octokit/app] webhooks option not set\");\n },\n });\n }\n // set app.oauth depending on whether \"oauth\" option has been passed\n if (options.oauth) {\n this.oauth = new OAuthApp({\n ...options.oauth,\n clientType: \"github-app\",\n Octokit,\n });\n }\n else {\n Object.defineProperty(this, \"oauth\", {\n get() {\n throw new Error(\"[@octokit/app] oauth.clientId / oauth.clientSecret options are not set\");\n },\n });\n }\n this.getInstallationOctokit = getInstallationOctokit.bind(null, this);\n this.eachInstallation = eachInstallationFactory(this);\n this.eachRepository = eachRepositoryFactory(this);\n }\n}\nApp.VERSION = VERSION;\nexport { createNodeMiddleware } from \"./middleware/node/index\";\n"],"names":["VERSION","webhooks","appOctokit","options","Webhooks","secret","transform","event","payload","installation","octokit","constructor","authStrategy","createUnauthenticatedAuth","auth","reason","installationId","id","type","factory","octokitOptions","createAppAuth","hook","before","headers","getInstallationOctokit","app","eachInstallationFactory","Object","assign","eachInstallation","bind","iterator","eachInstallationIterator","callback","i","Symbol","asyncIterator","result","next","done","value","composePaginateRest","data","installations","installationOctokit","eachRepositoryFactory","eachRepository","eachRepositoryIterator","queryOrCallback","undefined","singleInstallationIterator","query","repositoriesIterator","repositories","repository","onUnhandledRequestDefault","request","response","writeHead","end","JSON","stringify","error","method","url","noop","createNodeMiddleware","log","debug","info","warn","console","optionsWithDefaults","onUnhandledRequest","pathPrefix","webhooksMiddleware","webhooksNodeMiddleware","path","oauthMiddleware","oauthNodeMiddleware","oauth","middleware","pathname","URL","startsWith","isExpressMiddleware","App","defaults","AppWithDefaults","args","Octokit","OctokitCore","authOptions","appId","privateKey","clientId","clientSecret","defineProperty","get","Error","OAuthApp","clientType"],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sources":["../dist-src/version.js","../dist-src/webhooks.js","../dist-src/get-installation-octokit.js","../dist-src/each-installation.js","../dist-src/each-repository.js","../dist-src/middleware/node/on-unhandled-request-default.js","../dist-src/middleware/node/index.js","../dist-src/index.js"],"sourcesContent":["export const VERSION = \"13.1.1\";\n","import { createAppAuth } from \"@octokit/auth-app\";\nimport { createUnauthenticatedAuth } from \"@octokit/auth-unauthenticated\";\nimport { Webhooks } from \"@octokit/webhooks\";\nexport function webhooks(appOctokit, options\n// Explict return type for better debugability and performance,\n// see https://github.com/octokit/app.js/pull/201\n) {\n return new Webhooks({\n secret: options.secret,\n transform: async (event) => {\n if (!(\"installation\" in event.payload) ||\n typeof event.payload.installation !== \"object\") {\n const octokit = new appOctokit.constructor({\n authStrategy: createUnauthenticatedAuth,\n auth: {\n reason: `\"installation\" key missing in webhook event payload`,\n },\n });\n return {\n ...event,\n octokit,\n };\n }\n const installationId = event.payload.installation.id;\n const octokit = (await appOctokit.auth({\n type: \"installation\",\n installationId,\n factory(auth) {\n return new auth.octokit.constructor({\n ...auth.octokitOptions,\n authStrategy: createAppAuth,\n ...{\n auth: {\n ...auth,\n installationId,\n },\n },\n });\n },\n }));\n // set `x-github-delivery` header on all requests sent in response to the current\n // event. This allows GitHub Support to correlate the request with the event.\n // This is not documented and not considered public API, the header may change.\n // Once we document this as best practice on https://docs.github.com/en/rest/guides/best-practices-for-integrators\n // we will make it official\n /* istanbul ignore next */\n octokit.hook.before(\"request\", (options) => {\n options.headers[\"x-github-delivery\"] = event.id;\n });\n return {\n ...event,\n octokit,\n };\n },\n });\n}\n","import { createAppAuth } from \"@octokit/auth-app\";\nexport async function getInstallationOctokit(app, installationId) {\n return app.octokit.auth({\n type: \"installation\",\n installationId: installationId,\n factory(auth) {\n const options = {\n ...auth.octokitOptions,\n authStrategy: createAppAuth,\n ...{ auth: { ...auth, installationId: installationId } },\n };\n return new auth.octokit.constructor(options);\n },\n });\n}\n","import { composePaginateRest } from \"@octokit/plugin-paginate-rest\";\nimport { getInstallationOctokit } from \"./get-installation-octokit\";\nexport function eachInstallationFactory(app) {\n return Object.assign(eachInstallation.bind(null, app), {\n iterator: eachInstallationIterator.bind(null, app),\n });\n}\nexport async function eachInstallation(app, callback) {\n const i = eachInstallationIterator(app)[Symbol.asyncIterator]();\n let result = await i.next();\n while (!result.done) {\n await callback(result.value);\n result = await i.next();\n }\n}\nexport function eachInstallationIterator(app) {\n return {\n async *[Symbol.asyncIterator]() {\n const iterator = composePaginateRest.iterator(app.octokit, \"GET /app/installations\");\n for await (const { data: installations } of iterator) {\n for (const installation of installations) {\n const installationOctokit = await getInstallationOctokit(app, installation.id);\n yield { octokit: installationOctokit, installation };\n }\n }\n },\n };\n}\n","import { composePaginateRest } from \"@octokit/plugin-paginate-rest\";\nexport function eachRepositoryFactory(app) {\n return Object.assign(eachRepository.bind(null, app), {\n iterator: eachRepositoryIterator.bind(null, app),\n });\n}\nexport async function eachRepository(app, queryOrCallback, callback) {\n const i = eachRepositoryIterator(app, callback ? queryOrCallback : undefined)[Symbol.asyncIterator]();\n let result = await i.next();\n while (!result.done) {\n if (callback) {\n await callback(result.value);\n }\n else {\n await queryOrCallback(result.value);\n }\n result = await i.next();\n }\n}\nfunction singleInstallationIterator(app, installationId) {\n return {\n async *[Symbol.asyncIterator]() {\n yield {\n octokit: await app.getInstallationOctokit(installationId),\n };\n },\n };\n}\nexport function eachRepositoryIterator(app, query) {\n return {\n async *[Symbol.asyncIterator]() {\n const iterator = query\n ? singleInstallationIterator(app, query.installationId)\n : app.eachInstallation.iterator();\n for await (const { octokit } of iterator) {\n const repositoriesIterator = composePaginateRest.iterator(octokit, \"GET /installation/repositories\");\n for await (const { data: repositories } of repositoriesIterator) {\n for (const repository of repositories) {\n yield { octokit: octokit, repository };\n }\n }\n }\n },\n };\n}\n","export function onUnhandledRequestDefault(request, response) {\n response.writeHead(404, {\n \"content-type\": \"application/json\",\n });\n response.end(JSON.stringify({\n error: `Unknown route: ${request.method} ${request.url}`,\n }));\n}\n","import { createNodeMiddleware as oauthNodeMiddleware } from \"@octokit/oauth-app\";\nimport { createNodeMiddleware as webhooksNodeMiddleware } from \"@octokit/webhooks\";\nimport { onUnhandledRequestDefault } from \"./on-unhandled-request-default\";\nfunction noop() { }\nexport function createNodeMiddleware(app, options = {}) {\n const log = Object.assign({\n debug: noop,\n info: noop,\n warn: console.warn.bind(console),\n error: console.error.bind(console),\n }, options.log);\n const optionsWithDefaults = {\n onUnhandledRequest: onUnhandledRequestDefault,\n pathPrefix: \"/api/github\",\n ...options,\n log,\n };\n const webhooksMiddleware = webhooksNodeMiddleware(app.webhooks, {\n path: optionsWithDefaults.pathPrefix + \"/webhooks\",\n log,\n onUnhandledRequest: optionsWithDefaults.onUnhandledRequest,\n });\n const oauthMiddleware = oauthNodeMiddleware(app.oauth, {\n pathPrefix: optionsWithDefaults.pathPrefix + \"/oauth\",\n onUnhandledRequest: optionsWithDefaults.onUnhandledRequest,\n });\n return middleware.bind(null, optionsWithDefaults, {\n webhooksMiddleware,\n oauthMiddleware,\n });\n}\nexport async function middleware(options, { webhooksMiddleware, oauthMiddleware }, request, response, next) {\n const { pathname } = new URL(request.url, \"http://localhost\");\n if (pathname === `${options.pathPrefix}/webhooks`) {\n return webhooksMiddleware(request, response, next);\n }\n if (pathname.startsWith(`${options.pathPrefix}/oauth/`)) {\n return oauthMiddleware(request, response, next);\n }\n const isExpressMiddleware = typeof next === \"function\";\n if (isExpressMiddleware) {\n // @ts-ignore `next` must be a function as we check two lines above\n return next();\n }\n return options.onUnhandledRequest(request, response);\n}\n","import { Octokit as OctokitCore } from \"@octokit/core\";\nimport { createAppAuth } from \"@octokit/auth-app\";\nimport { OAuthApp } from \"@octokit/oauth-app\";\nimport { VERSION } from \"./version\";\nimport { webhooks } from \"./webhooks\";\nimport { eachInstallationFactory } from \"./each-installation\";\nimport { eachRepositoryFactory } from \"./each-repository\";\nimport { getInstallationOctokit } from \"./get-installation-octokit\";\nexport class App {\n static defaults(defaults) {\n const AppWithDefaults = class extends this {\n constructor(...args) {\n super({\n ...defaults,\n ...args[0],\n });\n }\n };\n return AppWithDefaults;\n }\n constructor(options) {\n const Octokit = (options.Octokit ||\n OctokitCore);\n const authOptions = Object.assign({\n appId: options.appId,\n privateKey: options.privateKey,\n }, options.oauth\n ? {\n clientId: options.oauth.clientId,\n clientSecret: options.oauth.clientSecret,\n }\n : {});\n this.octokit = new Octokit({\n authStrategy: createAppAuth,\n auth: authOptions,\n log: options.log,\n });\n this.log = Object.assign({\n debug: () => { },\n info: () => { },\n warn: console.warn.bind(console),\n error: console.error.bind(console),\n }, options.log);\n // set app.webhooks depending on whether \"webhooks\" option has been passed\n if (options.webhooks) {\n // @ts-expect-error TODO: figure this out\n this.webhooks = webhooks(this.octokit, options.webhooks);\n }\n else {\n Object.defineProperty(this, \"webhooks\", {\n get() {\n throw new Error(\"[@octokit/app] webhooks option not set\");\n },\n });\n }\n // set app.oauth depending on whether \"oauth\" option has been passed\n if (options.oauth) {\n this.oauth = new OAuthApp({\n ...options.oauth,\n clientType: \"github-app\",\n Octokit,\n });\n }\n else {\n Object.defineProperty(this, \"oauth\", {\n get() {\n throw new Error(\"[@octokit/app] oauth.clientId / oauth.clientSecret options are not set\");\n },\n });\n }\n this.getInstallationOctokit = getInstallationOctokit.bind(null, this);\n this.eachInstallation = eachInstallationFactory(this);\n this.eachRepository = eachRepositoryFactory(this);\n }\n}\nApp.VERSION = VERSION;\nexport { createNodeMiddleware } from \"./middleware/node/index\";\n"],"names":["VERSION","webhooks","appOctokit","options","Webhooks","secret","transform","event","payload","installation","octokit","constructor","authStrategy","createUnauthenticatedAuth","auth","reason","installationId","id","type","factory","octokitOptions","createAppAuth","hook","before","headers","getInstallationOctokit","app","eachInstallationFactory","Object","assign","eachInstallation","bind","iterator","eachInstallationIterator","callback","i","Symbol","asyncIterator","result","next","done","value","composePaginateRest","data","installations","installationOctokit","eachRepositoryFactory","eachRepository","eachRepositoryIterator","queryOrCallback","undefined","singleInstallationIterator","query","repositoriesIterator","repositories","repository","onUnhandledRequestDefault","request","response","writeHead","end","JSON","stringify","error","method","url","noop","createNodeMiddleware","log","debug","info","warn","console","optionsWithDefaults","onUnhandledRequest","pathPrefix","webhooksMiddleware","webhooksNodeMiddleware","path","oauthMiddleware","oauthNodeMiddleware","oauth","middleware","pathname","URL","startsWith","isExpressMiddleware","App","defaults","AppWithDefaults","args","Octokit","OctokitCore","authOptions","appId","privateKey","clientId","clientSecret","defineProperty","get","Error","OAuthApp","clientType"],"mappings":";;;;;;;;;;;AAAO,MAAMA,OAAO,GAAG,mBAAmB;;ACGnC,SAASC,QAAQ,CAACC,UAAU,EAAEC;AACrC;AACA;AAAA,EACE;EACE,OAAO,IAAIC,mBAAQ,CAAC;IAChBC,MAAM,EAAEF,OAAO,CAACE,MAAM;IACtBC,SAAS,EAAE,MAAOC,KAAK,IAAK;MACxB,IAAI,EAAE,cAAc,IAAIA,KAAK,CAACC,OAAO,CAAC,IAClC,OAAOD,KAAK,CAACC,OAAO,CAACC,YAAY,KAAK,QAAQ,EAAE;QAChD,MAAMC,OAAO,GAAG,IAAIR,UAAU,CAACS,WAAW,CAAC;UACvCC,YAAY,EAAEC,6CAAyB;UACvCC,IAAI,EAAE;YACFC,MAAM,EAAG;;SAEhB,CAAC;QACF,OAAO;UACH,GAAGR,KAAK;UACRG;SACH;;MAEL,MAAMM,cAAc,GAAGT,KAAK,CAACC,OAAO,CAACC,YAAY,CAACQ,EAAE;MACpD,MAAMP,OAAO,GAAI,MAAMR,UAAU,CAACY,IAAI,CAAC;QACnCI,IAAI,EAAE,cAAc;QACpBF,cAAc;QACdG,OAAO,CAACL,IAAI,EAAE;UACV,OAAO,IAAIA,IAAI,CAACJ,OAAO,CAACC,WAAW,CAAC;YAChC,GAAGG,IAAI,CAACM,cAAc;YACtBR,YAAY,EAAES,qBAAa;YAC3B,GAAG;cACCP,IAAI,EAAE;gBACF,GAAGA,IAAI;gBACPE;;;WAGX,CAAC;;OAET,CAAE;;;;;;;MAOHN,OAAO,CAACY,IAAI,CAACC,MAAM,CAAC,SAAS,EAAGpB,OAAO,IAAK;QACxCA,OAAO,CAACqB,OAAO,CAAC,mBAAmB,CAAC,GAAGjB,KAAK,CAACU,EAAE;OAClD,CAAC;MACF,OAAO;QACH,GAAGV,KAAK;QACRG;OACH;;GAER,CAAC;AACN;;ACtDO,eAAee,sBAAsB,CAACC,GAAG,EAAEV,cAAc,EAAE;EAC9D,OAAOU,GAAG,CAAChB,OAAO,CAACI,IAAI,CAAC;IACpBI,IAAI,EAAE,cAAc;IACpBF,cAAc,EAAEA,cAAc;IAC9BG,OAAO,CAACL,IAAI,EAAE;MACV,MAAMX,OAAO,GAAG;QACZ,GAAGW,IAAI,CAACM,cAAc;QACtBR,YAAY,EAAES,qBAAa;QAC3B,GAAG;UAAEP,IAAI,EAAE;YAAE,GAAGA,IAAI;YAAEE,cAAc,EAAEA;;;OACzC;MACD,OAAO,IAAIF,IAAI,CAACJ,OAAO,CAACC,WAAW,CAACR,OAAO,CAAC;;GAEnD,CAAC;AACN;;ACZO,SAASwB,uBAAuB,CAACD,GAAG,EAAE;EACzC,OAAOE,MAAM,CAACC,MAAM,CAACC,gBAAgB,CAACC,IAAI,CAAC,IAAI,EAAEL,GAAG,CAAC,EAAE;IACnDM,QAAQ,EAAEC,wBAAwB,CAACF,IAAI,CAAC,IAAI,EAAEL,GAAG;GACpD,CAAC;AACN;AACA,AAAO,eAAeI,gBAAgB,CAACJ,GAAG,EAAEQ,QAAQ,EAAE;EAClD,MAAMC,CAAC,GAAGF,wBAAwB,CAACP,GAAG,CAAC,CAACU,MAAM,CAACC,aAAa,CAAC,EAAE;EAC/D,IAAIC,MAAM,GAAG,MAAMH,CAAC,CAACI,IAAI,EAAE;EAC3B,OAAO,CAACD,MAAM,CAACE,IAAI,EAAE;IACjB,MAAMN,QAAQ,CAACI,MAAM,CAACG,KAAK,CAAC;IAC5BH,MAAM,GAAG,MAAMH,CAAC,CAACI,IAAI,EAAE;;AAE/B;AACA,AAAO,SAASN,wBAAwB,CAACP,GAAG,EAAE;EAC1C,OAAO;IACH,QAAQU,MAAM,CAACC,aAAa,IAAI;MAC5B,MAAML,QAAQ,GAAGU,sCAAmB,CAACV,QAAQ,CAACN,GAAG,CAAChB,OAAO,EAAE,wBAAwB,CAAC;MACpF,WAAW,MAAM;QAAEiC,IAAI,EAAEC;OAAe,IAAIZ,QAAQ,EAAE;QAClD,KAAK,MAAMvB,YAAY,IAAImC,aAAa,EAAE;UACtC,MAAMC,mBAAmB,GAAG,MAAMpB,sBAAsB,CAACC,GAAG,EAAEjB,YAAY,CAACQ,EAAE,CAAC;UAC9E,MAAM;YAAEP,OAAO,EAAEmC,mBAAmB;YAAEpC;WAAc;;;;GAInE;AACL;;AC1BO,SAASqC,qBAAqB,CAACpB,GAAG,EAAE;EACvC,OAAOE,MAAM,CAACC,MAAM,CAACkB,cAAc,CAAChB,IAAI,CAAC,IAAI,EAAEL,GAAG,CAAC,EAAE;IACjDM,QAAQ,EAAEgB,sBAAsB,CAACjB,IAAI,CAAC,IAAI,EAAEL,GAAG;GAClD,CAAC;AACN;AACA,AAAO,eAAeqB,cAAc,CAACrB,GAAG,EAAEuB,eAAe,EAAEf,QAAQ,EAAE;EACjE,MAAMC,CAAC,GAAGa,sBAAsB,CAACtB,GAAG,EAAEQ,QAAQ,GAAGe,eAAe,GAAGC,SAAS,CAAC,CAACd,MAAM,CAACC,aAAa,CAAC,EAAE;EACrG,IAAIC,MAAM,GAAG,MAAMH,CAAC,CAACI,IAAI,EAAE;EAC3B,OAAO,CAACD,MAAM,CAACE,IAAI,EAAE;IACjB,IAAIN,QAAQ,EAAE;MACV,MAAMA,QAAQ,CAACI,MAAM,CAACG,KAAK,CAAC;KAC/B,MACI;MACD,MAAMQ,eAAe,CAACX,MAAM,CAACG,KAAK,CAAC;;IAEvCH,MAAM,GAAG,MAAMH,CAAC,CAACI,IAAI,EAAE;;AAE/B;AACA,SAASY,0BAA0B,CAACzB,GAAG,EAAEV,cAAc,EAAE;EACrD,OAAO;IACH,QAAQoB,MAAM,CAACC,aAAa,IAAI;MAC5B,MAAM;QACF3B,OAAO,EAAE,MAAMgB,GAAG,CAACD,sBAAsB,CAACT,cAAc;OAC3D;;GAER;AACL;AACA,AAAO,SAASgC,sBAAsB,CAACtB,GAAG,EAAE0B,KAAK,EAAE;EAC/C,OAAO;IACH,QAAQhB,MAAM,CAACC,aAAa,IAAI;MAC5B,MAAML,QAAQ,GAAGoB,KAAK,GAChBD,0BAA0B,CAACzB,GAAG,EAAE0B,KAAK,CAACpC,cAAc,CAAC,GACrDU,GAAG,CAACI,gBAAgB,CAACE,QAAQ,EAAE;MACrC,WAAW,MAAM;QAAEtB;OAAS,IAAIsB,QAAQ,EAAE;QACtC,MAAMqB,oBAAoB,GAAGX,sCAAmB,CAACV,QAAQ,CAACtB,OAAO,EAAE,gCAAgC,CAAC;QACpG,WAAW,MAAM;UAAEiC,IAAI,EAAEW;SAAc,IAAID,oBAAoB,EAAE;UAC7D,KAAK,MAAME,UAAU,IAAID,YAAY,EAAE;YACnC,MAAM;cAAE5C,OAAO,EAAEA,OAAO;cAAE6C;aAAY;;;;;GAKzD;AACL;;AC5CO,SAASC,yBAAyB,CAACC,OAAO,EAAEC,QAAQ,EAAE;EACzDA,QAAQ,CAACC,SAAS,CAAC,GAAG,EAAE;IACpB,cAAc,EAAE;GACnB,CAAC;EACFD,QAAQ,CAACE,GAAG,CAACC,IAAI,CAACC,SAAS,CAAC;IACxBC,KAAK,EAAG,kBAAiBN,OAAO,CAACO,MAAO,IAAGP,OAAO,CAACQ,GAAI;GAC1D,CAAC,CAAC;AACP;;ACJA,SAASC,IAAI,GAAG;AAChB,AAAO,SAASC,oBAAoB,CAACzC,GAAG,EAAEvB,OAAO,GAAG,EAAE,EAAE;EACpD,MAAMiE,GAAG,GAAGxC,MAAM,CAACC,MAAM,CAAC;IACtBwC,KAAK,EAAEH,IAAI;IACXI,IAAI,EAAEJ,IAAI;IACVK,IAAI,EAAEC,OAAO,CAACD,IAAI,CAACxC,IAAI,CAACyC,OAAO,CAAC;IAChCT,KAAK,EAAES,OAAO,CAACT,KAAK,CAAChC,IAAI,CAACyC,OAAO;GACpC,EAAErE,OAAO,CAACiE,GAAG,CAAC;EACf,MAAMK,mBAAmB,GAAG;IACxBC,kBAAkB,EAAElB,yBAAyB;IAC7CmB,UAAU,EAAE,aAAa;IACzB,GAAGxE,OAAO;IACViE;GACH;EACD,MAAMQ,kBAAkB,GAAGC,+BAAsB,CAACnD,GAAG,CAACzB,QAAQ,EAAE;IAC5D6E,IAAI,EAAEL,mBAAmB,CAACE,UAAU,GAAG,WAAW;IAClDP,GAAG;IACHM,kBAAkB,EAAED,mBAAmB,CAACC;GAC3C,CAAC;EACF,MAAMK,eAAe,GAAGC,6BAAmB,CAACtD,GAAG,CAACuD,KAAK,EAAE;IACnDN,UAAU,EAAEF,mBAAmB,CAACE,UAAU,GAAG,QAAQ;IACrDD,kBAAkB,EAAED,mBAAmB,CAACC;GAC3C,CAAC;EACF,OAAOQ,UAAU,CAACnD,IAAI,CAAC,IAAI,EAAE0C,mBAAmB,EAAE;IAC9CG,kBAAkB;IAClBG;GACH,CAAC;AACN;AACA,AAAO,eAAeG,UAAU,CAAC/E,OAAO,EAAE;EAAEyE,kBAAkB;EAAEG;AAAgB,CAAC,EAAEtB,OAAO,EAAEC,QAAQ,EAAEnB,IAAI,EAAE;EACxG,MAAM;IAAE4C;GAAU,GAAG,IAAIC,GAAG,CAAC3B,OAAO,CAACQ,GAAG,EAAE,kBAAkB,CAAC;EAC7D,IAAIkB,QAAQ,KAAM,GAAEhF,OAAO,CAACwE,UAAW,WAAU,EAAE;IAC/C,OAAOC,kBAAkB,CAACnB,OAAO,EAAEC,QAAQ,EAAEnB,IAAI,CAAC;;EAEtD,IAAI4C,QAAQ,CAACE,UAAU,CAAE,GAAElF,OAAO,CAACwE,UAAW,SAAQ,CAAC,EAAE;IACrD,OAAOI,eAAe,CAACtB,OAAO,EAAEC,QAAQ,EAAEnB,IAAI,CAAC;;EAEnD,MAAM+C,mBAAmB,GAAG,OAAO/C,IAAI,KAAK,UAAU;EACtD,IAAI+C,mBAAmB,EAAE;;IAErB,OAAO/C,IAAI,EAAE;;EAEjB,OAAOpC,OAAO,CAACuE,kBAAkB,CAACjB,OAAO,EAAEC,QAAQ,CAAC;AACxD;;ACrCO,MAAM6B,GAAG,CAAC;EACb,OAAOC,QAAQ,CAACA,QAAQ,EAAE;IACtB,MAAMC,eAAe,GAAG,cAAc,IAAI,CAAC;MACvC9E,WAAW,CAAC,GAAG+E,IAAI,EAAE;QACjB,KAAK,CAAC;UACF,GAAGF,QAAQ;UACX,GAAGE,IAAI,CAAC,CAAC;SACZ,CAAC;;KAET;IACD,OAAOD,eAAe;;EAE1B9E,WAAW,CAACR,OAAO,EAAE;IACjB,MAAMwF,OAAO,GAAIxF,OAAO,CAACwF,OAAO,IAC5BC,YAAY;IAChB,MAAMC,WAAW,GAAGjE,MAAM,CAACC,MAAM,CAAC;MAC9BiE,KAAK,EAAE3F,OAAO,CAAC2F,KAAK;MACpBC,UAAU,EAAE5F,OAAO,CAAC4F;KACvB,EAAE5F,OAAO,CAAC8E,KAAK,GACV;MACEe,QAAQ,EAAE7F,OAAO,CAAC8E,KAAK,CAACe,QAAQ;MAChCC,YAAY,EAAE9F,OAAO,CAAC8E,KAAK,CAACgB;KAC/B,GACC,EAAE,CAAC;IACT,IAAI,CAACvF,OAAO,GAAG,IAAIiF,OAAO,CAAC;MACvB/E,YAAY,EAAES,qBAAa;MAC3BP,IAAI,EAAE+E,WAAW;MACjBzB,GAAG,EAAEjE,OAAO,CAACiE;KAChB,CAAC;IACF,IAAI,CAACA,GAAG,GAAGxC,MAAM,CAACC,MAAM,CAAC;MACrBwC,KAAK,EAAE,MAAM,EAAG;MAChBC,IAAI,EAAE,MAAM,EAAG;MACfC,IAAI,EAAEC,OAAO,CAACD,IAAI,CAACxC,IAAI,CAACyC,OAAO,CAAC;MAChCT,KAAK,EAAES,OAAO,CAACT,KAAK,CAAChC,IAAI,CAACyC,OAAO;KACpC,EAAErE,OAAO,CAACiE,GAAG,CAAC;;IAEf,IAAIjE,OAAO,CAACF,QAAQ,EAAE;;MAElB,IAAI,CAACA,QAAQ,GAAGA,QAAQ,CAAC,IAAI,CAACS,OAAO,EAAEP,OAAO,CAACF,QAAQ,CAAC;KAC3D,MACI;MACD2B,MAAM,CAACsE,cAAc,CAAC,IAAI,EAAE,UAAU,EAAE;QACpCC,GAAG,GAAG;UACF,MAAM,IAAIC,KAAK,CAAC,wCAAwC,CAAC;;OAEhE,CAAC;;;IAGN,IAAIjG,OAAO,CAAC8E,KAAK,EAAE;MACf,IAAI,CAACA,KAAK,GAAG,IAAIoB,iBAAQ,CAAC;QACtB,GAAGlG,OAAO,CAAC8E,KAAK;QAChBqB,UAAU,EAAE,YAAY;QACxBX;OACH,CAAC;KACL,MACI;MACD/D,MAAM,CAACsE,cAAc,CAAC,IAAI,EAAE,OAAO,EAAE;QACjCC,GAAG,GAAG;UACF,MAAM,IAAIC,KAAK,CAAC,wEAAwE,CAAC;;OAEhG,CAAC;;IAEN,IAAI,CAAC3E,sBAAsB,GAAGA,sBAAsB,CAACM,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC;IACrE,IAAI,CAACD,gBAAgB,GAAGH,uBAAuB,CAAC,IAAI,CAAC;IACrD,IAAI,CAACoB,cAAc,GAAGD,qBAAqB,CAAC,IAAI,CAAC;;AAEzD;AACAyC,GAAG,CAACvF,OAAO,GAAGA,OAAO;;;;;"}
@@ -1 +1 @@
1
- export const VERSION = "13.1.0";
1
+ export const VERSION = "13.1.1";
@@ -1 +1 @@
1
- export declare const VERSION = "13.1.0";
1
+ export declare const VERSION = "13.1.1";
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@octokit/app",
3
3
  "description": "GitHub Apps toolset for Node.js",
4
- "version": "13.1.0",
4
+ "version": "13.1.1",
5
5
  "license": "MIT",
6
6
  "files": [
7
7
  "dist-*/",
@@ -14,7 +14,7 @@
14
14
  "sideEffects": false,
15
15
  "repository": "github:octokit/app.js",
16
16
  "dependencies": {
17
- "@octokit/auth-app": "^4.0.0",
17
+ "@octokit/auth-app": "^4.0.8",
18
18
  "@octokit/auth-unauthenticated": "^3.0.0",
19
19
  "@octokit/core": "^4.0.0",
20
20
  "@octokit/oauth-app": "^4.0.7",
@@ -34,7 +34,7 @@
34
34
  "jest": "^29.0.0",
35
35
  "mockdate": "^3.0.2",
36
36
  "node-fetch": "^2.6.7",
37
- "prettier": "2.8.0",
37
+ "prettier": "2.8.1",
38
38
  "semantic-release-plugin-update-version-in-files": "^1.0.0",
39
39
  "ts-jest": "^29.0.0",
40
40
  "typescript": "^4.0.5"
@@ -50,11 +50,9 @@ function getCache() {
50
50
  async function get(cache, options) {
51
51
  const cacheKey = optionsToCacheKey(options);
52
52
  const result = await cache.get(cacheKey);
53
-
54
53
  if (!result) {
55
54
  return;
56
55
  }
57
-
58
56
  const [token, createdAt, expiresAt, repositorySelection, permissionsString, singleFileName] = result.split("|");
59
57
  const permissions = options.permissions || permissionsString.split(/,/).reduce((permissions, string) => {
60
58
  if (/!$/.test(string)) {
@@ -62,7 +60,6 @@ async function get(cache, options) {
62
60
  } else {
63
61
  permissions[string] = "read";
64
62
  }
65
-
66
63
  return permissions;
67
64
  }, {});
68
65
  return {
@@ -82,7 +79,6 @@ async function set(cache, options, data) {
82
79
  const value = [data.token, data.createdAt, data.expiresAt, data.repositorySelection, permissionsString, data.singleFileName].join("|");
83
80
  await cache.set(key, value);
84
81
  }
85
-
86
82
  function optionsToCacheKey({
87
83
  installationId,
88
84
  permissions = {},
@@ -126,31 +122,27 @@ function toTokenAuthentication({
126
122
 
127
123
  async function getInstallationAuthentication(state, options, customRequest) {
128
124
  const installationId = Number(options.installationId || state.installationId);
129
-
130
125
  if (!installationId) {
131
126
  throw new Error("[@octokit/auth-app] installationId option is required for installation authentication.");
132
127
  }
133
-
134
128
  if (options.factory) {
135
129
  const {
136
130
  type,
137
131
  factory,
138
132
  oauthApp,
139
133
  ...factoryAuthOptions
140
- } = { ...state,
134
+ } = {
135
+ ...state,
141
136
  ...options
142
- }; // @ts-expect-error if `options.factory` is set, the return type for `auth()` should be `Promise<ReturnType<options.factory>>`
143
-
137
+ };
138
+ // @ts-expect-error if `options.factory` is set, the return type for `auth()` should be `Promise<ReturnType<options.factory>>`
144
139
  return factory(factoryAuthOptions);
145
140
  }
146
-
147
141
  const optionsWithInstallationTokenFromState = Object.assign({
148
142
  installationId
149
143
  }, options);
150
-
151
144
  if (!options.refresh) {
152
145
  const result = await get(state.cache, optionsWithInstallationTokenFromState);
153
-
154
146
  if (result) {
155
147
  const {
156
148
  token,
@@ -175,7 +167,6 @@ async function getInstallationAuthentication(state, options, customRequest) {
175
167
  });
176
168
  }
177
169
  }
178
-
179
170
  const appAuthentication = await getAppAuthentication(state);
180
171
  const request = customRequest || state.request;
181
172
  const {
@@ -200,10 +191,8 @@ async function getInstallationAuthentication(state, options, customRequest) {
200
191
  }
201
192
  });
202
193
  /* istanbul ignore next - permissions are optional per OpenAPI spec, but we think that is incorrect */
203
-
204
194
  const permissions = permissionsOptional || {};
205
195
  /* istanbul ignore next - repositorySelection are optional per OpenAPI spec, but we think that is incorrect */
206
-
207
196
  const repositorySelection = repositorySelectionOptional || "all";
208
197
  const repositoryIds = repositories ? repositories.map(r => r.id) : void 0;
209
198
  const repositoryNames = repositories ? repositories.map(repo => repo.name) : void 0;
@@ -236,85 +225,74 @@ async function auth(state, authOptions) {
236
225
  case "app":
237
226
  return getAppAuthentication(state);
238
227
  // @ts-expect-error "oauth" is not supperted in types
239
-
240
228
  case "oauth":
241
- state.log.warn( // @ts-expect-error `log.warn()` expects string
229
+ state.log.warn(
230
+ // @ts-expect-error `log.warn()` expects string
242
231
  new deprecation.Deprecation(`[@octokit/auth-app] {type: "oauth"} is deprecated. Use {type: "oauth-app"} instead`));
243
-
244
232
  case "oauth-app":
245
233
  return state.oauthApp({
246
234
  type: "oauth-app"
247
235
  });
248
-
249
236
  case "installation":
250
- return getInstallationAuthentication(state, { ...authOptions,
237
+ return getInstallationAuthentication(state, {
238
+ ...authOptions,
251
239
  type: "installation"
252
240
  });
253
-
254
241
  case "oauth-user":
255
242
  // @ts-expect-error TODO: infer correct auth options type based on type. authOptions should be typed as "WebFlowAuthOptions | OAuthAppDeviceFlowAuthOptions | GitHubAppDeviceFlowAuthOptions"
256
243
  return state.oauthApp(authOptions);
257
-
258
244
  default:
259
245
  // @ts-expect-error type is "never" at this point
260
246
  throw new Error(`Invalid auth type: ${authOptions.type}`);
261
247
  }
262
248
  }
263
249
 
264
- const PATHS = ["/app", "/app/hook/config", "/app/hook/deliveries", "/app/hook/deliveries/{delivery_id}", "/app/hook/deliveries/{delivery_id}/attempts", "/app/installations", "/app/installations/{installation_id}", "/app/installations/{installation_id}/access_tokens", "/app/installations/{installation_id}/suspended", "/marketplace_listing/accounts/{account_id}", "/marketplace_listing/plan", "/marketplace_listing/plans", "/marketplace_listing/plans/{plan_id}/accounts", "/marketplace_listing/stubbed/accounts/{account_id}", "/marketplace_listing/stubbed/plan", "/marketplace_listing/stubbed/plans", "/marketplace_listing/stubbed/plans/{plan_id}/accounts", "/orgs/{org}/installation", "/repos/{owner}/{repo}/installation", "/users/{username}/installation"]; // CREDIT: Simon Grondin (https://github.com/SGrondin)
250
+ const PATHS = ["/app", "/app/hook/config", "/app/hook/deliveries", "/app/hook/deliveries/{delivery_id}", "/app/hook/deliveries/{delivery_id}/attempts", "/app/installations", "/app/installations/{installation_id}", "/app/installations/{installation_id}/access_tokens", "/app/installations/{installation_id}/suspended", "/marketplace_listing/accounts/{account_id}", "/marketplace_listing/plan", "/marketplace_listing/plans", "/marketplace_listing/plans/{plan_id}/accounts", "/marketplace_listing/stubbed/accounts/{account_id}", "/marketplace_listing/stubbed/plan", "/marketplace_listing/stubbed/plans", "/marketplace_listing/stubbed/plans/{plan_id}/accounts", "/orgs/{org}/installation", "/repos/{owner}/{repo}/installation", "/users/{username}/installation"];
251
+ // CREDIT: Simon Grondin (https://github.com/SGrondin)
265
252
  // https://github.com/octokit/plugin-throttling.js/blob/45c5d7f13b8af448a9dbca468d9c9150a73b3948/lib/route-matcher.js
266
-
267
253
  function routeMatcher(paths) {
268
254
  // EXAMPLE. For the following paths:
269
-
270
255
  /* [
271
256
  "/orgs/{org}/invitations",
272
257
  "/repos/{owner}/{repo}/collaborators/{username}"
273
258
  ] */
274
- const regexes = paths.map(p => p.split("/").map(c => c.startsWith("{") ? "(?:.+?)" : c).join("/")); // 'regexes' would contain:
275
-
259
+ const regexes = paths.map(p => p.split("/").map(c => c.startsWith("{") ? "(?:.+?)" : c).join("/"));
260
+ // 'regexes' would contain:
276
261
  /* [
277
262
  '/orgs/(?:.+?)/invitations',
278
263
  '/repos/(?:.+?)/(?:.+?)/collaborators/(?:.+?)'
279
264
  ] */
280
-
281
- const regex = `^(?:${regexes.map(r => `(?:${r})`).join("|")})[^/]*$`; // 'regex' would contain:
282
-
265
+ const regex = `^(?:${regexes.map(r => `(?:${r})`).join("|")})[^/]*$`;
266
+ // 'regex' would contain:
283
267
  /*
284
268
  ^(?:(?:\/orgs\/(?:.+?)\/invitations)|(?:\/repos\/(?:.+?)\/(?:.+?)\/collaborators\/(?:.+?)))[^\/]*$
285
269
  It may look scary, but paste it into https://www.debuggex.com/
286
270
  and it will make a lot more sense!
287
271
  */
288
-
289
272
  return new RegExp(regex, "i");
290
273
  }
291
-
292
274
  const REGEX = routeMatcher(PATHS);
293
275
  function requiresAppAuth(url) {
294
276
  return !!url && REGEX.test(url);
295
277
  }
296
278
 
297
279
  const FIVE_SECONDS_IN_MS = 5 * 1000;
298
-
299
280
  function isNotTimeSkewError(error) {
300
281
  return !(error.message.match(/'Expiration time' claim \('exp'\) must be a numeric value representing the future time at which the assertion expires/) || error.message.match(/'Issued at' claim \('iat'\) must be an Integer representing the time that the assertion was issued/));
301
282
  }
302
-
303
283
  async function hook(state, request, route, parameters) {
304
284
  const endpoint = request.endpoint.merge(route, parameters);
305
- const url = endpoint.url; // Do not intercept request to retrieve a new token
306
-
285
+ const url = endpoint.url;
286
+ // Do not intercept request to retrieve a new token
307
287
  if (/\/login\/oauth\/access_token$/.test(url)) {
308
288
  return request(endpoint);
309
289
  }
310
-
311
290
  if (requiresAppAuth(url.replace(request.endpoint.DEFAULTS.baseUrl, ""))) {
312
291
  const {
313
292
  token
314
293
  } = await getAppAuthentication(state);
315
294
  endpoint.headers.authorization = `bearer ${token}`;
316
295
  let response;
317
-
318
296
  try {
319
297
  response = await request(endpoint);
320
298
  } catch (error) {
@@ -322,29 +300,26 @@ async function hook(state, request, route, parameters) {
322
300
  // Otherwise rethrow the error for upstream handling.
323
301
  if (isNotTimeSkewError(error)) {
324
302
  throw error;
325
- } // If the date header is missing, we can't correct the system time skew.
303
+ }
304
+ // If the date header is missing, we can't correct the system time skew.
326
305
  // Throw the error to be handled upstream.
327
-
328
-
329
306
  if (typeof error.response.headers.date === "undefined") {
330
307
  throw error;
331
308
  }
332
-
333
309
  const diff = Math.floor((Date.parse(error.response.headers.date) - Date.parse(new Date().toString())) / 1000);
334
310
  state.log.warn(error.message);
335
311
  state.log.warn(`[@octokit/auth-app] GitHub API time and system time are different by ${diff} seconds. Retrying request with the difference accounted for.`);
336
312
  const {
337
313
  token
338
- } = await getAppAuthentication({ ...state,
314
+ } = await getAppAuthentication({
315
+ ...state,
339
316
  timeDifference: diff
340
317
  });
341
318
  endpoint.headers.authorization = `bearer ${token}`;
342
319
  return request(endpoint);
343
320
  }
344
-
345
321
  return response;
346
322
  }
347
-
348
323
  if (authOauthUser.requiresBasicAuth(url)) {
349
324
  const authentication = await state.oauthApp({
350
325
  type: "oauth-app"
@@ -352,11 +327,11 @@ async function hook(state, request, route, parameters) {
352
327
  endpoint.headers.authorization = authentication.headers.authorization;
353
328
  return request(endpoint);
354
329
  }
355
-
356
330
  const {
357
331
  token,
358
332
  createdAt
359
- } = await getInstallationAuthentication(state, // @ts-expect-error TBD
333
+ } = await getInstallationAuthentication(state,
334
+ // @ts-expect-error TBD
360
335
  {}, request);
361
336
  endpoint.headers.authorization = `token ${token}`;
362
337
  return sendRequestWithRetries(state, request, endpoint, createdAt);
@@ -368,25 +343,20 @@ async function hook(state, request, route, parameters) {
368
343
  *
369
344
  * @see https://github.com/octokit/auth-app.js/issues/65
370
345
  */
371
-
372
346
  async function sendRequestWithRetries(state, request, options, createdAt, retries = 0) {
373
347
  const timeSinceTokenCreationInMs = +new Date() - +new Date(createdAt);
374
-
375
348
  try {
376
349
  return await request(options);
377
350
  } catch (error) {
378
351
  if (error.status !== 401) {
379
352
  throw error;
380
353
  }
381
-
382
354
  if (timeSinceTokenCreationInMs >= FIVE_SECONDS_IN_MS) {
383
355
  if (retries > 0) {
384
356
  error.message = `After ${retries} retries within ${timeSinceTokenCreationInMs / 1000}s of creating the installation access token, the response remains 401. At this point, the cause may be an authentication problem or a system outage. Please check https://www.githubstatus.com for status information`;
385
357
  }
386
-
387
358
  throw error;
388
359
  }
389
-
390
360
  ++retries;
391
361
  const awaitTime = retries * 1000;
392
362
  state.log.warn(`[@octokit/auth-app] Retrying after 401 response to account for token replication delay (retry: ${retries}, wait: ${awaitTime / 1000}s)`);
@@ -395,25 +365,21 @@ async function sendRequestWithRetries(state, request, options, createdAt, retrie
395
365
  }
396
366
  }
397
367
 
398
- const VERSION = "4.0.7";
368
+ const VERSION = "4.0.8";
399
369
 
400
370
  function createAppAuth(options) {
401
371
  if (!options.appId) {
402
372
  throw new Error("[@octokit/auth-app] appId option is required");
403
373
  }
404
-
405
374
  if (!Number.isFinite(+options.appId)) {
406
375
  throw new Error("[@octokit/auth-app] appId option must be a number or numeric string");
407
376
  }
408
-
409
377
  if (!options.privateKey) {
410
378
  throw new Error("[@octokit/auth-app] privateKey option is required");
411
379
  }
412
-
413
380
  if ("installationId" in options && !options.installationId) {
414
381
  throw new Error("[@octokit/auth-app] installationId is set to a falsy value");
415
382
  }
416
-
417
383
  const log = Object.assign({
418
384
  warn: console.warn.bind(console)
419
385
  }, options.log);
@@ -435,8 +401,8 @@ function createAppAuth(options) {
435
401
  clientSecret: options.clientSecret || "",
436
402
  request: request$1
437
403
  })
438
- }); // @ts-expect-error not worth the extra code to appease TS
439
-
404
+ });
405
+ // @ts-expect-error not worth the extra code to appease TS
440
406
  return Object.assign(auth.bind(null, state), {
441
407
  hook: hook.bind(null, state)
442
408
  });