@sentry/junior 0.84.0 → 0.85.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-hooks-XDS5DIVS.js → agent-hooks-AV7CHLUO.js} +7 -7
- package/dist/app.js +144 -46
- package/dist/{catalog-runtime-IVWRAPSI.js → catalog-runtime-XOD7YPRS.js} +2 -2
- package/dist/chat/current-instruction.d.ts +6 -0
- package/dist/chat/requester.d.ts +1 -1
- package/dist/chat/respond-helpers.d.ts +1 -2
- package/dist/{chunk-FAGWUF44.js → chunk-2TAIGJPQ.js} +1 -1
- package/dist/{chunk-WCXVEQPI.js → chunk-64ACM6AP.js} +1 -1
- package/dist/{chunk-TW23AT22.js → chunk-BQ3ITJA6.js} +1 -1
- package/dist/{chunk-ALL7GG6U.js → chunk-BU2AWPEN.js} +42 -4
- package/dist/{chunk-BAPRSWNW.js → chunk-C2PSUWK3.js} +1 -1
- package/dist/{chunk-S7SC5IUJ.js → chunk-EENOFKDN.js} +4 -4
- package/dist/{chunk-SBYMRDH7.js → chunk-ENEWQMRJ.js} +1 -1
- package/dist/{chunk-MZ4DUVFD.js → chunk-FYPO4K7C.js} +3 -3
- package/dist/{chunk-JUI6XIHU.js → chunk-GY7L6VCT.js} +7 -12
- package/dist/{chunk-ZPCGQRFJ.js → chunk-IXTBFABZ.js} +4 -5
- package/dist/{chunk-BFPOSIYV.js → chunk-MHEV3T2Y.js} +56 -19
- package/dist/{chunk-CWMMGUWM.js → chunk-MTE5NRPJ.js} +1 -1
- package/dist/{chunk-AAD2D7K3.js → chunk-QTTTRBNB.js} +3 -3
- package/dist/{chunk-MJ4E2PK7.js → chunk-RUB77TGS.js} +1 -1
- package/dist/{chunk-ZPD5YQFZ.js → chunk-SSUEWAVS.js} +3 -3
- package/dist/{chunk-KNVN4HUT.js → chunk-UVNV67EC.js} +5 -5
- package/dist/cli/chat.js +6 -6
- package/dist/cli/check.js +3 -3
- package/dist/cli/plugins.js +9 -9
- package/dist/cli/snapshot-warmup.js +5 -5
- package/dist/cli/upgrade.js +8 -8
- package/dist/{db-7RRWCYF3.js → db-S3HYBLUS.js} +4 -4
- package/dist/handlers/github-webhook/issue-comment.d.ts +3 -0
- package/dist/handlers/github-webhook/pull-request-review-comment.d.ts +3 -0
- package/dist/nitro.js +3 -3
- package/dist/reporting.js +26 -15
- package/dist/{runner-CJL5IKFO.js → runner-IMQH6V2B.js} +12 -12
- package/dist/{validation-TN6HMZAD.js → validation-MBNJKWPQ.js} +3 -3
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/junior",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.85.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"pg": "^8.16.3",
|
|
71
71
|
"yaml": "^2.9.0",
|
|
72
72
|
"zod": "^4.4.3",
|
|
73
|
-
"@sentry/junior-plugin-api": "0.
|
|
73
|
+
"@sentry/junior-plugin-api": "0.85.0"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@emnapi/core": "^1.10.0",
|
|
@@ -86,10 +86,10 @@
|
|
|
86
86
|
"typescript": "^6.0.3",
|
|
87
87
|
"vercel": "^54.4.0",
|
|
88
88
|
"vitest": "^4.1.7",
|
|
89
|
-
"@sentry/junior-github": "0.
|
|
90
|
-
"@sentry/junior-scheduler": "0.
|
|
91
|
-
"@sentry/junior-
|
|
92
|
-
"@sentry/junior-
|
|
89
|
+
"@sentry/junior-github": "0.85.0",
|
|
90
|
+
"@sentry/junior-scheduler": "0.85.0",
|
|
91
|
+
"@sentry/junior-memory": "0.85.0",
|
|
92
|
+
"@sentry/junior-testing": "0.0.0"
|
|
93
93
|
},
|
|
94
94
|
"scripts": {
|
|
95
95
|
"build": "tsup && tsc -p tsconfig.build.json --emitDeclarationOnly",
|