@bastani/atomic 0.9.4-alpha.1 → 0.9.4-alpha.10

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 (296) hide show
  1. package/CHANGELOG.md +102 -0
  2. package/dist/builtin/cursor/CHANGELOG.md +24 -0
  3. package/dist/builtin/cursor/package.json +4 -4
  4. package/dist/builtin/intercom/CHANGELOG.md +24 -0
  5. package/dist/builtin/intercom/package.json +2 -2
  6. package/dist/builtin/mcp/CHANGELOG.md +24 -0
  7. package/dist/builtin/mcp/package.json +4 -4
  8. package/dist/builtin/subagents/CHANGELOG.md +45 -0
  9. package/dist/builtin/subagents/agents/code-simplifier.md +2 -2
  10. package/dist/builtin/subagents/agents/codebase-analyzer.md +2 -2
  11. package/dist/builtin/subagents/agents/codebase-locator.md +2 -2
  12. package/dist/builtin/subagents/agents/codebase-online-researcher.md +2 -2
  13. package/dist/builtin/subagents/agents/codebase-pattern-finder.md +2 -2
  14. package/dist/builtin/subagents/agents/codebase-research-analyzer.md +2 -2
  15. package/dist/builtin/subagents/agents/codebase-research-locator.md +2 -2
  16. package/dist/builtin/subagents/agents/debugger.md +1 -1
  17. package/dist/builtin/subagents/agents/worker.md +2 -2
  18. package/dist/builtin/subagents/package.json +4 -4
  19. package/dist/builtin/subagents/src/runs/background/async-execution-chain.ts +11 -1
  20. package/dist/builtin/subagents/src/runs/background/async-execution-single.ts +11 -1
  21. package/dist/builtin/subagents/src/runs/background/async-execution-types.ts +2 -0
  22. package/dist/builtin/subagents/src/runs/background/subagent-runner-step.ts +27 -4
  23. package/dist/builtin/subagents/src/runs/background/subagent-runner-streaming.ts +25 -0
  24. package/dist/builtin/subagents/src/runs/foreground/chain-execution-dynamic-step.ts +1 -0
  25. package/dist/builtin/subagents/src/runs/foreground/chain-execution-parallel-runner.ts +1 -0
  26. package/dist/builtin/subagents/src/runs/foreground/chain-execution-parallel-step.ts +1 -0
  27. package/dist/builtin/subagents/src/runs/foreground/chain-execution-sequential-step.ts +1 -0
  28. package/dist/builtin/subagents/src/runs/foreground/chain-execution-types.ts +2 -0
  29. package/dist/builtin/subagents/src/runs/foreground/chain-execution.ts +3 -1
  30. package/dist/builtin/subagents/src/runs/foreground/execution-attempt.ts +22 -0
  31. package/dist/builtin/subagents/src/runs/foreground/execution-run-sync.ts +15 -5
  32. package/dist/builtin/subagents/src/runs/foreground/subagent-executor-async.ts +5 -1
  33. package/dist/builtin/subagents/src/runs/foreground/subagent-executor-parallel-task.ts +2 -0
  34. package/dist/builtin/subagents/src/runs/foreground/subagent-executor-parallel.ts +4 -1
  35. package/dist/builtin/subagents/src/runs/foreground/subagent-executor-single.ts +4 -1
  36. package/dist/builtin/subagents/src/runs/shared/attempt-watchdog.ts +126 -0
  37. package/dist/builtin/subagents/src/runs/shared/model-candidate-filter.ts +53 -0
  38. package/dist/builtin/subagents/src/runs/shared/model-fallback.ts +52 -53
  39. package/dist/builtin/subagents/src/runs/shared/parallel-utils.ts +2 -0
  40. package/dist/builtin/subagents/src/shared/model-info.ts +16 -0
  41. package/dist/builtin/subagents/src/shared/types-config.ts +2 -0
  42. package/dist/builtin/web-access/CHANGELOG.md +24 -0
  43. package/dist/builtin/web-access/package.json +2 -2
  44. package/dist/builtin/workflows/CHANGELOG.md +48 -0
  45. package/dist/builtin/workflows/builtin/deep-research-codebase-utils.ts +24 -22
  46. package/dist/builtin/workflows/builtin/goal-runner.ts +12 -23
  47. package/dist/builtin/workflows/builtin/open-claude-design-runner.ts +4 -4
  48. package/dist/builtin/workflows/builtin/ralph-models.ts +53 -75
  49. package/dist/builtin/workflows/package.json +2 -2
  50. package/dist/builtin/workflows/src/runs/shared/model-fallback-failures.ts +59 -1
  51. package/dist/bun/cli.d.ts.map +1 -1
  52. package/dist/bun/cli.js +3 -2
  53. package/dist/bun/cli.js.map +1 -1
  54. package/dist/cli/file-processor.d.ts.map +1 -1
  55. package/dist/cli/file-processor.js +13 -25
  56. package/dist/cli/file-processor.js.map +1 -1
  57. package/dist/cli.d.ts.map +1 -1
  58. package/dist/cli.js +15 -5
  59. package/dist/cli.js.map +1 -1
  60. package/dist/config.d.ts +10 -3
  61. package/dist/config.d.ts.map +1 -1
  62. package/dist/config.js +18 -1
  63. package/dist/config.js.map +1 -1
  64. package/dist/core/agent-session-auto-compaction.d.ts.map +1 -1
  65. package/dist/core/agent-session-auto-compaction.js +8 -1
  66. package/dist/core/agent-session-auto-compaction.js.map +1 -1
  67. package/dist/core/agent-session-events.d.ts.map +1 -1
  68. package/dist/core/agent-session-events.js +14 -8
  69. package/dist/core/agent-session-events.js.map +1 -1
  70. package/dist/core/agent-session-export.d.ts.map +1 -1
  71. package/dist/core/agent-session-export.js +4 -2
  72. package/dist/core/agent-session-export.js.map +1 -1
  73. package/dist/core/agent-session-extension-bindings.d.ts +5 -1
  74. package/dist/core/agent-session-extension-bindings.d.ts.map +1 -1
  75. package/dist/core/agent-session-extension-bindings.js +18 -7
  76. package/dist/core/agent-session-extension-bindings.js.map +1 -1
  77. package/dist/core/agent-session-methods.d.ts +9 -2
  78. package/dist/core/agent-session-methods.d.ts.map +1 -1
  79. package/dist/core/agent-session-methods.js.map +1 -1
  80. package/dist/core/agent-session-prompt.d.ts +2 -0
  81. package/dist/core/agent-session-prompt.d.ts.map +1 -1
  82. package/dist/core/agent-session-prompt.js +15 -2
  83. package/dist/core/agent-session-prompt.js.map +1 -1
  84. package/dist/core/agent-session-retry.d.ts +2 -0
  85. package/dist/core/agent-session-retry.d.ts.map +1 -1
  86. package/dist/core/agent-session-retry.js +66 -7
  87. package/dist/core/agent-session-retry.js.map +1 -1
  88. package/dist/core/agent-session-state.d.ts.map +1 -1
  89. package/dist/core/agent-session-state.js +2 -2
  90. package/dist/core/agent-session-state.js.map +1 -1
  91. package/dist/core/agent-session-tool-hooks.d.ts +7 -1
  92. package/dist/core/agent-session-tool-hooks.d.ts.map +1 -1
  93. package/dist/core/agent-session-tool-hooks.js +26 -4
  94. package/dist/core/agent-session-tool-hooks.js.map +1 -1
  95. package/dist/core/agent-session-tree.d.ts.map +1 -1
  96. package/dist/core/agent-session-tree.js +3 -1
  97. package/dist/core/agent-session-tree.js.map +1 -1
  98. package/dist/core/agent-session-types.d.ts +4 -0
  99. package/dist/core/agent-session-types.d.ts.map +1 -1
  100. package/dist/core/agent-session-types.js.map +1 -1
  101. package/dist/core/agent-session.d.ts +1 -0
  102. package/dist/core/agent-session.d.ts.map +1 -1
  103. package/dist/core/agent-session.js +1 -0
  104. package/dist/core/agent-session.js.map +1 -1
  105. package/dist/core/copilot-model-catalog.d.ts +38 -74
  106. package/dist/core/copilot-model-catalog.d.ts.map +1 -1
  107. package/dist/core/copilot-model-catalog.js +177 -68
  108. package/dist/core/copilot-model-catalog.js.map +1 -1
  109. package/dist/core/copilot-model-static-fallbacks.d.ts +43 -0
  110. package/dist/core/copilot-model-static-fallbacks.d.ts.map +1 -0
  111. package/dist/core/copilot-model-static-fallbacks.js +50 -0
  112. package/dist/core/copilot-model-static-fallbacks.js.map +1 -0
  113. package/dist/core/copilot-model-synthesis.d.ts +10 -0
  114. package/dist/core/copilot-model-synthesis.d.ts.map +1 -0
  115. package/dist/core/copilot-model-synthesis.js +89 -0
  116. package/dist/core/copilot-model-synthesis.js.map +1 -0
  117. package/dist/core/extensions/api-types.d.ts +2 -1
  118. package/dist/core/extensions/api-types.d.ts.map +1 -1
  119. package/dist/core/extensions/api-types.js.map +1 -1
  120. package/dist/core/extensions/index.d.ts +1 -1
  121. package/dist/core/extensions/index.d.ts.map +1 -1
  122. package/dist/core/extensions/index.js.map +1 -1
  123. package/dist/core/extensions/loader-core.d.ts.map +1 -1
  124. package/dist/core/extensions/loader-core.js +3 -3
  125. package/dist/core/extensions/loader-core.js.map +1 -1
  126. package/dist/core/extensions/loader-virtual-modules.d.ts +11 -0
  127. package/dist/core/extensions/loader-virtual-modules.d.ts.map +1 -1
  128. package/dist/core/extensions/loader-virtual-modules.js +79 -11
  129. package/dist/core/extensions/loader-virtual-modules.js.map +1 -1
  130. package/dist/core/extensions/session-events.d.ts +7 -1
  131. package/dist/core/extensions/session-events.d.ts.map +1 -1
  132. package/dist/core/extensions/session-events.js.map +1 -1
  133. package/dist/core/http-dispatcher.d.ts +2 -0
  134. package/dist/core/http-dispatcher.d.ts.map +1 -1
  135. package/dist/core/http-dispatcher.js +38 -5
  136. package/dist/core/http-dispatcher.js.map +1 -1
  137. package/dist/core/model-registry-builtins.d.ts.map +1 -1
  138. package/dist/core/model-registry-builtins.js +40 -6
  139. package/dist/core/model-registry-builtins.js.map +1 -1
  140. package/dist/core/model-registry.d.ts.map +1 -1
  141. package/dist/core/model-registry.js +4 -3
  142. package/dist/core/model-registry.js.map +1 -1
  143. package/dist/core/model-resolver-defaults.d.ts.map +1 -1
  144. package/dist/core/model-resolver-defaults.js +1 -1
  145. package/dist/core/model-resolver-defaults.js.map +1 -1
  146. package/dist/core/resource-loader-reload.d.ts.map +1 -1
  147. package/dist/core/resource-loader-reload.js +6 -3
  148. package/dist/core/resource-loader-reload.js.map +1 -1
  149. package/dist/core/resource-loader-types.d.ts +6 -0
  150. package/dist/core/resource-loader-types.d.ts.map +1 -1
  151. package/dist/core/resource-loader-types.js.map +1 -1
  152. package/dist/core/session-manager-core.d.ts +2 -12
  153. package/dist/core/session-manager-core.d.ts.map +1 -1
  154. package/dist/core/session-manager-core.js +8 -16
  155. package/dist/core/session-manager-core.js.map +1 -1
  156. package/dist/core/settings-manager-resource-accessors.d.ts +1 -0
  157. package/dist/core/settings-manager-resource-accessors.d.ts.map +1 -1
  158. package/dist/core/settings-manager-resource-accessors.js +11 -0
  159. package/dist/core/settings-manager-resource-accessors.js.map +1 -1
  160. package/dist/core/settings-manager-ui-accessors.d.ts +2 -0
  161. package/dist/core/settings-manager-ui-accessors.d.ts.map +1 -1
  162. package/dist/core/settings-manager-ui-accessors.js +9 -0
  163. package/dist/core/settings-manager-ui-accessors.js.map +1 -1
  164. package/dist/core/settings-types.d.ts +2 -0
  165. package/dist/core/settings-types.d.ts.map +1 -1
  166. package/dist/core/settings-types.js.map +1 -1
  167. package/dist/core/timings.d.ts +7 -5
  168. package/dist/core/timings.d.ts.map +1 -1
  169. package/dist/core/timings.js +42 -24
  170. package/dist/core/timings.js.map +1 -1
  171. package/dist/core/tools/bash-pty-native.d.ts.map +1 -1
  172. package/dist/core/tools/bash-pty-native.js +2 -2
  173. package/dist/core/tools/bash-pty-native.js.map +1 -1
  174. package/dist/core/tools/read-selectors.d.ts.map +1 -1
  175. package/dist/core/tools/read-selectors.js +19 -1
  176. package/dist/core/tools/read-selectors.js.map +1 -1
  177. package/dist/core/tools/read.d.ts.map +1 -1
  178. package/dist/core/tools/read.js +12 -23
  179. package/dist/core/tools/read.js.map +1 -1
  180. package/dist/core/tools/search-native.d.ts.map +1 -1
  181. package/dist/core/tools/search-native.js +2 -2
  182. package/dist/core/tools/search-native.js.map +1 -1
  183. package/dist/index-extensions.d.ts +1 -1
  184. package/dist/index-extensions.d.ts.map +1 -1
  185. package/dist/index-extensions.js.map +1 -1
  186. package/dist/index.d.ts +1 -1
  187. package/dist/index.d.ts.map +1 -1
  188. package/dist/index.js.map +1 -1
  189. package/dist/main-session.d.ts.map +1 -1
  190. package/dist/main-session.js +14 -5
  191. package/dist/main-session.js.map +1 -1
  192. package/dist/main.d.ts.map +1 -1
  193. package/dist/main.js +56 -32
  194. package/dist/main.js.map +1 -1
  195. package/dist/modes/interactive/components/assistant-message.d.ts +3 -1
  196. package/dist/modes/interactive/components/assistant-message.d.ts.map +1 -1
  197. package/dist/modes/interactive/components/assistant-message.js +22 -15
  198. package/dist/modes/interactive/components/assistant-message.js.map +1 -1
  199. package/dist/modes/interactive/components/chat-message-renderer.d.ts +1 -0
  200. package/dist/modes/interactive/components/chat-message-renderer.d.ts.map +1 -1
  201. package/dist/modes/interactive/components/chat-message-renderer.js +5 -5
  202. package/dist/modes/interactive/components/chat-message-renderer.js.map +1 -1
  203. package/dist/modes/interactive/components/chat-session-host-events.d.ts.map +1 -1
  204. package/dist/modes/interactive/components/chat-session-host-events.js +8 -0
  205. package/dist/modes/interactive/components/chat-session-host-events.js.map +1 -1
  206. package/dist/modes/interactive/components/chat-session-host-rendering.d.ts.map +1 -1
  207. package/dist/modes/interactive/components/chat-session-host-rendering.js +1 -0
  208. package/dist/modes/interactive/components/chat-session-host-rendering.js.map +1 -1
  209. package/dist/modes/interactive/components/user-message.d.ts +6 -2
  210. package/dist/modes/interactive/components/user-message.d.ts.map +1 -1
  211. package/dist/modes/interactive/components/user-message.js +16 -5
  212. package/dist/modes/interactive/components/user-message.js.map +1 -1
  213. package/dist/modes/interactive/interactive-agent-events.d.ts.map +1 -1
  214. package/dist/modes/interactive/interactive-agent-events.js +6 -1
  215. package/dist/modes/interactive/interactive-agent-events.js.map +1 -1
  216. package/dist/modes/interactive/interactive-deferred-startup.d.ts +2 -0
  217. package/dist/modes/interactive/interactive-deferred-startup.d.ts.map +1 -0
  218. package/dist/modes/interactive/interactive-deferred-startup.js +59 -0
  219. package/dist/modes/interactive/interactive-deferred-startup.js.map +1 -0
  220. package/dist/modes/interactive/interactive-editor-actions.d.ts.map +1 -1
  221. package/dist/modes/interactive/interactive-editor-actions.js +1 -0
  222. package/dist/modes/interactive/interactive-editor-actions.js.map +1 -1
  223. package/dist/modes/interactive/interactive-extension-context.d.ts.map +1 -1
  224. package/dist/modes/interactive/interactive-extension-context.js +1 -0
  225. package/dist/modes/interactive/interactive-extension-context.js.map +1 -1
  226. package/dist/modes/interactive/interactive-mode-base.d.ts +3 -0
  227. package/dist/modes/interactive/interactive-mode-base.d.ts.map +1 -1
  228. package/dist/modes/interactive/interactive-mode-base.js +6 -0
  229. package/dist/modes/interactive/interactive-mode-base.js.map +1 -1
  230. package/dist/modes/interactive/interactive-mode-deps.d.ts +1 -1
  231. package/dist/modes/interactive/interactive-mode-deps.d.ts.map +1 -1
  232. package/dist/modes/interactive/interactive-mode-deps.js +1 -1
  233. package/dist/modes/interactive/interactive-mode-deps.js.map +1 -1
  234. package/dist/modes/interactive/interactive-mode-surface.d.ts +2 -0
  235. package/dist/modes/interactive/interactive-mode-surface.d.ts.map +1 -1
  236. package/dist/modes/interactive/interactive-mode-surface.js.map +1 -1
  237. package/dist/modes/interactive/interactive-mode-types.d.ts +2 -0
  238. package/dist/modes/interactive/interactive-mode-types.d.ts.map +1 -1
  239. package/dist/modes/interactive/interactive-mode-types.js.map +1 -1
  240. package/dist/modes/interactive/interactive-mode.d.ts +1 -0
  241. package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
  242. package/dist/modes/interactive/interactive-mode.js +1 -0
  243. package/dist/modes/interactive/interactive-mode.js.map +1 -1
  244. package/dist/modes/interactive/interactive-model-routing.d.ts.map +1 -1
  245. package/dist/modes/interactive/interactive-model-routing.js +2 -4
  246. package/dist/modes/interactive/interactive-model-routing.js.map +1 -1
  247. package/dist/modes/interactive/interactive-render-chat.d.ts.map +1 -1
  248. package/dist/modes/interactive/interactive-render-chat.js +4 -3
  249. package/dist/modes/interactive/interactive-render-chat.js.map +1 -1
  250. package/dist/modes/interactive/interactive-session-runtime.d.ts.map +1 -1
  251. package/dist/modes/interactive/interactive-session-runtime.js +5 -2
  252. package/dist/modes/interactive/interactive-session-runtime.js.map +1 -1
  253. package/dist/modes/interactive/interactive-startup.d.ts.map +1 -1
  254. package/dist/modes/interactive/interactive-startup.js +11 -1
  255. package/dist/modes/interactive/interactive-startup.js.map +1 -1
  256. package/dist/modes/rpc/rpc-client.d.ts +28 -51
  257. package/dist/modes/rpc/rpc-client.d.ts.map +1 -1
  258. package/dist/modes/rpc/rpc-client.js +27 -51
  259. package/dist/modes/rpc/rpc-client.js.map +1 -1
  260. package/dist/modes/rpc/rpc-command-handler.d.ts.map +1 -1
  261. package/dist/modes/rpc/rpc-command-handler.js +19 -0
  262. package/dist/modes/rpc/rpc-command-handler.js.map +1 -1
  263. package/dist/modes/rpc/rpc-types.d.ts +26 -0
  264. package/dist/modes/rpc/rpc-types.d.ts.map +1 -1
  265. package/dist/modes/rpc/rpc-types.js.map +1 -1
  266. package/dist/rpc-entry.d.ts +3 -0
  267. package/dist/rpc-entry.d.ts.map +1 -0
  268. package/dist/rpc-entry.js +12 -0
  269. package/dist/rpc-entry.js.map +1 -0
  270. package/dist/utils/image-convert.d.ts +1 -0
  271. package/dist/utils/image-convert.d.ts.map +1 -1
  272. package/dist/utils/image-convert.js +21 -15
  273. package/dist/utils/image-convert.js.map +1 -1
  274. package/dist/utils/image-process.d.ts +18 -0
  275. package/dist/utils/image-process.d.ts.map +1 -0
  276. package/dist/utils/image-process.js +83 -0
  277. package/dist/utils/image-process.js.map +1 -0
  278. package/dist/utils/mime.d.ts.map +1 -1
  279. package/dist/utils/mime.js +41 -0
  280. package/dist/utils/mime.js.map +1 -1
  281. package/dist/utils/module-require.d.ts +11 -0
  282. package/dist/utils/module-require.d.ts.map +1 -0
  283. package/dist/utils/module-require.js +16 -0
  284. package/dist/utils/module-require.js.map +1 -0
  285. package/docs/compaction.md +2 -0
  286. package/docs/development.md +10 -0
  287. package/docs/extensions.md +11 -0
  288. package/docs/models.md +3 -3
  289. package/docs/providers.md +2 -1
  290. package/docs/rpc.md +60 -2
  291. package/docs/sdk.md +1 -1
  292. package/docs/settings.md +4 -1
  293. package/docs/subagents.md +6 -0
  294. package/docs/workflows.md +4 -2
  295. package/npm-shrinkwrap.json +138 -171
  296. package/package.json +19 -12
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@bastani/atomic",
3
- "version": "0.9.4-alpha.1",
3
+ "version": "0.9.4-alpha.10",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@bastani/atomic",
9
- "version": "0.9.4-alpha.1",
9
+ "version": "0.9.4-alpha.10",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@bastani/atomic-natives": "0.9.4-alpha.1",
13
- "@bufbuild/protobuf": "^2.0.0",
14
- "@earendil-works/pi-agent-core": "^0.80.2",
15
- "@earendil-works/pi-ai": "^0.80.2",
16
- "@earendil-works/pi-tui": "^0.80.2",
17
- "@modelcontextprotocol/ext-apps": "^1.7.2",
12
+ "@bastani/atomic-natives": "0.9.4-alpha.10",
13
+ "@bufbuild/protobuf": "^2.12.1",
14
+ "@earendil-works/pi-agent-core": "^0.80.3",
15
+ "@earendil-works/pi-ai": "^0.80.3",
16
+ "@earendil-works/pi-tui": "^0.80.3",
17
+ "@modelcontextprotocol/ext-apps": "^1.7.4",
18
18
  "@modelcontextprotocol/sdk": "^1.25.1",
19
19
  "@mozilla/readability": "^0.6.0",
20
20
  "@silvia-odwyer/photon-node": "0.3.4",
@@ -33,7 +33,7 @@
33
33
  "open": "^11.0.0",
34
34
  "p-limit": "^7.3.0",
35
35
  "proper-lockfile": "4.1.2",
36
- "semver": "7.8.0",
36
+ "semver": "7.8.5",
37
37
  "turndown": "^7.2.0",
38
38
  "typebox": "1.1.38",
39
39
  "undici": "8.5.0",
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "optionalDependencies": {
45
45
  "@mariozechner/clipboard": "0.3.9",
46
- "@dbos-inc/dbos-sdk": "4.20.11"
46
+ "@dbos-inc/dbos-sdk": "4.22.6"
47
47
  },
48
48
  "bin": {
49
49
  "atomic": "dist/cli.js"
@@ -147,16 +147,16 @@
147
147
  }
148
148
  },
149
149
  "node_modules/@aws-sdk/core": {
150
- "version": "3.974.24",
151
- "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.974.24.tgz",
152
- "integrity": "sha512-vWB/qJl21vxGKBkBN8fKPTVXgm14v/bUQWTtR5oikrfAZbIN2bxuSiCY5rRAMR4gs3vtR2Vw0aTfVDU4tdfIPg==",
150
+ "version": "3.974.25",
151
+ "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.974.25.tgz",
152
+ "integrity": "sha512-fJFkx6u6wCqGMV/v6EAxiwa2UzEukbvr1hNPv4MrD3yj4IFz011jZg42/eSTOP/u5kJ0tlILqEjCWtT8GiKZvA==",
153
153
  "license": "Apache-2.0",
154
154
  "dependencies": {
155
155
  "@aws-sdk/types": "^3.973.14",
156
156
  "@aws-sdk/xml-builder": "^3.972.32",
157
157
  "@aws/lambda-invoke-store": "^0.2.2",
158
- "@smithy/core": "^3.27.0",
159
- "@smithy/signature-v4": "^5.5.3",
158
+ "@smithy/core": "^3.28.0",
159
+ "@smithy/signature-v4": "^5.6.0",
160
160
  "@smithy/types": "^4.15.0",
161
161
  "bowser": "^2.11.0",
162
162
  "tslib": "^2.6.2"
@@ -166,14 +166,14 @@
166
166
  }
167
167
  },
168
168
  "node_modules/@aws-sdk/credential-provider-env": {
169
- "version": "3.972.50",
170
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.50.tgz",
171
- "integrity": "sha512-l8bWzhPFTi9tDcvtURxeMlfsboul5/0sEN3SwwXxdpYudVB9+EuQcxo2pwlTzXwDo4Gm2VLGyiZ8zti3nfdOLw==",
169
+ "version": "3.972.51",
170
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.51.tgz",
171
+ "integrity": "sha512-Xo+/zf5k5pZdo53X8aVXN4MJGfU/M1P7yMM/GbNY/x9fyRZGEzjhKqW38GA0FSQQ9TYKs+bfPyz5ja4bi6pjTQ==",
172
172
  "license": "Apache-2.0",
173
173
  "dependencies": {
174
- "@aws-sdk/core": "^3.974.24",
174
+ "@aws-sdk/core": "^3.974.25",
175
175
  "@aws-sdk/types": "^3.973.14",
176
- "@smithy/core": "^3.27.0",
176
+ "@smithy/core": "^3.28.0",
177
177
  "@smithy/types": "^4.15.0",
178
178
  "tslib": "^2.6.2"
179
179
  },
@@ -182,16 +182,16 @@
182
182
  }
183
183
  },
184
184
  "node_modules/@aws-sdk/credential-provider-http": {
185
- "version": "3.972.52",
186
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.52.tgz",
187
- "integrity": "sha512-FjAlnsIvemWzO3JTM3ObuuxpqCyrqkXOewlYY2+NiR1MYO1JuFYSIJ8SJN5Q2KD1jkL5lIuab8awjb/AxsvjiQ==",
185
+ "version": "3.972.53",
186
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.53.tgz",
187
+ "integrity": "sha512-7E9oFUcf9YWe+ttGiWhe/cCSI+pswwelzgQMoKXgPJi1AIfS27TK6et5ZULqEqHu30zbN+jh1RqlwcXqY/aXyg==",
188
188
  "license": "Apache-2.0",
189
189
  "dependencies": {
190
- "@aws-sdk/core": "^3.974.24",
190
+ "@aws-sdk/core": "^3.974.25",
191
191
  "@aws-sdk/types": "^3.973.14",
192
- "@smithy/core": "^3.27.0",
193
- "@smithy/fetch-http-handler": "^5.6.0",
194
- "@smithy/node-http-handler": "^4.9.0",
192
+ "@smithy/core": "^3.28.0",
193
+ "@smithy/fetch-http-handler": "^5.6.1",
194
+ "@smithy/node-http-handler": "^4.9.1",
195
195
  "@smithy/types": "^4.15.0",
196
196
  "tslib": "^2.6.2"
197
197
  },
@@ -214,22 +214,22 @@
214
214
  }
215
215
  },
216
216
  "node_modules/@aws-sdk/credential-provider-ini": {
217
- "version": "3.972.57",
218
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.57.tgz",
219
- "integrity": "sha512-8qwNhQ0sK/1KaOpVEFC7TFxrWP3fxzJV1K049MzjouiMIbvTDvIGDEUtj5ND5aTmlHVK/YZxjoYnLCeV/GZU0w==",
217
+ "version": "3.972.58",
218
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.58.tgz",
219
+ "integrity": "sha512-MPr0hD8pyDGfF3dWXvFOILhcKTB9ptqJOJK9JEuDQzpc2HgKisY16eR7IrKUXxSbz8LZj+LHz/CS8Y5G1ai7yw==",
220
220
  "license": "Apache-2.0",
221
221
  "dependencies": {
222
- "@aws-sdk/core": "^3.974.24",
223
- "@aws-sdk/credential-provider-env": "^3.972.50",
224
- "@aws-sdk/credential-provider-http": "^3.972.52",
225
- "@aws-sdk/credential-provider-login": "^3.972.56",
226
- "@aws-sdk/credential-provider-process": "^3.972.50",
227
- "@aws-sdk/credential-provider-sso": "^3.972.56",
228
- "@aws-sdk/credential-provider-web-identity": "^3.972.56",
229
- "@aws-sdk/nested-clients": "^3.997.24",
222
+ "@aws-sdk/core": "^3.974.25",
223
+ "@aws-sdk/credential-provider-env": "^3.972.51",
224
+ "@aws-sdk/credential-provider-http": "^3.972.53",
225
+ "@aws-sdk/credential-provider-login": "^3.972.57",
226
+ "@aws-sdk/credential-provider-process": "^3.972.51",
227
+ "@aws-sdk/credential-provider-sso": "^3.972.57",
228
+ "@aws-sdk/credential-provider-web-identity": "^3.972.57",
229
+ "@aws-sdk/nested-clients": "^3.997.25",
230
230
  "@aws-sdk/types": "^3.973.14",
231
- "@smithy/core": "^3.27.0",
232
- "@smithy/credential-provider-imds": "^4.4.3",
231
+ "@smithy/core": "^3.28.0",
232
+ "@smithy/credential-provider-imds": "^4.4.4",
233
233
  "@smithy/types": "^4.15.0",
234
234
  "tslib": "^2.6.2"
235
235
  },
@@ -238,15 +238,15 @@
238
238
  }
239
239
  },
240
240
  "node_modules/@aws-sdk/credential-provider-login": {
241
- "version": "3.972.56",
242
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.56.tgz",
243
- "integrity": "sha512-S36dCrDaafakFMlaCVGAF4advbQKoJuMcyMtNWVBpUz65uqhbIAsUfvAyp+djA+jkzaEfgZGd+AELjIGzTqyhw==",
241
+ "version": "3.972.57",
242
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.57.tgz",
243
+ "integrity": "sha512-kPWc/SCrl9agKeywxKwPEoQHanWag0LcNQrcZpEQpjNifkxq6tQENhgrrS9al317CF6yytyihlX+FhPHlk0QjA==",
244
244
  "license": "Apache-2.0",
245
245
  "dependencies": {
246
- "@aws-sdk/core": "^3.974.24",
247
- "@aws-sdk/nested-clients": "^3.997.24",
246
+ "@aws-sdk/core": "^3.974.25",
247
+ "@aws-sdk/nested-clients": "^3.997.25",
248
248
  "@aws-sdk/types": "^3.973.14",
249
- "@smithy/core": "^3.27.0",
249
+ "@smithy/core": "^3.28.0",
250
250
  "@smithy/types": "^4.15.0",
251
251
  "tslib": "^2.6.2"
252
252
  },
@@ -255,20 +255,20 @@
255
255
  }
256
256
  },
257
257
  "node_modules/@aws-sdk/credential-provider-node": {
258
- "version": "3.972.59",
259
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.59.tgz",
260
- "integrity": "sha512-LkczBXaEsdManijlEZwbKfEoo1C98Yri3LHF8gQI7CYWv+uFkmpS3OZH3BSew8g1A2ppKsScdPUSlhI6NV7a9g==",
258
+ "version": "3.972.60",
259
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.60.tgz",
260
+ "integrity": "sha512-hE2hIBJQjCDRx8TbSqpVQ+/o2mIrJZQZbQ3LlwE2bJf7z47x5GmhcvGwZPqJH7Oq//SzTXEBGSZ4qSpK3yPbhw==",
261
261
  "license": "Apache-2.0",
262
262
  "dependencies": {
263
- "@aws-sdk/credential-provider-env": "^3.972.50",
264
- "@aws-sdk/credential-provider-http": "^3.972.52",
265
- "@aws-sdk/credential-provider-ini": "^3.972.57",
266
- "@aws-sdk/credential-provider-process": "^3.972.50",
267
- "@aws-sdk/credential-provider-sso": "^3.972.56",
268
- "@aws-sdk/credential-provider-web-identity": "^3.972.56",
263
+ "@aws-sdk/credential-provider-env": "^3.972.51",
264
+ "@aws-sdk/credential-provider-http": "^3.972.53",
265
+ "@aws-sdk/credential-provider-ini": "^3.972.58",
266
+ "@aws-sdk/credential-provider-process": "^3.972.51",
267
+ "@aws-sdk/credential-provider-sso": "^3.972.57",
268
+ "@aws-sdk/credential-provider-web-identity": "^3.972.57",
269
269
  "@aws-sdk/types": "^3.973.14",
270
- "@smithy/core": "^3.27.0",
271
- "@smithy/credential-provider-imds": "^4.4.3",
270
+ "@smithy/core": "^3.28.0",
271
+ "@smithy/credential-provider-imds": "^4.4.4",
272
272
  "@smithy/types": "^4.15.0",
273
273
  "tslib": "^2.6.2"
274
274
  },
@@ -277,14 +277,14 @@
277
277
  }
278
278
  },
279
279
  "node_modules/@aws-sdk/credential-provider-process": {
280
- "version": "3.972.50",
281
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.50.tgz",
282
- "integrity": "sha512-ARBEVkOQzmowTU0a35smGVyldJ9FN/f57XIGrPatrul4mYN+vvOKxoc1njDOX3nugVze+0sHzQZWJ8kPARAtUA==",
280
+ "version": "3.972.51",
281
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.51.tgz",
282
+ "integrity": "sha512-081dD2RlnmY+G05v6E73KfACvDjPjnttrLjGHE2SSglbID25UcuijbWpL4g+XR5T2Kl4oIJoVBXi64s+2f009Q==",
283
283
  "license": "Apache-2.0",
284
284
  "dependencies": {
285
- "@aws-sdk/core": "^3.974.24",
285
+ "@aws-sdk/core": "^3.974.25",
286
286
  "@aws-sdk/types": "^3.973.14",
287
- "@smithy/core": "^3.27.0",
287
+ "@smithy/core": "^3.28.0",
288
288
  "@smithy/types": "^4.15.0",
289
289
  "tslib": "^2.6.2"
290
290
  },
@@ -293,16 +293,16 @@
293
293
  }
294
294
  },
295
295
  "node_modules/@aws-sdk/credential-provider-sso": {
296
- "version": "3.972.56",
297
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.56.tgz",
298
- "integrity": "sha512-LvbWiFcLI/D5RPaT68TrpLLHyv7x5X+dm59wJ5dFizyGPZggBC7OdgJTlP0X1bVjiSSAgE1u1oxxcBps0GCEnA==",
296
+ "version": "3.972.57",
297
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.57.tgz",
298
+ "integrity": "sha512-dC7ZyX3EHKHLOeVUEDzzGvk0L1s6N06YDrau7P0rGXL/j1cO+DzN2w1x9vcEh7zljVCR3019f5mi1Th+GGTURw==",
299
299
  "license": "Apache-2.0",
300
300
  "dependencies": {
301
- "@aws-sdk/core": "^3.974.24",
302
- "@aws-sdk/nested-clients": "^3.997.24",
303
- "@aws-sdk/token-providers": "3.1076.0",
301
+ "@aws-sdk/core": "^3.974.25",
302
+ "@aws-sdk/nested-clients": "^3.997.25",
303
+ "@aws-sdk/token-providers": "3.1077.0",
304
304
  "@aws-sdk/types": "^3.973.14",
305
- "@smithy/core": "^3.27.0",
305
+ "@smithy/core": "^3.28.0",
306
306
  "@smithy/types": "^4.15.0",
307
307
  "tslib": "^2.6.2"
308
308
  },
@@ -311,15 +311,15 @@
311
311
  }
312
312
  },
313
313
  "node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers": {
314
- "version": "3.1076.0",
315
- "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1076.0.tgz",
316
- "integrity": "sha512-4rTHETRKe2JWAsFUMo5ENmlzc3i9FD4KqBVXgoaF8DLTADjGid8SA+1LR2nJWjefoafvKAHcQH9F2iKa8uHc6Q==",
314
+ "version": "3.1077.0",
315
+ "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1077.0.tgz",
316
+ "integrity": "sha512-sRUkfZ3fpOco95jZHsQUQiXvuIVLvCmWVclFg6dRFDyfsYs6Pdr/NuZ2+yJxeHN+6WAfDh2aZ8nlZntnvuhZUQ==",
317
317
  "license": "Apache-2.0",
318
318
  "dependencies": {
319
- "@aws-sdk/core": "^3.974.24",
320
- "@aws-sdk/nested-clients": "^3.997.24",
319
+ "@aws-sdk/core": "^3.974.25",
320
+ "@aws-sdk/nested-clients": "^3.997.25",
321
321
  "@aws-sdk/types": "^3.973.14",
322
- "@smithy/core": "^3.27.0",
322
+ "@smithy/core": "^3.28.0",
323
323
  "@smithy/types": "^4.15.0",
324
324
  "tslib": "^2.6.2"
325
325
  },
@@ -328,15 +328,15 @@
328
328
  }
329
329
  },
330
330
  "node_modules/@aws-sdk/credential-provider-web-identity": {
331
- "version": "3.972.56",
332
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.56.tgz",
333
- "integrity": "sha512-OV3JxmqMphVGMLWupYD2UhZxX07ATk1NwyYk7RgCnAEh0y3owHmtEnkWZ3ciCZ6liiFEwS8dYQpJGmKsR6ml4Q==",
331
+ "version": "3.972.57",
332
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.57.tgz",
333
+ "integrity": "sha512-HtWM3FV2o7NJFJSUqFLBlxmV9RxQRHpzCvQaP1n1Qo4CxQSvwpJ8ERWHiLqXMFDgDXyELt+EZNFcpG6XQRcJbQ==",
334
334
  "license": "Apache-2.0",
335
335
  "dependencies": {
336
- "@aws-sdk/core": "^3.974.24",
337
- "@aws-sdk/nested-clients": "^3.997.24",
336
+ "@aws-sdk/core": "^3.974.25",
337
+ "@aws-sdk/nested-clients": "^3.997.25",
338
338
  "@aws-sdk/types": "^3.973.14",
339
- "@smithy/core": "^3.27.0",
339
+ "@smithy/core": "^3.28.0",
340
340
  "@smithy/types": "^4.15.0",
341
341
  "tslib": "^2.6.2"
342
342
  },
@@ -345,13 +345,13 @@
345
345
  }
346
346
  },
347
347
  "node_modules/@aws-sdk/eventstream-handler-node": {
348
- "version": "3.972.23",
349
- "resolved": "https://registry.npmjs.org/@aws-sdk/eventstream-handler-node/-/eventstream-handler-node-3.972.23.tgz",
350
- "integrity": "sha512-palwWdW4JouKu2IFI6biJ9r6FlWLqr2pvVe/tNU1TkVEOjtPElD2aYF6Cox8TickL5OiOFkPDThixYPQ8LAr1g==",
348
+ "version": "3.972.24",
349
+ "resolved": "https://registry.npmjs.org/@aws-sdk/eventstream-handler-node/-/eventstream-handler-node-3.972.24.tgz",
350
+ "integrity": "sha512-O2tFBFQnP68GRNahxYJYZ4NVlGZ/hBe2oH58EKPPjbf7Yc04ZhKFdzAMblRrzeGdun9pBwE+CyLjFH/tr4pYNw==",
351
351
  "license": "Apache-2.0",
352
352
  "dependencies": {
353
353
  "@aws-sdk/types": "^3.973.14",
354
- "@smithy/core": "^3.27.0",
354
+ "@smithy/core": "^3.28.0",
355
355
  "@smithy/types": "^4.15.0",
356
356
  "tslib": "^2.6.2"
357
357
  },
@@ -360,13 +360,13 @@
360
360
  }
361
361
  },
362
362
  "node_modules/@aws-sdk/middleware-eventstream": {
363
- "version": "3.972.19",
364
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-eventstream/-/middleware-eventstream-3.972.19.tgz",
365
- "integrity": "sha512-r3CGU8gnLe+ugV2rcR8IPUE8AKg7znWkzrKR+pvnjFr8eXrTo1TU0O31CD3eCjNH5jUY4+r4d35MDFzazYWFkQ==",
363
+ "version": "3.972.20",
364
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-eventstream/-/middleware-eventstream-3.972.20.tgz",
365
+ "integrity": "sha512-VAI4wBVWOg5h1pZVmSEKe8kAW/7odKfbzO9uB23e1AICQh2pp/ROUhFacDXmwgJZZt49dIF6nEvzPTvHiO1cUA==",
366
366
  "license": "Apache-2.0",
367
367
  "dependencies": {
368
368
  "@aws-sdk/types": "^3.973.14",
369
- "@smithy/core": "^3.27.0",
369
+ "@smithy/core": "^3.28.0",
370
370
  "@smithy/types": "^4.15.0",
371
371
  "tslib": "^2.6.2"
372
372
  },
@@ -375,16 +375,16 @@
375
375
  }
376
376
  },
377
377
  "node_modules/@aws-sdk/middleware-websocket": {
378
- "version": "3.972.32",
379
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-websocket/-/middleware-websocket-3.972.32.tgz",
380
- "integrity": "sha512-Qkg0Na1Xr4tSL1o/01Z6YhxWqvmJE0wTNFLNwDx9h3m/uVvgav4FPalqq7uh9qRRvwaPBwIfEvurXFi9Td57mg==",
378
+ "version": "3.972.33",
379
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-websocket/-/middleware-websocket-3.972.33.tgz",
380
+ "integrity": "sha512-e24VZXVZjpfVxpQ4ghf4LYV/i/x0znERdVcSzPU0+ktjmnd0k1fdPlcYsImDqIDaLZilbbwMLhuQY8d/dBzrGA==",
381
381
  "license": "Apache-2.0",
382
382
  "dependencies": {
383
- "@aws-sdk/core": "^3.974.24",
383
+ "@aws-sdk/core": "^3.974.25",
384
384
  "@aws-sdk/types": "^3.973.14",
385
- "@smithy/core": "^3.27.0",
386
- "@smithy/fetch-http-handler": "^5.6.0",
387
- "@smithy/signature-v4": "^5.5.3",
385
+ "@smithy/core": "^3.28.0",
386
+ "@smithy/fetch-http-handler": "^5.6.1",
387
+ "@smithy/signature-v4": "^5.6.0",
388
388
  "@smithy/types": "^4.15.0",
389
389
  "tslib": "^2.6.2"
390
390
  },
@@ -393,19 +393,17 @@
393
393
  }
394
394
  },
395
395
  "node_modules/@aws-sdk/nested-clients": {
396
- "version": "3.997.24",
397
- "resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.997.24.tgz",
398
- "integrity": "sha512-+wFVfVofxeiXdRhUjRwYISB2mVfBCdiCq1wThkRipTeOc10Kyr+LS9QJTjgZuhWsna7jyLMPndrCnzLGWWvZXg==",
396
+ "version": "3.997.25",
397
+ "resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.997.25.tgz",
398
+ "integrity": "sha512-VpRQ3wR6l+fwRHV5veJL2ehtyQFrGyH/2CJG9DVtb8H3xyqqnZWSTSrq/CJJ7DvDlDgrPRiW2SkYA8pN6VWCFQ==",
399
399
  "license": "Apache-2.0",
400
400
  "dependencies": {
401
- "@aws-crypto/sha256-browser": "5.2.0",
402
- "@aws-crypto/sha256-js": "5.2.0",
403
- "@aws-sdk/core": "^3.974.24",
404
- "@aws-sdk/signature-v4-multi-region": "^3.996.36",
401
+ "@aws-sdk/core": "^3.974.25",
402
+ "@aws-sdk/signature-v4-multi-region": "^3.996.37",
405
403
  "@aws-sdk/types": "^3.973.14",
406
- "@smithy/core": "^3.27.0",
407
- "@smithy/fetch-http-handler": "^5.6.0",
408
- "@smithy/node-http-handler": "^4.9.0",
404
+ "@smithy/core": "^3.28.0",
405
+ "@smithy/fetch-http-handler": "^5.6.1",
406
+ "@smithy/node-http-handler": "^4.9.1",
409
407
  "@smithy/types": "^4.15.0",
410
408
  "tslib": "^2.6.2"
411
409
  },
@@ -428,13 +426,13 @@
428
426
  }
429
427
  },
430
428
  "node_modules/@aws-sdk/signature-v4-multi-region": {
431
- "version": "3.996.36",
432
- "resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.36.tgz",
433
- "integrity": "sha512-VSOWIPkI+g3a7NkxIBCO24HnsR0BZXJAi3wrKaGIZwVKyrMtNRdHxPrQI/igazgla5J9FhDzmg4RgnOSr6UQBw==",
429
+ "version": "3.996.37",
430
+ "resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.37.tgz",
431
+ "integrity": "sha512-u8qd064XsHzM0Mk+yH4IPKn/ZC9rdniEKs+neBHNlsPZirw3rcLvmrH4ImoKC4yF7A0I/MbcC3dseARnJLiAhg==",
434
432
  "license": "Apache-2.0",
435
433
  "dependencies": {
436
434
  "@aws-sdk/types": "^3.973.14",
437
- "@smithy/signature-v4": "^5.5.3",
435
+ "@smithy/signature-v4": "^5.6.0",
438
436
  "@smithy/types": "^4.15.0",
439
437
  "tslib": "^2.6.2"
440
438
  },
@@ -516,17 +514,16 @@
516
514
  }
517
515
  },
518
516
  "node_modules/@bastani/atomic-natives": {
519
- "version": "0.9.4-alpha.1",
520
- "resolved": "https://registry.npmjs.org/@bastani/atomic-natives/-/atomic-natives-0.9.4-alpha.1.tgz",
521
- "integrity": "sha512-+HvxHRJ79/QsbwAqNG1sRCDYcQOmnm2TTIy9c40UaZNpf2IFYZoGCQiILGVtQGn6FumKjV/ATr/bOdOvm+vN6A==",
517
+ "version": "0.9.4-alpha.10",
518
+ "resolved": "https://registry.npmjs.org/@bastani/atomic-natives/-/atomic-natives-0.9.4-alpha.10.tgz",
522
519
  "license": "MIT",
523
520
  "optionalDependencies": {
524
- "@bastani/atomic-natives-win32-x64-msvc": "0.9.4-alpha.1",
525
- "@bastani/atomic-natives-darwin-x64": "0.9.4-alpha.1",
526
- "@bastani/atomic-natives-linux-x64-gnu": "0.9.4-alpha.1",
527
- "@bastani/atomic-natives-linux-arm64-gnu": "0.9.4-alpha.1",
528
- "@bastani/atomic-natives-darwin-arm64": "0.9.4-alpha.1",
529
- "@bastani/atomic-natives-win32-arm64-msvc": "0.9.4-alpha.1"
521
+ "@bastani/atomic-natives-darwin-arm64": "0.9.4-alpha.10",
522
+ "@bastani/atomic-natives-darwin-x64": "0.9.4-alpha.10",
523
+ "@bastani/atomic-natives-linux-arm64-gnu": "0.9.4-alpha.10",
524
+ "@bastani/atomic-natives-linux-x64-gnu": "0.9.4-alpha.10",
525
+ "@bastani/atomic-natives-win32-arm64-msvc": "0.9.4-alpha.10",
526
+ "@bastani/atomic-natives-win32-x64-msvc": "0.9.4-alpha.10"
530
527
  },
531
528
  "engines": {
532
529
  "bun": ">=1.3.14",
@@ -534,14 +531,9 @@
534
531
  }
535
532
  },
536
533
  "node_modules/@bastani/atomic-natives-darwin-arm64": {
537
- "version": "0.9.4-alpha.1",
538
- "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-darwin-arm64/-/atomic-natives-darwin-arm64-0.9.4-alpha.1.tgz",
539
- "integrity": "sha512-muIJSapSOiHPwhNlopCIq0pyx/tU/egwB1gXfDiiVoOaqz/TOSsu/qj2sH17Raso92VzUNToa4DxWrhlBsG5jw==",
534
+ "version": "0.9.4-alpha.10",
535
+ "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-darwin-arm64/-/atomic-natives-darwin-arm64-0.9.4-alpha.10.tgz",
540
536
  "license": "MIT",
541
- "engines": {
542
- "bun": ">=1.3.14",
543
- "node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"
544
- },
545
537
  "os": [
546
538
  "darwin"
547
539
  ],
@@ -551,14 +543,9 @@
551
543
  "optional": true
552
544
  },
553
545
  "node_modules/@bastani/atomic-natives-darwin-x64": {
554
- "version": "0.9.4-alpha.1",
555
- "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-darwin-x64/-/atomic-natives-darwin-x64-0.9.4-alpha.1.tgz",
556
- "integrity": "sha512-fJWx9YQR/gbhiSKUk/fRxrh5byPAipxhWSs3kNNxf0xOuHoA4bi/uOKa+sI+SVkOGPF4Sl9PXpHXCRell1jayw==",
546
+ "version": "0.9.4-alpha.10",
547
+ "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-darwin-x64/-/atomic-natives-darwin-x64-0.9.4-alpha.10.tgz",
557
548
  "license": "MIT",
558
- "engines": {
559
- "bun": ">=1.3.14",
560
- "node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"
561
- },
562
549
  "os": [
563
550
  "darwin"
564
551
  ],
@@ -568,14 +555,9 @@
568
555
  "optional": true
569
556
  },
570
557
  "node_modules/@bastani/atomic-natives-linux-arm64-gnu": {
571
- "version": "0.9.4-alpha.1",
572
- "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-linux-arm64-gnu/-/atomic-natives-linux-arm64-gnu-0.9.4-alpha.1.tgz",
573
- "integrity": "sha512-fvztNdmAbBgcQIgfGrG8whxVJHnrmr5T+LyQUu5Cc8KXbalBiCYAKcAreaJLWhS1Q+jX6CIBQ2/vTFGGYMFeMg==",
558
+ "version": "0.9.4-alpha.10",
559
+ "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-linux-arm64-gnu/-/atomic-natives-linux-arm64-gnu-0.9.4-alpha.10.tgz",
574
560
  "license": "MIT",
575
- "engines": {
576
- "bun": ">=1.3.14",
577
- "node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"
578
- },
579
561
  "os": [
580
562
  "linux"
581
563
  ],
@@ -588,14 +570,9 @@
588
570
  "optional": true
589
571
  },
590
572
  "node_modules/@bastani/atomic-natives-linux-x64-gnu": {
591
- "version": "0.9.4-alpha.1",
592
- "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-linux-x64-gnu/-/atomic-natives-linux-x64-gnu-0.9.4-alpha.1.tgz",
593
- "integrity": "sha512-XjSJqi0293AeZj/pUc8zdllk4ykZb74E3sD6B/AuBIDiu4mPBZ/oXPJ0Izb65rXIl8+sx0t4YZil8GSGIhVfvQ==",
573
+ "version": "0.9.4-alpha.10",
574
+ "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-linux-x64-gnu/-/atomic-natives-linux-x64-gnu-0.9.4-alpha.10.tgz",
594
575
  "license": "MIT",
595
- "engines": {
596
- "bun": ">=1.3.14",
597
- "node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"
598
- },
599
576
  "os": [
600
577
  "linux"
601
578
  ],
@@ -608,14 +585,9 @@
608
585
  "optional": true
609
586
  },
610
587
  "node_modules/@bastani/atomic-natives-win32-arm64-msvc": {
611
- "version": "0.9.4-alpha.1",
612
- "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-win32-arm64-msvc/-/atomic-natives-win32-arm64-msvc-0.9.4-alpha.1.tgz",
613
- "integrity": "sha512-jiqdS60fq99Tfp9H7Dj8LyTPz64tfP4yBEW5xUuN66J2uN4TpZKMNbHQ0ffeb91IWAP+B42UailPguvrov/Tvg==",
588
+ "version": "0.9.4-alpha.10",
589
+ "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-win32-arm64-msvc/-/atomic-natives-win32-arm64-msvc-0.9.4-alpha.10.tgz",
614
590
  "license": "MIT",
615
- "engines": {
616
- "bun": ">=1.3.14",
617
- "node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"
618
- },
619
591
  "os": [
620
592
  "win32"
621
593
  ],
@@ -625,14 +597,9 @@
625
597
  "optional": true
626
598
  },
627
599
  "node_modules/@bastani/atomic-natives-win32-x64-msvc": {
628
- "version": "0.9.4-alpha.1",
629
- "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-win32-x64-msvc/-/atomic-natives-win32-x64-msvc-0.9.4-alpha.1.tgz",
630
- "integrity": "sha512-L7nEKNV35pIN1AMNPBH6UmWV0kkM0/KB7wtBPBTildeyyEU2UdwXgLGA8uEqazhgtttJONvjGBF7NySkIz7JFg==",
600
+ "version": "0.9.4-alpha.10",
601
+ "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-win32-x64-msvc/-/atomic-natives-win32-x64-msvc-0.9.4-alpha.10.tgz",
631
602
  "license": "MIT",
632
- "engines": {
633
- "bun": ">=1.3.14",
634
- "node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"
635
- },
636
603
  "os": [
637
604
  "win32"
638
605
  ],
@@ -683,12 +650,12 @@
683
650
  ]
684
651
  },
685
652
  "node_modules/@earendil-works/pi-agent-core": {
686
- "version": "0.80.2",
687
- "resolved": "https://registry.npmjs.org/@earendil-works/pi-agent-core/-/pi-agent-core-0.80.2.tgz",
688
- "integrity": "sha512-BF9WPhixIFjT6Kp3Iz3H6ugkU+4AWotM8py96XE5pIK0arJbQKMWbR+dXSWWDEmR5yc/aFQODnuyowOEzMGO7Q==",
653
+ "version": "0.80.3",
654
+ "resolved": "https://registry.npmjs.org/@earendil-works/pi-agent-core/-/pi-agent-core-0.80.3.tgz",
655
+ "integrity": "sha512-3qw0/GeRQBU/nlGjDe5Yb7ePKTmoxefx2YxyKMFAviFUMXpFexBG/hS7mBtwFahFvzrrTPPoRT6sFIDjwoDWPQ==",
689
656
  "license": "MIT",
690
657
  "dependencies": {
691
- "@earendil-works/pi-ai": "^0.80.2",
658
+ "@earendil-works/pi-ai": "^0.80.3",
692
659
  "ignore": "7.0.5",
693
660
  "typebox": "1.1.38",
694
661
  "yaml": "2.9.0"
@@ -698,9 +665,9 @@
698
665
  }
699
666
  },
700
667
  "node_modules/@earendil-works/pi-ai": {
701
- "version": "0.80.2",
702
- "resolved": "https://registry.npmjs.org/@earendil-works/pi-ai/-/pi-ai-0.80.2.tgz",
703
- "integrity": "sha512-5GNKfdrRJ4uZ5Zd9iudoXggi/BbUcKnD/xfRHtdR+7q4vWqPvfx8auFuaT+ewGBVI8K4wj87eigFQ/iCSuy9RQ==",
668
+ "version": "0.80.3",
669
+ "resolved": "https://registry.npmjs.org/@earendil-works/pi-ai/-/pi-ai-0.80.3.tgz",
670
+ "integrity": "sha512-jPZLMeGL5kkMSEAwAklfXTMHqZvfhsJtCCpKGIr5Duk7mc0n4skjB1dugk7y0z3z8ZHIUCmPAWHdyDqgUz5vdA==",
704
671
  "license": "MIT",
705
672
  "dependencies": {
706
673
  "@anthropic-ai/sdk": "0.91.1",
@@ -723,9 +690,9 @@
723
690
  }
724
691
  },
725
692
  "node_modules/@earendil-works/pi-tui": {
726
- "version": "0.80.2",
727
- "resolved": "https://registry.npmjs.org/@earendil-works/pi-tui/-/pi-tui-0.80.2.tgz",
728
- "integrity": "sha512-OvOAMIbXiC9OSse17YMiXIsI9AS5XM/ZV8N/k+UzdlRpPILDQYmLElevgGW92kkXR8qHBClIdzhCjuzlBGvphA==",
693
+ "version": "0.80.3",
694
+ "resolved": "https://registry.npmjs.org/@earendil-works/pi-tui/-/pi-tui-0.80.3.tgz",
695
+ "integrity": "sha512-2BJI6qwRQfnM0Q7seL1+SbacU/jRRjBnN7Hu3n9BjAn7/s5FaBNnvdD1qBQYRsFTHfjqMaDsjYqanPyqwXj99w==",
729
696
  "license": "MIT",
730
697
  "dependencies": {
731
698
  "get-east-asian-width": "1.6.0",