@psnext/slingcli 2.4.20260515-1 → 2.4.20260516-1

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 (414) hide show
  1. package/bin/sling.js +30 -0
  2. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/endpoint/endpointResolver.js +2 -2
  3. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/index.js +9 -13
  4. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.browser.js +5 -5
  5. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.js +2 -3
  6. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/BedrockRuntimeClient.js +1 -4
  7. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/endpoint/endpointResolver.js +1 -1
  8. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.browser.js +1 -1
  9. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.js +1 -2
  10. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeExtensions.js +1 -1
  11. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/BedrockRuntimeClient.d.ts +1 -2
  12. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.browser.d.ts +1 -1
  13. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.d.ts +1 -1
  14. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.native.d.ts +1 -1
  15. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/BedrockRuntimeClient.d.ts +5 -7
  16. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  17. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  18. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  19. package/node_modules/@aws-sdk/client-bedrock-runtime/package.json +11 -19
  20. package/node_modules/@aws-sdk/core/dist-cjs/index.js +4 -6
  21. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +595 -0
  22. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +715 -0
  23. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +588 -0
  24. package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
  25. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.browser.js +36 -0
  26. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +26 -4
  27. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.native.js +37 -0
  28. package/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.js +3 -0
  29. package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/check-features.js +1 -1
  30. package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/user-agent-middleware.js +1 -1
  31. package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/aws/partition.js +1 -1
  32. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partitions.js +1 -0
  33. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.browser.js +1 -0
  34. package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/nodeAppIdConfigOptions.js +1 -1
  35. package/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +3 -2
  36. package/node_modules/@aws-sdk/core/dist-types/index.d.ts +12 -14
  37. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.browser.d.ts +47 -0
  38. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +38 -4
  39. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.native.d.ts +48 -0
  40. package/node_modules/@aws-sdk/core/dist-types/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.d.ts +5 -0
  41. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/lib/aws/partitions.d.ts +638 -0
  42. package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types → core/dist-types/submodules/client/util-user-agent-browser}/createUserAgentStringParsingProvider.d.ts +1 -1
  43. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +1 -0
  44. package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +0 -2
  45. package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +65 -3
  46. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.browser.d.ts +116 -0
  47. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +123 -4
  48. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.native.d.ts +116 -0
  49. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.d.ts +4 -0
  50. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partitions.d.ts +647 -0
  51. package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-browser}/createUserAgentStringParsingProvider.d.ts +1 -1
  52. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +1 -0
  53. package/node_modules/@aws-sdk/core/package.json +26 -7
  54. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  55. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  56. package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
  57. package/node_modules/@aws-sdk/credential-provider-login/package.json +4 -4
  58. package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -9
  59. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  60. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  61. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  62. package/node_modules/@aws-sdk/eventstream-handler-node/package.json +2 -2
  63. package/node_modules/@aws-sdk/middleware-eventstream/package.json +2 -2
  64. package/node_modules/@aws-sdk/middleware-websocket/package.json +5 -5
  65. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +13 -20
  66. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +13 -20
  67. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +13 -20
  68. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +13 -20
  69. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +14 -21
  70. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +1 -4
  71. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +1 -1
  72. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +1 -1
  73. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +1 -2
  74. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeExtensions.js +1 -1
  75. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +1 -4
  76. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +1 -1
  77. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +1 -1
  78. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +1 -2
  79. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +1 -1
  80. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +1 -4
  81. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +1 -1
  82. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +1 -1
  83. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +1 -2
  84. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +1 -1
  85. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -4
  86. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +1 -1
  87. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +1 -1
  88. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +1 -2
  89. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +1 -1
  90. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -4
  91. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -2
  92. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +1 -1
  93. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +1 -1
  94. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +1 -2
  95. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +1 -1
  96. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +1 -2
  97. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +1 -1
  98. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +1 -1
  99. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +1 -1
  100. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +1 -2
  101. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +1 -1
  102. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +1 -1
  103. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +1 -1
  104. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +1 -2
  105. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +1 -1
  106. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +1 -1
  107. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +1 -1
  108. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -2
  109. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -1
  110. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +1 -1
  111. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -1
  112. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +1 -2
  113. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +1 -1
  114. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -1
  115. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +1 -1
  116. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +1 -3
  117. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +1 -1
  118. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +1 -1
  119. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +1 -1
  120. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +1 -3
  121. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +1 -1
  122. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +1 -1
  123. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +1 -1
  124. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +1 -3
  125. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +1 -1
  126. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +1 -1
  127. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +1 -1
  128. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -3
  129. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -1
  130. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +1 -1
  131. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -1
  132. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +1 -3
  133. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +1 -1
  134. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +1 -1
  135. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +1 -1
  136. package/node_modules/@aws-sdk/nested-clients/package.json +6 -14
  137. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +3 -3
  138. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  139. package/node_modules/@earendil-works/pi-ai/dist/models.generated.js +52 -545
  140. package/node_modules/@mariozechner/clipboard/Cargo.toml +21 -2
  141. package/node_modules/@mariozechner/clipboard/README.md +2 -0
  142. package/node_modules/@mariozechner/clipboard/package.json +11 -11
  143. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/common.rs +307 -0
  144. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/mod.rs +93 -0
  145. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/ios.rs +313 -0
  146. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/macos.rs +471 -0
  147. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/mod.rs +252 -0
  148. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/wayland.rs +431 -0
  149. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/win.rs +712 -0
  150. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/x11.rs +916 -0
  151. package/node_modules/@mariozechner/clipboard/src/lib.rs +3 -0
  152. package/node_modules/@mariozechner/clipboard-linux-x64-gnu/clipboard.linux-x64-gnu.node +0 -0
  153. package/node_modules/@mariozechner/clipboard-linux-x64-gnu/package.json +1 -1
  154. package/node_modules/@protobufjs/fetch/CHANGELOG.md +8 -0
  155. package/node_modules/@protobufjs/fetch/index.d.ts +7 -7
  156. package/node_modules/@protobufjs/fetch/index.js +4 -7
  157. package/node_modules/@protobufjs/fetch/package.json +7 -5
  158. package/node_modules/@protobufjs/fetch/tests/data/file.txt +1 -0
  159. package/node_modules/@protobufjs/fetch/tests/index.js +150 -8
  160. package/node_modules/@protobufjs/fetch/util/fs.js +11 -0
  161. package/node_modules/@protobufjs/inquire/CHANGELOG.md +8 -0
  162. package/node_modules/@protobufjs/inquire/index.d.ts +1 -0
  163. package/node_modules/@protobufjs/inquire/index.js +1 -0
  164. package/node_modules/@protobufjs/inquire/package.json +1 -1
  165. package/node_modules/@smithy/core/package.json +2 -2
  166. package/node_modules/@smithy/credential-provider-imds/package.json +3 -3
  167. package/node_modules/@smithy/fetch-http-handler/package.json +4 -4
  168. package/node_modules/@smithy/node-http-handler/package.json +4 -4
  169. package/node_modules/@smithy/signature-v4/package.json +3 -3
  170. package/node_modules/@smithy/types/README.md +3 -3
  171. package/node_modules/@smithy/types/dist-types/abort.d.ts +4 -6
  172. package/node_modules/@smithy/types/dist-types/auth/auth.d.ts +6 -4
  173. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +7 -10
  174. package/node_modules/@smithy/types/dist-types/checksum.d.ts +4 -6
  175. package/node_modules/@smithy/types/dist-types/client.d.ts +8 -8
  176. package/node_modules/@smithy/types/dist-types/command.d.ts +2 -2
  177. package/node_modules/@smithy/types/dist-types/crypto.d.ts +6 -8
  178. package/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +6 -7
  179. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +10 -10
  180. package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +9 -10
  181. package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
  182. package/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +10 -10
  183. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +2 -2
  184. package/node_modules/@smithy/types/dist-types/http.d.ts +18 -21
  185. package/node_modules/@smithy/types/dist-types/logger.d.ts +2 -2
  186. package/node_modules/@smithy/types/dist-types/middleware.d.ts +28 -27
  187. package/node_modules/@smithy/types/dist-types/pagination.d.ts +4 -4
  188. package/node_modules/@smithy/types/dist-types/serde.d.ts +10 -10
  189. package/node_modules/@smithy/types/dist-types/shapes.d.ts +9 -12
  190. package/node_modules/@smithy/types/dist-types/signature.d.ts +4 -4
  191. package/node_modules/@smithy/types/dist-types/stream.d.ts +2 -2
  192. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +7 -11
  193. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +23 -29
  194. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +9 -19
  195. package/node_modules/@smithy/types/dist-types/transfer.d.ts +2 -1
  196. package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +4 -4
  197. package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +14 -18
  198. package/node_modules/@smithy/types/dist-types/transform/exact.d.ts +2 -2
  199. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +12 -12
  200. package/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +14 -9
  201. package/node_modules/@smithy/types/dist-types/uri.d.ts +2 -2
  202. package/node_modules/@smithy/types/dist-types/util.d.ts +28 -28
  203. package/node_modules/@smithy/types/package.json +1 -1
  204. package/node_modules/protobufjs/dist/light/protobuf.js +187 -153
  205. package/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
  206. package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
  207. package/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
  208. package/node_modules/protobufjs/dist/minimal/protobuf.js +14 -5
  209. package/node_modules/protobufjs/dist/minimal/protobuf.js.map +1 -1
  210. package/node_modules/protobufjs/dist/minimal/protobuf.min.js +3 -3
  211. package/node_modules/protobufjs/dist/minimal/protobuf.min.js.map +1 -1
  212. package/node_modules/protobufjs/dist/protobuf.js +207 -173
  213. package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
  214. package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
  215. package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
  216. package/node_modules/protobufjs/package.json +6 -3
  217. package/node_modules/protobufjs/src/util/fs.js +11 -0
  218. package/node_modules/protobufjs/src/util/minimal.js +10 -2
  219. package/node_modules/protobufjs/src/util.js +1 -1
  220. package/package.json +2 -2
  221. package/slingshot/index.js +108 -108
  222. package/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
  223. package/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  224. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -41
  225. package/node_modules/@aws-sdk/middleware-host-header/package.json +0 -59
  226. package/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  227. package/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  228. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -48
  229. package/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
  230. package/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
  231. package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
  232. package/node_modules/@aws-sdk/middleware-logger/package.json +0 -59
  233. package/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +0 -201
  234. package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +0 -17
  235. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +0 -29
  236. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.browser.js +0 -5
  237. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +0 -33
  238. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.native.js +0 -5
  239. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +0 -2
  240. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +0 -2
  241. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +0 -2
  242. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +0 -66
  243. package/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
  244. package/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
  245. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -194
  246. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
  247. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
  248. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
  249. package/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -61
  250. package/node_modules/@aws-sdk/region-config-resolver/LICENSE +0 -201
  251. package/node_modules/@aws-sdk/region-config-resolver/README.md +0 -19
  252. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +0 -38
  253. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.browser.js +0 -6
  254. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +0 -19
  255. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +0 -6
  256. package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +0 -3
  257. package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +0 -3
  258. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +0 -3
  259. package/node_modules/@aws-sdk/region-config-resolver/package.json +0 -64
  260. package/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  261. package/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  262. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -406
  263. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
  264. package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
  265. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  266. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
  267. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  268. package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
  269. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  270. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  271. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  272. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  273. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  274. package/node_modules/@aws-sdk/util-endpoints/package.json +0 -59
  275. package/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
  276. package/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -29
  277. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +0 -24
  278. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.browser.js +0 -4
  279. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -61
  280. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -22
  281. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.browser.js +0 -1
  282. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.browser.d.ts +0 -1
  283. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.browser.d.ts +0 -1
  284. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -60
  285. package/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  286. package/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -17
  287. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -185
  288. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -2
  289. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -2
  290. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -2
  291. package/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -68
  292. /package/node_modules/@aws-sdk/{middleware-host-header/dist-es/index.js → core/dist-es/submodules/client/middleware-host-header/hostHeaderMiddleware.js} +0 -0
  293. /package/node_modules/@aws-sdk/{middleware-logger/dist-es → core/dist-es/submodules/client/middleware-logger}/loggerMiddleware.js +0 -0
  294. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/configuration.js +0 -0
  295. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/getRecursionDetectionPlugin.js +0 -0
  296. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.browser.js +0 -0
  297. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.js +0 -0
  298. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.native.js +0 -0
  299. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/configurations.js +0 -0
  300. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/constants.js +0 -0
  301. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/encode-features.js +0 -0
  302. /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/awsRegionConfig.js +0 -0
  303. /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
  304. /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.browser.js +0 -0
  305. /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.js +0 -0
  306. /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.native.js +0 -0
  307. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/aws.js +0 -0
  308. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/aws/isVirtualHostableS3Bucket.js +0 -0
  309. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/aws/parseArn.js +0 -0
  310. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/isIpAddress.js +0 -0
  311. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/resolveDefaultAwsRegionalEndpointsConfig.js +0 -0
  312. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/resolveEndpoint.js +0 -0
  313. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/EndpointError.js +0 -0
  314. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/EndpointRuleObject.js +0 -0
  315. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/ErrorRuleObject.js +0 -0
  316. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/RuleSetObject.js +0 -0
  317. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/TreeRuleObject.js +0 -0
  318. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/shared.js +0 -0
  319. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es → core/dist-es/submodules/client/util-user-agent-browser}/configurations.js +0 -0
  320. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es → core/dist-es/submodules/client/util-user-agent-browser}/createUserAgentStringParsingProvider.js +0 -0
  321. /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
  322. /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
  323. /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
  324. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/defaultUserAgent.js +0 -0
  325. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getNodeModulesParentDirs.js +0 -0
  326. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getRuntimeUserAgentPair.js +0 -0
  327. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getSanitizedDevTypeScriptVersion.js +0 -0
  328. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getSanitizedTypeScriptVersion.js +0 -0
  329. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getTypeScriptUserAgentPair.js +0 -0
  330. /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
  331. /package/node_modules/@aws-sdk/{middleware-host-header/dist-types/index.d.ts → core/dist-types/submodules/client/middleware-host-header/hostHeaderMiddleware.d.ts} +0 -0
  332. /package/node_modules/@aws-sdk/{middleware-logger/dist-types → core/dist-types/submodules/client/middleware-logger}/loggerMiddleware.d.ts +0 -0
  333. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types → core/dist-types/submodules/client/middleware-recursion-detection}/configuration.d.ts +0 -0
  334. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts → core/dist-types/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.d.ts} +0 -0
  335. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types → core/dist-types/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.browser.d.ts +0 -0
  336. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types → core/dist-types/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.d.ts +0 -0
  337. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types → core/dist-types/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.native.d.ts +0 -0
  338. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/check-features.d.ts +0 -0
  339. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/configurations.d.ts +0 -0
  340. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/constants.d.ts +0 -0
  341. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/encode-features.d.ts +0 -0
  342. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/user-agent-middleware.d.ts +0 -0
  343. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/regionConfig → core/dist-types/submodules/client/region-config-resolver}/awsRegionConfig.d.ts +0 -0
  344. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/extensions/index.d.ts → core/dist-types/submodules/client/region-config-resolver/extensions.d.ts} +0 -0
  345. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/regionConfig → core/dist-types/submodules/client/region-config-resolver}/stsRegionDefaultResolver.browser.d.ts +0 -0
  346. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/regionConfig → core/dist-types/submodules/client/region-config-resolver}/stsRegionDefaultResolver.d.ts +0 -0
  347. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/regionConfig → core/dist-types/submodules/client/region-config-resolver}/stsRegionDefaultResolver.native.d.ts +0 -0
  348. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/aws.d.ts +0 -0
  349. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -0
  350. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/lib/aws/parseArn.d.ts +0 -0
  351. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/lib/aws/partition.d.ts +0 -0
  352. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/lib/isIpAddress.d.ts +0 -0
  353. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -0
  354. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/resolveEndpoint.d.ts +0 -0
  355. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/submodules/client/util-endpoints}/types/EndpointError.d.ts +0 -0
  356. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/types/EndpointRuleObject.d.ts +0 -0
  357. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/submodules/client/util-endpoints}/types/ErrorRuleObject.d.ts +0 -0
  358. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/types/RuleSetObject.d.ts +0 -0
  359. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/submodules/client/util-endpoints}/types/TreeRuleObject.d.ts +0 -0
  360. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/types/shared.d.ts +0 -0
  361. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types → core/dist-types/submodules/client/util-user-agent-browser}/configurations.d.ts +0 -0
  362. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/index.d.ts → core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts} +0 -0
  363. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/index.native.d.ts → core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts} +0 -0
  364. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/crt-availability.d.ts +0 -0
  365. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/defaultUserAgent.d.ts +0 -0
  366. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/getNodeModulesParentDirs.d.ts +0 -0
  367. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/getRuntimeUserAgentPair.d.ts +0 -0
  368. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/getSanitizedDevTypeScriptVersion.d.ts +0 -0
  369. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/getSanitizedTypeScriptVersion.d.ts +0 -0
  370. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/getTypeScriptUserAgentPair.d.ts +0 -0
  371. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/is-crt-available.d.ts +0 -0
  372. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/nodeAppIdConfigOptions.d.ts +0 -0
  373. /package/node_modules/@aws-sdk/{middleware-host-header/dist-types/ts3.4/index.d.ts → core/dist-types/ts3.4/submodules/client/middleware-host-header/hostHeaderMiddleware.d.ts} +0 -0
  374. /package/node_modules/@aws-sdk/{middleware-logger/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-logger}/loggerMiddleware.d.ts +0 -0
  375. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-recursion-detection}/configuration.d.ts +0 -0
  376. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/ts3.4/getRecursionDetectionPlugin.d.ts → core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.d.ts} +0 -0
  377. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.browser.d.ts +0 -0
  378. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.d.ts +0 -0
  379. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.native.d.ts +0 -0
  380. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-user-agent}/check-features.d.ts +0 -0
  381. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-user-agent}/configurations.d.ts +0 -0
  382. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-user-agent}/constants.d.ts +0 -0
  383. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-user-agent}/encode-features.d.ts +0 -0
  384. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-user-agent}/user-agent-middleware.d.ts +0 -0
  385. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/ts3.4/regionConfig → core/dist-types/ts3.4/submodules/client/region-config-resolver}/awsRegionConfig.d.ts +0 -0
  386. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/ts3.4/extensions/index.d.ts → core/dist-types/ts3.4/submodules/client/region-config-resolver/extensions.d.ts} +0 -0
  387. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/ts3.4/regionConfig → core/dist-types/ts3.4/submodules/client/region-config-resolver}/stsRegionDefaultResolver.browser.d.ts +0 -0
  388. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/ts3.4/regionConfig → core/dist-types/ts3.4/submodules/client/region-config-resolver}/stsRegionDefaultResolver.d.ts +0 -0
  389. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/ts3.4/regionConfig → core/dist-types/ts3.4/submodules/client/region-config-resolver}/stsRegionDefaultResolver.native.d.ts +0 -0
  390. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/aws.d.ts +0 -0
  391. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -0
  392. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/lib/aws/parseArn.d.ts +0 -0
  393. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/lib/aws/partition.d.ts +0 -0
  394. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/lib/isIpAddress.d.ts +0 -0
  395. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -0
  396. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/resolveEndpoint.d.ts +0 -0
  397. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/EndpointError.d.ts +0 -0
  398. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/EndpointRuleObject.d.ts +0 -0
  399. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/ErrorRuleObject.d.ts +0 -0
  400. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/RuleSetObject.d.ts +0 -0
  401. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/TreeRuleObject.d.ts +0 -0
  402. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/shared.d.ts +0 -0
  403. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-browser}/configurations.d.ts +0 -0
  404. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/ts3.4/index.d.ts → core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts} +0 -0
  405. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/ts3.4/index.native.d.ts → core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts} +0 -0
  406. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/crt-availability.d.ts +0 -0
  407. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/defaultUserAgent.d.ts +0 -0
  408. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/getNodeModulesParentDirs.d.ts +0 -0
  409. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/getRuntimeUserAgentPair.d.ts +0 -0
  410. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/getSanitizedDevTypeScriptVersion.d.ts +0 -0
  411. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/getSanitizedTypeScriptVersion.d.ts +0 -0
  412. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/getTypeScriptUserAgentPair.d.ts +0 -0
  413. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/is-crt-available.d.ts +0 -0
  414. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/nodeAppIdConfigOptions.d.ts +0 -0
@@ -1,5 +1,8 @@
1
1
  #![deny(clippy::all)]
2
2
  use base64::{engine::general_purpose, Engine as _};
3
+ #[allow(dead_code, unused_imports)]
4
+ mod clipboard_rs;
5
+
3
6
  use clipboard_rs::{
4
7
  common::RustImage, Clipboard, ClipboardContext, ClipboardHandler, ClipboardWatcher,
5
8
  ClipboardWatcherContext, ContentFormat, RustImageData,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mariozechner/clipboard-linux-x64-gnu",
3
- "version": "0.3.2",
3
+ "version": "0.3.6",
4
4
  "os": [
5
5
  "linux"
6
6
  ],
@@ -0,0 +1,8 @@
1
+ # Changelog
2
+
3
+ ## [1.1.1](https://github.com/protobufjs/protobuf.js/compare/fetch-v1.1.0...fetch-v1.1.1) (2026-05-17)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Backport bundler-safe optional module lookups ([#2254](https://github.com/protobufjs/protobuf.js/issues/2254)) ([0853a62](https://github.com/protobufjs/protobuf.js/commit/0853a625680f9247596b84ef48082b8f4e554797))
@@ -12,26 +12,26 @@ type FetchCallback = (error: Error, contents?: string) => void;
12
12
 
13
13
  /**
14
14
  * Options as used by {@link util.fetch}.
15
- * @typedef FetchOptions
15
+ * @typedef IFetchOptions
16
16
  * @type {Object}
17
17
  * @property {boolean} [binary=false] Whether expecting a binary response
18
18
  * @property {boolean} [xhr=false] If `true`, forces the use of XMLHttpRequest
19
19
  */
20
20
 
21
- interface FetchOptions {
21
+ interface IFetchOptions {
22
22
  binary?: boolean;
23
- xhr?: boolean
23
+ xhr?: boolean;
24
24
  }
25
25
 
26
26
  /**
27
27
  * Fetches the contents of a file.
28
28
  * @memberof util
29
29
  * @param {string} filename File path or url
30
- * @param {FetchOptions} options Fetch options
30
+ * @param {IFetchOptions} options Fetch options
31
31
  * @param {FetchCallback} callback Callback function
32
32
  * @returns {undefined}
33
33
  */
34
- declare function fetch(filename: string, options: FetchOptions, callback: FetchCallback): void;
34
+ declare function fetch(filename: string, options: IFetchOptions, callback: FetchCallback): void;
35
35
 
36
36
  /**
37
37
  * Fetches the contents of a file.
@@ -49,8 +49,8 @@ declare function fetch(path: string, callback: FetchCallback): void;
49
49
  * @name util.fetch
50
50
  * @function
51
51
  * @param {string} path File path or url
52
- * @param {FetchOptions} [options] Fetch options
52
+ * @param {IFetchOptions} [options] Fetch options
53
53
  * @returns {Promise<string|Uint8Array>} Promise
54
54
  * @variation 3
55
55
  */
56
- declare function fetch(path: string, options?: FetchOptions): Promise<(string|Uint8Array)>;
56
+ declare function fetch(path: string, options?: IFetchOptions): Promise<(string|Uint8Array)>;
@@ -2,9 +2,7 @@
2
2
  module.exports = fetch;
3
3
 
4
4
  var asPromise = require("@protobufjs/aspromise"),
5
- inquire = require("@protobufjs/inquire");
6
-
7
- var fs = inquire("fs");
5
+ fs = require("./util/fs");
8
6
 
9
7
  /**
10
8
  * Node-style callback as used by {@link util.fetch}.
@@ -17,8 +15,7 @@ var fs = inquire("fs");
17
15
 
18
16
  /**
19
17
  * Options as used by {@link util.fetch}.
20
- * @typedef FetchOptions
21
- * @type {Object}
18
+ * @interface IFetchOptions
22
19
  * @property {boolean} [binary=false] Whether expecting a binary response
23
20
  * @property {boolean} [xhr=false] If `true`, forces the use of XMLHttpRequest
24
21
  */
@@ -27,7 +24,7 @@ var fs = inquire("fs");
27
24
  * Fetches the contents of a file.
28
25
  * @memberof util
29
26
  * @param {string} filename File path or url
30
- * @param {FetchOptions} options Fetch options
27
+ * @param {IFetchOptions} options Fetch options
31
28
  * @param {FetchCallback} callback Callback function
32
29
  * @returns {undefined}
33
30
  */
@@ -70,7 +67,7 @@ function fetch(filename, options, callback) {
70
67
  * @name util.fetch
71
68
  * @function
72
69
  * @param {string} path File path or url
73
- * @param {FetchOptions} [options] Fetch options
70
+ * @param {IFetchOptions} [options] Fetch options
74
71
  * @returns {Promise<string|Uint8Array>} Promise
75
72
  * @variation 3
76
73
  */
@@ -1,25 +1,27 @@
1
1
  {
2
2
  "name": "@protobufjs/fetch",
3
3
  "description": "Fetches the contents of a file accross node and browsers.",
4
- "version": "1.1.0",
4
+ "version": "1.1.1",
5
5
  "author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/dcodeIO/protobuf.js.git"
9
9
  },
10
10
  "dependencies": {
11
- "@protobufjs/aspromise": "^1.1.1",
12
- "@protobufjs/inquire": "^1.1.0"
11
+ "@protobufjs/aspromise": "^1.1.1"
13
12
  },
14
13
  "license": "BSD-3-Clause",
15
14
  "main": "index.js",
16
15
  "types": "index.d.ts",
16
+ "browser": {
17
+ "fs": false
18
+ },
17
19
  "devDependencies": {
18
20
  "istanbul": "^0.4.5",
19
- "tape": "^4.6.3"
21
+ "tape": "^5.0.0"
20
22
  },
21
23
  "scripts": {
22
24
  "test": "tape tests/*.js",
23
25
  "coverage": "istanbul cover node_modules/tape/bin/tape tests/*.js"
24
26
  }
25
- }
27
+ }
@@ -4,13 +4,155 @@ var fetch = require("..");
4
4
 
5
5
  tape.test("fetch", function(test) {
6
6
 
7
- if (typeof Promise !== "undefined") {
8
- var promise = fetch("NOTFOUND");
9
- promise.catch(function() {});
10
- test.ok(promise instanceof Promise, "should return a promise if callback has been omitted");
11
- }
7
+ if (typeof Promise !== "undefined")
8
+ test.test(test.name + " - promise", function(test) {
9
+ var promise = fetch("NOTFOUND");
10
+ test.plan(2);
11
+ test.ok(promise instanceof Promise, "should return a promise if callback has been omitted");
12
+ promise
13
+ .then(function() {
14
+ test.fail("should not resolve");
15
+ })
16
+ .catch(function(err) {
17
+ test.ok(err, "should reject with an error");
18
+ });
19
+ });
20
+
21
+ test.test(test.name + " - node fs", function(test) {
22
+
23
+ test.test(test.name + " - string", function(test) {
24
+ test.plan(2);
25
+ fetch(require.resolve("./data/file.txt"), function(err, contents) {
26
+ test.notOk(err, "should not return an error");
27
+ test.equal(contents, "file.txt", "should return contents as a string");
28
+ });
29
+ });
30
+
31
+ test.test(test.name + " - binary", function(test) {
32
+ test.plan(2);
33
+ fetch(require.resolve("./data/file.txt"), { binary: true }, function(err, contents) {
34
+ test.notOk(err, "should not return an error");
35
+ test.same(contents, new Buffer("file.txt", "utf8"), "should return contents as a Buffer");
36
+ });
37
+ });
38
+
39
+ test.test(test.name + " - fallback", function(test) {
40
+ test.plan(2);
41
+ global.XMLHttpRequest = fakeXHR(0);
42
+ fetch("file.txt", function(err, contents) {
43
+ delete global.XMLHttpRequest;
44
+ test.notOk(err, "should not return an error");
45
+ test.same(contents, "file.txt", "should return contents as a string");
46
+ });
47
+ });
48
+
49
+ test.end();
50
+ });
51
+
52
+ test.test(test.name + " - XMLHttpRequest", function(test) {
53
+
54
+ test.test(test.name + " - 404", function(test) {
55
+ global.XMLHttpRequest = fakeXHR(404);
56
+ fetch("file.txt", { xhr: true }, function(err) {
57
+ delete global.XMLHttpRequest;
58
+ test.ok(err, "should return an error");
59
+ test.end();
60
+ });
61
+ });
62
+
63
+ test.test(test.name + " - string", function(test) {
64
+ global.XMLHttpRequest = fakeXHR(0);
65
+ test.plan(2);
66
+ fetch("file.txt", { xhr: true }, function(err, contents) {
67
+ delete global.XMLHttpRequest;
68
+ test.notOk(err, "should not return an error");
69
+ test.equal(contents, "file.txt", "should return contents as a string");
70
+ });
71
+ });
72
+
73
+ test.test(test.name + " - binary", function(test) {
74
+ global.XMLHttpRequest = fakeXHR(200);
75
+ test.plan(2);
76
+ fetch("file.txt", { xhr: true, binary: true }, function(err, contents) {
77
+ delete global.XMLHttpRequest;
78
+ test.notOk(err, "should not return an error");
79
+ test.same(contents, new Uint8Array([0x66, 0x69, 0x6c, 0x65, 0x2e, 0x74, 0x78, 0x74]), "should return contents as an Uint8Array");
80
+ });
81
+ });
82
+
83
+ });
84
+
85
+ test.test(test.name + " - XMLHttpRequest (ancient)", function(test) {
86
+
87
+ test.test(test.name + " - string", function(test) {
88
+ global.XMLHttpRequest = fakeXHR(0, true);
89
+ test.plan(2);
90
+ fetch("file.txt", { xhr: true }, function(err, contents) {
91
+ delete global.XMLHttpRequest;
92
+ test.notOk(err, "should not return an error");
93
+ test.equal(contents, "file.txt", "should return contents as a string");
94
+ });
95
+ });
96
+
97
+ test.test(test.name + " - binary", function(test) {
98
+ global.XMLHttpRequest = fakeXHR(200, true);
99
+ var U8 = global.Uint8Array;
100
+ delete global.Uint8Array;
101
+ test.plan(2);
102
+ fetch("file.txt", { xhr: true, binary: true }, function(err, contents) {
103
+ delete global.XMLHttpRequest;
104
+ global.Uint8Array = U8;
105
+ test.notOk(err, "should not return an error");
106
+ test.same(contents, [0x66, 0x69, 0x6c, 0x65, 0x2e, 0x74, 0x78, 0x74], "should return contents as an Array");
107
+ });
108
+ });
109
+
110
+ });
12
111
 
13
- // TODO - some way to test this properly?
14
-
15
- test.end();
16
112
  });
113
+
114
+ function fakeXHR(status, ancient) {
115
+
116
+ var UNSENT = 0,
117
+ OPENED = 1,
118
+ HEADERS_RECEIVED = 2,
119
+ LOADING = 3,
120
+ DONE = 4;
121
+
122
+ function XMLHttpRequest() {
123
+ this.status = 0;
124
+ this.readyState = UNSENT;
125
+ }
126
+ if (!ancient)
127
+ XMLHttpRequest.prototype.overrideMimeType = function(mimeType) {
128
+ this._mimeType = mimeType;
129
+ };
130
+ XMLHttpRequest.prototype.open = function open(method, path) {
131
+ this._method = method;
132
+ this._path = path;
133
+ this.readyState = OPENED;
134
+ };
135
+ XMLHttpRequest.prototype.send = function send() {
136
+ var self = this;
137
+ setTimeout(function() {
138
+ self.onreadystatechange(); // opened
139
+ self.readyState = HEADERS_RECEIVED;
140
+ self.onreadystatechange();
141
+ self.readyState = LOADING;
142
+ self.onreadystatechange();
143
+ self.readyState = DONE;
144
+ self.status = status;
145
+ if (self.responseType === "arraybuffer" && !ancient) {
146
+ var buf = new Buffer(self._path, "utf8");
147
+ var abuf = new ArrayBuffer(buf.length);
148
+ var view = new Uint8Array(abuf);
149
+ for (var i = 0; i < buf.length; ++i)
150
+ view[i] = buf[i];
151
+ self.response = abuf;
152
+ } else
153
+ self.responseText = self._path;
154
+ self.onreadystatechange();
155
+ });
156
+ };
157
+ return XMLHttpRequest;
158
+ }
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+
3
+ var fs = null;
4
+ try {
5
+ fs = require(/* webpackIgnore: true */ "fs");
6
+ if (!fs || !fs.readFile || !fs.readFileSync)
7
+ fs = null;
8
+ } catch (e) {
9
+ // `fs` is unavailable in browsers and browser-like bundles.
10
+ }
11
+ module.exports = fs;
@@ -0,0 +1,8 @@
1
+ # Changelog
2
+
3
+ ## [1.1.2](https://github.com/protobufjs/protobuf.js/compare/inquire-v1.1.1...inquire-v1.1.2) (2026-05-17)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Backport bundler-safe optional module lookups ([#2254](https://github.com/protobufjs/protobuf.js/issues/2254)) ([0853a62](https://github.com/protobufjs/protobuf.js/commit/0853a625680f9247596b84ef48082b8f4e554797))
@@ -5,5 +5,6 @@ export = inquire;
5
5
  * @memberof util
6
6
  * @param {string} moduleName Module to require
7
7
  * @returns {?Object} Required module if available and not empty, otherwise `null`
8
+ * @deprecated Legacy optional require helper. Will be removed in a future release.
8
9
  */
9
10
  declare function inquire(moduleName: string): object;
@@ -6,6 +6,7 @@ module.exports = inquire;
6
6
  * @memberof util
7
7
  * @param {string} moduleName Module to require
8
8
  * @returns {?Object} Required module if available and not empty, otherwise `null`
9
+ * @deprecated Legacy optional require helper. Will be removed in a future release.
9
10
  */
10
11
  function inquire(moduleName) {
11
12
  try {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@protobufjs/inquire",
3
3
  "description": "Requires a module only if available and hides the require call from bundlers.",
4
- "version": "1.1.1",
4
+ "version": "1.1.2",
5
5
  "author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",
6
6
  "repository": {
7
7
  "type": "git",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/core",
3
- "version": "3.24.2",
3
+ "version": "3.24.3",
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 core",
@@ -162,7 +162,7 @@
162
162
  "sideEffects": false,
163
163
  "dependencies": {
164
164
  "@aws-crypto/crc32": "5.2.0",
165
- "@smithy/types": "^4.14.1",
165
+ "@smithy/types": "^4.14.2",
166
166
  "tslib": "^2.6.2"
167
167
  },
168
168
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/credential-provider-imds",
3
- "version": "4.3.2",
3
+ "version": "4.3.3",
4
4
  "description": "AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,8 +27,8 @@
27
27
  "license": "Apache-2.0",
28
28
  "sideEffects": false,
29
29
  "dependencies": {
30
- "@smithy/core": "^3.24.2",
31
- "@smithy/types": "^4.14.1",
30
+ "@smithy/core": "^3.24.3",
31
+ "@smithy/types": "^4.14.2",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/fetch-http-handler",
3
- "version": "5.4.2",
3
+ "version": "5.4.3",
4
4
  "description": "Provides a way to make requests",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'",
@@ -27,12 +27,12 @@
27
27
  "module": "./dist-es/index.js",
28
28
  "types": "./dist-types/index.d.ts",
29
29
  "dependencies": {
30
- "@smithy/core": "^3.24.2",
31
- "@smithy/types": "^4.14.1",
30
+ "@smithy/core": "^3.24.3",
31
+ "@smithy/types": "^4.14.2",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@smithy/abort-controller": "^4.2.14",
35
+ "@smithy/abort-controller": "^4.2.15",
36
36
  "concurrently": "7.0.0",
37
37
  "downlevel-dts": "0.10.1",
38
38
  "premove": "4.0.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/node-http-handler",
3
- "version": "4.7.2",
3
+ "version": "4.7.3",
4
4
  "description": "Provides a way to make requests",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'",
@@ -26,12 +26,12 @@
26
26
  "module": "./dist-es/index.js",
27
27
  "types": "./dist-types/index.d.ts",
28
28
  "dependencies": {
29
- "@smithy/core": "^3.24.2",
30
- "@smithy/types": "^4.14.1",
29
+ "@smithy/core": "^3.24.3",
30
+ "@smithy/types": "^4.14.2",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "devDependencies": {
34
- "@smithy/abort-controller": "^4.2.14",
34
+ "@smithy/abort-controller": "^4.2.15",
35
35
  "@types/node": "^18.11.9",
36
36
  "concurrently": "7.0.0",
37
37
  "downlevel-dts": "0.10.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/signature-v4",
3
- "version": "5.4.2",
3
+ "version": "5.4.3",
4
4
  "description": "A standalone implementation of the AWS Signature V4 request signing algorithm",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,8 +25,8 @@
25
25
  "license": "Apache-2.0",
26
26
  "sideEffects": false,
27
27
  "dependencies": {
28
- "@smithy/core": "^3.24.2",
29
- "@smithy/types": "^4.14.1",
28
+ "@smithy/core": "^3.24.3",
29
+ "@smithy/types": "^4.14.2",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "devDependencies": {
@@ -54,8 +54,8 @@ When using the transform on non-aggregated client with the `Command` syntax,
54
54
  the input cannot be validated because it goes through another class.
55
55
 
56
56
  ```ts
57
- import { S3Client, ListBucketsCommand, GetObjectCommand, GetObjectCommandInput } from "@aws-sdk/client-s3";
58
- import type { AssertiveClient, UncheckedClient, NoUndefined } from "@smithy/types";
57
+ import { GetObjectCommand, GetObjectCommandInput, ListBucketsCommand, S3Client } from "@aws-sdk/client-s3";
58
+ import type { AssertiveClient, NoUndefined, UncheckedClient } from "@smithy/types";
59
59
 
60
60
  const s3 = new S3Client({}) as UncheckedClient<S3Client>;
61
61
 
@@ -93,9 +93,9 @@ Because blob payload types are platform dependent, you may wish to indicate in y
93
93
  environment. This narrows the blob payload types.
94
94
 
95
95
  ```typescript
96
+ import type { IncomingMessage } from "node:http";
96
97
  import { GetObjectCommand, S3Client } from "@aws-sdk/client-s3";
97
98
  import type { NodeJsClient, SdkStream, StreamingBlobPayloadOutputTypes } from "@smithy/types";
98
- import type { IncomingMessage } from "node:http";
99
99
 
100
100
  // default client init.
101
101
  const s3Default = new S3Client({});
@@ -4,12 +4,11 @@ import type { AbortHandler } from "./abort-handler";
4
4
  */
5
5
  export { AbortHandler };
6
6
  /**
7
- * @public
8
- * @deprecated use platform (global) type for AbortSignal.
9
- *
10
7
  * Holders of an AbortSignal object may query if the associated operation has
11
8
  * been aborted and register an onabort handler.
12
9
  *
10
+ * @public
11
+ * @deprecated use platform (global) type for AbortSignal.
13
12
  * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal
14
13
  */
15
14
  export interface AbortSignal {
@@ -24,9 +23,6 @@ export interface AbortSignal {
24
23
  onabort: AbortHandler | Function | null;
25
24
  }
26
25
  /**
27
- * @public
28
- * @deprecated use platform (global) type for AbortController.
29
- *
30
26
  * The AWS SDK uses a Controller/Signal model to allow for cooperative
31
27
  * cancellation of asynchronous operations. When initiating such an operation,
32
28
  * the caller can create an AbortController and then provide linked signal to
@@ -34,6 +30,8 @@ export interface AbortSignal {
34
30
  * that an action has been aborted without dictating how that cancellation
35
31
  * should be handled.
36
32
  *
33
+ * @public
34
+ * @deprecated use platform (global) type for AbortController.
37
35
  * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortController
38
36
  */
39
37
  export interface AbortController {
@@ -1,7 +1,7 @@
1
1
  /**
2
- * @internal
3
- *
4
2
  * Authentication schemes represent a way that the service will authenticate the customer’s identity.
3
+ *
4
+ * @internal
5
5
  */
6
6
  export interface AuthScheme {
7
7
  /**
@@ -28,8 +28,9 @@ export interface AuthScheme {
28
28
  properties: Record<string, unknown>;
29
29
  }
30
30
  /**
31
- * @internal
32
31
  * @deprecated
32
+ *
33
+ * @internal
33
34
  */
34
35
  export interface HttpAuthDefinition {
35
36
  /**
@@ -48,8 +49,9 @@ export interface HttpAuthDefinition {
48
49
  scheme?: string;
49
50
  }
50
51
  /**
51
- * @internal
52
52
  * @deprecated
53
+ *
54
+ * @internal
53
55
  */
54
56
  export declare enum HttpAuthLocation {
55
57
  HEADER = "header",
@@ -1,36 +1,33 @@
1
- import type { Readable } from "stream";
1
+ import type { Readable } from "node:stream";
2
2
  import type { BlobOptionalType, ReadableStreamOptionalType } from "../externals-check/browser-externals-check";
3
3
  /**
4
- * @public
5
- *
6
4
  * A union of types that can be used as inputs for the service model
7
5
  * "blob" type when it represents the request's entire payload or body.
8
- *
9
6
  * For example, in Lambda::invoke, the payload is modeled as a blob type
10
7
  * and this union applies to it.
11
8
  * In contrast, in Lambda::createFunction the Zip file option is a blob type,
12
9
  * but is not the (entire) payload and this union does not apply.
13
- *
14
10
  * Note: not all types are signable by the standard SignatureV4 signer when
15
11
  * used as the request body. For example, in Node.js a Readable stream
16
12
  * is not signable by the default signer.
17
13
  * They are included in the union because it may work in some cases,
18
14
  * but the expected types are primarily string and Uint8Array.
19
- *
20
15
  * Additional details may be found in the internal
21
16
  * function "getPayloadHash" in the SignatureV4 module.
17
+ *
18
+ * @public
22
19
  */
23
20
  export type BlobPayloadInputTypes = string | ArrayBuffer | ArrayBufferView | Uint8Array | NodeJsRuntimeBlobTypes | BrowserRuntimeBlobTypes;
24
21
  /**
25
- * @public
26
- *
27
22
  * Additional blob types for the Node.js environment.
23
+ *
24
+ * @public
28
25
  */
29
26
  export type NodeJsRuntimeBlobTypes = Readable | Buffer;
30
27
  /**
31
- * @public
32
- *
33
28
  * Additional blob types for the browser environment.
29
+ *
30
+ * @public
34
31
  */
35
32
  export type BrowserRuntimeBlobTypes = BlobOptionalType | ReadableStreamOptionalType;
36
33
  /**
@@ -1,18 +1,16 @@
1
1
  import type { SourceData } from "./crypto";
2
2
  /**
3
- * @public
4
- *
5
3
  * An object that provides a checksum of data provided in chunks to `update`.
6
4
  * The checksum may be performed incrementally as chunks are received or all
7
5
  * at once when the checksum is finalized, depending on the underlying
8
6
  * implementation.
9
- *
10
7
  * It's recommended to compute checksum incrementally to avoid reading the
11
8
  * entire payload in memory.
12
- *
13
9
  * A class that implements this interface may accept an optional secret key in its
14
10
  * constructor while computing checksum value, when using HMAC. If provided,
15
11
  * this secret key would be used when computing checksum.
12
+ *
13
+ * @public
16
14
  */
17
15
  export interface Checksum {
18
16
  /**
@@ -52,11 +50,11 @@ export interface Checksum {
52
50
  update(chunk: Uint8Array): void;
53
51
  }
54
52
  /**
55
- * @public
56
- *
57
53
  * A constructor for a Checksum that may be used to calculate an HMAC. Implementing
58
54
  * classes should not directly hold the provided key in memory beyond the
59
55
  * lexical scope of the constructor.
56
+ *
57
+ * @public
60
58
  */
61
59
  export interface ChecksumConstructor {
62
60
  new (secret?: SourceData): Checksum;