@qqbrowser/openclaw-qbot 0.10.10 → 0.10.13

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 (767) hide show
  1. package/dist/build-info.json +3 -3
  2. package/dist/canvas-host/a2ui/.bundle.hash +1 -1
  3. package/dist/canvas-host/a2ui/a2ui.bundle.js +63 -53
  4. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  5. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/endpoint/bdd.js +2 -2
  6. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/endpoint/endpointResolver.js +5 -5
  7. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/index.js +45 -50
  8. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/models/BedrockRuntimeServiceException.js +3 -3
  9. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.browser.js +16 -18
  10. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.js +21 -26
  11. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.native.js +2 -2
  12. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.shared.js +9 -10
  13. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/schemas/schemas_0.js +7 -4
  14. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/BedrockRuntime.js +1 -1
  15. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/BedrockRuntimeClient.js +7 -10
  16. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  17. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ApplyGuardrailCommand.js +2 -2
  18. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ConverseCommand.js +2 -2
  19. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ConverseStreamCommand.js +2 -2
  20. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/CountTokensCommand.js +2 -2
  21. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/GetAsyncInvokeCommand.js +2 -2
  22. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/InvokeModelCommand.js +2 -2
  23. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/InvokeModelWithBidirectionalStreamCommand.js +2 -2
  24. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/InvokeModelWithResponseStreamCommand.js +2 -2
  25. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ListAsyncInvokesCommand.js +2 -2
  26. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/StartAsyncInvokeCommand.js +2 -2
  27. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/endpoint/bdd.js +1 -1
  28. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/endpoint/endpointResolver.js +2 -2
  29. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/models/BedrockRuntimeServiceException.js +1 -1
  30. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.browser.js +6 -8
  31. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.js +6 -11
  32. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.native.js +1 -1
  33. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.shared.js +3 -4
  34. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeExtensions.js +3 -3
  35. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/schemas/schemas_0.js +7 -4
  36. package/node_modules/@aws-sdk/client-bedrock-runtime/package.json +13 -46
  37. package/node_modules/@aws-sdk/core/dist-cjs/index.js +67 -55
  38. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +2 -2
  39. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +595 -0
  40. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +717 -2
  41. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +588 -0
  42. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +7 -7
  43. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +54 -39
  44. package/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js +59 -0
  45. package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
  46. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
  47. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.browser.js +36 -0
  48. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +26 -4
  49. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.native.js +37 -0
  50. package/node_modules/@aws-sdk/{middleware-host-header/dist-es/index.js → core/dist-es/submodules/client/middleware-host-header/hostHeaderMiddleware.js} +1 -1
  51. package/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.js +3 -0
  52. package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.js +1 -1
  53. package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/check-features.js +2 -2
  54. package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/user-agent-middleware.js +2 -2
  55. package/node_modules/@aws-sdk/core/dist-es/submodules/client/region-config-resolver/awsRegionConfig.js +2 -0
  56. package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.js +1 -2
  57. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +1 -1
  58. package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/aws.js +1 -1
  59. package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/aws/isVirtualHostableS3Bucket.js +1 -1
  60. package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/aws/partition.js +1 -1
  61. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partitions.js +1 -0
  62. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/isIpAddress.js +1 -0
  63. package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/resolveDefaultAwsRegionalEndpointsConfig.js +1 -1
  64. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/resolveEndpoint.js +1 -0
  65. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/types/EndpointError.js +1 -0
  66. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.browser.js +1 -0
  67. package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getTypeScriptUserAgentPair.js +1 -1
  68. package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/nodeAppIdConfigOptions.js +1 -1
  69. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +1 -1
  70. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +1 -1
  71. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +1 -1
  72. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +1 -1
  73. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +1 -1
  74. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +1 -1
  75. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -2
  76. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +7 -6
  77. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +1 -1
  78. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +1 -1
  79. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -2
  80. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +1 -1
  81. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
  82. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +26 -11
  83. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +1 -1
  84. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -3
  85. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +1 -1
  86. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +2 -2
  87. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +2 -3
  88. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +1 -1
  89. package/node_modules/@aws-sdk/core/dist-es/submodules/util/index.js +2 -0
  90. package/node_modules/@aws-sdk/{util-format-url/dist-es/index.js → core/dist-es/submodules/util/util-format-url/format-url.js} +1 -1
  91. package/node_modules/@aws-sdk/core/package.json +39 -17
  92. package/node_modules/@aws-sdk/core/util.js +5 -0
  93. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -2
  94. package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +1 -1
  95. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  96. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +2 -2
  97. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +2 -2
  98. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +15 -9
  99. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +10 -10
  100. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +7 -5
  101. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +1 -1
  102. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +1 -1
  103. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +13 -7
  104. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +4 -4
  105. package/node_modules/@aws-sdk/credential-provider-http/package.json +18 -12
  106. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -10
  107. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +1 -1
  108. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +1 -2
  109. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +1 -1
  110. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +1 -1
  111. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -14
  112. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +14 -15
  113. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +2 -3
  114. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +1 -2
  115. package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -8
  116. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +7 -8
  117. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +1 -2
  118. package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +1 -1
  119. package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -12
  120. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +7 -8
  121. package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +1 -1
  122. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +1 -2
  123. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -6
  124. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +16 -17
  125. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +1 -2
  126. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +2 -3
  127. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +1 -1
  128. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -8
  129. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +3 -4
  130. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +1 -34
  131. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -2
  132. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -7
  133. package/node_modules/@aws-sdk/eventstream-handler-node/dist-cjs/index.js +2 -2
  134. package/node_modules/@aws-sdk/eventstream-handler-node/dist-es/EventStreamPayloadHandler.js +1 -1
  135. package/node_modules/@aws-sdk/eventstream-handler-node/package.json +4 -5
  136. package/node_modules/@aws-sdk/middleware-eventstream/dist-cjs/index.js +3 -3
  137. package/node_modules/@aws-sdk/middleware-eventstream/dist-es/eventStreamHandlingMiddleware.js +1 -1
  138. package/node_modules/@aws-sdk/middleware-eventstream/dist-es/eventStreamHeaderMiddleware.js +1 -1
  139. package/node_modules/@aws-sdk/middleware-eventstream/package.json +4 -4
  140. package/node_modules/@aws-sdk/middleware-websocket/dist-cjs/index.js +13 -15
  141. package/node_modules/@aws-sdk/middleware-websocket/dist-es/WebSocketFetchHandler.js +5 -5
  142. package/node_modules/@aws-sdk/middleware-websocket/dist-es/WebsocketSignatureV4.js +1 -1
  143. package/node_modules/@aws-sdk/middleware-websocket/dist-es/middlewares/websocketEndpointMiddleware.js +1 -1
  144. package/node_modules/@aws-sdk/middleware-websocket/dist-es/ws-eventstream/EventSigningTransformStream.js +1 -1
  145. package/node_modules/@aws-sdk/middleware-websocket/dist-es/ws-eventstream/EventStreamPayloadHandler.js +1 -1
  146. package/node_modules/@aws-sdk/middleware-websocket/package.json +7 -12
  147. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +524 -63
  148. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +458 -60
  149. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +403 -60
  150. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +597 -60
  151. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +831 -58
  152. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +1 -1
  153. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +6 -9
  154. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +1 -1
  155. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +2 -2
  156. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +2 -2
  157. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +1 -1
  158. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +2 -2
  159. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +1 -1
  160. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +5 -7
  161. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +5 -10
  162. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +3 -4
  163. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeExtensions.js +3 -3
  164. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
  165. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +6 -9
  166. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
  167. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
  168. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +1 -1
  169. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +2 -2
  170. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +1 -1
  171. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +5 -7
  172. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +5 -10
  173. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +3 -4
  174. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +3 -3
  175. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +1 -1
  176. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +6 -9
  177. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +1 -1
  178. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +2 -2
  179. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +1 -1
  180. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +2 -2
  181. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/SSOServiceException.js +1 -1
  182. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +5 -7
  183. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +5 -10
  184. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +3 -4
  185. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +3 -3
  186. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
  187. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +6 -9
  188. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
  189. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
  190. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +1 -1
  191. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +2 -2
  192. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +1 -1
  193. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +5 -7
  194. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +5 -10
  195. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +3 -4
  196. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +3 -3
  197. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
  198. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +6 -9
  199. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +5 -10
  200. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
  201. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
  202. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -7
  203. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +1 -1
  204. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +2 -2
  205. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +1 -1
  206. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +5 -7
  207. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +5 -10
  208. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +3 -4
  209. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +3 -3
  210. package/node_modules/@aws-sdk/nested-clients/package.json +8 -37
  211. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +38 -2
  212. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +2 -2
  213. package/node_modules/@aws-sdk/{middleware-sdk-s3/dist-es/s3-express/classes/SignatureV4S3Express.js → signature-v4-multi-region/dist-es/SignatureV4SignWithCredentials.js} +5 -10
  214. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/index.js +3 -2
  215. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +4 -6
  216. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +18 -19
  217. package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +1 -1
  218. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +1 -2
  219. package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +1 -1
  220. package/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +1 -1
  221. package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +1 -1
  222. package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +1 -1
  223. package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
  224. package/node_modules/@aws-sdk/token-providers/package.json +6 -7
  225. package/node_modules/@aws-sdk/types/package.json +2 -2
  226. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.browser.js +60 -0
  227. package/node_modules/@aws-sdk/xml-builder/package.json +6 -6
  228. package/node_modules/@babel/runtime/package.json +1 -1
  229. package/node_modules/@cacheable/memory/package.json +2 -6
  230. package/node_modules/@clack/core/dist/index.mjs +8 -8
  231. package/node_modules/@clack/core/package.json +1 -1
  232. package/node_modules/@clack/prompts/dist/index.mjs +122 -121
  233. package/node_modules/@clack/prompts/package.json +2 -2
  234. package/node_modules/@grammyjs/types/package.json +1 -1
  235. package/node_modules/@line/bot-sdk/node_modules/@types/node/package.json +2 -2
  236. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js +440 -73
  237. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.js +71 -12
  238. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js +298 -35
  239. package/node_modules/@opentelemetry/semantic-conventions/build/esm/index-incubating.js +1 -12
  240. package/node_modules/@opentelemetry/semantic-conventions/build/esm/index.js +1 -12
  241. package/node_modules/@opentelemetry/semantic-conventions/build/esm/internal/utils.js +1 -12
  242. package/node_modules/@opentelemetry/semantic-conventions/build/esm/resource/SemanticResourceAttributes.js +1 -12
  243. package/node_modules/@opentelemetry/semantic-conventions/build/esm/resource/index.js +1 -12
  244. package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js +78 -13
  245. package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_events.js +1 -12
  246. package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_metrics.js +1 -12
  247. package/node_modules/@opentelemetry/semantic-conventions/build/esm/trace/SemanticAttributes.js +1 -12
  248. package/node_modules/@opentelemetry/semantic-conventions/build/esm/trace/index.js +1 -12
  249. package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.js +2 -13
  250. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js +440 -73
  251. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.js +71 -12
  252. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js +298 -35
  253. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/index-incubating.js +1 -12
  254. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/index.js +1 -12
  255. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/internal/utils.js +1 -12
  256. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/resource/SemanticResourceAttributes.js +1 -12
  257. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/resource/index.js +1 -12
  258. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js +78 -13
  259. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_events.js +1 -12
  260. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_metrics.js +1 -12
  261. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/trace/SemanticAttributes.js +1 -12
  262. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/trace/index.js +1 -12
  263. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.js +2 -13
  264. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js +469 -97
  265. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.js +72 -13
  266. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js +307 -43
  267. package/node_modules/@opentelemetry/semantic-conventions/build/src/index-incubating.js +1 -12
  268. package/node_modules/@opentelemetry/semantic-conventions/build/src/index.js +1 -12
  269. package/node_modules/@opentelemetry/semantic-conventions/build/src/internal/utils.js +1 -12
  270. package/node_modules/@opentelemetry/semantic-conventions/build/src/resource/SemanticResourceAttributes.js +1 -12
  271. package/node_modules/@opentelemetry/semantic-conventions/build/src/resource/index.js +1 -12
  272. package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js +81 -16
  273. package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_events.js +1 -12
  274. package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_metrics.js +1 -12
  275. package/node_modules/@opentelemetry/semantic-conventions/build/src/trace/SemanticAttributes.js +1 -12
  276. package/node_modules/@opentelemetry/semantic-conventions/build/src/trace/index.js +1 -12
  277. package/node_modules/@opentelemetry/semantic-conventions/build/src/version.js +2 -13
  278. package/node_modules/@opentelemetry/semantic-conventions/package.json +2 -2
  279. package/node_modules/@protobufjs/eventemitter/index.js +17 -7
  280. package/node_modules/@protobufjs/eventemitter/package.json +2 -2
  281. package/node_modules/@protobufjs/fetch/index.js +4 -7
  282. package/node_modules/@protobufjs/fetch/package.json +7 -5
  283. package/node_modules/@protobufjs/fetch/util/fs.js +11 -0
  284. package/node_modules/@protobufjs/inquire/index.js +1 -0
  285. package/node_modules/@protobufjs/inquire/package.json +1 -1
  286. package/node_modules/@slack/web-api/dist/file-upload.js +4 -2
  287. package/node_modules/@slack/web-api/package.json +2 -2
  288. package/node_modules/@smithy/core/cbor.js +0 -1
  289. package/node_modules/@smithy/core/checksum.js +1 -1
  290. package/node_modules/@smithy/core/client.js +0 -1
  291. package/node_modules/@smithy/core/config.js +1 -1
  292. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1 -1
  293. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +12 -0
  294. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +163 -210
  295. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +220 -122
  296. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +163 -210
  297. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +1 -1
  298. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +12 -0
  299. package/node_modules/@smithy/core/dist-es/submodules/serde/index.browser.js +16 -9
  300. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +14 -7
  301. package/node_modules/@smithy/core/dist-es/submodules/serde/index.native.js +14 -5
  302. package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/toBase64.browser.js +1 -1
  303. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.js +19 -21
  304. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/createChecksumStream.browser.js +1 -1
  305. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.browser.js +2 -2
  306. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.browser.js +1 -1
  307. package/node_modules/{@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js → @smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.browser.js} +1 -1
  308. package/node_modules/@smithy/core/dist-es/submodules/serde/uuid/v4.js +30 -29
  309. package/node_modules/@smithy/core/endpoints.js +0 -1
  310. package/node_modules/@smithy/core/event-streams.js +0 -1
  311. package/node_modules/@smithy/core/package.json +2 -2
  312. package/node_modules/@smithy/core/protocols.js +0 -1
  313. package/node_modules/@smithy/core/retry.js +1 -1
  314. package/node_modules/@smithy/core/schema.js +0 -1
  315. package/node_modules/@smithy/core/serde.js +0 -1
  316. package/node_modules/@smithy/credential-provider-imds/package.json +3 -3
  317. package/node_modules/@smithy/fetch-http-handler/package.json +4 -4
  318. package/node_modules/@smithy/node-http-handler/package.json +4 -4
  319. package/node_modules/@smithy/signature-v4/package.json +3 -3
  320. package/node_modules/@smithy/types/package.json +1 -1
  321. package/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -7
  322. package/node_modules/@smithy/util-utf8/dist-es/index.js +3 -1
  323. package/node_modules/@smithy/util-utf8/package.json +34 -9
  324. package/node_modules/@whiskeysockets/baileys/node_modules/p-queue/dist/index.js +10 -5
  325. package/node_modules/@whiskeysockets/baileys/node_modules/p-queue/package.json +1 -1
  326. package/node_modules/axios/dist/axios.js +81 -53
  327. package/node_modules/axios/dist/axios.min.js +2 -2
  328. package/node_modules/axios/dist/browser/axios.cjs +96 -64
  329. package/node_modules/axios/dist/esm/axios.js +96 -64
  330. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  331. package/node_modules/axios/dist/node/axios.cjs +206 -85
  332. package/node_modules/axios/index.d.cts +1 -1
  333. package/node_modules/axios/lib/adapters/fetch.js +6 -2
  334. package/node_modules/axios/lib/adapters/http.js +139 -29
  335. package/node_modules/axios/lib/adapters/xhr.js +2 -1
  336. package/node_modules/axios/lib/core/AxiosHeaders.js +1 -33
  337. package/node_modules/axios/lib/env/data.js +1 -1
  338. package/node_modules/axios/lib/helpers/composeSignals.js +48 -47
  339. package/node_modules/axios/lib/helpers/formDataToJSON.js +1 -1
  340. package/node_modules/axios/lib/helpers/fromDataURI.js +18 -5
  341. package/node_modules/axios/lib/helpers/progressEventReducer.js +3 -0
  342. package/node_modules/axios/lib/helpers/sanitizeHeaderValue.js +60 -0
  343. package/node_modules/axios/lib/utils.js +8 -7
  344. package/node_modules/axios/node_modules/agent-base/dist/src/index.js +203 -0
  345. package/node_modules/axios/node_modules/agent-base/dist/src/promisify.js +18 -0
  346. package/node_modules/axios/node_modules/agent-base/package.json +64 -0
  347. package/node_modules/axios/node_modules/https-proxy-agent/dist/agent.js +177 -0
  348. package/node_modules/axios/node_modules/https-proxy-agent/dist/index.js +14 -0
  349. package/node_modules/axios/node_modules/https-proxy-agent/dist/parse-proxy-response.js +66 -0
  350. package/node_modules/axios/node_modules/https-proxy-agent/package.json +56 -0
  351. package/node_modules/axios/package.json +3 -1
  352. package/node_modules/discord-api-types/package.json +8 -8
  353. package/node_modules/discord-api-types/payloads/v10/oauth2.js +7 -0
  354. package/node_modules/discord-api-types/payloads/v9/oauth2.js +7 -0
  355. package/node_modules/discord-api-types/rest/v10/index.js +3 -2
  356. package/node_modules/discord-api-types/rest/v9/index.js +3 -2
  357. package/node_modules/es-object-atoms/package.json +6 -7
  358. package/node_modules/es-object-atoms/tsconfig.json +1 -0
  359. package/node_modules/express-rate-limit/dist/index.cjs +1 -1
  360. package/node_modules/express-rate-limit/dist/index.mjs +1 -1
  361. package/node_modules/express-rate-limit/package.json +9 -9
  362. package/node_modules/fast-wrap-ansi/lib/main.js +0 -1
  363. package/node_modules/fast-wrap-ansi/package.json +10 -10
  364. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
  365. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  366. package/node_modules/fast-xml-parser/lib/fxp.d.cts +1 -0
  367. package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  368. package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  369. package/node_modules/fast-xml-parser/package.json +2 -4
  370. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +1 -1
  371. package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +4 -0
  372. package/node_modules/grammy/out/bot.js +1 -0
  373. package/node_modules/grammy/out/context.js +236 -74
  374. package/node_modules/grammy/out/convenience/constants.js +1 -0
  375. package/node_modules/grammy/out/convenience/frameworks.js +21 -17
  376. package/node_modules/grammy/out/core/api.js +280 -141
  377. package/node_modules/grammy/out/filter.js +5 -1
  378. package/node_modules/grammy/out/web.mjs +191 -61
  379. package/node_modules/grammy/package.json +2 -2
  380. package/node_modules/linkify-it/build/index.cjs.js +99 -94
  381. package/node_modules/linkify-it/index.mjs +99 -94
  382. package/node_modules/linkify-it/package.json +11 -1
  383. package/node_modules/lru-cache/dist/commonjs/browser/index.js +81 -41
  384. package/node_modules/lru-cache/dist/commonjs/browser/index.min.js +1 -1
  385. package/node_modules/lru-cache/dist/commonjs/browser/perf.js +1 -2
  386. package/node_modules/lru-cache/dist/commonjs/index.js +81 -41
  387. package/node_modules/lru-cache/dist/commonjs/index.min.js +1 -1
  388. package/node_modules/lru-cache/dist/commonjs/node/index.js +81 -41
  389. package/node_modules/lru-cache/dist/commonjs/node/index.min.js +1 -1
  390. package/node_modules/lru-cache/dist/commonjs/node/perf.js +1 -2
  391. package/node_modules/lru-cache/dist/commonjs/perf.js +1 -2
  392. package/node_modules/lru-cache/dist/esm/browser/index.js +81 -41
  393. package/node_modules/lru-cache/dist/esm/browser/index.min.js +1 -1
  394. package/node_modules/lru-cache/dist/esm/browser/perf.js +1 -2
  395. package/node_modules/lru-cache/dist/esm/index.js +81 -41
  396. package/node_modules/lru-cache/dist/esm/index.min.js +1 -1
  397. package/node_modules/lru-cache/dist/esm/node/index.js +81 -41
  398. package/node_modules/lru-cache/dist/esm/node/index.min.js +1 -1
  399. package/node_modules/lru-cache/dist/esm/node/perf.js +1 -2
  400. package/node_modules/lru-cache/dist/esm/perf.js +1 -2
  401. package/node_modules/lru-cache/package.json +8 -8
  402. package/node_modules/markdown-it/dist/index.cjs.js +111 -31
  403. package/node_modules/markdown-it/dist/markdown-it.js +117 -31
  404. package/node_modules/markdown-it/dist/markdown-it.min.js +2 -2
  405. package/node_modules/markdown-it/lib/common/utils.mjs +30 -1
  406. package/node_modules/markdown-it/lib/index.mjs +1 -1
  407. package/node_modules/markdown-it/lib/rules_block/heading.mjs +2 -2
  408. package/node_modules/markdown-it/lib/rules_block/html_block.mjs +12 -1
  409. package/node_modules/markdown-it/lib/rules_block/lheading.mjs +4 -1
  410. package/node_modules/markdown-it/lib/rules_block/paragraph.mjs +3 -1
  411. package/node_modules/markdown-it/lib/rules_core/smartquotes.mjs +37 -21
  412. package/node_modules/markdown-it/lib/rules_inline/entity.mjs +2 -2
  413. package/node_modules/markdown-it/lib/rules_inline/state_inline.mjs +37 -6
  414. package/node_modules/markdown-it/package.json +14 -3
  415. package/node_modules/protobufjs/dist/light/protobuf.js +349 -231
  416. package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
  417. package/node_modules/protobufjs/dist/minimal/protobuf.js +74 -28
  418. package/node_modules/protobufjs/dist/minimal/protobuf.min.js +3 -3
  419. package/node_modules/protobufjs/dist/protobuf.js +420 -283
  420. package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
  421. package/node_modules/protobufjs/ext/descriptor/index.js +7 -2
  422. package/node_modules/protobufjs/package.json +8 -5
  423. package/node_modules/protobufjs/src/converter.js +13 -8
  424. package/node_modules/protobufjs/src/encoder.js +8 -5
  425. package/node_modules/protobufjs/src/enum.js +2 -2
  426. package/node_modules/protobufjs/src/field.js +1 -1
  427. package/node_modules/protobufjs/src/namespace.js +10 -4
  428. package/node_modules/protobufjs/src/object.js +6 -6
  429. package/node_modules/protobufjs/src/parse.js +49 -30
  430. package/node_modules/protobufjs/src/root.js +18 -10
  431. package/node_modules/protobufjs/src/service.js +4 -2
  432. package/node_modules/protobufjs/src/type.js +12 -7
  433. package/node_modules/protobufjs/src/util/fs.js +11 -0
  434. package/node_modules/protobufjs/src/util/minimal.js +42 -9
  435. package/node_modules/protobufjs/src/util/patterns.js +0 -1
  436. package/node_modules/protobufjs/src/util.js +19 -4
  437. package/node_modules/protobufjs/src/wrappers.js +11 -7
  438. package/node_modules/protobufjs/src/writer.js +11 -9
  439. package/node_modules/qs/dist/qs.js +15 -15
  440. package/node_modules/qs/eslint.config.mjs +1 -0
  441. package/node_modules/qs/lib/parse.js +52 -22
  442. package/node_modules/qs/lib/stringify.js +11 -4
  443. package/node_modules/qs/package.json +2 -2
  444. package/node_modules/semver/classes/range.js +7 -0
  445. package/node_modules/semver/package.json +1 -1
  446. package/node_modules/semver/ranges/subset.js +2 -2
  447. package/node_modules/shell-quote/package.json +5 -6
  448. package/node_modules/shell-quote/quote.js +43 -1
  449. package/node_modules/type-is/index.js +8 -18
  450. package/node_modules/type-is/node_modules/content-type/dist/index.js +170 -0
  451. package/node_modules/type-is/node_modules/content-type/package.json +52 -0
  452. package/node_modules/type-is/package.json +9 -5
  453. package/node_modules/undici/lib/api/api-request.js +1 -1
  454. package/node_modules/undici/lib/cache/sqlite-cache-store.js +3 -3
  455. package/node_modules/undici/lib/core/connect.js +16 -0
  456. package/node_modules/undici/lib/core/request.js +17 -2
  457. package/node_modules/undici/lib/core/socks5-client.js +10 -5
  458. package/node_modules/undici/lib/core/socks5-utils.js +17 -22
  459. package/node_modules/undici/lib/dispatcher/client-h1.js +64 -20
  460. package/node_modules/undici/lib/dispatcher/client.js +6 -2
  461. package/node_modules/undici/lib/dispatcher/h2c-client.js +1 -1
  462. package/node_modules/undici/lib/mock/mock-call-history.js +15 -15
  463. package/node_modules/undici/lib/util/cache.js +8 -7
  464. package/node_modules/undici/lib/web/fetch/formdata-parser.js +17 -6
  465. package/node_modules/undici/lib/web/fetch/index.js +5 -2
  466. package/node_modules/undici/lib/web/webidl/index.js +5 -5
  467. package/node_modules/undici/lib/web/websocket/stream/websocketstream.js +1 -7
  468. package/node_modules/undici/package.json +1 -1
  469. package/node_modules/ws/lib/receiver.js +54 -0
  470. package/node_modules/ws/lib/sender.js +6 -1
  471. package/node_modules/ws/lib/websocket-server.js +8 -0
  472. package/node_modules/ws/lib/websocket.js +14 -0
  473. package/node_modules/ws/package.json +1 -1
  474. package/node_modules/yaml/browser/dist/compose/composer.js +4 -2
  475. package/node_modules/yaml/browser/dist/parse/lexer.js +28 -24
  476. package/node_modules/yaml/browser/dist/parse/parser.js +12 -4
  477. package/node_modules/yaml/dist/compose/composer.js +4 -2
  478. package/node_modules/yaml/dist/parse/lexer.js +28 -24
  479. package/node_modules/yaml/dist/parse/parser.js +12 -4
  480. package/node_modules/yaml/package.json +1 -1
  481. package/package.json +1 -1
  482. package/skills/qqbrowser-playbook/SKILL.md +302 -0
  483. package/skills/qqbrowser-skill/SKILL.md +140 -41
  484. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
  485. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
  486. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +0 -66
  487. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
  488. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
  489. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
  490. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
  491. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
  492. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
  493. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +0 -1
  494. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
  495. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
  496. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +0 -9
  497. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
  498. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +0 -66
  499. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +0 -2
  500. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +0 -157
  501. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/constants.js +0 -2
  502. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +0 -16
  503. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +0 -81
  504. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +0 -8
  505. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +0 -11
  506. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +0 -10
  507. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/index.js +0 -4
  508. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +0 -5
  509. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +0 -7
  510. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +0 -7
  511. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +0 -8
  512. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +0 -70
  513. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -41
  514. package/node_modules/@aws-sdk/middleware-host-header/package.json +0 -59
  515. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -48
  516. package/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
  517. package/node_modules/@aws-sdk/middleware-logger/package.json +0 -59
  518. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +0 -29
  519. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +0 -33
  520. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.native.js +0 -5
  521. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +0 -2
  522. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +0 -63
  523. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +0 -581
  524. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.browser.js +0 -11
  525. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.js +0 -7
  526. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/bucket-endpoint-middleware.js +0 -36
  527. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/check-content-length-header.js +0 -32
  528. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/index.js +0 -9
  529. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/protocol/S3RestXmlProtocol.js +0 -25
  530. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-endpoint-middleware.js +0 -41
  531. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-middleware.js +0 -42
  532. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-expires-middleware.js +0 -33
  533. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCache.js +0 -39
  534. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCacheEntry.js +0 -14
  535. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityProviderImpl.js +0 -49
  536. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/constants.js +0 -13
  537. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +0 -38
  538. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +0 -41
  539. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/signS3Express.js +0 -7
  540. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/index.js +0 -7
  541. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/interfaces/S3ExpressIdentity.js +0 -1
  542. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/interfaces/S3ExpressIdentityProvider.js +0 -1
  543. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +0 -17
  544. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +0 -51
  545. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.browser.js +0 -8
  546. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.js +0 -4
  547. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/validate-bucket-name.js +0 -25
  548. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +0 -79
  549. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -194
  550. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
  551. package/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -63
  552. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +0 -60
  553. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/bdd.js +0 -100
  554. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +0 -18
  555. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +0 -12
  556. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +0 -121
  557. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +0 -38
  558. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +0 -54
  559. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.native.js +0 -15
  560. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +0 -50
  561. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +0 -110
  562. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +0 -56
  563. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/bdd.js +0 -90
  564. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +0 -18
  565. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +0 -12
  566. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +0 -64
  567. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +0 -39
  568. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +0 -54
  569. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +0 -15
  570. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +0 -49
  571. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +0 -125
  572. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +0 -56
  573. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/bdd.js +0 -80
  574. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +0 -18
  575. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +0 -12
  576. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +0 -56
  577. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +0 -38
  578. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +0 -54
  579. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +0 -15
  580. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +0 -49
  581. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +0 -90
  582. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -56
  583. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/bdd.js +0 -80
  584. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +0 -18
  585. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -12
  586. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +0 -195
  587. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -38
  588. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +0 -54
  589. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +0 -15
  590. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +0 -49
  591. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +0 -140
  592. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +0 -55
  593. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -43
  594. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -144
  595. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -19
  596. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/bdd.js +0 -150
  597. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -18
  598. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +0 -12
  599. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +0 -96
  600. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +0 -39
  601. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +0 -74
  602. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +0 -15
  603. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -57
  604. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +0 -13
  605. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +0 -195
  606. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +0 -38
  607. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +0 -20
  608. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +0 -6
  609. package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +0 -3
  610. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +0 -2
  611. package/node_modules/@aws-sdk/region-config-resolver/package.json +0 -62
  612. package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +0 -27
  613. package/node_modules/@aws-sdk/util-arn-parser/package.json +0 -55
  614. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -406
  615. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
  616. package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
  617. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  618. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
  619. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  620. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  621. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  622. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  623. package/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
  624. package/node_modules/@aws-sdk/util-format-url/dist-cjs/index.js +0 -34
  625. package/node_modules/@aws-sdk/util-format-url/package.json +0 -56
  626. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  627. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +0 -57
  628. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -58
  629. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -22
  630. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -55
  631. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -185
  632. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -2
  633. package/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -69
  634. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +0 -22
  635. package/node_modules/@smithy/config-resolver/dist-es/index.js +0 -1
  636. package/node_modules/@smithy/config-resolver/package.json +0 -40
  637. package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +0 -2
  638. package/node_modules/@smithy/core/dist-es/submodules/serde/uuid/randomUUID.js +0 -3
  639. package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +0 -11
  640. package/node_modules/@smithy/eventstream-codec/dist-es/index.js +0 -1
  641. package/node_modules/@smithy/eventstream-codec/package.json +0 -43
  642. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/index.js +0 -9
  643. package/node_modules/@smithy/eventstream-serde-browser/dist-es/index.js +0 -3
  644. package/node_modules/@smithy/eventstream-serde-browser/package.json +0 -43
  645. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/index.js +0 -5
  646. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-es/index.js +0 -1
  647. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +0 -43
  648. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +0 -6
  649. package/node_modules/@smithy/eventstream-serde-node/dist-es/index.js +0 -1
  650. package/node_modules/@smithy/eventstream-serde-node/package.json +0 -43
  651. package/node_modules/@smithy/hash-node/dist-cjs/index.js +0 -5
  652. package/node_modules/@smithy/hash-node/dist-es/index.js +0 -1
  653. package/node_modules/@smithy/hash-node/package.json +0 -40
  654. package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +0 -6
  655. package/node_modules/@smithy/invalid-dependency/dist-es/index.js +0 -1
  656. package/node_modules/@smithy/invalid-dependency/package.json +0 -40
  657. package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +0 -7
  658. package/node_modules/@smithy/middleware-content-length/dist-es/index.js +0 -1
  659. package/node_modules/@smithy/middleware-content-length/package.json +0 -40
  660. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +0 -12
  661. package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +0 -1
  662. package/node_modules/@smithy/middleware-endpoint/package.json +0 -40
  663. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +0 -22
  664. package/node_modules/@smithy/middleware-retry/dist-es/index.js +0 -1
  665. package/node_modules/@smithy/middleware-retry/package.json +0 -40
  666. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +0 -9
  667. package/node_modules/@smithy/middleware-serde/dist-es/index.js +0 -1
  668. package/node_modules/@smithy/middleware-serde/package.json +0 -40
  669. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +0 -5
  670. package/node_modules/@smithy/middleware-stack/dist-es/index.js +0 -1
  671. package/node_modules/@smithy/middleware-stack/package.json +0 -42
  672. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +0 -5
  673. package/node_modules/@smithy/node-config-provider/dist-es/index.js +0 -1
  674. package/node_modules/@smithy/node-config-provider/package.json +0 -42
  675. package/node_modules/@smithy/property-provider/dist-cjs/index.js +0 -10
  676. package/node_modules/@smithy/property-provider/dist-es/index.js +0 -1
  677. package/node_modules/@smithy/property-provider/package.json +0 -40
  678. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +0 -11
  679. package/node_modules/@smithy/protocol-http/dist-es/index.js +0 -1
  680. package/node_modules/@smithy/protocol-http/package.json +0 -41
  681. package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +0 -5
  682. package/node_modules/@smithy/querystring-builder/dist-es/index.js +0 -1
  683. package/node_modules/@smithy/querystring-builder/package.json +0 -40
  684. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -16
  685. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -1
  686. package/node_modules/@smithy/shared-ini-file-loader/package.json +0 -40
  687. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +0 -75
  688. package/node_modules/@smithy/smithy-client/dist-es/index.js +0 -3
  689. package/node_modules/@smithy/smithy-client/package.json +0 -41
  690. package/node_modules/@smithy/url-parser/dist-cjs/index.js +0 -5
  691. package/node_modules/@smithy/url-parser/dist-es/index.js +0 -1
  692. package/node_modules/@smithy/url-parser/package.json +0 -40
  693. package/node_modules/@smithy/util-base64/dist-cjs/index.js +0 -6
  694. package/node_modules/@smithy/util-base64/dist-es/index.js +0 -1
  695. package/node_modules/@smithy/util-base64/package.json +0 -41
  696. package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +0 -5
  697. package/node_modules/@smithy/util-body-length-browser/dist-es/index.js +0 -1
  698. package/node_modules/@smithy/util-body-length-browser/package.json +0 -41
  699. package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +0 -5
  700. package/node_modules/@smithy/util-body-length-node/dist-es/index.js +0 -1
  701. package/node_modules/@smithy/util-body-length-node/package.json +0 -41
  702. package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +0 -7
  703. package/node_modules/@smithy/util-config-provider/dist-es/index.js +0 -1
  704. package/node_modules/@smithy/util-config-provider/package.json +0 -42
  705. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +0 -5
  706. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +0 -1
  707. package/node_modules/@smithy/util-defaults-mode-browser/package.json +0 -40
  708. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +0 -5
  709. package/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +0 -1
  710. package/node_modules/@smithy/util-defaults-mode-node/package.json +0 -40
  711. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +0 -12
  712. package/node_modules/@smithy/util-endpoints/dist-es/index.js +0 -1
  713. package/node_modules/@smithy/util-endpoints/package.json +0 -44
  714. package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +0 -6
  715. package/node_modules/@smithy/util-hex-encoding/dist-es/index.js +0 -1
  716. package/node_modules/@smithy/util-hex-encoding/package.json +0 -41
  717. package/node_modules/@smithy/util-middleware/dist-cjs/index.js +0 -6
  718. package/node_modules/@smithy/util-middleware/dist-es/index.js +0 -1
  719. package/node_modules/@smithy/util-middleware/package.json +0 -45
  720. package/node_modules/@smithy/util-retry/dist-cjs/index.js +0 -21
  721. package/node_modules/@smithy/util-retry/dist-es/index.js +0 -1
  722. package/node_modules/@smithy/util-retry/package.json +0 -45
  723. package/node_modules/@smithy/util-stream/dist-cjs/index.js +0 -14
  724. package/node_modules/@smithy/util-stream/dist-es/index.js +0 -1
  725. package/node_modules/@smithy/util-stream/package.json +0 -42
  726. package/node_modules/shell-quote/print.py +0 -3
  727. package/skills/news-summary/SKILL.md +0 -111
  728. package/skills/news-summary/_meta.json +0 -6
  729. /package/node_modules/@aws-sdk/{middleware-logger/dist-es → core/dist-es/submodules/client/middleware-logger}/loggerMiddleware.js +0 -0
  730. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/configuration.js +0 -0
  731. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/getRecursionDetectionPlugin.js +0 -0
  732. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.browser.js +0 -0
  733. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.native.js +0 -0
  734. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/configurations.js +0 -0
  735. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/constants.js +0 -0
  736. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/encode-features.js +0 -0
  737. /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/extensions/index.js → core/dist-es/submodules/client/region-config-resolver/extensions.js} +0 -0
  738. /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.browser.js +0 -0
  739. /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.native.js +0 -0
  740. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/aws/parseArn.js +0 -0
  741. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/EndpointRuleObject.js +0 -0
  742. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/ErrorRuleObject.js +0 -0
  743. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/RuleSetObject.js +0 -0
  744. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/TreeRuleObject.js +0 -0
  745. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/shared.js +0 -0
  746. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es → core/dist-es/submodules/client/util-user-agent-browser}/configurations.js +0 -0
  747. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es → core/dist-es/submodules/client/util-user-agent-browser}/createUserAgentStringParsingProvider.js +0 -0
  748. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es/index.js → core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.js} +0 -0
  749. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es/index.native.js → core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.native.js} +0 -0
  750. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/crt-availability.js +0 -0
  751. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/defaultUserAgent.js +0 -0
  752. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getNodeModulesParentDirs.js +0 -0
  753. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getRuntimeUserAgentPair.js +0 -0
  754. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getSanitizedDevTypeScriptVersion.js +0 -0
  755. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getSanitizedTypeScriptVersion.js +0 -0
  756. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/is-crt-available.js +0 -0
  757. /package/node_modules/@aws-sdk/{util-arn-parser/dist-es/index.js → core/dist-es/submodules/util/util-arn-parser/arn.js} +0 -0
  758. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/fromUtf8.browser.js +0 -0
  759. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/fromUtf8.js +0 -0
  760. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUint8Array.js +0 -0
  761. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUtf8.browser.js +0 -0
  762. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUtf8.js +0 -0
  763. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-es/fromUtf8.browser.js +0 -0
  764. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-es/fromUtf8.js +0 -0
  765. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-es/toUint8Array.js +0 -0
  766. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-es/toUtf8.browser.js +0 -0
  767. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-es/toUtf8.js +0 -0
@@ -179,6 +179,10 @@ function isPunctChar (ch) {
179
179
  return ucmicro.P.test(ch) || ucmicro.S.test(ch)
180
180
  }
181
181
 
182
+ function isPunctCharCode (code) {
183
+ return isPunctChar(fromCodePoint(code))
184
+ }
185
+
182
186
  // Markdown ASCII punctuation characters.
183
187
  //
184
188
  // !, ", #, $, %, &, ', (, ), *, +, ,, -, ., /, :, ;, <, =, >, ?, @, [, \, ], ^, _, `, {, |, }, or ~
@@ -240,6 +244,7 @@ function normalizeReference (str) {
240
244
  // (remove this when node v10 is no longer supported).
241
245
  //
242
246
  if ('ẞ'.toLowerCase() === 'Ṿ') {
247
+ /* c8 ignore next 2 */
243
248
  str = str.replace(/ẞ/g, 'ß')
244
249
  }
245
250
 
@@ -278,6 +283,28 @@ function normalizeReference (str) {
278
283
  return str.toLowerCase().toUpperCase()
279
284
  }
280
285
 
286
+ function isAsciiTrimmable (c) {
287
+ return c === 0x20 || c === 0x09 || c === 0x0a || c === 0x0d
288
+ }
289
+
290
+ // "Light" .trim() for blocks (headers, paragraphs), where unicode spaces
291
+ // should be preserved.
292
+ function asciiTrim (str) {
293
+ let start = 0
294
+ for (; start < str.length; start++) {
295
+ if (!isAsciiTrimmable(str.charCodeAt(start))) {
296
+ break
297
+ }
298
+ }
299
+ let end = str.length - 1
300
+ for (; end >= start; end--) {
301
+ if (!isAsciiTrimmable(str.charCodeAt(end))) {
302
+ break
303
+ }
304
+ }
305
+ return str.slice(start, end + 1)
306
+ }
307
+
281
308
  // Re-export libraries commonly used in both markdown-it and its plugins,
282
309
  // so plugins won't have to depend on them explicitly, which reduces their
283
310
  // bundled size (e.g. a browser build).
@@ -299,6 +326,8 @@ export {
299
326
  isWhiteSpace,
300
327
  isMdAsciiPunct,
301
328
  isPunctChar,
329
+ isPunctCharCode,
302
330
  escapeRE,
303
- normalizeReference
331
+ normalizeReference,
332
+ asciiTrim
304
333
  }
@@ -352,7 +352,7 @@ function MarkdownIt (presetName, options) {
352
352
  * ```javascript
353
353
  * var md = require('markdown-it')()
354
354
  * .set({ html: true, breaks: true })
355
- * .set({ typographer, true });
355
+ * .set({ typographer: true });
356
356
  * ```
357
357
  *
358
358
  * __Note:__ To achieve the best possible performance, don't modify a
@@ -1,6 +1,6 @@
1
1
  // heading (#, ##, ...)
2
2
 
3
- import { isSpace } from '../common/utils.mjs'
3
+ import { isSpace, asciiTrim } from '../common/utils.mjs'
4
4
 
5
5
  export default function heading (state, startLine, endLine, silent) {
6
6
  let pos = state.bMarks[startLine] + state.tShift[startLine]
@@ -40,7 +40,7 @@ export default function heading (state, startLine, endLine, silent) {
40
40
  token_o.map = [startLine, state.line]
41
41
 
42
42
  const token_i = state.push('inline', '', 0)
43
- token_i.content = state.src.slice(pos, max).trim()
43
+ token_i.content = asciiTrim(state.src.slice(pos, max))
44
44
  token_i.map = [startLine, state.line]
45
45
  token_i.children = []
46
46
 
@@ -42,11 +42,22 @@ export default function html_block (state, startLine, endLine, silent) {
42
42
 
43
43
  let nextLine = startLine + 1
44
44
 
45
+ // Block types 6 and 7 (the only ones whose end condition is a blank line)
46
+ // have `/^$/` as their closing regexp. For all other types (1-5, e.g.
47
+ // `<!--` comments), a blank line is regular content and must not terminate
48
+ // the block - it ends only when its closing sequence is found.
49
+ const endsOnBlankLine = HTML_SEQUENCES[i][1].test('')
50
+
45
51
  // If we are here - we detected HTML block.
46
52
  // Let's roll down till block end.
47
53
  if (!HTML_SEQUENCES[i][1].test(lineText)) {
48
54
  for (; nextLine < endLine; nextLine++) {
49
- if (state.sCount[nextLine] < state.blkIndent) { break }
55
+ if (state.sCount[nextLine] < state.blkIndent) {
56
+ // An outdented blank line shouldn't end a block that doesn't end on a
57
+ // blank line (e.g. a `<!--` comment inside a list item). Such blocks
58
+ // must continue until their closing sequence regardless of indent.
59
+ if (endsOnBlankLine || !state.isEmpty(nextLine)) { break }
60
+ }
50
61
 
51
62
  pos = state.bMarks[nextLine] + state.tShift[nextLine]
52
63
  max = state.eMarks[nextLine]
@@ -1,5 +1,7 @@
1
1
  // lheading (---, ===)
2
2
 
3
+ import { asciiTrim } from '../common/utils.mjs'
4
+
3
5
  export default function lheading (state, startLine, endLine/*, silent */) {
4
6
  const terminatorRules = state.md.block.ruler.getRules('paragraph')
5
7
 
@@ -57,10 +59,11 @@ export default function lheading (state, startLine, endLine/*, silent */) {
57
59
 
58
60
  if (!level) {
59
61
  // Didn't find valid underline
62
+ state.parentType = oldParentType
60
63
  return false
61
64
  }
62
65
 
63
- const content = state.getLines(startLine, nextLine, state.blkIndent, false).trim()
66
+ const content = asciiTrim(state.getLines(startLine, nextLine, state.blkIndent, false))
64
67
 
65
68
  state.line = nextLine + 1
66
69
 
@@ -1,5 +1,7 @@
1
1
  // Paragraph
2
2
 
3
+ import { asciiTrim } from '../common/utils.mjs'
4
+
3
5
  export default function paragraph (state, startLine, endLine) {
4
6
  const terminatorRules = state.md.block.ruler.getRules('paragraph')
5
7
  const oldParentType = state.parentType
@@ -26,7 +28,7 @@ export default function paragraph (state, startLine, endLine) {
26
28
  if (terminate) { break }
27
29
  }
28
30
 
29
- const content = state.getLines(startLine, nextLine, state.blkIndent, false).trim()
31
+ const content = asciiTrim(state.getLines(startLine, nextLine, state.blkIndent, false))
30
32
 
31
33
  state.line = nextLine
32
34
 
@@ -1,20 +1,42 @@
1
1
  // Convert straight quotation marks to typographic ones
2
2
  //
3
3
 
4
- import { isWhiteSpace, isPunctChar, isMdAsciiPunct } from '../common/utils.mjs'
4
+ import { isWhiteSpace, isPunctCharCode, isMdAsciiPunct } from '../common/utils.mjs'
5
5
 
6
6
  const QUOTE_TEST_RE = /['"]/
7
7
  const QUOTE_RE = /['"]/g
8
8
  const APOSTROPHE = '\u2019' /* ’ */
9
9
 
10
- function replaceAt (str, index, ch) {
11
- return str.slice(0, index) + ch + str.slice(index + 1)
10
+ function addReplacement (replacements, tokenIdx, pos, ch) {
11
+ if (!replacements[tokenIdx]) {
12
+ replacements[tokenIdx] = []
13
+ }
14
+
15
+ replacements[tokenIdx].push({ pos, ch })
16
+ }
17
+
18
+ function applyReplacements (str, replacements) {
19
+ let result = ''
20
+ let lastPos = 0
21
+
22
+ replacements.sort((a, b) => a.pos - b.pos)
23
+
24
+ for (let i = 0; i < replacements.length; i++) {
25
+ const replacement = replacements[i]
26
+
27
+ result += str.slice(lastPos, replacement.pos) + replacement.ch
28
+ lastPos = replacement.pos + 1
29
+ }
30
+
31
+ return result + str.slice(lastPos)
12
32
  }
13
33
 
14
34
  function process_inlines (tokens, state) {
15
35
  let j
16
36
 
17
37
  const stack = []
38
+ // token index -> list of replacements in the original token content
39
+ const replacements = {}
18
40
 
19
41
  for (let i = 0; i < tokens.length; i++) {
20
42
  const token = tokens[i]
@@ -28,9 +50,9 @@ function process_inlines (tokens, state) {
28
50
 
29
51
  if (token.type !== 'text') { continue }
30
52
 
31
- let text = token.content
53
+ const text = token.content
32
54
  let pos = 0
33
- let max = text.length
55
+ const max = text.length
34
56
 
35
57
  /* eslint no-labels:0,block-scoped-var:0 */
36
58
  OUTER:
@@ -78,8 +100,8 @@ function process_inlines (tokens, state) {
78
100
  }
79
101
  }
80
102
 
81
- const isLastPunctChar = isMdAsciiPunct(lastChar) || isPunctChar(String.fromCharCode(lastChar))
82
- const isNextPunctChar = isMdAsciiPunct(nextChar) || isPunctChar(String.fromCharCode(nextChar))
103
+ const isLastPunctChar = isMdAsciiPunct(lastChar) || isPunctCharCode(lastChar)
104
+ const isNextPunctChar = isMdAsciiPunct(nextChar) || isPunctCharCode(nextChar)
83
105
 
84
106
  const isLastWhiteSpace = isWhiteSpace(lastChar)
85
107
  const isNextWhiteSpace = isWhiteSpace(nextChar)
@@ -122,7 +144,7 @@ function process_inlines (tokens, state) {
122
144
  if (!canOpen && !canClose) {
123
145
  // middle of word
124
146
  if (isSingle) {
125
- token.content = replaceAt(token.content, t.index, APOSTROPHE)
147
+ addReplacement(replacements, i, t.index, APOSTROPHE)
126
148
  }
127
149
  continue
128
150
  }
@@ -145,18 +167,8 @@ function process_inlines (tokens, state) {
145
167
  closeQuote = state.md.options.quotes[1]
146
168
  }
147
169
 
148
- // replace token.content *before* tokens[item.token].content,
149
- // because, if they are pointing at the same token, replaceAt
150
- // could mess up indices when quote length != 1
151
- token.content = replaceAt(token.content, t.index, closeQuote)
152
- tokens[item.token].content = replaceAt(
153
- tokens[item.token].content, item.pos, openQuote)
154
-
155
- pos += closeQuote.length - 1
156
- if (item.token === i) { pos += openQuote.length - 1 }
157
-
158
- text = token.content
159
- max = text.length
170
+ addReplacement(replacements, i, t.index, closeQuote)
171
+ addReplacement(replacements, item.token, item.pos, openQuote)
160
172
 
161
173
  stack.length = j
162
174
  continue OUTER
@@ -172,10 +184,14 @@ function process_inlines (tokens, state) {
172
184
  level: thisLevel
173
185
  })
174
186
  } else if (canClose && isSingle) {
175
- token.content = replaceAt(token.content, t.index, APOSTROPHE)
187
+ addReplacement(replacements, i, t.index, APOSTROPHE)
176
188
  }
177
189
  }
178
190
  }
191
+
192
+ Object.keys(replacements).forEach(function (tokenIdx) {
193
+ tokens[tokenIdx].content = applyReplacements(tokens[tokenIdx].content, replacements[tokenIdx])
194
+ })
179
195
  }
180
196
 
181
197
  export default function smartquotes (state) {
@@ -1,6 +1,6 @@
1
1
  // Process html entity - &#123;, &#xAF;, &quot;, ...
2
2
 
3
- import { decodeHTML } from 'entities'
3
+ import { decodeHTMLStrict } from 'entities'
4
4
  import { isValidEntityCode, fromCodePoint } from '../common/utils.mjs'
5
5
 
6
6
  const DIGITAL_RE = /^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i
@@ -33,7 +33,7 @@ export default function entity (state, silent) {
33
33
  } else {
34
34
  const match = state.src.slice(pos).match(NAMED_RE)
35
35
  if (match) {
36
- const decoded = decodeHTML(match[0])
36
+ const decoded = decodeHTMLStrict(match[0])
37
37
  if (decoded !== match[0]) {
38
38
  if (!silent) {
39
39
  const token = state.push('text_special', '', 0)
@@ -1,7 +1,7 @@
1
1
  // Inline parser state
2
2
 
3
3
  import Token from '../token.mjs'
4
- import { isWhiteSpace, isPunctChar, isMdAsciiPunct } from '../common/utils.mjs'
4
+ import { isWhiteSpace, isPunctCharCode, isMdAsciiPunct } from '../common/utils.mjs'
5
5
 
6
6
  function StateInline (src, md, env, outTokens) {
7
7
  this.src = src
@@ -89,8 +89,30 @@ StateInline.prototype.scanDelims = function (start, canSplitWord) {
89
89
  const max = this.posMax
90
90
  const marker = this.src.charCodeAt(start)
91
91
 
92
- // treat beginning of the line as a whitespace
93
- const lastChar = start > 0 ? this.src.charCodeAt(start - 1) : 0x20
92
+ // Astral characters below are combined manually, because .codePointAt()
93
+ // does not guarantee numeric type output. And we don't wish JIT cache issues.
94
+ // The broken surrogate pairs are evaluated as U+FFFD to prevent possible
95
+ // crashes.
96
+
97
+ let lastChar
98
+ if (start === 0) {
99
+ // treat beginning of the line as a whitespace
100
+ lastChar = 0x20
101
+ } else if (start === 1) {
102
+ lastChar = this.src.charCodeAt(0)
103
+ if ((lastChar & 0xF800) === 0xD800) { lastChar = 0xFFFD }
104
+ } else {
105
+ lastChar = this.src.charCodeAt(start - 1)
106
+ if ((lastChar & 0xFC00) === 0xDC00) {
107
+ // low surrogate => add high one, replace broken pair with U+FFFD
108
+ const highSurr = this.src.charCodeAt(start - 2)
109
+ lastChar = (highSurr & 0xFC00) === 0xD800
110
+ ? 0x10000 + ((highSurr - 0xD800) << 10) + (lastChar - 0xDC00)
111
+ : 0xFFFD
112
+ } else if ((lastChar & 0xFC00) === 0xD800) {
113
+ lastChar = 0xFFFD
114
+ }
115
+ }
94
116
 
95
117
  let pos = start
96
118
  while (pos < max && this.src.charCodeAt(pos) === marker) { pos++ }
@@ -98,10 +120,19 @@ StateInline.prototype.scanDelims = function (start, canSplitWord) {
98
120
  const count = pos - start
99
121
 
100
122
  // treat end of the line as a whitespace
101
- const nextChar = pos < max ? this.src.charCodeAt(pos) : 0x20
123
+ let nextChar = pos < max ? this.src.charCodeAt(pos) : 0x20
124
+ if ((nextChar & 0xFC00) === 0xD800) {
125
+ // high surrogate => add low one, replace broken pair with U+FFFD
126
+ const lowSurr = this.src.charCodeAt(pos + 1)
127
+ nextChar = (lowSurr & 0xFC00) === 0xDC00
128
+ ? 0x10000 + ((nextChar - 0xD800) << 10) + (lowSurr - 0xDC00)
129
+ : 0xFFFD
130
+ } else if ((nextChar & 0xFC00) === 0xDC00) {
131
+ nextChar = 0xFFFD
132
+ }
102
133
 
103
- const isLastPunctChar = isMdAsciiPunct(lastChar) || isPunctChar(String.fromCharCode(lastChar))
104
- const isNextPunctChar = isMdAsciiPunct(nextChar) || isPunctChar(String.fromCharCode(nextChar))
134
+ const isLastPunctChar = isMdAsciiPunct(lastChar) || isPunctCharCode(lastChar)
135
+ const isNextPunctChar = isMdAsciiPunct(nextChar) || isPunctCharCode(nextChar)
105
136
 
106
137
  const isLastWhiteSpace = isWhiteSpace(lastChar)
107
138
  const isNextWhiteSpace = isWhiteSpace(nextChar)
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markdown-it",
3
- "version": "14.1.1",
3
+ "version": "14.2.0",
4
4
  "description": "Markdown-it - modern pluggable markdown parser.",
5
5
  "keywords": [
6
6
  "markdown",
@@ -11,6 +11,16 @@
11
11
  ],
12
12
  "repository": "markdown-it/markdown-it",
13
13
  "license": "MIT",
14
+ "funding": [
15
+ {
16
+ "type": "github",
17
+ "url": "https://github.com/sponsors/puzrin"
18
+ },
19
+ {
20
+ "type": "github",
21
+ "url": "https://github.com/sponsors/markdown-it"
22
+ }
23
+ ],
14
24
  "main": "dist/index.cjs.js",
15
25
  "module": "index.mjs",
16
26
  "exports": {
@@ -28,7 +38,7 @@
28
38
  },
29
39
  "scripts": {
30
40
  "lint": "eslint .",
31
- "test": "npm run lint && CJS_ONLY=1 npm run build && c8 --exclude dist --exclude test -r text -r html -r lcov mocha && node support/specsplit.mjs",
41
+ "test": "npm run lint && cross-env CJS_ONLY=1 npm run build && c8 --exclude dist --exclude test -r text -r html -r lcov mocha && node support/specsplit.mjs",
32
42
  "doc": "node support/build_doc.mjs",
33
43
  "gh-doc": "npm run doc && gh-pages -d apidoc -f",
34
44
  "demo": "npm run lint && node support/build_demo.mjs",
@@ -47,7 +57,7 @@
47
57
  "dependencies": {
48
58
  "argparse": "^2.0.1",
49
59
  "entities": "^4.4.0",
50
- "linkify-it": "^5.0.0",
60
+ "linkify-it": "^5.0.1",
51
61
  "mdurl": "^2.0.0",
52
62
  "punycode.js": "^2.3.1",
53
63
  "uc.micro": "^2.1.0"
@@ -61,6 +71,7 @@
61
71
  "benchmark": "~2.1.0",
62
72
  "c8": "^8.0.1",
63
73
  "chai": "^4.2.0",
74
+ "cross-env": "^7.0.3",
64
75
  "eslint": "^8.4.1",
65
76
  "eslint-config-standard": "^17.1.0",
66
77
  "express": "^4.14.0",