@cdklabs/cdk-ecs-codedeploy 0.0.429 → 0.0.431

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.
Files changed (509) hide show
  1. package/.jsii +3 -3
  2. package/.jsii.tabl.json +1 -1
  3. package/lib/api-canary/index.js +1 -1
  4. package/lib/ecs-appspec/index.js +1 -1
  5. package/lib/ecs-deployment/index.js +1 -1
  6. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  7. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/index.js +17 -18
  8. package/node_modules/@aws-sdk/client-codedeploy/package.json +38 -38
  9. package/node_modules/@aws-sdk/core/dist-cjs/index.js +4 -4
  10. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +4 -4
  11. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
  12. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +1 -1
  13. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +3 -3
  14. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +1 -1
  15. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +1 -1
  16. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +2 -2
  17. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +1 -1
  18. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
  19. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
  20. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +1 -1
  21. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +1 -1
  22. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
  23. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
  24. package/node_modules/@aws-sdk/core/package.json +13 -13
  25. package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +1 -1
  26. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  27. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +1 -1
  28. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
  29. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +1 -1
  30. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
  31. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
  32. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
  33. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  34. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -2
  35. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +2 -2
  36. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +1 -1
  37. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +2 -2
  38. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +1 -1
  39. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +2 -2
  40. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -2
  41. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
  42. package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
  43. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  44. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
  45. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +2 -2
  46. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
  47. package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
  48. package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +1 -1
  49. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  50. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -1
  51. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
  52. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +1 -1
  53. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +1 -1
  54. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +2 -2
  55. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +2 -2
  56. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +2 -2
  57. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +5 -2
  58. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +1 -1
  59. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -2
  60. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  61. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +2 -2
  62. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +14 -6
  63. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -1
  64. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +1 -1
  65. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  66. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +1 -1
  67. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  68. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  69. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +7 -3
  70. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +1 -1
  71. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +1 -1
  72. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +1 -1
  73. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +1 -1
  74. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +1 -1
  75. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  76. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +1 -1
  77. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
  78. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  79. package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
  80. package/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
  81. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
  82. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +146 -0
  83. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
  84. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
  85. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
  86. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.browser.js +3 -2
  87. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.js +5 -3
  88. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
  89. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
  90. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +128 -2
  91. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +17 -18
  92. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/auth/httpAuthSchemeProvider.js +8 -27
  93. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
  94. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
  95. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/index.js +18 -71
  96. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
  97. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +53 -0
  98. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
  99. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
  100. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  101. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +17 -18
  102. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +140 -2
  103. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +23 -17
  104. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
  105. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
  106. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
  107. package/node_modules/@aws-sdk/{client-sso/dist-es/commands/ListAccountRolesCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js} +5 -5
  108. package/node_modules/@aws-sdk/{client-sso/dist-es/commands/LogoutCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js} +5 -5
  109. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
  110. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
  111. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +143 -0
  112. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
  113. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
  114. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
  115. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.browser.js +3 -2
  116. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.js +5 -3
  117. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
  118. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
  119. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
  120. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +128 -2
  121. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
  122. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/SSOClient.js +1 -1
  123. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
  124. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/auth/httpAuthSchemeProvider.js +9 -28
  125. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
  126. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
  127. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +103 -0
  128. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/index.js +0 -1
  129. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
  130. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +48 -0
  131. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
  132. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
  133. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
  134. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  135. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -1
  136. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +140 -2
  137. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  138. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +198 -0
  139. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +30 -0
  140. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
  141. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
  142. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
  143. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
  144. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
  145. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  146. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
  147. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
  148. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
  149. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
  150. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
  151. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
  152. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
  153. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
  154. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
  155. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
  156. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
  157. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  158. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +1 -1
  159. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
  160. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
  161. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/SSOClient.d.ts +6 -8
  162. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  163. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +1 -1
  164. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +3 -3
  165. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
  166. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
  167. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  168. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +2 -0
  169. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/index.d.ts +0 -1
  170. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
  171. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/schemas/schemas_0.d.ts +0 -10
  172. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  173. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +1 -1
  174. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
  175. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  176. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
  177. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
  178. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +1 -1
  179. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  180. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
  181. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  182. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
  183. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
  184. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
  185. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
  186. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  187. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
  188. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
  189. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
  190. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
  191. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
  192. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
  193. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
  194. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
  195. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
  196. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
  197. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  198. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
  199. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/SSOClient.d.ts +3 -24
  200. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  201. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +5 -9
  202. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
  203. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
  204. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  205. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/index.d.ts +0 -1
  206. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
  207. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/schemas/schemas_0.d.ts +0 -10
  208. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  209. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  210. package/node_modules/@aws-sdk/nested-clients/package.json +54 -36
  211. package/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
  212. package/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
  213. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +12 -23
  214. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  215. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +2 -2
  216. package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
  217. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +2 -2
  218. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -1
  219. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -2
  220. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +1 -1
  221. package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +2 -2
  222. package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +1 -1
  223. package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
  224. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  225. package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -12
  226. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +3 -3
  227. package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +1 -1
  228. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +1 -1
  229. package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +1 -1
  230. package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +1 -1
  231. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +2 -2
  232. package/node_modules/@aws-sdk/types/dist-types/token.d.ts +2 -2
  233. package/node_modules/@aws-sdk/types/package.json +2 -2
  234. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -12
  235. package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
  236. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
  237. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
  238. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  239. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +1 -1
  240. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -2
  241. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  242. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +51 -8
  243. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +7 -2
  244. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +1 -1
  245. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptPackageJsonPath.js +14 -0
  246. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +24 -0
  247. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptPackageJsonPath.d.ts +9 -0
  248. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptUserAgentPair.d.ts +6 -0
  249. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +1 -1
  250. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
  251. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptPackageJsonPath.d.ts +1 -0
  252. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptUserAgentPair.d.ts +4 -0
  253. package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -6
  254. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +1 -4
  255. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +1 -1
  256. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +1 -1
  257. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  258. package/node_modules/@smithy/abort-controller/package.json +6 -6
  259. package/node_modules/@smithy/config-resolver/package.json +10 -10
  260. package/node_modules/@smithy/core/dist-cjs/index.js +1 -4
  261. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +23 -3
  262. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +1 -4
  263. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +22 -2
  264. package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
  265. package/node_modules/@smithy/core/package.json +11 -11
  266. package/node_modules/@smithy/credential-provider-imds/package.json +9 -9
  267. package/node_modules/@smithy/fetch-http-handler/package.json +10 -10
  268. package/node_modules/@smithy/hash-node/package.json +8 -8
  269. package/node_modules/@smithy/invalid-dependency/package.json +6 -6
  270. package/node_modules/@smithy/is-array-buffer/package.json +5 -5
  271. package/node_modules/@smithy/middleware-content-length/package.json +7 -7
  272. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  273. package/node_modules/@smithy/middleware-retry/package.json +9 -9
  274. package/node_modules/@smithy/middleware-serde/package.json +7 -7
  275. package/node_modules/@smithy/middleware-stack/package.json +6 -6
  276. package/node_modules/@smithy/node-config-provider/package.json +8 -8
  277. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  278. package/node_modules/@smithy/property-provider/package.json +6 -6
  279. package/node_modules/@smithy/protocol-http/package.json +6 -6
  280. package/node_modules/@smithy/querystring-builder/package.json +7 -7
  281. package/node_modules/@smithy/querystring-parser/package.json +6 -6
  282. package/node_modules/@smithy/service-error-classification/package.json +6 -6
  283. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +16 -14
  284. package/node_modules/@smithy/shared-ini-file-loader/package.json +6 -6
  285. package/node_modules/@smithy/signature-v4/package.json +12 -12
  286. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +30 -16
  287. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
  288. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
  289. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +9 -7
  290. package/node_modules/@smithy/smithy-client/package.json +10 -8
  291. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +1 -1
  292. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +1 -1
  293. package/node_modules/@smithy/types/package.json +5 -5
  294. package/node_modules/@smithy/url-parser/package.json +7 -7
  295. package/node_modules/@smithy/util-base64/dist-cjs/index.js +14 -6
  296. package/node_modules/@smithy/util-base64/package.json +7 -7
  297. package/node_modules/@smithy/util-body-length-browser/package.json +5 -5
  298. package/node_modules/@smithy/util-body-length-node/package.json +5 -5
  299. package/node_modules/@smithy/util-buffer-from/package.json +6 -6
  300. package/node_modules/@smithy/util-config-provider/package.json +5 -5
  301. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +7 -3
  302. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  303. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  304. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +1 -1
  305. package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
  306. package/node_modules/@smithy/util-endpoints/package.json +7 -7
  307. package/node_modules/@smithy/util-hex-encoding/package.json +5 -5
  308. package/node_modules/@smithy/util-middleware/package.json +6 -6
  309. package/node_modules/@smithy/util-retry/package.json +7 -7
  310. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +13 -2
  311. package/node_modules/@smithy/util-stream/dist-cjs/index.js +51 -29
  312. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +13 -2
  313. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
  314. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +1 -0
  315. package/node_modules/@smithy/util-stream/package.json +8 -8
  316. package/node_modules/@smithy/util-uri-escape/package.json +5 -5
  317. package/node_modules/@smithy/util-utf8/package.json +6 -6
  318. package/node_modules/@smithy/util-waiter/package.json +7 -7
  319. package/node_modules/@smithy/uuid/package.json +5 -5
  320. package/node_modules/strnum/README.md +1 -0
  321. package/node_modules/strnum/package.json +3 -3
  322. package/node_modules/strnum/strnum.js +85 -59
  323. package/node_modules/strnum/tests/infinity_test.js +18 -0
  324. package/node_modules/strnum/{strnum.test.js → tests/strnum_test.js} +67 -68
  325. package/package.json +3 -3
  326. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  327. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  328. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
  329. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
  330. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
  331. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
  332. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  333. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  334. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
  335. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  336. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
  337. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  338. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
  339. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  340. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  341. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
  342. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
  343. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  344. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
  345. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
  346. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
  347. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  348. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
  349. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
  350. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
  351. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
  352. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
  353. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
  354. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
  355. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  356. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  357. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
  358. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
  359. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
  360. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  361. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
  362. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
  363. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
  364. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
  365. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
  366. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
  367. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
  368. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  369. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
  370. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
  371. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
  372. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
  373. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
  374. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
  375. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  376. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
  377. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
  378. package/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  379. package/node_modules/@aws-sdk/client-sso/README.md +0 -244
  380. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
  381. package/node_modules/@aws-sdk/client-sso/dist-cjs/schemas/schemas_0.js +0 -161
  382. package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -21
  383. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -16
  384. package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  385. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
  386. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +0 -1
  387. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
  388. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
  389. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  390. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +0 -158
  391. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -67
  392. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -98
  393. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -100
  394. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -97
  395. package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  396. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -189
  397. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
  398. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
  399. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
  400. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  401. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -91
  402. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
  403. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
  404. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
  405. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  406. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -45
  407. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
  408. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
  409. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
  410. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  411. package/node_modules/@aws-sdk/client-sso/package.json +0 -99
  412. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +0 -14
  413. package/node_modules/strnum/test.js +0 -9
  414. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  415. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  416. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/models/SSOServiceException.js +0 -0
  417. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/models/errors.js +0 -0
  418. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/runtimeConfig.shared.js +0 -0
  419. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/auth/httpAuthExtensionConfiguration.js +0 -0
  420. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  421. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/extensionConfiguration.js +0 -0
  422. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/models/models_0.js +0 -0
  423. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  424. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeExtensions.js +0 -0
  425. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/commands/GetRoleCredentialsCommand.js +0 -0
  426. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/EndpointParameters.js +0 -0
  427. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js → nested-clients/dist-es/submodules/sso/extensionConfiguration.js} +0 -0
  428. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/SSOServiceException.js +0 -0
  429. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/errors.js +0 -0
  430. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js → nested-clients/dist-es/submodules/sso/models/models_0.js} +0 -0
  431. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/runtimeConfig.shared.js +0 -0
  432. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
  433. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
  434. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/extensionConfiguration.d.ts +0 -0
  435. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/SSOServiceException.d.ts +0 -0
  436. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/errors.d.ts +0 -0
  437. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.browser.d.ts +0 -0
  438. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.d.ts +0 -0
  439. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.native.d.ts +0 -0
  440. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.shared.d.ts +0 -0
  441. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeExtensions.d.ts +0 -0
  442. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
  443. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
  444. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/ruleset.d.ts +0 -0
  445. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +0 -0
  446. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/endpoint/ruleset.d.ts +0 -0
  447. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/extensionConfiguration.d.ts +0 -0
  448. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/SSOServiceException.d.ts +0 -0
  449. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/errors.d.ts +0 -0
  450. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.browser.d.ts +0 -0
  451. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.d.ts +0 -0
  452. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.native.d.ts +0 -0
  453. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.shared.d.ts +0 -0
  454. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeExtensions.d.ts +0 -0
  455. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/CHANGELOG.md +0 -0
  456. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/LICENSE +0 -0
  457. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/README.md +0 -0
  458. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxbuilder.min.js +0 -0
  459. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxbuilder.min.js.map +0 -0
  460. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.cjs +0 -0
  461. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.d.cts +0 -0
  462. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.min.js +0 -0
  463. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.min.js.map +0 -0
  464. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxparser.min.js +0 -0
  465. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxparser.min.js.map +0 -0
  466. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxvalidator.min.js +0 -0
  467. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxvalidator.min.js.map +0 -0
  468. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/package.json +0 -0
  469. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/cli.js +0 -0
  470. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/man.js +0 -0
  471. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/read.js +0 -0
  472. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/fxp.d.ts +0 -0
  473. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/fxp.js +0 -0
  474. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/ignoreAttributes.js +0 -0
  475. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/util.js +0 -0
  476. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
  477. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/EntitiesParser.js +0 -0
  478. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
  479. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
  480. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
  481. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -0
  482. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
  483. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -0
  484. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/Report.js +0 -0
  485. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/TagPath.js +0 -0
  486. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
  487. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/XMLParser.js +0 -0
  488. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
  489. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
  490. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
  491. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
  492. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
  493. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
  494. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
  495. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
  496. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
  497. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
  498. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
  499. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
  500. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/validator.js +0 -0
  501. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
  502. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlbuilder/orderedJs2Xml.js +0 -0
  503. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  504. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/DocTypeReader.js +0 -0
  505. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/OptionsBuilder.js +0 -0
  506. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/OrderedObjParser.js +0 -0
  507. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/XMLParser.js +0 -0
  508. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/node2json.js +0 -0
  509. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/xmlNode.js +0 -0
@@ -164,14 +164,8 @@ const externalDataInterceptor = {
164
164
  },
165
165
  };
166
166
 
167
- Object.defineProperty(exports, "getSSOTokenFromFile", {
168
- enumerable: true,
169
- get: function () { return getSSOTokenFromFile.getSSOTokenFromFile; }
170
- });
171
- Object.defineProperty(exports, "readFile", {
172
- enumerable: true,
173
- get: function () { return readFile.readFile; }
174
- });
167
+ exports.getSSOTokenFromFile = getSSOTokenFromFile.getSSOTokenFromFile;
168
+ exports.readFile = readFile.readFile;
175
169
  exports.CONFIG_PREFIX_SEPARATOR = CONFIG_PREFIX_SEPARATOR;
176
170
  exports.DEFAULT_PROFILE = DEFAULT_PROFILE;
177
171
  exports.ENV_PROFILE = ENV_PROFILE;
@@ -180,15 +174,23 @@ exports.getProfileName = getProfileName;
180
174
  exports.loadSharedConfigFiles = loadSharedConfigFiles;
181
175
  exports.loadSsoSessionData = loadSsoSessionData;
182
176
  exports.parseKnownFiles = parseKnownFiles;
183
- Object.keys(getHomeDir).forEach(function (k) {
184
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
177
+ Object.prototype.hasOwnProperty.call(getHomeDir, '__proto__') &&
178
+ !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
179
+ Object.defineProperty(exports, '__proto__', {
185
180
  enumerable: true,
186
- get: function () { return getHomeDir[k]; }
181
+ value: getHomeDir['__proto__']
187
182
  });
183
+
184
+ Object.keys(getHomeDir).forEach(function (k) {
185
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = getHomeDir[k];
188
186
  });
189
- Object.keys(getSSOTokenFilepath).forEach(function (k) {
190
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
187
+ Object.prototype.hasOwnProperty.call(getSSOTokenFilepath, '__proto__') &&
188
+ !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
189
+ Object.defineProperty(exports, '__proto__', {
191
190
  enumerable: true,
192
- get: function () { return getSSOTokenFilepath[k]; }
191
+ value: getSSOTokenFilepath['__proto__']
193
192
  });
193
+
194
+ Object.keys(getSSOTokenFilepath).forEach(function (k) {
195
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = getSSOTokenFilepath[k];
194
196
  });
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@smithy/shared-ini-file-loader",
3
- "version": "4.4.3",
3
+ "version": "4.4.5",
4
4
  "dependencies": {
5
- "@smithy/types": "^4.12.0",
5
+ "@smithy/types": "^4.13.0",
6
6
  "tslib": "^2.6.2"
7
7
  },
8
8
  "devDependencies": {
9
9
  "@types/node": "^18.11.9",
10
10
  "concurrently": "7.0.0",
11
11
  "downlevel-dts": "0.10.1",
12
- "rimraf": "5.0.10",
12
+ "premove": "4.0.0",
13
13
  "typedoc": "0.23.23"
14
14
  },
15
15
  "scripts": {
@@ -17,9 +17,9 @@
17
17
  "build:cjs": "node ../../scripts/inline shared-ini-file-loader",
18
18
  "build:es": "yarn g:tsc -p tsconfig.es.json",
19
19
  "build:types": "yarn g:tsc -p tsconfig.types.json",
20
- "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
21
- "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
22
- "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
20
+ "build:types:downlevel": "premove dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
21
+ "stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
22
+ "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
23
23
  "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
24
24
  "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
25
25
  "extract:docs": "api-extractor run --local",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/signature-v4",
3
- "version": "5.3.8",
3
+ "version": "5.3.10",
4
4
  "description": "A standalone implementation of the AWS Signature V4 request signing algorithm",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -10,9 +10,9 @@
10
10
  "build:cjs": "node ../../scripts/inline signature-v4",
11
11
  "build:es": "yarn g:tsc -p tsconfig.es.json",
12
12
  "build:types": "yarn g:tsc -p tsconfig.types.json",
13
- "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
14
- "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
15
- "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
13
+ "build:types:downlevel": "premove dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
14
+ "stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
15
+ "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
16
16
  "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
17
17
  "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
18
18
  "extract:docs": "api-extractor run --local",
@@ -26,20 +26,20 @@
26
26
  "license": "Apache-2.0",
27
27
  "sideEffects": false,
28
28
  "dependencies": {
29
- "@smithy/is-array-buffer": "^4.2.0",
30
- "@smithy/protocol-http": "^5.3.8",
31
- "@smithy/types": "^4.12.0",
32
- "@smithy/util-hex-encoding": "^4.2.0",
33
- "@smithy/util-middleware": "^4.2.8",
34
- "@smithy/util-uri-escape": "^4.2.0",
35
- "@smithy/util-utf8": "^4.2.0",
29
+ "@smithy/is-array-buffer": "^4.2.1",
30
+ "@smithy/protocol-http": "^5.3.10",
31
+ "@smithy/types": "^4.13.0",
32
+ "@smithy/util-hex-encoding": "^4.2.1",
33
+ "@smithy/util-middleware": "^4.2.10",
34
+ "@smithy/util-uri-escape": "^4.2.1",
35
+ "@smithy/util-utf8": "^4.2.1",
36
36
  "tslib": "^2.6.2"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@aws-crypto/sha256-js": "5.2.0",
40
40
  "concurrently": "7.0.0",
41
41
  "downlevel-dts": "0.10.1",
42
- "rimraf": "5.0.10",
42
+ "premove": "4.0.0",
43
43
  "typedoc": "0.23.23"
44
44
  },
45
45
  "engines": {
@@ -370,6 +370,7 @@ const emitWarningIfUnsupportedVersion = (version) => {
370
370
  }
371
371
  };
372
372
 
373
+ const knownAlgorithms = Object.values(types.AlgorithmId);
373
374
  const getChecksumConfiguration = (runtimeConfig) => {
374
375
  const checksumAlgorithms = [];
375
376
  for (const id in types.AlgorithmId) {
@@ -382,8 +383,23 @@ const getChecksumConfiguration = (runtimeConfig) => {
382
383
  checksumConstructor: () => runtimeConfig[algorithmId],
383
384
  });
384
385
  }
386
+ for (const [id, ChecksumCtor] of Object.entries(runtimeConfig.checksumAlgorithms ?? {})) {
387
+ checksumAlgorithms.push({
388
+ algorithmId: () => id,
389
+ checksumConstructor: () => ChecksumCtor,
390
+ });
391
+ }
385
392
  return {
386
393
  addChecksumAlgorithm(algo) {
394
+ runtimeConfig.checksumAlgorithms = runtimeConfig.checksumAlgorithms ?? {};
395
+ const id = algo.algorithmId();
396
+ const ctor = algo.checksumConstructor();
397
+ if (knownAlgorithms.includes(id)) {
398
+ runtimeConfig.checksumAlgorithms[id.toUpperCase()] = ctor;
399
+ }
400
+ else {
401
+ runtimeConfig.checksumAlgorithms[id] = ctor;
402
+ }
387
403
  checksumAlgorithms.push(algo);
388
404
  },
389
405
  checksumAlgorithms() {
@@ -394,7 +410,10 @@ const getChecksumConfiguration = (runtimeConfig) => {
394
410
  const resolveChecksumRuntimeConfig = (clientConfig) => {
395
411
  const runtimeConfig = {};
396
412
  clientConfig.checksumAlgorithms().forEach((checksumAlgorithm) => {
397
- runtimeConfig[checksumAlgorithm.algorithmId()] = checksumAlgorithm.checksumConstructor();
413
+ const id = checksumAlgorithm.algorithmId();
414
+ if (knownAlgorithms.includes(id)) {
415
+ runtimeConfig[id] = checksumAlgorithm.checksumConstructor();
416
+ }
398
417
  });
399
418
  return runtimeConfig;
400
419
  };
@@ -578,18 +597,9 @@ const _json = (obj) => {
578
597
  return obj;
579
598
  };
580
599
 
581
- Object.defineProperty(exports, "collectBody", {
582
- enumerable: true,
583
- get: function () { return protocols.collectBody; }
584
- });
585
- Object.defineProperty(exports, "extendedEncodeURIComponent", {
586
- enumerable: true,
587
- get: function () { return protocols.extendedEncodeURIComponent; }
588
- });
589
- Object.defineProperty(exports, "resolvedPath", {
590
- enumerable: true,
591
- get: function () { return protocols.resolvedPath; }
592
- });
600
+ exports.collectBody = protocols.collectBody;
601
+ exports.extendedEncodeURIComponent = protocols.extendedEncodeURIComponent;
602
+ exports.resolvedPath = protocols.resolvedPath;
593
603
  exports.Client = Client;
594
604
  exports.Command = Command;
595
605
  exports.NoOpLogger = NoOpLogger;
@@ -613,9 +623,13 @@ exports.serializeFloat = serializeFloat;
613
623
  exports.take = take;
614
624
  exports.throwDefaultError = throwDefaultError;
615
625
  exports.withBaseException = withBaseException;
616
- Object.keys(serde).forEach(function (k) {
617
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
626
+ Object.prototype.hasOwnProperty.call(serde, '__proto__') &&
627
+ !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
628
+ Object.defineProperty(exports, '__proto__', {
618
629
  enumerable: true,
619
- get: function () { return serde[k]; }
630
+ value: serde['__proto__']
620
631
  });
632
+
633
+ Object.keys(serde).forEach(function (k) {
634
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = serde[k];
621
635
  });
@@ -1,5 +1,6 @@
1
1
  import { AlgorithmId } from "@smithy/types";
2
2
  export { AlgorithmId };
3
+ const knownAlgorithms = Object.values(AlgorithmId);
3
4
  export const getChecksumConfiguration = (runtimeConfig) => {
4
5
  const checksumAlgorithms = [];
5
6
  for (const id in AlgorithmId) {
@@ -12,8 +13,23 @@ export const getChecksumConfiguration = (runtimeConfig) => {
12
13
  checksumConstructor: () => runtimeConfig[algorithmId],
13
14
  });
14
15
  }
16
+ for (const [id, ChecksumCtor] of Object.entries(runtimeConfig.checksumAlgorithms ?? {})) {
17
+ checksumAlgorithms.push({
18
+ algorithmId: () => id,
19
+ checksumConstructor: () => ChecksumCtor,
20
+ });
21
+ }
15
22
  return {
16
23
  addChecksumAlgorithm(algo) {
24
+ runtimeConfig.checksumAlgorithms = runtimeConfig.checksumAlgorithms ?? {};
25
+ const id = algo.algorithmId();
26
+ const ctor = algo.checksumConstructor();
27
+ if (knownAlgorithms.includes(id)) {
28
+ runtimeConfig.checksumAlgorithms[id.toUpperCase()] = ctor;
29
+ }
30
+ else {
31
+ runtimeConfig.checksumAlgorithms[id] = ctor;
32
+ }
17
33
  checksumAlgorithms.push(algo);
18
34
  },
19
35
  checksumAlgorithms() {
@@ -24,7 +40,10 @@ export const getChecksumConfiguration = (runtimeConfig) => {
24
40
  export const resolveChecksumRuntimeConfig = (clientConfig) => {
25
41
  const runtimeConfig = {};
26
42
  clientConfig.checksumAlgorithms().forEach((checksumAlgorithm) => {
27
- runtimeConfig[checksumAlgorithm.algorithmId()] = checksumAlgorithm.checksumConstructor();
43
+ const id = checksumAlgorithm.algorithmId();
44
+ if (knownAlgorithms.includes(id)) {
45
+ runtimeConfig[id] = checksumAlgorithm.checksumConstructor();
46
+ }
28
47
  });
29
48
  return runtimeConfig;
30
49
  };
@@ -4,14 +4,16 @@ export { AlgorithmId, ChecksumAlgorithm, ChecksumConfiguration };
4
4
  /**
5
5
  * @internal
6
6
  */
7
- export type PartialChecksumRuntimeConfigType = Partial<{
8
- sha256: ChecksumConstructor | HashConstructor;
9
- md5: ChecksumConstructor | HashConstructor;
10
- crc32: ChecksumConstructor | HashConstructor;
11
- crc32c: ChecksumConstructor | HashConstructor;
12
- sha1: ChecksumConstructor | HashConstructor;
13
- }>;
7
+ export type PartialChecksumRuntimeConfigType = {
8
+ checksumAlgorithms?: Record<string, ChecksumConstructor | HashConstructor>;
9
+ sha256?: ChecksumConstructor | HashConstructor;
10
+ md5?: ChecksumConstructor | HashConstructor;
11
+ crc32?: ChecksumConstructor | HashConstructor;
12
+ crc32c?: ChecksumConstructor | HashConstructor;
13
+ sha1?: ChecksumConstructor | HashConstructor;
14
+ };
14
15
  /**
16
+ * @param runtimeConfig - config object of the client instance.
15
17
  * @internal
16
18
  */
17
19
  export declare const getChecksumConfiguration: (runtimeConfig: PartialChecksumRuntimeConfigType) => {
@@ -4,14 +4,16 @@ export { AlgorithmId, ChecksumAlgorithm, ChecksumConfiguration };
4
4
  /**
5
5
  * @internal
6
6
  */
7
- export type PartialChecksumRuntimeConfigType = Partial<{
8
- sha256: ChecksumConstructor | HashConstructor;
9
- md5: ChecksumConstructor | HashConstructor;
10
- crc32: ChecksumConstructor | HashConstructor;
11
- crc32c: ChecksumConstructor | HashConstructor;
12
- sha1: ChecksumConstructor | HashConstructor;
13
- }>;
7
+ export type PartialChecksumRuntimeConfigType = {
8
+ checksumAlgorithms?: Record<string, ChecksumConstructor | HashConstructor>;
9
+ sha256?: ChecksumConstructor | HashConstructor;
10
+ md5?: ChecksumConstructor | HashConstructor;
11
+ crc32?: ChecksumConstructor | HashConstructor;
12
+ crc32c?: ChecksumConstructor | HashConstructor;
13
+ sha1?: ChecksumConstructor | HashConstructor;
14
+ };
14
15
  /**
16
+ * @param runtimeConfig - config object of the client instance.
15
17
  * @internal
16
18
  */
17
19
  export declare const getChecksumConfiguration: (runtimeConfig: PartialChecksumRuntimeConfigType) => {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/smithy-client",
3
- "version": "4.11.5",
3
+ "version": "4.12.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline smithy-client",
@@ -13,7 +13,9 @@
13
13
  "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
14
14
  "extract:docs": "node ./scripts/fix-api-extractor && api-extractor run --local && node ./scripts/fix-api-extractor --unset",
15
15
  "test": "yarn g:vitest run",
16
- "test:watch": "yarn g:vitest watch"
16
+ "test:watch": "yarn g:vitest watch",
17
+ "test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
18
+ "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
17
19
  },
18
20
  "main": "./dist-cjs/index.js",
19
21
  "module": "./dist-es/index.js",
@@ -25,12 +27,12 @@
25
27
  "license": "Apache-2.0",
26
28
  "sideEffects": false,
27
29
  "dependencies": {
28
- "@smithy/core": "^3.23.2",
29
- "@smithy/middleware-endpoint": "^4.4.16",
30
- "@smithy/middleware-stack": "^4.2.8",
31
- "@smithy/protocol-http": "^5.3.8",
32
- "@smithy/types": "^4.12.0",
33
- "@smithy/util-stream": "^4.5.12",
30
+ "@smithy/core": "^3.23.6",
31
+ "@smithy/middleware-endpoint": "^4.4.20",
32
+ "@smithy/middleware-stack": "^4.2.10",
33
+ "@smithy/protocol-http": "^5.3.10",
34
+ "@smithy/types": "^4.13.0",
35
+ "@smithy/util-stream": "^4.5.15",
34
36
  "tslib": "^2.6.2"
35
37
  },
36
38
  "engines": {
@@ -14,7 +14,7 @@ export declare enum AlgorithmId {
14
14
  * @internal
15
15
  */
16
16
  export interface ChecksumAlgorithm {
17
- algorithmId(): AlgorithmId;
17
+ algorithmId(): AlgorithmId | string;
18
18
  checksumConstructor(): ChecksumConstructor | HashConstructor;
19
19
  }
20
20
  /**
@@ -14,7 +14,7 @@ export declare enum AlgorithmId {
14
14
  * @internal
15
15
  */
16
16
  export interface ChecksumAlgorithm {
17
- algorithmId(): AlgorithmId;
17
+ algorithmId(): AlgorithmId | string;
18
18
  checksumConstructor(): ChecksumConstructor | HashConstructor;
19
19
  }
20
20
  /**
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@smithy/types",
3
- "version": "4.12.0",
3
+ "version": "4.13.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline types",
7
7
  "build:es": "yarn g:tsc -p tsconfig.es.json",
8
8
  "build:types": "yarn g:tsc -p tsconfig.types.json",
9
- "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4 && node scripts/downlevel",
10
- "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
11
- "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
9
+ "build:types:downlevel": "premove dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4 && node scripts/downlevel",
10
+ "stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
11
+ "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
12
12
  "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
13
13
  "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
14
14
  "test": "yarn g:tsc -p tsconfig.test.json",
@@ -49,7 +49,7 @@
49
49
  "devDependencies": {
50
50
  "concurrently": "7.0.0",
51
51
  "downlevel-dts": "0.10.1",
52
- "rimraf": "5.0.10",
52
+ "premove": "4.0.0",
53
53
  "typedoc": "0.23.23"
54
54
  },
55
55
  "typedoc": {
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@smithy/url-parser",
3
- "version": "4.2.8",
3
+ "version": "4.2.10",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline url-parser",
7
7
  "build:es": "yarn g:tsc -p tsconfig.es.json",
8
8
  "build:types": "yarn g:tsc -p tsconfig.types.json",
9
- "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
10
- "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
11
- "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
9
+ "build:types:downlevel": "premove dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
10
+ "stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
11
+ "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
12
12
  "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
13
13
  "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
14
14
  "test": "yarn g:vitest run",
@@ -24,8 +24,8 @@
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@smithy/querystring-parser": "^4.2.8",
28
- "@smithy/types": "^4.12.0",
27
+ "@smithy/querystring-parser": "^4.2.10",
28
+ "@smithy/types": "^4.13.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "typesVersions": {
@@ -47,7 +47,7 @@
47
47
  "devDependencies": {
48
48
  "concurrently": "7.0.0",
49
49
  "downlevel-dts": "0.10.1",
50
- "rimraf": "5.0.10",
50
+ "premove": "4.0.0",
51
51
  "typedoc": "0.23.23"
52
52
  },
53
53
  "typedoc": {
@@ -5,15 +5,23 @@ var toBase64 = require('./toBase64');
5
5
 
6
6
 
7
7
 
8
- Object.keys(fromBase64).forEach(function (k) {
9
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
8
+ Object.prototype.hasOwnProperty.call(fromBase64, '__proto__') &&
9
+ !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
10
+ Object.defineProperty(exports, '__proto__', {
10
11
  enumerable: true,
11
- get: function () { return fromBase64[k]; }
12
+ value: fromBase64['__proto__']
12
13
  });
14
+
15
+ Object.keys(fromBase64).forEach(function (k) {
16
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = fromBase64[k];
13
17
  });
14
- Object.keys(toBase64).forEach(function (k) {
15
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
18
+ Object.prototype.hasOwnProperty.call(toBase64, '__proto__') &&
19
+ !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
20
+ Object.defineProperty(exports, '__proto__', {
16
21
  enumerable: true,
17
- get: function () { return toBase64[k]; }
22
+ value: toBase64['__proto__']
18
23
  });
24
+
25
+ Object.keys(toBase64).forEach(function (k) {
26
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = toBase64[k];
19
27
  });
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-base64",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "description": "A Base64 <-> UInt8Array converter",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -9,9 +9,9 @@
9
9
  "build:cjs": "node ../../scripts/inline util-base64",
10
10
  "build:es": "yarn g:tsc -p tsconfig.es.json",
11
11
  "build:types": "yarn g:tsc -p tsconfig.types.json",
12
- "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
13
- "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
14
- "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
12
+ "build:types:downlevel": "premove dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
13
+ "stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
14
+ "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
15
15
  "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
16
16
  "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
17
17
  "test": "yarn g:vitest run",
@@ -24,15 +24,15 @@
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@smithy/util-buffer-from": "^4.2.0",
28
- "@smithy/util-utf8": "^4.2.0",
27
+ "@smithy/util-buffer-from": "^4.2.1",
28
+ "@smithy/util-utf8": "^4.2.1",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^18.11.9",
33
33
  "concurrently": "7.0.0",
34
34
  "downlevel-dts": "0.10.1",
35
- "rimraf": "3.0.2",
35
+ "premove": "4.0.0",
36
36
  "typedoc": "0.23.23"
37
37
  },
38
38
  "types": "./dist-types/index.d.ts",
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@smithy/util-body-length-browser",
3
3
  "description": "Determines the length of a request body in browsers",
4
- "version": "4.2.0",
4
+ "version": "4.2.1",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
7
7
  "build:cjs": "node ../../scripts/inline util-body-length-browser",
8
8
  "build:es": "yarn g:tsc -p tsconfig.es.json",
9
9
  "build:types": "yarn g:tsc -p tsconfig.types.json",
10
- "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
11
- "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
12
- "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
10
+ "build:types:downlevel": "premove dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
11
+ "stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
12
+ "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
13
13
  "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
14
14
  "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
15
15
  "test": "yarn g:vitest run",
@@ -46,7 +46,7 @@
46
46
  "devDependencies": {
47
47
  "concurrently": "7.0.0",
48
48
  "downlevel-dts": "0.10.1",
49
- "rimraf": "3.0.2",
49
+ "premove": "4.0.0",
50
50
  "typedoc": "0.23.23"
51
51
  },
52
52
  "typedoc": {
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@smithy/util-body-length-node",
3
3
  "description": "Determines the length of a request body in node.js",
4
- "version": "4.2.1",
4
+ "version": "4.2.2",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
7
7
  "build:cjs": "node ../../scripts/inline util-body-length-node",
8
8
  "build:es": "yarn g:tsc -p tsconfig.es.json",
9
9
  "build:types": "yarn g:tsc -p tsconfig.types.json",
10
- "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
11
- "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
12
- "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
10
+ "build:types:downlevel": "premove dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
11
+ "stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
12
+ "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
13
13
  "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
14
14
  "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
15
15
  "test": "yarn g:vitest run",
@@ -19,7 +19,7 @@
19
19
  "@types/node": "^18.11.9",
20
20
  "concurrently": "7.0.0",
21
21
  "downlevel-dts": "0.10.1",
22
- "rimraf": "3.0.2",
22
+ "premove": "4.0.0",
23
23
  "typedoc": "0.23.23"
24
24
  },
25
25
  "main": "./dist-cjs/index.js",
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@smithy/util-buffer-from",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline util-buffer-from",
7
7
  "build:es": "yarn g:tsc -p tsconfig.es.json",
8
8
  "build:types": "yarn g:tsc -p tsconfig.types.json",
9
- "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
10
- "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
11
- "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
9
+ "build:types:downlevel": "premove dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
10
+ "stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
11
+ "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
12
12
  "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
13
13
  "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
14
14
  "test": "yarn g:vitest run",
@@ -21,14 +21,14 @@
21
21
  "license": "Apache-2.0",
22
22
  "sideEffects": false,
23
23
  "dependencies": {
24
- "@smithy/is-array-buffer": "^4.2.0",
24
+ "@smithy/is-array-buffer": "^4.2.1",
25
25
  "tslib": "^2.6.2"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^18.11.9",
29
29
  "concurrently": "7.0.0",
30
30
  "downlevel-dts": "0.10.1",
31
- "rimraf": "3.0.2",
31
+ "premove": "4.0.0",
32
32
  "typedoc": "0.23.23"
33
33
  },
34
34
  "main": "./dist-cjs/index.js",