@sentry/junior 0.220.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-CJ_-GRPT.js → agent-CFrfUdN5.js} +63 -69
- package/dist/{agent-hooks-DsFlR7gi.js → agent-hooks-kjLDY-Aa.js} +6 -6
- package/dist/{agent-runner-D82gVT0O.js → agent-runner-DMMa36Zl.js} +5 -5
- package/dist/api.js +15 -15
- package/dist/app.js +31 -31
- package/dist/{auth-pause-state-DL5YJXnT.js → auth-pause-state-TdhAyYM4.js} +6 -6
- package/dist/{briefs-CvXfErSa.js → briefs-CIN2DMSo.js} +2 -2
- package/dist/{catalog-runtime-DSEzvNVT.js → catalog-runtime-D1v0KsgY.js} +1 -1
- package/dist/{checkpoint-DfpPyo-x.js → checkpoint-B2-uc-1h.js} +6 -6
- 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-pBijNHYx.js → client-DIe9JhwF.js} +2 -2
- package/dist/{config-DYi2mx6N.js → config-0_JixokJ.js} +2 -2
- package/dist/{conversation-privacy-TiU3SGZh.js → conversation-privacy-6NLCEkzx.js} +1 -1
- package/dist/{credential-sync-hBiu11zS.js → credential-sync-Dqg2o90r.js} +21 -21
- package/dist/{execution-stats-DAWGg9WH.js → execution-stats-vnXVMVeu.js} +3 -3
- package/dist/{executor-t2OCqFgz.js → executor-CmZKtNpH.js} +1 -1
- package/dist/instrumentation.js +8 -6
- package/dist/{job-queue-Deruj7qS.js → job-queue-B1k3woMW.js} +1 -1
- package/dist/{logging-wngKXw7u.js → logging-D2YJv_PA.js} +1 -1
- package/dist/nitro.js +3 -3
- package/dist/{oauth-callback-server-D1jNG0lr.js → oauth-callback-server-BQtO5l5M.js} +2 -2
- package/dist/{pending-auth-DJa76b68.js → pending-auth-DuSNoTpn.js} +2 -2
- package/dist/{profile-Mv2uNsKJ.js → profile-C3TEFAVI.js} +4 -4
- package/dist/{registry-6_Zog2YF.js → registry-Bp0kd2xe.js} +1 -1
- package/dist/{resolve-BI3Dfm9p.js → resolve-BABNNBLL.js} +2 -2
- package/dist/{runner-CzrmejYr.js → runner-Bvn90ijl.js} +10 -10
- package/dist/{sandbox-egress-signals-BcSCyPKx.js → sandbox-egress-signals-DLfYAOiO.js} +1 -1
- package/dist/{short-title-Bs3wWE1M.js → short-title-C2fM-ERl.js} +2 -2
- package/dist/{skills-DOE_QPVJ.js → skills-D1otDVYp.js} +2 -2
- package/dist/{spawn-DylJoJnT.js → spawn-C-fAS-Rk.js} +2 -2
- package/dist/{stats--FeHjGJ1.js → stats-BfUFTUrM.js} +33 -8
- package/dist/{task-queue-CSEo5Ly9.js → task-queue-VdYCCwO0.js} +3 -3
- package/dist/{task-runner-BDwZj8OX.js → task-runner-6tzKHNbM.js} +7 -7
- package/dist/{thread-state-CpZAVpdG.js → thread-state-CD_fsyrM.js} +5 -5
- package/dist/{turn-execution-AROC0tUZ.js → turn-execution-eVhqozjK.js} +3 -3
- package/dist/{turn-lifecycle-CGNjfgbT.js → turn-lifecycle-CxAtVANu.js} +1 -1
- package/dist/{validation-QFwh6qzp.js → validation-CMERqrCD.js} +1 -1
- package/dist/{version-FAS9qrpM.js → version-C8XFxpkQ.js} +1 -1
- package/dist/version.js +1 -1
- package/dist/{web-authorization-ZAQcIE4e.js → web-authorization-Dq2NDhY0.js} +1 -1
- package/dist/{web-input-C5nhIX0j.js → web-input-Bdh_rCZ7.js} +4 -4
- package/dist/{work-BNw2Vmxi.js → work-DCwaUeWu.js} +9 -9
- package/dist/{worker-9Us77-te.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": {
|