@cdklabs/cdk-construct-connect-datalake 0.0.4 → 0.0.6

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 (323) hide show
  1. package/.jsii +10 -10
  2. package/.jsii.tabl.json +1 -1
  3. package/lib/index.js +1 -1
  4. package/node_modules/@aws-sdk/client-cloudformation/package.json +34 -34
  5. package/node_modules/@aws-sdk/client-connect/dist-cjs/index.js +12 -5
  6. package/node_modules/@aws-sdk/client-connect/dist-cjs/schemas/schemas_0.js +9 -7
  7. package/node_modules/@aws-sdk/client-connect/dist-es/models/enums.js +12 -5
  8. package/node_modules/@aws-sdk/client-connect/dist-es/schemas/schemas_0.js +9 -7
  9. package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchGetAttachedFileMetadataCommand.d.ts +1 -1
  10. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateContactCommand.d.ts +1 -1
  11. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateRuleCommand.d.ts +2 -2
  12. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactCommand.d.ts +1 -0
  13. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeRuleCommand.d.ts +2 -2
  14. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetAttachedFileCommand.d.ts +1 -1
  15. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactReferencesCommand.d.ts +9 -1
  16. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListRulesCommand.d.ts +2 -2
  17. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListTestCaseExecutionsCommand.d.ts +2 -2
  18. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartAttachedFileUploadCommand.d.ts +1 -1
  19. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartEmailContactCommand.d.ts +1 -1
  20. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
  21. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartTaskContactCommand.d.ts +1 -1
  22. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartWebRTCContactCommand.d.ts +1 -1
  23. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactCommand.d.ts +1 -1
  24. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateRuleCommand.d.ts +1 -1
  25. package/node_modules/@aws-sdk/client-connect/dist-types/models/enums.d.ts +20 -13
  26. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_0.d.ts +7 -0
  27. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +148 -107
  28. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +57 -3
  29. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/enums.d.ts +14 -7
  30. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_0.d.ts +1 -0
  31. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +50 -2
  32. package/node_modules/@aws-sdk/client-connect/package.json +33 -33
  33. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_0.d.ts +1 -1
  34. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_3.d.ts +3 -3
  35. package/node_modules/@aws-sdk/client-glue/package.json +33 -33
  36. package/node_modules/@aws-sdk/client-lakeformation/package.json +34 -34
  37. package/node_modules/@aws-sdk/client-ram/package.json +33 -33
  38. package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +1 -0
  39. package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +96 -17
  40. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +6 -0
  41. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +7 -0
  42. package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +1 -0
  43. package/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +97 -16
  44. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +7 -1
  45. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +8 -1
  46. package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -7
  47. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +3 -2
  48. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +10 -4
  49. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +3 -2
  50. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +3 -1
  51. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +20 -9
  52. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +11 -5
  53. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +35 -16
  54. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +11 -5
  55. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +8 -1
  56. package/node_modules/@aws-sdk/client-sts/package.json +35 -34
  57. package/node_modules/@aws-sdk/core/dist-cjs/index.js +69 -50
  58. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +17 -0
  59. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +52 -50
  60. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  61. package/node_modules/@aws-sdk/core/dist-es/submodules/client/longPollMiddleware.js +15 -0
  62. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +11 -10
  63. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +4 -1
  64. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -5
  65. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +2 -1
  66. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +9 -7
  67. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +17 -17
  68. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +3 -8
  69. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -1
  70. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  71. package/node_modules/@aws-sdk/core/dist-types/submodules/client/longPollMiddleware.d.ts +14 -0
  72. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +2 -2
  73. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  74. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +15 -0
  75. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -1
  76. package/node_modules/@aws-sdk/core/package.json +11 -11
  77. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  78. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  79. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
  80. package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
  81. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  82. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  83. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  84. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  85. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  86. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  87. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  88. package/node_modules/@aws-sdk/middleware-sdk-s3/LICENSE +201 -0
  89. package/node_modules/@aws-sdk/middleware-sdk-s3/README.md +4 -0
  90. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +597 -0
  91. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/bucket-endpoint-middleware.js +36 -0
  92. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/check-content-length-header.js +32 -0
  93. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/index.js +9 -0
  94. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/protocol/S3RestXmlProtocol.js +25 -0
  95. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-endpoint-middleware.js +41 -0
  96. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-middleware.js +42 -0
  97. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-expires-middleware.js +33 -0
  98. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCache.js +39 -0
  99. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCacheEntry.js +14 -0
  100. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityProviderImpl.js +49 -0
  101. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/SignatureV4S3Express.js +41 -0
  102. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/constants.js +13 -0
  103. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +38 -0
  104. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +41 -0
  105. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/signS3Express.js +7 -0
  106. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/index.js +7 -0
  107. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/interfaces/S3ExpressIdentity.js +1 -0
  108. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/interfaces/S3ExpressIdentityProvider.js +1 -0
  109. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +17 -0
  110. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +67 -0
  111. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/validate-bucket-name.js +25 -0
  112. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/bucket-endpoint-middleware.d.ts +13 -0
  113. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts +16 -0
  114. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts +9 -0
  115. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/protocol/S3RestXmlProtocol.d.ts +20 -0
  116. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-endpoint-middleware.d.ts +10 -0
  117. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-middleware.d.ts +20 -0
  118. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-expires-middleware.d.ts +26 -0
  119. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCache.d.ts +16 -0
  120. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +16 -0
  121. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +32 -0
  122. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/SignatureV4S3Express.d.ts +17 -0
  123. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/constants.d.ts +37 -0
  124. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +27 -0
  125. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressMiddleware.d.ts +32 -0
  126. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +9 -0
  127. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/index.d.ts +9 -0
  128. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentity.d.ts +6 -0
  129. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +12 -0
  130. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +79 -0
  131. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +20 -0
  132. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/bucket-endpoint-middleware.d.ts +9 -0
  133. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/check-content-length-header.d.ts +13 -0
  134. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/index.d.ts +9 -0
  135. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/protocol/S3RestXmlProtocol.d.ts +15 -0
  136. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/region-redirect-endpoint-middleware.d.ts +6 -0
  137. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/region-redirect-middleware.d.ts +17 -0
  138. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-expires-middleware.d.ts +14 -0
  139. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityCache.d.ts +14 -0
  140. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +12 -0
  141. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +31 -0
  142. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/SignatureV4S3Express.d.ts +19 -0
  143. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/constants.d.ts +11 -0
  144. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +40 -0
  145. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/s3ExpressMiddleware.d.ts +27 -0
  146. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/signS3Express.d.ts +21 -0
  147. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/index.d.ts +17 -0
  148. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/interfaces/S3ExpressIdentity.d.ts +2 -0
  149. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +8 -0
  150. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3Configuration.d.ts +33 -0
  151. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/throw-200-exceptions.d.ts +17 -0
  152. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/validate-bucket-name.d.ts +13 -0
  153. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts +14 -0
  154. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +72 -0
  155. package/node_modules/@aws-sdk/middleware-user-agent/package.json +8 -8
  156. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  157. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  158. package/node_modules/@aws-sdk/signature-v4-multi-region/LICENSE +201 -0
  159. package/node_modules/@aws-sdk/signature-v4-multi-region/README.md +32 -0
  160. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +121 -0
  161. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +112 -0
  162. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/index.js +2 -0
  163. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/signature-v4-crt-container.js +3 -0
  164. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +35 -0
  165. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/index.d.ts +5 -0
  166. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/signature-v4-crt-container.d.ts +28 -0
  167. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4MultiRegion.d.ts +41 -0
  168. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/index.d.ts +2 -0
  169. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/signature-v4-crt-container.d.ts +20 -0
  170. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +61 -0
  171. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  172. package/node_modules/@aws-sdk/types/package.json +2 -2
  173. package/node_modules/@aws-sdk/util-arn-parser/LICENSE +201 -0
  174. package/node_modules/@aws-sdk/util-arn-parser/README.md +4 -0
  175. package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +27 -0
  176. package/node_modules/@aws-sdk/util-arn-parser/dist-es/index.js +21 -0
  177. package/node_modules/@aws-sdk/util-arn-parser/dist-types/index.d.ts +32 -0
  178. package/node_modules/@aws-sdk/util-arn-parser/dist-types/ts3.4/index.d.ts +14 -0
  179. package/node_modules/@aws-sdk/util-arn-parser/package.json +55 -0
  180. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  181. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  182. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  183. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  184. package/node_modules/@smithy/config-resolver/package.json +5 -5
  185. package/node_modules/@smithy/core/dist-cjs/index.js +2 -1
  186. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +32 -14
  187. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +2 -2
  188. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +16 -8
  189. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +17 -10
  190. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +6 -1
  191. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +6 -3
  192. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +2 -1
  193. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +23 -11
  194. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +9 -3
  195. package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +2 -2
  196. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +16 -8
  197. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +9 -4
  198. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -6
  199. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +6 -1
  200. package/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +6 -3
  201. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +2 -1
  202. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  203. package/node_modules/@smithy/core/package.json +7 -7
  204. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  205. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  206. package/node_modules/@smithy/hash-node/package.json +2 -2
  207. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  208. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  209. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  210. package/node_modules/@smithy/middleware-retry/package.json +9 -9
  211. package/node_modules/@smithy/middleware-serde/package.json +4 -4
  212. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  213. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  214. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +191 -96
  215. package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +45 -0
  216. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +71 -35
  217. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -18
  218. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +44 -43
  219. package/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +42 -0
  220. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +34 -14
  221. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +32 -8
  222. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +14 -6
  223. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  224. package/node_modules/@smithy/property-provider/package.json +2 -2
  225. package/node_modules/@smithy/protocol-http/package.json +2 -2
  226. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  227. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  228. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +5 -0
  229. package/node_modules/@smithy/service-error-classification/dist-es/index.js +4 -0
  230. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +6 -0
  231. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  232. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  233. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +11 -5
  234. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +11 -5
  235. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -3
  236. package/node_modules/@smithy/signature-v4/package.json +4 -4
  237. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +8 -1
  238. package/node_modules/@smithy/smithy-client/dist-es/command.js +8 -1
  239. package/node_modules/@smithy/smithy-client/package.json +7 -7
  240. package/node_modules/@smithy/types/dist-types/connection/config.d.ts +5 -0
  241. package/node_modules/@smithy/types/dist-types/signature.d.ts +20 -3
  242. package/node_modules/@smithy/types/package.json +1 -1
  243. package/node_modules/@smithy/url-parser/package.json +3 -3
  244. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  245. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  246. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +212 -111
  247. package/node_modules/@smithy/util-endpoints/dist-es/bdd/BinaryDecisionDiagram.js +15 -0
  248. package/node_modules/@smithy/util-endpoints/dist-es/decideEndpoint.js +42 -0
  249. package/node_modules/@smithy/util-endpoints/dist-es/index.js +2 -0
  250. package/node_modules/@smithy/util-endpoints/dist-es/lib/coalesce.js +8 -0
  251. package/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +2 -1
  252. package/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +3 -0
  253. package/node_modules/@smithy/util-endpoints/dist-es/lib/ite.js +3 -0
  254. package/node_modules/@smithy/util-endpoints/dist-es/lib/split.js +13 -0
  255. package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
  256. package/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +8 -13
  257. package/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +4 -1
  258. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +9 -7
  259. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +12 -8
  260. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +14 -13
  261. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +7 -4
  262. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +22 -5
  263. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +4 -4
  264. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +3 -6
  265. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +5 -5
  266. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +4 -4
  267. package/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +1 -5
  268. package/node_modules/@smithy/util-endpoints/dist-types/bdd/BinaryDecisionDiagram.d.ts +22 -0
  269. package/node_modules/@smithy/util-endpoints/dist-types/decideEndpoint.d.ts +7 -0
  270. package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +2 -0
  271. package/node_modules/@smithy/util-endpoints/dist-types/lib/coalesce.d.ts +7 -0
  272. package/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +3 -0
  273. package/node_modules/@smithy/util-endpoints/dist-types/lib/ite.d.ts +6 -0
  274. package/node_modules/@smithy/util-endpoints/dist-types/lib/split.d.ts +11 -0
  275. package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +3 -3
  276. package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +2 -11
  277. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +6 -3
  278. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +3 -3
  279. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +1 -1
  280. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +2 -2
  281. package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +3 -1
  282. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  283. package/node_modules/@smithy/util-middleware/package.json +2 -2
  284. package/node_modules/@smithy/util-retry/dist-cjs/index.js +6 -0
  285. package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +3 -0
  286. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +3 -0
  287. package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +5 -0
  288. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +5 -0
  289. package/node_modules/@smithy/util-retry/package.json +3 -3
  290. package/node_modules/@smithy/util-stream/package.json +4 -4
  291. package/node_modules/@smithy/util-waiter/package.json +3 -3
  292. package/node_modules/call-bind/CHANGELOG.md +9 -0
  293. package/node_modules/call-bind/README.md +1 -1
  294. package/node_modules/call-bind/index.js +2 -2
  295. package/node_modules/call-bind/package.json +11 -11
  296. package/node_modules/call-bind/test/index.js +9 -1
  297. package/node_modules/fast-xml-builder/package.json +1 -1
  298. package/node_modules/fast-xml-builder/src/fxb.js +6 -2
  299. package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +16 -2
  300. package/node_modules/hasown/CHANGELOG.md +11 -0
  301. package/node_modules/hasown/eslint.config.mjs +6 -0
  302. package/node_modules/hasown/index.d.ts +1 -0
  303. package/node_modules/hasown/package.json +14 -14
  304. package/node_modules/path-expression-matcher/README.md +214 -62
  305. package/node_modules/path-expression-matcher/lib/pem.cjs +1 -1
  306. package/node_modules/path-expression-matcher/lib/pem.d.cts +111 -0
  307. package/node_modules/path-expression-matcher/lib/pem.min.js +1 -1
  308. package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -1
  309. package/node_modules/path-expression-matcher/package.json +1 -1
  310. package/node_modules/path-expression-matcher/src/Expression.js +2 -2
  311. package/node_modules/path-expression-matcher/src/ExpressionSet.js +209 -0
  312. package/node_modules/path-expression-matcher/src/Matcher.js +235 -177
  313. package/node_modules/path-expression-matcher/src/index.d.ts +199 -194
  314. package/node_modules/path-expression-matcher/src/index.js +3 -2
  315. package/node_modules/strnum/package.json +1 -1
  316. package/package.json +13 -13
  317. package/node_modules/hasown/.eslintrc +0 -5
  318. package/node_modules/strnum/.github/SECURITY.md +0 -5
  319. package/node_modules/strnum/.vscode/launch.json +0 -25
  320. package/node_modules/strnum/algo.stflow +0 -84
  321. package/node_modules/strnum/tests/infinity_test.js +0 -18
  322. package/node_modules/strnum/tests/strnum_test.js +0 -175
  323. package/node_modules/strnum/tests/temp.js +0 -8
@@ -261,6 +261,9 @@ class StandardRetryStrategy {
261
261
  isRetryableError(errorType) {
262
262
  return errorType === "THROTTLING" || errorType === "TRANSIENT";
263
263
  }
264
+ async maxAttempts() {
265
+ return this.maxAttemptsProvider();
266
+ }
264
267
  }
265
268
 
266
269
  class AdaptiveRetryStrategy {
@@ -289,6 +292,9 @@ class AdaptiveRetryStrategy {
289
292
  this.rateLimiter.updateClientSendingRate({});
290
293
  this.standardRetryStrategy.recordSuccess(token);
291
294
  }
295
+ async maxAttemptsProvider() {
296
+ return this.standardRetryStrategy.maxAttempts();
297
+ }
292
298
  }
293
299
 
294
300
  class ConfiguredRetryStrategy extends StandardRetryStrategy {
@@ -27,4 +27,7 @@ export class AdaptiveRetryStrategy {
27
27
  this.rateLimiter.updateClientSendingRate({});
28
28
  this.standardRetryStrategy.recordSuccess(token);
29
29
  }
30
+ async maxAttemptsProvider() {
31
+ return this.standardRetryStrategy.maxAttempts();
32
+ }
30
33
  }
@@ -77,4 +77,7 @@ export class StandardRetryStrategy {
77
77
  isRetryableError(errorType) {
78
78
  return errorType === "THROTTLING" || errorType === "TRANSIENT";
79
79
  }
80
+ async maxAttempts() {
81
+ return this.maxAttemptsProvider();
82
+ }
80
83
  }
@@ -30,4 +30,9 @@ export declare class AdaptiveRetryStrategy implements RetryStrategyV2 {
30
30
  acquireInitialRetryToken(retryTokenScope: string): Promise<RetryToken>;
31
31
  refreshRetryTokenForRetry(tokenToRenew: StandardRetryToken, errorInfo: RetryErrorInfo): Promise<RetryToken>;
32
32
  recordSuccess(token: StandardRetryToken): void;
33
+ /**
34
+ * There is an existing integration which accesses this field.
35
+ * @deprecated
36
+ */
37
+ maxAttemptsProvider(): Promise<number>;
33
38
  }
@@ -40,4 +40,9 @@ export declare class StandardRetryStrategy implements RetryStrategyV2 {
40
40
  private shouldRetry;
41
41
  private getCapacityCost;
42
42
  private isRetryableError;
43
+ /**
44
+ * There is an existing integration which accesses this field.
45
+ * @deprecated
46
+ */
47
+ maxAttempts(): Promise<number>;
43
48
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-retry",
3
- "version": "4.3.0",
3
+ "version": "4.3.3",
4
4
  "description": "Shared retry utilities to be used in middleware packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -30,8 +30,8 @@
30
30
  "license": "Apache-2.0",
31
31
  "sideEffects": false,
32
32
  "dependencies": {
33
- "@smithy/service-error-classification": "^4.2.13",
34
- "@smithy/types": "^4.14.0",
33
+ "@smithy/service-error-classification": "^4.3.0",
34
+ "@smithy/types": "^4.14.1",
35
35
  "tslib": "^2.6.2"
36
36
  },
37
37
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-stream",
3
- "version": "4.5.22",
3
+ "version": "4.5.24",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'",
6
6
  "build:es:cjs": "yarn g:tsc -p tsconfig.es.json && node ../../scripts/inline util-stream",
@@ -28,9 +28,9 @@
28
28
  "license": "Apache-2.0",
29
29
  "sideEffects": false,
30
30
  "dependencies": {
31
- "@smithy/fetch-http-handler": "^5.3.16",
32
- "@smithy/node-http-handler": "^4.5.2",
33
- "@smithy/types": "^4.14.0",
31
+ "@smithy/fetch-http-handler": "^5.3.17",
32
+ "@smithy/node-http-handler": "^4.6.0",
33
+ "@smithy/types": "^4.14.1",
34
34
  "@smithy/util-base64": "^4.3.2",
35
35
  "@smithy/util-buffer-from": "^4.2.2",
36
36
  "@smithy/util-hex-encoding": "^4.2.2",
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@smithy/util-waiter",
3
- "version": "4.2.15",
3
+ "version": "4.2.16",
4
4
  "description": "Shared utilities for client waiters for the AWS SDK",
5
5
  "dependencies": {
6
- "@smithy/types": "^4.14.0",
6
+ "@smithy/types": "^4.14.1",
7
7
  "tslib": "^2.6.2"
8
8
  },
9
9
  "scripts": {
@@ -47,7 +47,7 @@
47
47
  "directory": "packages/util-waiter"
48
48
  },
49
49
  "devDependencies": {
50
- "@smithy/abort-controller": "^4.2.13",
50
+ "@smithy/abort-controller": "^4.2.14",
51
51
  "concurrently": "7.0.0",
52
52
  "downlevel-dts": "0.10.1",
53
53
  "premove": "4.0.0",
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [v1.0.9](https://github.com/ljharb/call-bind/compare/v1.0.8...v1.0.9) - 2026-04-09
9
+
10
+ ### Commits
11
+
12
+ - [Fix] correct `.length` computation when partial args exceed function arity [`95c406d`](https://github.com/ljharb/call-bind/commit/95c406dff9e763ff840585dc6c375b0129adb248)
13
+ - [Dev Deps] update `@ljharb/eslint-config`, `es-value-fixtures`, `eslint`, `for-each`, `has-strict-mode`, `npmignore`, `object-inspect` [`06a4e21`](https://github.com/ljharb/call-bind/commit/06a4e2107ebe5411c781c8a4aab7ef34f83bc8f5)
14
+ - [Deps] update `call-bind-apply-helpers`, `es-define-property`, `get-intrinsic` [`3fea81e`](https://github.com/ljharb/call-bind/commit/3fea81e9a57a2a4bc283c20883ae72fb310a3e0e)
15
+ - [readme] replace runkit CI badge with shields.io check-runs badge [`23437d4`](https://github.com/ljharb/call-bind/commit/23437d42c9ca880feba441a23a141313d558fc30)
16
+
8
17
  ## [v1.0.8](https://github.com/ljharb/call-bind/compare/v1.0.7...v1.0.8) - 2024-12-05
9
18
 
10
19
  ### Commits
@@ -60,5 +60,5 @@ Clone the repo, `npm install`, and run `npm test`
60
60
  [downloads-url]: https://npm-stat.com/charts.html?package=call-bind
61
61
  [codecov-image]: https://codecov.io/gh/ljharb/call-bind/branch/main/graphs/badge.svg
62
62
  [codecov-url]: https://app.codecov.io/gh/ljharb/call-bind/
63
- [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/call-bind
63
+ [actions-image]: https://img.shields.io/github/check-runs/ljharb/call-bind/main
64
64
  [actions-url]: https://github.com/ljharb/call-bind/actions
@@ -9,10 +9,10 @@ var applyBind = require('call-bind-apply-helpers/applyBind');
9
9
 
10
10
  module.exports = function callBind(originalFunction) {
11
11
  var func = callBindBasic(arguments);
12
- var adjustedLength = originalFunction.length - (arguments.length - 1);
12
+ var adjustedLength = 1 + originalFunction.length - (arguments.length - 1);
13
13
  return setFunctionLength(
14
14
  func,
15
- 1 + (adjustedLength > 0 ? adjustedLength : 0),
15
+ adjustedLength > 0 ? adjustedLength : 0,
16
16
  true
17
17
  );
18
18
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "call-bind",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Robustly `.call.bind()` a function",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -50,24 +50,24 @@
50
50
  },
51
51
  "homepage": "https://github.com/ljharb/call-bind#readme",
52
52
  "dependencies": {
53
- "call-bind-apply-helpers": "^1.0.0",
54
- "es-define-property": "^1.0.0",
55
- "get-intrinsic": "^1.2.4",
53
+ "call-bind-apply-helpers": "^1.0.2",
54
+ "es-define-property": "^1.0.1",
55
+ "get-intrinsic": "^1.3.0",
56
56
  "set-function-length": "^1.2.2"
57
57
  },
58
58
  "devDependencies": {
59
- "@ljharb/eslint-config": "^21.1.1",
59
+ "@ljharb/eslint-config": "^22.2.2",
60
60
  "auto-changelog": "^2.5.0",
61
61
  "encoding": "^0.1.13",
62
- "es-value-fixtures": "^1.5.0",
63
- "eslint": "=8.8.0",
62
+ "es-value-fixtures": "^1.7.1",
63
+ "eslint": "^8.57.1",
64
64
  "evalmd": "^0.0.19",
65
- "for-each": "^0.3.3",
66
- "has-strict-mode": "^1.0.1",
65
+ "for-each": "^0.3.5",
66
+ "has-strict-mode": "^1.1.0",
67
67
  "in-publish": "^2.0.1",
68
- "npmignore": "^0.3.1",
68
+ "npmignore": "^0.3.5",
69
69
  "nyc": "^10.3.2",
70
- "object-inspect": "^1.13.3",
70
+ "object-inspect": "^1.13.4",
71
71
  "safe-publish-latest": "^2.0.0",
72
72
  "tape": "^5.9.0"
73
73
  },
@@ -25,7 +25,6 @@ test('callBind', function (t) {
25
25
 
26
26
  var sentinel = { sentinel: true };
27
27
  var func = function (a, b) {
28
- // eslint-disable-next-line no-invalid-this
29
28
  return [!hasStrictMode && this === global ? undefined : this, a, b];
30
29
  };
31
30
  t.equal(func.length, 2, 'original function length is 2');
@@ -45,6 +44,15 @@ test('callBind', function (t) {
45
44
  t.deepEqual(boundR(1, 2), [sentinel, 1, 2], 'bound func with receiver, with right args');
46
45
  t.deepEqual(boundR(1, 2, 3), [sentinel, 1, 2], 'bound func with receiver, with too many args');
47
46
 
47
+ var zeroLen = function () {
48
+ return [!hasStrictMode && this === global ? undefined : this];
49
+ };
50
+ t.equal(zeroLen.length, 0, 'zero-length function has length 0');
51
+
52
+ var boundZero = callBind(zeroLen, sentinel);
53
+ t.equal(boundZero.length, 0, 'zero-length function with receiver has length 0', { skip: !boundFnsHaveConfigurableLengths });
54
+ t.deepEqual(boundZero(), [sentinel], 'zero-length bound func with receiver works');
55
+
48
56
  var boundArg = callBind(func, sentinel, 1);
49
57
  t.equal(boundArg.length, func.length - 1, 'function length is preserved', { skip: !boundFnsHaveConfigurableLengths });
50
58
  t.deepEqual(boundArg(), [sentinel, 1, undefined], 'bound func with receiver and arg, with too few args');
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fast-xml-builder",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Build XML from JSON without C/C++ based libraries",
5
5
  "main": "./lib/fxb.cjs",
6
6
  "type": "module",
@@ -486,9 +486,13 @@ function buildEmptyObjNode(val, key, attrStr, level) {
486
486
 
487
487
  Builder.prototype.buildTextValNode = function (val, key, attrStr, level, matcher) {
488
488
  if (this.options.cdataPropName !== false && key === this.options.cdataPropName) {
489
- return this.indentate(level) + `<![CDATA[${val}]]>` + this.newLine;
489
+ const safeVal = String(val).replace(/\]\]>/g, ']]]]><![CDATA[>');
490
+ return this.indentate(level) + `<![CDATA[${safeVal}]]>` + this.newLine;
490
491
  } else if (this.options.commentPropName !== false && key === this.options.commentPropName) {
491
- return this.indentate(level) + `<!--${val}-->` + this.newLine;
492
+ const safeVal = String(val)
493
+ .replace(/--/g, '- -') // -- is illegal anywhere in comment content
494
+ .replace(/-$/, '- '); // trailing - would form -- with the closing -->
495
+ return this.indentate(level) + `<!--${safeVal}-->` + this.newLine;
492
496
  } else if (key[0] === "?") {//PI tag
493
497
  return this.indentate(level) + '<' + key + attrStr + '?' + this.tagEndChar;
494
498
  } else {
@@ -82,12 +82,18 @@ function arrToStr(arr, options, indentation, matcher, stopNodeExpressions) {
82
82
  if (isPreviousElementTag) {
83
83
  xmlStr += indentation;
84
84
  }
85
- xmlStr += `<![CDATA[${tagObj[tagName][0][options.textNodeName]}]]>`;
85
+ const val = tagObj[tagName][0][options.textNodeName];
86
+ const safeVal = String(val).replace(/\]\]>/g, ']]]]><![CDATA[>');
87
+ xmlStr += `<![CDATA[${safeVal}]]>`;
86
88
  isPreviousElementTag = false;
87
89
  matcher.pop();
88
90
  continue;
89
91
  } else if (tagName === options.commentPropName) {
90
- xmlStr += indentation + `<!--${tagObj[tagName][0][options.textNodeName]}-->`;
92
+ const val = tagObj[tagName][0][options.textNodeName]
93
+ const safeVal = String(val)
94
+ .replace(/--/g, '- -') // -- is illegal anywhere in comment content
95
+ .replace(/-$/, '- '); // trailing - would form -- with the closing -->
96
+ xmlStr += indentation + `<!--${safeVal}-->`;
91
97
  isPreviousElementTag = true;
92
98
  matcher.pop();
93
99
  continue;
@@ -289,4 +295,12 @@ function replaceEntitiesValue(textValue, options) {
289
295
  }
290
296
  }
291
297
  return textValue;
298
+ }
299
+
300
+ function cdataVal(val) {
301
+
302
+ }
303
+
304
+ function commentVal(val) {
305
+
292
306
  }
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [v2.0.3](https://github.com/inspect-js/hasOwn/compare/v2.0.2...v2.0.3) - 2026-04-17
9
+
10
+ ### Commits
11
+
12
+ - [actions] update workflows [`fb837b8`](https://github.com/inspect-js/hasOwn/commit/fb837b849bcdb8416fdc8fd344edfacd5574696c)
13
+ - [Dev Deps] update `@arethetypeswrong/cli`, `@ljharb/eslint-config`, `@ljharb/tsconfig`, `@types/tape`, `auto-changelog`, `eslint`, `mock-property`, `npmignore`, `tape` [`f4b279b`](https://github.com/inspect-js/hasOwn/commit/f4b279bd682be34b3f0ede2a58d4e8acb58d6d47)
14
+ - [Dev Deps] update `eslint`, `@ljharb/eslint-config`; migrate to flat config [`7e415ce`](https://github.com/inspect-js/hasOwn/commit/7e415cee55ebf43b3c34d7fd86db73a9928b05f7)
15
+ - [Dev Deps] update `eslint` [`ef313da`](https://github.com/inspect-js/hasOwn/commit/ef313da342d33b60e23e738b9f5a86f6065f39ef)
16
+ - [meta] use `npm audit` instead of `aud` [`d5c6d4d`](https://github.com/inspect-js/hasOwn/commit/d5c6d4d7a19c6ca4f14ac173b30d8bf25abcabee)
17
+ - [types] add overload that narrows the key [`cc03a09`](https://github.com/inspect-js/hasOwn/commit/cc03a097e9402fb8b86d413050e67f790dd6c8c5)
18
+
8
19
  ## [v2.0.2](https://github.com/inspect-js/hasOwn/compare/v2.0.1...v2.0.2) - 2024-03-10
9
20
 
10
21
  ### Commits
@@ -0,0 +1,6 @@
1
+ import ljharbConfig from '@ljharb/eslint-config/flat';
2
+
3
+ export default [
4
+ ...ljharbConfig,
5
+ { rules: { 'no-extra-parens': 'off' } },
6
+ ];
@@ -1,3 +1,4 @@
1
+ declare function hasOwn<O, K extends PropertyKey>(o: O, p: K): p is K & keyof O;
1
2
  declare function hasOwn<O, K extends PropertyKey, V = unknown>(o: O, p: K): o is O & Record<K, V>;
2
3
 
3
4
  export = hasOwn;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hasown",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "A robust, ES3 compatible, \"has own property\" predicate.",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -14,14 +14,14 @@
14
14
  "prepublish": "not-in-publish || npm run prepublishOnly",
15
15
  "prepublishOnly": "safe-publish-latest",
16
16
  "prelint": "evalmd README.md",
17
- "lint": "eslint --ext=js,mjs .",
17
+ "lint": "eslint .",
18
18
  "postlint": "npm run tsc",
19
19
  "pretest": "npm run lint",
20
20
  "tsc": "tsc -p .",
21
21
  "posttsc": "attw -P",
22
22
  "tests-only": "nyc tape 'test/**/*.js'",
23
23
  "test": "npm run tests-only",
24
- "posttest": "aud --production",
24
+ "posttest": "npx npm@\">= 10.2\" audit --production",
25
25
  "version": "auto-changelog && git add CHANGELOG.md",
26
26
  "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
27
27
  },
@@ -51,22 +51,22 @@
51
51
  "function-bind": "^1.1.2"
52
52
  },
53
53
  "devDependencies": {
54
- "@arethetypeswrong/cli": "^0.15.1",
55
- "@ljharb/eslint-config": "^21.1.0",
56
- "@ljharb/tsconfig": "^0.2.0",
54
+ "@arethetypeswrong/cli": "^0.18.2",
55
+ "@ljharb/eslint-config": "^22.2.2",
56
+ "@ljharb/tsconfig": "^0.3.2",
57
57
  "@types/function-bind": "^1.1.10",
58
- "@types/mock-property": "^1.0.2",
59
- "@types/tape": "^5.6.4",
60
- "aud": "^2.0.4",
61
- "auto-changelog": "^2.4.0",
62
- "eslint": "=8.8.0",
58
+ "@types/tape": "^5.8.1",
59
+ "auto-changelog": "^2.5.0",
60
+ "encoding": "^0.1.13",
61
+ "eslint": "^10.2.0",
63
62
  "evalmd": "^0.0.19",
64
63
  "in-publish": "^2.0.1",
65
- "mock-property": "^1.0.3",
66
- "npmignore": "^0.3.1",
64
+ "jiti": "^0.0.0",
65
+ "mock-property": "^1.1.0",
66
+ "npmignore": "^0.3.5",
67
67
  "nyc": "^10.3.2",
68
68
  "safe-publish-latest": "^2.0.0",
69
- "tape": "^5.7.5",
69
+ "tape": "^5.9.0",
70
70
  "typescript": "next"
71
71
  },
72
72
  "engines": {