@sentry/junior 0.111.0 → 0.113.0

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 (57) hide show
  1. package/dist/{agent-hooks-QQ2IWKOP.js → agent-hooks-BKEMWR3Z.js} +8 -8
  2. package/dist/api/conversations/cursor.d.ts +17 -0
  3. package/dist/api/conversations/detail.d.ts +16 -18
  4. package/dist/api/conversations/event-list.d.ts +91 -0
  5. package/dist/api/conversations/event-page.d.ts +18 -0
  6. package/dist/api/conversations/events.d.ts +5 -1
  7. package/dist/api/conversations/projection.d.ts +6 -1
  8. package/dist/api/people/profile.d.ts +1 -0
  9. package/dist/api/schema/conversation.d.ts +132 -51
  10. package/dist/api/schema/person.d.ts +2 -0
  11. package/dist/api/schema.d.ts +2 -2
  12. package/dist/api/schema.js +7 -1
  13. package/dist/api.js +445 -138
  14. package/dist/app.js +50 -27
  15. package/dist/{catalog-runtime-D22W6QEJ.js → catalog-runtime-6XYOUVRZ.js} +5 -5
  16. package/dist/chat/pi/transcript.d.ts +2 -0
  17. package/dist/chat/runtime/agent-run-outcome.d.ts +1 -0
  18. package/dist/chat/services/auth-pause-response.d.ts +1 -1
  19. package/dist/chat/services/auth-pause.d.ts +2 -1
  20. package/dist/chat/services/mcp-auth-orchestration.d.ts +1 -1
  21. package/dist/chat/services/plugin-auth-orchestration.d.ts +2 -1
  22. package/dist/chat/services/provider-error.d.ts +39 -0
  23. package/dist/chat/services/provider-retry.d.ts +3 -6
  24. package/dist/chat/task-execution/state.d.ts +2 -2
  25. package/dist/chat/task-execution/store.d.ts +1 -1
  26. package/dist/chat/tools/resource-events.d.ts +3 -129
  27. package/dist/{chunk-J7APPQIJ.js → chunk-36UJA3OD.js} +1 -1
  28. package/dist/{chunk-Z2W4SJZ7.js → chunk-3CTIAKSS.js} +1 -1
  29. package/dist/{chunk-B45FPP2A.js → chunk-4VKFQPCW.js} +4 -4
  30. package/dist/{chunk-BTRNMS6A.js → chunk-4WZ7YKDF.js} +2 -2
  31. package/dist/{chunk-SL3ZKNLQ.js → chunk-DXRPHBOU.js} +132 -23
  32. package/dist/{chunk-OOLU34J4.js → chunk-H5ON7XTE.js} +125 -62
  33. package/dist/{chunk-PYKKM4MM.js → chunk-HMRVILWZ.js} +1 -1
  34. package/dist/{chunk-L6JPKANW.js → chunk-K5BXPM74.js} +1 -1
  35. package/dist/{chunk-ZRZ4SVWG.js → chunk-LLKDNPYV.js} +2 -2
  36. package/dist/{chunk-WSRBFHPX.js → chunk-LR2SKL5Y.js} +1 -1
  37. package/dist/{chunk-MPVES2IC.js → chunk-NP7TYFYR.js} +1 -1
  38. package/dist/{chunk-XQAYFRWT.js → chunk-OXE5ZUTS.js} +1 -1
  39. package/dist/{chunk-IFAHK54X.js → chunk-QTS66GMR.js} +2 -2
  40. package/dist/{chunk-NQLWOTY4.js → chunk-RCBUZGIT.js} +217 -199
  41. package/dist/{chunk-FPK7XY3F.js → chunk-UKGNSJQQ.js} +51 -42
  42. package/dist/{chunk-PZELBSHC.js → chunk-WBB22ANL.js} +20 -15
  43. package/dist/{chunk-QQIVLZW4.js → chunk-YJ44UT7D.js} +5 -5
  44. package/dist/{chunk-Z4G3WCP3.js → chunk-ZRSUCJGA.js} +1 -1
  45. package/dist/cli/chat.js +19 -19
  46. package/dist/cli/check.js +6 -6
  47. package/dist/cli/plugins.js +11 -11
  48. package/dist/cli/snapshot-warmup.js +8 -8
  49. package/dist/cli/upgrade.js +5 -5
  50. package/dist/{db-WXQOQESG.js → db-2ASK6MV6.js} +5 -5
  51. package/dist/instrumentation.js +2 -2
  52. package/dist/nitro.js +2 -2
  53. package/dist/{runner-4QY4XH4B.js → runner-L363K62Z.js} +12 -13
  54. package/dist/{skills-P5MU4EBX.js → skills-VCPG3NOO.js} +6 -6
  55. package/dist/{validation-PQF5OP6T.js → validation-GY7AJBLC.js} +6 -6
  56. package/dist/version.js +1 -1
  57. package/package.json +5 -5
package/dist/version.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  JUNIOR_VERSION
3
- } from "./chunk-Z4G3WCP3.js";
3
+ } from "./chunk-ZRSUCJGA.js";
4
4
  import "./chunk-MLKGABMK.js";
5
5
  export {
6
6
  JUNIOR_VERSION
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/junior",
3
- "version": "0.111.0",
3
+ "version": "0.113.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -79,7 +79,7 @@
79
79
  "pg": "^8.16.3",
80
80
  "yaml": "^2.9.0",
81
81
  "zod": "^4.4.3",
82
- "@sentry/junior-plugin-api": "0.111.0"
82
+ "@sentry/junior-plugin-api": "0.113.0"
83
83
  },
84
84
  "devDependencies": {
85
85
  "@emnapi/core": "^1.10.0",
@@ -96,9 +96,9 @@
96
96
  "typescript": "^6.0.3",
97
97
  "vercel": "^54.4.0",
98
98
  "vitest": "^4.1.7",
99
- "@sentry/junior-memory": "0.111.0",
100
- "@sentry/junior-github": "0.111.0",
101
- "@sentry/junior-scheduler": "0.111.0",
99
+ "@sentry/junior-github": "0.113.0",
100
+ "@sentry/junior-memory": "0.113.0",
101
+ "@sentry/junior-scheduler": "0.113.0",
102
102
  "@sentry/junior-testing": "0.0.0"
103
103
  },
104
104
  "scripts": {