@psnext/slingcli 2.4.20260515-1 → 2.4.20260520-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 (539) hide show
  1. package/README.md +8 -5
  2. package/bin/sling.js +103 -10
  3. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/endpoint/endpointResolver.js +2 -2
  4. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/index.js +9 -13
  5. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.browser.js +5 -5
  6. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.js +2 -3
  7. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/BedrockRuntimeClient.js +1 -4
  8. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/endpoint/endpointResolver.js +1 -1
  9. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.browser.js +1 -1
  10. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.js +1 -2
  11. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeExtensions.js +1 -1
  12. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/BedrockRuntimeClient.d.ts +1 -2
  13. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.browser.d.ts +1 -1
  14. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.d.ts +1 -1
  15. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.native.d.ts +1 -1
  16. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/BedrockRuntimeClient.d.ts +5 -7
  17. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  18. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  19. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  20. package/node_modules/@aws-sdk/client-bedrock-runtime/package.json +11 -19
  21. package/node_modules/@aws-sdk/core/dist-cjs/index.js +14 -16
  22. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +595 -0
  23. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +715 -0
  24. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +588 -0
  25. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +10 -10
  26. package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
  27. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.browser.js +36 -0
  28. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +26 -4
  29. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.native.js +37 -0
  30. package/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.js +3 -0
  31. package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/check-features.js +1 -1
  32. package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/user-agent-middleware.js +1 -1
  33. package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/aws/partition.js +1 -1
  34. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partitions.js +1 -0
  35. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.browser.js +1 -0
  36. package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/nodeAppIdConfigOptions.js +1 -1
  37. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +1 -1
  38. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +9 -9
  39. package/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +3 -2
  40. package/node_modules/@aws-sdk/core/dist-types/index.d.ts +12 -14
  41. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.browser.d.ts +47 -0
  42. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +38 -4
  43. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.native.d.ts +48 -0
  44. package/node_modules/@aws-sdk/core/dist-types/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.d.ts +5 -0
  45. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/lib/aws/partitions.d.ts +638 -0
  46. 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
  47. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +1 -0
  48. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +1 -1
  49. package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +0 -2
  50. package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +65 -3
  51. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.browser.d.ts +116 -0
  52. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +123 -4
  53. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.native.d.ts +116 -0
  54. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.d.ts +4 -0
  55. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partitions.d.ts +647 -0
  56. 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
  57. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +1 -0
  58. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +0 -1
  59. package/node_modules/@aws-sdk/core/package.json +26 -7
  60. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  61. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  62. package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
  63. package/node_modules/@aws-sdk/credential-provider-login/package.json +4 -4
  64. package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -9
  65. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  66. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/README.md +62 -0
  67. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +156 -0
  68. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/constants.js +2 -0
  69. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +16 -0
  70. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +80 -0
  71. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +8 -0
  72. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +11 -0
  73. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +10 -0
  74. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/index.js +4 -0
  75. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +5 -0
  76. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +7 -0
  77. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +7 -0
  78. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +8 -0
  79. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +8 -0
  80. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +18 -0
  81. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +12 -0
  82. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +9 -0
  83. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +8 -0
  84. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +7 -0
  85. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +4 -0
  86. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +18 -0
  87. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +3 -0
  88. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +11 -0
  89. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +14 -0
  90. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +12 -0
  91. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +11 -0
  92. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +7 -0
  93. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +4 -0
  94. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +5 -0
  95. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +2 -0
  96. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +5 -0
  97. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +5 -0
  98. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +5 -0
  99. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +4 -0
  100. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +5 -0
  101. package/node_modules/@aws-sdk/{middleware-host-header → credential-provider-sso/node_modules/@aws-sdk/token-providers}/package.json +27 -17
  102. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  103. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  104. package/node_modules/@aws-sdk/eventstream-handler-node/package.json +2 -2
  105. package/node_modules/@aws-sdk/middleware-eventstream/package.json +2 -2
  106. package/node_modules/@aws-sdk/middleware-websocket/package.json +5 -5
  107. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +13 -20
  108. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +13 -20
  109. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +13 -20
  110. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +13 -20
  111. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +14 -21
  112. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +1 -4
  113. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +1 -1
  114. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +1 -1
  115. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +1 -2
  116. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeExtensions.js +1 -1
  117. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +1 -4
  118. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +1 -1
  119. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +1 -1
  120. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +1 -2
  121. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +1 -1
  122. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +1 -4
  123. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +1 -1
  124. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +1 -1
  125. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +1 -2
  126. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +1 -1
  127. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -4
  128. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +1 -1
  129. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +1 -1
  130. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +1 -2
  131. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +1 -1
  132. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -4
  133. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -2
  134. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +1 -1
  135. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +1 -1
  136. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +1 -2
  137. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +1 -1
  138. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +1 -2
  139. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +1 -1
  140. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +1 -1
  141. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +1 -1
  142. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +1 -2
  143. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +1 -1
  144. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +1 -1
  145. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +1 -1
  146. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +1 -2
  147. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +1 -1
  148. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +1 -1
  149. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +1 -1
  150. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -2
  151. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -1
  152. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +1 -1
  153. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -1
  154. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +1 -2
  155. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +1 -1
  156. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -1
  157. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +1 -1
  158. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +1 -3
  159. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +1 -1
  160. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +1 -1
  161. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +1 -1
  162. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +1 -3
  163. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +1 -1
  164. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +1 -1
  165. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +1 -1
  166. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +1 -3
  167. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +1 -1
  168. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +1 -1
  169. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +1 -1
  170. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -3
  171. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -1
  172. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +1 -1
  173. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -1
  174. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +1 -3
  175. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +1 -1
  176. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +1 -1
  177. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +1 -1
  178. package/node_modules/@aws-sdk/nested-clients/package.json +6 -14
  179. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +3 -3
  180. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  181. package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js +15 -0
  182. package/node_modules/@earendil-works/pi-ai/dist/models.generated.js +176 -564
  183. package/node_modules/@mariozechner/clipboard/Cargo.toml +21 -2
  184. package/node_modules/@mariozechner/clipboard/README.md +2 -0
  185. package/node_modules/@mariozechner/clipboard/package.json +11 -11
  186. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/common.rs +307 -0
  187. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/mod.rs +93 -0
  188. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/ios.rs +313 -0
  189. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/macos.rs +471 -0
  190. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/mod.rs +252 -0
  191. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/wayland.rs +431 -0
  192. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/win.rs +712 -0
  193. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/x11.rs +916 -0
  194. package/node_modules/@mariozechner/clipboard/src/lib.rs +3 -0
  195. package/node_modules/@mariozechner/clipboard-darwin-arm64/README.md +3 -0
  196. package/node_modules/@mariozechner/clipboard-darwin-arm64/clipboard.darwin-arm64.node +0 -0
  197. package/node_modules/@mariozechner/{clipboard-linux-x64-gnu → clipboard-darwin-arm64}/package.json +6 -9
  198. package/node_modules/@mariozechner/clipboard-darwin-universal/README.md +3 -0
  199. package/node_modules/@mariozechner/clipboard-darwin-universal/clipboard.darwin-universal.node +0 -0
  200. package/node_modules/@mariozechner/clipboard-darwin-universal/package.json +19 -0
  201. package/node_modules/@protobufjs/fetch/CHANGELOG.md +8 -0
  202. package/node_modules/@protobufjs/fetch/index.d.ts +7 -7
  203. package/node_modules/@protobufjs/fetch/index.js +4 -7
  204. package/node_modules/@protobufjs/fetch/package.json +7 -5
  205. package/node_modules/@protobufjs/fetch/tests/data/file.txt +1 -0
  206. package/node_modules/@protobufjs/fetch/tests/index.js +150 -8
  207. package/node_modules/@protobufjs/fetch/util/fs.js +11 -0
  208. package/node_modules/@protobufjs/inquire/CHANGELOG.md +8 -0
  209. package/node_modules/@protobufjs/inquire/index.d.ts +1 -0
  210. package/node_modules/@protobufjs/inquire/index.js +1 -0
  211. package/node_modules/@protobufjs/inquire/package.json +1 -1
  212. package/node_modules/@smithy/core/package.json +2 -2
  213. package/node_modules/@smithy/credential-provider-imds/package.json +3 -3
  214. package/node_modules/@smithy/fetch-http-handler/package.json +4 -4
  215. package/node_modules/@smithy/node-http-handler/package.json +4 -4
  216. package/node_modules/@smithy/signature-v4/package.json +3 -3
  217. package/node_modules/@smithy/types/README.md +3 -3
  218. package/node_modules/@smithy/types/dist-types/abort.d.ts +4 -6
  219. package/node_modules/@smithy/types/dist-types/auth/auth.d.ts +6 -4
  220. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +7 -10
  221. package/node_modules/@smithy/types/dist-types/checksum.d.ts +4 -6
  222. package/node_modules/@smithy/types/dist-types/client.d.ts +8 -8
  223. package/node_modules/@smithy/types/dist-types/command.d.ts +2 -2
  224. package/node_modules/@smithy/types/dist-types/crypto.d.ts +6 -8
  225. package/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +6 -7
  226. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +10 -10
  227. package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +9 -10
  228. package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
  229. package/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +10 -10
  230. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +2 -2
  231. package/node_modules/@smithy/types/dist-types/http.d.ts +18 -21
  232. package/node_modules/@smithy/types/dist-types/logger.d.ts +2 -2
  233. package/node_modules/@smithy/types/dist-types/middleware.d.ts +28 -27
  234. package/node_modules/@smithy/types/dist-types/pagination.d.ts +4 -4
  235. package/node_modules/@smithy/types/dist-types/serde.d.ts +10 -10
  236. package/node_modules/@smithy/types/dist-types/shapes.d.ts +9 -12
  237. package/node_modules/@smithy/types/dist-types/signature.d.ts +4 -4
  238. package/node_modules/@smithy/types/dist-types/stream.d.ts +2 -2
  239. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +7 -11
  240. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +23 -29
  241. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +9 -19
  242. package/node_modules/@smithy/types/dist-types/transfer.d.ts +2 -1
  243. package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +4 -4
  244. package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +14 -18
  245. package/node_modules/@smithy/types/dist-types/transform/exact.d.ts +2 -2
  246. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +12 -12
  247. package/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +14 -9
  248. package/node_modules/@smithy/types/dist-types/uri.d.ts +2 -2
  249. package/node_modules/@smithy/types/dist-types/util.d.ts +28 -28
  250. package/node_modules/@smithy/types/package.json +1 -1
  251. package/node_modules/@types/node/README.md +1 -1
  252. package/node_modules/@types/node/async_hooks.d.ts +108 -0
  253. package/node_modules/@types/node/crypto.d.ts +14 -3
  254. package/node_modules/@types/node/fs/promises.d.ts +126 -0
  255. package/node_modules/@types/node/fs.d.ts +4 -2
  256. package/node_modules/@types/node/index.d.ts +2 -0
  257. package/node_modules/@types/node/inspector.generated.d.ts +5 -0
  258. package/node_modules/@types/node/module.d.ts +1 -0
  259. package/node_modules/@types/node/package.json +2 -2
  260. package/node_modules/@types/node/process.d.ts +25 -1
  261. package/node_modules/@types/node/quic.d.ts +2 -2
  262. package/node_modules/@types/node/repl.d.ts +15 -0
  263. package/node_modules/@types/node/stream/iter.d.ts +301 -0
  264. package/node_modules/@types/node/test.d.ts +38 -12
  265. package/node_modules/@types/node/ts5.6/index.d.ts +2 -0
  266. package/node_modules/@types/node/ts5.7/index.d.ts +2 -0
  267. package/node_modules/@types/node/vm.d.ts +5 -4
  268. package/node_modules/@types/node/zlib/iter.d.ts +131 -0
  269. package/node_modules/lru-cache/dist/commonjs/browser/index.d.ts +37 -17
  270. package/node_modules/lru-cache/dist/commonjs/browser/index.d.ts.map +1 -1
  271. package/node_modules/lru-cache/dist/commonjs/browser/index.js +81 -41
  272. package/node_modules/lru-cache/dist/commonjs/browser/index.js.map +1 -1
  273. package/node_modules/lru-cache/dist/commonjs/browser/index.min.js +1 -1
  274. package/node_modules/lru-cache/dist/commonjs/browser/index.min.js.map +3 -3
  275. package/node_modules/lru-cache/dist/commonjs/browser/perf.d.ts.map +1 -1
  276. package/node_modules/lru-cache/dist/commonjs/browser/perf.js +1 -2
  277. package/node_modules/lru-cache/dist/commonjs/browser/perf.js.map +1 -1
  278. package/node_modules/lru-cache/dist/commonjs/index.d.ts +37 -17
  279. package/node_modules/lru-cache/dist/commonjs/index.d.ts.map +1 -1
  280. package/node_modules/lru-cache/dist/commonjs/index.js +81 -41
  281. package/node_modules/lru-cache/dist/commonjs/index.js.map +1 -1
  282. package/node_modules/lru-cache/dist/commonjs/index.min.js +1 -1
  283. package/node_modules/lru-cache/dist/commonjs/index.min.js.map +3 -3
  284. package/node_modules/lru-cache/dist/commonjs/node/index.d.ts +37 -17
  285. package/node_modules/lru-cache/dist/commonjs/node/index.d.ts.map +1 -1
  286. package/node_modules/lru-cache/dist/commonjs/node/index.js +81 -41
  287. package/node_modules/lru-cache/dist/commonjs/node/index.js.map +1 -1
  288. package/node_modules/lru-cache/dist/commonjs/node/index.min.js +1 -1
  289. package/node_modules/lru-cache/dist/commonjs/node/index.min.js.map +3 -3
  290. package/node_modules/lru-cache/dist/commonjs/node/perf.d.ts.map +1 -1
  291. package/node_modules/lru-cache/dist/commonjs/node/perf.js +1 -2
  292. package/node_modules/lru-cache/dist/commonjs/node/perf.js.map +1 -1
  293. package/node_modules/lru-cache/dist/commonjs/perf.d.ts.map +1 -1
  294. package/node_modules/lru-cache/dist/commonjs/perf.js +1 -2
  295. package/node_modules/lru-cache/dist/commonjs/perf.js.map +1 -1
  296. package/node_modules/lru-cache/dist/esm/browser/index.d.ts +37 -17
  297. package/node_modules/lru-cache/dist/esm/browser/index.d.ts.map +1 -1
  298. package/node_modules/lru-cache/dist/esm/browser/index.js +81 -41
  299. package/node_modules/lru-cache/dist/esm/browser/index.js.map +1 -1
  300. package/node_modules/lru-cache/dist/esm/browser/index.min.js +1 -1
  301. package/node_modules/lru-cache/dist/esm/browser/index.min.js.map +3 -3
  302. package/node_modules/lru-cache/dist/esm/browser/perf.d.ts.map +1 -1
  303. package/node_modules/lru-cache/dist/esm/browser/perf.js +1 -2
  304. package/node_modules/lru-cache/dist/esm/browser/perf.js.map +1 -1
  305. package/node_modules/lru-cache/dist/esm/index.d.ts +37 -17
  306. package/node_modules/lru-cache/dist/esm/index.d.ts.map +1 -1
  307. package/node_modules/lru-cache/dist/esm/index.js +81 -41
  308. package/node_modules/lru-cache/dist/esm/index.js.map +1 -1
  309. package/node_modules/lru-cache/dist/esm/index.min.js +1 -1
  310. package/node_modules/lru-cache/dist/esm/index.min.js.map +3 -3
  311. package/node_modules/lru-cache/dist/esm/node/index.d.ts +37 -17
  312. package/node_modules/lru-cache/dist/esm/node/index.d.ts.map +1 -1
  313. package/node_modules/lru-cache/dist/esm/node/index.js +81 -41
  314. package/node_modules/lru-cache/dist/esm/node/index.js.map +1 -1
  315. package/node_modules/lru-cache/dist/esm/node/index.min.js +1 -1
  316. package/node_modules/lru-cache/dist/esm/node/index.min.js.map +3 -3
  317. package/node_modules/lru-cache/dist/esm/node/perf.d.ts.map +1 -1
  318. package/node_modules/lru-cache/dist/esm/node/perf.js +1 -2
  319. package/node_modules/lru-cache/dist/esm/node/perf.js.map +1 -1
  320. package/node_modules/lru-cache/dist/esm/perf.d.ts.map +1 -1
  321. package/node_modules/lru-cache/dist/esm/perf.js +1 -2
  322. package/node_modules/lru-cache/dist/esm/perf.js.map +1 -1
  323. package/node_modules/lru-cache/package.json +8 -8
  324. package/node_modules/protobufjs/README.md +1 -1
  325. package/node_modules/protobufjs/dist/light/protobuf.js +193 -157
  326. package/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
  327. package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
  328. package/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
  329. package/node_modules/protobufjs/dist/minimal/protobuf.js +14 -5
  330. package/node_modules/protobufjs/dist/minimal/protobuf.js.map +1 -1
  331. package/node_modules/protobufjs/dist/minimal/protobuf.min.js +3 -3
  332. package/node_modules/protobufjs/dist/minimal/protobuf.min.js.map +1 -1
  333. package/node_modules/protobufjs/dist/protobuf.js +213 -177
  334. package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
  335. package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
  336. package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
  337. package/node_modules/protobufjs/index.d.ts +2 -1
  338. package/node_modules/protobufjs/package.json +7 -4
  339. package/node_modules/protobufjs/src/converter.js +5 -3
  340. package/node_modules/protobufjs/src/type.js +1 -1
  341. package/node_modules/protobufjs/src/util/fs.js +11 -0
  342. package/node_modules/protobufjs/src/util/minimal.js +10 -2
  343. package/node_modules/protobufjs/src/util.js +1 -1
  344. package/package.json +2 -2
  345. package/slingshot/index.js +201 -201
  346. package/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
  347. package/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  348. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -41
  349. package/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  350. package/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  351. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -48
  352. package/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
  353. package/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
  354. package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
  355. package/node_modules/@aws-sdk/middleware-logger/package.json +0 -59
  356. package/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +0 -201
  357. package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +0 -17
  358. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +0 -29
  359. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.browser.js +0 -5
  360. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +0 -33
  361. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.native.js +0 -5
  362. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +0 -2
  363. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +0 -2
  364. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +0 -2
  365. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +0 -66
  366. package/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
  367. package/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
  368. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -194
  369. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
  370. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
  371. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
  372. package/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -61
  373. package/node_modules/@aws-sdk/region-config-resolver/README.md +0 -19
  374. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +0 -38
  375. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.browser.js +0 -6
  376. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +0 -19
  377. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +0 -6
  378. package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +0 -3
  379. package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +0 -3
  380. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +0 -3
  381. package/node_modules/@aws-sdk/region-config-resolver/package.json +0 -64
  382. package/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  383. package/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  384. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -406
  385. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
  386. package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
  387. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  388. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
  389. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  390. package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
  391. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  392. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  393. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  394. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  395. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  396. package/node_modules/@aws-sdk/util-endpoints/package.json +0 -59
  397. package/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
  398. package/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -29
  399. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +0 -24
  400. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.browser.js +0 -4
  401. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -61
  402. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -22
  403. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.browser.js +0 -1
  404. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.browser.d.ts +0 -1
  405. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.browser.d.ts +0 -1
  406. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -60
  407. package/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  408. package/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -17
  409. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -185
  410. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -2
  411. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -2
  412. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -2
  413. package/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -68
  414. package/node_modules/@mariozechner/clipboard-linux-x64-gnu/README.md +0 -3
  415. package/node_modules/@mariozechner/clipboard-linux-x64-gnu/clipboard.linux-x64-gnu.node +0 -0
  416. /package/node_modules/@aws-sdk/{middleware-host-header/dist-es/index.js → core/dist-es/submodules/client/middleware-host-header/hostHeaderMiddleware.js} +0 -0
  417. /package/node_modules/@aws-sdk/{middleware-logger/dist-es → core/dist-es/submodules/client/middleware-logger}/loggerMiddleware.js +0 -0
  418. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/configuration.js +0 -0
  419. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/getRecursionDetectionPlugin.js +0 -0
  420. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.browser.js +0 -0
  421. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.js +0 -0
  422. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.native.js +0 -0
  423. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/configurations.js +0 -0
  424. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/constants.js +0 -0
  425. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/encode-features.js +0 -0
  426. /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/awsRegionConfig.js +0 -0
  427. /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
  428. /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.browser.js +0 -0
  429. /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.js +0 -0
  430. /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.native.js +0 -0
  431. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/aws.js +0 -0
  432. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/aws/isVirtualHostableS3Bucket.js +0 -0
  433. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/aws/parseArn.js +0 -0
  434. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/isIpAddress.js +0 -0
  435. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/resolveDefaultAwsRegionalEndpointsConfig.js +0 -0
  436. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/resolveEndpoint.js +0 -0
  437. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/EndpointError.js +0 -0
  438. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/EndpointRuleObject.js +0 -0
  439. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/ErrorRuleObject.js +0 -0
  440. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/RuleSetObject.js +0 -0
  441. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/TreeRuleObject.js +0 -0
  442. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/shared.js +0 -0
  443. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es → core/dist-es/submodules/client/util-user-agent-browser}/configurations.js +0 -0
  444. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es → core/dist-es/submodules/client/util-user-agent-browser}/createUserAgentStringParsingProvider.js +0 -0
  445. /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
  446. /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
  447. /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
  448. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/defaultUserAgent.js +0 -0
  449. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getNodeModulesParentDirs.js +0 -0
  450. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getRuntimeUserAgentPair.js +0 -0
  451. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getSanitizedDevTypeScriptVersion.js +0 -0
  452. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getSanitizedTypeScriptVersion.js +0 -0
  453. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getTypeScriptUserAgentPair.js +0 -0
  454. /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
  455. /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
  456. /package/node_modules/@aws-sdk/{middleware-logger/dist-types → core/dist-types/submodules/client/middleware-logger}/loggerMiddleware.d.ts +0 -0
  457. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types → core/dist-types/submodules/client/middleware-recursion-detection}/configuration.d.ts +0 -0
  458. /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
  459. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types → core/dist-types/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.browser.d.ts +0 -0
  460. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types → core/dist-types/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.d.ts +0 -0
  461. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types → core/dist-types/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.native.d.ts +0 -0
  462. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/check-features.d.ts +0 -0
  463. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/configurations.d.ts +0 -0
  464. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/constants.d.ts +0 -0
  465. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/encode-features.d.ts +0 -0
  466. /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
  467. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/regionConfig → core/dist-types/submodules/client/region-config-resolver}/awsRegionConfig.d.ts +0 -0
  468. /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
  469. /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
  470. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/regionConfig → core/dist-types/submodules/client/region-config-resolver}/stsRegionDefaultResolver.d.ts +0 -0
  471. /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
  472. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/aws.d.ts +0 -0
  473. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -0
  474. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/lib/aws/parseArn.d.ts +0 -0
  475. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/lib/aws/partition.d.ts +0 -0
  476. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/lib/isIpAddress.d.ts +0 -0
  477. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -0
  478. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/resolveEndpoint.d.ts +0 -0
  479. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/submodules/client/util-endpoints}/types/EndpointError.d.ts +0 -0
  480. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/types/EndpointRuleObject.d.ts +0 -0
  481. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/submodules/client/util-endpoints}/types/ErrorRuleObject.d.ts +0 -0
  482. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/types/RuleSetObject.d.ts +0 -0
  483. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/submodules/client/util-endpoints}/types/TreeRuleObject.d.ts +0 -0
  484. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/types/shared.d.ts +0 -0
  485. /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
  486. /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
  487. /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
  488. /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
  489. /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
  490. /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
  491. /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
  492. /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
  493. /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
  494. /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
  495. /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
  496. /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
  497. /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
  498. /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
  499. /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
  500. /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
  501. /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
  502. /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
  503. /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
  504. /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
  505. /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
  506. /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
  507. /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
  508. /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
  509. /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
  510. /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
  511. /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
  512. /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
  513. /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
  514. /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
  515. /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
  516. /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
  517. /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
  518. /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
  519. /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
  520. /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
  521. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/EndpointError.d.ts +0 -0
  522. /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
  523. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/ErrorRuleObject.d.ts +0 -0
  524. /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
  525. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/TreeRuleObject.d.ts +0 -0
  526. /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
  527. /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
  528. /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
  529. /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
  530. /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
  531. /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
  532. /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
  533. /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
  534. /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
  535. /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
  536. /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
  537. /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
  538. /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
  539. /package/node_modules/@aws-sdk/{region-config-resolver → credential-provider-sso/node_modules/@aws-sdk/token-providers}/LICENSE +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,
@@ -0,0 +1,3 @@
1
+ # `@mariozechner/clipboard-darwin-arm64`
2
+
3
+ This is the **aarch64-apple-darwin** binary for `@mariozechner/clipboard`
@@ -1,23 +1,20 @@
1
1
  {
2
- "name": "@mariozechner/clipboard-linux-x64-gnu",
3
- "version": "0.3.2",
2
+ "name": "@mariozechner/clipboard-darwin-arm64",
3
+ "version": "0.3.6",
4
4
  "os": [
5
- "linux"
5
+ "darwin"
6
6
  ],
7
7
  "cpu": [
8
- "x64"
8
+ "arm64"
9
9
  ],
10
- "main": "clipboard.linux-x64-gnu.node",
10
+ "main": "clipboard.darwin-arm64.node",
11
11
  "files": [
12
- "clipboard.linux-x64-gnu.node"
12
+ "clipboard.darwin-arm64.node"
13
13
  ],
14
14
  "license": "MIT",
15
15
  "engines": {
16
16
  "node": ">= 10"
17
17
  },
18
- "libc": [
19
- "glibc"
20
- ],
21
18
  "repository": {
22
19
  "type": "git",
23
20
  "url": "https://github.com/badlogic/clipboard.git"
@@ -0,0 +1,3 @@
1
+ # `@mariozechner/clipboard-darwin-universal`
2
+
3
+ This is the **universal-apple-darwin** binary for `@mariozechner/clipboard`
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "@mariozechner/clipboard-darwin-universal",
3
+ "version": "0.3.6",
4
+ "os": [
5
+ "darwin"
6
+ ],
7
+ "main": "clipboard.darwin-universal.node",
8
+ "files": [
9
+ "clipboard.darwin-universal.node"
10
+ ],
11
+ "license": "MIT",
12
+ "engines": {
13
+ "node": ">= 10"
14
+ },
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/badlogic/clipboard.git"
18
+ }
19
+ }
@@ -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
  /**