@ndlib/ndlib-cdk2 1.0.9 → 1.0.11
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/README.md +3 -29
- package/lib/edge-lambdas/index.d.ts +0 -1
- package/lib/edge-lambdas/index.js +0 -1
- package/lib/index.d.ts +0 -1
- package/lib/index.js +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/.package-lock.json +770 -543
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +15 -23
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts +5 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/ie11-detection/package.json +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +41 -19
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/README.md +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js +7 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.d.ts +4 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js +20 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.d.ts +5 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js +20 -24
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/package.json +8 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +9 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +26 -20
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +27 -37
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +37 -22
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/README.md +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/jsSha256.d.ts +6 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/jsSha256.js +25 -35
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/jsSha256.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js +153 -153
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/package.json +5 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +32 -48
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +15 -23
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/package.json +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/package.json +28 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/README.md +320 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListActionExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListActionTypesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListPipelineExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListPipelinesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListWebhooksPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListActionExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListActionTypesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListPipelineExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListPipelinesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListTagsForResourcePaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListWebhooksPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipelineClient.d.ts +15 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeJobCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreateCustomActionTypeCommand.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreatePipelineCommand.d.ts +38 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeletePipelineCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteWebhookCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DisableStageTransitionCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/EnableStageTransitionCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetActionTypeCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetJobDetailsCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineExecutionCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineStateCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionExecutionsCommand.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionTypesCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelineExecutionsCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelinesCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListTagsForResourceCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListWebhooksCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForJobsCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutActionRevisionCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutApprovalResultCommand.d.ts +25 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobFailureResultCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobSuccessResultCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutWebhookCommand.d.ts +32 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RetryStageExecutionCommand.d.ts +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StartPipelineExecutionCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StopPipelineExecutionCommand.d.ts +28 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/TagResourceCommand.d.ts +25 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UntagResourceCommand.d.ts +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdateActionTypeCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdatePipelineCommand.d.ts +26 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/Interfaces.d.ts +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipelineClient.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/package.json +67 -61
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/README.md +1135 -23
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/endpoint/ruleset.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeActivationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAssociationExecutionTargetsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAssociationExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAutomationExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAutomationStepExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAvailablePatchesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstanceAssociationsStatusPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstanceInformationPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchStatesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInventoryDeletionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowSchedulePaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowTargetsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowTasksPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeOpsItemsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeParametersPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchBaselinesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchGroupsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchPropertiesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeSessionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetInventoryPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetInventorySchemaPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetOpsSummaryPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetParameterHistoryPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetParametersByPathPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetResourcePoliciesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListAssociationVersionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListAssociationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListCommandInvocationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListCommandsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListComplianceItemsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListComplianceSummariesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListDocumentVersionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListDocumentsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsItemEventsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsItemRelatedItemsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsMetadataPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListResourceComplianceSummariesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListResourceDataSyncPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/ruleset.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeActivationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAssociationExecutionTargetsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAssociationExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAutomationExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAutomationStepExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAvailablePatchesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstanceAssociationsStatusPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstanceInformationPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchStatesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInventoryDeletionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowSchedulePaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowTargetsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowTasksPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeOpsItemsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeParametersPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchBaselinesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchGroupsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchPropertiesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeSessionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetInventoryPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetInventorySchemaPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetOpsSummaryPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetParameterHistoryPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetParametersByPathPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetResourcePoliciesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListAssociationVersionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListAssociationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListCommandInvocationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListCommandsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListComplianceItemsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListComplianceSummariesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListDocumentVersionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListDocumentsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsItemEventsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsItemRelatedItemsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsMetadataPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListResourceComplianceSummariesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListResourceDataSyncPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +9 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +15 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +36 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +63 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +66 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +25 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +26 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +39 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +41 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +33 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +33 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +39 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +36 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +40 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +27 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +26 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +39 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +39 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +39 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +31 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +65 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +74 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +26 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +62 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +33 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +33 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +57 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +42 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +41 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +15 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +33 -22
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/Interfaces.d.ts +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/package.json +68 -62
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/README.md +50 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +15 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/package.json +64 -58
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/README.md +27 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +15 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +48 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +28 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/package.json +32 -37
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/README.md +75 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +15 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +80 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +77 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +84 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +28 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +55 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +67 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +37 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/package.json +70 -63
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/package.json +32 -19
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/README.md +4 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/package.json +28 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/README.md +4 -28
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/package.json +30 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/README.md +4 -120
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/package.json +34 -20
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/README.md +16 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/package.json +35 -23
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/README.md +4 -56
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/package.json +29 -18
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/README.md +4 -90
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/package.json +31 -19
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/README.md +4 -132
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/package.json +36 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/package.json +29 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/hash-node/package.json +29 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/package.json +27 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/is-array-buffer/package.json +27 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-content-length/package.json +30 -18
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/package.json +12 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +4 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +4 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/package.json +29 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +24 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +23 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/package.json +27 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/package.json +7 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/package.json +32 -18
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-sdk-sts/package.json +33 -21
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/package.json +28 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/package.json +33 -20
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/package.json +26 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +5 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +5 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/package.json +29 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/package.json +29 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/package.json +30 -24
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/package.json +28 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-cjs/Field.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-cjs/Fields.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-cjs/index.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-es/Field.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-es/Fields.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-es/index.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/package.json +28 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-builder/package.json +30 -18
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-parser/package.json +28 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/package.json +25 -13
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/README.md +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +11 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/slurpFile.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +11 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/slurpFile.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/slurpFile.d.ts +5 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +8 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/package.json +27 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/package.json +34 -21
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/default-error-handler.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/default-error-handler.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/NoOpLogger.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts +26 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/default-error-handler.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/object-mapping.d.ts +36 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +73 -23
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/resolve-path.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts +5 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/package.json +30 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/package.json +9 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/abort.d.ts +8 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/auth.d.ts +9 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +6 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/client.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/command.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +6 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/dns.d.ts +23 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +61 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/http.d.ts +24 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +7 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/logger.d.ts +7 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +123 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/profile.d.ts +12 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/request.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/response.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/retry.d.ts +32 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/serde.d.ts +32 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +19 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/signature.d.ts +32 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/stream.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/token.d.ts +6 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/util.d.ts +28 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/package.json +29 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/url-parser/package.json +28 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64/package.json +6 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-browser/package.json +26 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-node/package.json +26 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-buffer-from/package.json +27 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-config-provider/package.json +5 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +8 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-node/package.json +11 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partition.js +16 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +12 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +26 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/package.json +6 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-hex-encoding/package.json +27 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-locate-window/package.json +26 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-middleware/package.json +6 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/package.json +7 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/package.json +27 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/package.json +27 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/package.json +37 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8/package.json +6 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-browser/README.md +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-browser/package.json +23 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/poller.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/utils/sleep.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/utils/validate.d.ts +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +14 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/package.json +29 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@types/minimatch/README.md +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@types/minimatch/index.d.ts +11 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@types/minimatch/package.json +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/CHANGELOG.md +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/README.md +125 -274
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/package.json +18 -43
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/fxp.d.ts +6 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/util.js +1 -36
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/validator.js +52 -29
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +56 -65
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +73 -51
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +6 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/LICENSE +1 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/README.md +987 -279
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/glob.d.ts +328 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/glob.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/glob.js +228 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/glob.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/has-magic.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/has-magic.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/has-magic.js +27 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/has-magic.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/ignore.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/ignore.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/ignore.js +103 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/ignore.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index-cjs.d.ts +75 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index-cjs.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index-cjs.js +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index-cjs.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index.d.ts +96 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index.js +68 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/pattern.d.ts +77 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/pattern.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/pattern.js +219 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/pattern.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/processor.d.ts +59 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/processor.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/processor.js +307 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/processor.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/walker.d.ts +95 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/walker.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/walker.js +370 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/walker.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/glob.d.ts +328 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/glob.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/glob.js +224 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/glob.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/has-magic.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/has-magic.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/has-magic.js +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/has-magic.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/ignore.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/ignore.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/ignore.js +99 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/ignore.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/index.d.ts +96 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/index.js +55 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/pattern.d.ts +77 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/pattern.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/pattern.js +215 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/pattern.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/processor.d.ts +59 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/processor.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/processor.js +300 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/processor.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/walker.d.ts +95 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/walker.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/walker.js +361 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/walker.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/README.md +267 -67
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.js +152 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/escape.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/escape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/escape.js +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/escape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index-cjs.d.ts +42 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index-cjs.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index-cjs.js +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index-cjs.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index.d.ts +92 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index.js +1304 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.js +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.js +148 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/escape.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/escape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/escape.js +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/escape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/index.d.ts +92 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/index.js +1289 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.js +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/package.json +65 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/package.json +75 -29
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/LICENSE +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/README.md +1117 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/index.d.ts +869 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/index.js +1227 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/index.mjs +1227 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/package.json +96 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/LICENSE +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/README.md +769 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/index.d.ts +150 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/index.js +702 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/index.mjs +702 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/package.json +76 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/LICENSE.md +55 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/README.md +559 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/index.d.ts +1055 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/index.js +1865 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/index.d.ts +1055 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/index.js +1827 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/package.json +87 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/CopyrightNotice.txt +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/modules/index.js +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/package.json +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.d.ts +314 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.es6.js +59 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.js +69 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/package-lock.json +1458 -1050
- package/lib/internal-lambdas/sourceWatcherLambda/src/package.json +4 -4
- package/lib/newman-runner.js +1 -3
- package/package.json +18 -19
- package/lib/edge-lambdas/transclusionLambda/index.d.ts +0 -19
- package/lib/edge-lambdas/transclusionLambda/index.js +0 -48
- package/lib/edge-lambdas/transclusionLambda/src/getFromS3.d.ts +0 -3
- package/lib/edge-lambdas/transclusionLambda/src/getFromS3.js +0 -20
- package/lib/edge-lambdas/transclusionLambda/src/getFromS3.ts +0 -20
- package/lib/edge-lambdas/transclusionLambda/src/handler.d.ts +0 -7
- package/lib/edge-lambdas/transclusionLambda/src/handler.js +0 -86
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
# Glob
|
|
2
2
|
|
|
3
|
-
Match files using the patterns the shell uses
|
|
3
|
+
Match files using the patterns the shell uses.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
library to do its matching.
|
|
5
|
+
The most correct and second fastest glob implementation in
|
|
6
|
+
JavaScript. (See **Comparison to Other JavaScript Glob
|
|
7
|
+
Implementations** at the bottom of this readme.)
|
|
9
8
|
|
|
10
9
|

|
|
11
10
|
|
|
@@ -17,302 +16,580 @@ Install with npm
|
|
|
17
16
|
npm i glob
|
|
18
17
|
```
|
|
19
18
|
|
|
20
|
-
```
|
|
21
|
-
|
|
19
|
+
```js
|
|
20
|
+
// load using import
|
|
21
|
+
import { glob, globSync, globStream, globStreamSync, Glob } from 'glob'
|
|
22
|
+
// or using commonjs, that's fine, too
|
|
23
|
+
const {
|
|
24
|
+
glob,
|
|
25
|
+
globSync,
|
|
26
|
+
globStream,
|
|
27
|
+
globStreamSync,
|
|
28
|
+
Glob,
|
|
29
|
+
} = require('glob')
|
|
30
|
+
|
|
31
|
+
// or default export is fine too, just returns the glob function
|
|
32
|
+
// with all the aliases attached.
|
|
33
|
+
import glob from 'glob'
|
|
34
|
+
// or using commonjs
|
|
35
|
+
const glob = require('glob')
|
|
36
|
+
|
|
37
|
+
// the main glob() and globSync() resolve/return array of filenames
|
|
38
|
+
|
|
39
|
+
// all js files, but don't look in node_modules
|
|
40
|
+
const jsfiles = await glob('**/*.js', { ignore: 'node_modules/**' })
|
|
41
|
+
|
|
42
|
+
// pass in a signal to cancel the glob walk
|
|
43
|
+
const stopAfter100ms = await glob('**/*.css', {
|
|
44
|
+
signal: AbortSignal.timeout(100),
|
|
45
|
+
})
|
|
22
46
|
|
|
23
|
-
//
|
|
24
|
-
glob(
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
47
|
+
// multiple patterns supported as well
|
|
48
|
+
const images = await glob(['css/*.{png,jpeg}', 'public/*.{png,jpeg}'])
|
|
49
|
+
|
|
50
|
+
// but of course you can do that with the glob pattern also
|
|
51
|
+
// the sync function is the same, just returns a string[] instead
|
|
52
|
+
// of Promise<string[]>
|
|
53
|
+
const imagesAlt = globSync('{css,public}/*.{png,jpeg}')
|
|
54
|
+
|
|
55
|
+
// you can also stream them, this is a Minipass stream
|
|
56
|
+
const filesStream = globStream(['**/*.dat', 'logs/**/*.log'])
|
|
57
|
+
|
|
58
|
+
// construct a Glob object if you wanna do it that way, which
|
|
59
|
+
// allows for much faster walks if you have to look in the same
|
|
60
|
+
// folder multiple times.
|
|
61
|
+
const g = new Glob('**/foo')
|
|
62
|
+
// glob objects are async iterators, can also do globIterate() or
|
|
63
|
+
// g.iterate(), same deal
|
|
64
|
+
for await (const file of g) {
|
|
65
|
+
console.log('found a foo file:', file)
|
|
66
|
+
}
|
|
67
|
+
// pass a glob as the glob options to reuse its settings and caches
|
|
68
|
+
const g2 = new Glob('**/bar', g)
|
|
69
|
+
// sync iteration works as well
|
|
70
|
+
for (const file of g2) {
|
|
71
|
+
console.log('found a bar file:', file)
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
// you can also pass withFileTypes: true to get Path objects
|
|
75
|
+
// these are like a Dirent, but with some more added powers
|
|
76
|
+
// check out http://npm.im/path-scurry for more info on their API
|
|
77
|
+
const g3 = new Glob('**/baz/**', { withFileTypes: true })
|
|
78
|
+
g3.stream().on('data', path => {
|
|
79
|
+
console.log(
|
|
80
|
+
'got a path object',
|
|
81
|
+
path.fullpath(),
|
|
82
|
+
path.isDirectory(),
|
|
83
|
+
path.readdirSync().map(e => e.name)
|
|
84
|
+
)
|
|
85
|
+
})
|
|
86
|
+
|
|
87
|
+
// if you use stat:true and withFileTypes, you can sort results
|
|
88
|
+
// by things like modified time, filter by permission mode, etc.
|
|
89
|
+
// All Stats fields will be avialable in that case. Slightly
|
|
90
|
+
// slower, though.
|
|
91
|
+
// For example:
|
|
92
|
+
const results = await glob('**', { stat: true, withFileTypes: true })
|
|
93
|
+
|
|
94
|
+
const timeSortedFiles = results
|
|
95
|
+
.sort((a, b) => a.mtimeMS - b.mtimeMS)
|
|
96
|
+
.map(path => path.fullpath())
|
|
97
|
+
|
|
98
|
+
const groupReadableFiles = results
|
|
99
|
+
.filter(path => path.mode & 0o040)
|
|
100
|
+
.map(path => path.fullpath())
|
|
101
|
+
|
|
102
|
+
// custom ignores can be done like this, for example by saying
|
|
103
|
+
// you'll ignore all markdown files, and all folders named 'docs'
|
|
104
|
+
const customIgnoreResults = await glob('**', {
|
|
105
|
+
ignore: {
|
|
106
|
+
ignored: (p) => /\.md$/.test(p.name),
|
|
107
|
+
childrenIgnored: (p) => p.isNamed('docs'),
|
|
108
|
+
},
|
|
109
|
+
})
|
|
110
|
+
|
|
111
|
+
// another fun use case, only return files with the same name as
|
|
112
|
+
// their parent folder, plus either `.ts` or `.js`
|
|
113
|
+
const folderNamedModules = await glob('**/*.{ts,js}', {
|
|
114
|
+
ignore: {
|
|
115
|
+
ignored: (p) => {
|
|
116
|
+
const pp = p.parent
|
|
117
|
+
return !(p.isNamed(pp.name + '.ts') || p.isNamed(pp.name + '.js'))
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
})
|
|
121
|
+
|
|
122
|
+
// find all files edited in the last hour, to do this, we ignore
|
|
123
|
+
// all of them that are more than an hour old
|
|
124
|
+
const newFiles = await glob('**', {
|
|
125
|
+
// need stat so we have mtime
|
|
126
|
+
stat: true,
|
|
127
|
+
// only want the files, not the dirs
|
|
128
|
+
nodir: true,
|
|
129
|
+
ignore: {
|
|
130
|
+
ignored: (p) => {
|
|
131
|
+
return (new Date() - p.mtime) > (60 * 60 * 1000)
|
|
132
|
+
},
|
|
133
|
+
// could add similar childrenIgnored here as well, but
|
|
134
|
+
// directory mtime is inconsistent across platforms, so
|
|
135
|
+
// probably better not to, unless you know the system
|
|
136
|
+
// tracks this reliably.
|
|
137
|
+
}
|
|
29
138
|
})
|
|
30
139
|
```
|
|
31
140
|
|
|
32
|
-
|
|
141
|
+
**Note** Glob patterns should always use `/` as a path separator,
|
|
142
|
+
even on Windows systems, as `\` is used to escape glob
|
|
143
|
+
characters. If you wish to use `\` as a path separator _instead
|
|
144
|
+
of_ using it as an escape character on Windows platforms, you may
|
|
145
|
+
set `windowsPathsNoEscape:true` in the options. In this mode,
|
|
146
|
+
special glob characters cannot be escaped, making it impossible
|
|
147
|
+
to match a literal `*` `?` and so on in filenames.
|
|
33
148
|
|
|
34
|
-
|
|
35
|
-
the command line, or put `build/*` in a `.gitignore` file.
|
|
36
|
-
|
|
37
|
-
Before parsing the path part patterns, braced sections are expanded
|
|
38
|
-
into a set. Braced sections start with `{` and end with `}`, with any
|
|
39
|
-
number of comma-delimited sections within. Braced sections may contain
|
|
40
|
-
slash characters, so `a{/b/c,bcd}` would expand into `a/b/c` and `abcd`.
|
|
41
|
-
|
|
42
|
-
The following characters have special magic meaning when used in a
|
|
43
|
-
path portion:
|
|
44
|
-
|
|
45
|
-
* `*` Matches 0 or more characters in a single path portion
|
|
46
|
-
* `?` Matches 1 character
|
|
47
|
-
* `[...]` Matches a range of characters, similar to a RegExp range.
|
|
48
|
-
If the first character of the range is `!` or `^` then it matches
|
|
49
|
-
any character not in the range.
|
|
50
|
-
* `!(pattern|pattern|pattern)` Matches anything that does not match
|
|
51
|
-
any of the patterns provided.
|
|
52
|
-
* `?(pattern|pattern|pattern)` Matches zero or one occurrence of the
|
|
53
|
-
patterns provided.
|
|
54
|
-
* `+(pattern|pattern|pattern)` Matches one or more occurrences of the
|
|
55
|
-
patterns provided.
|
|
56
|
-
* `*(a|b|c)` Matches zero or more occurrences of the patterns provided
|
|
57
|
-
* `@(pattern|pat*|pat?erN)` Matches exactly one of the patterns
|
|
58
|
-
provided
|
|
59
|
-
* `**` If a "globstar" is alone in a path portion, then it matches
|
|
60
|
-
zero or more directories and subdirectories searching for matches.
|
|
61
|
-
It does not crawl symlinked directories.
|
|
149
|
+
## `glob(pattern: string | string[], options?: GlobOptions) => Promise<string[] | Path[]>`
|
|
62
150
|
|
|
63
|
-
|
|
151
|
+
Perform an asynchronous glob search for the pattern(s) specified.
|
|
152
|
+
Returns
|
|
153
|
+
[Path](https://isaacs.github.io/path-scurry/classes/PathBase)
|
|
154
|
+
objects if the `withFileTypes` option is set to `true`. See below
|
|
155
|
+
for full options field desciptions.
|
|
64
156
|
|
|
65
|
-
|
|
66
|
-
then it will not match any glob pattern unless that pattern's
|
|
67
|
-
corresponding path part also has a `.` as its first character.
|
|
157
|
+
## `globSync(pattern: string | string[], options?: GlobOptions) => string[] | Path[]`
|
|
68
158
|
|
|
69
|
-
|
|
70
|
-
However the pattern `a/*/c` would not, because `*` does not start with
|
|
71
|
-
a dot character.
|
|
159
|
+
Synchronous form of `glob()`.
|
|
72
160
|
|
|
73
|
-
|
|
74
|
-
`dot:true` in the options.
|
|
161
|
+
Alias: `glob.sync()`
|
|
75
162
|
|
|
76
|
-
|
|
163
|
+
## `globIterate(pattern: string | string[], options?: GlobOptions) => AsyncGenerator<string>`
|
|
77
164
|
|
|
78
|
-
|
|
79
|
-
slashes in it, then it will seek for any file anywhere in the tree
|
|
80
|
-
with a matching basename. For example, `*.js` would match
|
|
81
|
-
`test/simple/basic.js`.
|
|
165
|
+
Return an async iterator for walking glob pattern matches.
|
|
82
166
|
|
|
83
|
-
|
|
167
|
+
Alias: `glob.iterate()`
|
|
84
168
|
|
|
85
|
-
|
|
86
|
-
differs from the shell, where the pattern itself is returned. For
|
|
87
|
-
example:
|
|
169
|
+
## `globIterateSync(pattern: string | string[], options?: GlobOptions) => Generator<string>`
|
|
88
170
|
|
|
89
|
-
|
|
90
|
-
a*s*d*f
|
|
171
|
+
Return a sync iterator for walking glob pattern matches.
|
|
91
172
|
|
|
92
|
-
|
|
173
|
+
Alias: `glob.iterate.sync()`, `glob.sync.iterate()`
|
|
93
174
|
|
|
94
|
-
|
|
175
|
+
## `globStream(pattern: string | string[], options?: GlobOptions) => Minipass<string | Path>`
|
|
95
176
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
* `man 3 fnmatch`
|
|
99
|
-
* `man 5 gitignore`
|
|
100
|
-
* [minimatch documentation](https://github.com/isaacs/minimatch)
|
|
177
|
+
Return a stream that emits all the strings or `Path` objects and
|
|
178
|
+
then emits `end` when completed.
|
|
101
179
|
|
|
102
|
-
|
|
180
|
+
Alias: `glob.stream()`
|
|
103
181
|
|
|
104
|
-
|
|
105
|
-
`false` otherwise.
|
|
182
|
+
## `globStreamSync(pattern: string | string[], options?: GlobOptions) => Minipass<string | Path>`
|
|
106
183
|
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
options.
|
|
184
|
+
Syncronous form of `globStream()`. Will read all the matches as
|
|
185
|
+
fast as you consume them, even all in a single tick if you
|
|
186
|
+
consume them immediately, but will still respond to backpressure
|
|
187
|
+
if they're not consumed immediately.
|
|
112
188
|
|
|
113
|
-
|
|
189
|
+
Alias: `glob.stream.sync()`, `glob.sync.stream()`
|
|
114
190
|
|
|
115
|
-
|
|
116
|
-
* `options` `{Object}`
|
|
117
|
-
* `cb` `{Function}`
|
|
118
|
-
* `err` `{Error | null}`
|
|
119
|
-
* `matches` `{Array<String>}` filenames found matching the pattern
|
|
191
|
+
## `hasMagic(pattern: string | string[], options?: GlobOptions) => boolean`
|
|
120
192
|
|
|
121
|
-
|
|
193
|
+
Returns `true` if the provided pattern contains any "magic" glob
|
|
194
|
+
characters, given the options provided.
|
|
122
195
|
|
|
123
|
-
|
|
196
|
+
Brace expansion is not considered "magic" unless the
|
|
197
|
+
`magicalBraces` option is set, as brace expansion just turns one
|
|
198
|
+
string into an array of strings. So a pattern like `'x{a,b}y'`
|
|
199
|
+
would return `false`, because `'xay'` and `'xby'` both do not
|
|
200
|
+
contain any magic glob characters, and it's treated the same as
|
|
201
|
+
if you had called it on `['xay', 'xby']`. When
|
|
202
|
+
`magicalBraces:true` is in the options, brace expansion _is_
|
|
203
|
+
treated as a pattern having magic.
|
|
124
204
|
|
|
125
|
-
|
|
126
|
-
* `options` `{Object}`
|
|
127
|
-
* return: `{Array<String>}` filenames found matching the pattern
|
|
205
|
+
## `escape(pattern: string, options?: GlobOptions) => string`
|
|
128
206
|
|
|
129
|
-
|
|
207
|
+
Escape all magic characters in a glob pattern, so that it will
|
|
208
|
+
only ever match literal strings
|
|
130
209
|
|
|
131
|
-
|
|
210
|
+
If the `windowsPathsNoEscape` option is used, then characters are
|
|
211
|
+
escaped by wrapping in `[]`, because a magic character wrapped in
|
|
212
|
+
a character class can only be satisfied by that exact character.
|
|
132
213
|
|
|
133
|
-
|
|
214
|
+
Slashes (and backslashes in `windowsPathsNoEscape` mode) cannot
|
|
215
|
+
be escaped or unescaped.
|
|
134
216
|
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
217
|
+
## `unescape(pattern: string, options?: GlobOptions) => string`
|
|
218
|
+
|
|
219
|
+
Un-escape a glob string that may contain some escaped characters.
|
|
220
|
+
|
|
221
|
+
If the `windowsPathsNoEscape` option is used, then square-brace
|
|
222
|
+
escapes are removed, but not backslash escapes. For example, it
|
|
223
|
+
will turn the string `'[*]'` into `*`, but it will not turn
|
|
224
|
+
`'\\*'` into `'*'`, because `\` is a path separator in
|
|
225
|
+
`windowsPathsNoEscape` mode.
|
|
226
|
+
|
|
227
|
+
When `windowsPathsNoEscape` is not set, then both brace escapes
|
|
228
|
+
and backslash escapes are removed.
|
|
229
|
+
|
|
230
|
+
Slashes (and backslashes in `windowsPathsNoEscape` mode) cannot
|
|
231
|
+
be escaped or unescaped.
|
|
232
|
+
|
|
233
|
+
## Class `Glob`
|
|
234
|
+
|
|
235
|
+
An object that can perform glob pattern traversals.
|
|
236
|
+
|
|
237
|
+
### `const g = new Glob(pattern: string | string[], options: GlobOptions)`
|
|
238
|
+
|
|
239
|
+
See full options descriptions below.
|
|
240
|
+
|
|
241
|
+
Note that a previous `Glob` object can be passed as the
|
|
242
|
+
`GlobOptions` to another `Glob` instantiation to re-use settings
|
|
243
|
+
and caches with a new pattern.
|
|
244
|
+
|
|
245
|
+
Traversal functions can be called multiple times to run the walk
|
|
246
|
+
again.
|
|
247
|
+
|
|
248
|
+
### `g.stream()`
|
|
249
|
+
|
|
250
|
+
Stream results asynchronously,
|
|
251
|
+
|
|
252
|
+
### `g.streamSync()`
|
|
253
|
+
|
|
254
|
+
Stream results synchronously.
|
|
255
|
+
|
|
256
|
+
### `g.iterate()`
|
|
257
|
+
|
|
258
|
+
Default async iteration function. Returns an AsyncGenerator that
|
|
259
|
+
iterates over the results.
|
|
139
260
|
|
|
140
|
-
|
|
141
|
-
immediately.
|
|
261
|
+
### `g.iterateSync()`
|
|
142
262
|
|
|
143
|
-
|
|
263
|
+
Default sync iteration function. Returns a Generator that
|
|
264
|
+
iterates over the results.
|
|
144
265
|
|
|
145
|
-
|
|
146
|
-
* `options` `{Object}`
|
|
147
|
-
* `cb` `{Function}` Called when an error occurs, or matches are found
|
|
148
|
-
* `err` `{Error | null}`
|
|
149
|
-
* `matches` `{Array<String>}` filenames found matching the pattern
|
|
266
|
+
### `g.walk()`
|
|
150
267
|
|
|
151
|
-
|
|
152
|
-
|
|
268
|
+
Returns a Promise that resolves to the results array.
|
|
269
|
+
|
|
270
|
+
### `g.walkSync()`
|
|
271
|
+
|
|
272
|
+
Returns a results array.
|
|
153
273
|
|
|
154
274
|
### Properties
|
|
155
275
|
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
as
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
276
|
+
All options are stored as properties on the `Glob` object.
|
|
277
|
+
|
|
278
|
+
- `opts` The options provided to the constructor.
|
|
279
|
+
- `patterns` An array of parsed immutable `Pattern` objects.
|
|
280
|
+
|
|
281
|
+
## Options
|
|
282
|
+
|
|
283
|
+
Exported as `GlobOptions` TypeScript interface. A `GlobOptions`
|
|
284
|
+
object may be provided to any of the exported methods, and must
|
|
285
|
+
be provided to the `Glob` constructor.
|
|
286
|
+
|
|
287
|
+
All options are optional, boolean, and false by default, unless
|
|
288
|
+
otherwise noted.
|
|
289
|
+
|
|
290
|
+
All resolved options are added to the Glob object as properties.
|
|
291
|
+
|
|
292
|
+
If you are running many `glob` operations, you can pass a Glob
|
|
293
|
+
object as the `options` argument to a subsequent operation to
|
|
294
|
+
share the previously loaded cache.
|
|
295
|
+
|
|
296
|
+
- `cwd` String path or `file://` string or URL object. The
|
|
297
|
+
current working directory in which to search. Defaults to
|
|
298
|
+
`process.cwd()`. See also: "Windows, CWDs, Drive Letters, and
|
|
299
|
+
UNC Paths", below.
|
|
300
|
+
|
|
301
|
+
This option may be eiher a string path or a `file://` URL
|
|
302
|
+
object or string.
|
|
303
|
+
|
|
304
|
+
- `root` A string path resolved against the `cwd` option, which
|
|
305
|
+
is used as the starting point for absolute patterns that start
|
|
306
|
+
with `/`, (but not drive letters or UNC paths on Windows).
|
|
307
|
+
|
|
308
|
+
Note that this _doesn't_ necessarily limit the walk to the
|
|
309
|
+
`root` directory, and doesn't affect the cwd starting point for
|
|
310
|
+
non-absolute patterns. A pattern containing `..` will still be
|
|
311
|
+
able to traverse out of the root directory, if it is not an
|
|
312
|
+
actual root directory on the filesystem, and any non-absolute
|
|
313
|
+
patterns will be matched in the `cwd`. For example, the
|
|
314
|
+
pattern `/../*` with `{root:'/some/path'}` will return all
|
|
315
|
+
files in `/some`, not all files in `/some/path`. The pattern
|
|
316
|
+
`*` with `{root:'/some/path'}` will return all the entries in
|
|
317
|
+
the cwd, not the entries in `/some/path`.
|
|
318
|
+
|
|
319
|
+
To start absolute and non-absolute patterns in the same
|
|
320
|
+
path, you can use `{root:''}`. However, be aware that on
|
|
321
|
+
Windows systems, a pattern like `x:/*` or `//host/share/*` will
|
|
322
|
+
_always_ start in the `x:/` or `//host/share` directory,
|
|
323
|
+
regardless of the `root` setting.
|
|
324
|
+
|
|
325
|
+
- `windowsPathsNoEscape` Use `\\` as a path separator _only_, and
|
|
326
|
+
_never_ as an escape character. If set, all `\\` characters are
|
|
327
|
+
replaced with `/` in the pattern.
|
|
328
|
+
|
|
329
|
+
Note that this makes it **impossible** to match against paths
|
|
330
|
+
containing literal glob pattern characters, but allows matching
|
|
331
|
+
with patterns constructed using `path.join()` and
|
|
332
|
+
`path.resolve()` on Windows platforms, mimicking the (buggy!)
|
|
333
|
+
behavior of Glob v7 and before on Windows. Please use with
|
|
334
|
+
caution, and be mindful of [the caveat below about Windows
|
|
335
|
+
paths](#windows). (For legacy reasons, this is also set if
|
|
336
|
+
`allowWindowsEscape` is set to the exact value `false`.)
|
|
337
|
+
|
|
338
|
+
- `dot` Include `.dot` files in normal matches and `globstar`
|
|
339
|
+
matches. Note that an explicit dot in a portion of the pattern
|
|
340
|
+
will always match dot files.
|
|
341
|
+
|
|
342
|
+
- `magicalBraces` Treat brace expansion like `{a,b}` as a "magic"
|
|
343
|
+
pattern. Has no effect if {@link nobrace} is set.
|
|
344
|
+
|
|
345
|
+
Only has effect on the {@link hasMagic} function, no effect on
|
|
346
|
+
glob pattern matching itself.
|
|
347
|
+
|
|
348
|
+
- `dotRelative` Prepend all relative path strings with `./` (or
|
|
349
|
+
`.\` on Windows).
|
|
350
|
+
|
|
351
|
+
Without this option, returned relative paths are "bare", so
|
|
352
|
+
instead of returning `'./foo/bar'`, they are returned as
|
|
353
|
+
`'foo/bar'`.
|
|
354
|
+
|
|
355
|
+
Relative patterns starting with `'../'` are not prepended with
|
|
356
|
+
`./`, even if this option is set.
|
|
357
|
+
|
|
358
|
+
- `mark` Add a `/` character to directory matches. Note that this
|
|
224
359
|
requires additional stat calls.
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
* `silent` When an unusual error is encountered when attempting to
|
|
230
|
-
read a directory, a warning will be printed to stderr. Set the
|
|
231
|
-
`silent` option to true to suppress these warnings.
|
|
232
|
-
* `strict` When an unusual error is encountered when attempting to
|
|
233
|
-
read a directory, the process will just continue on in search of
|
|
234
|
-
other matches. Set the `strict` option to raise an error in these
|
|
235
|
-
cases.
|
|
236
|
-
* `cache` See `cache` property above. Pass in a previously generated
|
|
237
|
-
cache object to save some fs calls.
|
|
238
|
-
* `statCache` A cache of results of filesystem information, to prevent
|
|
239
|
-
unnecessary stat calls. While it should not normally be necessary
|
|
240
|
-
to set this, you may pass the statCache from one glob() call to the
|
|
241
|
-
options object of another, if you know that the filesystem will not
|
|
242
|
-
change between calls. (See "Race Conditions" below.)
|
|
243
|
-
* `symlinks` A cache of known symbolic links. You may pass in a
|
|
244
|
-
previously generated `symlinks` object to save `lstat` calls when
|
|
245
|
-
resolving `**` matches.
|
|
246
|
-
* `sync` DEPRECATED: use `glob.sync(pattern, opts)` instead.
|
|
247
|
-
* `nounique` In some cases, brace-expanded patterns can result in the
|
|
248
|
-
same file showing up multiple times in the result set. By default,
|
|
249
|
-
this implementation prevents duplicates in the result set. Set this
|
|
250
|
-
flag to disable that behavior.
|
|
251
|
-
* `nonull` Set to never return an empty set, instead returning a set
|
|
252
|
-
containing the pattern itself. This is the default in glob(3).
|
|
253
|
-
* `debug` Set to enable debug logging in minimatch and glob.
|
|
254
|
-
* `nobrace` Do not expand `{a,b}` and `{1..3}` brace sets.
|
|
255
|
-
* `noglobstar` Do not match `**` against multiple filenames. (Ie,
|
|
360
|
+
|
|
361
|
+
- `nobrace` Do not expand `{a,b}` and `{1..3}` brace sets.
|
|
362
|
+
|
|
363
|
+
- `noglobstar` Do not match `**` against multiple filenames. (Ie,
|
|
256
364
|
treat it as a normal `*` instead.)
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
the
|
|
365
|
+
|
|
366
|
+
- `noext` Do not match "extglob" patterns such as `+(a|b)`.
|
|
367
|
+
|
|
368
|
+
- `nocase` Perform a case-insensitive match. This defaults to
|
|
369
|
+
`true` on macOS and Windows systems, and `false` on all others.
|
|
370
|
+
|
|
371
|
+
**Note** `nocase` should only be explicitly set when it is
|
|
372
|
+
known that the filesystem's case sensitivity differs from the
|
|
373
|
+
platform default. If set `true` on case-sensitive file
|
|
374
|
+
systems, or `false` on case-insensitive file systems, then the
|
|
375
|
+
walk may return more or less results than expected.
|
|
376
|
+
|
|
377
|
+
- `maxDepth` Specify a number to limit the depth of the directory
|
|
378
|
+
traversal to this many levels below the `cwd`.
|
|
379
|
+
|
|
380
|
+
- `matchBase` Perform a basename-only match if the pattern does
|
|
381
|
+
not contain any slash characters. That is, `*.js` would be
|
|
382
|
+
treated as equivalent to `**/*.js`, matching all js files in
|
|
383
|
+
all directories.
|
|
384
|
+
|
|
385
|
+
- `nodir` Do not match directories, only files. (Note: to match
|
|
386
|
+
_only_ directories, put a `/` at the end of the pattern.)
|
|
387
|
+
|
|
388
|
+
- `stat` Call `lstat()` on all entries, whether required or not
|
|
389
|
+
to determine whether it's a valid match. When used with
|
|
390
|
+
`withFileTypes`, this means that matches will include data such
|
|
391
|
+
as modified time, permissions, and so on. Note that this will
|
|
392
|
+
incur a performance cost due to the added system calls.
|
|
393
|
+
|
|
394
|
+
- `ignore` string or string[], or an object with `ignore` and
|
|
395
|
+
`ignoreChildren` methods.
|
|
396
|
+
|
|
397
|
+
If a string or string[] is provided, then this is treated as a
|
|
398
|
+
glob pattern or array of glob patterns to exclude from matches.
|
|
399
|
+
To ignore all children within a directory, as well as the entry
|
|
400
|
+
itself, append `'/**'` to the ignore pattern.
|
|
401
|
+
|
|
402
|
+
**Note** `ignore` patterns are _always_ in `dot:true` mode,
|
|
403
|
+
regardless of any other settings.
|
|
404
|
+
|
|
405
|
+
If an object is provided that has `ignored(path)` and/or
|
|
406
|
+
`childrenIgnored(path)` methods, then these methods will be
|
|
407
|
+
called to determine whether any Path is a match or if its
|
|
408
|
+
children should be traversed, respectively.
|
|
409
|
+
|
|
410
|
+
- `follow` Follow symlinked directories when expanding `**`
|
|
411
|
+
patterns. This can result in a lot of duplicate references in
|
|
412
|
+
the presence of cyclic links, and make performance quite bad.
|
|
413
|
+
|
|
414
|
+
By default, a `**` in a pattern will follow 1 symbolic link if
|
|
415
|
+
it is not the first item in the pattern, or none if it is the
|
|
416
|
+
first item in the pattern, following the same behavior as Bash.
|
|
417
|
+
|
|
418
|
+
- `realpath` Set to true to call `fs.realpath` on all of the
|
|
419
|
+
results. In the case of an entry that cannot be resolved, the
|
|
420
|
+
entry is omitted. This incurs a slight performance penalty, of
|
|
421
|
+
course, because of the added system calls.
|
|
422
|
+
|
|
423
|
+
- `absolute` Set to true to always receive absolute paths for
|
|
424
|
+
matched files. Set to `false` to always receive relative paths
|
|
425
|
+
for matched files.
|
|
426
|
+
|
|
427
|
+
By default, when this option is not set, absolute paths are
|
|
428
|
+
returned for patterns that are absolute, and otherwise paths
|
|
429
|
+
are returned that are relative to the `cwd` setting.
|
|
430
|
+
|
|
431
|
+
This does _not_ make an extra system call to get the realpath,
|
|
432
|
+
it only does string path resolution.
|
|
433
|
+
|
|
434
|
+
`absolute` may not be used along with `withFileTypes`.
|
|
435
|
+
|
|
436
|
+
- `platform` Defaults to value of `process.platform` if
|
|
437
|
+
available, or `'linux'` if not. Setting `platform:'win32'` on
|
|
438
|
+
non-Windows systems may cause strange behavior.
|
|
439
|
+
|
|
440
|
+
- `withFileTypes` Return [PathScurry](http://npm.im/path-scurry)
|
|
441
|
+
`Path` objects instead of strings. These are similar to a
|
|
442
|
+
NodeJS `Dirent` object, but with additional methods and
|
|
443
|
+
properties.
|
|
444
|
+
|
|
445
|
+
`withFileTypes` may not be used along with `absolute`.
|
|
446
|
+
|
|
447
|
+
- `signal` An AbortSignal which will cancel the Glob walk when
|
|
448
|
+
triggered.
|
|
449
|
+
|
|
450
|
+
- `fs` An override object to pass in custom filesystem methods.
|
|
451
|
+
See [PathScurry docs](http://npm.im/path-scurry) for what can
|
|
452
|
+
be overridden.
|
|
453
|
+
|
|
454
|
+
- `scurry` A [PathScurry](http://npm.im/path-scurry) object used
|
|
455
|
+
to traverse the file system. If the `nocase` option is set
|
|
456
|
+
explicitly, then any provided `scurry` object must match this
|
|
457
|
+
setting.
|
|
458
|
+
|
|
459
|
+
## Glob Primer
|
|
460
|
+
|
|
461
|
+
Much more information about glob pattern expansion can be found
|
|
462
|
+
by running `man bash` and searching for `Pattern Matching`.
|
|
463
|
+
|
|
464
|
+
"Globs" are the patterns you type when you do stuff like `ls
|
|
465
|
+
*.js` on the command line, or put `build/*` in a `.gitignore`
|
|
466
|
+
file.
|
|
467
|
+
|
|
468
|
+
Before parsing the path part patterns, braced sections are
|
|
469
|
+
expanded into a set. Braced sections start with `{` and end with
|
|
470
|
+
`}`, with 2 or more comma-delimited sections within. Braced
|
|
471
|
+
sections may contain slash characters, so `a{/b/c,bcd}` would
|
|
472
|
+
expand into `a/b/c` and `abcd`.
|
|
473
|
+
|
|
474
|
+
The following characters have special magic meaning when used in
|
|
475
|
+
a path portion. With the exception of `**`, none of these match
|
|
476
|
+
path separators (ie, `/` on all platforms, and `\` on Windows).
|
|
477
|
+
|
|
478
|
+
- `*` Matches 0 or more characters in a single path portion.
|
|
479
|
+
When alone in a path portion, it must match at least 1
|
|
480
|
+
character. If `dot:true` is not specified, then `*` will not
|
|
481
|
+
match against a `.` character at the start of a path portion.
|
|
482
|
+
- `?` Matches 1 character. If `dot:true` is not specified, then
|
|
483
|
+
`?` will not match against a `.` character at the start of a
|
|
484
|
+
path portion.
|
|
485
|
+
- `[...]` Matches a range of characters, similar to a RegExp
|
|
486
|
+
range. If the first character of the range is `!` or `^` then
|
|
487
|
+
it matches any character not in the range. If the first
|
|
488
|
+
character is `]`, then it will be considered the same as `\]`,
|
|
489
|
+
rather than the end of the character class.
|
|
490
|
+
- `!(pattern|pattern|pattern)` Matches anything that does not
|
|
491
|
+
match any of the patterns provided. May _not_ contain `/`
|
|
492
|
+
characters. Similar to `*`, if alone in a path portion, then
|
|
493
|
+
the path portion must have at least one character.
|
|
494
|
+
- `?(pattern|pattern|pattern)` Matches zero or one occurrence of
|
|
495
|
+
the patterns provided. May _not_ contain `/` characters.
|
|
496
|
+
- `+(pattern|pattern|pattern)` Matches one or more occurrences of
|
|
497
|
+
the patterns provided. May _not_ contain `/` characters.
|
|
498
|
+
- `*(a|b|c)` Matches zero or more occurrences of the patterns
|
|
499
|
+
provided. May _not_ contain `/` characters.
|
|
500
|
+
- `@(pattern|pat*|pat?erN)` Matches exactly one of the patterns
|
|
501
|
+
provided. May _not_ contain `/` characters.
|
|
502
|
+
- `**` If a "globstar" is alone in a path portion, then it
|
|
503
|
+
matches zero or more directories and subdirectories searching
|
|
504
|
+
for matches. It does not crawl symlinked directories, unless
|
|
505
|
+
`{follow:true}` is passed in the options object. A pattern
|
|
506
|
+
like `a/b/**` will only match `a/b` if it is a directory.
|
|
507
|
+
Follows 1 symbolic link if not the first item in the pattern,
|
|
508
|
+
or 0 if it is the first item, unless `follow:true` is set, in
|
|
509
|
+
which case it follows all symbolic links.
|
|
510
|
+
|
|
511
|
+
`[:class:]` patterns are supported by this implementation, but
|
|
512
|
+
`[=c=]` and `[.symbol.]` style class patterns are not.
|
|
513
|
+
|
|
514
|
+
### Dots
|
|
515
|
+
|
|
516
|
+
If a file or directory path portion has a `.` as the first
|
|
517
|
+
character, then it will not match any glob pattern unless that
|
|
518
|
+
pattern's corresponding path part also has a `.` as its first
|
|
519
|
+
character.
|
|
520
|
+
|
|
521
|
+
For example, the pattern `a/.*/c` would match the file at
|
|
522
|
+
`a/.b/c`. However the pattern `a/*/c` would not, because `*` does
|
|
523
|
+
not start with a dot character.
|
|
524
|
+
|
|
525
|
+
You can make glob treat dots as normal characters by setting
|
|
526
|
+
`dot:true` in the options.
|
|
527
|
+
|
|
528
|
+
### Basename Matching
|
|
529
|
+
|
|
530
|
+
If you set `matchBase:true` in the options, and the pattern has
|
|
531
|
+
no slashes in it, then it will seek for any file anywhere in the
|
|
532
|
+
tree with a matching basename. For example, `*.js` would match
|
|
533
|
+
`test/simple/basic.js`.
|
|
534
|
+
|
|
535
|
+
### Empty Sets
|
|
536
|
+
|
|
537
|
+
If no matching files are found, then an empty array is returned.
|
|
538
|
+
This differs from the shell, where the pattern itself is
|
|
539
|
+
returned. For example:
|
|
540
|
+
|
|
541
|
+
```sh
|
|
542
|
+
$ echo a*s*d*f
|
|
543
|
+
a*s*d*f
|
|
544
|
+
```
|
|
279
545
|
|
|
280
546
|
## Comparisons to other fnmatch/glob implementations
|
|
281
547
|
|
|
282
|
-
While strict compliance with the existing standards is a
|
|
283
|
-
goal, some discrepancies exist between node-glob and
|
|
284
|
-
implementations, and are intentional.
|
|
285
|
-
|
|
286
|
-
The double-star character `**` is supported by default, unless
|
|
287
|
-
`noglobstar` flag is set.
|
|
288
|
-
and bash
|
|
289
|
-
thing in a path part.
|
|
290
|
-
`a/**b` will not.
|
|
291
|
-
|
|
292
|
-
Note that symlinked directories are not
|
|
293
|
-
though their contents may match against subsequent portions
|
|
294
|
-
pattern.
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
`+(a|
|
|
306
|
-
|
|
307
|
-
|
|
548
|
+
While strict compliance with the existing standards is a
|
|
549
|
+
worthwhile goal, some discrepancies exist between node-glob and
|
|
550
|
+
other implementations, and are intentional.
|
|
551
|
+
|
|
552
|
+
The double-star character `**` is supported by default, unless
|
|
553
|
+
the `noglobstar` flag is set. This is supported in the manner of
|
|
554
|
+
bsdglob and bash 5, where `**` only has special significance if
|
|
555
|
+
it is the only thing in a path part. That is, `a/**/b` will match
|
|
556
|
+
`a/x/y/b`, but `a/**b` will not.
|
|
557
|
+
|
|
558
|
+
Note that symlinked directories are not traversed as part of a
|
|
559
|
+
`**`, though their contents may match against subsequent portions
|
|
560
|
+
of the pattern. This prevents infinite loops and duplicates and
|
|
561
|
+
the like. You can force glob to traverse symlinks with `**` by
|
|
562
|
+
setting `{follow:true}` in the options.
|
|
563
|
+
|
|
564
|
+
There is no equivalent of the `nonull` option. A pattern that
|
|
565
|
+
does not find any matches simply resolves to nothing. (An empty
|
|
566
|
+
array, immediately ended stream, etc.)
|
|
567
|
+
|
|
568
|
+
If brace expansion is not disabled, then it is performed before
|
|
569
|
+
any other interpretation of the glob pattern. Thus, a pattern
|
|
570
|
+
like `+(a|{b),c)}`, which would not be valid in bash or zsh, is
|
|
571
|
+
expanded **first** into the set of `+(a|b)` and `+(a|c)`, and
|
|
572
|
+
those patterns are checked for validity. Since those two are
|
|
573
|
+
valid, matching proceeds.
|
|
574
|
+
|
|
575
|
+
The character class patterns `[:class:]` (posix standard named
|
|
576
|
+
classes) style class patterns are supported and unicode-aware,
|
|
577
|
+
but `[=c=]` (locale-specific character collation weight), and
|
|
578
|
+
`[.symbol.]` (collating symbol), are not.
|
|
579
|
+
|
|
580
|
+
### Repeated Slashes
|
|
581
|
+
|
|
582
|
+
Unlike Bash and zsh, repeated `/` are always coalesced into a
|
|
583
|
+
single path separator.
|
|
308
584
|
|
|
309
585
|
### Comments and Negation
|
|
310
586
|
|
|
311
|
-
Previously, this module let you mark a pattern as a "comment" if
|
|
312
|
-
started with a `#` character, or a "negated" pattern if it
|
|
313
|
-
with a `!` character.
|
|
587
|
+
Previously, this module let you mark a pattern as a "comment" if
|
|
588
|
+
it started with a `#` character, or a "negated" pattern if it
|
|
589
|
+
started with a `!` character.
|
|
314
590
|
|
|
315
|
-
These options were deprecated in version 5, and removed in
|
|
591
|
+
These options were deprecated in version 5, and removed in
|
|
592
|
+
version 6.
|
|
316
593
|
|
|
317
594
|
To specify things that should not match, use the `ignore` option.
|
|
318
595
|
|
|
@@ -320,56 +597,487 @@ To specify things that should not match, use the `ignore` option.
|
|
|
320
597
|
|
|
321
598
|
**Please only use forward-slashes in glob expressions.**
|
|
322
599
|
|
|
323
|
-
Though windows uses either `/` or `\` as its path separator, only
|
|
324
|
-
characters are used by this glob implementation.
|
|
325
|
-
forward-slashes **only** in glob expressions.
|
|
326
|
-
be interpreted as escape characters, not path separators.
|
|
600
|
+
Though windows uses either `/` or `\` as its path separator, only
|
|
601
|
+
`/` characters are used by this glob implementation. You must use
|
|
602
|
+
forward-slashes **only** in glob expressions. Back-slashes will
|
|
603
|
+
always be interpreted as escape characters, not path separators.
|
|
604
|
+
|
|
605
|
+
Results from absolute patterns such as `/foo/*` are mounted onto
|
|
606
|
+
the root setting using `path.join`. On windows, this will by
|
|
607
|
+
default result in `/foo/*` matching `C:\foo\bar.txt`.
|
|
608
|
+
|
|
609
|
+
To automatically coerce all `\` characters to `/` in pattern
|
|
610
|
+
strings, **thus making it impossible to escape literal glob
|
|
611
|
+
characters**, you may set the `windowsPathsNoEscape` option to
|
|
612
|
+
`true`.
|
|
613
|
+
|
|
614
|
+
### Windows, CWDs, Drive Letters, and UNC Paths
|
|
615
|
+
|
|
616
|
+
On posix systems, when a pattern starts with `/`, any `cwd`
|
|
617
|
+
option is ignored, and the traversal starts at `/`, plus any
|
|
618
|
+
non-magic path portions specified in the pattern.
|
|
619
|
+
|
|
620
|
+
On Windows systems, the behavior is similar, but the concept of
|
|
621
|
+
an "absolute path" is somewhat more involved.
|
|
622
|
+
|
|
623
|
+
#### UNC Paths
|
|
624
|
+
|
|
625
|
+
A UNC path may be used as the start of a pattern on Windows
|
|
626
|
+
platforms. For example, a pattern like: `//?/x:/*` will return
|
|
627
|
+
all file entries in the root of the `x:` drive. A pattern like
|
|
628
|
+
`//ComputerName/Share/*` will return all files in the associated
|
|
629
|
+
share.
|
|
630
|
+
|
|
631
|
+
UNC path roots are always compared case insensitively.
|
|
327
632
|
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
633
|
+
#### Drive Letters
|
|
634
|
+
|
|
635
|
+
A pattern starting with a drive letter, like `c:/*`, will search
|
|
636
|
+
in that drive, regardless of any `cwd` option provided.
|
|
637
|
+
|
|
638
|
+
If the pattern starts with `/`, and is not a UNC path, and there
|
|
639
|
+
is an explicit `cwd` option set with a drive letter, then the
|
|
640
|
+
drive letter in the `cwd` is used as the root of the directory
|
|
641
|
+
traversal.
|
|
642
|
+
|
|
643
|
+
For example, `glob('/tmp', { cwd: 'c:/any/thing' })` will return
|
|
644
|
+
`['c:/tmp']` as the result.
|
|
645
|
+
|
|
646
|
+
If an explicit `cwd` option is not provided, and the pattern
|
|
647
|
+
starts with `/`, then the traversal will run on the root of the
|
|
648
|
+
drive provided as the `cwd` option. (That is, it is the result of
|
|
649
|
+
`path.resolve('/')`.)
|
|
331
650
|
|
|
332
651
|
## Race Conditions
|
|
333
652
|
|
|
334
|
-
Glob searching, by its very nature, is susceptible to race
|
|
335
|
-
since it relies on directory walking
|
|
653
|
+
Glob searching, by its very nature, is susceptible to race
|
|
654
|
+
conditions, since it relies on directory walking.
|
|
336
655
|
|
|
337
|
-
As a result, it is possible that a file that exists when glob
|
|
338
|
-
it may have been deleted or modified by the time it
|
|
656
|
+
As a result, it is possible that a file that exists when glob
|
|
657
|
+
looks for it may have been deleted or modified by the time it
|
|
658
|
+
returns the result.
|
|
339
659
|
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
calls.
|
|
660
|
+
By design, this implementation caches all readdir calls that it
|
|
661
|
+
makes, in order to cut down on system overhead. However, this
|
|
662
|
+
also makes it even more susceptible to races, especially if the
|
|
663
|
+
cache object is reused between glob calls.
|
|
345
664
|
|
|
346
665
|
Users are thus advised not to use a glob result as a guarantee of
|
|
347
|
-
filesystem state in the face of rapid changes.
|
|
348
|
-
of operations, this is never a problem.
|
|
666
|
+
filesystem state in the face of rapid changes. For the vast
|
|
667
|
+
majority of operations, this is never a problem.
|
|
668
|
+
|
|
669
|
+
### See Also:
|
|
670
|
+
|
|
671
|
+
- `man sh`
|
|
672
|
+
- `man bash` [Pattern
|
|
673
|
+
Matching](https://www.gnu.org/software/bash/manual/html_node/Pattern-Matching.html)
|
|
674
|
+
- `man 3 fnmatch`
|
|
675
|
+
- `man 5 gitignore`
|
|
676
|
+
- [minimatch documentation](https://github.com/isaacs/minimatch)
|
|
349
677
|
|
|
350
678
|
## Glob Logo
|
|
351
|
-
Glob's logo was created by [Tanya Brassie](http://tanyabrassie.com/). Logo files can be found [here](https://github.com/isaacs/node-glob/tree/master/logo).
|
|
352
679
|
|
|
353
|
-
|
|
680
|
+
Glob's logo was created by [Tanya
|
|
681
|
+
Brassie](http://tanyabrassie.com/). Logo files can be found
|
|
682
|
+
[here](https://github.com/isaacs/node-glob/tree/master/logo).
|
|
683
|
+
|
|
684
|
+
The logo is licensed under a [Creative Commons
|
|
685
|
+
Attribution-ShareAlike 4.0 International
|
|
686
|
+
License](https://creativecommons.org/licenses/by-sa/4.0/).
|
|
354
687
|
|
|
355
688
|
## Contributing
|
|
356
689
|
|
|
357
|
-
Any change to behavior (including bugfixes) must come with a
|
|
690
|
+
Any change to behavior (including bugfixes) must come with a
|
|
691
|
+
test.
|
|
358
692
|
|
|
359
693
|
Patches that fail tests or reduce performance will be rejected.
|
|
360
694
|
|
|
361
|
-
```
|
|
695
|
+
```sh
|
|
362
696
|
# to run tests
|
|
363
697
|
npm test
|
|
364
698
|
|
|
365
699
|
# to re-generate test fixtures
|
|
366
700
|
npm run test-regen
|
|
367
701
|
|
|
368
|
-
#
|
|
702
|
+
# run the benchmarks
|
|
369
703
|
npm run bench
|
|
370
704
|
|
|
371
705
|
# to profile javascript
|
|
372
706
|
npm run prof
|
|
373
707
|
```
|
|
374
708
|
|
|
709
|
+
## Comparison to Other JavaScript Glob Implementations
|
|
710
|
+
|
|
711
|
+
**tl;dr**
|
|
712
|
+
|
|
713
|
+
- If you want glob matching that is as faithful as possible to
|
|
714
|
+
Bash pattern expansion semantics, and as fast as possible
|
|
715
|
+
within that constraint, _use this module_.
|
|
716
|
+
- If you are reasonably sure that the patterns you will encounter
|
|
717
|
+
are relatively simple, and want the absolutely fastest glob
|
|
718
|
+
matcher out there, _use [fast-glob](http://npm.im/fast-glob)_.
|
|
719
|
+
- If you are reasonably sure that the patterns you will encounter
|
|
720
|
+
are relatively simple, and want the convenience of
|
|
721
|
+
automatically respecting `.gitignore` files, _use
|
|
722
|
+
[globby](http://npm.im/globby)_.
|
|
723
|
+
|
|
724
|
+
There are some other glob matcher libraries on npm, but these
|
|
725
|
+
three are (in my opinion, as of 2023) the best.
|
|
726
|
+
|
|
727
|
+
---
|
|
728
|
+
|
|
729
|
+
**full explanation**
|
|
730
|
+
|
|
731
|
+
Every library reflects a set of opinions and priorities in the
|
|
732
|
+
trade-offs it makes. Other than this library, I can personally
|
|
733
|
+
recommend both [globby](http://npm.im/globby) and
|
|
734
|
+
[fast-glob](http://npm.im/fast-glob), though they differ in their
|
|
735
|
+
benefits and drawbacks.
|
|
736
|
+
|
|
737
|
+
Both have very nice APIs and are reasonably fast.
|
|
738
|
+
|
|
739
|
+
`fast-glob` is, as far as I am aware, the fastest glob
|
|
740
|
+
implementation in JavaScript today. However, there are many
|
|
741
|
+
cases where the choices that `fast-glob` makes in pursuit of
|
|
742
|
+
speed mean that its results differ from the results returned by
|
|
743
|
+
Bash and other sh-like shells, which may be surprising.
|
|
744
|
+
|
|
745
|
+
In my testing, `fast-glob` is around 10-20% faster than this
|
|
746
|
+
module when walking over 200k files nested 4 directories
|
|
747
|
+
deep[1](#fn-webscale). However, there are some inconsistencies
|
|
748
|
+
with Bash matching behavior that this module does not suffer
|
|
749
|
+
from:
|
|
750
|
+
|
|
751
|
+
- `**` only matches files, not directories
|
|
752
|
+
- `..` path portions are not handled unless they appear at the
|
|
753
|
+
start of the pattern
|
|
754
|
+
- `./!(<pattern>)` will not match any files that _start_ with
|
|
755
|
+
`<pattern>`, even if they do not match `<pattern>`. For
|
|
756
|
+
example, `!(9).txt` will not match `9999.txt`.
|
|
757
|
+
- Some brace patterns in the middle of a pattern will result in
|
|
758
|
+
failing to find certain matches.
|
|
759
|
+
- Extglob patterns are allowed to contain `/` characters.
|
|
760
|
+
|
|
761
|
+
Globby exhibits all of the same pattern semantics as fast-glob,
|
|
762
|
+
(as it is a wrapper around fast-glob) and is slightly slower than
|
|
763
|
+
node-glob (by about 10-20% in the benchmark test set, or in other
|
|
764
|
+
words, anywhere from 20-50% slower than fast-glob). However, it
|
|
765
|
+
adds some API conveniences that may be worth the costs.
|
|
766
|
+
|
|
767
|
+
- Support for `.gitignore` and other ignore files.
|
|
768
|
+
- Support for negated globs (ie, patterns starting with `!`
|
|
769
|
+
rather than using a separate `ignore` option).
|
|
770
|
+
|
|
771
|
+
The priority of this module is "correctness" in the sense of
|
|
772
|
+
performing a glob pattern expansion as faithfully as possible to
|
|
773
|
+
the behavior of Bash and other sh-like shells, with as much speed
|
|
774
|
+
as possible.
|
|
775
|
+
|
|
776
|
+
Note that prior versions of `node-glob` are _not_ on this list.
|
|
777
|
+
Former versions of this module are far too slow for any cases
|
|
778
|
+
where performance matters at all, and were designed with APIs
|
|
779
|
+
that are extremely dated by current JavaScript standards.
|
|
780
|
+
|
|
781
|
+
---
|
|
782
|
+
|
|
783
|
+
<small id="fn-webscale">[1]: In the cases where this module
|
|
784
|
+
returns results and `fast-glob` doesn't, it's even faster, of
|
|
785
|
+
course.</small>
|
|
786
|
+
|
|
375
787
|

|
|
788
|
+
|
|
789
|
+
### Benchmark Results
|
|
790
|
+
|
|
791
|
+
First number is time, smaller is better.
|
|
792
|
+
|
|
793
|
+
Second number is the count of results returned.
|
|
794
|
+
|
|
795
|
+
```
|
|
796
|
+
--- pattern: '**' ---
|
|
797
|
+
~~ sync ~~
|
|
798
|
+
node fast-glob sync 0m0.598s 200364
|
|
799
|
+
node globby sync 0m0.765s 200364
|
|
800
|
+
node current globSync mjs 0m0.683s 222656
|
|
801
|
+
node current glob syncStream 0m0.649s 222656
|
|
802
|
+
~~ async ~~
|
|
803
|
+
node fast-glob async 0m0.350s 200364
|
|
804
|
+
node globby async 0m0.509s 200364
|
|
805
|
+
node current glob async mjs 0m0.463s 222656
|
|
806
|
+
node current glob stream 0m0.411s 222656
|
|
807
|
+
|
|
808
|
+
--- pattern: '**/..' ---
|
|
809
|
+
~~ sync ~~
|
|
810
|
+
node fast-glob sync 0m0.486s 0
|
|
811
|
+
node globby sync 0m0.769s 200364
|
|
812
|
+
node current globSync mjs 0m0.564s 2242
|
|
813
|
+
node current glob syncStream 0m0.583s 2242
|
|
814
|
+
~~ async ~~
|
|
815
|
+
node fast-glob async 0m0.283s 0
|
|
816
|
+
node globby async 0m0.512s 200364
|
|
817
|
+
node current glob async mjs 0m0.299s 2242
|
|
818
|
+
node current glob stream 0m0.312s 2242
|
|
819
|
+
|
|
820
|
+
--- pattern: './**/0/**/0/**/0/**/0/**/*.txt' ---
|
|
821
|
+
~~ sync ~~
|
|
822
|
+
node fast-glob sync 0m0.490s 10
|
|
823
|
+
node globby sync 0m0.517s 10
|
|
824
|
+
node current globSync mjs 0m0.540s 10
|
|
825
|
+
node current glob syncStream 0m0.550s 10
|
|
826
|
+
~~ async ~~
|
|
827
|
+
node fast-glob async 0m0.290s 10
|
|
828
|
+
node globby async 0m0.296s 10
|
|
829
|
+
node current glob async mjs 0m0.278s 10
|
|
830
|
+
node current glob stream 0m0.302s 10
|
|
831
|
+
|
|
832
|
+
--- pattern: './**/[01]/**/[12]/**/[23]/**/[45]/**/*.txt' ---
|
|
833
|
+
~~ sync ~~
|
|
834
|
+
node fast-glob sync 0m0.500s 160
|
|
835
|
+
node globby sync 0m0.528s 160
|
|
836
|
+
node current globSync mjs 0m0.556s 160
|
|
837
|
+
node current glob syncStream 0m0.573s 160
|
|
838
|
+
~~ async ~~
|
|
839
|
+
node fast-glob async 0m0.283s 160
|
|
840
|
+
node globby async 0m0.301s 160
|
|
841
|
+
node current glob async mjs 0m0.306s 160
|
|
842
|
+
node current glob stream 0m0.322s 160
|
|
843
|
+
|
|
844
|
+
--- pattern: './**/0/**/0/**/*.txt' ---
|
|
845
|
+
~~ sync ~~
|
|
846
|
+
node fast-glob sync 0m0.502s 5230
|
|
847
|
+
node globby sync 0m0.527s 5230
|
|
848
|
+
node current globSync mjs 0m0.544s 5230
|
|
849
|
+
node current glob syncStream 0m0.557s 5230
|
|
850
|
+
~~ async ~~
|
|
851
|
+
node fast-glob async 0m0.285s 5230
|
|
852
|
+
node globby async 0m0.305s 5230
|
|
853
|
+
node current glob async mjs 0m0.304s 5230
|
|
854
|
+
node current glob stream 0m0.310s 5230
|
|
855
|
+
|
|
856
|
+
--- pattern: '**/*.txt' ---
|
|
857
|
+
~~ sync ~~
|
|
858
|
+
node fast-glob sync 0m0.580s 200023
|
|
859
|
+
node globby sync 0m0.771s 200023
|
|
860
|
+
node current globSync mjs 0m0.685s 200023
|
|
861
|
+
node current glob syncStream 0m0.649s 200023
|
|
862
|
+
~~ async ~~
|
|
863
|
+
node fast-glob async 0m0.349s 200023
|
|
864
|
+
node globby async 0m0.509s 200023
|
|
865
|
+
node current glob async mjs 0m0.427s 200023
|
|
866
|
+
node current glob stream 0m0.388s 200023
|
|
867
|
+
|
|
868
|
+
--- pattern: '{**/*.txt,**/?/**/*.txt,**/?/**/?/**/*.txt,**/?/**/?/**/?/**/*.txt,**/?/**/?/**/?/**/?/**/*.txt}' ---
|
|
869
|
+
~~ sync ~~
|
|
870
|
+
node fast-glob sync 0m0.589s 200023
|
|
871
|
+
node globby sync 0m0.771s 200023
|
|
872
|
+
node current globSync mjs 0m0.716s 200023
|
|
873
|
+
node current glob syncStream 0m0.684s 200023
|
|
874
|
+
~~ async ~~
|
|
875
|
+
node fast-glob async 0m0.351s 200023
|
|
876
|
+
node globby async 0m0.518s 200023
|
|
877
|
+
node current glob async mjs 0m0.462s 200023
|
|
878
|
+
node current glob stream 0m0.468s 200023
|
|
879
|
+
|
|
880
|
+
--- pattern: '**/5555/0000/*.txt' ---
|
|
881
|
+
~~ sync ~~
|
|
882
|
+
node fast-glob sync 0m0.496s 1000
|
|
883
|
+
node globby sync 0m0.519s 1000
|
|
884
|
+
node current globSync mjs 0m0.539s 1000
|
|
885
|
+
node current glob syncStream 0m0.567s 1000
|
|
886
|
+
~~ async ~~
|
|
887
|
+
node fast-glob async 0m0.285s 1000
|
|
888
|
+
node globby async 0m0.299s 1000
|
|
889
|
+
node current glob async mjs 0m0.305s 1000
|
|
890
|
+
node current glob stream 0m0.301s 1000
|
|
891
|
+
|
|
892
|
+
--- pattern: './**/0/**/../[01]/**/0/../**/0/*.txt' ---
|
|
893
|
+
~~ sync ~~
|
|
894
|
+
node fast-glob sync 0m0.484s 0
|
|
895
|
+
node globby sync 0m0.507s 0
|
|
896
|
+
node current globSync mjs 0m0.577s 4880
|
|
897
|
+
node current glob syncStream 0m0.586s 4880
|
|
898
|
+
~~ async ~~
|
|
899
|
+
node fast-glob async 0m0.280s 0
|
|
900
|
+
node globby async 0m0.298s 0
|
|
901
|
+
node current glob async mjs 0m0.327s 4880
|
|
902
|
+
node current glob stream 0m0.324s 4880
|
|
903
|
+
|
|
904
|
+
--- pattern: '**/????/????/????/????/*.txt' ---
|
|
905
|
+
~~ sync ~~
|
|
906
|
+
node fast-glob sync 0m0.547s 100000
|
|
907
|
+
node globby sync 0m0.673s 100000
|
|
908
|
+
node current globSync mjs 0m0.626s 100000
|
|
909
|
+
node current glob syncStream 0m0.618s 100000
|
|
910
|
+
~~ async ~~
|
|
911
|
+
node fast-glob async 0m0.315s 100000
|
|
912
|
+
node globby async 0m0.414s 100000
|
|
913
|
+
node current glob async mjs 0m0.366s 100000
|
|
914
|
+
node current glob stream 0m0.345s 100000
|
|
915
|
+
|
|
916
|
+
--- pattern: './{**/?{/**/?{/**/?{/**/?,,,,},,,,},,,,},,,}/**/*.txt' ---
|
|
917
|
+
~~ sync ~~
|
|
918
|
+
node fast-glob sync 0m0.588s 100000
|
|
919
|
+
node globby sync 0m0.670s 100000
|
|
920
|
+
node current globSync mjs 0m0.717s 200023
|
|
921
|
+
node current glob syncStream 0m0.687s 200023
|
|
922
|
+
~~ async ~~
|
|
923
|
+
node fast-glob async 0m0.343s 100000
|
|
924
|
+
node globby async 0m0.418s 100000
|
|
925
|
+
node current glob async mjs 0m0.519s 200023
|
|
926
|
+
node current glob stream 0m0.451s 200023
|
|
927
|
+
|
|
928
|
+
--- pattern: '**/!(0|9).txt' ---
|
|
929
|
+
~~ sync ~~
|
|
930
|
+
node fast-glob sync 0m0.573s 160023
|
|
931
|
+
node globby sync 0m0.731s 160023
|
|
932
|
+
node current globSync mjs 0m0.680s 180023
|
|
933
|
+
node current glob syncStream 0m0.659s 180023
|
|
934
|
+
~~ async ~~
|
|
935
|
+
node fast-glob async 0m0.345s 160023
|
|
936
|
+
node globby async 0m0.476s 160023
|
|
937
|
+
node current glob async mjs 0m0.427s 180023
|
|
938
|
+
node current glob stream 0m0.388s 180023
|
|
939
|
+
|
|
940
|
+
--- pattern: './{*/**/../{*/**/../{*/**/../{*/**/../{*/**,,,,},,,,},,,,},,,,},,,,}/*.txt' ---
|
|
941
|
+
~~ sync ~~
|
|
942
|
+
node fast-glob sync 0m0.483s 0
|
|
943
|
+
node globby sync 0m0.512s 0
|
|
944
|
+
node current globSync mjs 0m0.811s 200023
|
|
945
|
+
node current glob syncStream 0m0.773s 200023
|
|
946
|
+
~~ async ~~
|
|
947
|
+
node fast-glob async 0m0.280s 0
|
|
948
|
+
node globby async 0m0.299s 0
|
|
949
|
+
node current glob async mjs 0m0.617s 200023
|
|
950
|
+
node current glob stream 0m0.568s 200023
|
|
951
|
+
|
|
952
|
+
--- pattern: './*/**/../*/**/../*/**/../*/**/../*/**/../*/**/../*/**/../*/**/*.txt' ---
|
|
953
|
+
~~ sync ~~
|
|
954
|
+
node fast-glob sync 0m0.485s 0
|
|
955
|
+
node globby sync 0m0.507s 0
|
|
956
|
+
node current globSync mjs 0m0.759s 200023
|
|
957
|
+
node current glob syncStream 0m0.740s 200023
|
|
958
|
+
~~ async ~~
|
|
959
|
+
node fast-glob async 0m0.281s 0
|
|
960
|
+
node globby async 0m0.297s 0
|
|
961
|
+
node current glob async mjs 0m0.544s 200023
|
|
962
|
+
node current glob stream 0m0.464s 200023
|
|
963
|
+
|
|
964
|
+
--- pattern: './*/**/../*/**/../*/**/../*/**/../*/**/*.txt' ---
|
|
965
|
+
~~ sync ~~
|
|
966
|
+
node fast-glob sync 0m0.486s 0
|
|
967
|
+
node globby sync 0m0.513s 0
|
|
968
|
+
node current globSync mjs 0m0.734s 200023
|
|
969
|
+
node current glob syncStream 0m0.696s 200023
|
|
970
|
+
~~ async ~~
|
|
971
|
+
node fast-glob async 0m0.286s 0
|
|
972
|
+
node globby async 0m0.296s 0
|
|
973
|
+
node current glob async mjs 0m0.506s 200023
|
|
974
|
+
node current glob stream 0m0.483s 200023
|
|
975
|
+
|
|
976
|
+
--- pattern: './0/**/../1/**/../2/**/../3/**/../4/**/../5/**/../6/**/../7/**/*.txt' ---
|
|
977
|
+
~~ sync ~~
|
|
978
|
+
node fast-glob sync 0m0.060s 0
|
|
979
|
+
node globby sync 0m0.074s 0
|
|
980
|
+
node current globSync mjs 0m0.067s 0
|
|
981
|
+
node current glob syncStream 0m0.066s 0
|
|
982
|
+
~~ async ~~
|
|
983
|
+
node fast-glob async 0m0.060s 0
|
|
984
|
+
node globby async 0m0.075s 0
|
|
985
|
+
node current glob async mjs 0m0.066s 0
|
|
986
|
+
node current glob stream 0m0.067s 0
|
|
987
|
+
|
|
988
|
+
--- pattern: './**/?/**/?/**/?/**/?/**/*.txt' ---
|
|
989
|
+
~~ sync ~~
|
|
990
|
+
node fast-glob sync 0m0.568s 100000
|
|
991
|
+
node globby sync 0m0.651s 100000
|
|
992
|
+
node current globSync mjs 0m0.619s 100000
|
|
993
|
+
node current glob syncStream 0m0.617s 100000
|
|
994
|
+
~~ async ~~
|
|
995
|
+
node fast-glob async 0m0.332s 100000
|
|
996
|
+
node globby async 0m0.409s 100000
|
|
997
|
+
node current glob async mjs 0m0.372s 100000
|
|
998
|
+
node current glob stream 0m0.351s 100000
|
|
999
|
+
|
|
1000
|
+
--- pattern: '**/*/**/*/**/*/**/*/**' ---
|
|
1001
|
+
~~ sync ~~
|
|
1002
|
+
node fast-glob sync 0m0.603s 200113
|
|
1003
|
+
node globby sync 0m0.798s 200113
|
|
1004
|
+
node current globSync mjs 0m0.730s 222137
|
|
1005
|
+
node current glob syncStream 0m0.693s 222137
|
|
1006
|
+
~~ async ~~
|
|
1007
|
+
node fast-glob async 0m0.356s 200113
|
|
1008
|
+
node globby async 0m0.525s 200113
|
|
1009
|
+
node current glob async mjs 0m0.508s 222137
|
|
1010
|
+
node current glob stream 0m0.455s 222137
|
|
1011
|
+
|
|
1012
|
+
--- pattern: './**/*/**/*/**/*/**/*/**/*.txt' ---
|
|
1013
|
+
~~ sync ~~
|
|
1014
|
+
node fast-glob sync 0m0.622s 200000
|
|
1015
|
+
node globby sync 0m0.792s 200000
|
|
1016
|
+
node current globSync mjs 0m0.722s 200000
|
|
1017
|
+
node current glob syncStream 0m0.695s 200000
|
|
1018
|
+
~~ async ~~
|
|
1019
|
+
node fast-glob async 0m0.369s 200000
|
|
1020
|
+
node globby async 0m0.527s 200000
|
|
1021
|
+
node current glob async mjs 0m0.502s 200000
|
|
1022
|
+
node current glob stream 0m0.481s 200000
|
|
1023
|
+
|
|
1024
|
+
--- pattern: '**/*.txt' ---
|
|
1025
|
+
~~ sync ~~
|
|
1026
|
+
node fast-glob sync 0m0.588s 200023
|
|
1027
|
+
node globby sync 0m0.771s 200023
|
|
1028
|
+
node current globSync mjs 0m0.684s 200023
|
|
1029
|
+
node current glob syncStream 0m0.658s 200023
|
|
1030
|
+
~~ async ~~
|
|
1031
|
+
node fast-glob async 0m0.352s 200023
|
|
1032
|
+
node globby async 0m0.516s 200023
|
|
1033
|
+
node current glob async mjs 0m0.432s 200023
|
|
1034
|
+
node current glob stream 0m0.384s 200023
|
|
1035
|
+
|
|
1036
|
+
--- pattern: './**/**/**/**/**/**/**/**/*.txt' ---
|
|
1037
|
+
~~ sync ~~
|
|
1038
|
+
node fast-glob sync 0m0.589s 200023
|
|
1039
|
+
node globby sync 0m0.766s 200023
|
|
1040
|
+
node current globSync mjs 0m0.682s 200023
|
|
1041
|
+
node current glob syncStream 0m0.652s 200023
|
|
1042
|
+
~~ async ~~
|
|
1043
|
+
node fast-glob async 0m0.352s 200023
|
|
1044
|
+
node globby async 0m0.523s 200023
|
|
1045
|
+
node current glob async mjs 0m0.436s 200023
|
|
1046
|
+
node current glob stream 0m0.380s 200023
|
|
1047
|
+
|
|
1048
|
+
--- pattern: '**/*/*.txt' ---
|
|
1049
|
+
~~ sync ~~
|
|
1050
|
+
node fast-glob sync 0m0.592s 200023
|
|
1051
|
+
node globby sync 0m0.776s 200023
|
|
1052
|
+
node current globSync mjs 0m0.691s 200023
|
|
1053
|
+
node current glob syncStream 0m0.659s 200023
|
|
1054
|
+
~~ async ~~
|
|
1055
|
+
node fast-glob async 0m0.357s 200023
|
|
1056
|
+
node globby async 0m0.513s 200023
|
|
1057
|
+
node current glob async mjs 0m0.471s 200023
|
|
1058
|
+
node current glob stream 0m0.424s 200023
|
|
1059
|
+
|
|
1060
|
+
--- pattern: '**/*/**/*.txt' ---
|
|
1061
|
+
~~ sync ~~
|
|
1062
|
+
node fast-glob sync 0m0.585s 200023
|
|
1063
|
+
node globby sync 0m0.766s 200023
|
|
1064
|
+
node current globSync mjs 0m0.694s 200023
|
|
1065
|
+
node current glob syncStream 0m0.664s 200023
|
|
1066
|
+
~~ async ~~
|
|
1067
|
+
node fast-glob async 0m0.350s 200023
|
|
1068
|
+
node globby async 0m0.514s 200023
|
|
1069
|
+
node current glob async mjs 0m0.472s 200023
|
|
1070
|
+
node current glob stream 0m0.424s 200023
|
|
1071
|
+
|
|
1072
|
+
--- pattern: '**/[0-9]/**/*.txt' ---
|
|
1073
|
+
~~ sync ~~
|
|
1074
|
+
node fast-glob sync 0m0.544s 100000
|
|
1075
|
+
node globby sync 0m0.636s 100000
|
|
1076
|
+
node current globSync mjs 0m0.626s 100000
|
|
1077
|
+
node current glob syncStream 0m0.621s 100000
|
|
1078
|
+
~~ async ~~
|
|
1079
|
+
node fast-glob async 0m0.322s 100000
|
|
1080
|
+
node globby async 0m0.404s 100000
|
|
1081
|
+
node current glob async mjs 0m0.360s 100000
|
|
1082
|
+
node current glob stream 0m0.352s 100000
|
|
1083
|
+
```
|