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.
- package/lib/publishing/github/node_modules/.yarn-integrity +9 -15
- package/lib/publishing/github/node_modules/@octokit/app/dist-node/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/app/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/app/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/app/package.json +3 -3
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-node/index.js +25 -59
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/types.d.ts +37 -37
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-web/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/package.json +3 -3
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/README.md +1 -1
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/index.d.ts +9 -5
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/package.json +3 -3
- package/lib/publishing/github/node_modules/jsonwebtoken/README.md +47 -26
- package/lib/publishing/github/node_modules/jsonwebtoken/index.js +5 -1
- package/lib/publishing/github/node_modules/jsonwebtoken/lib/asymmetricKeyDetailsSupported.js +3 -0
- package/lib/publishing/github/node_modules/jsonwebtoken/lib/rsaPssKeyDetailsSupported.js +3 -0
- package/lib/publishing/github/node_modules/jsonwebtoken/lib/validateAsymmetricKey.js +66 -0
- package/lib/publishing/github/node_modules/jsonwebtoken/package.json +5 -11
- package/lib/publishing/github/node_modules/jsonwebtoken/sign.js +66 -25
- package/lib/publishing/github/node_modules/jsonwebtoken/verify.js +72 -34
- package/lib/publishing/github/node_modules/{lodash.isplainobject → lodash}/LICENSE +1 -1
- package/lib/publishing/github/node_modules/lodash/README.md +39 -0
- package/lib/publishing/github/node_modules/lodash/_DataView.js +7 -0
- package/lib/publishing/github/node_modules/lodash/_Hash.js +32 -0
- package/lib/publishing/github/node_modules/lodash/_LazyWrapper.js +28 -0
- package/lib/publishing/github/node_modules/lodash/_ListCache.js +32 -0
- package/lib/publishing/github/node_modules/lodash/_LodashWrapper.js +22 -0
- package/lib/publishing/github/node_modules/lodash/_Map.js +7 -0
- package/lib/publishing/github/node_modules/lodash/_MapCache.js +32 -0
- package/lib/publishing/github/node_modules/lodash/_Promise.js +7 -0
- package/lib/publishing/github/node_modules/lodash/_Set.js +7 -0
- package/lib/publishing/github/node_modules/lodash/_SetCache.js +27 -0
- package/lib/publishing/github/node_modules/lodash/_Stack.js +27 -0
- package/lib/publishing/github/node_modules/lodash/_Symbol.js +6 -0
- package/lib/publishing/github/node_modules/lodash/_Uint8Array.js +6 -0
- package/lib/publishing/github/node_modules/lodash/_WeakMap.js +7 -0
- package/lib/publishing/github/node_modules/lodash/_apply.js +21 -0
- package/lib/publishing/github/node_modules/lodash/_arrayAggregator.js +22 -0
- package/lib/publishing/github/node_modules/lodash/_arrayEach.js +22 -0
- package/lib/publishing/github/node_modules/lodash/_arrayEachRight.js +21 -0
- package/lib/publishing/github/node_modules/lodash/_arrayEvery.js +23 -0
- package/lib/publishing/github/node_modules/lodash/_arrayFilter.js +25 -0
- package/lib/publishing/github/node_modules/lodash/_arrayIncludes.js +17 -0
- package/lib/publishing/github/node_modules/lodash/_arrayIncludesWith.js +22 -0
- package/lib/publishing/github/node_modules/lodash/_arrayLikeKeys.js +49 -0
- package/lib/publishing/github/node_modules/lodash/_arrayMap.js +21 -0
- package/lib/publishing/github/node_modules/lodash/_arrayPush.js +20 -0
- package/lib/publishing/github/node_modules/lodash/_arrayReduce.js +26 -0
- package/lib/publishing/github/node_modules/lodash/_arrayReduceRight.js +24 -0
- package/lib/publishing/github/node_modules/lodash/_arraySample.js +15 -0
- package/lib/publishing/github/node_modules/lodash/_arraySampleSize.js +17 -0
- package/lib/publishing/github/node_modules/lodash/_arrayShuffle.js +15 -0
- package/lib/publishing/github/node_modules/lodash/_arraySome.js +23 -0
- package/lib/publishing/github/node_modules/lodash/_asciiSize.js +12 -0
- package/lib/publishing/github/node_modules/lodash/_asciiToArray.js +12 -0
- package/lib/publishing/github/node_modules/lodash/_asciiWords.js +15 -0
- package/lib/publishing/github/node_modules/lodash/_assignMergeValue.js +20 -0
- package/lib/publishing/github/node_modules/lodash/_assignValue.js +28 -0
- package/lib/publishing/github/node_modules/lodash/_assocIndexOf.js +21 -0
- package/lib/publishing/github/node_modules/lodash/_baseAggregator.js +21 -0
- package/lib/publishing/github/node_modules/lodash/_baseAssign.js +17 -0
- package/lib/publishing/github/node_modules/lodash/_baseAssignIn.js +17 -0
- package/lib/publishing/github/node_modules/lodash/_baseAssignValue.js +25 -0
- package/lib/publishing/github/node_modules/lodash/_baseAt.js +23 -0
- package/lib/publishing/github/node_modules/lodash/_baseClamp.js +22 -0
- package/lib/publishing/github/node_modules/lodash/_baseClone.js +166 -0
- package/lib/publishing/github/node_modules/lodash/_baseConforms.js +18 -0
- package/lib/publishing/github/node_modules/lodash/_baseConformsTo.js +27 -0
- package/lib/publishing/github/node_modules/lodash/_baseCreate.js +30 -0
- package/lib/publishing/github/node_modules/lodash/_baseDelay.js +21 -0
- package/lib/publishing/github/node_modules/lodash/_baseDifference.js +67 -0
- package/lib/publishing/github/node_modules/lodash/_baseEach.js +14 -0
- package/lib/publishing/github/node_modules/lodash/_baseEachRight.js +14 -0
- package/lib/publishing/github/node_modules/lodash/_baseEvery.js +21 -0
- package/lib/publishing/github/node_modules/lodash/_baseExtremum.js +32 -0
- package/lib/publishing/github/node_modules/lodash/_baseFill.js +32 -0
- package/lib/publishing/github/node_modules/lodash/_baseFilter.js +21 -0
- package/lib/publishing/github/node_modules/lodash/_baseFindIndex.js +24 -0
- package/lib/publishing/github/node_modules/lodash/_baseFindKey.js +23 -0
- package/lib/publishing/github/node_modules/lodash/_baseFlatten.js +38 -0
- package/lib/publishing/github/node_modules/lodash/_baseFor.js +16 -0
- package/lib/publishing/github/node_modules/lodash/_baseForOwn.js +16 -0
- package/lib/publishing/github/node_modules/lodash/_baseForOwnRight.js +16 -0
- package/lib/publishing/github/node_modules/lodash/_baseForRight.js +15 -0
- package/lib/publishing/github/node_modules/lodash/_baseFunctions.js +19 -0
- package/lib/publishing/github/node_modules/lodash/_baseGet.js +24 -0
- package/lib/publishing/github/node_modules/lodash/_baseGetAllKeys.js +20 -0
- package/lib/publishing/github/node_modules/lodash/_baseGetTag.js +28 -0
- package/lib/publishing/github/node_modules/lodash/_baseGt.js +14 -0
- package/lib/publishing/github/node_modules/lodash/_baseHas.js +19 -0
- package/lib/publishing/github/node_modules/lodash/_baseHasIn.js +13 -0
- package/lib/publishing/github/node_modules/lodash/_baseInRange.js +18 -0
- package/lib/publishing/github/node_modules/lodash/_baseIndexOf.js +20 -0
- package/lib/publishing/github/node_modules/lodash/_baseIndexOfWith.js +23 -0
- package/lib/publishing/github/node_modules/lodash/_baseIntersection.js +74 -0
- package/lib/publishing/github/node_modules/lodash/_baseInverter.js +21 -0
- package/lib/publishing/github/node_modules/lodash/_baseInvoke.js +24 -0
- package/lib/publishing/github/node_modules/lodash/_baseIsArguments.js +18 -0
- package/lib/publishing/github/node_modules/lodash/_baseIsArrayBuffer.js +17 -0
- package/lib/publishing/github/node_modules/lodash/_baseIsDate.js +18 -0
- package/lib/publishing/github/node_modules/lodash/_baseIsEqual.js +28 -0
- package/lib/publishing/github/node_modules/lodash/_baseIsEqualDeep.js +83 -0
- package/lib/publishing/github/node_modules/lodash/_baseIsMap.js +18 -0
- package/lib/publishing/github/node_modules/lodash/_baseIsMatch.js +62 -0
- package/lib/publishing/github/node_modules/lodash/_baseIsNaN.js +12 -0
- package/lib/publishing/github/node_modules/lodash/_baseIsNative.js +47 -0
- package/lib/publishing/github/node_modules/lodash/_baseIsRegExp.js +18 -0
- package/lib/publishing/github/node_modules/lodash/_baseIsSet.js +18 -0
- package/lib/publishing/github/node_modules/lodash/_baseIsTypedArray.js +60 -0
- package/lib/publishing/github/node_modules/lodash/_baseIteratee.js +31 -0
- package/lib/publishing/github/node_modules/lodash/_baseKeys.js +30 -0
- package/lib/publishing/github/node_modules/lodash/_baseKeysIn.js +33 -0
- package/lib/publishing/github/node_modules/lodash/_baseLodash.js +10 -0
- package/lib/publishing/github/node_modules/lodash/_baseLt.js +14 -0
- package/lib/publishing/github/node_modules/lodash/_baseMap.js +22 -0
- package/lib/publishing/github/node_modules/lodash/_baseMatches.js +22 -0
- package/lib/publishing/github/node_modules/lodash/_baseMatchesProperty.js +33 -0
- package/lib/publishing/github/node_modules/lodash/_baseMean.js +20 -0
- package/lib/publishing/github/node_modules/lodash/_baseMerge.js +42 -0
- package/lib/publishing/github/node_modules/lodash/_baseMergeDeep.js +94 -0
- package/lib/publishing/github/node_modules/lodash/_baseNth.js +20 -0
- package/lib/publishing/github/node_modules/lodash/_baseOrderBy.js +49 -0
- package/lib/publishing/github/node_modules/lodash/_basePick.js +19 -0
- package/lib/publishing/github/node_modules/lodash/_basePickBy.js +30 -0
- package/lib/publishing/github/node_modules/lodash/_baseProperty.js +14 -0
- package/lib/publishing/github/node_modules/lodash/_basePropertyDeep.js +16 -0
- package/lib/publishing/github/node_modules/lodash/_basePropertyOf.js +14 -0
- package/lib/publishing/github/node_modules/lodash/_basePullAll.js +51 -0
- package/lib/publishing/github/node_modules/lodash/_basePullAt.js +37 -0
- package/lib/publishing/github/node_modules/lodash/_baseRandom.js +18 -0
- package/lib/publishing/github/node_modules/lodash/_baseRange.js +28 -0
- package/lib/publishing/github/node_modules/lodash/_baseReduce.js +23 -0
- package/lib/publishing/github/node_modules/lodash/_baseRepeat.js +35 -0
- package/lib/publishing/github/node_modules/lodash/_baseRest.js +17 -0
- package/lib/publishing/github/node_modules/lodash/_baseSample.js +15 -0
- package/lib/publishing/github/node_modules/lodash/_baseSampleSize.js +18 -0
- package/lib/publishing/github/node_modules/lodash/_baseSet.js +51 -0
- package/lib/publishing/github/node_modules/lodash/_baseSetData.js +17 -0
- package/lib/publishing/github/node_modules/lodash/_baseSetToString.js +22 -0
- package/lib/publishing/github/node_modules/lodash/_baseShuffle.js +15 -0
- package/lib/publishing/github/node_modules/lodash/_baseSlice.js +31 -0
- package/lib/publishing/github/node_modules/lodash/_baseSome.js +22 -0
- package/lib/publishing/github/node_modules/lodash/_baseSortBy.js +21 -0
- package/lib/publishing/github/node_modules/lodash/_baseSortedIndex.js +42 -0
- package/lib/publishing/github/node_modules/lodash/_baseSortedIndexBy.js +67 -0
- package/lib/publishing/github/node_modules/lodash/_baseSortedUniq.js +30 -0
- package/lib/publishing/github/node_modules/lodash/_baseSum.js +24 -0
- package/lib/publishing/github/node_modules/lodash/_baseTimes.js +20 -0
- package/lib/publishing/github/node_modules/lodash/_baseToNumber.js +24 -0
- package/lib/publishing/github/node_modules/lodash/_baseToPairs.js +18 -0
- package/lib/publishing/github/node_modules/lodash/_baseToString.js +37 -0
- package/lib/publishing/github/node_modules/lodash/_baseTrim.js +19 -0
- package/lib/publishing/github/node_modules/lodash/_baseUnary.js +14 -0
- package/lib/publishing/github/node_modules/lodash/_baseUniq.js +72 -0
- package/lib/publishing/github/node_modules/lodash/_baseUnset.js +20 -0
- package/lib/publishing/github/node_modules/lodash/_baseUpdate.js +18 -0
- package/lib/publishing/github/node_modules/lodash/_baseValues.js +19 -0
- package/lib/publishing/github/node_modules/lodash/_baseWhile.js +26 -0
- package/lib/publishing/github/node_modules/lodash/_baseWrapperValue.js +25 -0
- package/lib/publishing/github/node_modules/lodash/_baseXor.js +36 -0
- package/lib/publishing/github/node_modules/lodash/_baseZipObject.js +23 -0
- package/lib/publishing/github/node_modules/lodash/_cacheHas.js +13 -0
- package/lib/publishing/github/node_modules/lodash/_castArrayLikeObject.js +14 -0
- package/lib/publishing/github/node_modules/lodash/_castFunction.js +14 -0
- package/lib/publishing/github/node_modules/lodash/_castPath.js +21 -0
- package/lib/publishing/github/node_modules/lodash/_castRest.js +14 -0
- package/lib/publishing/github/node_modules/lodash/_castSlice.js +18 -0
- package/lib/publishing/github/node_modules/lodash/_charsEndIndex.js +19 -0
- package/lib/publishing/github/node_modules/lodash/_charsStartIndex.js +20 -0
- package/lib/publishing/github/node_modules/lodash/_cloneArrayBuffer.js +16 -0
- package/lib/publishing/github/node_modules/lodash/_cloneBuffer.js +35 -0
- package/lib/publishing/github/node_modules/lodash/_cloneDataView.js +16 -0
- package/lib/publishing/github/node_modules/lodash/_cloneRegExp.js +17 -0
- package/lib/publishing/github/node_modules/lodash/_cloneSymbol.js +18 -0
- package/lib/publishing/github/node_modules/lodash/_cloneTypedArray.js +16 -0
- package/lib/publishing/github/node_modules/lodash/_compareAscending.js +41 -0
- package/lib/publishing/github/node_modules/lodash/_compareMultiple.js +44 -0
- package/lib/publishing/github/node_modules/lodash/_composeArgs.js +39 -0
- package/lib/publishing/github/node_modules/lodash/_composeArgsRight.js +41 -0
- package/lib/publishing/github/node_modules/lodash/_copyArray.js +20 -0
- package/lib/publishing/github/node_modules/lodash/_copyObject.js +40 -0
- package/lib/publishing/github/node_modules/lodash/_copySymbols.js +16 -0
- package/lib/publishing/github/node_modules/lodash/_copySymbolsIn.js +16 -0
- package/lib/publishing/github/node_modules/lodash/_coreJsData.js +6 -0
- package/lib/publishing/github/node_modules/lodash/_countHolders.js +21 -0
- package/lib/publishing/github/node_modules/lodash/_createAggregator.js +23 -0
- package/lib/publishing/github/node_modules/lodash/_createAssigner.js +37 -0
- package/lib/publishing/github/node_modules/lodash/_createBaseEach.js +32 -0
- package/lib/publishing/github/node_modules/lodash/_createBaseFor.js +25 -0
- package/lib/publishing/github/node_modules/lodash/_createBind.js +28 -0
- package/lib/publishing/github/node_modules/lodash/_createCaseFirst.js +33 -0
- package/lib/publishing/github/node_modules/lodash/_createCompounder.js +24 -0
- package/lib/publishing/github/node_modules/lodash/_createCtor.js +37 -0
- package/lib/publishing/github/node_modules/lodash/_createCurry.js +46 -0
- package/lib/publishing/github/node_modules/lodash/_createFind.js +25 -0
- package/lib/publishing/github/node_modules/lodash/_createFlow.js +78 -0
- package/lib/publishing/github/node_modules/lodash/_createHybrid.js +92 -0
- package/lib/publishing/github/node_modules/lodash/_createInverter.js +17 -0
- package/lib/publishing/github/node_modules/lodash/_createMathOperation.js +38 -0
- package/lib/publishing/github/node_modules/lodash/_createOver.js +27 -0
- package/lib/publishing/github/node_modules/lodash/_createPadding.js +33 -0
- package/lib/publishing/github/node_modules/lodash/_createPartial.js +43 -0
- package/lib/publishing/github/node_modules/lodash/_createRange.js +30 -0
- package/lib/publishing/github/node_modules/lodash/_createRecurry.js +56 -0
- package/lib/publishing/github/node_modules/lodash/_createRelationalOperation.js +20 -0
- package/lib/publishing/github/node_modules/lodash/_createRound.js +35 -0
- package/lib/publishing/github/node_modules/lodash/_createSet.js +19 -0
- package/lib/publishing/github/node_modules/lodash/_createToPairs.js +30 -0
- package/lib/publishing/github/node_modules/lodash/_createWrap.js +106 -0
- package/lib/publishing/github/node_modules/lodash/_customDefaultsAssignIn.js +29 -0
- package/lib/publishing/github/node_modules/lodash/_customDefaultsMerge.js +28 -0
- package/lib/publishing/github/node_modules/lodash/_customOmitClone.js +16 -0
- package/lib/publishing/github/node_modules/lodash/_deburrLetter.js +71 -0
- package/lib/publishing/github/node_modules/lodash/_defineProperty.js +11 -0
- package/lib/publishing/github/node_modules/lodash/_equalArrays.js +84 -0
- package/lib/publishing/github/node_modules/lodash/_equalByTag.js +112 -0
- package/lib/publishing/github/node_modules/lodash/_equalObjects.js +90 -0
- package/lib/publishing/github/node_modules/lodash/_escapeHtmlChar.js +21 -0
- package/lib/publishing/github/node_modules/lodash/_escapeStringChar.js +22 -0
- package/lib/publishing/github/node_modules/lodash/_flatRest.js +16 -0
- package/lib/publishing/github/node_modules/lodash/_freeGlobal.js +4 -0
- package/lib/publishing/github/node_modules/lodash/_getAllKeys.js +16 -0
- package/lib/publishing/github/node_modules/lodash/_getAllKeysIn.js +17 -0
- package/lib/publishing/github/node_modules/lodash/_getData.js +15 -0
- package/lib/publishing/github/node_modules/lodash/_getFuncName.js +31 -0
- package/lib/publishing/github/node_modules/lodash/_getHolder.js +13 -0
- package/lib/publishing/github/node_modules/lodash/_getMapData.js +18 -0
- package/lib/publishing/github/node_modules/lodash/_getMatchData.js +24 -0
- package/lib/publishing/github/node_modules/lodash/_getNative.js +17 -0
- package/lib/publishing/github/node_modules/lodash/_getPrototype.js +6 -0
- package/lib/publishing/github/node_modules/lodash/_getRawTag.js +46 -0
- package/lib/publishing/github/node_modules/lodash/_getSymbols.js +30 -0
- package/lib/publishing/github/node_modules/lodash/_getSymbolsIn.js +25 -0
- package/lib/publishing/github/node_modules/lodash/_getTag.js +58 -0
- package/lib/publishing/github/node_modules/lodash/_getValue.js +13 -0
- package/lib/publishing/github/node_modules/lodash/_getView.js +33 -0
- package/lib/publishing/github/node_modules/lodash/_getWrapDetails.js +17 -0
- package/lib/publishing/github/node_modules/lodash/_hasPath.js +39 -0
- package/lib/publishing/github/node_modules/lodash/_hasUnicode.js +26 -0
- package/lib/publishing/github/node_modules/lodash/_hasUnicodeWord.js +15 -0
- package/lib/publishing/github/node_modules/lodash/_hashClear.js +15 -0
- package/lib/publishing/github/node_modules/lodash/_hashDelete.js +17 -0
- package/lib/publishing/github/node_modules/lodash/_hashGet.js +30 -0
- package/lib/publishing/github/node_modules/lodash/_hashHas.js +23 -0
- package/lib/publishing/github/node_modules/lodash/_hashSet.js +23 -0
- package/lib/publishing/github/node_modules/lodash/_initCloneArray.js +26 -0
- package/lib/publishing/github/node_modules/lodash/_initCloneByTag.js +77 -0
- package/lib/publishing/github/node_modules/lodash/_initCloneObject.js +18 -0
- package/lib/publishing/github/node_modules/lodash/_insertWrapDetails.js +23 -0
- package/lib/publishing/github/node_modules/lodash/_isFlattenable.js +20 -0
- package/lib/publishing/github/node_modules/lodash/_isIndex.js +25 -0
- package/lib/publishing/github/node_modules/lodash/_isIterateeCall.js +30 -0
- package/lib/publishing/github/node_modules/lodash/_isKey.js +29 -0
- package/lib/publishing/github/node_modules/lodash/_isKeyable.js +15 -0
- package/lib/publishing/github/node_modules/lodash/_isLaziable.js +28 -0
- package/lib/publishing/github/node_modules/lodash/_isMaskable.js +14 -0
- package/lib/publishing/github/node_modules/lodash/_isMasked.js +20 -0
- package/lib/publishing/github/node_modules/lodash/_isPrototype.js +18 -0
- package/lib/publishing/github/node_modules/lodash/_isStrictComparable.js +15 -0
- package/lib/publishing/github/node_modules/lodash/_iteratorToArray.js +18 -0
- package/lib/publishing/github/node_modules/lodash/_lazyClone.js +23 -0
- package/lib/publishing/github/node_modules/lodash/_lazyReverse.js +23 -0
- package/lib/publishing/github/node_modules/lodash/_lazyValue.js +69 -0
- package/lib/publishing/github/node_modules/lodash/_listCacheClear.js +13 -0
- package/lib/publishing/github/node_modules/lodash/_listCacheDelete.js +35 -0
- package/lib/publishing/github/node_modules/lodash/_listCacheGet.js +19 -0
- package/lib/publishing/github/node_modules/lodash/_listCacheHas.js +16 -0
- package/lib/publishing/github/node_modules/lodash/_listCacheSet.js +26 -0
- package/lib/publishing/github/node_modules/lodash/_mapCacheClear.js +21 -0
- package/lib/publishing/github/node_modules/lodash/_mapCacheDelete.js +18 -0
- package/lib/publishing/github/node_modules/lodash/_mapCacheGet.js +16 -0
- package/lib/publishing/github/node_modules/lodash/_mapCacheHas.js +16 -0
- package/lib/publishing/github/node_modules/lodash/_mapCacheSet.js +22 -0
- package/lib/publishing/github/node_modules/lodash/_mapToArray.js +18 -0
- package/lib/publishing/github/node_modules/lodash/_matchesStrictComparable.js +20 -0
- package/lib/publishing/github/node_modules/lodash/_memoizeCapped.js +26 -0
- package/lib/publishing/github/node_modules/lodash/_mergeData.js +90 -0
- package/lib/publishing/github/node_modules/lodash/_metaMap.js +6 -0
- package/lib/publishing/github/node_modules/lodash/_nativeCreate.js +6 -0
- package/lib/publishing/github/node_modules/lodash/_nativeKeys.js +6 -0
- package/lib/publishing/github/node_modules/lodash/_nativeKeysIn.js +20 -0
- package/lib/publishing/github/node_modules/lodash/_nodeUtil.js +30 -0
- package/lib/publishing/github/node_modules/lodash/_objectToString.js +22 -0
- package/lib/publishing/github/node_modules/lodash/_overArg.js +15 -0
- package/lib/publishing/github/node_modules/lodash/_overRest.js +36 -0
- package/lib/publishing/github/node_modules/lodash/_parent.js +16 -0
- package/lib/publishing/github/node_modules/lodash/_reEscape.js +4 -0
- package/lib/publishing/github/node_modules/lodash/_reEvaluate.js +4 -0
- package/lib/publishing/github/node_modules/lodash/_reInterpolate.js +4 -0
- package/lib/publishing/github/node_modules/lodash/_realNames.js +4 -0
- package/lib/publishing/github/node_modules/lodash/_reorder.js +29 -0
- package/lib/publishing/github/node_modules/lodash/_replaceHolders.js +29 -0
- package/lib/publishing/github/node_modules/lodash/_root.js +9 -0
- package/lib/publishing/github/node_modules/lodash/_safeGet.js +21 -0
- package/lib/publishing/github/node_modules/lodash/_setCacheAdd.js +19 -0
- package/lib/publishing/github/node_modules/lodash/_setCacheHas.js +14 -0
- package/lib/publishing/github/node_modules/lodash/_setData.js +20 -0
- package/lib/publishing/github/node_modules/lodash/_setToArray.js +18 -0
- package/lib/publishing/github/node_modules/lodash/_setToPairs.js +18 -0
- package/lib/publishing/github/node_modules/lodash/_setToString.js +14 -0
- package/lib/publishing/github/node_modules/lodash/_setWrapToString.js +21 -0
- package/lib/publishing/github/node_modules/lodash/_shortOut.js +37 -0
- package/lib/publishing/github/node_modules/lodash/_shuffleSelf.js +28 -0
- package/lib/publishing/github/node_modules/lodash/_stackClear.js +15 -0
- package/lib/publishing/github/node_modules/lodash/_stackDelete.js +18 -0
- package/lib/publishing/github/node_modules/lodash/_stackGet.js +14 -0
- package/lib/publishing/github/node_modules/lodash/_stackHas.js +14 -0
- package/lib/publishing/github/node_modules/lodash/_stackSet.js +34 -0
- package/lib/publishing/github/node_modules/lodash/_strictIndexOf.js +23 -0
- package/lib/publishing/github/node_modules/lodash/_strictLastIndexOf.js +21 -0
- package/lib/publishing/github/node_modules/lodash/_stringSize.js +18 -0
- package/lib/publishing/github/node_modules/lodash/_stringToArray.js +18 -0
- package/lib/publishing/github/node_modules/lodash/_stringToPath.js +27 -0
- package/lib/publishing/github/node_modules/lodash/_toKey.js +21 -0
- package/lib/publishing/github/node_modules/lodash/_toSource.js +26 -0
- package/lib/publishing/github/node_modules/lodash/_trimmedEndIndex.js +19 -0
- package/lib/publishing/github/node_modules/lodash/_unescapeHtmlChar.js +21 -0
- package/lib/publishing/github/node_modules/lodash/_unicodeSize.js +44 -0
- package/lib/publishing/github/node_modules/lodash/_unicodeToArray.js +40 -0
- package/lib/publishing/github/node_modules/lodash/_unicodeWords.js +69 -0
- package/lib/publishing/github/node_modules/lodash/_updateWrapDetails.js +46 -0
- package/lib/publishing/github/node_modules/lodash/_wrapperClone.js +23 -0
- package/lib/publishing/github/node_modules/lodash/add.js +22 -0
- package/lib/publishing/github/node_modules/lodash/after.js +42 -0
- package/lib/publishing/github/node_modules/lodash/array.js +67 -0
- package/lib/publishing/github/node_modules/lodash/ary.js +29 -0
- package/lib/publishing/github/node_modules/lodash/assign.js +58 -0
- package/lib/publishing/github/node_modules/lodash/assignIn.js +40 -0
- package/lib/publishing/github/node_modules/lodash/assignInWith.js +38 -0
- package/lib/publishing/github/node_modules/lodash/assignWith.js +37 -0
- package/lib/publishing/github/node_modules/lodash/at.js +23 -0
- package/lib/publishing/github/node_modules/lodash/attempt.js +35 -0
- package/lib/publishing/github/node_modules/lodash/before.js +40 -0
- package/lib/publishing/github/node_modules/lodash/bind.js +57 -0
- package/lib/publishing/github/node_modules/lodash/bindAll.js +41 -0
- package/lib/publishing/github/node_modules/lodash/bindKey.js +68 -0
- package/lib/publishing/github/node_modules/lodash/camelCase.js +29 -0
- package/lib/publishing/github/node_modules/lodash/capitalize.js +23 -0
- package/lib/publishing/github/node_modules/lodash/castArray.js +44 -0
- package/lib/publishing/github/node_modules/lodash/ceil.js +26 -0
- package/lib/publishing/github/node_modules/lodash/chain.js +38 -0
- package/lib/publishing/github/node_modules/lodash/chunk.js +50 -0
- package/lib/publishing/github/node_modules/lodash/clamp.js +39 -0
- package/lib/publishing/github/node_modules/lodash/clone.js +36 -0
- package/lib/publishing/github/node_modules/lodash/cloneDeep.js +29 -0
- package/lib/publishing/github/node_modules/lodash/cloneDeepWith.js +40 -0
- package/lib/publishing/github/node_modules/lodash/cloneWith.js +42 -0
- package/lib/publishing/github/node_modules/lodash/collection.js +30 -0
- package/lib/publishing/github/node_modules/lodash/commit.js +33 -0
- package/lib/publishing/github/node_modules/lodash/compact.js +31 -0
- package/lib/publishing/github/node_modules/lodash/concat.js +43 -0
- package/lib/publishing/github/node_modules/lodash/cond.js +60 -0
- package/lib/publishing/github/node_modules/lodash/conforms.js +35 -0
- package/lib/publishing/github/node_modules/lodash/conformsTo.js +32 -0
- package/lib/publishing/github/node_modules/lodash/constant.js +26 -0
- package/lib/publishing/github/node_modules/lodash/core.js +3877 -0
- package/lib/publishing/github/node_modules/lodash/core.min.js +29 -0
- package/lib/publishing/github/node_modules/lodash/countBy.js +40 -0
- package/lib/publishing/github/node_modules/lodash/create.js +43 -0
- package/lib/publishing/github/node_modules/lodash/curry.js +57 -0
- package/lib/publishing/github/node_modules/lodash/curryRight.js +54 -0
- package/lib/publishing/github/node_modules/lodash/date.js +3 -0
- package/lib/publishing/github/node_modules/lodash/debounce.js +191 -0
- package/lib/publishing/github/node_modules/lodash/deburr.js +45 -0
- package/lib/publishing/github/node_modules/lodash/defaultTo.js +25 -0
- package/lib/publishing/github/node_modules/lodash/defaults.js +64 -0
- package/lib/publishing/github/node_modules/lodash/defaultsDeep.js +30 -0
- package/lib/publishing/github/node_modules/lodash/defer.js +26 -0
- package/lib/publishing/github/node_modules/lodash/delay.js +28 -0
- package/lib/publishing/github/node_modules/lodash/difference.js +33 -0
- package/lib/publishing/github/node_modules/lodash/differenceBy.js +44 -0
- package/lib/publishing/github/node_modules/lodash/differenceWith.js +40 -0
- package/lib/publishing/github/node_modules/lodash/divide.js +22 -0
- package/lib/publishing/github/node_modules/lodash/drop.js +38 -0
- package/lib/publishing/github/node_modules/lodash/dropRight.js +39 -0
- package/lib/publishing/github/node_modules/lodash/dropRightWhile.js +45 -0
- package/lib/publishing/github/node_modules/lodash/dropWhile.js +45 -0
- package/lib/publishing/github/node_modules/lodash/each.js +1 -0
- package/lib/publishing/github/node_modules/lodash/eachRight.js +1 -0
- package/lib/publishing/github/node_modules/lodash/endsWith.js +43 -0
- package/lib/publishing/github/node_modules/lodash/entries.js +1 -0
- package/lib/publishing/github/node_modules/lodash/entriesIn.js +1 -0
- package/lib/publishing/github/node_modules/lodash/eq.js +37 -0
- package/lib/publishing/github/node_modules/lodash/escape.js +43 -0
- package/lib/publishing/github/node_modules/lodash/escapeRegExp.js +32 -0
- package/lib/publishing/github/node_modules/lodash/every.js +56 -0
- package/lib/publishing/github/node_modules/lodash/extend.js +1 -0
- package/lib/publishing/github/node_modules/lodash/extendWith.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fill.js +45 -0
- package/lib/publishing/github/node_modules/lodash/filter.js +52 -0
- package/lib/publishing/github/node_modules/lodash/find.js +42 -0
- package/lib/publishing/github/node_modules/lodash/findIndex.js +55 -0
- package/lib/publishing/github/node_modules/lodash/findKey.js +44 -0
- package/lib/publishing/github/node_modules/lodash/findLast.js +25 -0
- package/lib/publishing/github/node_modules/lodash/findLastIndex.js +59 -0
- package/lib/publishing/github/node_modules/lodash/findLastKey.js +44 -0
- package/lib/publishing/github/node_modules/lodash/first.js +1 -0
- package/lib/publishing/github/node_modules/lodash/flake.lock +40 -0
- package/lib/publishing/github/node_modules/lodash/flake.nix +20 -0
- package/lib/publishing/github/node_modules/lodash/flatMap.js +29 -0
- package/lib/publishing/github/node_modules/lodash/flatMapDeep.js +31 -0
- package/lib/publishing/github/node_modules/lodash/flatMapDepth.js +31 -0
- package/lib/publishing/github/node_modules/lodash/flatten.js +22 -0
- package/lib/publishing/github/node_modules/lodash/flattenDeep.js +25 -0
- package/lib/publishing/github/node_modules/lodash/flattenDepth.js +33 -0
- package/lib/publishing/github/node_modules/lodash/flip.js +28 -0
- package/lib/publishing/github/node_modules/lodash/floor.js +26 -0
- package/lib/publishing/github/node_modules/lodash/flow.js +27 -0
- package/lib/publishing/github/node_modules/lodash/flowRight.js +26 -0
- package/lib/publishing/github/node_modules/lodash/forEach.js +41 -0
- package/lib/publishing/github/node_modules/lodash/forEachRight.js +31 -0
- package/lib/publishing/github/node_modules/lodash/forIn.js +39 -0
- package/lib/publishing/github/node_modules/lodash/forInRight.js +37 -0
- package/lib/publishing/github/node_modules/lodash/forOwn.js +36 -0
- package/lib/publishing/github/node_modules/lodash/forOwnRight.js +34 -0
- package/lib/publishing/github/node_modules/lodash/fp/F.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/T.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/__.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/_baseConvert.js +569 -0
- package/lib/publishing/github/node_modules/lodash/fp/_convertBrowser.js +18 -0
- package/lib/publishing/github/node_modules/lodash/fp/_falseOptions.js +7 -0
- package/lib/publishing/github/node_modules/lodash/fp/_mapping.js +358 -0
- package/lib/publishing/github/node_modules/lodash/fp/_util.js +16 -0
- package/lib/publishing/github/node_modules/lodash/fp/add.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/after.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/all.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/allPass.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/always.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/any.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/anyPass.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/apply.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/array.js +2 -0
- package/lib/publishing/github/node_modules/lodash/fp/ary.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/assign.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/assignAll.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/assignAllWith.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/assignIn.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/assignInAll.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/assignInAllWith.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/assignInWith.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/assignWith.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/assoc.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/assocPath.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/at.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/attempt.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/before.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/bind.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/bindAll.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/bindKey.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/camelCase.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/capitalize.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/castArray.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/ceil.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/chain.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/chunk.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/clamp.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/clone.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/cloneDeep.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/cloneDeepWith.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/cloneWith.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/collection.js +2 -0
- package/lib/publishing/github/node_modules/lodash/fp/commit.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/compact.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/complement.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/compose.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/concat.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/cond.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/conforms.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/conformsTo.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/constant.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/contains.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/convert.js +18 -0
- package/lib/publishing/github/node_modules/lodash/fp/countBy.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/create.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/curry.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/curryN.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/curryRight.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/curryRightN.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/date.js +2 -0
- package/lib/publishing/github/node_modules/lodash/fp/debounce.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/deburr.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/defaultTo.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/defaults.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/defaultsAll.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/defaultsDeep.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/defaultsDeepAll.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/defer.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/delay.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/difference.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/differenceBy.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/differenceWith.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/dissoc.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/dissocPath.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/divide.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/drop.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/dropLast.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/dropLastWhile.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/dropRight.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/dropRightWhile.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/dropWhile.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/each.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/eachRight.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/endsWith.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/entries.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/entriesIn.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/eq.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/equals.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/escape.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/escapeRegExp.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/every.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/extend.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/extendAll.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/extendAllWith.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/extendWith.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/fill.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/filter.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/find.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/findFrom.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/findIndex.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/findIndexFrom.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/findKey.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/findLast.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/findLastFrom.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/findLastIndex.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/findLastIndexFrom.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/findLastKey.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/first.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/flatMap.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/flatMapDeep.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/flatMapDepth.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/flatten.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/flattenDeep.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/flattenDepth.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/flip.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/floor.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/flow.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/flowRight.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/forEach.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/forEachRight.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/forIn.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/forInRight.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/forOwn.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/forOwnRight.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/fromPairs.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/function.js +2 -0
- package/lib/publishing/github/node_modules/lodash/fp/functions.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/functionsIn.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/get.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/getOr.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/groupBy.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/gt.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/gte.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/has.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/hasIn.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/head.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/identical.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/identity.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/inRange.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/includes.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/includesFrom.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/indexBy.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/indexOf.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/indexOfFrom.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/init.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/initial.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/intersection.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/intersectionBy.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/intersectionWith.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/invert.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/invertBy.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/invertObj.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/invoke.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/invokeArgs.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/invokeArgsMap.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/invokeMap.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isArguments.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isArray.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isArrayBuffer.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isArrayLike.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isArrayLikeObject.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isBoolean.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isBuffer.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isDate.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isElement.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isEmpty.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isEqual.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isEqualWith.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isError.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isFinite.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isFunction.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isInteger.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isLength.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isMap.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isMatch.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isMatchWith.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isNaN.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isNative.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isNil.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isNull.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isNumber.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isObject.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isObjectLike.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isPlainObject.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isRegExp.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isSafeInteger.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isSet.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isString.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isSymbol.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isTypedArray.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isUndefined.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isWeakMap.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/isWeakSet.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/iteratee.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/join.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/juxt.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/kebabCase.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/keyBy.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/keys.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/keysIn.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/lang.js +2 -0
- package/lib/publishing/github/node_modules/lodash/fp/last.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/lastIndexOf.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/lastIndexOfFrom.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/lowerCase.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/lowerFirst.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/lt.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/lte.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/map.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/mapKeys.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/mapValues.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/matches.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/matchesProperty.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/math.js +2 -0
- package/lib/publishing/github/node_modules/lodash/fp/max.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/maxBy.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/mean.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/meanBy.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/memoize.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/merge.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/mergeAll.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/mergeAllWith.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/mergeWith.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/method.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/methodOf.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/min.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/minBy.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/mixin.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/multiply.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/nAry.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/negate.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/next.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/noop.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/now.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/nth.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/nthArg.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/number.js +2 -0
- package/lib/publishing/github/node_modules/lodash/fp/object.js +2 -0
- package/lib/publishing/github/node_modules/lodash/fp/omit.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/omitAll.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/omitBy.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/once.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/orderBy.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/over.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/overArgs.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/overEvery.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/overSome.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/pad.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/padChars.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/padCharsEnd.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/padCharsStart.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/padEnd.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/padStart.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/parseInt.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/partial.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/partialRight.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/partition.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/path.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/pathEq.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/pathOr.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/paths.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/pick.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/pickAll.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/pickBy.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/pipe.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/placeholder.js +6 -0
- package/lib/publishing/github/node_modules/lodash/fp/plant.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/pluck.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/prop.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/propEq.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/propOr.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/property.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/propertyOf.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/props.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/pull.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/pullAll.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/pullAllBy.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/pullAllWith.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/pullAt.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/random.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/range.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/rangeRight.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/rangeStep.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/rangeStepRight.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/rearg.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/reduce.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/reduceRight.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/reject.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/remove.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/repeat.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/replace.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/rest.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/restFrom.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/result.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/reverse.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/round.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/sample.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/sampleSize.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/seq.js +2 -0
- package/lib/publishing/github/node_modules/lodash/fp/set.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/setWith.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/shuffle.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/size.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/slice.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/snakeCase.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/some.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/sortBy.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/sortedIndex.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/sortedIndexBy.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/sortedIndexOf.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/sortedLastIndex.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/sortedLastIndexBy.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/sortedLastIndexOf.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/sortedUniq.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/sortedUniqBy.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/split.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/spread.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/spreadFrom.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/startCase.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/startsWith.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/string.js +2 -0
- package/lib/publishing/github/node_modules/lodash/fp/stubArray.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/stubFalse.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/stubObject.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/stubString.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/stubTrue.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/subtract.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/sum.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/sumBy.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/symmetricDifference.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/symmetricDifferenceBy.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/symmetricDifferenceWith.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/tail.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/take.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/takeLast.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/takeLastWhile.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/takeRight.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/takeRightWhile.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/takeWhile.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/tap.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/template.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/templateSettings.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/throttle.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/thru.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/times.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/toArray.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/toFinite.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/toInteger.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/toIterator.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/toJSON.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/toLength.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/toLower.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/toNumber.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/toPairs.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/toPairsIn.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/toPath.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/toPlainObject.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/toSafeInteger.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/toString.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/toUpper.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/transform.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/trim.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/trimChars.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/trimCharsEnd.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/trimCharsStart.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/trimEnd.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/trimStart.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/truncate.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/unapply.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/unary.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/unescape.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/union.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/unionBy.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/unionWith.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/uniq.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/uniqBy.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/uniqWith.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/uniqueId.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/unnest.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/unset.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/unzip.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/unzipWith.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/update.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/updateWith.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/upperCase.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/upperFirst.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/useWith.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/util.js +2 -0
- package/lib/publishing/github/node_modules/lodash/fp/value.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/valueOf.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/values.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/valuesIn.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/where.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/whereEq.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/without.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/words.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/wrap.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/wrapperAt.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/wrapperChain.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/wrapperLodash.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/wrapperReverse.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/wrapperValue.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/xor.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/xorBy.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/xorWith.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/zip.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/zipAll.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/zipObj.js +1 -0
- package/lib/publishing/github/node_modules/lodash/fp/zipObject.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/zipObjectDeep.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp/zipWith.js +5 -0
- package/lib/publishing/github/node_modules/lodash/fp.js +2 -0
- package/lib/publishing/github/node_modules/lodash/fromPairs.js +28 -0
- package/lib/publishing/github/node_modules/lodash/function.js +25 -0
- package/lib/publishing/github/node_modules/lodash/functions.js +31 -0
- package/lib/publishing/github/node_modules/lodash/functionsIn.js +31 -0
- package/lib/publishing/github/node_modules/lodash/get.js +33 -0
- package/lib/publishing/github/node_modules/lodash/groupBy.js +41 -0
- package/lib/publishing/github/node_modules/lodash/gt.js +29 -0
- package/lib/publishing/github/node_modules/lodash/gte.js +30 -0
- package/lib/publishing/github/node_modules/lodash/has.js +35 -0
- package/lib/publishing/github/node_modules/lodash/hasIn.js +34 -0
- package/lib/publishing/github/node_modules/lodash/head.js +23 -0
- package/lib/publishing/github/node_modules/lodash/identity.js +21 -0
- package/lib/publishing/github/node_modules/lodash/inRange.js +55 -0
- package/lib/publishing/github/node_modules/lodash/includes.js +53 -0
- package/lib/publishing/github/node_modules/lodash/index.js +1 -0
- package/lib/publishing/github/node_modules/lodash/indexOf.js +42 -0
- package/lib/publishing/github/node_modules/lodash/initial.js +22 -0
- package/lib/publishing/github/node_modules/lodash/intersection.js +30 -0
- package/lib/publishing/github/node_modules/lodash/intersectionBy.js +45 -0
- package/lib/publishing/github/node_modules/lodash/intersectionWith.js +41 -0
- package/lib/publishing/github/node_modules/lodash/invert.js +42 -0
- package/lib/publishing/github/node_modules/lodash/invertBy.js +56 -0
- package/lib/publishing/github/node_modules/lodash/invoke.js +24 -0
- package/lib/publishing/github/node_modules/lodash/invokeMap.js +41 -0
- package/lib/publishing/github/node_modules/lodash/isArguments.js +36 -0
- package/lib/publishing/github/node_modules/lodash/isArray.js +26 -0
- package/lib/publishing/github/node_modules/lodash/isArrayBuffer.js +27 -0
- package/lib/publishing/github/node_modules/lodash/isArrayLike.js +33 -0
- package/lib/publishing/github/node_modules/lodash/isArrayLikeObject.js +33 -0
- package/lib/publishing/github/node_modules/lodash/isBoolean.js +29 -0
- package/lib/publishing/github/node_modules/lodash/isBuffer.js +38 -0
- package/lib/publishing/github/node_modules/lodash/isDate.js +27 -0
- package/lib/publishing/github/node_modules/lodash/isElement.js +25 -0
- package/lib/publishing/github/node_modules/lodash/isEmpty.js +77 -0
- package/lib/publishing/github/node_modules/lodash/isEqual.js +35 -0
- package/lib/publishing/github/node_modules/lodash/isEqualWith.js +41 -0
- package/lib/publishing/github/node_modules/lodash/isError.js +36 -0
- package/lib/publishing/github/node_modules/lodash/isFinite.js +36 -0
- package/lib/publishing/github/node_modules/lodash/isFunction.js +37 -0
- package/lib/publishing/github/node_modules/lodash/isInteger.js +33 -0
- package/lib/publishing/github/node_modules/lodash/isLength.js +35 -0
- package/lib/publishing/github/node_modules/lodash/isMap.js +27 -0
- package/lib/publishing/github/node_modules/lodash/isMatch.js +36 -0
- package/lib/publishing/github/node_modules/lodash/isMatchWith.js +41 -0
- package/lib/publishing/github/node_modules/lodash/isNaN.js +38 -0
- package/lib/publishing/github/node_modules/lodash/isNative.js +40 -0
- package/lib/publishing/github/node_modules/lodash/isNil.js +25 -0
- package/lib/publishing/github/node_modules/lodash/isNull.js +22 -0
- package/lib/publishing/github/node_modules/lodash/isNumber.js +38 -0
- package/lib/publishing/github/node_modules/lodash/isObject.js +31 -0
- package/lib/publishing/github/node_modules/lodash/isObjectLike.js +29 -0
- package/lib/publishing/github/node_modules/lodash/isPlainObject.js +62 -0
- package/lib/publishing/github/node_modules/lodash/isRegExp.js +27 -0
- package/lib/publishing/github/node_modules/lodash/isSafeInteger.js +37 -0
- package/lib/publishing/github/node_modules/lodash/isSet.js +27 -0
- package/lib/publishing/github/node_modules/lodash/isString.js +30 -0
- package/lib/publishing/github/node_modules/lodash/isSymbol.js +29 -0
- package/lib/publishing/github/node_modules/lodash/isTypedArray.js +27 -0
- package/lib/publishing/github/node_modules/lodash/isUndefined.js +22 -0
- package/lib/publishing/github/node_modules/lodash/isWeakMap.js +28 -0
- package/lib/publishing/github/node_modules/lodash/isWeakSet.js +28 -0
- package/lib/publishing/github/node_modules/lodash/iteratee.js +53 -0
- package/lib/publishing/github/node_modules/lodash/join.js +26 -0
- package/lib/publishing/github/node_modules/lodash/kebabCase.js +28 -0
- package/lib/publishing/github/node_modules/lodash/keyBy.js +36 -0
- package/lib/publishing/github/node_modules/lodash/keys.js +37 -0
- package/lib/publishing/github/node_modules/lodash/keysIn.js +32 -0
- package/lib/publishing/github/node_modules/lodash/lang.js +58 -0
- package/lib/publishing/github/node_modules/lodash/last.js +20 -0
- package/lib/publishing/github/node_modules/lodash/lastIndexOf.js +46 -0
- package/lib/publishing/github/node_modules/lodash/lodash.js +17209 -0
- package/lib/publishing/github/node_modules/lodash/lodash.min.js +140 -0
- package/lib/publishing/github/node_modules/lodash/lowerCase.js +27 -0
- package/lib/publishing/github/node_modules/lodash/lowerFirst.js +22 -0
- package/lib/publishing/github/node_modules/lodash/lt.js +29 -0
- package/lib/publishing/github/node_modules/lodash/lte.js +30 -0
- package/lib/publishing/github/node_modules/lodash/map.js +53 -0
- package/lib/publishing/github/node_modules/lodash/mapKeys.js +36 -0
- package/lib/publishing/github/node_modules/lodash/mapValues.js +43 -0
- package/lib/publishing/github/node_modules/lodash/matches.js +46 -0
- package/lib/publishing/github/node_modules/lodash/matchesProperty.js +44 -0
- package/lib/publishing/github/node_modules/lodash/math.js +17 -0
- package/lib/publishing/github/node_modules/lodash/max.js +29 -0
- package/lib/publishing/github/node_modules/lodash/maxBy.js +34 -0
- package/lib/publishing/github/node_modules/lodash/mean.js +22 -0
- package/lib/publishing/github/node_modules/lodash/meanBy.js +31 -0
- package/lib/publishing/github/node_modules/lodash/memoize.js +73 -0
- package/lib/publishing/github/node_modules/lodash/merge.js +39 -0
- package/lib/publishing/github/node_modules/lodash/mergeWith.js +39 -0
- package/lib/publishing/github/node_modules/lodash/method.js +34 -0
- package/lib/publishing/github/node_modules/lodash/methodOf.js +33 -0
- package/lib/publishing/github/node_modules/lodash/min.js +29 -0
- package/lib/publishing/github/node_modules/lodash/minBy.js +34 -0
- package/lib/publishing/github/node_modules/lodash/mixin.js +74 -0
- package/lib/publishing/github/node_modules/lodash/multiply.js +22 -0
- package/lib/publishing/github/node_modules/lodash/negate.js +40 -0
- package/lib/publishing/github/node_modules/lodash/next.js +35 -0
- package/lib/publishing/github/node_modules/lodash/noop.js +17 -0
- package/lib/publishing/github/node_modules/lodash/now.js +23 -0
- package/lib/publishing/github/node_modules/lodash/nth.js +29 -0
- package/lib/publishing/github/node_modules/lodash/nthArg.js +32 -0
- package/lib/publishing/github/node_modules/lodash/number.js +5 -0
- package/lib/publishing/github/node_modules/lodash/object.js +49 -0
- package/lib/publishing/github/node_modules/lodash/omit.js +57 -0
- package/lib/publishing/github/node_modules/lodash/omitBy.js +29 -0
- package/lib/publishing/github/node_modules/lodash/once.js +25 -0
- package/lib/publishing/github/node_modules/lodash/orderBy.js +47 -0
- package/lib/publishing/github/node_modules/lodash/over.js +24 -0
- package/lib/publishing/github/node_modules/lodash/overArgs.js +61 -0
- package/lib/publishing/github/node_modules/lodash/overEvery.js +34 -0
- package/lib/publishing/github/node_modules/lodash/overSome.js +37 -0
- package/lib/publishing/github/node_modules/lodash/package.json +17 -0
- package/lib/publishing/github/node_modules/lodash/pad.js +49 -0
- package/lib/publishing/github/node_modules/lodash/padEnd.js +39 -0
- package/lib/publishing/github/node_modules/lodash/padStart.js +39 -0
- package/lib/publishing/github/node_modules/lodash/parseInt.js +43 -0
- package/lib/publishing/github/node_modules/lodash/partial.js +50 -0
- package/lib/publishing/github/node_modules/lodash/partialRight.js +49 -0
- package/lib/publishing/github/node_modules/lodash/partition.js +43 -0
- package/lib/publishing/github/node_modules/lodash/pick.js +25 -0
- package/lib/publishing/github/node_modules/lodash/pickBy.js +37 -0
- package/lib/publishing/github/node_modules/lodash/plant.js +48 -0
- package/lib/publishing/github/node_modules/lodash/property.js +32 -0
- package/lib/publishing/github/node_modules/lodash/propertyOf.js +30 -0
- package/lib/publishing/github/node_modules/lodash/pull.js +29 -0
- package/lib/publishing/github/node_modules/lodash/pullAll.js +29 -0
- package/lib/publishing/github/node_modules/lodash/pullAllBy.js +33 -0
- package/lib/publishing/github/node_modules/lodash/pullAllWith.js +32 -0
- package/lib/publishing/github/node_modules/lodash/pullAt.js +43 -0
- package/lib/publishing/github/node_modules/lodash/random.js +82 -0
- package/lib/publishing/github/node_modules/lodash/range.js +46 -0
- package/lib/publishing/github/node_modules/lodash/rangeRight.js +41 -0
- package/lib/publishing/github/node_modules/lodash/rearg.js +33 -0
- package/lib/publishing/github/node_modules/lodash/reduce.js +51 -0
- package/lib/publishing/github/node_modules/lodash/reduceRight.js +36 -0
- package/lib/publishing/github/node_modules/lodash/reject.js +46 -0
- package/lib/publishing/github/node_modules/lodash/release.md +48 -0
- package/lib/publishing/github/node_modules/lodash/remove.js +53 -0
- package/lib/publishing/github/node_modules/lodash/repeat.js +37 -0
- package/lib/publishing/github/node_modules/lodash/replace.js +29 -0
- package/lib/publishing/github/node_modules/lodash/rest.js +40 -0
- package/lib/publishing/github/node_modules/lodash/result.js +56 -0
- package/lib/publishing/github/node_modules/lodash/reverse.js +34 -0
- package/lib/publishing/github/node_modules/lodash/round.js +26 -0
- package/lib/publishing/github/node_modules/lodash/sample.js +24 -0
- package/lib/publishing/github/node_modules/lodash/sampleSize.js +37 -0
- package/lib/publishing/github/node_modules/lodash/seq.js +16 -0
- package/lib/publishing/github/node_modules/lodash/set.js +35 -0
- package/lib/publishing/github/node_modules/lodash/setWith.js +32 -0
- package/lib/publishing/github/node_modules/lodash/shuffle.js +25 -0
- package/lib/publishing/github/node_modules/lodash/size.js +46 -0
- package/lib/publishing/github/node_modules/lodash/slice.js +37 -0
- package/lib/publishing/github/node_modules/lodash/snakeCase.js +28 -0
- package/lib/publishing/github/node_modules/lodash/some.js +51 -0
- package/lib/publishing/github/node_modules/lodash/sortBy.js +48 -0
- package/lib/publishing/github/node_modules/lodash/sortedIndex.js +24 -0
- package/lib/publishing/github/node_modules/lodash/sortedIndexBy.js +33 -0
- package/lib/publishing/github/node_modules/lodash/sortedIndexOf.js +31 -0
- package/lib/publishing/github/node_modules/lodash/sortedLastIndex.js +25 -0
- package/lib/publishing/github/node_modules/lodash/sortedLastIndexBy.js +33 -0
- package/lib/publishing/github/node_modules/lodash/sortedLastIndexOf.js +31 -0
- package/lib/publishing/github/node_modules/lodash/sortedUniq.js +24 -0
- package/lib/publishing/github/node_modules/lodash/sortedUniqBy.js +26 -0
- package/lib/publishing/github/node_modules/lodash/split.js +52 -0
- package/lib/publishing/github/node_modules/lodash/spread.js +63 -0
- package/lib/publishing/github/node_modules/lodash/startCase.js +29 -0
- package/lib/publishing/github/node_modules/lodash/startsWith.js +39 -0
- package/lib/publishing/github/node_modules/lodash/string.js +33 -0
- package/lib/publishing/github/node_modules/lodash/stubArray.js +23 -0
- package/lib/publishing/github/node_modules/lodash/stubFalse.js +18 -0
- package/lib/publishing/github/node_modules/lodash/stubObject.js +23 -0
- package/lib/publishing/github/node_modules/lodash/stubString.js +18 -0
- package/lib/publishing/github/node_modules/lodash/stubTrue.js +18 -0
- package/lib/publishing/github/node_modules/lodash/subtract.js +22 -0
- package/lib/publishing/github/node_modules/lodash/sum.js +24 -0
- package/lib/publishing/github/node_modules/lodash/sumBy.js +33 -0
- package/lib/publishing/github/node_modules/lodash/tail.js +22 -0
- package/lib/publishing/github/node_modules/lodash/take.js +37 -0
- package/lib/publishing/github/node_modules/lodash/takeRight.js +39 -0
- package/lib/publishing/github/node_modules/lodash/takeRightWhile.js +45 -0
- package/lib/publishing/github/node_modules/lodash/takeWhile.js +45 -0
- package/lib/publishing/github/node_modules/lodash/tap.js +29 -0
- package/lib/publishing/github/node_modules/lodash/template.js +272 -0
- package/lib/publishing/github/node_modules/lodash/templateSettings.js +67 -0
- package/lib/publishing/github/node_modules/lodash/throttle.js +69 -0
- package/lib/publishing/github/node_modules/lodash/thru.js +28 -0
- package/lib/publishing/github/node_modules/lodash/times.js +51 -0
- package/lib/publishing/github/node_modules/lodash/toArray.js +58 -0
- package/lib/publishing/github/node_modules/lodash/toFinite.js +42 -0
- package/lib/publishing/github/node_modules/lodash/toInteger.js +36 -0
- package/lib/publishing/github/node_modules/lodash/toIterator.js +23 -0
- package/lib/publishing/github/node_modules/lodash/toJSON.js +1 -0
- package/lib/publishing/github/node_modules/lodash/toLength.js +38 -0
- package/lib/publishing/github/node_modules/lodash/toLower.js +28 -0
- package/lib/publishing/github/node_modules/lodash/toNumber.js +64 -0
- package/lib/publishing/github/node_modules/lodash/toPairs.js +30 -0
- package/lib/publishing/github/node_modules/lodash/toPairsIn.js +30 -0
- package/lib/publishing/github/node_modules/lodash/toPath.js +33 -0
- package/lib/publishing/github/node_modules/lodash/toPlainObject.js +32 -0
- package/lib/publishing/github/node_modules/lodash/toSafeInteger.js +37 -0
- package/lib/publishing/github/node_modules/lodash/toString.js +28 -0
- package/lib/publishing/github/node_modules/lodash/toUpper.js +28 -0
- package/lib/publishing/github/node_modules/lodash/transform.js +65 -0
- package/lib/publishing/github/node_modules/lodash/trim.js +47 -0
- package/lib/publishing/github/node_modules/lodash/trimEnd.js +41 -0
- package/lib/publishing/github/node_modules/lodash/trimStart.js +43 -0
- package/lib/publishing/github/node_modules/lodash/truncate.js +111 -0
- package/lib/publishing/github/node_modules/lodash/unary.js +22 -0
- package/lib/publishing/github/node_modules/lodash/unescape.js +34 -0
- package/lib/publishing/github/node_modules/lodash/union.js +26 -0
- package/lib/publishing/github/node_modules/lodash/unionBy.js +39 -0
- package/lib/publishing/github/node_modules/lodash/unionWith.js +34 -0
- package/lib/publishing/github/node_modules/lodash/uniq.js +25 -0
- package/lib/publishing/github/node_modules/lodash/uniqBy.js +31 -0
- package/lib/publishing/github/node_modules/lodash/uniqWith.js +28 -0
- package/lib/publishing/github/node_modules/lodash/uniqueId.js +28 -0
- package/lib/publishing/github/node_modules/lodash/unset.js +34 -0
- package/lib/publishing/github/node_modules/lodash/unzip.js +45 -0
- package/lib/publishing/github/node_modules/lodash/unzipWith.js +39 -0
- package/lib/publishing/github/node_modules/lodash/update.js +35 -0
- package/lib/publishing/github/node_modules/lodash/updateWith.js +33 -0
- package/lib/publishing/github/node_modules/lodash/upperCase.js +27 -0
- package/lib/publishing/github/node_modules/lodash/upperFirst.js +22 -0
- package/lib/publishing/github/node_modules/lodash/util.js +34 -0
- package/lib/publishing/github/node_modules/lodash/value.js +1 -0
- package/lib/publishing/github/node_modules/lodash/valueOf.js +1 -0
- package/lib/publishing/github/node_modules/lodash/values.js +34 -0
- package/lib/publishing/github/node_modules/lodash/valuesIn.js +32 -0
- package/lib/publishing/github/node_modules/lodash/without.js +31 -0
- package/lib/publishing/github/node_modules/lodash/words.js +35 -0
- package/lib/publishing/github/node_modules/lodash/wrap.js +30 -0
- package/lib/publishing/github/node_modules/lodash/wrapperAt.js +48 -0
- package/lib/publishing/github/node_modules/lodash/wrapperChain.js +34 -0
- package/lib/publishing/github/node_modules/lodash/wrapperLodash.js +147 -0
- package/lib/publishing/github/node_modules/lodash/wrapperReverse.js +44 -0
- package/lib/publishing/github/node_modules/lodash/wrapperValue.js +21 -0
- package/lib/publishing/github/node_modules/lodash/xor.js +28 -0
- package/lib/publishing/github/node_modules/lodash/xorBy.js +39 -0
- package/lib/publishing/github/node_modules/lodash/xorWith.js +34 -0
- package/lib/publishing/github/node_modules/lodash/zip.js +22 -0
- package/lib/publishing/github/node_modules/lodash/zipObject.js +24 -0
- package/lib/publishing/github/node_modules/lodash/zipObjectDeep.js +23 -0
- package/lib/publishing/github/node_modules/lodash/zipWith.js +32 -0
- package/lib/publishing/github/node_modules/octokit/LICENSE +1 -1
- package/lib/publishing/github/node_modules/octokit/README.md +34 -6
- package/lib/publishing/github/node_modules/octokit/dist-node/index.js +1 -1
- package/lib/publishing/github/node_modules/octokit/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/octokit/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/octokit/dist-types/app.d.ts +2 -2
- package/lib/publishing/github/node_modules/octokit/dist-types/octokit.d.ts +1 -1
- package/lib/publishing/github/node_modules/octokit/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/octokit/dist-web/index.js +1 -1
- package/lib/publishing/github/node_modules/octokit/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/octokit/package.json +3 -3
- package/lib/publishing/github/node_modules/semver/README.md +183 -27
- package/lib/publishing/github/node_modules/semver/bin/semver.js +183 -0
- package/lib/publishing/github/node_modules/semver/classes/comparator.js +136 -0
- package/lib/publishing/github/node_modules/semver/classes/index.js +5 -0
- package/lib/publishing/github/node_modules/semver/classes/range.js +522 -0
- package/lib/publishing/github/node_modules/semver/classes/semver.js +287 -0
- package/lib/publishing/github/node_modules/semver/functions/clean.js +6 -0
- package/lib/publishing/github/node_modules/semver/functions/cmp.js +52 -0
- package/lib/publishing/github/node_modules/semver/functions/coerce.js +52 -0
- package/lib/publishing/github/node_modules/semver/functions/compare-build.js +7 -0
- package/lib/publishing/github/node_modules/semver/functions/compare-loose.js +3 -0
- package/lib/publishing/github/node_modules/semver/functions/compare.js +5 -0
- package/lib/publishing/github/node_modules/semver/functions/diff.js +23 -0
- package/lib/publishing/github/node_modules/semver/functions/eq.js +3 -0
- package/lib/publishing/github/node_modules/semver/functions/gt.js +3 -0
- package/lib/publishing/github/node_modules/semver/functions/gte.js +3 -0
- package/lib/publishing/github/node_modules/semver/functions/inc.js +18 -0
- package/lib/publishing/github/node_modules/semver/functions/lt.js +3 -0
- package/lib/publishing/github/node_modules/semver/functions/lte.js +3 -0
- package/lib/publishing/github/node_modules/semver/functions/major.js +3 -0
- package/lib/publishing/github/node_modules/semver/functions/minor.js +3 -0
- package/lib/publishing/github/node_modules/semver/functions/neq.js +3 -0
- package/lib/publishing/github/node_modules/semver/functions/parse.js +33 -0
- package/lib/publishing/github/node_modules/semver/functions/patch.js +3 -0
- package/lib/publishing/github/node_modules/semver/functions/prerelease.js +6 -0
- package/lib/publishing/github/node_modules/semver/functions/rcompare.js +3 -0
- package/lib/publishing/github/node_modules/semver/functions/rsort.js +3 -0
- package/lib/publishing/github/node_modules/semver/functions/satisfies.js +10 -0
- package/lib/publishing/github/node_modules/semver/functions/sort.js +3 -0
- package/lib/publishing/github/node_modules/semver/functions/valid.js +6 -0
- package/lib/publishing/github/node_modules/semver/index.js +88 -0
- package/lib/publishing/github/node_modules/semver/internal/constants.js +17 -0
- package/lib/publishing/github/node_modules/semver/internal/debug.js +9 -0
- package/lib/publishing/github/node_modules/semver/internal/identifiers.js +23 -0
- package/lib/publishing/github/node_modules/semver/internal/parse-options.js +11 -0
- package/lib/publishing/github/node_modules/semver/internal/re.js +182 -0
- package/lib/publishing/github/node_modules/semver/package.json +70 -12
- package/lib/publishing/github/node_modules/semver/preload.js +2 -0
- package/lib/publishing/github/node_modules/semver/ranges/gtr.js +4 -0
- package/lib/publishing/github/node_modules/semver/ranges/intersects.js +7 -0
- package/lib/publishing/github/node_modules/semver/ranges/ltr.js +4 -0
- package/lib/publishing/github/node_modules/semver/ranges/max-satisfying.js +25 -0
- package/lib/publishing/github/node_modules/semver/ranges/min-satisfying.js +24 -0
- package/lib/publishing/github/node_modules/semver/ranges/min-version.js +61 -0
- package/lib/publishing/github/node_modules/semver/ranges/outside.js +80 -0
- package/lib/publishing/github/node_modules/semver/ranges/simplify.js +47 -0
- package/lib/publishing/github/node_modules/semver/ranges/subset.js +244 -0
- package/lib/publishing/github/node_modules/semver/ranges/to-comparators.js +8 -0
- package/lib/publishing/github/node_modules/semver/ranges/valid.js +11 -0
- package/lib/publishing/github/node_modules/universal-github-app-jwt/README.md +3 -3
- package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-node/index.js +0 -1
- package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-src/get-token-browser.js +3 -3
- package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-src/get-token.js +2 -2
- package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-src/index.js +3 -3
- package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-src/types.js +1 -0
- package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-src/utils.js +1 -4
- package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-types/get-token-browser.d.ts +2 -2
- package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-types/get-token.d.ts +1 -1
- package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-types/types.d.ts +8 -8
- package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-web/index.bundled.js.map +1 -1
- package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-web/index.js +6 -9
- package/lib/publishing/github/node_modules/universal-github-app-jwt/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/universal-github-app-jwt/package.json +6 -7
- package/lib/publishing/github/package.json +1 -1
- package/lib/publishing/github/yarn.lock +41 -75
- package/package.json +1 -1
- package/lib/publishing/github/node_modules/jsonwebtoken/CHANGELOG.md +0 -476
- package/lib/publishing/github/node_modules/lodash.includes/LICENSE +0 -47
- package/lib/publishing/github/node_modules/lodash.includes/README.md +0 -18
- package/lib/publishing/github/node_modules/lodash.includes/index.js +0 -745
- package/lib/publishing/github/node_modules/lodash.includes/package.json +0 -17
- package/lib/publishing/github/node_modules/lodash.isboolean/LICENSE +0 -22
- package/lib/publishing/github/node_modules/lodash.isboolean/README.md +0 -18
- package/lib/publishing/github/node_modules/lodash.isboolean/index.js +0 -70
- package/lib/publishing/github/node_modules/lodash.isboolean/package.json +0 -17
- package/lib/publishing/github/node_modules/lodash.isinteger/LICENSE +0 -47
- package/lib/publishing/github/node_modules/lodash.isinteger/README.md +0 -18
- package/lib/publishing/github/node_modules/lodash.isinteger/index.js +0 -265
- package/lib/publishing/github/node_modules/lodash.isinteger/package.json +0 -17
- package/lib/publishing/github/node_modules/lodash.isnumber/LICENSE +0 -22
- package/lib/publishing/github/node_modules/lodash.isnumber/README.md +0 -18
- package/lib/publishing/github/node_modules/lodash.isnumber/index.js +0 -79
- package/lib/publishing/github/node_modules/lodash.isnumber/package.json +0 -17
- package/lib/publishing/github/node_modules/lodash.isplainobject/README.md +0 -18
- package/lib/publishing/github/node_modules/lodash.isplainobject/index.js +0 -139
- package/lib/publishing/github/node_modules/lodash.isplainobject/package.json +0 -17
- package/lib/publishing/github/node_modules/lodash.isstring/LICENSE +0 -22
- package/lib/publishing/github/node_modules/lodash.isstring/README.md +0 -18
- package/lib/publishing/github/node_modules/lodash.isstring/index.js +0 -95
- package/lib/publishing/github/node_modules/lodash.isstring/package.json +0 -17
- package/lib/publishing/github/node_modules/lodash.once/LICENSE +0 -47
- package/lib/publishing/github/node_modules/lodash.once/README.md +0 -18
- package/lib/publishing/github/node_modules/lodash.once/index.js +0 -294
- package/lib/publishing/github/node_modules/lodash.once/package.json +0 -17
- package/lib/publishing/github/node_modules/semver/CHANGELOG.md +0 -39
- package/lib/publishing/github/node_modules/semver/bin/semver +0 -160
- 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.
|
|
12
|
+
"octokit@^2.0.11",
|
|
13
13
|
"typescript@~4.9.4"
|
|
14
14
|
],
|
|
15
15
|
"lockfileEntries": {
|
|
16
|
-
"@octokit/app@^13.
|
|
17
|
-
"@octokit/auth-app@^4.0.
|
|
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@^
|
|
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@^
|
|
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
|
|
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.
|
|
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@^
|
|
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.
|
|
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.
|
|
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":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = "13.1.
|
|
1
|
+
export const VERSION = "13.1.1";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "13.1.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
-
} = {
|
|
134
|
+
} = {
|
|
135
|
+
...state,
|
|
141
136
|
...options
|
|
142
|
-
};
|
|
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(
|
|
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, {
|
|
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"];
|
|
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("/"));
|
|
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
|
-
|
|
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;
|
|
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
|
-
}
|
|
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({
|
|
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,
|
|
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.
|
|
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
|
-
});
|
|
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
|
});
|