@sentry/junior 0.219.0 → 0.221.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.
- package/dist/{agent-DFeJ0yVy.js → agent-CFrfUdN5.js} +65 -71
- package/dist/{agent-hooks-CKaIOT4I.js → agent-hooks-kjLDY-Aa.js} +8 -8
- package/dist/{agent-runner-DifJddqY.js → agent-runner-DMMa36Zl.js} +5 -5
- package/dist/api/schema.d.ts +30 -0
- package/dist/api/schema.js +2 -2
- package/dist/api.js +80 -19
- package/dist/app.js +33 -160
- package/dist/{auth-pause-state-nAyuKldT.js → auth-pause-state-TdhAyYM4.js} +6 -6
- package/dist/{briefs-D2iu2JPg.js → briefs-CIN2DMSo.js} +4 -4
- package/dist/{catalog-runtime-v3x4peOv.js → catalog-runtime-D1v0KsgY.js} +1 -1
- package/dist/{checkpoint-Cc7ba7dw.js → checkpoint-B2-uc-1h.js} +7 -7
- package/dist/cli/chat.js +13 -13
- package/dist/cli/check.js +3 -3
- package/dist/cli/main.js +1 -1
- package/dist/cli/plugins.js +3 -3
- package/dist/cli/snapshot-create.js +3 -3
- package/dist/cli/upgrade.js +3 -3
- package/dist/{client-DVKLZG01.js → client-DIe9JhwF.js} +2 -2
- package/dist/{config-BXIOxlCK.js → config-0_JixokJ.js} +2 -2
- package/dist/{conversation-BpqLg4MM.js → conversation-BSRGzJmY.js} +1 -0
- package/dist/{conversation-privacy-8-WR4KBo.js → conversation-privacy-6NLCEkzx.js} +1 -1
- package/dist/{credential-sync-BOcckr3l.js → credential-sync-Dqg2o90r.js} +21 -21
- package/dist/{execution-stats-G61-pwq6.js → execution-stats-vnXVMVeu.js} +3 -3
- package/dist/{executor-D_aAfzGp.js → executor-CmZKtNpH.js} +1 -1
- package/dist/instrumentation.js +8 -6
- package/dist/{job-queue-DjgMEeqJ.js → job-queue-B1k3woMW.js} +1 -1
- package/dist/{logging-1iHJtqBM.js → logging-D2YJv_PA.js} +1 -1
- package/dist/nitro.js +3 -3
- package/dist/{oauth-callback-server-wwYSbTaU.js → oauth-callback-server-BQtO5l5M.js} +2 -2
- package/dist/{pending-auth-B2qOCIx1.js → pending-auth-DuSNoTpn.js} +2 -2
- package/dist/{profile-B4e6XN37.js → profile-C3TEFAVI.js} +4 -4
- package/dist/{prompt-DAoaq0CT.js → prompt-BkaHwBW0.js} +1 -1
- package/dist/{registry-C0DT9wqc.js → registry-Bp0kd2xe.js} +1 -1
- package/dist/{resolve-DugfbPdI.js → resolve-BABNNBLL.js} +2 -2
- package/dist/{runner-RE9Lp-M8.js → runner-Bvn90ijl.js} +10 -10
- package/dist/{sandbox-egress-signals-BqkV7azF.js → sandbox-egress-signals-DLfYAOiO.js} +1 -1
- package/dist/{schema-BMG8MJPJ.js → schema-YPJXVcOW.js} +1 -1
- package/dist/{short-title-C7tWtQQy.js → short-title-C2fM-ERl.js} +2 -2
- package/dist/{skills-B6OcxCOp.js → skills-D1otDVYp.js} +2 -2
- package/dist/{spawn-BmZvmNYc.js → spawn-C-fAS-Rk.js} +2 -2
- package/dist/{stats-BtMLD1n8.js → stats-BfUFTUrM.js} +33 -8
- package/dist/{task-queue-a2aXjkx2.js → task-queue-VdYCCwO0.js} +3 -3
- package/dist/{task-runner-Bg2trvKT.js → task-runner-6tzKHNbM.js} +8 -8
- package/dist/{thread-state-D4zlHEq1.js → thread-state-CD_fsyrM.js} +5 -5
- package/dist/{turn-execution-CgCTt4YP.js → turn-execution-eVhqozjK.js} +3 -3
- package/dist/{turn-lifecycle-ClF1kY55.js → turn-lifecycle-CxAtVANu.js} +1 -1
- package/dist/{validation-CGkLLzS9.js → validation-CMERqrCD.js} +1 -1
- package/dist/{version-CZfM8Kly.js → version-C8XFxpkQ.js} +1 -1
- package/dist/version.js +1 -1
- package/dist/{web-authorization-DCSwmiua.js → web-authorization-Dq2NDhY0.js} +1 -1
- package/dist/{web-input-CQrFGEv9.js → web-input-Bdh_rCZ7.js} +4 -4
- package/dist/{work-lRFwhKJe.js → work-DCwaUeWu.js} +9 -9
- package/dist/{worker-BV4FekSX.js → worker-grswNVoc.js} +5 -5
- package/migrations/0043_scheduled_automation_channel_destinations.sql +36 -0
- package/migrations/meta/0043_snapshot.json +3610 -0
- package/migrations/meta/_journal.json +8 -1
- package/package.json +4 -4
|
@@ -302,6 +302,13 @@
|
|
|
302
302
|
"when": 1789152226086,
|
|
303
303
|
"tag": "0042_conversation_metrics",
|
|
304
304
|
"breakpoints": true
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"idx": 43,
|
|
308
|
+
"version": "7",
|
|
309
|
+
"when": 1789999722695,
|
|
310
|
+
"tag": "0043_scheduled_automation_channel_destinations",
|
|
311
|
+
"breakpoints": true
|
|
305
312
|
}
|
|
306
313
|
]
|
|
307
|
-
}
|
|
314
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/junior",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.221.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"pg": "^8.16.3",
|
|
86
86
|
"yaml": "^2.9.0",
|
|
87
87
|
"zod": "^4.5.4",
|
|
88
|
-
"@sentry/junior-plugin-api": "0.
|
|
88
|
+
"@sentry/junior-plugin-api": "0.221.0"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
91
|
"@emnapi/core": "^1.10.0",
|
|
@@ -104,8 +104,8 @@
|
|
|
104
104
|
"typescript": "^6.0.3",
|
|
105
105
|
"vercel": "^54.4.0",
|
|
106
106
|
"vitest": "^4.1.7",
|
|
107
|
-
"@sentry/junior-github": "0.
|
|
108
|
-
"@sentry/junior-memory": "0.
|
|
107
|
+
"@sentry/junior-github": "0.221.0",
|
|
108
|
+
"@sentry/junior-memory": "0.221.0",
|
|
109
109
|
"@sentry/junior-testing": "0.0.0"
|
|
110
110
|
},
|
|
111
111
|
"scripts": {
|