@sentry/junior 0.216.0 → 0.217.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-BFKt9huN.js → agent-CV4MPfCD.js} +100 -33
- package/dist/{agent-hooks-pyhfSnAL.js → agent-hooks-BtGATjr2.js} +6 -6
- package/dist/{agent-runner-CIiziOcz.js → agent-runner-DCj_cPjl.js} +5 -5
- package/dist/api.js +15 -15
- package/dist/app.js +29 -29
- package/dist/{auth-pause-state-BKGc9Y8O.js → auth-pause-state-C7GMUpb9.js} +6 -6
- package/dist/{briefs-Bq5vouaO.js → briefs-eG5Jo1xa.js} +2 -2
- package/dist/{catalog-runtime-D3hJdAMz.js → catalog-runtime-LUAIHslF.js} +1 -1
- package/dist/{checkpoint-Ja5A32op.js → checkpoint-CmkbGGiR.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-DqG_LDSH.js → client-ciJRmcY5.js} +2 -2
- package/dist/{config-CdS5GQ7W.js → config-BMwzCmw-.js} +2 -2
- package/dist/{conversation-privacy-B7844ly7.js → conversation-privacy-CLkpzAlt.js} +1 -1
- package/dist/{credential-sync-DLWVq50D.js → credential-sync-BoWHpDBP.js} +22 -22
- package/dist/{execution-stats-BbYien1O.js → execution-stats-C-E5FIsT.js} +3 -3
- package/dist/{executor-CIl9A6cO.js → executor-D0xETqi8.js} +1 -1
- package/dist/instrumentation.js +2 -2
- package/dist/{job-queue-CIz2Sij0.js → job-queue-C8FZ3LSY.js} +1 -1
- package/dist/{logging-dD_n9Ocp.js → logging-CHZ0aJXO.js} +1 -1
- package/dist/nitro.js +3 -3
- package/dist/{oauth-callback-server-CBfuGXP0.js → oauth-callback-server-D2JPUvY4.js} +2 -2
- package/dist/{pending-auth-KOZWIp4m.js → pending-auth-HNSPyxoN.js} +2 -2
- package/dist/{profile-BfWuRDUF.js → profile-6veboDue.js} +4 -4
- package/dist/{registry-DYHLzGuO.js → registry-DR6TJe4J.js} +1 -1
- package/dist/{resolve-CU8DArbR.js → resolve-DprAzyQN.js} +2 -2
- package/dist/{runner-BtHHH38l.js → runner-CV9Wahh9.js} +9 -9
- package/dist/{sandbox-egress-signals-BvZZ02w9.js → sandbox-egress-signals-BpRsWlQP.js} +1 -1
- package/dist/{short-title-CKnmS3nO.js → short-title-XUBD7AYC.js} +2 -2
- package/dist/{skills-CLsaAMtU.js → skills-DeUBvhdn.js} +2 -2
- package/dist/{spawn-C6Utdbzm.js → spawn-BFzlrZae.js} +2 -2
- package/dist/{stats-D4Ar_7MS.js → stats-BvNqVRdB.js} +5 -5
- package/dist/{task-queue-BgOOj26_.js → task-queue-CbxNVEAg.js} +3 -3
- package/dist/{task-runner-BfOnhH3C.js → task-runner-BH5M3JHb.js} +7 -7
- package/dist/{thread-state-B-jR3Aa8.js → thread-state-Db98GdYL.js} +5 -5
- package/dist/{turn-execution-_rlctc-2.js → turn-execution-mZIWtngI.js} +3 -3
- package/dist/{turn-lifecycle-CVRu8Hmm.js → turn-lifecycle-CNsgouon.js} +1 -1
- package/dist/{validation-5255qF_p.js → validation-Dy7SUhLv.js} +1 -1
- package/dist/{version-DS_6p6x1.js → version-Es4nurl1.js} +1 -1
- package/dist/version.js +1 -1
- package/dist/{web-authorization-TdkXi7XG.js → web-authorization-DG2K_bpi.js} +1 -1
- package/dist/{web-input-vHOAXVxj.js → web-input-CZjYeCFh.js} +4 -4
- package/dist/{work-NIWYQvh-.js → work-DTqDMGeD.js} +9 -9
- package/dist/{worker-BgY7599f.js → worker-BvuVxS4T.js} +5 -5
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/junior",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.217.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.217.0"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
91
|
"@emnapi/core": "^1.10.0",
|
|
@@ -104,9 +104,9 @@
|
|
|
104
104
|
"typescript": "^6.0.3",
|
|
105
105
|
"vercel": "^54.4.0",
|
|
106
106
|
"vitest": "^4.1.7",
|
|
107
|
-
"@sentry/junior-
|
|
108
|
-
"@sentry/junior-
|
|
109
|
-
"@sentry/junior-
|
|
107
|
+
"@sentry/junior-github": "0.217.0",
|
|
108
|
+
"@sentry/junior-memory": "0.217.0",
|
|
109
|
+
"@sentry/junior-testing": "0.0.0"
|
|
110
110
|
},
|
|
111
111
|
"scripts": {
|
|
112
112
|
"build": "tsdown",
|