@psnext/slingcli 2.4.20260528-1 → 2.5.20260602-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 (208) hide show
  1. package/node_modules/@aws-sdk/core/package.json +3 -3
  2. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  3. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/LICENSE +201 -0
  4. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/README.md +9 -0
  5. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-cjs/index.js +888 -0
  6. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +19 -0
  7. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
  8. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
  9. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +50 -0
  10. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
  11. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +240 -0
  12. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +136 -0
  13. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +46 -0
  14. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +172 -0
  15. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
  16. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
  17. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
  18. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -0
  19. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +8 -0
  20. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +41 -0
  21. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  22. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +63 -0
  23. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +10 -0
  24. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
  25. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
  26. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +46 -0
  27. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
  28. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +47 -0
  29. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +46 -0
  30. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +36 -0
  31. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +76 -0
  32. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  33. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +6 -0
  34. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
  35. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  36. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +5 -0
  37. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +7 -0
  38. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +9 -0
  39. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +12 -0
  40. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/package.json +66 -0
  41. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  42. package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
  43. package/node_modules/@aws-sdk/credential-provider-login/package.json +4 -4
  44. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +12 -1
  45. package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +12 -1
  46. package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -9
  47. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  48. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +4 -4
  49. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  50. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  51. package/node_modules/@aws-sdk/eventstream-handler-node/package.json +2 -2
  52. package/node_modules/@aws-sdk/middleware-eventstream/package.json +2 -2
  53. package/node_modules/@aws-sdk/middleware-websocket/package.json +5 -5
  54. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
  55. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
  56. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
  57. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
  58. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
  59. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/LICENSE +201 -0
  60. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/README.md +9 -0
  61. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/index.js +888 -0
  62. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +19 -0
  63. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
  64. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
  65. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +50 -0
  66. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
  67. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +240 -0
  68. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +136 -0
  69. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +46 -0
  70. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +172 -0
  71. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
  72. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
  73. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
  74. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -0
  75. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +8 -0
  76. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +41 -0
  77. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  78. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +63 -0
  79. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +10 -0
  80. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
  81. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
  82. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +46 -0
  83. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
  84. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +47 -0
  85. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +46 -0
  86. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +36 -0
  87. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +76 -0
  88. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  89. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +6 -0
  90. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
  91. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  92. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +5 -0
  93. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +7 -0
  94. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +9 -0
  95. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +12 -0
  96. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/package.json +66 -0
  97. package/node_modules/@aws-sdk/nested-clients/package.json +6 -6
  98. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  99. package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.js +81 -18
  100. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/branch-summarization.js +1 -0
  101. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js +1 -0
  102. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.js +14 -1
  103. package/node_modules/@earendil-works/pi-agent-core/package.json +3 -3
  104. package/node_modules/@earendil-works/pi-ai/dist/models.generated.js +733 -523
  105. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js +84 -21
  106. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js +24 -14
  107. package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.js +5 -9
  108. package/node_modules/@earendil-works/pi-ai/dist/providers/google-vertex.js +1 -1
  109. package/node_modules/@earendil-works/pi-ai/dist/providers/google.js +5 -3
  110. package/node_modules/@earendil-works/pi-ai/dist/providers/images/openrouter.js +2 -3
  111. package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.js +2 -3
  112. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.js +130 -62
  113. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js +18 -12
  114. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses-shared.js +4 -1
  115. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.js +5 -9
  116. package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.js +1 -0
  117. package/node_modules/@earendil-works/pi-ai/dist/stream.js +14 -2
  118. package/node_modules/@earendil-works/pi-ai/dist/utils/abort-signals.js +34 -0
  119. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.js +8 -7
  120. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.js +1 -1
  121. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/index.js +1 -1
  122. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/openai-codex.js +179 -79
  123. package/node_modules/@earendil-works/pi-ai/package.json +2 -2
  124. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/args.js +27 -0
  125. package/node_modules/@earendil-works/pi-coding-agent/dist/config.js +9 -1
  126. package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session-services.js +1 -0
  127. package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.js +29 -5
  128. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/runner.js +21 -3
  129. package/node_modules/@earendil-works/pi-coding-agent/dist/core/footer-data-provider.js +29 -1
  130. package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-registry.js +65 -13
  131. package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.js +1 -1
  132. package/node_modules/@earendil-works/pi-coding-agent/dist/core/resolve-config-value.js +134 -11
  133. package/node_modules/@earendil-works/pi-coding-agent/dist/core/sdk.js +12 -6
  134. package/node_modules/@earendil-works/pi-coding-agent/dist/core/session-manager.js +167 -96
  135. package/node_modules/@earendil-works/pi-coding-agent/dist/core/settings-manager.js +14 -9
  136. package/node_modules/@earendil-works/pi-coding-agent/dist/core/system-prompt.js +0 -3
  137. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/edit.js +7 -10
  138. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/ls.js +5 -7
  139. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/read.js +6 -7
  140. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/render-utils.js +17 -1
  141. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/write.js +5 -6
  142. package/node_modules/@earendil-works/pi-coding-agent/dist/index.js +2 -0
  143. package/node_modules/@earendil-works/pi-coding-agent/dist/main.js +69 -16
  144. package/node_modules/@earendil-works/pi-coding-agent/dist/migrations.js +118 -1
  145. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/config-selector.js +1 -1
  146. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/login-dialog.js +2 -4
  147. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.js +61 -6
  148. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/theme/theme.js +10 -0
  149. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/print-mode.js +1 -0
  150. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-mode.js +4 -1
  151. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/deprecation.js +13 -0
  152. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/json.js +7 -0
  153. package/node_modules/@earendil-works/pi-coding-agent/npm-shrinkwrap.json +71 -56
  154. package/node_modules/@earendil-works/pi-coding-agent/package.json +7 -7
  155. package/node_modules/@earendil-works/pi-tui/dist/components/editor.js +9 -53
  156. package/node_modules/@earendil-works/pi-tui/dist/components/input.js +6 -54
  157. package/node_modules/@earendil-works/pi-tui/dist/terminal-image.js +34 -7
  158. package/node_modules/@earendil-works/pi-tui/dist/terminal.js +172 -37
  159. package/node_modules/@earendil-works/pi-tui/dist/tui.js +166 -22
  160. package/node_modules/@earendil-works/pi-tui/dist/utils.js +8 -3
  161. package/node_modules/@earendil-works/pi-tui/dist/word-navigation.js +96 -0
  162. package/node_modules/@earendil-works/pi-tui/package.json +2 -2
  163. package/node_modules/@mariozechner/clipboard/Cargo.toml +3 -3
  164. package/node_modules/@mariozechner/clipboard/index.d.ts +34 -20
  165. package/node_modules/@mariozechner/clipboard/index.js +546 -257
  166. package/node_modules/@mariozechner/clipboard/package.json +14 -14
  167. package/node_modules/@mariozechner/clipboard/src/lib.rs +4 -9
  168. package/node_modules/@mariozechner/clipboard-linux-x64-gnu/clipboard.linux-x64-gnu.node +0 -0
  169. package/node_modules/@mariozechner/clipboard-linux-x64-gnu/package.json +2 -2
  170. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +39 -22
  171. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +39 -22
  172. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/configurations.js +19 -6
  173. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retryMiddleware.js +4 -5
  174. package/node_modules/@smithy/core/dist-es/submodules/retry/service-error-classification/constants.js +1 -1
  175. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/ConfiguredRetryStrategy.js +4 -5
  176. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRetryToken.js +3 -0
  177. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/StandardRetryStrategy.js +9 -5
  178. package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/configurations.d.ts +4 -1
  179. package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/ConfiguredRetryStrategy.d.ts +1 -2
  180. package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/DefaultRetryToken.d.ts +3 -0
  181. package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/StandardRetryStrategy.d.ts +1 -1
  182. package/node_modules/@smithy/core/package.json +2 -2
  183. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +14 -13
  184. package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +14 -13
  185. package/node_modules/@smithy/credential-provider-imds/package.json +3 -3
  186. package/node_modules/@smithy/fetch-http-handler/package.json +4 -4
  187. package/node_modules/@smithy/signature-v4/package.json +3 -3
  188. package/node_modules/@smithy/types/dist-types/retry.d.ts +25 -0
  189. package/node_modules/@smithy/types/package.json +1 -1
  190. package/node_modules/protobufjs/dist/light/protobuf.js +7 -5
  191. package/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
  192. package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
  193. package/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
  194. package/node_modules/protobufjs/dist/minimal/protobuf.js +3 -3
  195. package/node_modules/protobufjs/dist/minimal/protobuf.js.map +1 -1
  196. package/node_modules/protobufjs/dist/minimal/protobuf.min.js +3 -3
  197. package/node_modules/protobufjs/dist/minimal/protobuf.min.js.map +1 -1
  198. package/node_modules/protobufjs/dist/protobuf.js +7 -5
  199. package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
  200. package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
  201. package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
  202. package/node_modules/protobufjs/package.json +1 -1
  203. package/node_modules/protobufjs/src/converter.js +4 -2
  204. package/node_modules/protobufjs/src/roots.js +1 -1
  205. package/node_modules/undici/lib/global.js +10 -1
  206. package/node_modules/undici/package.json +1 -1
  207. package/package.json +6 -6
  208. package/slingshot/index.js +248 -247
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@earendil-works/pi-tui",
3
- "version": "0.75.5",
3
+ "version": "0.78.0",
4
4
  "description": "Terminal User Interface library with differential rendering for efficient text-based applications",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -29,7 +29,7 @@
29
29
  "license": "MIT",
30
30
  "repository": {
31
31
  "type": "git",
32
- "url": "git+https://github.com/earendil-works/pi-mono.git",
32
+ "url": "git+https://github.com/earendil-works/pi.git",
33
33
  "directory": "packages/tui"
34
34
  },
35
35
  "engines": {
@@ -17,8 +17,8 @@ futures = "0.3.30"
17
17
  # Pin image to version compatible with older Rust in CI Docker images
18
18
  image = { version = "=0.25.5", features = ["png", "jpeg"], optional = true, default-features = false }
19
19
  # Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
20
- napi = { version = "2.12.2", default-features = false, features = ["napi4", "tokio_rt"] }
21
- napi-derive = "2.12.2"
20
+ napi = { version = "3.9.0", default-features = false, features = ["napi4", "tokio_rt", "dyn-symbols"] }
21
+ napi-derive = "3.5.6"
22
22
  tokio = "1.36.0"
23
23
 
24
24
  [target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="ios", target_os="emscripten"))))'.dependencies]
@@ -38,7 +38,7 @@ windows = { version = "0.59.0", features = ["Win32_Foundation", "Win32_Graphics_
38
38
 
39
39
  [build-dependencies]
40
40
  # Pin to version that works with older Rust in Docker images
41
- napi-build = "=2.1.3"
41
+ napi-build = "2.3.2"
42
42
 
43
43
  [profile.release]
44
44
  lto = true
@@ -1,23 +1,37 @@
1
- /* tslint:disable */
1
+ /* auto-generated by NAPI-RS */
2
2
  /* eslint-disable */
3
+ export declare function availableFormats(): Array<string>
3
4
 
4
- /* auto-generated by NAPI-RS */
5
+ export declare function callThreadsafeFunction(callback: ((err: Error | null, arg: number) => void)): void
6
+
7
+ export declare function clear(): Promise<void>
8
+
9
+ export declare function getHtml(): Promise<string>
10
+
11
+ export declare function getImageBase64(): Promise<string>
12
+
13
+ export declare function getImageBinary(): Promise<Array<number>>
14
+
15
+ export declare function getRtf(): Promise<string>
16
+
17
+ export declare function getText(): Promise<string>
18
+
19
+ export declare function hasHtml(): boolean
20
+
21
+ export declare function hasImage(): boolean
22
+
23
+ export declare function hasRtf(): boolean
24
+
25
+ export declare function hasText(): boolean
26
+
27
+ export declare function setHtml(html: string): Promise<void>
28
+
29
+ export declare function setImageBase64(base64Str: string): Promise<void>
30
+
31
+ export declare function setImageBinary(imageBytes: Array<number>): Promise<void>
32
+
33
+ export declare function setRtf(rtf: string): Promise<void>
34
+
35
+ export declare function setText(text: string): Promise<void>
5
36
 
6
- export function availableFormats(): Array<string>
7
- export function getText(): Promise<string>
8
- export function setText(text: string): Promise<void>
9
- export function hasText(): boolean
10
- export function getImageBinary(): Promise<Array<number>>
11
- export function getImageBase64(): Promise<string>
12
- export function setImageBinary(imageBytes: Array<number>): Promise<void>
13
- export function setImageBase64(base64Str: string): Promise<void>
14
- export function hasImage(): boolean
15
- export function getHtml(): Promise<string>
16
- export function setHtml(html: string): Promise<void>
17
- export function hasHtml(): boolean
18
- export function getRtf(): Promise<string>
19
- export function setRtf(rtf: string): Promise<void>
20
- export function hasRtf(): boolean
21
- export function clear(): Promise<void>
22
- export function watch(): void
23
- export function callThreadsafeFunction(callback: (...args: any[]) => any): void
37
+ export declare function watch(): void