@gemeentenijmegen/webapp 1.1.10 → 1.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (235) hide show
  1. package/.jsii +10 -10
  2. package/assets/webapp/auth/auth.lambda/index.js +47 -66
  3. package/assets/webapp/login/login.lambda/index.js +2 -21
  4. package/assets/webapp/logout/logout.lambda/index.js +2 -2
  5. package/lib/webapp/Criticality.js +1 -1
  6. package/lib/webapp/Webapp.js +1 -1
  7. package/lib/webapp/Webpage.js +1 -1
  8. package/lib/webapp/util/Files.js +1 -1
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +63 -0
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/index.js +1 -0
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +22 -0
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_1.js +1 -0
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +14 -1
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +8 -3
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +14 -7
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +14 -7
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +14 -7
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContributorInsightsCommand.d.ts +1 -0
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +14 -7
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +14 -7
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +14 -7
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListContributorInsightsCommand.d.ts +1 -0
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +14 -7
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +14 -7
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +14 -7
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +14 -7
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +16 -8
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContributorInsightsCommand.d.ts +2 -0
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +14 -7
  30. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/index.d.ts +1 -0
  31. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +151 -79
  32. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_1.d.ts +73 -0
  33. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +2 -4
  34. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/index.d.ts +1 -0
  35. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +24 -6
  36. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_1.d.ts +11 -0
  37. package/node_modules/@aws-sdk/client-dynamodb/package.json +35 -35
  38. package/node_modules/@aws-sdk/client-s3/package.json +50 -50
  39. package/node_modules/@aws-sdk/client-secrets-manager/package.json +33 -33
  40. package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
  41. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  42. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +73 -25
  43. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +5 -1
  44. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +5 -1
  45. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
  46. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +5 -2
  47. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +11 -7
  48. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +1 -1
  49. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +3 -0
  50. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +6 -2
  51. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +6 -3
  52. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +11 -7
  53. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -1
  54. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -1
  55. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -1
  56. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +4 -0
  57. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +4 -0
  58. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +4 -0
  59. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +8 -1
  60. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +8 -1
  61. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +8 -1
  62. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +1 -0
  63. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +1 -0
  64. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -0
  65. package/node_modules/@aws-sdk/core/package.json +12 -12
  66. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  67. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  68. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  69. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  70. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  71. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  72. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  73. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  74. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +5 -5
  75. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  76. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
  77. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  78. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  79. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  80. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  81. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
  82. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  83. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  84. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  85. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  86. package/node_modules/@aws-sdk/s3-request-presigner/package.json +10 -10
  87. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
  88. package/node_modules/@aws-sdk/token-providers/package.json +10 -8
  89. package/node_modules/@aws-sdk/types/package.json +2 -2
  90. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  91. package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
  92. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  93. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  94. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  95. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +82 -4
  96. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
  97. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +84 -6
  98. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/bedrock-inference-helper.js +2 -2
  99. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.d.ts +1 -1
  100. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.js +1 -1
  101. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.d.ts +1 -1
  102. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +1 -1
  103. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +4 -2
  104. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-helper.js +5 -2
  105. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +3 -3
  106. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/TwoLogGroups.json +365 -0
  107. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +2 -6
  108. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda/index.js +1 -1
  109. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +2 -2
  110. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +1 -1
  111. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +6 -0
  112. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +84 -1
  113. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.js +35 -1
  114. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +6 -6
  115. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js +2 -1
  116. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js +2 -1
  117. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
  118. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +2 -2
  119. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +6 -6
  120. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +1 -136
  121. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +2 -2
  122. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +475 -10
  123. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +1 -1
  124. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js +2 -1
  125. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
  126. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +2 -2
  127. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +6 -6
  128. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +1 -136
  129. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +2 -2
  130. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +475 -10
  131. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +1 -1
  132. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js +2 -1
  133. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js +2 -1
  134. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js +2 -1
  135. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js +2 -1
  136. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/package.json +8 -8
  137. package/node_modules/@gemeentenijmegen/apiclient/package.json +7 -7
  138. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +4 -4
  139. package/node_modules/@gemeentenijmegen/session/package.json +5 -5
  140. package/node_modules/@gemeentenijmegen/utils/package.json +7 -7
  141. package/node_modules/@smithy/abort-controller/package.json +2 -2
  142. package/node_modules/@smithy/config-resolver/package.json +4 -4
  143. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +77 -38
  144. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +88 -85
  145. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +12 -0
  146. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +6 -51
  147. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
  148. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +95 -0
  149. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +7 -95
  150. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +9 -0
  151. package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
  152. package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
  153. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
  154. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
  155. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +9 -1
  156. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +3 -1
  157. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +5 -0
  158. package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  159. package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  160. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
  161. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
  162. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +9 -1
  163. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +3 -1
  164. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +5 -0
  165. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  166. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  167. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
  168. package/node_modules/@smithy/core/package.json +9 -7
  169. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  170. package/node_modules/@smithy/eventstream-codec/package.json +2 -2
  171. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  172. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
  173. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  174. package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
  175. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  176. package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
  177. package/node_modules/@smithy/hash-node/package.json +2 -2
  178. package/node_modules/@smithy/hash-stream-node/package.json +2 -2
  179. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  180. package/node_modules/@smithy/md5-js/package.json +2 -2
  181. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  182. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  183. package/node_modules/@smithy/middleware-retry/package.json +9 -9
  184. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  185. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  186. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  187. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  188. package/node_modules/@smithy/property-provider/package.json +2 -2
  189. package/node_modules/@smithy/protocol-http/package.json +2 -2
  190. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  191. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  192. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  193. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  194. package/node_modules/@smithy/signature-v4/package.json +4 -4
  195. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
  196. package/node_modules/@smithy/smithy-client/package.json +7 -7
  197. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  198. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  199. package/node_modules/@smithy/types/package.json +1 -1
  200. package/node_modules/@smithy/url-parser/package.json +3 -3
  201. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  202. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  203. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  204. package/node_modules/@smithy/util-middleware/package.json +2 -2
  205. package/node_modules/@smithy/util-retry/package.json +3 -3
  206. package/node_modules/@smithy/util-stream/package.json +4 -4
  207. package/node_modules/@smithy/util-waiter/package.json +3 -3
  208. package/node_modules/bowser/CHANGELOG.md +1 -1
  209. package/node_modules/bowser/README.md +2 -4
  210. package/node_modules/bowser/bundled.js +1 -1
  211. package/node_modules/bowser/es5.js +1 -1
  212. package/node_modules/bowser/index.d.ts +72 -7
  213. package/node_modules/bowser/package.json +4 -3
  214. package/node_modules/bowser/src/constants.js +3 -0
  215. package/node_modules/bowser/src/parser-browsers.js +15 -0
  216. package/node_modules/bowser/src/parser-platforms.js +17 -1
  217. package/node_modules/bowser/src/parser.js +20 -5
  218. package/node_modules/bowser/src/utils.js +2 -2
  219. package/node_modules/follow-redirects/package.json +1 -1
  220. package/node_modules/oidc-token-hash/README.md +1 -0
  221. package/node_modules/oidc-token-hash/lib/index.js +0 -10
  222. package/node_modules/oidc-token-hash/package.json +1 -1
  223. package/package.json +16 -16
  224. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  225. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
  226. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/index.js +0 -1
  227. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  228. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
  229. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/index.js +0 -1
  230. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  231. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  232. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  233. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  234. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  235. package/node_modules/oidc-token-hash/lib/shake256.js +0 -7
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/hash-blob-browser",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
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 hash-blob-browser",
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "@smithy/chunked-blob-reader": "^5.0.0",
27
27
  "@smithy/chunked-blob-reader-native": "^4.0.0",
28
- "@smithy/types": "^4.3.1",
28
+ "@smithy/types": "^4.3.2",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/hash-node",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
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 hash-node",
@@ -31,7 +31,7 @@
31
31
  "typedoc": "0.23.23"
32
32
  },
33
33
  "dependencies": {
34
- "@smithy/types": "^4.3.1",
34
+ "@smithy/types": "^4.3.2",
35
35
  "@smithy/util-buffer-from": "^4.0.0",
36
36
  "@smithy/util-utf8": "^4.0.0",
37
37
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/hash-stream-node",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
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 hash-stream-node",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@smithy/types": "^4.3.1",
26
+ "@smithy/types": "^4.3.2",
27
27
  "@smithy/util-utf8": "^4.0.0",
28
28
  "tslib": "^2.6.2"
29
29
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/invalid-dependency",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
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 invalid-dependency",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@smithy/types": "^4.3.1",
26
+ "@smithy/types": "^4.3.2",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "typesVersions": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/md5-js",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
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 md5-js",
@@ -33,7 +33,7 @@
33
33
  "typedoc": "0.23.23"
34
34
  },
35
35
  "dependencies": {
36
- "@smithy/types": "^4.3.1",
36
+ "@smithy/types": "^4.3.2",
37
37
  "@smithy/util-utf8": "^4.0.0",
38
38
  "tslib": "^2.6.2"
39
39
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-content-length",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
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 middleware-content-length",
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@smithy/protocol-http": "^5.1.2",
28
- "@smithy/types": "^4.3.1",
27
+ "@smithy/protocol-http": "^5.1.3",
28
+ "@smithy/types": "^4.3.2",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-endpoint",
3
- "version": "4.1.17",
3
+ "version": "4.1.18",
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 middleware-endpoint",
@@ -24,13 +24,13 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@smithy/core": "^3.7.2",
28
- "@smithy/middleware-serde": "^4.0.8",
29
- "@smithy/node-config-provider": "^4.1.3",
30
- "@smithy/shared-ini-file-loader": "^4.0.4",
31
- "@smithy/types": "^4.3.1",
32
- "@smithy/url-parser": "^4.0.4",
33
- "@smithy/util-middleware": "^4.0.4",
27
+ "@smithy/core": "^3.8.0",
28
+ "@smithy/middleware-serde": "^4.0.9",
29
+ "@smithy/node-config-provider": "^4.1.4",
30
+ "@smithy/shared-ini-file-loader": "^4.0.5",
31
+ "@smithy/types": "^4.3.2",
32
+ "@smithy/url-parser": "^4.0.5",
33
+ "@smithy/util-middleware": "^4.0.5",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-retry",
3
- "version": "4.1.18",
3
+ "version": "4.1.19",
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 middleware-retry",
@@ -33,19 +33,19 @@
33
33
  },
34
34
  "license": "Apache-2.0",
35
35
  "dependencies": {
36
- "@smithy/node-config-provider": "^4.1.3",
37
- "@smithy/protocol-http": "^5.1.2",
38
- "@smithy/service-error-classification": "^4.0.6",
39
- "@smithy/smithy-client": "^4.4.9",
40
- "@smithy/types": "^4.3.1",
41
- "@smithy/util-middleware": "^4.0.4",
42
- "@smithy/util-retry": "^4.0.6",
36
+ "@smithy/node-config-provider": "^4.1.4",
37
+ "@smithy/protocol-http": "^5.1.3",
38
+ "@smithy/service-error-classification": "^4.0.7",
39
+ "@smithy/smithy-client": "^4.4.10",
40
+ "@smithy/types": "^4.3.2",
41
+ "@smithy/util-middleware": "^4.0.5",
42
+ "@smithy/util-retry": "^4.0.7",
43
+ "@types/uuid": "^9.0.1",
43
44
  "tslib": "^2.6.2",
44
45
  "uuid": "^9.0.1"
45
46
  },
46
47
  "devDependencies": {
47
48
  "@smithy/util-test": "^0.2.8",
48
- "@types/uuid": "^8.3.0",
49
49
  "concurrently": "7.0.0",
50
50
  "downlevel-dts": "0.10.1",
51
51
  "rimraf": "3.0.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-serde",
3
- "version": "4.0.8",
3
+ "version": "4.0.9",
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 middleware-serde",
@@ -25,8 +25,8 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@smithy/protocol-http": "^5.1.2",
29
- "@smithy/types": "^4.3.1",
28
+ "@smithy/protocol-http": "^5.1.3",
29
+ "@smithy/types": "^4.3.2",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-stack",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
4
4
  "description": "Provides a means for composing multiple middleware functions into a single handler",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
@@ -26,7 +26,7 @@
26
26
  "module": "./dist-es/index.js",
27
27
  "types": "./dist-types/index.d.ts",
28
28
  "dependencies": {
29
- "@smithy/types": "^4.3.1",
29
+ "@smithy/types": "^4.3.2",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/node-config-provider",
3
- "version": "4.1.3",
3
+ "version": "4.1.4",
4
4
  "description": "Load config default values from ini config files and environmental variable",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
@@ -25,9 +25,9 @@
25
25
  "module": "./dist-es/index.js",
26
26
  "types": "./dist-types/index.d.ts",
27
27
  "dependencies": {
28
- "@smithy/property-provider": "^4.0.4",
29
- "@smithy/shared-ini-file-loader": "^4.0.4",
30
- "@smithy/types": "^4.3.1",
28
+ "@smithy/property-provider": "^4.0.5",
29
+ "@smithy/shared-ini-file-loader": "^4.0.5",
30
+ "@smithy/types": "^4.3.2",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/node-http-handler",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Provides a way to make requests",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
@@ -26,10 +26,10 @@
26
26
  "module": "./dist-es/index.js",
27
27
  "types": "./dist-types/index.d.ts",
28
28
  "dependencies": {
29
- "@smithy/abort-controller": "^4.0.4",
30
- "@smithy/protocol-http": "^5.1.2",
31
- "@smithy/querystring-builder": "^4.0.4",
32
- "@smithy/types": "^4.3.1",
29
+ "@smithy/abort-controller": "^4.0.5",
30
+ "@smithy/protocol-http": "^5.1.3",
31
+ "@smithy/querystring-builder": "^4.0.5",
32
+ "@smithy/types": "^4.3.2",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/property-provider",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
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 property-provider",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@smithy/types": "^4.3.1",
26
+ "@smithy/types": "^4.3.2",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/protocol-http",
3
- "version": "5.1.2",
3
+ "version": "5.1.3",
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 protocol-http",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@smithy/types": "^4.3.1",
27
+ "@smithy/types": "^4.3.2",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/querystring-builder",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
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 querystring-builder",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@smithy/types": "^4.3.1",
25
+ "@smithy/types": "^4.3.2",
26
26
  "@smithy/util-uri-escape": "^4.0.0",
27
27
  "tslib": "^2.6.2"
28
28
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/querystring-parser",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
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 querystring-parser",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@smithy/types": "^4.3.1",
26
+ "@smithy/types": "^4.3.2",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/service-error-classification",
3
- "version": "4.0.6",
3
+ "version": "4.0.7",
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 service-error-classification",
@@ -54,6 +54,6 @@
54
54
  "directory": ".release/package"
55
55
  },
56
56
  "dependencies": {
57
- "@smithy/types": "^4.3.1"
57
+ "@smithy/types": "^4.3.2"
58
58
  }
59
59
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@smithy/shared-ini-file-loader",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
4
4
  "dependencies": {
5
- "@smithy/types": "^4.3.1",
5
+ "@smithy/types": "^4.3.2",
6
6
  "tslib": "^2.6.2"
7
7
  },
8
8
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/signature-v4",
3
- "version": "5.1.2",
3
+ "version": "5.1.3",
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",
@@ -26,10 +26,10 @@
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
28
  "@smithy/is-array-buffer": "^4.0.0",
29
- "@smithy/protocol-http": "^5.1.2",
30
- "@smithy/types": "^4.3.1",
29
+ "@smithy/protocol-http": "^5.1.3",
30
+ "@smithy/types": "^4.3.2",
31
31
  "@smithy/util-hex-encoding": "^4.0.0",
32
- "@smithy/util-middleware": "^4.0.4",
32
+ "@smithy/util-middleware": "^4.0.5",
33
33
  "@smithy/util-uri-escape": "^4.0.0",
34
34
  "@smithy/util-utf8": "^4.0.0",
35
35
  "tslib": "^2.6.2"
@@ -720,6 +720,7 @@ __reExport(src_exports, require("@smithy/core/serde"), module.exports);
720
720
  expectShort,
721
721
  expectString,
722
722
  expectUnion,
723
+ generateIdempotencyToken,
723
724
  handleFloat,
724
725
  limitedParseDouble,
725
726
  limitedParseFloat,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/smithy-client",
3
- "version": "4.4.9",
3
+ "version": "4.4.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 smithy-client",
@@ -24,12 +24,12 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@smithy/core": "^3.7.2",
28
- "@smithy/middleware-endpoint": "^4.1.17",
29
- "@smithy/middleware-stack": "^4.0.4",
30
- "@smithy/protocol-http": "^5.1.2",
31
- "@smithy/types": "^4.3.1",
32
- "@smithy/util-stream": "^4.2.3",
27
+ "@smithy/core": "^3.8.0",
28
+ "@smithy/middleware-endpoint": "^4.1.18",
29
+ "@smithy/middleware-stack": "^4.0.5",
30
+ "@smithy/protocol-http": "^5.1.3",
31
+ "@smithy/types": "^4.3.2",
32
+ "@smithy/util-stream": "^4.2.4",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "engines": {
@@ -94,6 +94,7 @@ export type SchemaTraitsObject = {
94
94
  jsonName?: string;
95
95
  mediaType?: string;
96
96
  error?: "client" | "server";
97
+ streaming?: 1;
97
98
  [traitName: string]: unknown;
98
99
  };
99
100
  /**
@@ -103,6 +103,7 @@ export type SchemaTraitsObject = {
103
103
  jsonName?: string;
104
104
  mediaType?: string;
105
105
  error?: "client" | "server";
106
+ streaming?: 1;
106
107
  [traitName: string]: unknown;
107
108
  };
108
109
  /**
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/types",
3
- "version": "4.3.1",
3
+ "version": "4.3.2",
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",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/url-parser",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
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",
@@ -23,8 +23,8 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@smithy/querystring-parser": "^4.0.4",
27
- "@smithy/types": "^4.3.1",
26
+ "@smithy/querystring-parser": "^4.0.5",
27
+ "@smithy/types": "^4.3.2",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "typesVersions": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-defaults-mode-browser",
3
- "version": "4.0.25",
3
+ "version": "4.0.26",
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-defaults-mode-browser",
@@ -23,9 +23,9 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@smithy/property-provider": "^4.0.4",
27
- "@smithy/smithy-client": "^4.4.9",
28
- "@smithy/types": "^4.3.1",
26
+ "@smithy/property-provider": "^4.0.5",
27
+ "@smithy/smithy-client": "^4.4.10",
28
+ "@smithy/types": "^4.3.2",
29
29
  "bowser": "^2.11.0",
30
30
  "tslib": "^2.6.2"
31
31
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-defaults-mode-node",
3
- "version": "4.0.25",
3
+ "version": "4.0.26",
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-defaults-mode-node",
@@ -23,12 +23,12 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@smithy/config-resolver": "^4.1.4",
27
- "@smithy/credential-provider-imds": "^4.0.6",
28
- "@smithy/node-config-provider": "^4.1.3",
29
- "@smithy/property-provider": "^4.0.4",
30
- "@smithy/smithy-client": "^4.4.9",
31
- "@smithy/types": "^4.3.1",
26
+ "@smithy/config-resolver": "^4.1.5",
27
+ "@smithy/credential-provider-imds": "^4.0.7",
28
+ "@smithy/node-config-provider": "^4.1.4",
29
+ "@smithy/property-provider": "^4.0.5",
30
+ "@smithy/smithy-client": "^4.4.10",
31
+ "@smithy/types": "^4.3.2",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-endpoints",
3
- "version": "3.0.6",
3
+ "version": "3.0.7",
4
4
  "description": "Utilities to help with endpoint resolution.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,8 +28,8 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@smithy/node-config-provider": "^4.1.3",
32
- "@smithy/types": "^4.3.1",
31
+ "@smithy/node-config-provider": "^4.1.4",
32
+ "@smithy/types": "^4.3.2",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-middleware",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
4
4
  "description": "Shared utilities for to be used in middleware packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@smithy/types": "^4.3.1",
30
+ "@smithy/types": "^4.3.2",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-retry",
3
- "version": "4.0.6",
3
+ "version": "4.0.7",
4
4
  "description": "Shared retry utilities to be used in middleware packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,8 +28,8 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@smithy/service-error-classification": "^4.0.6",
32
- "@smithy/types": "^4.3.1",
31
+ "@smithy/service-error-classification": "^4.0.7",
32
+ "@smithy/types": "^4.3.2",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-stream",
3
- "version": "4.2.3",
3
+ "version": "4.2.4",
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-stream",
@@ -28,9 +28,9 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@smithy/fetch-http-handler": "^5.1.0",
32
- "@smithy/node-http-handler": "^4.1.0",
33
- "@smithy/types": "^4.3.1",
31
+ "@smithy/fetch-http-handler": "^5.1.1",
32
+ "@smithy/node-http-handler": "^4.1.1",
33
+ "@smithy/types": "^4.3.2",
34
34
  "@smithy/util-base64": "^4.0.0",
35
35
  "@smithy/util-buffer-from": "^4.0.0",
36
36
  "@smithy/util-hex-encoding": "^4.0.0",
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@smithy/util-waiter",
3
- "version": "4.0.6",
3
+ "version": "4.0.7",
4
4
  "description": "Shared utilities for client waiters for the AWS SDK",
5
5
  "dependencies": {
6
- "@smithy/abort-controller": "^4.0.4",
7
- "@smithy/types": "^4.3.1",
6
+ "@smithy/abort-controller": "^4.0.5",
7
+ "@smithy/types": "^4.3.2",
8
8
  "tslib": "^2.6.2"
9
9
  },
10
10
  "scripts": {
@@ -3,7 +3,7 @@
3
3
  ### 2.11.0 (Sep 12, 2020)
4
4
  - [ADD] Added support for aliases in `Parser#is` method (#437)
5
5
  - [ADD] Added more typings (#438, #427)
6
- - [ADD] Added support for MIUI Browserr (#436)
6
+ - [ADD] Added support for MIUI Browser (#436)
7
7
 
8
8
  ### 2.10.0 (Jul 9, 2020)
9
9
  - [FIX] Fix for Firefox detection on iOS 13 [#415]