cloudstructs 0.12.8 → 0.12.9
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/.jsii +5 -5
- package/assets/slack-textract/detect.lambda/index.js +437 -344
- package/assets/ssl-server-test/analyze.lambda/index.js +51 -31
- package/assets/toolkit-cleaner/clean.lambda/index.js +51 -31
- package/lib/codecommit-mirror/index.js +2 -2
- package/lib/dmarc/index.js +1 -1
- package/lib/ecs-service-roller/index.js +2 -2
- package/lib/email-receiver/receiver.js +1 -1
- package/lib/mjml-template/index.js +1 -1
- package/lib/saml-identity-provider/index.js +2 -2
- package/lib/slack-app/manifest.js +1 -1
- package/lib/slack-app/slack-app.js +2 -2
- package/lib/slack-events/index.js +1 -1
- package/lib/slack-textract/index.js +1 -1
- package/lib/ssl-server-test/index.js +1 -1
- package/lib/state-machine-cr-provider/index.js +1 -1
- package/lib/static-website/index.js +1 -1
- package/lib/toolkit-cleaner/index.js +1 -1
- package/lib/url-shortener/index.js +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/README.md +25 -5
- package/node_modules/@aws/durable-execution-sdk-js/dist/index.mjs +101 -33
- package/node_modules/@aws/durable-execution-sdk-js/dist/index.mjs.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-cjs/index.js +101 -33
- package/node_modules/@aws/durable-execution-sdk-js/dist-cjs/index.js.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/handlers/concurrent-execution-handler/concurrent-execution-handler.d.ts.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/index.d.ts +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/index.d.ts.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/types/step.d.ts +45 -0
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/types/step.d.ts.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/utils/checkpoint/checkpoint-manager.d.ts +6 -0
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/utils/checkpoint/checkpoint-manager.d.ts.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/with-durable-execution.d.ts.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/package.json +1 -2
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +287 -3988
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/models/LambdaServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/models/errors.js +730 -0
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/schemas/schemas_0.js +2680 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +49 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/models/enums.js +7 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/schemas/schemas_0.js +320 -308
- package/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +150 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +8 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +8 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/enums.d.ts +15 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +28 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/schemas/schemas_0.d.ts +53 -45
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +173 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/enums.d.ts +9 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +7 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/schemas/schemas_0.d.ts +48 -45
- package/node_modules/@aws-sdk/client-lambda/package.json +20 -20
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +32 -239
- package/node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/models/errors.js +56 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/schemas/schemas_0.js +161 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +32 -26
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +12 -5
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +415 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
- package/node_modules/@aws-sdk/client-sso/package.json +18 -18
- package/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +30 -50
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +30 -50
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +1 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +15 -8
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +11 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
- package/node_modules/@aws-sdk/core/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
- package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-logger/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +415 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +20 -198
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +20 -347
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +21 -308
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +15 -12
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +40 -37
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +60 -57
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +11 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +10 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +5 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +15 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +5 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +5 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +5 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +10 -8
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +415 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +18 -18
- package/node_modules/@aws-sdk/region-config-resolver/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
- package/node_modules/@aws-sdk/types/package.json +3 -3
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +16 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +7 -6
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +4 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +2 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +4 -4
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +297 -287
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +55 -22
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +4 -4
- package/node_modules/@aws-sdk/xml-builder/package.json +5 -5
- package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +6 -6
- package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +35 -11
- package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +6 -0
- package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +111 -89
- package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +18 -0
- package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +2 -1
- package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +10 -1
- package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +4 -0
- package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +42 -14
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +15 -0
- package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +18 -0
- package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +54 -2
- package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/chunk.d.ts +42 -0
- package/node_modules/@slack/types/dist/chunk.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/chunk.js +3 -0
- package/node_modules/@slack/types/dist/chunk.js.map +1 -0
- package/node_modules/@slack/types/dist/events/app.d.ts +53 -0
- package/node_modules/@slack/types/dist/events/app.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/events/member.d.ts +1 -0
- package/node_modules/@slack/types/dist/events/member.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/events/user.d.ts +1 -0
- package/node_modules/@slack/types/dist/events/user.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/index.d.ts +1 -0
- package/node_modules/@slack/types/dist/index.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/index.js +1 -0
- package/node_modules/@slack/types/dist/index.js.map +1 -1
- package/node_modules/@slack/types/package.json +8 -8
- package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
- package/node_modules/@slack/web-api/dist/chat-stream.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/chat-stream.js +48 -12
- package/node_modules/@slack/web-api/dist/chat-stream.js.map +1 -1
- package/node_modules/@slack/web-api/dist/index.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/index.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/index.js +3 -1
- package/node_modules/@slack/web-api/dist/index.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +21 -2
- package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +6 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +35 -11
- package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +6 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +111 -89
- package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +18 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +2 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +10 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +4 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +42 -14
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/fetch.d.ts +15 -0
- package/node_modules/@slack/web-api/package.json +10 -10
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +13 -10
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +31 -6
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +15 -11
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +6 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +24 -5
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +7 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +14 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +8 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +14 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +8 -1
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
- package/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -4
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +2 -2
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +9 -2
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
- package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
- package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
- package/node_modules/@smithy/smithy-client/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@smithy/util-stream/package.json +6 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +6 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +35 -11
- package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +6 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +111 -89
- package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +18 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +2 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +10 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +4 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +42 -14
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/fetch.d.ts +15 -0
- package/node_modules/@types/http-cache-semantics/README.md +1 -1
- package/node_modules/@types/http-cache-semantics/index.d.ts +97 -11
- package/node_modules/@types/http-cache-semantics/package.json +4 -3
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +6 -6
- package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +35 -11
- package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +6 -0
- package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +111 -89
- package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +18 -0
- package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +2 -1
- package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +10 -1
- package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +4 -0
- package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +42 -14
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/fetch.d.ts +15 -0
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +6 -6
- package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +35 -11
- package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +6 -0
- package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +111 -89
- package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +18 -0
- package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +2 -1
- package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +10 -1
- package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +4 -0
- package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +42 -14
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/fetch.d.ts +15 -0
- package/node_modules/axios/CHANGELOG.md +296 -239
- package/node_modules/axios/MIGRATION_GUIDE.md +876 -2
- package/node_modules/axios/README.md +584 -447
- package/node_modules/axios/dist/axios.js +779 -897
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +4 -2
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +353 -283
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +353 -283
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +2 -2
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +388 -315
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +22 -3
- package/node_modules/axios/index.d.ts +341 -116
- package/node_modules/axios/lib/adapters/README.md +1 -1
- package/node_modules/axios/lib/adapters/fetch.js +2 -2
- package/node_modules/axios/lib/adapters/http.js +13 -10
- package/node_modules/axios/lib/adapters/xhr.js +2 -2
- package/node_modules/axios/lib/cancel/CanceledError.js +15 -18
- package/node_modules/axios/lib/core/Axios.js +12 -3
- package/node_modules/axios/lib/core/AxiosError.js +65 -102
- package/node_modules/axios/lib/core/InterceptorManager.js +2 -1
- package/node_modules/axios/lib/core/mergeConfig.js +24 -11
- package/node_modules/axios/lib/core/transformData.js +1 -1
- package/node_modules/axios/lib/defaults/transitional.js +2 -1
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/buildURL.js +7 -10
- package/node_modules/axios/lib/helpers/composeSignals.js +1 -1
- package/node_modules/axios/lib/helpers/cookies.js +1 -1
- package/node_modules/axios/lib/helpers/isAbsoluteURL.js +5 -0
- package/node_modules/axios/lib/helpers/isAxiosError.js +1 -1
- package/node_modules/axios/lib/helpers/parseHeaders.js +1 -1
- package/node_modules/axios/lib/helpers/spread.js +1 -1
- package/node_modules/axios/lib/utils.js +221 -140
- package/node_modules/axios/package.json +49 -68
- package/node_modules/bowser/README.md +72 -3
- package/node_modules/bowser/bundled.js +1 -1
- package/node_modules/bowser/es5.js +1 -1
- package/node_modules/bowser/index.d.ts +44 -6
- package/node_modules/bowser/package.json +10 -5
- package/node_modules/bowser/src/bowser.js +24 -8
- package/node_modules/bowser/src/constants.js +8 -0
- package/node_modules/bowser/src/parser-browsers.js +89 -0
- package/node_modules/bowser/src/parser-platforms.js +42 -0
- package/node_modules/bowser/src/parser.js +86 -5
- package/node_modules/semver/README.md +3 -2
- package/node_modules/semver/bin/semver.js +1 -1
- package/node_modules/semver/functions/diff.js +1 -1
- package/node_modules/semver/internal/re.js +2 -2
- package/node_modules/semver/package.json +4 -4
- package/node_modules/semver/ranges/subset.js +1 -1
- package/package.json +20 -20
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
- package/node_modules/bowser/CHANGELOG.md +0 -218
|
@@ -4,6 +4,17 @@ import platformParsersList from './parser-platforms.js';
|
|
|
4
4
|
import enginesParsersList from './parser-engines.js';
|
|
5
5
|
import Utils from './utils.js';
|
|
6
6
|
|
|
7
|
+
/**
|
|
8
|
+
* @typedef {Object} ClientHints
|
|
9
|
+
* @property {Array<{brand: string, version: string}>} [brands] Array of brand objects
|
|
10
|
+
* @property {boolean} [mobile] Whether the device is mobile
|
|
11
|
+
* @property {string} [platform] Platform name (e.g., "Windows", "macOS")
|
|
12
|
+
* @property {string} [platformVersion] Platform version
|
|
13
|
+
* @property {string} [architecture] CPU architecture
|
|
14
|
+
* @property {string} [model] Device model
|
|
15
|
+
* @property {boolean} [wow64] Whether running under WoW64
|
|
16
|
+
*/
|
|
17
|
+
|
|
7
18
|
/**
|
|
8
19
|
* The main class that arranges the whole parsing process.
|
|
9
20
|
*/
|
|
@@ -12,21 +23,32 @@ class Parser {
|
|
|
12
23
|
* Create instance of Parser
|
|
13
24
|
*
|
|
14
25
|
* @param {String} UA User-Agent string
|
|
15
|
-
* @param {Boolean} [
|
|
16
|
-
*
|
|
17
|
-
*
|
|
26
|
+
* @param {Boolean|ClientHints} [skipParsingOrHints=false] Either a boolean to skip parsing,
|
|
27
|
+
* or a ClientHints object containing User-Agent Client Hints data
|
|
28
|
+
* @param {ClientHints} [clientHints] User-Agent Client Hints data (navigator.userAgentData)
|
|
18
29
|
*
|
|
19
30
|
* @throw {Error} in case of empty UA String
|
|
20
31
|
*
|
|
21
32
|
* @constructor
|
|
22
33
|
*/
|
|
23
|
-
constructor(UA,
|
|
34
|
+
constructor(UA, skipParsingOrHints = false, clientHints = null) {
|
|
24
35
|
if (UA === void (0) || UA === null || UA === '') {
|
|
25
36
|
throw new Error("UserAgent parameter can't be empty");
|
|
26
37
|
}
|
|
27
38
|
|
|
28
39
|
this._ua = UA;
|
|
29
40
|
|
|
41
|
+
// Handle overloaded constructor: (UA, clientHints) or (UA, skipParsing, clientHints)
|
|
42
|
+
let skipParsing = false;
|
|
43
|
+
if (typeof skipParsingOrHints === 'boolean') {
|
|
44
|
+
skipParsing = skipParsingOrHints;
|
|
45
|
+
this._hints = clientHints;
|
|
46
|
+
} else if (skipParsingOrHints != null && typeof skipParsingOrHints === 'object') {
|
|
47
|
+
this._hints = skipParsingOrHints;
|
|
48
|
+
} else {
|
|
49
|
+
this._hints = null;
|
|
50
|
+
}
|
|
51
|
+
|
|
30
52
|
/**
|
|
31
53
|
* @typedef ParsedResult
|
|
32
54
|
* @property {Object} browser
|
|
@@ -56,6 +78,65 @@ class Parser {
|
|
|
56
78
|
}
|
|
57
79
|
}
|
|
58
80
|
|
|
81
|
+
/**
|
|
82
|
+
* Get Client Hints data
|
|
83
|
+
* @return {ClientHints|null}
|
|
84
|
+
*
|
|
85
|
+
* @public
|
|
86
|
+
* @example
|
|
87
|
+
* const parser = Bowser.getParser(UA, clientHints);
|
|
88
|
+
* const hints = parser.getHints();
|
|
89
|
+
* console.log(hints.platform); // 'Windows'
|
|
90
|
+
* console.log(hints.mobile); // false
|
|
91
|
+
*/
|
|
92
|
+
getHints() {
|
|
93
|
+
return this._hints;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* Check if a brand exists in Client Hints brands array
|
|
98
|
+
* @param {string} brandName The brand name to check for
|
|
99
|
+
* @return {boolean}
|
|
100
|
+
*
|
|
101
|
+
* @public
|
|
102
|
+
* @example
|
|
103
|
+
* const parser = Bowser.getParser(UA, clientHints);
|
|
104
|
+
* if (parser.hasBrand('Google Chrome')) {
|
|
105
|
+
* console.log('Chrome detected!');
|
|
106
|
+
* }
|
|
107
|
+
*/
|
|
108
|
+
hasBrand(brandName) {
|
|
109
|
+
if (!this._hints || !Array.isArray(this._hints.brands)) {
|
|
110
|
+
return false;
|
|
111
|
+
}
|
|
112
|
+
const brandLower = brandName.toLowerCase();
|
|
113
|
+
return this._hints.brands.some(
|
|
114
|
+
b => b.brand && b.brand.toLowerCase() === brandLower,
|
|
115
|
+
);
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* Get brand version from Client Hints
|
|
120
|
+
* @param {string} brandName The brand name to get version for
|
|
121
|
+
* @return {string|undefined}
|
|
122
|
+
*
|
|
123
|
+
* @public
|
|
124
|
+
* @example
|
|
125
|
+
* const parser = Bowser.getParser(UA, clientHints);
|
|
126
|
+
* const version = parser.getBrandVersion('Google Chrome');
|
|
127
|
+
* console.log(version); // '131'
|
|
128
|
+
*/
|
|
129
|
+
getBrandVersion(brandName) {
|
|
130
|
+
if (!this._hints || !Array.isArray(this._hints.brands)) {
|
|
131
|
+
return undefined;
|
|
132
|
+
}
|
|
133
|
+
const brandLower = brandName.toLowerCase();
|
|
134
|
+
const brand = this._hints.brands.find(
|
|
135
|
+
b => b.brand && b.brand.toLowerCase() === brandLower,
|
|
136
|
+
);
|
|
137
|
+
return brand ? brand.version : undefined;
|
|
138
|
+
}
|
|
139
|
+
|
|
59
140
|
/**
|
|
60
141
|
* Get UserAgent string of current Parser instance
|
|
61
142
|
* @return {String} User-Agent String of the current <Parser> object
|
|
@@ -95,7 +176,7 @@ class Parser {
|
|
|
95
176
|
});
|
|
96
177
|
|
|
97
178
|
if (browserDescriptor) {
|
|
98
|
-
this.parsedResult.browser = browserDescriptor.describe(this.getUA());
|
|
179
|
+
this.parsedResult.browser = browserDescriptor.describe(this.getUA(), this);
|
|
99
180
|
}
|
|
100
181
|
|
|
101
182
|
return this.parsedResult.browser;
|
|
@@ -110,8 +110,9 @@ Options:
|
|
|
110
110
|
-l --loose
|
|
111
111
|
Interpret versions and ranges loosely
|
|
112
112
|
|
|
113
|
-
-n <0|1>
|
|
114
|
-
|
|
113
|
+
-n <0|1|false>
|
|
114
|
+
Base number for prerelease identifier (default: 0).
|
|
115
|
+
Use false to omit the number altogether.
|
|
115
116
|
|
|
116
117
|
-p --include-prerelease
|
|
117
118
|
Always include prerelease versions in range matching
|
|
@@ -105,7 +105,7 @@ const main = () => {
|
|
|
105
105
|
versions = versions.map((v) => {
|
|
106
106
|
return coerce ? (semver.coerce(v, options) || { version: v }).version : v
|
|
107
107
|
}).filter((v) => {
|
|
108
|
-
return semver.valid(v)
|
|
108
|
+
return semver.valid(v, options)
|
|
109
109
|
})
|
|
110
110
|
if (!versions.length) {
|
|
111
111
|
return fail()
|
|
@@ -78,8 +78,8 @@ createToken('MAINVERSIONLOOSE', `(${src[t.NUMERICIDENTIFIERLOOSE]})\\.` +
|
|
|
78
78
|
|
|
79
79
|
// ## Pre-release Version Identifier
|
|
80
80
|
// A numeric identifier, or a non-numeric identifier.
|
|
81
|
-
// Non-
|
|
82
|
-
// Therefore non-
|
|
81
|
+
// Non-numeric identifiers include numeric identifiers but can be longer.
|
|
82
|
+
// Therefore non-numeric identifiers must go first.
|
|
83
83
|
|
|
84
84
|
createToken('PRERELEASEIDENTIFIER', `(?:${src[t.NONNUMERICIDENTIFIER]
|
|
85
85
|
}|${src[t.NUMERICIDENTIFIER]})`)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "semver",
|
|
3
|
-
"version": "7.7.
|
|
3
|
+
"version": "7.7.4",
|
|
4
4
|
"description": "The semantic version parser used by npm.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@npmcli/eslint-config": "^
|
|
18
|
-
"@npmcli/template-oss": "4.
|
|
17
|
+
"@npmcli/eslint-config": "^6.0.0",
|
|
18
|
+
"@npmcli/template-oss": "4.29.0",
|
|
19
19
|
"benchmark": "^2.1.4",
|
|
20
20
|
"tap": "^16.0.0"
|
|
21
21
|
},
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"author": "GitHub Inc.",
|
|
53
53
|
"templateOSS": {
|
|
54
54
|
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
|
|
55
|
-
"version": "4.
|
|
55
|
+
"version": "4.29.0",
|
|
56
56
|
"engines": ">=10",
|
|
57
57
|
"distPaths": [
|
|
58
58
|
"classes/",
|
|
@@ -38,7 +38,7 @@ const compare = require('../functions/compare.js')
|
|
|
38
38
|
// - If LT
|
|
39
39
|
// - If LT.semver is greater than any < or <= comp in C, return false
|
|
40
40
|
// - If LT is <=, and LT.semver does not satisfy every C, return false
|
|
41
|
-
// - If
|
|
41
|
+
// - If LT.semver has a prerelease, and not in prerelease mode
|
|
42
42
|
// - If no C has a prerelease and the LT.semver tuple, return false
|
|
43
43
|
// - Else return true
|
|
44
44
|
|
package/package.json
CHANGED
|
@@ -81,19 +81,19 @@
|
|
|
81
81
|
"organization": false
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@aws-sdk/client-cloudformation": "^3.
|
|
85
|
-
"@aws-sdk/client-dynamodb": "^3.
|
|
86
|
-
"@aws-sdk/client-ecr": "^3.
|
|
87
|
-
"@aws-sdk/client-ecs": "^3.
|
|
88
|
-
"@aws-sdk/client-eventbridge": "^3.
|
|
89
|
-
"@aws-sdk/client-iam": "^3.
|
|
90
|
-
"@aws-sdk/client-s3": "^3.
|
|
91
|
-
"@aws-sdk/client-secrets-manager": "^3.
|
|
92
|
-
"@aws-sdk/client-sfn": "^3.
|
|
93
|
-
"@aws-sdk/client-sns": "^3.
|
|
94
|
-
"@aws-sdk/client-textract": "^3.
|
|
95
|
-
"@aws-sdk/lib-dynamodb": "^3.
|
|
96
|
-
"@aws/durable-execution-sdk-js-testing": "^1.1.
|
|
84
|
+
"@aws-sdk/client-cloudformation": "^3.991.0",
|
|
85
|
+
"@aws-sdk/client-dynamodb": "^3.991.0",
|
|
86
|
+
"@aws-sdk/client-ecr": "^3.991.0",
|
|
87
|
+
"@aws-sdk/client-ecs": "^3.991.0",
|
|
88
|
+
"@aws-sdk/client-eventbridge": "^3.991.0",
|
|
89
|
+
"@aws-sdk/client-iam": "^3.991.0",
|
|
90
|
+
"@aws-sdk/client-s3": "^3.991.0",
|
|
91
|
+
"@aws-sdk/client-secrets-manager": "^3.991.0",
|
|
92
|
+
"@aws-sdk/client-sfn": "^3.991.0",
|
|
93
|
+
"@aws-sdk/client-sns": "^3.991.0",
|
|
94
|
+
"@aws-sdk/client-textract": "^3.991.0",
|
|
95
|
+
"@aws-sdk/lib-dynamodb": "^3.991.0",
|
|
96
|
+
"@aws/durable-execution-sdk-js-testing": "^1.1.1",
|
|
97
97
|
"@stylistic/eslint-plugin": "^2",
|
|
98
98
|
"@types/aws-lambda": "^8.10.160",
|
|
99
99
|
"@types/jest": "^29.5.14",
|
|
@@ -108,19 +108,19 @@
|
|
|
108
108
|
"aws-sdk-client-mock-jest": "^2.2.0",
|
|
109
109
|
"commit-and-tag-version": "^12",
|
|
110
110
|
"constructs": "10.0.5",
|
|
111
|
-
"esbuild": "^0.27.
|
|
111
|
+
"esbuild": "^0.27.3",
|
|
112
112
|
"eslint": "^9",
|
|
113
113
|
"eslint-import-resolver-typescript": "^3.10.1",
|
|
114
114
|
"eslint-plugin-import": "^2.32.0",
|
|
115
115
|
"jest": "^29.7.0",
|
|
116
116
|
"jest-junit": "^16",
|
|
117
117
|
"jsii": "5.x",
|
|
118
|
-
"jsii-diff": "^1.
|
|
118
|
+
"jsii-diff": "^1.126.0",
|
|
119
119
|
"jsii-docgen": "^10.5.0",
|
|
120
|
-
"jsii-pacmak": "^1.
|
|
120
|
+
"jsii-pacmak": "^1.126.0",
|
|
121
121
|
"jsii-rosetta": "5.x",
|
|
122
122
|
"nock": "^13.5.6",
|
|
123
|
-
"projen": "^0.99.
|
|
123
|
+
"projen": "^0.99.12",
|
|
124
124
|
"ts-jest": "^29.4.6",
|
|
125
125
|
"ts-node": "^10.9.2",
|
|
126
126
|
"typescript": "^5.9.3"
|
|
@@ -130,8 +130,8 @@
|
|
|
130
130
|
"constructs": "^10.0.5"
|
|
131
131
|
},
|
|
132
132
|
"dependencies": {
|
|
133
|
-
"@aws/durable-execution-sdk-js": "^1.0.
|
|
134
|
-
"@slack/web-api": "^7.
|
|
133
|
+
"@aws/durable-execution-sdk-js": "^1.0.2",
|
|
134
|
+
"@slack/web-api": "^7.14.1",
|
|
135
135
|
"got": "^11.8.6",
|
|
136
136
|
"mjml": "^4.18.0"
|
|
137
137
|
},
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"publishConfig": {
|
|
150
150
|
"access": "public"
|
|
151
151
|
},
|
|
152
|
-
"version": "0.12.
|
|
152
|
+
"version": "0.12.9",
|
|
153
153
|
"jest": {
|
|
154
154
|
"coverageProvider": "v8",
|
|
155
155
|
"testMatch": [
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { NormalizedSchema } from "@smithy/core/schema";
|
|
2
|
-
export function* serializingStructIterator(ns, sourceObject) {
|
|
3
|
-
if (ns.isUnitSchema()) {
|
|
4
|
-
return;
|
|
5
|
-
}
|
|
6
|
-
const struct = ns.getSchema();
|
|
7
|
-
for (let i = 0; i < struct[4].length; ++i) {
|
|
8
|
-
const key = struct[4][i];
|
|
9
|
-
const memberSchema = struct[5][i];
|
|
10
|
-
const memberNs = new NormalizedSchema([memberSchema, 0], key);
|
|
11
|
-
if (!(key in sourceObject) && !memberNs.isIdempotencyToken()) {
|
|
12
|
-
continue;
|
|
13
|
-
}
|
|
14
|
-
yield [key, memberNs];
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
export function* deserializingStructIterator(ns, sourceObject, nameTrait) {
|
|
18
|
-
if (ns.isUnitSchema()) {
|
|
19
|
-
return;
|
|
20
|
-
}
|
|
21
|
-
const struct = ns.getSchema();
|
|
22
|
-
let keysRemaining = Object.keys(sourceObject).filter((k) => k !== "__type").length;
|
|
23
|
-
for (let i = 0; i < struct[4].length; ++i) {
|
|
24
|
-
if (keysRemaining === 0) {
|
|
25
|
-
break;
|
|
26
|
-
}
|
|
27
|
-
const key = struct[4][i];
|
|
28
|
-
const memberSchema = struct[5][i];
|
|
29
|
-
const memberNs = new NormalizedSchema([memberSchema, 0], key);
|
|
30
|
-
let serializationKey = key;
|
|
31
|
-
if (nameTrait) {
|
|
32
|
-
serializationKey = memberNs.getMergedTraits()[nameTrait] ?? key;
|
|
33
|
-
}
|
|
34
|
-
if (!(serializationKey in sourceObject)) {
|
|
35
|
-
continue;
|
|
36
|
-
}
|
|
37
|
-
yield [key, memberNs];
|
|
38
|
-
keysRemaining -= 1;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { NormalizedSchema } from "@smithy/core/schema";
|
|
2
|
-
/**
|
|
3
|
-
* @internal
|
|
4
|
-
*/
|
|
5
|
-
type SourceObject = Record<string, any>;
|
|
6
|
-
/**
|
|
7
|
-
* For serialization use only.
|
|
8
|
-
* @internal
|
|
9
|
-
*
|
|
10
|
-
* @param ns - normalized schema object.
|
|
11
|
-
* @param sourceObject - source object from serialization.
|
|
12
|
-
*/
|
|
13
|
-
export declare function serializingStructIterator(ns: NormalizedSchema, sourceObject: SourceObject): Generator<any[], void, unknown>;
|
|
14
|
-
/**
|
|
15
|
-
* For deserialization use only.
|
|
16
|
-
* Yields a subset of NormalizedSchema::structIterator matched to the source object keys.
|
|
17
|
-
* This is a performance optimization to avoid creation of NormalizedSchema member
|
|
18
|
-
* objects for members that are undefined in the source data object but may be numerous
|
|
19
|
-
* in the schema/model.
|
|
20
|
-
* @internal
|
|
21
|
-
*
|
|
22
|
-
* @param ns - normalized schema object.
|
|
23
|
-
* @param sourceObject - source object from deserialization.
|
|
24
|
-
* @param nameTrait - xmlName or jsonName trait to look for.
|
|
25
|
-
*/
|
|
26
|
-
export declare function deserializingStructIterator(ns: NormalizedSchema, sourceObject: SourceObject, nameTrait?: "xmlName" | "jsonName" | false): Generator<any[], void, unknown>;
|
|
27
|
-
export {};
|
package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { NormalizedSchema } from "@smithy/core/schema";
|
|
2
|
-
type SourceObject = Record<string, any>;
|
|
3
|
-
export declare function serializingStructIterator(
|
|
4
|
-
ns: NormalizedSchema,
|
|
5
|
-
sourceObject: SourceObject
|
|
6
|
-
): Generator<any[], void, unknown>;
|
|
7
|
-
export declare function deserializingStructIterator(
|
|
8
|
-
ns: NormalizedSchema,
|
|
9
|
-
sourceObject: SourceObject,
|
|
10
|
-
nameTrait?: "xmlName" | "jsonName" | false
|
|
11
|
-
): Generator<any[], void, unknown>;
|
|
12
|
-
export {};
|
|
@@ -1,218 +0,0 @@
|
|
|
1
|
-
# Bowser Changelog
|
|
2
|
-
|
|
3
|
-
### 2.11.0 (Sep 12, 2020)
|
|
4
|
-
- [ADD] Added support for aliases in `Parser#is` method (#437)
|
|
5
|
-
- [ADD] Added more typings (#438, #427)
|
|
6
|
-
- [ADD] Added support for MIUI Browser (#436)
|
|
7
|
-
|
|
8
|
-
### 2.10.0 (Jul 9, 2020)
|
|
9
|
-
- [FIX] Fix for Firefox detection on iOS 13 [#415]
|
|
10
|
-
- [FIX] Fixes for typings.d.ts [#409]
|
|
11
|
-
- [FIX] Updated development dependencies
|
|
12
|
-
|
|
13
|
-
### 2.9.0 (Jan 28, 2020)
|
|
14
|
-
- [ADD] Export more methods and constants via .d.ts [#388], [#390]
|
|
15
|
-
|
|
16
|
-
### 2.8.1 (Dec 26, 2019)
|
|
17
|
-
- [FIX] Reverted [#382] as it broke build
|
|
18
|
-
|
|
19
|
-
### 2.8.0 (Dec 26, 2019)
|
|
20
|
-
- [ADD] Add polyfills for Array.find & Object.assign [#383]
|
|
21
|
-
- [ADD] Export constants with types.d.ts [#382]
|
|
22
|
-
- [FIX] Add support for WeChat on Windows [#381]
|
|
23
|
-
- [FIX] Fix detection of Firefox on iPad [#379]
|
|
24
|
-
- [FIX] Add detection of Electron [#375]
|
|
25
|
-
- [FIX] Updated dev-dependencies
|
|
26
|
-
|
|
27
|
-
### 2.7.0 (Oct 2, 2019)
|
|
28
|
-
- [FIX] Add support for QQ Browser [#362]
|
|
29
|
-
- [FIX] Add support for GSA [#364]
|
|
30
|
-
- [FIX] Updated dependencies
|
|
31
|
-
|
|
32
|
-
### 2.6.0 (Sep 6, 2019)
|
|
33
|
-
- [ADD] Define "module" export in package.json [#354]
|
|
34
|
-
- [FIX] Fix Tablet PC detection [#334]
|
|
35
|
-
|
|
36
|
-
### 2.5.4 (Sep 2, 2019)
|
|
37
|
-
- [FIX] Exclude docs from the npm package [#349]
|
|
38
|
-
|
|
39
|
-
### 2.5.3 (Aug 4, 2019)
|
|
40
|
-
- [FIX] Add MacOS names support [#338]
|
|
41
|
-
- [FIX] Point typings.d.ts from package.json [#341]
|
|
42
|
-
- [FIX] Upgrade dependencies
|
|
43
|
-
|
|
44
|
-
### 2.5.2 (July 17, 2019)
|
|
45
|
-
- [FIX] Fixes the bug undefined method because of failed build (#335)
|
|
46
|
-
|
|
47
|
-
### 2.5.1 (July 17, 2019)
|
|
48
|
-
- [FIX] Fixes the bug with a custom Error class (#335)
|
|
49
|
-
- [FIX] Fixes the settings for Babel to reduce the bundle size (#259)
|
|
50
|
-
|
|
51
|
-
### 2.5.0 (July 16, 2019)
|
|
52
|
-
- [ADD] Add constant output so that users can quickly get all types (#325)
|
|
53
|
-
- [FIX] Add support for Roku OS (#332)
|
|
54
|
-
- [FIX] Update devDependencies
|
|
55
|
-
- [FIX] Fix docs, README and added funding information
|
|
56
|
-
|
|
57
|
-
### 2.4.0 (May 3, 2019)
|
|
58
|
-
- [FIX] Update regexp for generic browsers (#310)
|
|
59
|
-
- [FIX] Fix issues with module.exports (#318)
|
|
60
|
-
- [FIX] Update devDependencies (#316, #321, #322)
|
|
61
|
-
- [FIX] Fix docs (#320)
|
|
62
|
-
|
|
63
|
-
### 2.3.0 (April 14, 2019)
|
|
64
|
-
- [ADD] Add support for Blink-based MS Edge (#311)
|
|
65
|
-
- [ADD] Add more types for TS (#289)
|
|
66
|
-
- [FIX] Update dev-dependencies
|
|
67
|
-
- [FIX] Update docs
|
|
68
|
-
|
|
69
|
-
### 2.2.1 (April 12, 2019)
|
|
70
|
-
- [ADD] Add an alias for Samsung Internet
|
|
71
|
-
- [FIX] Fix browser name detection for browsers without an alias (#313)
|
|
72
|
-
|
|
73
|
-
### 2.2.0 (April 7, 2019)
|
|
74
|
-
- [ADD] Add short aliases for browser names (#295)
|
|
75
|
-
- [FIX] Fix Yandex Browser version detection (#308)
|
|
76
|
-
|
|
77
|
-
### 2.1.2 (March 6, 2019)
|
|
78
|
-
- [FIX] Fix buggy `getFirstMatch` reference
|
|
79
|
-
|
|
80
|
-
### 2.1.1 (March 6, 2019)
|
|
81
|
-
- [ADD] Add detection of PlayStation 4 (#291)
|
|
82
|
-
- [ADD] Deploy docs on GH Pages (#293)
|
|
83
|
-
- [FIX] Fix files extensions for importing (#294)
|
|
84
|
-
- [FIX] Fix docs (#295)
|
|
85
|
-
|
|
86
|
-
### 2.1.0 (January 24, 2019)
|
|
87
|
-
- [ADD] Add new `Parser.getEngineName()` method (#288)
|
|
88
|
-
- [ADD] Add detection of ChromeOS (#287)
|
|
89
|
-
- [FIX] Fix README
|
|
90
|
-
|
|
91
|
-
### 2.0.0 (January 19, 2019)
|
|
92
|
-
- [ADD] Support a non strict equality in `Parser.satisfies()` (#275)
|
|
93
|
-
- [ADD] Add Android versions names (#276)
|
|
94
|
-
- [ADD] Add a typings file (#277)
|
|
95
|
-
- [ADD] Added support for Googlebot recognition (#278)
|
|
96
|
-
- [FIX] Update building tools, avoid security issues
|
|
97
|
-
|
|
98
|
-
### 2.0.0-beta.3 (September 15, 2018)
|
|
99
|
-
- [FIX] Fix Chrome Mobile detection (#253)
|
|
100
|
-
- [FIX] Use built bowser for CI (#252)
|
|
101
|
-
- [FIX] Update babel-plugin-add-module-exports (#251)
|
|
102
|
-
|
|
103
|
-
### 2.0.0-beta.2 (September 9, 2018)
|
|
104
|
-
- [FIX] Fix failing comparing version through `Parser.satisfies` (#243)
|
|
105
|
-
- [FIX] Fix travis testing, include eslint into CI testing
|
|
106
|
-
- [FIX] Add support for Maxthon desktop browser (#246)
|
|
107
|
-
- [FIX] Add support for Swing browser (#248)
|
|
108
|
-
- [DOCS] Regenerate docs
|
|
109
|
-
|
|
110
|
-
### 2.0.0-beta.1 (August 18, 2018)
|
|
111
|
-
- [ADD] Add loose version comparison to `Parser.compareVersion()` and `Parser.satisfies()`
|
|
112
|
-
- [CHORE] Add CONTRIBUTING.md
|
|
113
|
-
- [DOCS] Regenerate docs
|
|
114
|
-
|
|
115
|
-
### 2.0.0-alpha.4 (August 2, 2018)
|
|
116
|
-
- [DOCS] Fix usage docs (#238)
|
|
117
|
-
- [CHANGE] Make `./es5.js` the main file of the package (#239)
|
|
118
|
-
|
|
119
|
-
### 2.0.0-alpha.3 (July 22, 2018)
|
|
120
|
-
- [CHANGE] Rename split and rename `compiled.js` to `es5.js` and `bundled.js` (#231, #236, #237)
|
|
121
|
-
- [ADD] Add `Parser.some` (#235)
|
|
122
|
-
|
|
123
|
-
### 2.0.0-alpha.2 (July 17, 2018)
|
|
124
|
-
- [CHANGE] Make `src/bowser` main file instead of the bundled one
|
|
125
|
-
- [CHANGE] Move the bundled file to the root of the package to make it possible to `require('bowser/compiled')` (#231)
|
|
126
|
-
- [REMOVE] Remove `typings.d.ts` before stable release (#232)
|
|
127
|
-
- [FIX] Improve Nexus devices detection (#233)
|
|
128
|
-
|
|
129
|
-
### 2.0.0-alpha.1 (July 9, 2018)
|
|
130
|
-
- [ADD] `Bowser.getParser()`
|
|
131
|
-
- [ADD] `Bowser.parse`
|
|
132
|
-
- [ADD] `Parser` class which describes parsing process
|
|
133
|
-
- [CHANGE] Change bowser's returning object
|
|
134
|
-
- [REMOVE] Remove bower support
|
|
135
|
-
|
|
136
|
-
### 1.9.4 (June 28, 2018)
|
|
137
|
-
- [FIX] Fix NAVER Whale browser detection (#220)
|
|
138
|
-
- [FIX] Fix MZ Browser browser detection (#219)
|
|
139
|
-
- [FIX] Fix Firefox Focus browser detection (#191)
|
|
140
|
-
- [FIX] Fix webOS browser detection (#186)
|
|
141
|
-
|
|
142
|
-
### 1.9.3 (March 12, 2018)
|
|
143
|
-
- [FIX] Fix `typings.d.ts` — add `ipad`, `iphone`, `ipod` flags to the interface
|
|
144
|
-
|
|
145
|
-
### 1.9.2 (February 5, 2018)
|
|
146
|
-
- [FIX] Fix `typings.d.ts` — add `osname` flag to the interface
|
|
147
|
-
|
|
148
|
-
### 1.9.1 (December 22, 2017)
|
|
149
|
-
- [FIX] Fix `typings.d.ts` — add `chromium` flag to the interface
|
|
150
|
-
|
|
151
|
-
### 1.9.0 (December 20, 2017)
|
|
152
|
-
- [ADD] Add a public method `.detect()` (#205)
|
|
153
|
-
- [DOCS] Fix description of `chromium` flag in docs (#206)
|
|
154
|
-
|
|
155
|
-
### 1.8.1 (October 7, 2017)
|
|
156
|
-
- [FIX] Fix detection of MS Edge on Android and iOS (#201)
|
|
157
|
-
|
|
158
|
-
### 1.8.0 (October 7, 2017)
|
|
159
|
-
- [ADD] Add `osname` into result object (#200)
|
|
160
|
-
|
|
161
|
-
### 1.7.3 (August 30, 2017)
|
|
162
|
-
- [FIX] Fix detection of Chrome on Android 8 OPR6 (#193)
|
|
163
|
-
|
|
164
|
-
### 1.7.2 (August 17, 2017)
|
|
165
|
-
- [FIX] Fix typings.d.ts according to #185
|
|
166
|
-
|
|
167
|
-
### 1.7.1 (July 13, 2017)
|
|
168
|
-
- [ADD] Fix detecting of Tablet PC as tablet (#183)
|
|
169
|
-
|
|
170
|
-
### 1.7.0 (May 18, 2017)
|
|
171
|
-
- [ADD] Add OS version support for Windows and macOS (#178)
|
|
172
|
-
|
|
173
|
-
### 1.6.0 (December 5, 2016)
|
|
174
|
-
- [ADD] Add some tests for Windows devices (#89)
|
|
175
|
-
- [ADD] Add `root` to initialization process (#170)
|
|
176
|
-
- [FIX] Upgrade .travis.yml config
|
|
177
|
-
|
|
178
|
-
### 1.5.0 (October 31, 2016)
|
|
179
|
-
- [ADD] Throw an error when `minVersion` map has not a string as a version and fix readme (#165)
|
|
180
|
-
- [FIX] Fix truly detection of Windows Phones (#167)
|
|
181
|
-
|
|
182
|
-
### 1.4.6 (September 19, 2016)
|
|
183
|
-
- [FIX] Fix mobile Opera's version detection on Android
|
|
184
|
-
- [FIX] Fix typescript typings — add `mobile` and `tablet` flags
|
|
185
|
-
- [DOC] Fix description of `bowser.check`
|
|
186
|
-
|
|
187
|
-
### 1.4.5 (August 30, 2016)
|
|
188
|
-
|
|
189
|
-
- [FIX] Add support of Samsung Internet for Android
|
|
190
|
-
- [FIX] Fix case when `navigator.userAgent` is `undefined`
|
|
191
|
-
- [DOC] Add information about `strictMode` in `check` function
|
|
192
|
-
- [DOC] Consistent use of `bowser` variable in the README
|
|
193
|
-
|
|
194
|
-
### 1.4.4 (August 10, 2016)
|
|
195
|
-
|
|
196
|
-
- [FIX] Fix AMD `define` call — pass name to the function
|
|
197
|
-
|
|
198
|
-
### 1.4.3 (July 27, 2016)
|
|
199
|
-
|
|
200
|
-
- [FIX] Fix error `Object doesn't support this property or method` on IE8
|
|
201
|
-
|
|
202
|
-
### 1.4.2 (July 26, 2016)
|
|
203
|
-
|
|
204
|
-
- [FIX] Fix missing `isUnsupportedBrowser` in typings description
|
|
205
|
-
- [DOC] Fix `check`'s declaration in README
|
|
206
|
-
|
|
207
|
-
### 1.4.1 (July 7, 2016)
|
|
208
|
-
|
|
209
|
-
- [FIX] Fix `strictMode` logic for `isUnsupportedBrowser`
|
|
210
|
-
|
|
211
|
-
### 1.4.0 (June 28, 2016)
|
|
212
|
-
|
|
213
|
-
- [FEATURE] Add `bowser.compareVersions` method
|
|
214
|
-
- [FEATURE] Add `bowser.isUnsupportedBrowser` method
|
|
215
|
-
- [FEATURE] Add `bowser.check` method
|
|
216
|
-
- [DOC] Changelog started
|
|
217
|
-
- [DOC] Add API section to README
|
|
218
|
-
- [FIX] Fix detection of browser type (A/C/X) for Chromium
|