@sentry/junior 0.35.0 → 0.36.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/app.js +2 -1
- package/package.json +20 -20
package/dist/app.js
CHANGED
|
@@ -16103,6 +16103,7 @@ async function handleAuthenticatedSlackMessageChangedMention(args) {
|
|
|
16103
16103
|
if (!authAdapter.verifySignature(args.rawBody, timestamp, signature)) {
|
|
16104
16104
|
return;
|
|
16105
16105
|
}
|
|
16106
|
+
await args.bot.initialize();
|
|
16106
16107
|
const webhookOptions = {
|
|
16107
16108
|
waitUntil: (task) => args.waitUntil(task)
|
|
16108
16109
|
};
|
|
@@ -16128,7 +16129,7 @@ async function handleAuthenticatedSlackMessageChangedMention(args) {
|
|
|
16128
16129
|
);
|
|
16129
16130
|
return true;
|
|
16130
16131
|
};
|
|
16131
|
-
if (authAdapter.
|
|
16132
|
+
if (authAdapter.defaultBotTokenProvider) {
|
|
16132
16133
|
dispatch();
|
|
16133
16134
|
return;
|
|
16134
16135
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/junior",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.36.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"bin"
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@ai-sdk/gateway": "^3.0.
|
|
24
|
-
"@chat-adapter/slack": "4.
|
|
25
|
-
"@chat-adapter/state-memory": "4.
|
|
26
|
-
"@chat-adapter/state-redis": "4.
|
|
27
|
-
"@logtape/logtape": "^2.0.
|
|
23
|
+
"@ai-sdk/gateway": "^3.0.110",
|
|
24
|
+
"@chat-adapter/slack": "4.27.0",
|
|
25
|
+
"@chat-adapter/state-memory": "4.27.0",
|
|
26
|
+
"@chat-adapter/state-redis": "4.27.0",
|
|
27
|
+
"@logtape/logtape": "^2.0.7",
|
|
28
28
|
"@mariozechner/pi-agent-core": "0.73.0",
|
|
29
29
|
"@mariozechner/pi-ai": "0.73.0",
|
|
30
30
|
"@modelcontextprotocol/sdk": "1.29.0",
|
|
31
31
|
"@sinclair/typebox": "^0.34.49",
|
|
32
|
-
"@slack/web-api": "^7.15.
|
|
33
|
-
"@vercel/functions": "^3.
|
|
32
|
+
"@slack/web-api": "^7.15.2",
|
|
33
|
+
"@vercel/functions": "^3.5.0",
|
|
34
34
|
"@vercel/sandbox": "^1.10.0",
|
|
35
|
-
"ai": "^6.0.
|
|
35
|
+
"ai": "^6.0.175",
|
|
36
36
|
"bash-tool": "^1.3.16",
|
|
37
|
-
"chat": "4.
|
|
38
|
-
"hono": "^4.12.
|
|
39
|
-
"just-bash": "
|
|
37
|
+
"chat": "4.27.0",
|
|
38
|
+
"hono": "^4.12.18",
|
|
39
|
+
"just-bash": "2.14.2",
|
|
40
40
|
"node-html-markdown": "^2.0.0",
|
|
41
|
-
"yaml": "^2.8.
|
|
42
|
-
"zod": "^4.3
|
|
41
|
+
"yaml": "^2.8.4",
|
|
42
|
+
"zod": "^4.4.3"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@sentry/node": ">=10.0.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@sentry/node": "^10.
|
|
48
|
+
"@sentry/node": "^10.51.0",
|
|
49
49
|
"@types/node": "^25.6.0",
|
|
50
|
-
"dependency-cruiser": "^17.
|
|
51
|
-
"msw": "^2.
|
|
52
|
-
"nitro": "3.0.
|
|
53
|
-
"oxlint": "^1.
|
|
50
|
+
"dependency-cruiser": "^17.4.0",
|
|
51
|
+
"msw": "^2.14.3",
|
|
52
|
+
"nitro": "3.0.260429-beta",
|
|
53
|
+
"oxlint": "^1.63.0",
|
|
54
54
|
"tsup": "^8.5.1",
|
|
55
55
|
"typescript": "^5.9.3",
|
|
56
56
|
"vercel": "^51.4.0",
|
|
57
|
-
"vitest": "^4.1.
|
|
57
|
+
"vitest": "^4.1.5"
|
|
58
58
|
},
|
|
59
59
|
"scripts": {
|
|
60
60
|
"build": "tsup",
|