@gemeentenijmegen/webapp 1.1.1 → 1.1.2

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 (394) hide show
  1. package/.jsii +10 -10
  2. package/assets/webapp/auth/auth.lambda/index.js +56 -35
  3. package/assets/webapp/login/login.lambda/index.js +56 -35
  4. package/assets/webapp/logout/logout.lambda/index.js +56 -209
  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 +23 -20
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +15 -15
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +3 -0
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +10 -0
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +28 -0
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +20 -0
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +10 -0
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +4 -0
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +20 -0
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +8 -0
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +24 -0
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +24 -0
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +10 -0
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +32 -0
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +758 -655
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +744 -641
  25. package/node_modules/@aws-sdk/client-dynamodb/package.json +37 -37
  26. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +152 -29
  27. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +0 -1
  28. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +0 -1
  29. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +0 -1
  30. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +0 -1
  31. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +0 -1
  32. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +0 -1
  33. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +0 -1
  34. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +0 -1
  35. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +0 -1
  36. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +0 -1
  37. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +0 -1
  38. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +0 -1
  39. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +0 -1
  40. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +0 -1
  41. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +0 -1
  42. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +0 -1
  43. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +0 -1
  44. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +0 -1
  45. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +0 -1
  46. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +0 -1
  47. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +0 -1
  48. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +0 -1
  49. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +0 -1
  50. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +0 -1
  51. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +48 -0
  52. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +75 -4
  53. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +16 -13
  54. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +47 -42
  55. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +77 -57
  56. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +60 -45
  57. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +92 -66
  58. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +30 -16
  59. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -3
  61. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +18 -10
  63. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  64. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +52 -9
  66. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -1
  67. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -1
  68. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +25 -21
  69. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +1 -1
  70. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
  71. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +1 -1
  72. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +3 -0
  73. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +1 -1
  74. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +41 -27
  75. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
  76. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -1
  77. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +1 -1
  78. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -1
  79. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +1 -1
  80. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +18 -10
  81. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  82. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
  83. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +61 -17
  84. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
  85. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -1
  87. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -1
  88. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +30 -21
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +1 -1
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +1 -1
  96. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +1 -1
  97. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +62 -44
  98. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +98 -79
  99. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -1
  100. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +1 -1
  101. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -1
  102. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +20 -20
  103. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +1 -1
  104. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +32 -16
  106. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +61 -39
  107. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -1
  108. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -1
  109. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
  110. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +10 -3
  112. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +12 -3
  113. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +82 -65
  114. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -1
  115. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +1 -1
  116. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +23 -14
  117. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +22 -17
  118. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  119. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
  120. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  121. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
  122. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +47 -32
  123. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  124. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  125. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +84 -45
  126. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
  127. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  128. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  129. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  130. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +30 -21
  131. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +3 -4
  132. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  133. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
  134. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -6
  135. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
  136. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
  137. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +126 -78
  138. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  139. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -3
  140. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +2 -2
  141. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
  142. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  143. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +1 -1
  144. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +1 -1
  145. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +52 -41
  146. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +66 -52
  147. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -1
  148. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +1720 -1409
  149. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +509 -414
  150. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +799 -780
  151. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +303 -279
  152. package/node_modules/@aws-sdk/client-s3/package.json +57 -57
  153. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +184 -184
  154. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +184 -184
  155. package/node_modules/@aws-sdk/client-secrets-manager/package.json +35 -35
  156. package/node_modules/@aws-sdk/client-ssm/README.md +39 -7
  157. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +834 -437
  158. package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +8 -0
  159. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +22 -0
  160. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +23 -0
  161. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +22 -0
  162. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +1 -1
  163. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +22 -0
  164. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +4 -0
  165. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +99 -144
  166. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +167 -1
  167. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesPaginator.js +4 -0
  168. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesSummaryPaginator.js +4 -0
  169. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +2 -0
  170. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +159 -3
  171. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +29 -0
  172. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +6 -2
  173. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -1
  174. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +1 -1
  175. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +1 -1
  176. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -1
  177. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -1
  178. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +1 -1
  179. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +98 -0
  180. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +3 -4
  181. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +3 -4
  182. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -1
  183. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -1
  184. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -1
  185. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +123 -0
  186. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +123 -0
  187. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -1
  188. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -1
  189. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +1 -1
  190. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
  191. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +1 -1
  192. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -1
  193. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
  194. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +141 -0
  195. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +4 -0
  196. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +711 -706
  197. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +2303 -2337
  198. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +961 -196
  199. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
  200. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesSummaryPaginator.d.ts +7 -0
  201. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +2 -0
  202. package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +36 -0
  203. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +69 -0
  204. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +24 -0
  205. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +51 -0
  206. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesCommand.d.ts +47 -0
  207. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +48 -0
  208. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +2 -4
  209. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +1 -1
  210. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +1 -1
  211. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +1 -1
  212. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +1 -1
  213. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +1 -1
  214. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +51 -0
  215. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +4 -0
  216. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +706 -702
  217. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +1010 -1004
  218. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +436 -198
  219. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
  220. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesSummaryPaginator.d.ts +11 -0
  221. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +2 -0
  222. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
  223. package/node_modules/@aws-sdk/client-ssm/package.json +36 -36
  224. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
  225. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
  226. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  227. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +74 -74
  228. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +74 -74
  229. package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
  230. package/node_modules/@aws-sdk/client-sts/README.md +8 -0
  231. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +89 -12
  232. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +2 -0
  233. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +23 -0
  234. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +1 -0
  235. package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +4 -0
  236. package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +53 -0
  237. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +7 -0
  238. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +3 -2
  239. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +13 -13
  240. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +8 -8
  241. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +15 -30
  242. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +129 -0
  243. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -2
  244. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +8 -8
  245. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +6 -6
  246. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +1 -0
  247. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +202 -88
  248. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +9 -0
  249. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +17 -0
  250. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +6 -0
  251. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +47 -0
  252. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +1 -0
  253. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +68 -56
  254. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
  255. package/node_modules/@aws-sdk/client-sts/package.json +36 -36
  256. package/node_modules/@aws-sdk/core/package.json +14 -14
  257. package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -7
  258. package/node_modules/@aws-sdk/credential-provider-http/package.json +12 -12
  259. package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -15
  260. package/node_modules/@aws-sdk/credential-provider-node/package.json +14 -14
  261. package/node_modules/@aws-sdk/credential-provider-process/package.json +8 -8
  262. package/node_modules/@aws-sdk/credential-provider-sso/package.json +10 -10
  263. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -10
  264. package/node_modules/@aws-sdk/endpoint-cache/package.json +3 -3
  265. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +8 -8
  266. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +10 -10
  267. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +8 -8
  268. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +2 -2
  269. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +2 -2
  270. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +0 -3
  271. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +0 -1
  272. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +13 -13
  273. package/node_modules/@aws-sdk/middleware-host-header/package.json +8 -8
  274. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +7 -7
  275. package/node_modules/@aws-sdk/middleware-logger/package.json +7 -7
  276. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +8 -8
  277. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +19 -18
  278. package/node_modules/@aws-sdk/middleware-ssec/package.json +7 -7
  279. package/node_modules/@aws-sdk/middleware-user-agent/package.json +11 -11
  280. package/node_modules/@aws-sdk/region-config-resolver/package.json +7 -7
  281. package/node_modules/@aws-sdk/s3-request-presigner/package.json +12 -12
  282. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +8 -8
  283. package/node_modules/@aws-sdk/token-providers/package.json +8 -8
  284. package/node_modules/@aws-sdk/types/package.json +2 -2
  285. package/node_modules/@aws-sdk/util-arn-parser/package.json +3 -3
  286. package/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
  287. package/node_modules/@aws-sdk/util-format-url/package.json +6 -6
  288. package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
  289. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -5
  290. package/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -7
  291. package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
  292. package/node_modules/@gemeentenijmegen/apiclient/package.json +7 -7
  293. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +5 -5
  294. package/node_modules/@gemeentenijmegen/session/package.json +5 -5
  295. package/node_modules/@gemeentenijmegen/utils/package.json +7 -7
  296. package/node_modules/@smithy/abort-controller/package.json +4 -3
  297. package/node_modules/@smithy/config-resolver/package.json +7 -6
  298. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +32 -7
  299. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +21 -20
  300. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +2 -2
  301. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +11 -1
  302. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +5 -0
  303. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +8 -2
  304. package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +1 -0
  305. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +3 -2
  306. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
  307. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +23 -0
  308. package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +1 -0
  309. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +4 -2
  310. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +23 -0
  311. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +1 -0
  312. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +4 -2
  313. package/node_modules/@smithy/core/package.json +10 -9
  314. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  315. package/node_modules/@smithy/eventstream-codec/package.json +4 -3
  316. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  317. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +5 -4
  318. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  319. package/node_modules/@smithy/eventstream-serde-universal/package.json +5 -4
  320. package/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +1 -0
  321. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +10 -3
  322. package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
  323. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +3 -2
  324. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +1 -1
  325. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
  326. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -0
  327. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
  328. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -0
  329. package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
  330. package/node_modules/@smithy/hash-blob-browser/package.json +4 -3
  331. package/node_modules/@smithy/hash-node/package.json +4 -3
  332. package/node_modules/@smithy/hash-stream-node/package.json +4 -3
  333. package/node_modules/@smithy/invalid-dependency/package.json +4 -3
  334. package/node_modules/@smithy/md5-js/package.json +4 -3
  335. package/node_modules/@smithy/middleware-content-length/package.json +5 -4
  336. package/node_modules/@smithy/middleware-endpoint/package.json +11 -10
  337. package/node_modules/@smithy/middleware-retry/package.json +12 -10
  338. package/node_modules/@smithy/middleware-serde/package.json +6 -4
  339. package/node_modules/@smithy/middleware-stack/package.json +4 -3
  340. package/node_modules/@smithy/node-config-provider/package.json +6 -5
  341. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +20 -14
  342. package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +1 -0
  343. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -4
  344. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  345. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
  346. package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +5 -4
  347. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +2 -1
  348. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
  349. package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  350. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +4 -3
  351. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
  352. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
  353. package/node_modules/@smithy/node-http-handler/package.json +7 -6
  354. package/node_modules/@smithy/property-provider/package.json +4 -3
  355. package/node_modules/@smithy/protocol-http/package.json +4 -3
  356. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  357. package/node_modules/@smithy/querystring-parser/package.json +4 -3
  358. package/node_modules/@smithy/service-error-classification/package.json +4 -3
  359. package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -3
  360. package/node_modules/@smithy/signature-v4/package.json +6 -5
  361. package/node_modules/@smithy/smithy-client/package.json +9 -8
  362. package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
  363. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +3 -2
  364. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
  365. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +3 -2
  366. package/node_modules/@smithy/types/package.json +1 -1
  367. package/node_modules/@smithy/url-parser/package.json +5 -4
  368. package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -5
  369. package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -8
  370. package/node_modules/@smithy/util-endpoints/package.json +7 -5
  371. package/node_modules/@smithy/util-middleware/package.json +4 -3
  372. package/node_modules/@smithy/util-retry/dist-cjs/index.js +5 -1
  373. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
  374. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
  375. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
  376. package/node_modules/@smithy/util-retry/package.json +5 -4
  377. package/node_modules/@smithy/util-stream/dist-cjs/index.js +1 -0
  378. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
  379. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -1
  380. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +6 -1
  381. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -1
  382. package/node_modules/@smithy/util-stream/dist-es/splitStream.js +2 -2
  383. package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +3 -0
  384. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +4 -0
  385. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +4 -0
  386. package/node_modules/@smithy/util-stream/package.json +10 -6
  387. package/node_modules/@smithy/util-waiter/package.json +5 -4
  388. package/package.json +13 -13
  389. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/HISTORY.md +0 -147
  390. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/LICENSE +0 -24
  391. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/README.md +0 -317
  392. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/SECURITY.md +0 -25
  393. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/index.js +0 -274
  394. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/package.json +0 -44
@@ -35,25 +35,25 @@
35
35
  "constructs": "^10.0.0",
36
36
  "eslint": "^8",
37
37
  "eslint-import-resolver-typescript": "^2.7.1",
38
- "eslint-plugin-import": "^2.30.0",
38
+ "eslint-plugin-import": "^2.31.0",
39
39
  "jest": "^27",
40
40
  "jest-junit": "^15",
41
- "projen": "^0.87.4",
41
+ "projen": "^0.88.9",
42
42
  "ts-jest": "^27",
43
43
  "typescript": "^4.9.5"
44
44
  },
45
45
  "dependencies": {
46
- "@aws-sdk/client-s3": "^3.662.0",
47
- "@aws-sdk/client-secrets-manager": "^3.662.0",
48
- "@aws-sdk/client-ssm": "^3.662.0",
49
- "@aws-sdk/s3-request-presigner": "^3.662.0"
46
+ "@aws-sdk/client-s3": "^3.689.0",
47
+ "@aws-sdk/client-secrets-manager": "^3.687.0",
48
+ "@aws-sdk/client-ssm": "^3.687.0",
49
+ "@aws-sdk/s3-request-presigner": "^3.689.0"
50
50
  },
51
51
  "main": "lib/index.js",
52
52
  "license": "EUPL-1.2",
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "version": "0.0.18",
56
+ "version": "0.0.19",
57
57
  "jest": {
58
58
  "coverageProvider": "v8",
59
59
  "testMatch": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/abort-controller",
3
- "version": "3.1.6",
3
+ "version": "3.1.8",
4
4
  "description": "A simple abort controller library",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -16,7 +16,8 @@
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",
19
- "test": "yarn g:jest"
19
+ "test": "yarn g:vitest run",
20
+ "test:watch": "yarn g:vitest watch"
20
21
  },
21
22
  "author": {
22
23
  "name": "AWS SDK for JavaScript Team",
@@ -24,7 +25,7 @@
24
25
  },
25
26
  "license": "Apache-2.0",
26
27
  "dependencies": {
27
- "@smithy/types": "^3.6.0",
28
+ "@smithy/types": "^3.7.1",
28
29
  "tslib": "^2.6.2"
29
30
  },
30
31
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/config-resolver",
3
- "version": "3.0.10",
3
+ "version": "3.0.12",
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 config-resolver",
@@ -11,8 +11,9 @@
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
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
- "test": "yarn g:jest",
15
- "extract:docs": "api-extractor run --local"
14
+ "test": "yarn g:vitest run",
15
+ "extract:docs": "api-extractor run --local",
16
+ "test:watch": "yarn g:vitest watch"
16
17
  },
17
18
  "main": "./dist-cjs/index.js",
18
19
  "module": "./dist-es/index.js",
@@ -23,10 +24,10 @@
23
24
  },
24
25
  "license": "Apache-2.0",
25
26
  "dependencies": {
26
- "@smithy/node-config-provider": "^3.1.9",
27
- "@smithy/types": "^3.6.0",
27
+ "@smithy/node-config-provider": "^3.1.11",
28
+ "@smithy/types": "^3.7.1",
28
29
  "@smithy/util-config-provider": "^3.0.0",
29
- "@smithy/util-middleware": "^3.0.8",
30
+ "@smithy/util-middleware": "^3.0.10",
30
31
  "tslib": "^2.6.2"
31
32
  },
32
33
  "devDependencies": {
@@ -25,7 +25,9 @@ __export(cbor_exports, {
25
25
  dateToTag: () => dateToTag,
26
26
  loadSmithyRpcV2CborErrorCode: () => loadSmithyRpcV2CborErrorCode,
27
27
  parseCborBody: () => parseCborBody,
28
- parseCborErrorBody: () => parseCborErrorBody
28
+ parseCborErrorBody: () => parseCborErrorBody,
29
+ tag: () => tag,
30
+ tagSymbol: () => tagSymbol
29
31
  });
30
32
  module.exports = __toCommonJS(cbor_exports);
31
33
 
@@ -53,6 +55,11 @@ var minorIndefinite = 31;
53
55
  function alloc(size) {
54
56
  return typeof Buffer !== "undefined" ? Buffer.alloc(size) : new Uint8Array(size);
55
57
  }
58
+ var tagSymbol = Symbol("@smithy/core/cbor::tagSymbol");
59
+ function tag(data2) {
60
+ data2[tagSymbol] = true;
61
+ return data2;
62
+ }
56
63
 
57
64
  // src/submodules/cbor/cbor-decode.ts
58
65
  var USE_TEXT_DECODER = typeof TextDecoder !== "undefined";
@@ -123,7 +130,7 @@ function decode(at, to) {
123
130
  const value = decode(at + offset, to);
124
131
  const valueOffset = _offset;
125
132
  _offset = offset + valueOffset;
126
- return { tag: castBigInt(unsignedInt), value };
133
+ return tag({ tag: castBigInt(unsignedInt), value });
127
134
  }
128
135
  case majorUtf8String:
129
136
  case majorMap:
@@ -575,6 +582,17 @@ function encode(_input) {
575
582
  cursor += input.byteLength;
576
583
  continue;
577
584
  } else if (typeof input === "object") {
585
+ if (input[tagSymbol]) {
586
+ if ("tag" in input && "value" in input) {
587
+ encodeStack.push(input.value);
588
+ encodeHeader(majorTag, input.tag);
589
+ continue;
590
+ } else {
591
+ throw new Error(
592
+ "tag encountered with missing fields, need 'tag' and 'value', found: " + JSON.stringify(input)
593
+ );
594
+ }
595
+ }
578
596
  const keys = Object.keys(input);
579
597
  for (let i = keys.length - 1; i >= 0; --i) {
580
598
  const key = keys[i];
@@ -595,8 +613,13 @@ var cbor = {
595
613
  return decode(0, payload2.length);
596
614
  },
597
615
  serialize(input) {
598
- encode(input);
599
- return toUint8Array();
616
+ try {
617
+ encode(input);
618
+ return toUint8Array();
619
+ } catch (e) {
620
+ toUint8Array();
621
+ throw e;
622
+ }
600
623
  },
601
624
  /**
602
625
  * @public
@@ -634,10 +657,10 @@ var parseCborBody = (streamBody, context) => {
634
657
  });
635
658
  };
636
659
  var dateToTag = (date) => {
637
- return {
660
+ return tag({
638
661
  tag: 1,
639
662
  value: date.getTime() / 1e3
640
- };
663
+ });
641
664
  };
642
665
  var parseCborErrorBody = async (errorBody, context) => {
643
666
  const value = await parseCborBody(errorBody, context);
@@ -703,5 +726,7 @@ var buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body)
703
726
  dateToTag,
704
727
  loadSmithyRpcV2CborErrorCode,
705
728
  parseCborBody,
706
- parseCborErrorBody
729
+ parseCborErrorBody,
730
+ tag,
731
+ tagSymbol
707
732
  });
@@ -23,7 +23,7 @@ __export(protocols_exports, {
23
23
  collectBody: () => collectBody,
24
24
  extendedEncodeURIComponent: () => extendedEncodeURIComponent,
25
25
  requestBuilder: () => requestBuilder,
26
- resolvedPath: () => resolvedPath2
26
+ resolvedPath: () => resolvedPath
27
27
  });
28
28
  module.exports = __toCommonJS(protocols_exports);
29
29
 
@@ -48,8 +48,26 @@ function extendedEncodeURIComponent(str) {
48
48
  }
49
49
 
50
50
  // src/submodules/protocols/requestBuilder.ts
51
- var import_protocols = require("@smithy/core/protocols");
52
51
  var import_protocol_http = require("@smithy/protocol-http");
52
+
53
+ // src/submodules/protocols/resolve-path.ts
54
+ var resolvedPath = (resolvedPath2, input, memberName, labelValueProvider, uriLabel, isGreedyLabel) => {
55
+ if (input != null && input[memberName] !== void 0) {
56
+ const labelValue = labelValueProvider();
57
+ if (labelValue.length <= 0) {
58
+ throw new Error("Empty value provided for input HTTP label: " + memberName + ".");
59
+ }
60
+ resolvedPath2 = resolvedPath2.replace(
61
+ uriLabel,
62
+ isGreedyLabel ? labelValue.split("/").map((segment) => extendedEncodeURIComponent(segment)).join("/") : extendedEncodeURIComponent(labelValue)
63
+ );
64
+ } else {
65
+ throw new Error("No value provided for input HTTP label: " + memberName + ".");
66
+ }
67
+ return resolvedPath2;
68
+ };
69
+
70
+ // src/submodules/protocols/requestBuilder.ts
53
71
  function requestBuilder(input, context) {
54
72
  return new RequestBuilder(input, context);
55
73
  }
@@ -103,7 +121,7 @@ var RequestBuilder = class {
103
121
  */
104
122
  p(memberName, labelValueProvider, uriLabel, isGreedyLabel) {
105
123
  this.resolvePathStack.push((path) => {
106
- this.path = (0, import_protocols.resolvedPath)(path, this.input, memberName, labelValueProvider, uriLabel, isGreedyLabel);
124
+ this.path = resolvedPath(path, this.input, memberName, labelValueProvider, uriLabel, isGreedyLabel);
107
125
  });
108
126
  return this;
109
127
  }
@@ -136,23 +154,6 @@ var RequestBuilder = class {
136
154
  return this;
137
155
  }
138
156
  };
139
-
140
- // src/submodules/protocols/resolve-path.ts
141
- var resolvedPath2 = (resolvedPath3, input, memberName, labelValueProvider, uriLabel, isGreedyLabel) => {
142
- if (input != null && input[memberName] !== void 0) {
143
- const labelValue = labelValueProvider();
144
- if (labelValue.length <= 0) {
145
- throw new Error("Empty value provided for input HTTP label: " + memberName + ".");
146
- }
147
- resolvedPath3 = resolvedPath3.replace(
148
- uriLabel,
149
- isGreedyLabel ? labelValue.split("/").map((segment) => extendedEncodeURIComponent(segment)).join("/") : extendedEncodeURIComponent(labelValue)
150
- );
151
- } else {
152
- throw new Error("No value provided for input HTTP label: " + memberName + ".");
153
- }
154
- return resolvedPath3;
155
- };
156
157
  // Annotate the CommonJS export names for ESM import in node:
157
158
  0 && (module.exports = {
158
159
  RequestBuilder,
@@ -1,5 +1,5 @@
1
1
  import { toUtf8 } from "@smithy/util-utf8";
2
- import { alloc, extendedFloat16, extendedFloat32, extendedFloat64, extendedOneByte, majorList, majorMap, majorNegativeInt64, majorTag, majorUint64, majorUnstructuredByteString, majorUtf8String, minorIndefinite, specialFalse, specialNull, specialTrue, specialUndefined, } from "./cbor-types";
2
+ import { alloc, extendedFloat16, extendedFloat32, extendedFloat64, extendedOneByte, majorList, majorMap, majorNegativeInt64, majorTag, majorUint64, majorUnstructuredByteString, majorUtf8String, minorIndefinite, specialFalse, specialNull, specialTrue, specialUndefined, tag, } from "./cbor-types";
3
3
  const USE_TEXT_DECODER = typeof TextDecoder !== "undefined";
4
4
  const USE_BUFFER = typeof Buffer !== "undefined";
5
5
  let payload = alloc(0);
@@ -75,7 +75,7 @@ export function decode(at, to) {
75
75
  const value = decode(at + offset, to);
76
76
  const valueOffset = _offset;
77
77
  _offset = offset + valueOffset;
78
- return { tag: castBigInt(unsignedInt), value };
78
+ return tag({ tag: castBigInt(unsignedInt), value });
79
79
  }
80
80
  case majorUtf8String:
81
81
  case majorMap:
@@ -1,5 +1,5 @@
1
1
  import { fromUtf8 } from "@smithy/util-utf8";
2
- import { extendedFloat16, extendedFloat32, extendedFloat64, majorList, majorMap, majorNegativeInt64, majorSpecial, majorUint64, majorUnstructuredByteString, majorUtf8String, specialFalse, specialNull, specialTrue, } from "./cbor-types";
2
+ import { extendedFloat16, extendedFloat32, extendedFloat64, majorList, majorMap, majorNegativeInt64, majorSpecial, majorTag, majorUint64, majorUnstructuredByteString, majorUtf8String, specialFalse, specialNull, specialTrue, tagSymbol, } from "./cbor-types";
3
3
  import { alloc } from "./cbor-types";
4
4
  const USE_BUFFER = typeof Buffer !== "undefined";
5
5
  const initialSize = 2048;
@@ -167,6 +167,16 @@ export function encode(_input) {
167
167
  continue;
168
168
  }
169
169
  else if (typeof input === "object") {
170
+ if (input[tagSymbol]) {
171
+ if ("tag" in input && "value" in input) {
172
+ encodeStack.push(input.value);
173
+ encodeHeader(majorTag, input.tag);
174
+ continue;
175
+ }
176
+ else {
177
+ throw new Error("tag encountered with missing fields, need 'tag' and 'value', found: " + JSON.stringify(input));
178
+ }
179
+ }
170
180
  const keys = Object.keys(input);
171
181
  for (let i = keys.length - 1; i >= 0; --i) {
172
182
  const key = keys[i];
@@ -18,3 +18,8 @@ export const minorIndefinite = 31;
18
18
  export function alloc(size) {
19
19
  return typeof Buffer !== "undefined" ? Buffer.alloc(size) : new Uint8Array(size);
20
20
  }
21
+ export const tagSymbol = Symbol("@smithy/core/cbor::tagSymbol");
22
+ export function tag(data) {
23
+ data[tagSymbol] = true;
24
+ return data;
25
+ }
@@ -6,8 +6,14 @@ export const cbor = {
6
6
  return decode(0, payload.length);
7
7
  },
8
8
  serialize(input) {
9
- encode(input);
10
- return toUint8Array();
9
+ try {
10
+ encode(input);
11
+ return toUint8Array();
12
+ }
13
+ catch (e) {
14
+ toUint8Array();
15
+ throw e;
16
+ }
11
17
  },
12
18
  resizeEncodingBuffer(size) {
13
19
  resize(size);
@@ -1,2 +1,3 @@
1
1
  export { cbor } from "./cbor";
2
2
  export * from "./parseCborBody";
3
+ export { tagSymbol, tag } from "./cbor-types";
@@ -2,6 +2,7 @@ import { collectBody } from "@smithy/core/protocols";
2
2
  import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
3
3
  import { calculateBodyLength } from "@smithy/util-body-length-browser";
4
4
  import { cbor } from "./cbor";
5
+ import { tag, tagSymbol } from "./cbor-types";
5
6
  export const parseCborBody = (streamBody, context) => {
6
7
  return collectBody(streamBody, context).then(async (bytes) => {
7
8
  if (bytes.length) {
@@ -19,10 +20,10 @@ export const parseCborBody = (streamBody, context) => {
19
20
  });
20
21
  };
21
22
  export const dateToTag = (date) => {
22
- return {
23
+ return tag({
23
24
  tag: 1,
24
25
  value: date.getTime() / 1000,
25
- };
26
+ });
26
27
  };
27
28
  export const parseCborErrorBody = async (errorBody, context) => {
28
29
  const value = await parseCborBody(errorBody, context);
@@ -1,5 +1,5 @@
1
- import { resolvedPath } from "@smithy/core/protocols";
2
1
  import { HttpRequest } from "@smithy/protocol-http";
2
+ import { resolvedPath } from "./resolve-path";
3
3
  export function requestBuilder(input, context) {
4
4
  return new RequestBuilder(input, context);
5
5
  }
@@ -3,6 +3,7 @@ export type CborItemType = undefined | boolean | number | bigint | [CborUnstruct
3
3
  export type CborTagType = {
4
4
  tag: Uint64 | number;
5
5
  value: CborValueType;
6
+ [tagSymbol]: true;
6
7
  };
7
8
  export type CborUnstructuredByteStringType = Uint8Array;
8
9
  export type CborListType<T = any> = Array<T>;
@@ -38,3 +39,25 @@ export declare const extendedFloat32 = 26;
38
39
  export declare const extendedFloat64 = 27;
39
40
  export declare const minorIndefinite = 31;
40
41
  export declare function alloc(size: number): Uint8Array | Buffer;
42
+ /**
43
+ * @public
44
+ *
45
+ * The presence of this symbol as an object key indicates it should be considered a tag
46
+ * for CBOR serialization purposes.
47
+ *
48
+ * The object must also have the properties "tag" and "value".
49
+ */
50
+ export declare const tagSymbol: unique symbol;
51
+ /**
52
+ * @public
53
+ * Applies the tag symbol to the object.
54
+ */
55
+ export declare function tag(data: {
56
+ tag: number | bigint;
57
+ value: any;
58
+ [tagSymbol]?: true;
59
+ }): {
60
+ tag: number | bigint;
61
+ value: any;
62
+ [tagSymbol]: true;
63
+ };
@@ -1,2 +1,3 @@
1
1
  export { cbor } from "./cbor";
2
2
  export * from "./parseCborBody";
3
+ export { tagSymbol, tag } from "./cbor-types";
@@ -1,5 +1,6 @@
1
1
  import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
2
2
  import { HeaderBag as __HeaderBag, HttpResponse, SerdeContext as __SerdeContext, SerdeContext } from "@smithy/types";
3
+ import { tag, tagSymbol } from "./cbor-types";
3
4
  /**
4
5
  * @internal
5
6
  */
@@ -8,8 +9,9 @@ export declare const parseCborBody: (streamBody: any, context: SerdeContext) =>
8
9
  * @internal
9
10
  */
10
11
  export declare const dateToTag: (date: Date) => {
11
- tag: 1;
12
- value: number;
12
+ tag: number | bigint;
13
+ value: any;
14
+ [tagSymbol]: true;
13
15
  };
14
16
  /**
15
17
  * @internal
@@ -6,6 +6,7 @@ export type CborItemType = undefined | boolean | number | bigint | [
6
6
  export type CborTagType = {
7
7
  tag: Uint64 | number;
8
8
  value: CborValueType;
9
+ [tagSymbol]: true;
9
10
  };
10
11
  export type CborUnstructuredByteStringType = Uint8Array;
11
12
  export type CborListType<T = any> = Array<T>;
@@ -41,3 +42,25 @@ export declare const extendedFloat32 = 26;
41
42
  export declare const extendedFloat64 = 27;
42
43
  export declare const minorIndefinite = 31;
43
44
  export declare function alloc(size: number): Uint8Array | Buffer;
45
+ /**
46
+ * @public
47
+ *
48
+ * The presence of this symbol as an object key indicates it should be considered a tag
49
+ * for CBOR serialization purposes.
50
+ *
51
+ * The object must also have the properties "tag" and "value".
52
+ */
53
+ export declare const tagSymbol: unique symbol;
54
+ /**
55
+ * @public
56
+ * Applies the tag symbol to the object.
57
+ */
58
+ export declare function tag(data: {
59
+ tag: number | bigint;
60
+ value: any;
61
+ [tagSymbol]?: true;
62
+ }): {
63
+ tag: number | bigint;
64
+ value: any;
65
+ [tagSymbol]: true;
66
+ };
@@ -1,2 +1,3 @@
1
1
  export { cbor } from "./cbor";
2
2
  export * from "./parseCborBody";
3
+ export { tagSymbol, tag } from "./cbor-types";
@@ -1,5 +1,6 @@
1
1
  import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
2
2
  import { HeaderBag as __HeaderBag, HttpResponse, SerdeContext as __SerdeContext, SerdeContext } from "@smithy/types";
3
+ import { tag, tagSymbol } from "./cbor-types";
3
4
  /**
4
5
  * @internal
5
6
  */
@@ -8,8 +9,9 @@ export declare const parseCborBody: (streamBody: any, context: SerdeContext) =>
8
9
  * @internal
9
10
  */
10
11
  export declare const dateToTag: (date: Date) => {
11
- tag: 1;
12
- value: number;
12
+ tag: number | bigint;
13
+ value: any;
14
+ [tagSymbol]: true;
13
15
  };
14
16
  /**
15
17
  * @internal
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/core",
3
- "version": "2.5.1",
3
+ "version": "2.5.4",
4
4
  "scripts": {
5
5
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline core",
@@ -9,10 +9,11 @@
9
9
  "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
10
10
  "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
12
- "lint": "npx eslint -c ../../.eslintrc.js \"src/**/*.ts\" && node ./scripts/lint",
12
+ "lint": "npx eslint -c ../../.eslintrc.js \"src/**/*.ts\" --fix && node ./scripts/lint",
13
13
  "format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
14
- "test": "yarn g:jest --maxWorkers=1",
15
- "test:cbor:perf": "node ./scripts/cbor-perf.mjs"
14
+ "test": "yarn g:vitest run",
15
+ "test:cbor:perf": "node ./scripts/cbor-perf.mjs",
16
+ "test:watch": "yarn g:vitest watch"
16
17
  },
17
18
  "main": "./dist-cjs/index.js",
18
19
  "module": "./dist-es/index.js",
@@ -53,12 +54,12 @@
53
54
  },
54
55
  "license": "Apache-2.0",
55
56
  "dependencies": {
56
- "@smithy/middleware-serde": "^3.0.8",
57
- "@smithy/protocol-http": "^4.1.5",
58
- "@smithy/types": "^3.6.0",
57
+ "@smithy/middleware-serde": "^3.0.10",
58
+ "@smithy/protocol-http": "^4.1.7",
59
+ "@smithy/types": "^3.7.1",
59
60
  "@smithy/util-body-length-browser": "^3.0.0",
60
- "@smithy/util-middleware": "^3.0.8",
61
- "@smithy/util-stream": "^3.2.1",
61
+ "@smithy/util-middleware": "^3.0.10",
62
+ "@smithy/util-stream": "^3.3.1",
62
63
  "@smithy/util-utf8": "^3.0.0",
63
64
  "tslib": "^2.6.2"
64
65
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/credential-provider-imds",
3
- "version": "3.2.5",
3
+ "version": "3.2.7",
4
4
  "description": "AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -14,7 +14,8 @@
14
14
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
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
- "test": "yarn g:jest"
17
+ "test": "yarn g:vitest run",
18
+ "test:watch": "yarn g:vitest watch"
18
19
  },
19
20
  "keywords": [
20
21
  "aws",
@@ -26,17 +27,16 @@
26
27
  },
27
28
  "license": "Apache-2.0",
28
29
  "dependencies": {
29
- "@smithy/node-config-provider": "^3.1.9",
30
- "@smithy/property-provider": "^3.1.8",
31
- "@smithy/types": "^3.6.0",
32
- "@smithy/url-parser": "^3.0.8",
30
+ "@smithy/node-config-provider": "^3.1.11",
31
+ "@smithy/property-provider": "^3.1.10",
32
+ "@smithy/types": "^3.7.1",
33
+ "@smithy/url-parser": "^3.0.10",
33
34
  "tslib": "^2.6.2"
34
35
  },
35
36
  "devDependencies": {
36
37
  "@types/node": "^16.18.96",
37
38
  "concurrently": "7.0.0",
38
39
  "downlevel-dts": "0.10.1",
39
- "nock": "^13.0.2",
40
40
  "rimraf": "3.0.2",
41
41
  "typedoc": "0.23.23"
42
42
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/eventstream-codec",
3
- "version": "3.1.7",
3
+ "version": "3.1.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 eventstream-codec",
@@ -11,7 +11,8 @@
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
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
- "test": "yarn g:jest --coverage"
14
+ "test": "yarn g:vitest run",
15
+ "test:watch": "yarn g:vitest watch"
15
16
  },
16
17
  "main": "./dist-cjs/index.js",
17
18
  "module": "./dist-es/index.js",
@@ -23,7 +24,7 @@
23
24
  "license": "Apache-2.0",
24
25
  "dependencies": {
25
26
  "@aws-crypto/crc32": "5.2.0",
26
- "@smithy/types": "^3.6.0",
27
+ "@smithy/types": "^3.7.1",
27
28
  "@smithy/util-hex-encoding": "^3.0.0",
28
29
  "tslib": "^2.6.2"
29
30
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/eventstream-serde-browser",
3
- "version": "3.0.11",
3
+ "version": "3.0.13",
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 eventstream-serde-browser",
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@smithy/eventstream-serde-universal": "^3.0.10",
26
- "@smithy/types": "^3.6.0",
25
+ "@smithy/eventstream-serde-universal": "^3.0.12",
26
+ "@smithy/types": "^3.7.1",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/eventstream-serde-config-resolver",
3
- "version": "3.0.8",
3
+ "version": "3.0.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 eventstream-serde-config-resolver",
@@ -11,8 +11,9 @@
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
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
- "test": "yarn g:jest",
15
- "extract:docs": "api-extractor run --local"
14
+ "test": "yarn g:vitest run",
15
+ "extract:docs": "api-extractor run --local",
16
+ "test:watch": "yarn g:vitest watch"
16
17
  },
17
18
  "main": "./dist-cjs/index.js",
18
19
  "module": "./dist-es/index.js",
@@ -23,7 +24,7 @@
23
24
  },
24
25
  "license": "Apache-2.0",
25
26
  "dependencies": {
26
- "@smithy/types": "^3.6.0",
27
+ "@smithy/types": "^3.7.1",
27
28
  "tslib": "^2.6.2"
28
29
  },
29
30
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/eventstream-serde-node",
3
- "version": "3.0.10",
3
+ "version": "3.0.12",
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 eventstream-serde-node",
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@smithy/eventstream-serde-universal": "^3.0.10",
26
- "@smithy/types": "^3.6.0",
25
+ "@smithy/eventstream-serde-universal": "^3.0.12",
26
+ "@smithy/types": "^3.7.1",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "devDependencies": {