@gemeentenijmegen/webapp 1.1.9 → 1.1.10

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 (496) hide show
  1. package/.jsii +12 -12
  2. package/lib/webapp/Criticality.js +1 -1
  3. package/lib/webapp/Webapp.js +1 -1
  4. package/lib/webapp/Webpage.js +1 -1
  5. package/lib/webapp/util/Files.js +1 -1
  6. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +1 -1
  7. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +35 -22
  8. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +1 -1
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +22 -12
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +4 -3
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +4 -0
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateBackupCommand.d.ts +14 -11
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +16 -13
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +26 -16
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteBackupCommand.d.ts +12 -10
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +2 -1
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts +18 -13
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +26 -20
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +2 -1
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeExportCommand.d.ts +12 -10
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +2 -2
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +1 -1
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +1 -3
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +10 -8
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +2 -6
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +16 -12
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +16 -12
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +28 -35
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +14 -11
  30. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
  31. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +19 -17
  32. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +12 -10
  33. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListImportsCommand.d.ts +12 -10
  34. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +2 -1
  35. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutResourcePolicyCommand.d.ts +18 -13
  36. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +22 -14
  37. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +24 -15
  38. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +16 -12
  39. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +7 -8
  40. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +28 -35
  41. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +16 -12
  42. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +3 -2
  43. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +6 -6
  44. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +17 -13
  45. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +2 -1
  46. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +16 -12
  47. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +36 -20
  48. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +18 -18
  49. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTimeToLiveCommand.d.ts +16 -12
  50. package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  51. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +240 -112
  52. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  53. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +37 -10
  54. package/node_modules/@aws-sdk/client-dynamodb/package.json +23 -23
  55. package/node_modules/@aws-sdk/client-s3/README.md +48 -0
  56. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +739 -139
  57. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +12 -0
  58. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +31 -0
  59. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +26 -0
  60. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +28 -0
  61. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +1 -1
  62. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +28 -0
  63. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +31 -0
  64. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +31 -0
  65. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +6 -0
  66. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +18 -23
  67. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +36 -0
  68. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +422 -20
  69. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +42 -0
  70. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +8 -2
  71. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +17 -22
  72. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +47 -58
  73. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +107 -110
  74. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +93 -83
  75. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +182 -0
  76. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +25 -12
  77. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +99 -116
  78. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +47 -52
  79. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +7 -9
  80. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -12
  81. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -5
  82. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +16 -18
  83. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  84. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -6
  85. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +23 -28
  86. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +114 -0
  87. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +26 -8
  88. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +9 -12
  89. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +5 -6
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +20 -23
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +5 -7
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +2 -3
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +9 -10
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +37 -23
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +7 -7
  96. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +37 -44
  97. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +6 -6
  98. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +14 -17
  99. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +17 -12
  100. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +8 -11
  101. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +4 -6
  102. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +17 -20
  103. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  104. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +6 -8
  105. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +28 -37
  106. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +4 -5
  107. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +10 -3
  108. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +146 -0
  109. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +25 -8
  110. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +10 -11
  111. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +7 -8
  112. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +19 -6
  113. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +24 -29
  114. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +5 -6
  115. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +12 -13
  116. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +2 -3
  117. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +2 -3
  118. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -3
  119. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +6 -7
  120. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +9 -11
  121. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +56 -71
  122. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +68 -83
  123. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -2
  124. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -3
  125. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -2
  126. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +8 -10
  127. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +4 -5
  128. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +10 -12
  129. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +34 -35
  130. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +53 -64
  131. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +14 -17
  132. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -0
  133. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +12 -15
  134. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +15 -18
  135. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +19 -10
  136. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +10 -9
  137. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +49 -50
  138. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +15 -10
  139. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +17 -9
  140. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +29 -32
  141. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +30 -26
  142. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +14 -18
  143. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +60 -60
  144. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +23 -25
  145. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +23 -27
  146. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +41 -49
  147. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +12 -12
  148. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +33 -37
  149. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +51 -60
  150. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +35 -31
  151. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +12 -14
  152. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +29 -35
  153. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +4 -6
  154. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +24 -29
  155. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +32 -39
  156. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +4 -5
  157. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +21 -27
  158. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +20 -23
  159. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +19 -18
  160. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +53 -58
  161. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +68 -70
  162. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -3
  163. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +10 -11
  164. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +4 -4
  165. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +18 -24
  166. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +10 -12
  167. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +138 -0
  168. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +78 -87
  169. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +50 -59
  170. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +161 -0
  171. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +113 -0
  172. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +65 -75
  173. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +81 -97
  174. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +31 -35
  175. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +6 -0
  176. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  177. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +2789 -3602
  178. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +2226 -711
  179. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +54 -0
  180. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +126 -0
  181. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +36 -0
  182. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +47 -0
  183. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +47 -0
  184. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +51 -0
  185. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
  186. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
  187. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
  188. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
  189. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  190. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
  191. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  192. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +47 -0
  193. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +47 -0
  194. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +47 -0
  195. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +6 -0
  196. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  197. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +107 -209
  198. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +261 -0
  199. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +72 -0
  200. package/node_modules/@aws-sdk/client-s3/package.json +34 -32
  201. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  202. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  203. package/node_modules/@aws-sdk/client-secrets-manager/package.json +21 -21
  204. package/node_modules/@aws-sdk/client-ssm/README.md +3 -2
  205. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +15 -7
  206. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +1 -1
  207. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +4 -6
  208. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +8 -1
  209. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +1 -0
  210. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +3 -2
  211. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +3 -2
  212. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +3 -0
  213. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +3 -0
  214. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +2 -1
  215. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +3 -0
  216. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +2 -1
  217. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAccessTokenCommand.d.ts +2 -1
  218. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +3 -0
  219. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +3 -0
  220. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +3 -0
  221. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +3 -0
  222. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +5 -0
  223. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +7 -0
  224. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +2 -1
  225. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAccessRequestCommand.d.ts +4 -2
  226. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +3 -0
  227. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +3 -0
  228. package/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  229. package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +3 -2
  230. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +39 -28
  231. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +95 -21
  232. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +17 -1
  233. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +2 -4
  234. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +2 -4
  235. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  236. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +5 -7
  237. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +11 -4
  238. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +4 -0
  239. package/node_modules/@aws-sdk/client-ssm/package.json +22 -22
  240. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  241. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  242. package/node_modules/@aws-sdk/client-sso/package.json +20 -20
  243. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
  244. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +8 -9
  245. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  246. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  247. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +7 -10
  248. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  249. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  250. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +2 -2
  251. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  252. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  253. package/node_modules/@aws-sdk/core/package.json +5 -5
  254. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  255. package/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
  256. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  257. package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  258. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  259. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  260. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  261. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +2 -2
  262. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +2 -2
  263. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +2 -2
  264. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +5 -5
  265. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  266. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +2 -2
  267. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  268. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  269. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +6 -6
  270. package/node_modules/@aws-sdk/middleware-ssec/package.json +2 -2
  271. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  272. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +1 -1
  273. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +1 -1
  274. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +4 -1
  275. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +4 -1
  276. package/node_modules/@aws-sdk/nested-clients/package.json +20 -20
  277. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  278. package/node_modules/@aws-sdk/s3-request-presigner/package.json +7 -7
  279. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +3 -3
  280. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
  281. package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  282. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  283. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
  284. package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  285. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
  286. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  287. package/node_modules/@aws-sdk/types/package.json +1 -1
  288. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +30 -0
  289. package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  290. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  291. package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  292. package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  293. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  294. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  295. package/node_modules/@aws-sdk/util-endpoints/package.json +4 -2
  296. package/node_modules/@aws-sdk/util-format-url/package.json +2 -2
  297. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  298. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  299. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +4 -4
  300. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.adoc +213 -0
  301. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.md +1 -126
  302. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
  303. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +28 -2
  304. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.d.ts +2 -19
  305. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.js +18 -7
  306. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.d.ts +2 -0
  307. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.js +5 -1
  308. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +1 -1
  309. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +181 -11
  310. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +5 -4
  311. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/package.json +8 -8
  312. package/node_modules/@gemeentenijmegen/apiclient/package.json +10 -10
  313. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +6 -6
  314. package/node_modules/@gemeentenijmegen/session/package.json +3 -3
  315. package/node_modules/@gemeentenijmegen/utils/package.json +9 -9
  316. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +67 -8
  317. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +20 -20
  318. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +80 -6
  319. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +39 -3
  320. package/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
  321. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
  322. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
  323. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +20 -20
  324. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
  325. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
  326. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
  327. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +10 -0
  328. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
  329. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
  330. package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
  331. package/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  332. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  333. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  334. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
  335. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
  336. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  337. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  338. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  339. package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
  340. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  341. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  342. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
  343. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
  344. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
  345. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +3 -0
  346. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
  347. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
  348. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
  349. package/node_modules/@smithy/core/package.json +13 -12
  350. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
  351. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
  352. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  353. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  354. package/node_modules/@smithy/fetch-http-handler/package.json +1 -1
  355. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
  356. package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
  357. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
  358. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
  359. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  360. package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
  361. package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  362. package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
  363. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
  364. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  365. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
  366. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
  367. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  368. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  369. package/node_modules/@smithy/middleware-retry/package.json +4 -4
  370. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
  371. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
  372. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
  373. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  374. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  375. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
  376. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  377. package/node_modules/@smithy/node-http-handler/package.json +1 -1
  378. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
  379. package/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
  380. package/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
  381. package/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
  382. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
  383. package/node_modules/@smithy/service-error-classification/package.json +1 -1
  384. package/node_modules/@smithy/smithy-client/package.json +4 -4
  385. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  386. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  387. package/node_modules/@smithy/util-retry/package.json +2 -2
  388. package/node_modules/@smithy/util-stream/package.json +3 -3
  389. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +27 -8
  390. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +27 -8
  391. package/node_modules/@smithy/util-waiter/package.json +1 -1
  392. package/node_modules/@types/aws-lambda/README.md +1 -1
  393. package/node_modules/@types/aws-lambda/handler.d.ts +1 -0
  394. package/node_modules/@types/aws-lambda/package.json +2 -2
  395. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/index.d.ts +2 -0
  396. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/pre-token-generation-v3.d.ts +50 -0
  397. package/node_modules/aproba/index.js +1 -1
  398. package/node_modules/aproba/package.json +1 -1
  399. package/node_modules/axios/CHANGELOG.md +17 -0
  400. package/node_modules/axios/README.md +1 -4
  401. package/node_modules/axios/dist/axios.js +39 -5
  402. package/node_modules/axios/dist/axios.js.map +1 -1
  403. package/node_modules/axios/dist/axios.min.js +2 -2
  404. package/node_modules/axios/dist/axios.min.js.map +1 -1
  405. package/node_modules/axios/dist/browser/axios.cjs +46 -9
  406. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  407. package/node_modules/axios/dist/esm/axios.js +46 -9
  408. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  409. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  410. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  411. package/node_modules/axios/dist/node/axios.cjs +46 -9
  412. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  413. package/node_modules/axios/index.d.cts +13 -2
  414. package/node_modules/axios/lib/core/Axios.js +2 -2
  415. package/node_modules/axios/lib/core/mergeConfig.js +1 -1
  416. package/node_modules/axios/lib/env/data.js +1 -1
  417. package/node_modules/axios/lib/helpers/throttle.js +1 -1
  418. package/node_modules/axios/lib/helpers/toURLEncodedForm.js +4 -3
  419. package/node_modules/axios/lib/utils.js +36 -0
  420. package/node_modules/axios/package.json +5 -5
  421. package/node_modules/dotenv/CHANGELOG.md +17 -1
  422. package/node_modules/dotenv/README-es.md +0 -19
  423. package/node_modules/dotenv/README.md +7 -14
  424. package/node_modules/dotenv/SECURITY.md +1 -0
  425. package/node_modules/dotenv/lib/cli-options.js +8 -2
  426. package/node_modules/dotenv/lib/env-options.js +4 -0
  427. package/node_modules/dotenv/lib/main.d.ts +12 -3
  428. package/node_modules/dotenv/lib/main.js +31 -5
  429. package/node_modules/dotenv/package.json +2 -2
  430. package/node_modules/fast-xml-parser/CHANGELOG.md +77 -0
  431. package/node_modules/fast-xml-parser/README.md +39 -52
  432. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
  433. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
  434. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  435. package/node_modules/fast-xml-parser/lib/fxp.d.cts +458 -0
  436. package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  437. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  438. package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  439. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  440. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js +2 -0
  441. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
  442. package/node_modules/fast-xml-parser/package.json +36 -20
  443. package/node_modules/fast-xml-parser/src/cli/cli.js +16 -12
  444. package/node_modules/fast-xml-parser/src/cli/man.js +6 -1
  445. package/node_modules/fast-xml-parser/src/cli/read.js +30 -79
  446. package/node_modules/fast-xml-parser/src/fxp.d.ts +52 -9
  447. package/node_modules/fast-xml-parser/src/fxp.js +11 -8
  448. package/node_modules/fast-xml-parser/src/ignoreAttributes.js +18 -0
  449. package/node_modules/fast-xml-parser/src/util.js +14 -18
  450. package/node_modules/fast-xml-parser/src/{v5 → v6}/CharsSymbol.js +1 -1
  451. package/node_modules/fast-xml-parser/src/{v5 → v6}/EntitiesParser.js +3 -6
  452. package/node_modules/fast-xml-parser/src/{v5 → v6}/OptionsBuilder.js +3 -6
  453. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/BaseOutputBuilder.js +1 -3
  454. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsArrBuilder.js +3 -3
  455. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsMinArrBuilder.js +3 -5
  456. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsObjBuilder.js +3 -5
  457. package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/ParserOptionsBuilder.js +6 -11
  458. package/node_modules/fast-xml-parser/src/{v5 → v6}/TagPath.js +1 -1
  459. package/node_modules/fast-xml-parser/src/{v5 → v6}/TagPathMatcher.js +3 -5
  460. package/node_modules/fast-xml-parser/src/{v5 → v6}/XMLParser.js +3 -5
  461. package/node_modules/fast-xml-parser/src/{v5 → v6}/Xml2JsParser.js +8 -10
  462. package/node_modules/fast-xml-parser/src/{v5 → v6}/XmlPartReader.js +24 -26
  463. package/node_modules/fast-xml-parser/src/{v5 → v6}/XmlSpecialTagsReader.js +5 -12
  464. package/node_modules/fast-xml-parser/src/{v5 → v6}/inputSource/BufferSource.js +1 -3
  465. package/node_modules/fast-xml-parser/src/{v5 → v6}/inputSource/StringSource.js +1 -3
  466. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/EntitiesParser.js +3 -5
  467. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/booleanParser.js +1 -2
  468. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/booleanParserExt.js +1 -2
  469. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/currency.js +1 -3
  470. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/join.js +1 -2
  471. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/number.js +2 -4
  472. package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/trim.js +1 -3
  473. package/node_modules/fast-xml-parser/src/validator.js +5 -5
  474. package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +17 -13
  475. package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +1 -2
  476. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +288 -71
  477. package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +3 -5
  478. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +28 -23
  479. package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +21 -8
  480. package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +8 -2
  481. package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +22 -7
  482. package/node_modules/form-data/CHANGELOG.md +601 -0
  483. package/node_modules/form-data/{README.md.bak → README.md} +4 -4
  484. package/node_modules/form-data/lib/form_data.js +2 -6
  485. package/node_modules/form-data/package.json +22 -6
  486. package/node_modules/strnum/.github/SECURITY.md +5 -0
  487. package/node_modules/strnum/CHANGELOG.md +11 -0
  488. package/node_modules/strnum/algo.stflow +84 -0
  489. package/node_modules/strnum/package.json +2 -1
  490. package/node_modules/strnum/strnum.js +53 -35
  491. package/node_modules/strnum/strnum.test.js +9 -1
  492. package/node_modules/strnum/test.js +9 -0
  493. package/package.json +18 -18
  494. package/node_modules/form-data/Readme.md +0 -355
  495. /package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/{architecture.png → aws-lambda-dynamodb.png} +0 -0
  496. /package/node_modules/fast-xml-parser/src/{v5 → v6}/Report.js +0 -0
@@ -6,7 +6,7 @@ type MethodsHeaders = Partial<{
6
6
  [Key in axios.Method as Lowercase<Key>]: AxiosHeaders;
7
7
  } & {common: AxiosHeaders}>;
8
8
 
9
- type AxiosHeaderMatcher = (this: AxiosHeaders, value: string, name: string, headers: RawAxiosHeaders) => boolean;
9
+ type AxiosHeaderMatcher = string | RegExp | ((this: AxiosHeaders, value: string, name: string) => boolean);
10
10
 
11
11
  type AxiosHeaderParser = (this: AxiosHeaders, value: axios.AxiosHeaderValue, header: string) => any;
12
12
 
@@ -77,6 +77,8 @@ declare class AxiosHeaders {
77
77
  getAuthorization(matcher?: AxiosHeaderMatcher): axios.AxiosHeaderValue;
78
78
  hasAuthorization(matcher?: AxiosHeaderMatcher): boolean;
79
79
 
80
+ getSetCookie(): string[];
81
+
80
82
  [Symbol.iterator](): IterableIterator<[string, axios.AxiosHeaderValue]>;
81
83
  }
82
84
 
@@ -97,6 +99,14 @@ declare class AxiosError<T = unknown, D = any> extends Error {
97
99
  status?: number;
98
100
  toJSON: () => object;
99
101
  cause?: Error;
102
+ static from<T = unknown, D = any>(
103
+ error: Error | unknown,
104
+ code?: string,
105
+ config?: axios.InternalAxiosRequestConfig<D>,
106
+ request?: any,
107
+ response?: axios.AxiosResponse<T, D>,
108
+ customProps?: object,
109
+ ): AxiosError<T, D>;
100
110
  static readonly ERR_FR_TOO_MANY_REDIRECTS = "ERR_FR_TOO_MANY_REDIRECTS";
101
111
  static readonly ERR_BAD_OPTION_VALUE = "ERR_BAD_OPTION_VALUE";
102
112
  static readonly ERR_BAD_OPTION = "ERR_BAD_OPTION";
@@ -424,7 +434,7 @@ declare namespace axios {
424
434
  // Alias
425
435
  type RawAxiosRequestConfig<D = any> = AxiosRequestConfig<D>;
426
436
 
427
- interface InternalAxiosRequestConfig<D = any> extends AxiosRequestConfig {
437
+ interface InternalAxiosRequestConfig<D = any> extends AxiosRequestConfig<D> {
428
438
  headers: AxiosRequestHeaders;
429
439
  }
430
440
 
@@ -542,6 +552,7 @@ declare namespace axios {
542
552
  formToJSON(form: GenericFormData|GenericHTMLFormElement): object;
543
553
  getAdapter(adapters: AxiosAdapterConfig | AxiosAdapterConfig[] | undefined): AxiosAdapter;
544
554
  AxiosHeaders: typeof AxiosHeaders;
555
+ mergeConfig<D = any>(config1: AxiosRequestConfig<D>, config2: AxiosRequestConfig<D>): AxiosRequestConfig<D>;
545
556
  }
546
557
  }
547
558
 
@@ -153,8 +153,8 @@ class Axios {
153
153
 
154
154
  if (!synchronousRequestInterceptors) {
155
155
  const chain = [dispatchRequest.bind(this), undefined];
156
- chain.unshift.apply(chain, requestInterceptorChain);
157
- chain.push.apply(chain, responseInterceptorChain);
156
+ chain.unshift(...requestInterceptorChain);
157
+ chain.push(...responseInterceptorChain);
158
158
  len = chain.length;
159
159
 
160
160
  promise = Promise.resolve(config);
@@ -96,7 +96,7 @@ export default function mergeConfig(config1, config2) {
96
96
  headers: (a, b , prop) => mergeDeepProperties(headersToObject(a), headersToObject(b),prop, true)
97
97
  };
98
98
 
99
- utils.forEach(Object.keys(Object.assign({}, config1, config2)), function computeConfigValue(prop) {
99
+ utils.forEach(Object.keys({...config1, ...config2}), function computeConfigValue(prop) {
100
100
  const merge = mergeMap[prop] || mergeDeepProperties;
101
101
  const configValue = merge(config1[prop], config2[prop], prop);
102
102
  (utils.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue);
@@ -1 +1 @@
1
- export const VERSION = "1.10.0";
1
+ export const VERSION = "1.11.0";
@@ -17,7 +17,7 @@ function throttle(fn, freq) {
17
17
  clearTimeout(timer);
18
18
  timer = null;
19
19
  }
20
- fn.apply(null, args);
20
+ fn(...args);
21
21
  }
22
22
 
23
23
  const throttled = (...args) => {
@@ -5,7 +5,7 @@ import toFormData from './toFormData.js';
5
5
  import platform from '../platform/index.js';
6
6
 
7
7
  export default function toURLEncodedForm(data, options) {
8
- return toFormData(data, new platform.classes.URLSearchParams(), Object.assign({
8
+ return toFormData(data, new platform.classes.URLSearchParams(), {
9
9
  visitor: function(value, key, path, helpers) {
10
10
  if (platform.isNode && utils.isBuffer(value)) {
11
11
  this.append(key, value.toString('base64'));
@@ -13,6 +13,7 @@ export default function toURLEncodedForm(data, options) {
13
13
  }
14
14
 
15
15
  return helpers.defaultVisitor.apply(this, arguments);
16
- }
17
- }, options));
16
+ },
17
+ ...options
18
+ });
18
19
  }
@@ -136,6 +136,27 @@ const isPlainObject = (val) => {
136
136
  return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(toStringTag in val) && !(iterator in val);
137
137
  }
138
138
 
139
+ /**
140
+ * Determine if a value is an empty object (safely handles Buffers)
141
+ *
142
+ * @param {*} val The value to test
143
+ *
144
+ * @returns {boolean} True if value is an empty object, otherwise false
145
+ */
146
+ const isEmptyObject = (val) => {
147
+ // Early return for non-objects or Buffers to prevent RangeError
148
+ if (!isObject(val) || isBuffer(val)) {
149
+ return false;
150
+ }
151
+
152
+ try {
153
+ return Object.keys(val).length === 0 && Object.getPrototypeOf(val) === Object.prototype;
154
+ } catch (e) {
155
+ // Fallback for any other objects that might cause RangeError with Object.keys()
156
+ return false;
157
+ }
158
+ }
159
+
139
160
  /**
140
161
  * Determine if a value is a Date
141
162
  *
@@ -258,6 +279,11 @@ function forEach(obj, fn, {allOwnKeys = false} = {}) {
258
279
  fn.call(null, obj[i], i, obj);
259
280
  }
260
281
  } else {
282
+ // Buffer check
283
+ if (isBuffer(obj)) {
284
+ return;
285
+ }
286
+
261
287
  // Iterate over object keys
262
288
  const keys = allOwnKeys ? Object.getOwnPropertyNames(obj) : Object.keys(obj);
263
289
  const len = keys.length;
@@ -271,6 +297,10 @@ function forEach(obj, fn, {allOwnKeys = false} = {}) {
271
297
  }
272
298
 
273
299
  function findKey(obj, key) {
300
+ if (isBuffer(obj)){
301
+ return null;
302
+ }
303
+
274
304
  key = key.toLowerCase();
275
305
  const keys = Object.keys(obj);
276
306
  let i = keys.length;
@@ -624,6 +654,11 @@ const toJSONObject = (obj) => {
624
654
  return;
625
655
  }
626
656
 
657
+ //Buffer check
658
+ if (isBuffer(source)) {
659
+ return source;
660
+ }
661
+
627
662
  if(!('toJSON' in source)) {
628
663
  stack[i] = source;
629
664
  const target = isArray(source) ? [] : {};
@@ -695,6 +730,7 @@ export default {
695
730
  isBoolean,
696
731
  isObject,
697
732
  isPlainObject,
733
+ isEmptyObject,
698
734
  isReadableStream,
699
735
  isRequest,
700
736
  isResponse,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "axios",
3
- "version": "1.10.0",
3
+ "version": "1.11.0",
4
4
  "description": "Promise based HTTP client for the browser and node.js",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -157,7 +157,7 @@
157
157
  "typings": "./index.d.ts",
158
158
  "dependencies": {
159
159
  "follow-redirects": "^1.15.6",
160
- "form-data": "^4.0.0",
160
+ "form-data": "^4.0.4",
161
161
  "proxy-from-env": "^1.1.0"
162
162
  },
163
163
  "bundlesize": [
@@ -176,10 +176,10 @@
176
176
  "Justin Beckwith (https://github.com/JustinBeckwith)",
177
177
  "Martti Laine (https://github.com/codeclown)",
178
178
  "Xianming Zhong (https://github.com/chinesedfan)",
179
- "Rikki Gibson (https://github.com/RikkiGibson)",
180
179
  "Remco Haszing (https://github.com/remcohaszing)",
181
- "Yasu Flores (https://github.com/yasuf)",
182
- "Ben Carp (https://github.com/carpben)"
180
+ "Rikki Gibson (https://github.com/RikkiGibson)",
181
+ "Ben Carp (https://github.com/carpben)",
182
+ "Yasu Flores (https://github.com/yasuf)"
183
183
  ],
184
184
  "sideEffects": false,
185
185
  "release-it": {
@@ -2,7 +2,23 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- ## [Unreleased](https://github.com/motdotla/dotenv/compare/v16.5.0...master)
5
+ ## [Unreleased](https://github.com/motdotla/dotenv/compare/v16.6.1...master)
6
+
7
+ ## [16.6.1](https://github.com/motdotla/dotenv/compare/v16.6.0...v16.6.1) (2025-06-27)
8
+
9
+ ### Changed
10
+
11
+ - Default `quiet` to true – hiding the runtime log message ([#874](https://github.com/motdotla/dotenv/pull/874))
12
+ - NOTICE: 17.0.0 will be released with quiet defaulting to false. Use `config({ quiet: true })` to suppress.
13
+ - And check out the new [dotenvx](https://github.com/dotenvx/dotenvx). As coding workflows evolve and agents increasingly handle secrets, encrypted .env files offer a much safer way to deploy both agents and code together with secure secrets. Simply switch `require('dotenv').config()` for `require('@dotenvx/dotenvx').config()`.
14
+
15
+ ## [16.6.0](https://github.com/motdotla/dotenv/compare/v16.5.0...v16.6.0) (2025-06-26)
16
+
17
+ ### Added
18
+
19
+ - Default log helpful message `[dotenv@16.6.0] injecting env (1) from .env` ([#870](https://github.com/motdotla/dotenv/pull/870))
20
+ - Use `{ quiet: true }` to suppress
21
+ - Aligns dotenv more closely with [dotenvx](https://github.com/dotenvx/dotenvx).
6
22
 
7
23
  ## [16.5.0](https://github.com/motdotla/dotenv/compare/v16.4.7...v16.5.0) (2025-04-07)
8
24
 
@@ -14,16 +14,6 @@
14
14
  <sup>Gracias espaciales a:</sup>
15
15
  <br>
16
16
  <br>
17
- <a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=dotenv_p_20220831">
18
- <div>
19
- <img src="https://res.cloudinary.com/dotenv-org/image/upload/v1661980709/warp_hi8oqj.png" width="230" alt="Warp">
20
- </div>
21
- <b>Warp is a blazingly fast, Rust-based terminal reimagined to work like a modern app.</b>
22
- <div>
23
- <sup>Get more done in the CLI with real text editing, block-based output, and AI command search.</sup>
24
- </div>
25
- </a>
26
- <br>
27
17
 
28
18
  <a href="https://graphite.dev/?utm_source=github&utm_medium=repo&utm_campaign=dotenv"><img src="https://res.cloudinary.com/dotenv-org/image/upload/v1744035073/graphite_lgsrl8.gif" width="240" alt="Graphite" /></a>
29
19
 
@@ -155,11 +145,6 @@ $ DOTENV_CONFIG_ENCODING=latin1 DOTENV_CONFIG_DEBUG=true node -r dotenv/config t
155
145
 
156
146
  Necesitaras agregar el valor de otro variable en una de sus variables? Usa [dotenv-expand](https://github.com/motdotla/dotenv-expand).
157
147
 
158
- ### Sincronizando
159
-
160
- Necesitas mentener sincronizados los archivos `.env` entre maquinas, entornos, o miembros del equipo? Usa
161
- [dotenv-vault](https://github.com/dotenv-org/dotenv-vault).
162
-
163
148
  ## Ejemplos
164
149
 
165
150
  Vea [ejemplos](https://github.com/dotenv-org/examples) sobre el uso de dotenv con varios frameworks, lenguajes y configuraciones.
@@ -411,10 +396,6 @@ Existen dos arternativas a este planteamiento:
411
396
 
412
397
  Prueba [dotenv-expand](https://github.com/motdotla/dotenv-expand)
413
398
 
414
- ### ¿Qué pasa con la sincronización y la seguridad de los archivos .env?
415
-
416
- Vea [dotenv-vault](https://github.com/dotenv-org/dotenv-vault)
417
-
418
399
  ## Guía de contribución
419
400
 
420
401
  Vea [CONTRIBUTING.md](CONTRIBUTING.md)
@@ -9,19 +9,8 @@
9
9
  **Special thanks to [our sponsors](https://github.com/sponsors/motdotla)**
10
10
 
11
11
  <br>
12
- <a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=dotenv_p_20220831">
13
- <div>
14
- <img src="https://res.cloudinary.com/dotenv-org/image/upload/v1661980709/warp_hi8oqj.png" width="230" alt="Warp">
15
- </div>
16
- <b>Warp is a blazingly fast, Rust-based terminal reimagined to work like a modern app.</b>
17
- <div>
18
- <sup>Get more done in the CLI with real text editing, block-based output, and AI command search.</sup>
19
- </div>
20
- </a>
21
- <br>
22
-
23
12
  <a href="https://graphite.dev/?utm_source=github&utm_medium=repo&utm_campaign=dotenv"><img src="https://res.cloudinary.com/dotenv-org/image/upload/v1744035073/graphite_lgsrl8.gif" width="240" alt="Graphite" /></a>
24
-
13
+ <br>
25
14
  <a href="https://graphite.dev/?utm_source=github&utm_medium=repo&utm_campaign=dotenv">
26
15
  <b>Graphite is the AI developer productivity platform helping teams on GitHub ship higher quality software, faster.</b>
27
16
  </a>
@@ -53,13 +42,17 @@ Dotenv is a zero-dependency module that loads environment variables from a `.env
53
42
  npm install dotenv --save
54
43
  ```
55
44
 
56
- You can also use an npm-compatible package manager like yarn or bun:
45
+ You can also use an npm-compatible package manager like yarn, bun or pnpm:
57
46
 
58
47
  ```bash
59
48
  yarn add dotenv
60
- # or
49
+ ```
50
+ ```bash
61
51
  bun add dotenv
62
52
  ```
53
+ ```bash
54
+ pnpm add dotenv
55
+ ```
63
56
 
64
57
  ## 🏗️ Usage
65
58
 
@@ -0,0 +1 @@
1
+ Please report any security vulnerabilities to security@dotenvx.com.
@@ -1,11 +1,17 @@
1
- const re = /^dotenv_config_(encoding|path|debug|override|DOTENV_KEY)=(.+)$/
1
+ const re = /^dotenv_config_(encoding|path|quiet|debug|override|DOTENV_KEY)=(.+)$/
2
2
 
3
3
  module.exports = function optionMatcher (args) {
4
- return args.reduce(function (acc, cur) {
4
+ const options = args.reduce(function (acc, cur) {
5
5
  const matches = cur.match(re)
6
6
  if (matches) {
7
7
  acc[matches[1]] = matches[2]
8
8
  }
9
9
  return acc
10
10
  }, {})
11
+
12
+ if (!('quiet' in options)) {
13
+ options.quiet = 'true'
14
+ }
15
+
16
+ return options
11
17
  }
@@ -9,6 +9,10 @@ if (process.env.DOTENV_CONFIG_PATH != null) {
9
9
  options.path = process.env.DOTENV_CONFIG_PATH
10
10
  }
11
11
 
12
+ if (process.env.DOTENV_CONFIG_QUIET != null) {
13
+ options.quiet = process.env.DOTENV_CONFIG_QUIET
14
+ }
15
+
12
16
  if (process.env.DOTENV_CONFIG_DEBUG != null) {
13
17
  options.debug = process.env.DOTENV_CONFIG_DEBUG
14
18
  }
@@ -39,6 +39,15 @@ export interface DotenvConfigOptions {
39
39
  */
40
40
  encoding?: string;
41
41
 
42
+ /**
43
+ * Default: `false`
44
+ *
45
+ * Suppress all output (except errors).
46
+ *
47
+ * example: `require('dotenv').config({ quiet: true })`
48
+ */
49
+ quiet?: boolean;
50
+
42
51
  /**
43
52
  * Default: `false`
44
53
  *
@@ -110,7 +119,7 @@ export interface DotenvPopulateInput {
110
119
  *
111
120
  * See https://dotenvx.com/docs
112
121
  *
113
- * @param options - additional options. example: `{ path: './custom/path', encoding: 'latin1', debug: true, override: false }`
122
+ * @param options - additional options. example: `{ path: './custom/path', encoding: 'latin1', quiet: false, debug: true, override: false }`
114
123
  * @returns an object with a `parsed` key if successful or `error` key if an error occurred. example: { parsed: { KEY: 'value' } }
115
124
  *
116
125
  */
@@ -121,7 +130,7 @@ export function config(options?: DotenvConfigOptions): DotenvConfigOutput;
121
130
  *
122
131
  * See https://dotenvx.com/docs
123
132
  *
124
- * @param options - additional options. example: `{ path: './custom/path', encoding: 'latin1', debug: true, override: false }`
133
+ * @param options - additional options. example: `{ path: './custom/path', encoding: 'latin1', quiet: false, debug: true, override: false }`
125
134
  * @returns an object with a `parsed` key if successful or `error` key if an error occurred. example: { parsed: { KEY: 'value' } }
126
135
  *
127
136
  */
@@ -134,7 +143,7 @@ export function configDotenv(options?: DotenvConfigOptions): DotenvConfigOutput;
134
143
  *
135
144
  * @param processEnv - the target JSON object. in most cases use process.env but you can also pass your own JSON object
136
145
  * @param parsed - the source JSON object
137
- * @param options - additional options. example: `{ debug: true, override: false }`
146
+ * @param options - additional options. example: `{ quiet: false, debug: true, override: false }`
138
147
  * @returns {void}
139
148
  *
140
149
  */
@@ -48,10 +48,11 @@ function parse (src) {
48
48
  }
49
49
 
50
50
  function _parseVault (options) {
51
- const vaultPath = _vaultPath(options)
51
+ options = options || {}
52
52
 
53
- // Parse .env.vault
54
- const result = DotenvModule.configDotenv({ path: vaultPath })
53
+ const vaultPath = _vaultPath(options)
54
+ options.path = vaultPath // parse .env.vault
55
+ const result = DotenvModule.configDotenv(options)
55
56
  if (!result.parsed) {
56
57
  const err = new Error(`MISSING_DATA: Cannot parse ${vaultPath} for an unknown reason`)
57
58
  err.code = 'MISSING_DATA'
@@ -97,6 +98,10 @@ function _debug (message) {
97
98
  console.log(`[dotenv@${version}][DEBUG] ${message}`)
98
99
  }
99
100
 
101
+ function _log (message) {
102
+ console.log(`[dotenv@${version}] ${message}`)
103
+ }
104
+
100
105
  function _dotenvKey (options) {
101
106
  // prioritize developer directly setting options.DOTENV_KEY
102
107
  if (options && options.DOTENV_KEY && options.DOTENV_KEY.length > 0) {
@@ -185,8 +190,10 @@ function _resolveHome (envPath) {
185
190
 
186
191
  function _configVault (options) {
187
192
  const debug = Boolean(options && options.debug)
188
- if (debug) {
189
- _debug('Loading env from encrypted .env.vault')
193
+ const quiet = options && 'quiet' in options ? options.quiet : true
194
+
195
+ if (debug || !quiet) {
196
+ _log('Loading env from encrypted .env.vault')
190
197
  }
191
198
 
192
199
  const parsed = DotenvModule._parseVault(options)
@@ -205,6 +212,7 @@ function configDotenv (options) {
205
212
  const dotenvPath = path.resolve(process.cwd(), '.env')
206
213
  let encoding = 'utf8'
207
214
  const debug = Boolean(options && options.debug)
215
+ const quiet = options && 'quiet' in options ? options.quiet : true
208
216
 
209
217
  if (options && options.encoding) {
210
218
  encoding = options.encoding
@@ -251,6 +259,24 @@ function configDotenv (options) {
251
259
 
252
260
  DotenvModule.populate(processEnv, parsedAll, options)
253
261
 
262
+ if (debug || !quiet) {
263
+ const keysCount = Object.keys(parsedAll).length
264
+ const shortPaths = []
265
+ for (const filePath of optionPaths) {
266
+ try {
267
+ const relative = path.relative(process.cwd(), filePath)
268
+ shortPaths.push(relative)
269
+ } catch (e) {
270
+ if (debug) {
271
+ _debug(`Failed to load ${filePath} ${e.message}`)
272
+ }
273
+ lastError = e
274
+ }
275
+ }
276
+
277
+ _log(`injecting env (${keysCount}) from ${shortPaths.join(',')}`)
278
+ }
279
+
254
280
  if (lastError) {
255
281
  return { parsed: parsedAll, error: lastError }
256
282
  } else {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dotenv",
3
- "version": "16.5.0",
3
+ "version": "16.6.1",
4
4
  "description": "Loads environment variables from .env file",
5
5
  "main": "lib/main.js",
6
6
  "types": "lib/main.d.ts",
@@ -23,7 +23,7 @@
23
23
  "lint": "standard",
24
24
  "pretest": "npm run lint && npm run dts-check",
25
25
  "test": "tap run --allow-empty-coverage --disable-coverage --timeout=60000",
26
- "test:coverage": "tap run --show-full-coverage --timeout=60000 --coverage-report=lcov",
26
+ "test:coverage": "tap run --show-full-coverage --timeout=60000 --coverage-report=text --coverage-report=lcov",
27
27
  "prerelease": "npm test",
28
28
  "release": "standard-version"
29
29
  },
@@ -1,5 +1,82 @@
1
1
  <small>Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.</small>
2
2
 
3
+ **5.2.5 / 2025-06-08**
4
+ - Inform user to use [fxp-cli](https://github.com/NaturalIntelligence/fxp-cli) instead of in-built CLI feature
5
+ - Export typings for direct use
6
+
7
+ **5.2.4 / 2025-06-06**
8
+ - fix (#747): fix EMPTY and ANY with ELEMENT in DOCTYPE
9
+
10
+ **5.2.3 / 2025-05-11**
11
+ - fix (#747): support EMPTY and ANY with ELEMENT in DOCTYPE
12
+
13
+ **5.2.2 / 2025-05-05**
14
+ - fix (#746): update strnum to fix parsing issues related to enotations
15
+
16
+ **5.2.1 / 2025-04-22**
17
+ - fix: read DOCTYPE entity value correctly
18
+ - read DOCTYPE NOTATION, ELEMENT exp but not using read values
19
+
20
+
21
+ **5.2.0 / 2025-04-03**
22
+ - feat: support metadata on nodes (#593) (By [Steven R. Loomis](https://github.com/srl295))
23
+
24
+ **5.1.0 / 2025-04-02**
25
+ - feat: declare package as side-effect free (#738) (By [Thomas Bouffard](https://github.com/tbouffard))
26
+ - fix cjs build mode
27
+ - fix builder return type to string
28
+ -
29
+
30
+ **5.0.9 / 2025-03-14**
31
+ - fix: support numeric entities with values over 0xFFFF (#726) (By [Marc Durdin](https://github.com/mcdurdin))
32
+ - fix: update strnum to fix parsing 0 if skiplike option is used
33
+
34
+ **5.0.8 / 2025-02-27**
35
+ - fix parsing 0 if skiplike option is used.
36
+ - updating strnum dependency
37
+
38
+ **5.0.7 / 2025-02-25**
39
+ - fix (#724) typings for cjs.
40
+
41
+ **5.0.6 / 2025-02-20**
42
+ - fix cli output (By [Angel Delgado](https://github.com/angeld7))
43
+ - remove multiple JSON parsing
44
+
45
+ **5.0.5 / 2025-02-20**
46
+ - fix parsing of string starting with 'e' or 'E' by updating strnum
47
+
48
+ **5.0.4 / 2025-02-20**
49
+ - fix CLI to support all the versions of node js when displaying library version.
50
+ - fix CJS import in v5
51
+ - by fixing webpack config
52
+
53
+ **5.0.3 / 2025-02-20**
54
+ - Using strnum ESM module
55
+ - new fixes in strum may break your experience
56
+
57
+ **5.0.2 / 2025-02-20**
58
+ - fix: include CommonJS resources in the npm package #714 (By [Thomas Bouffard](https://github.com/tbouffard))
59
+ - fix: move babel deps to dev deps
60
+
61
+ **5.0.1 / 2025-02-19**
62
+ - fix syntax error for CLI command
63
+
64
+ **5.0.0 / 2025-02-19**
65
+ - ESM support
66
+ - no change in the functionality, syntax, APIs, options, or documentation.
67
+
68
+ **4.5.2 / 2025-02-18**
69
+ - Fix null CDATA to comply with undefined behavior (#701) (By [Matthieu BOHEAS](https://github.com/Kelgors))
70
+ - Fix(performance): Update check for leaf node in saveTextToParentTag function in OrderedObjParser.js (#707) (By [...](https://github.com/tomingtoming))
71
+ - Fix: emit full JSON string from CLI when no output filename specified (#710) (By [Matt Benson](https://github.com/mbenson))
72
+
73
+ **4.5.1 / 2024-12-15**
74
+ - Fix empty tag key name for v5 (#697). no impact on v4
75
+ - Fixes entity parsing when used in strict mode (#699)
76
+
77
+ **4.5.0 / 2024-09-03**
78
+ - feat #666: ignoreAttributes support function, and array of string or regex (By [ArtemM](https://github.com/mav-rik))
79
+
3
80
  **4.4.1 / 2024-07-28**
4
81
  - v5 fix: maximum length limit to currency value
5
82
  - fix #634: build attributes with oneListGroup and attributesGroupName (#653)(By [Andreas Naziris](https://github.com/a-rasin))