@jjrawlins/cdk-ami-builder 0.0.160 → 0.0.162
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 +12 -12
- package/cdkamibuilder/go.mod +2 -2
- package/cdkamibuilder/jsii/jsii.go +2 -2
- package/cdkamibuilder/version +1 -1
- package/lib/ImagePipeline/ImagePipeline.js +1 -1
- package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
- package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +27 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/enums.js +27 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RunInstancesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/enums.d.ts +27 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/enums.d.ts +27 -0
- package/node_modules/@aws-sdk/client-ec2/package.json +21 -15
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +7 -0
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/schemas/schemas_0.js +23 -14
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/enums.js +6 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js +15 -6
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +10 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +5 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +5 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +9 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/enums.d.ts +14 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +28 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/schemas/schemas_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/enums.d.ts +8 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/package.json +12 -12
- package/node_modules/@aws-sdk/client-kms/package.json +12 -12
- package/node_modules/@aws-sdk/client-s3/package.json +23 -21
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +20 -14
- package/node_modules/@aws-sdk/client-sfn/package.json +12 -12
- package/node_modules/@aws-sdk/client-sns/package.json +12 -12
- package/node_modules/@aws-sdk/client-sqs/package.json +21 -15
- package/node_modules/@aws-sdk/client-ssm/package.json +12 -12
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/package.json +3 -3
- package/node_modules/@aws-sdk/crc64-nvme/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-login/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeDisableMultiregionAccessPointConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeUseArnRegionConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketEndpointMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostname.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getFlexibleChecksumsPlugin.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsResponseMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksum.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmListForResponse.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeader.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeaderWithPrefix.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/stringHasher.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/validateChecksumFromResponse.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/index.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/bucket-endpoint-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-endpoint-middleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-expires-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCache.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/SignatureV4S3Express.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressMiddleware.d.ts +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-types/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-types/queue-url.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-types/receive-message.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-types/send-message-batch.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-types/send-message.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-ssec/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-ssec/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/package.json +11 -11
- package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +3 -3
- package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/http.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +2 -2
- package/node_modules/@aws-sdk/types/dist-types/token.d.ts +2 -2
- package/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-format-url/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/util-format-url/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +51 -8
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +7 -2
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptPackageJsonPath.js +14 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +24 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptPackageJsonPath.d.ts +9 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptUserAgentPair.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptPackageJsonPath.d.ts +1 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptUserAgentPair.d.ts +4 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +1 -1
- package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +1 -1
- package/node_modules/@aws-sdk/xml-builder/package.json +1 -1
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/package.json +2 -2
- package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/inbound-federation.d.ts +40 -0
- package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/index.d.ts +3 -1
- package/package.json +13 -13
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HandlerExecutionContext } from "@smithy/types";
|
|
2
|
-
import { AwsSdkFeatures } from "./feature-ids";
|
|
1
|
+
import type { HandlerExecutionContext } from "@smithy/types";
|
|
2
|
+
import type { AwsSdkFeatures } from "./feature-ids";
|
|
3
3
|
export { AbsoluteLocation, BuildHandler, BuildHandlerArguments, BuildHandlerOptions, BuildHandlerOutput, BuildMiddleware, DeserializeHandler, DeserializeHandlerArguments, DeserializeHandlerOptions, DeserializeHandlerOutput, DeserializeMiddleware, FinalizeHandler, FinalizeHandlerArguments, FinalizeHandlerOutput, FinalizeRequestHandlerOptions, FinalizeRequestMiddleware, Handler, HandlerExecutionContext, HandlerOptions, InitializeHandler, InitializeHandlerArguments, InitializeHandlerOptions, InitializeHandlerOutput, InitializeMiddleware, MiddlewareStack, MiddlewareType, Pluggable, Priority, Relation, RelativeLocation, RelativeMiddlewareOptions, SerializeHandler, SerializeHandlerArguments, SerializeHandlerOptions, SerializeHandlerOutput, SerializeMiddleware, Step, Terminalware, } from "@smithy/types";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-endpoints",
|
|
3
|
-
"version": "3.996.
|
|
3
|
+
"version": "3.996.3",
|
|
4
4
|
"description": "Utilities to help with endpoint resolution",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aws-sdk/types": "^3.973.
|
|
28
|
+
"@aws-sdk/types": "^3.973.4",
|
|
29
29
|
"@smithy/types": "^4.13.0",
|
|
30
30
|
"@smithy/url-parser": "^4.2.10",
|
|
31
31
|
"@smithy/util-endpoints": "^3.3.1",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { HttpRequest } from "@smithy/types";
|
|
1
|
+
import type { HttpRequest } from "@smithy/types";
|
|
2
2
|
export declare function formatUrl(request: Omit<HttpRequest, "headers" | "method">): string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-format-url",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.6",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline util-format-url",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@aws-sdk/types": "^3.973.
|
|
25
|
+
"@aws-sdk/types": "^3.973.4",
|
|
26
26
|
"@smithy/querystring-builder": "^4.2.10",
|
|
27
27
|
"@smithy/types": "^4.13.0",
|
|
28
28
|
"tslib": "^2.6.2"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Provider, UserAgent } from "@smithy/types";
|
|
1
|
+
import type { Provider, UserAgent } from "@smithy/types";
|
|
2
2
|
import type { DefaultUserAgentOptions } from "./configurations";
|
|
3
3
|
export { createUserAgentStringParsingProvider } from "./createUserAgentStringParsingProvider";
|
|
4
4
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-user-agent-browser",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.6",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline util-user-agent-browser",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"react-native": "dist-es/index.native.js",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@aws-sdk/types": "^3.973.
|
|
27
|
+
"@aws-sdk/types": "^3.973.4",
|
|
28
28
|
"@smithy/types": "^4.13.0",
|
|
29
29
|
"bowser": "^2.11.0",
|
|
30
30
|
"tslib": "^2.6.2"
|
|
@@ -1,17 +1,56 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var node_os = require('node:os');
|
|
4
|
+
var node_process = require('node:process');
|
|
5
|
+
var promises = require('node:fs/promises');
|
|
6
|
+
var node_path = require('node:path');
|
|
5
7
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
6
8
|
|
|
7
9
|
const getRuntimeUserAgentPair = () => {
|
|
8
10
|
const runtimesToCheck = ["deno", "bun", "llrt"];
|
|
9
11
|
for (const runtime of runtimesToCheck) {
|
|
10
|
-
if (
|
|
11
|
-
return [`md/${runtime}`,
|
|
12
|
+
if (node_process.versions[runtime]) {
|
|
13
|
+
return [`md/${runtime}`, node_process.versions[runtime]];
|
|
12
14
|
}
|
|
13
15
|
}
|
|
14
|
-
return ["md/nodejs",
|
|
16
|
+
return ["md/nodejs", node_process.versions.node];
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
const getTypeScriptPackageJsonPath = (dirname = "") => {
|
|
20
|
+
let nodeModulesPath;
|
|
21
|
+
const normalizedPath = node_path.normalize(dirname);
|
|
22
|
+
const parts = normalizedPath.split(node_path.sep);
|
|
23
|
+
const nodeModulesIndex = parts.indexOf("node_modules");
|
|
24
|
+
if (nodeModulesIndex !== -1) {
|
|
25
|
+
nodeModulesPath = parts.slice(0, nodeModulesIndex).join(node_path.sep);
|
|
26
|
+
}
|
|
27
|
+
else {
|
|
28
|
+
nodeModulesPath = dirname;
|
|
29
|
+
}
|
|
30
|
+
return node_path.join(nodeModulesPath, "node_modules", "typescript", "package.json");
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
let tscVersion;
|
|
34
|
+
const getTypeScriptUserAgentPair = async () => {
|
|
35
|
+
if (tscVersion === null) {
|
|
36
|
+
return undefined;
|
|
37
|
+
}
|
|
38
|
+
else if (typeof tscVersion === "string") {
|
|
39
|
+
return ["md/tsc", tscVersion];
|
|
40
|
+
}
|
|
41
|
+
try {
|
|
42
|
+
const packageJson = await promises.readFile(getTypeScriptPackageJsonPath(__dirname), "utf-8");
|
|
43
|
+
const { version } = JSON.parse(packageJson);
|
|
44
|
+
if (typeof version !== "string") {
|
|
45
|
+
tscVersion = null;
|
|
46
|
+
return undefined;
|
|
47
|
+
}
|
|
48
|
+
tscVersion = version;
|
|
49
|
+
return ["md/tsc", tscVersion];
|
|
50
|
+
}
|
|
51
|
+
catch {
|
|
52
|
+
tscVersion = null;
|
|
53
|
+
}
|
|
15
54
|
};
|
|
16
55
|
|
|
17
56
|
const crtAvailability = {
|
|
@@ -31,10 +70,14 @@ const createDefaultUserAgentProvider = ({ serviceId, clientVersion }) => {
|
|
|
31
70
|
const sections = [
|
|
32
71
|
["aws-sdk-js", clientVersion],
|
|
33
72
|
["ua", "2.1"],
|
|
34
|
-
[`os/${
|
|
73
|
+
[`os/${node_os.platform()}`, node_os.release()],
|
|
35
74
|
["lang/js"],
|
|
36
75
|
runtimeUserAgentPair,
|
|
37
76
|
];
|
|
77
|
+
const typescriptUserAgentPair = await getTypeScriptUserAgentPair();
|
|
78
|
+
if (typescriptUserAgentPair) {
|
|
79
|
+
sections.push(typescriptUserAgentPair);
|
|
80
|
+
}
|
|
38
81
|
const crtAvailable = isCrtAvailable();
|
|
39
82
|
if (crtAvailable) {
|
|
40
83
|
sections.push(crtAvailable);
|
|
@@ -42,8 +85,8 @@ const createDefaultUserAgentProvider = ({ serviceId, clientVersion }) => {
|
|
|
42
85
|
if (serviceId) {
|
|
43
86
|
sections.push([`api/${serviceId}`, clientVersion]);
|
|
44
87
|
}
|
|
45
|
-
if (
|
|
46
|
-
sections.push([`exec-env/${
|
|
88
|
+
if (node_process.env.AWS_EXECUTION_ENV) {
|
|
89
|
+
sections.push([`exec-env/${node_process.env.AWS_EXECUTION_ENV}`]);
|
|
47
90
|
}
|
|
48
91
|
const appId = await config?.userAgentAppId?.();
|
|
49
92
|
const resolvedUserAgent = appId ? [...sections, [`app/${appId}`]] : [...sections];
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { platform, release } from "os";
|
|
2
|
-
import { env } from "process";
|
|
1
|
+
import { platform, release } from "node:os";
|
|
2
|
+
import { env } from "node:process";
|
|
3
3
|
import { getRuntimeUserAgentPair } from "./getRuntimeUserAgentPair";
|
|
4
|
+
import { getTypeScriptUserAgentPair } from "./getTypeScriptUserAgentPair";
|
|
4
5
|
import { isCrtAvailable } from "./is-crt-available";
|
|
5
6
|
export { crtAvailability } from "./crt-availability";
|
|
6
7
|
export const createDefaultUserAgentProvider = ({ serviceId, clientVersion }) => {
|
|
@@ -13,6 +14,10 @@ export const createDefaultUserAgentProvider = ({ serviceId, clientVersion }) =>
|
|
|
13
14
|
["lang/js"],
|
|
14
15
|
runtimeUserAgentPair,
|
|
15
16
|
];
|
|
17
|
+
const typescriptUserAgentPair = await getTypeScriptUserAgentPair();
|
|
18
|
+
if (typescriptUserAgentPair) {
|
|
19
|
+
sections.push(typescriptUserAgentPair);
|
|
20
|
+
}
|
|
16
21
|
const crtAvailable = isCrtAvailable();
|
|
17
22
|
if (crtAvailable) {
|
|
18
23
|
sections.push(crtAvailable);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { join, normalize, sep } from "node:path";
|
|
2
|
+
export const getTypeScriptPackageJsonPath = (dirname = "") => {
|
|
3
|
+
let nodeModulesPath;
|
|
4
|
+
const normalizedPath = normalize(dirname);
|
|
5
|
+
const parts = normalizedPath.split(sep);
|
|
6
|
+
const nodeModulesIndex = parts.indexOf("node_modules");
|
|
7
|
+
if (nodeModulesIndex !== -1) {
|
|
8
|
+
nodeModulesPath = parts.slice(0, nodeModulesIndex).join(sep);
|
|
9
|
+
}
|
|
10
|
+
else {
|
|
11
|
+
nodeModulesPath = dirname;
|
|
12
|
+
}
|
|
13
|
+
return join(nodeModulesPath, "node_modules", "typescript", "package.json");
|
|
14
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { readFile } from "node:fs/promises";
|
|
2
|
+
import { getTypeScriptPackageJsonPath } from "./getTypeScriptPackageJsonPath";
|
|
3
|
+
let tscVersion;
|
|
4
|
+
export const getTypeScriptUserAgentPair = async () => {
|
|
5
|
+
if (tscVersion === null) {
|
|
6
|
+
return undefined;
|
|
7
|
+
}
|
|
8
|
+
else if (typeof tscVersion === "string") {
|
|
9
|
+
return ["md/tsc", tscVersion];
|
|
10
|
+
}
|
|
11
|
+
try {
|
|
12
|
+
const packageJson = await readFile(getTypeScriptPackageJsonPath(__dirname), "utf-8");
|
|
13
|
+
const { version } = JSON.parse(packageJson);
|
|
14
|
+
if (typeof version !== "string") {
|
|
15
|
+
tscVersion = null;
|
|
16
|
+
return undefined;
|
|
17
|
+
}
|
|
18
|
+
tscVersion = version;
|
|
19
|
+
return ["md/tsc", tscVersion];
|
|
20
|
+
}
|
|
21
|
+
catch {
|
|
22
|
+
tscVersion = null;
|
|
23
|
+
}
|
|
24
|
+
};
|
package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptPackageJsonPath.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Returns the path to the TypeScript package.json file relative to the given directory.
|
|
3
|
+
*
|
|
4
|
+
* @param dirname - The directory path to resolve from.
|
|
5
|
+
* @returns The path to the TypeScript package.json file.
|
|
6
|
+
*
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
export declare const getTypeScriptPackageJsonPath: (dirname?: string) => string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getTypeScriptPackageJsonPath: (dirname?: string) => string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-user-agent-node",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.973.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
28
|
-
"@aws-sdk/types": "^3.973.
|
|
27
|
+
"@aws-sdk/middleware-user-agent": "^3.972.15",
|
|
28
|
+
"@aws-sdk/types": "^3.973.4",
|
|
29
29
|
"@smithy/node-config-provider": "^4.3.10",
|
|
30
30
|
"@smithy/types": "^4.13.0",
|
|
31
31
|
"tslib": "^2.6.2"
|
|
@@ -8,7 +8,7 @@ This package contains type definitions for aws-lambda (http://docs.aws.amazon.co
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-lambda.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Thu, 26 Feb 2026 18:14:19 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/aws-lambda",
|
|
3
|
-
"version": "8.10.
|
|
3
|
+
"version": "8.10.161",
|
|
4
4
|
"description": "TypeScript definitions for aws-lambda",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-lambda",
|
|
6
6
|
"license": "MIT",
|
|
@@ -221,6 +221,6 @@
|
|
|
221
221
|
"scripts": {},
|
|
222
222
|
"dependencies": {},
|
|
223
223
|
"peerDependencies": {},
|
|
224
|
-
"typesPublisherContentHash": "
|
|
224
|
+
"typesPublisherContentHash": "27d4cf93e028357fae8dbd0b56c5cc7cec355e3ba1da224c53e2b497600a4d81",
|
|
225
225
|
"typeScriptVersion": "5.2"
|
|
226
226
|
}
|
package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/inbound-federation.d.ts
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Handler } from "../../handler";
|
|
2
|
+
import { BaseTriggerEvent, StringMap } from "./_common";
|
|
3
|
+
|
|
4
|
+
export type InboundFederationProviderType =
|
|
5
|
+
| "OIDC"
|
|
6
|
+
| "SAML"
|
|
7
|
+
| "Facebook"
|
|
8
|
+
| "Google"
|
|
9
|
+
| "SignInWithApple"
|
|
10
|
+
| "LoginWithAmazon";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* @see https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-inbound-federation.html
|
|
14
|
+
*/
|
|
15
|
+
export interface InboundFederationTriggerEvent extends BaseTriggerEvent<"InboundFederation_ExternalProvider"> {
|
|
16
|
+
request: {
|
|
17
|
+
providerName: string;
|
|
18
|
+
providerType: InboundFederationProviderType;
|
|
19
|
+
attributes: {
|
|
20
|
+
/** OAuth token response. Present for OIDC and social providers. */
|
|
21
|
+
tokenResponse?: StringMap | undefined;
|
|
22
|
+
/** Decoded JWT claims. Present for OIDC and social providers. */
|
|
23
|
+
idToken?: StringMap | undefined;
|
|
24
|
+
/** Extended profile info. Present for OIDC and social providers. */
|
|
25
|
+
userInfo?: StringMap | undefined;
|
|
26
|
+
/** SAML assertion attributes. Present for SAML providers. */
|
|
27
|
+
samlResponse?: StringMap | undefined;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
response: {
|
|
31
|
+
/**
|
|
32
|
+
* User attributes to apply to the user profile.
|
|
33
|
+
* All attributes to be retained must be included; omitted attributes are dropped.
|
|
34
|
+
* Return an empty object `{}` to retain all original attributes unchanged.
|
|
35
|
+
*/
|
|
36
|
+
userAttributesToMap: StringMap;
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export type InboundFederationTriggerHandler = Handler<InboundFederationTriggerEvent>;
|
|
@@ -32,7 +32,8 @@ export interface CognitoUserPoolTriggerEvent {
|
|
|
32
32
|
| "TokenGeneration_RefreshTokens"
|
|
33
33
|
| "TokenGeneration_ClientCredentials"
|
|
34
34
|
| "UserMigration_Authentication"
|
|
35
|
-
| "UserMigration_ForgotPassword"
|
|
35
|
+
| "UserMigration_ForgotPassword"
|
|
36
|
+
| "InboundFederation_ExternalProvider";
|
|
36
37
|
region: string;
|
|
37
38
|
userPoolId: string;
|
|
38
39
|
userName?: string | undefined;
|
|
@@ -119,6 +120,7 @@ export * from "./custom-email-sender";
|
|
|
119
120
|
export * from "./custom-message";
|
|
120
121
|
export * from "./custom-sms-sender";
|
|
121
122
|
export * from "./define-auth-challenge";
|
|
123
|
+
export * from "./inbound-federation";
|
|
122
124
|
export * from "./post-authentication";
|
|
123
125
|
export * from "./post-confirmation";
|
|
124
126
|
export * from "./pre-authentication";
|
package/package.json
CHANGED
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"organization": false
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@aws-sdk/types": "^3.973.
|
|
48
|
+
"@aws-sdk/types": "^3.973.4",
|
|
49
49
|
"@stylistic/eslint-plugin": "^2",
|
|
50
50
|
"@types/axios": "^0.14.4",
|
|
51
51
|
"@types/jest": "^30.0.0",
|
|
52
52
|
"@types/lodash": "^4.17.24",
|
|
53
|
-
"@types/node": "^24.10.
|
|
53
|
+
"@types/node": "^24.10.15",
|
|
54
54
|
"@typescript-eslint/eslint-plugin": "^8",
|
|
55
55
|
"@typescript-eslint/parser": "^8",
|
|
56
56
|
"aws-cdk": "2.1029.2",
|
|
@@ -78,16 +78,16 @@
|
|
|
78
78
|
"constructs": ">=10.0.5 <11.0.0"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@aws-sdk/client-ec2": "^3.
|
|
82
|
-
"@aws-sdk/client-ecs": "^3.
|
|
83
|
-
"@aws-sdk/client-kms": "^3.
|
|
84
|
-
"@aws-sdk/client-s3": "^3.
|
|
85
|
-
"@aws-sdk/client-secrets-manager": "^3.
|
|
86
|
-
"@aws-sdk/client-sfn": "^3.
|
|
87
|
-
"@aws-sdk/client-sns": "^3.
|
|
88
|
-
"@aws-sdk/client-sqs": "^3.
|
|
89
|
-
"@aws-sdk/client-ssm": "^3.
|
|
90
|
-
"@types/aws-lambda": "^8.10.
|
|
81
|
+
"@aws-sdk/client-ec2": "^3.1000.0",
|
|
82
|
+
"@aws-sdk/client-ecs": "^3.1000.0",
|
|
83
|
+
"@aws-sdk/client-kms": "^3.1000.0",
|
|
84
|
+
"@aws-sdk/client-s3": "^3.1000.0",
|
|
85
|
+
"@aws-sdk/client-secrets-manager": "^3.1000.0",
|
|
86
|
+
"@aws-sdk/client-sfn": "^3.1000.0",
|
|
87
|
+
"@aws-sdk/client-sns": "^3.1000.0",
|
|
88
|
+
"@aws-sdk/client-sqs": "^3.1000.0",
|
|
89
|
+
"@aws-sdk/client-ssm": "^3.1000.0",
|
|
90
|
+
"@types/aws-lambda": "^8.10.161",
|
|
91
91
|
"@types/crypto-js": "^4.2.2",
|
|
92
92
|
"@types/js-yaml": "^4.0.9",
|
|
93
93
|
"crypto-js": "^4.2.0",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"publishConfig": {
|
|
137
137
|
"access": "public"
|
|
138
138
|
},
|
|
139
|
-
"version": "0.0.
|
|
139
|
+
"version": "0.0.162",
|
|
140
140
|
"jest": {
|
|
141
141
|
"coverageProvider": "v8",
|
|
142
142
|
"testMatch": [
|