cloudstructs 0.12.7 → 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 +3 -3
- 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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export = CachePolicy;
|
|
2
2
|
|
|
3
3
|
declare class CachePolicy {
|
|
4
|
-
constructor(req: CachePolicy.
|
|
4
|
+
constructor(req: CachePolicy.HttpRequest, res: CachePolicy.HttpResponse, options?: CachePolicy.Options);
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Returns `true` if the response can be stored in a cache.
|
|
@@ -20,7 +20,28 @@ declare class CachePolicy {
|
|
|
20
20
|
* If it returns `false`, then the response may not be matching at all (e.g. it's for a different URL or method),
|
|
21
21
|
* or may require to be refreshed first (see `revalidationHeaders()`).
|
|
22
22
|
*/
|
|
23
|
-
satisfiesWithoutRevalidation(newRequest: CachePolicy.
|
|
23
|
+
satisfiesWithoutRevalidation(newRequest: CachePolicy.HttpRequest): boolean;
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* Checks if the given request matches this cache entry, and how the cache can be used to satisfy it. Returns an object with:
|
|
27
|
+
*
|
|
28
|
+
* ```
|
|
29
|
+
* {
|
|
30
|
+
* // If defined, you must send a request to the server.
|
|
31
|
+
* revalidation: {
|
|
32
|
+
* headers: {}, // HTTP headers to use when sending the revalidation response
|
|
33
|
+
* // If true, you MUST wait for a response from the server before using the cache
|
|
34
|
+
* // If false, this is stale-while-revalidate. The cache is stale, but you can use it while you update it asynchronously.
|
|
35
|
+
* synchronous: bool,
|
|
36
|
+
* },
|
|
37
|
+
* // If defined, you can use this cached response.
|
|
38
|
+
* response: {
|
|
39
|
+
* headers: {}, // Updated cached HTTP headers you must use when responding to the client
|
|
40
|
+
* },
|
|
41
|
+
* }
|
|
42
|
+
* ```
|
|
43
|
+
*/
|
|
44
|
+
evaluateRequest(newRequest: CachePolicy.HttpRequest): CachePolicy.EvaluateRequestResult;
|
|
24
45
|
|
|
25
46
|
/**
|
|
26
47
|
* Returns updated, filtered set of response headers to return to clients receiving the cached response.
|
|
@@ -32,6 +53,28 @@ declare class CachePolicy {
|
|
|
32
53
|
*/
|
|
33
54
|
responseHeaders(): CachePolicy.Headers;
|
|
34
55
|
|
|
56
|
+
/**
|
|
57
|
+
* Returns the Date header value from the response or the current time if invalid.
|
|
58
|
+
*/
|
|
59
|
+
date(): number;
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Value of the Age header, in seconds, updated for the current time.
|
|
63
|
+
* May be fractional.
|
|
64
|
+
*/
|
|
65
|
+
age(): number;
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* Possibly outdated value of applicable max-age (or heuristic equivalent) in seconds.
|
|
69
|
+
* This counts since response's `Date`.
|
|
70
|
+
*
|
|
71
|
+
* For an up-to-date value, see `timeToLive()`.
|
|
72
|
+
*
|
|
73
|
+
* Returns the maximum age (freshness lifetime) of the response in seconds.
|
|
74
|
+
* @returns {number} The max-age value in seconds.
|
|
75
|
+
*/
|
|
76
|
+
maxAge(): number;
|
|
77
|
+
|
|
35
78
|
/**
|
|
36
79
|
* Returns approximate time in milliseconds until the response becomes stale (i.e. not fresh).
|
|
37
80
|
*
|
|
@@ -42,16 +85,22 @@ declare class CachePolicy {
|
|
|
42
85
|
timeToLive(): number;
|
|
43
86
|
|
|
44
87
|
/**
|
|
45
|
-
*
|
|
46
|
-
*
|
|
88
|
+
* If true, this cache entry is past its expiration date.
|
|
89
|
+
* Note that stale cache may be useful sometimes, see `evaluateRequest()`.
|
|
47
90
|
*/
|
|
48
|
-
|
|
91
|
+
stale(): boolean;
|
|
49
92
|
|
|
50
93
|
/**
|
|
51
94
|
* `policy = CachePolicy.fromObject(obj)` creates an instance from object created by `toObject()`.
|
|
52
95
|
*/
|
|
53
96
|
static fromObject(obj: CachePolicy.CachePolicyObject): CachePolicy;
|
|
54
97
|
|
|
98
|
+
/**
|
|
99
|
+
* Chances are you'll want to store the `CachePolicy` object along with the cached response.
|
|
100
|
+
* `obj = policy.toObject()` gives a plain JSON-serializable object.
|
|
101
|
+
*/
|
|
102
|
+
toObject(): CachePolicy.CachePolicyObject;
|
|
103
|
+
|
|
55
104
|
/**
|
|
56
105
|
* Returns updated, filtered set of request headers to send to the origin server to check if the cached
|
|
57
106
|
* response can be reused. These headers allow the origin server to return status 304 indicating the
|
|
@@ -62,29 +111,37 @@ declare class CachePolicy {
|
|
|
62
111
|
* @example
|
|
63
112
|
* updateRequest.headers = cachePolicy.revalidationHeaders(updateRequest);
|
|
64
113
|
*/
|
|
65
|
-
revalidationHeaders(newRequest: CachePolicy.
|
|
114
|
+
revalidationHeaders(newRequest: CachePolicy.HttpRequest): CachePolicy.Headers;
|
|
66
115
|
|
|
67
116
|
/**
|
|
68
|
-
*
|
|
117
|
+
* Creates new CachePolicy with information combined from the previews response,
|
|
118
|
+
* and the new revalidation response.
|
|
119
|
+
*
|
|
120
|
+
* Returns {policy, modified} where modified is a boolean indicating
|
|
121
|
+
* whether the response body has been modified, and old cached body can't be used.
|
|
69
122
|
*/
|
|
70
123
|
revalidatedPolicy(
|
|
71
|
-
revalidationRequest: CachePolicy.
|
|
72
|
-
revalidationResponse
|
|
124
|
+
revalidationRequest: CachePolicy.HttpRequest,
|
|
125
|
+
revalidationResponse?: CachePolicy.HttpResponse,
|
|
73
126
|
): CachePolicy.RevalidationPolicy;
|
|
74
127
|
}
|
|
75
128
|
|
|
76
129
|
declare namespace CachePolicy {
|
|
77
|
-
interface
|
|
130
|
+
interface HttpRequest {
|
|
78
131
|
url?: string | undefined;
|
|
79
132
|
method?: string | undefined;
|
|
80
133
|
headers: Headers;
|
|
81
134
|
}
|
|
82
135
|
|
|
83
|
-
|
|
136
|
+
type Request = HttpRequest;
|
|
137
|
+
|
|
138
|
+
interface HttpResponse {
|
|
84
139
|
status?: number | undefined;
|
|
85
140
|
headers: Headers;
|
|
86
141
|
}
|
|
87
142
|
|
|
143
|
+
type Response = HttpResponse;
|
|
144
|
+
|
|
88
145
|
interface Options {
|
|
89
146
|
/**
|
|
90
147
|
* If `true`, then the response is evaluated from a perspective of a shared cache (i.e. `private` is not
|
|
@@ -162,4 +219,33 @@ declare namespace CachePolicy {
|
|
|
162
219
|
modified: boolean;
|
|
163
220
|
matches: boolean;
|
|
164
221
|
}
|
|
222
|
+
|
|
223
|
+
interface EvaluateRequestRevalidation {
|
|
224
|
+
synchronous: boolean;
|
|
225
|
+
headers: CachePolicy.Headers;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
interface EvaluateRequestHitWithoutRevalidationResult {
|
|
229
|
+
response: {
|
|
230
|
+
headers: CachePolicy.Headers;
|
|
231
|
+
};
|
|
232
|
+
revalidation: undefined;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
interface EvaluateRequestHitWithRevalidationResult {
|
|
236
|
+
response: {
|
|
237
|
+
headers: CachePolicy.Headers;
|
|
238
|
+
};
|
|
239
|
+
revalidation: EvaluateRequestRevalidation;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
interface EvaluateRequestMissResult {
|
|
243
|
+
response: undefined;
|
|
244
|
+
revalidation: EvaluateRequestRevalidation;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
type EvaluateRequestResult =
|
|
248
|
+
| EvaluateRequestHitWithRevalidationResult
|
|
249
|
+
| EvaluateRequestHitWithoutRevalidationResult
|
|
250
|
+
| EvaluateRequestMissResult;
|
|
165
251
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/http-cache-semantics",
|
|
3
|
-
"version": "4.0
|
|
3
|
+
"version": "4.2.0",
|
|
4
4
|
"description": "TypeScript definitions for http-cache-semantics",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/http-cache-semantics",
|
|
6
6
|
"license": "MIT",
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"scripts": {},
|
|
22
22
|
"dependencies": {},
|
|
23
|
-
"
|
|
24
|
-
"
|
|
23
|
+
"peerDependencies": {},
|
|
24
|
+
"typesPublisherContentHash": "f5ae2b8a76a826965b8617b73b86a92dc7b5dd7230a0d6d8e1ecb6139ec75db8",
|
|
25
|
+
"typeScriptVersion": "5.2"
|
|
25
26
|
}
|
|
@@ -8,7 +8,7 @@ This package contains type definitions for node (https://nodejs.org/).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Tue, 10 Feb 2026 14:48:58 GMT
|
|
12
12
|
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)
|
|
13
13
|
|
|
14
14
|
# Credits
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
*
|
|
6
6
|
* ```js
|
|
7
7
|
* import { spawn } from 'node:child_process';
|
|
8
|
+
* import { once } from 'node:events';
|
|
8
9
|
* const ls = spawn('ls', ['-lh', '/usr']);
|
|
9
10
|
*
|
|
10
11
|
* ls.stdout.on('data', (data) => {
|
|
@@ -15,9 +16,8 @@
|
|
|
15
16
|
* console.error(`stderr: ${data}`);
|
|
16
17
|
* });
|
|
17
18
|
*
|
|
18
|
-
* ls
|
|
19
|
-
*
|
|
20
|
-
* });
|
|
19
|
+
* const [code] = await once(ls, 'close');
|
|
20
|
+
* console.log(`child process exited with code ${code}`);
|
|
21
21
|
* ```
|
|
22
22
|
*
|
|
23
23
|
* By default, pipes for `stdin`, `stdout`, and `stderr` are established between
|
|
@@ -671,6 +671,7 @@ declare module "node:child_process" {
|
|
|
671
671
|
*
|
|
672
672
|
* ```js
|
|
673
673
|
* import { spawn } from 'node:child_process';
|
|
674
|
+
* import { once } from 'node:events';
|
|
674
675
|
* const ls = spawn('ls', ['-lh', '/usr']);
|
|
675
676
|
*
|
|
676
677
|
* ls.stdout.on('data', (data) => {
|
|
@@ -681,9 +682,8 @@ declare module "node:child_process" {
|
|
|
681
682
|
* console.error(`stderr: ${data}`);
|
|
682
683
|
* });
|
|
683
684
|
*
|
|
684
|
-
* ls
|
|
685
|
-
*
|
|
686
|
-
* });
|
|
685
|
+
* const [code] = await once(ls, 'close');
|
|
686
|
+
* console.log(`child process exited with code ${code}`);
|
|
687
687
|
* ```
|
|
688
688
|
*
|
|
689
689
|
* Example: A very elaborate way to run `ps ax | grep ssh`
|
|
@@ -2582,8 +2582,8 @@ declare module "node:crypto" {
|
|
|
2582
2582
|
interface X25519KeyPairOptions extends KeyPairExportOptions<"spki", "pkcs8"> {}
|
|
2583
2583
|
interface X448KeyPairOptions extends KeyPairExportOptions<"spki", "pkcs8"> {}
|
|
2584
2584
|
/**
|
|
2585
|
-
* Generates a new asymmetric key pair of the given `type`.
|
|
2586
|
-
*
|
|
2585
|
+
* Generates a new asymmetric key pair of the given `type`. See the
|
|
2586
|
+
* supported [asymmetric key types](https://nodejs.org/docs/latest-v25.x/api/crypto.html#asymmetric-key-types).
|
|
2587
2587
|
*
|
|
2588
2588
|
* If a `publicKeyEncoding` or `privateKeyEncoding` was specified, this function
|
|
2589
2589
|
* behaves as if `keyObject.export()` had been called on its result. Otherwise,
|
|
@@ -2672,8 +2672,8 @@ declare module "node:crypto" {
|
|
|
2672
2672
|
options?: T,
|
|
2673
2673
|
): KeyPairExportResult<T>;
|
|
2674
2674
|
/**
|
|
2675
|
-
* Generates a new asymmetric key pair of the given `type`.
|
|
2676
|
-
*
|
|
2675
|
+
* Generates a new asymmetric key pair of the given `type`. See the
|
|
2676
|
+
* supported [asymmetric key types](https://nodejs.org/docs/latest-v25.x/api/crypto.html#asymmetric-key-types).
|
|
2677
2677
|
*
|
|
2678
2678
|
* If a `publicKeyEncoding` or `privateKeyEncoding` was specified, this function
|
|
2679
2679
|
* behaves as if `keyObject.export()` had been called on its result. Otherwise,
|
|
@@ -357,6 +357,15 @@ declare module "node:http" {
|
|
|
357
357
|
* @since v18.17.0, v20.2.0
|
|
358
358
|
*/
|
|
359
359
|
rejectNonStandardBodyWrites?: boolean | undefined;
|
|
360
|
+
/**
|
|
361
|
+
* If set to `true`, requests without `Content-Length`
|
|
362
|
+
* or `Transfer-Encoding` headers (indicating no body) will be initialized with an
|
|
363
|
+
* already-ended body stream, so they will never emit any stream events
|
|
364
|
+
* (like `'data'` or `'end'`). You can use `req.readableEnded` to detect this case.
|
|
365
|
+
* @since v25.1.0
|
|
366
|
+
* @default false
|
|
367
|
+
*/
|
|
368
|
+
optimizeEmptyRequests?: boolean | undefined;
|
|
360
369
|
}
|
|
361
370
|
type RequestListener<
|
|
362
371
|
Request extends typeof IncomingMessage = typeof IncomingMessage,
|
|
@@ -1037,6 +1046,7 @@ declare module "node:http" {
|
|
|
1037
1046
|
*
|
|
1038
1047
|
* ```js
|
|
1039
1048
|
* import http from 'node:http';
|
|
1049
|
+
* const agent = new http.Agent({ keepAlive: true });
|
|
1040
1050
|
*
|
|
1041
1051
|
* // Server has a 5 seconds keep-alive timeout by default
|
|
1042
1052
|
* http
|
|
@@ -1654,7 +1664,7 @@ declare module "node:http" {
|
|
|
1654
1664
|
* sockets. Do not modify.
|
|
1655
1665
|
* @since v0.5.9
|
|
1656
1666
|
*/
|
|
1657
|
-
readonly requests: NodeJS.ReadOnlyDict<
|
|
1667
|
+
readonly requests: NodeJS.ReadOnlyDict<ClientRequest[]>;
|
|
1658
1668
|
constructor(opts?: AgentOptions);
|
|
1659
1669
|
/**
|
|
1660
1670
|
* Destroy any sockets that are currently in use by the agent.
|
|
@@ -1670,20 +1680,34 @@ declare module "node:http" {
|
|
|
1670
1680
|
/**
|
|
1671
1681
|
* Produces a socket/stream to be used for HTTP requests.
|
|
1672
1682
|
*
|
|
1673
|
-
* By default, this function
|
|
1674
|
-
*
|
|
1683
|
+
* By default, this function behaves identically to `net.createConnection()`,
|
|
1684
|
+
* synchronously returning the created socket. The optional `callback` parameter in the
|
|
1685
|
+
* signature is **not** used by this default implementation.
|
|
1675
1686
|
*
|
|
1676
|
-
*
|
|
1677
|
-
*
|
|
1687
|
+
* However, custom agents may override this method to provide greater flexibility,
|
|
1688
|
+
* for example, to create sockets asynchronously. When overriding `createConnection`:
|
|
1678
1689
|
*
|
|
1679
|
-
*
|
|
1680
|
-
*
|
|
1681
|
-
*
|
|
1690
|
+
* 1. **Synchronous socket creation**: The overriding method can return the
|
|
1691
|
+
* socket/stream directly.
|
|
1692
|
+
* 2. **Asynchronous socket creation**: The overriding method can accept the `callback`
|
|
1693
|
+
* and pass the created socket/stream to it (e.g., `callback(null, newSocket)`).
|
|
1694
|
+
* If an error occurs during socket creation, it should be passed as the first
|
|
1695
|
+
* argument to the `callback` (e.g., `callback(err)`).
|
|
1682
1696
|
*
|
|
1683
|
-
*
|
|
1697
|
+
* The agent will call the provided `createConnection` function with `options` and
|
|
1698
|
+
* this internal `callback`. The `callback` provided by the agent has a signature
|
|
1699
|
+
* of `(err, stream)`.
|
|
1684
1700
|
* @since v0.11.4
|
|
1685
|
-
* @param options Options containing connection details. Check
|
|
1686
|
-
*
|
|
1701
|
+
* @param options Options containing connection details. Check
|
|
1702
|
+
* `net.createConnection` for the format of the options. For custom agents,
|
|
1703
|
+
* this object is passed to the custom `createConnection` function.
|
|
1704
|
+
* @param callback (Optional, primarily for custom agents) A function to be
|
|
1705
|
+
* called by a custom `createConnection` implementation when the socket is
|
|
1706
|
+
* created, especially for asynchronous operations.
|
|
1707
|
+
* @returns The created socket. This is returned by the default
|
|
1708
|
+
* implementation or by a custom synchronous `createConnection` implementation.
|
|
1709
|
+
* If a custom `createConnection` uses the `callback` for asynchronous
|
|
1710
|
+
* operation, this return value might not be the primary way to obtain the socket.
|
|
1687
1711
|
*/
|
|
1688
1712
|
createConnection(
|
|
1689
1713
|
options: ClientRequestArgs,
|
|
@@ -24,6 +24,12 @@ declare module "node:https" {
|
|
|
24
24
|
}
|
|
25
25
|
/**
|
|
26
26
|
* An `Agent` object for HTTPS similar to `http.Agent`. See {@link request} for more information.
|
|
27
|
+
*
|
|
28
|
+
* Like `http.Agent`, the `createConnection(options[, callback])` method can be overridden
|
|
29
|
+
* to customize how TLS connections are established.
|
|
30
|
+
*
|
|
31
|
+
* > See `agent.createConnection()` for details on overriding this method,
|
|
32
|
+
* > including asynchronous socket creation with a callback.
|
|
27
33
|
* @since v0.4.5
|
|
28
34
|
*/
|
|
29
35
|
class Agent extends http.Agent {
|
|
@@ -825,7 +825,7 @@ declare module "node:net" {
|
|
|
825
825
|
function setDefaultAutoSelectFamily(value: boolean): void;
|
|
826
826
|
/**
|
|
827
827
|
* Gets the current default value of the `autoSelectFamilyAttemptTimeout` option of `socket.connect(options)`.
|
|
828
|
-
* The initial default value is `
|
|
828
|
+
* The initial default value is `500` or the value specified via the command line option `--network-family-autoselection-attempt-timeout`.
|
|
829
829
|
* @returns The current default value of the `autoSelectFamilyAttemptTimeout` option.
|
|
830
830
|
* @since v19.8.0, v18.8.0
|
|
831
831
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "25.
|
|
3
|
+
"version": "25.2.3",
|
|
4
4
|
"description": "TypeScript definitions for node",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -150,6 +150,6 @@
|
|
|
150
150
|
"undici-types": "~7.16.0"
|
|
151
151
|
},
|
|
152
152
|
"peerDependencies": {},
|
|
153
|
-
"typesPublisherContentHash": "
|
|
153
|
+
"typesPublisherContentHash": "8b755d23bb0d24c0d68b2add771cb66e2226b9633549b6f9c190a2a5f9831395",
|
|
154
154
|
"typeScriptVersion": "5.2"
|
|
155
155
|
}
|
|
@@ -43,11 +43,6 @@ declare module "node:perf_hooks" {
|
|
|
43
43
|
| "net" // Node.js only
|
|
44
44
|
| "node" // Node.js only
|
|
45
45
|
| "resource"; // available on the Web
|
|
46
|
-
interface EventLoopUtilization {
|
|
47
|
-
idle: number;
|
|
48
|
-
active: number;
|
|
49
|
-
utilization: number;
|
|
50
|
-
}
|
|
51
46
|
interface ConnectionTimingInfo {
|
|
52
47
|
domainLookupStartTime: number;
|
|
53
48
|
domainLookupEndTime: number;
|
|
@@ -88,6 +83,9 @@ declare module "node:perf_hooks" {
|
|
|
88
83
|
entryTypes?: EntryType[];
|
|
89
84
|
type?: EntryType;
|
|
90
85
|
}
|
|
86
|
+
// TODO: remove in next major
|
|
87
|
+
/** @deprecated Use `TimerifyOptions` instead. */
|
|
88
|
+
interface PerformanceTimerifyOptions extends TimerifyOptions {}
|
|
91
89
|
interface PerformanceEventMap {
|
|
92
90
|
"resourcetimingbufferfull": Event;
|
|
93
91
|
}
|
|
@@ -137,50 +135,9 @@ declare module "node:perf_hooks" {
|
|
|
137
135
|
options?: EventListenerOptions | boolean,
|
|
138
136
|
): void;
|
|
139
137
|
/**
|
|
140
|
-
*
|
|
141
|
-
* cumulative duration of time the event loop has been both idle and active as a
|
|
142
|
-
* high resolution milliseconds timer. The `utilization` value is the calculated
|
|
143
|
-
* Event Loop Utilization (ELU).
|
|
144
|
-
*
|
|
145
|
-
* If bootstrapping has not yet finished on the main thread the properties have
|
|
146
|
-
* the value of `0`. The ELU is immediately available on [Worker threads](https://nodejs.org/docs/latest-v25.x/api/worker_threads.html#worker-threads) since
|
|
147
|
-
* bootstrap happens within the event loop.
|
|
148
|
-
*
|
|
149
|
-
* Both `utilization1` and `utilization2` are optional parameters.
|
|
150
|
-
*
|
|
151
|
-
* If `utilization1` is passed, then the delta between the current call's `active`
|
|
152
|
-
* and `idle` times, as well as the corresponding `utilization` value are
|
|
153
|
-
* calculated and returned (similar to `process.hrtime()`).
|
|
154
|
-
*
|
|
155
|
-
* If `utilization1` and `utilization2` are both passed, then the delta is
|
|
156
|
-
* calculated between the two arguments. This is a convenience option because,
|
|
157
|
-
* unlike `process.hrtime()`, calculating the ELU is more complex than a
|
|
158
|
-
* single subtraction.
|
|
159
|
-
*
|
|
160
|
-
* ELU is similar to CPU utilization, except that it only measures event loop
|
|
161
|
-
* statistics and not CPU usage. It represents the percentage of time the event
|
|
162
|
-
* loop has spent outside the event loop's event provider (e.g. `epoll_wait`).
|
|
163
|
-
* No other CPU idle time is taken into consideration. The following is an example
|
|
164
|
-
* of how a mostly idle process will have a high ELU.
|
|
138
|
+
* This is an alias of `perf_hooks.eventLoopUtilization()`.
|
|
165
139
|
*
|
|
166
|
-
*
|
|
167
|
-
* import { eventLoopUtilization } from 'node:perf_hooks';
|
|
168
|
-
* import { spawnSync } from 'node:child_process';
|
|
169
|
-
*
|
|
170
|
-
* setImmediate(() => {
|
|
171
|
-
* const elu = eventLoopUtilization();
|
|
172
|
-
* spawnSync('sleep', ['5']);
|
|
173
|
-
* console.log(eventLoopUtilization(elu).utilization);
|
|
174
|
-
* });
|
|
175
|
-
* ```
|
|
176
|
-
*
|
|
177
|
-
* Although the CPU is mostly idle while running this script, the value of
|
|
178
|
-
* `utilization` is `1`. This is because the call to
|
|
179
|
-
* `child_process.spawnSync()` blocks the event loop from proceeding.
|
|
180
|
-
*
|
|
181
|
-
* Passing in a user-defined object instead of the result of a previous call to
|
|
182
|
-
* `eventLoopUtilization()` will lead to undefined behavior. The return values
|
|
183
|
-
* are not guaranteed to reflect any correct state of the event loop.
|
|
140
|
+
* _This property is an extension by Node.js. It is not available in Web browsers._
|
|
184
141
|
* @since v14.10.0, v12.19.0
|
|
185
142
|
* @param utilization1 The result of a previous call to
|
|
186
143
|
* `eventLoopUtilization()`.
|
|
@@ -192,40 +149,12 @@ declare module "node:perf_hooks" {
|
|
|
192
149
|
utilization2?: EventLoopUtilization,
|
|
193
150
|
): EventLoopUtilization;
|
|
194
151
|
/**
|
|
195
|
-
*
|
|
152
|
+
* This is an alias of `perf_hooks.timerify()`.
|
|
196
153
|
*
|
|
197
|
-
*
|
|
198
|
-
* wrapped function. A `PerformanceObserver` must be subscribed to the `'function'`
|
|
199
|
-
* event type in order for the timing details to be accessed.
|
|
200
|
-
*
|
|
201
|
-
* ```js
|
|
202
|
-
* import { performance, PerformanceObserver } from 'node:perf_hooks';
|
|
203
|
-
*
|
|
204
|
-
* function someFunction() {
|
|
205
|
-
* console.log('hello world');
|
|
206
|
-
* }
|
|
207
|
-
*
|
|
208
|
-
* const wrapped = performance.timerify(someFunction);
|
|
209
|
-
*
|
|
210
|
-
* const obs = new PerformanceObserver((list) => {
|
|
211
|
-
* console.log(list.getEntries()[0].duration);
|
|
212
|
-
*
|
|
213
|
-
* performance.clearMarks();
|
|
214
|
-
* performance.clearMeasures();
|
|
215
|
-
* obs.disconnect();
|
|
216
|
-
* });
|
|
217
|
-
* obs.observe({ entryTypes: ['function'] });
|
|
218
|
-
*
|
|
219
|
-
* // A performance timeline entry will be created
|
|
220
|
-
* wrapped();
|
|
221
|
-
* ```
|
|
222
|
-
*
|
|
223
|
-
* If the wrapped function returns a promise, a finally handler will be attached
|
|
224
|
-
* to the promise and the duration will be reported once the finally handler is
|
|
225
|
-
* invoked.
|
|
154
|
+
* _This property is an extension by Node.js. It is not available in Web browsers._
|
|
226
155
|
* @since v8.5.0
|
|
227
156
|
*/
|
|
228
|
-
timerify<T extends (...args: any[]) => any>(fn: T, options?:
|
|
157
|
+
timerify<T extends (...args: any[]) => any>(fn: T, options?: TimerifyOptions): T;
|
|
229
158
|
}
|
|
230
159
|
var Performance: {
|
|
231
160
|
prototype: Performance;
|
|
@@ -305,14 +234,6 @@ declare module "node:perf_hooks" {
|
|
|
305
234
|
};
|
|
306
235
|
var performance: Performance;
|
|
307
236
|
// #endregion
|
|
308
|
-
interface PerformanceTimerifyOptions {
|
|
309
|
-
/**
|
|
310
|
-
* A histogram object created using
|
|
311
|
-
* `perf_hooks.createHistogram()` that will record runtime durations in
|
|
312
|
-
* nanoseconds.
|
|
313
|
-
*/
|
|
314
|
-
histogram?: RecordableHistogram | undefined;
|
|
315
|
-
}
|
|
316
237
|
/**
|
|
317
238
|
* _This class is an extension by Node.js. It is not available in Web browsers._
|
|
318
239
|
*
|
|
@@ -557,6 +478,66 @@ declare module "node:perf_hooks" {
|
|
|
557
478
|
*/
|
|
558
479
|
add(other: RecordableHistogram): void;
|
|
559
480
|
}
|
|
481
|
+
interface EventLoopUtilization {
|
|
482
|
+
idle: number;
|
|
483
|
+
active: number;
|
|
484
|
+
utilization: number;
|
|
485
|
+
}
|
|
486
|
+
/**
|
|
487
|
+
* The `eventLoopUtilization()` function returns an object that contains the
|
|
488
|
+
* cumulative duration of time the event loop has been both idle and active as a
|
|
489
|
+
* high resolution milliseconds timer. The `utilization` value is the calculated
|
|
490
|
+
* Event Loop Utilization (ELU).
|
|
491
|
+
*
|
|
492
|
+
* If bootstrapping has not yet finished on the main thread the properties have
|
|
493
|
+
* the value of `0`. The ELU is immediately available on [Worker threads](https://nodejs.org/docs/latest-v25.x/api/worker_threads.html#worker-threads) since
|
|
494
|
+
* bootstrap happens within the event loop.
|
|
495
|
+
*
|
|
496
|
+
* Both `utilization1` and `utilization2` are optional parameters.
|
|
497
|
+
*
|
|
498
|
+
* If `utilization1` is passed, then the delta between the current call's `active`
|
|
499
|
+
* and `idle` times, as well as the corresponding `utilization` value are
|
|
500
|
+
* calculated and returned (similar to `process.hrtime()`).
|
|
501
|
+
*
|
|
502
|
+
* If `utilization1` and `utilization2` are both passed, then the delta is
|
|
503
|
+
* calculated between the two arguments. This is a convenience option because,
|
|
504
|
+
* unlike `process.hrtime()`, calculating the ELU is more complex than a
|
|
505
|
+
* single subtraction.
|
|
506
|
+
*
|
|
507
|
+
* ELU is similar to CPU utilization, except that it only measures event loop
|
|
508
|
+
* statistics and not CPU usage. It represents the percentage of time the event
|
|
509
|
+
* loop has spent outside the event loop's event provider (e.g. `epoll_wait`).
|
|
510
|
+
* No other CPU idle time is taken into consideration. The following is an example
|
|
511
|
+
* of how a mostly idle process will have a high ELU.
|
|
512
|
+
*
|
|
513
|
+
* ```js
|
|
514
|
+
* import { eventLoopUtilization } from 'node:perf_hooks';
|
|
515
|
+
* import { spawnSync } from 'node:child_process';
|
|
516
|
+
*
|
|
517
|
+
* setImmediate(() => {
|
|
518
|
+
* const elu = eventLoopUtilization();
|
|
519
|
+
* spawnSync('sleep', ['5']);
|
|
520
|
+
* console.log(eventLoopUtilization(elu).utilization);
|
|
521
|
+
* });
|
|
522
|
+
* ```
|
|
523
|
+
*
|
|
524
|
+
* Although the CPU is mostly idle while running this script, the value of
|
|
525
|
+
* `utilization` is `1`. This is because the call to
|
|
526
|
+
* `child_process.spawnSync()` blocks the event loop from proceeding.
|
|
527
|
+
*
|
|
528
|
+
* Passing in a user-defined object instead of the result of a previous call to
|
|
529
|
+
* `eventLoopUtilization()` will lead to undefined behavior. The return values
|
|
530
|
+
* are not guaranteed to reflect any correct state of the event loop.
|
|
531
|
+
* @since v25.2.0
|
|
532
|
+
* @param utilization1 The result of a previous call to
|
|
533
|
+
* `eventLoopUtilization()`.
|
|
534
|
+
* @param utilization2 The result of a previous call to
|
|
535
|
+
* `eventLoopUtilization()` prior to `utilization1`.
|
|
536
|
+
*/
|
|
537
|
+
function eventLoopUtilization(
|
|
538
|
+
utilization1?: EventLoopUtilization,
|
|
539
|
+
utilization2?: EventLoopUtilization,
|
|
540
|
+
): EventLoopUtilization;
|
|
560
541
|
/**
|
|
561
542
|
* _This property is an extension by Node.js. It is not available in Web browsers._
|
|
562
543
|
*
|
|
@@ -586,6 +567,49 @@ declare module "node:perf_hooks" {
|
|
|
586
567
|
* @since v11.10.0
|
|
587
568
|
*/
|
|
588
569
|
function monitorEventLoopDelay(options?: EventLoopMonitorOptions): IntervalHistogram;
|
|
570
|
+
interface TimerifyOptions {
|
|
571
|
+
/**
|
|
572
|
+
* A histogram object created using
|
|
573
|
+
* `perf_hooks.createHistogram()` that will record runtime durations in
|
|
574
|
+
* nanoseconds.
|
|
575
|
+
*/
|
|
576
|
+
histogram?: RecordableHistogram | undefined;
|
|
577
|
+
}
|
|
578
|
+
/**
|
|
579
|
+
* _This property is an extension by Node.js. It is not available in Web browsers._
|
|
580
|
+
*
|
|
581
|
+
* Wraps a function within a new function that measures the running time of the
|
|
582
|
+
* wrapped function. A `PerformanceObserver` must be subscribed to the `'function'`
|
|
583
|
+
* event type in order for the timing details to be accessed.
|
|
584
|
+
*
|
|
585
|
+
* ```js
|
|
586
|
+
* import { timerify, performance, PerformanceObserver } from 'node:perf_hooks';
|
|
587
|
+
*
|
|
588
|
+
* function someFunction() {
|
|
589
|
+
* console.log('hello world');
|
|
590
|
+
* }
|
|
591
|
+
*
|
|
592
|
+
* const wrapped = timerify(someFunction);
|
|
593
|
+
*
|
|
594
|
+
* const obs = new PerformanceObserver((list) => {
|
|
595
|
+
* console.log(list.getEntries()[0].duration);
|
|
596
|
+
*
|
|
597
|
+
* performance.clearMarks();
|
|
598
|
+
* performance.clearMeasures();
|
|
599
|
+
* obs.disconnect();
|
|
600
|
+
* });
|
|
601
|
+
* obs.observe({ entryTypes: ['function'] });
|
|
602
|
+
*
|
|
603
|
+
* // A performance timeline entry will be created
|
|
604
|
+
* wrapped();
|
|
605
|
+
* ```
|
|
606
|
+
*
|
|
607
|
+
* If the wrapped function returns a promise, a finally handler will be attached
|
|
608
|
+
* to the promise and the duration will be reported once the finally handler is
|
|
609
|
+
* invoked.
|
|
610
|
+
* @since v25.2.0
|
|
611
|
+
*/
|
|
612
|
+
function timerify<T extends (...args: any[]) => any>(fn: T, options?: TimerifyOptions): T;
|
|
589
613
|
interface CreateHistogramOptions {
|
|
590
614
|
/**
|
|
591
615
|
* The minimum recordable value. Must be an integer value greater than 0.
|
|
@@ -613,8 +637,6 @@ declare module "node:perf_hooks" {
|
|
|
613
637
|
interface MarkOptions extends PerformanceMarkOptions {}
|
|
614
638
|
/** @deprecated Use the canonical `PerformanceMeasureOptions` instead. */
|
|
615
639
|
interface MeasureOptions extends PerformanceMeasureOptions {}
|
|
616
|
-
/** @deprecated Use `PerformanceTimerifyOptions` instead. */
|
|
617
|
-
interface TimerifyOptions extends PerformanceTimerifyOptions {}
|
|
618
640
|
}
|
|
619
641
|
declare module "perf_hooks" {
|
|
620
642
|
export * from "node:perf_hooks";
|
|
@@ -253,7 +253,7 @@ declare module "node:process" {
|
|
|
253
253
|
/**
|
|
254
254
|
* A value that is `"strip"` by default,
|
|
255
255
|
* `"transform"` if Node.js is run with `--experimental-transform-types`, and `false` if
|
|
256
|
-
* Node.js is run with `--no-
|
|
256
|
+
* Node.js is run with `--no-strip-types`.
|
|
257
257
|
* @since v22.10.0
|
|
258
258
|
*/
|
|
259
259
|
readonly typescript: "strip" | "transform" | false;
|