@sentry/junior 0.176.2 → 0.178.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-LQZFBXBK.js → agent-hooks-PBT4NNBV.js} +12 -12
- package/dist/api/conversations/archive.d.ts +5 -2
- package/dist/api/conversations/list.d.ts +0 -1
- package/dist/api/conversations/membership.d.ts +14 -0
- package/dist/api/conversations/projection.d.ts +2 -1
- package/dist/api/locations/detail.d.ts +1 -1
- package/dist/api/people/shared.d.ts +2 -2
- package/dist/api/schema/conversation.d.ts +4 -4
- package/dist/api/schema/location.d.ts +1 -1
- package/dist/api/schema/person.d.ts +1 -1
- package/dist/api/schema.js +1 -1
- package/dist/api.js +245 -166
- package/dist/app.js +52 -57
- package/dist/{catalog-runtime-P3DBC3XM.js → catalog-runtime-M7QGKPFZ.js} +5 -5
- package/dist/chat/agent/sandbox.d.ts +2 -0
- package/dist/chat/conversations/sql/participants.d.ts +1 -0
- package/dist/chat/conversations/store.d.ts +0 -1
- package/dist/chat/resource-events/notification.d.ts +6 -1
- package/dist/chat/sandbox/errors.d.ts +4 -0
- package/dist/chat/sandbox/noninteractive-command.d.ts +1 -0
- package/dist/chat/sandbox/prepare-workspace.d.ts +27 -3
- package/dist/chat/sandbox/sandbox.d.ts +2 -0
- package/dist/chat/sandbox/session.d.ts +2 -0
- package/dist/chat/sandbox/snapshot/builder-sandbox.d.ts +5 -0
- package/dist/chat/sandbox/snapshot/install.d.ts +2 -2
- package/dist/chat/sandbox/snapshot/span.d.ts +3 -0
- package/dist/chat/sandbox/snapshot/store.d.ts +20 -17
- package/dist/chat/sandbox/snapshot/waiting-error.d.ts +15 -0
- package/dist/chat/sandbox/snapshot/workspace.d.ts +17 -0
- package/dist/chat/services/workspace-snapshot-wait.d.ts +27 -0
- package/dist/chat/workspaces/types.d.ts +1 -0
- package/dist/{chunk-2PWBS4JK.js → chunk-22T3HB44.js} +1 -1
- package/dist/{chunk-LNV3NNDO.js → chunk-3ZZEPLLB.js} +2 -2
- package/dist/{chunk-DBXTXY2Z.js → chunk-4K6VNP3S.js} +9 -9
- package/dist/{chunk-SZWILPFG.js → chunk-534BO42N.js} +45 -276
- package/dist/{chunk-QWPKRFG6.js → chunk-6OYVH66J.js} +1 -1
- package/dist/{chunk-ESIS6NVJ.js → chunk-ABLODWPO.js} +1 -1
- package/dist/{chunk-LY6QWCJI.js → chunk-AGJ4OQ2V.js} +1 -1
- package/dist/{chunk-KKY2R2QF.js → chunk-AQHSXA3J.js} +331 -2
- package/dist/{chunk-JRDM64UU.js → chunk-AVRWMQ4U.js} +1 -1
- package/dist/{chunk-B2RBW7CX.js → chunk-BFLMRTPD.js} +6 -6
- package/dist/{chunk-HXX3CSGJ.js → chunk-BHHWCNXI.js} +5 -5
- package/dist/{chunk-H5SVUUPE.js → chunk-BUGO42R6.js} +4 -4
- package/dist/{chunk-2XQ45FB2.js → chunk-D3UJTX4U.js} +1 -1
- package/dist/{chunk-V4SBMRZ3.js → chunk-FQ6BMP5P.js} +767 -81
- package/dist/{chunk-AJ6M3LLM.js → chunk-G3CQEUHI.js} +5 -5
- package/dist/{chunk-RHNT2FYF.js → chunk-H6ZXBFGX.js} +1 -1
- package/dist/{chunk-FLBOMXLS.js → chunk-IQRPDKPJ.js} +1 -1
- package/dist/{chunk-OOH45KJS.js → chunk-JVXZ3WDH.js} +6 -6
- package/dist/{chunk-HLEE6JNT.js → chunk-KEQAA42D.js} +1 -1
- package/dist/{chunk-E7MUDWFH.js → chunk-LAOP4EPL.js} +6 -6
- package/dist/{chunk-FIWDSKL2.js → chunk-OGRD5PFM.js} +1 -1
- package/dist/{chunk-MNKXBIIA.js → chunk-PRDKO3QB.js} +124 -13
- package/dist/{chunk-YAB6CALP.js → chunk-QCCLDJHB.js} +8 -8
- package/dist/{chunk-FDA3E627.js → chunk-RE4XWXBV.js} +6 -6
- package/dist/{chunk-WVDCJ26T.js → chunk-RGV6KHDM.js} +4 -4
- package/dist/{chunk-73FXUNOB.js → chunk-RGXOLPWO.js} +1 -1
- package/dist/{chunk-ELEAIRTG.js → chunk-TKB25A3L.js} +2 -2
- package/dist/{chunk-UZM72ORS.js → chunk-U3UDPGZG.js} +2 -2
- package/dist/{chunk-PLJ3UO67.js → chunk-UGWBJAGN.js} +1 -1
- package/dist/{chunk-OJQTYDDD.js → chunk-UMG7M32G.js} +19 -19
- package/dist/{chunk-MOVIDCPX.js → chunk-XCNS3CXE.js} +11 -17
- package/dist/{chunk-TRG4RCTT.js → chunk-XWUJWHFD.js} +204 -100
- package/dist/{chunk-2KSPJ6EE.js → chunk-ZCHHVTMF.js} +14 -5
- package/dist/cli/chat.js +31 -30
- package/dist/cli/check.js +6 -6
- package/dist/cli/plugins.js +13 -13
- package/dist/cli/snapshot-create.js +10 -10
- package/dist/cli/upgrade.js +7 -7
- package/dist/db/schema/conversation-participants.d.ts +17 -0
- package/dist/db/schema/conversations.d.ts +629 -1
- package/dist/db/schema/snapshots.d.ts +1 -1
- package/dist/db/schema.d.ts +18 -1
- package/dist/{db-ATGRVFSI.js → db-QVYOWATH.js} +7 -7
- package/dist/instrumentation.js +4 -4
- package/dist/nitro.js +2 -2
- package/dist/{oauth-callback-server-55TYSRIZ.js → oauth-callback-server-PLPAFXO6.js} +23 -23
- package/dist/{runner-FD4BRECW.js → runner-AGNEIOZS.js} +15 -15
- package/dist/{skills-5YY7QYV6.js → skills-U5KQ66EM.js} +6 -6
- package/dist/spawn-ZRYYZP2B.js +37 -0
- package/dist/{validation-KH5UQUV4.js → validation-QE4U45KS.js} +6 -6
- package/dist/version.js +1 -1
- package/dist/{work-5LWDUEO4.js → work-ATAXAHJJ.js} +18 -18
- package/dist/worker-LIL5AOER.js +24 -0
- package/migrations/0033_workspace_snapshot_active_build.sql +1 -0
- package/migrations/0034_strong_randall.sql +31 -0
- package/migrations/meta/0033_snapshot.json +2914 -0
- package/migrations/meta/0034_snapshot.json +3038 -0
- package/migrations/meta/_journal.json +15 -1
- package/package.json +5 -5
- package/dist/spawn-6IS46YNW.js +0 -37
- package/dist/worker-XKVLTAI2.js +0 -24
|
@@ -232,6 +232,20 @@
|
|
|
232
232
|
"when": 1786954953911,
|
|
233
233
|
"tag": "0032_workspace_snapshots_table",
|
|
234
234
|
"breakpoints": true
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"idx": 33,
|
|
238
|
+
"version": "7",
|
|
239
|
+
"when": 1787069019525,
|
|
240
|
+
"tag": "0033_workspace_snapshot_active_build",
|
|
241
|
+
"breakpoints": true
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"idx": 34,
|
|
245
|
+
"version": "7",
|
|
246
|
+
"when": 1787335675201,
|
|
247
|
+
"tag": "0034_strong_randall",
|
|
248
|
+
"breakpoints": true
|
|
235
249
|
}
|
|
236
250
|
]
|
|
237
|
-
}
|
|
251
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/junior",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.178.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.4.3",
|
|
88
|
-
"@sentry/junior-plugin-api": "0.
|
|
88
|
+
"@sentry/junior-plugin-api": "0.178.0"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
91
|
"@hono/node-server": "1.19.14",
|
|
@@ -103,9 +103,9 @@
|
|
|
103
103
|
"typescript": "^6.0.3",
|
|
104
104
|
"vercel": "^54.4.0",
|
|
105
105
|
"vitest": "^4.1.7",
|
|
106
|
-
"@sentry/junior-
|
|
107
|
-
"@sentry/junior-
|
|
108
|
-
"@sentry/junior-
|
|
106
|
+
"@sentry/junior-github": "0.178.0",
|
|
107
|
+
"@sentry/junior-memory": "0.178.0",
|
|
108
|
+
"@sentry/junior-testing": "0.0.0"
|
|
109
109
|
},
|
|
110
110
|
"scripts": {
|
|
111
111
|
"build": "tsup && tsc -p tsconfig.build.json --emitDeclarationOnly",
|
package/dist/spawn-6IS46YNW.js
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
bindSpawnAgent
|
|
3
|
-
} from "./chunk-73FXUNOB.js";
|
|
4
|
-
import "./chunk-FDA3E627.js";
|
|
5
|
-
import "./chunk-H5SVUUPE.js";
|
|
6
|
-
import "./chunk-AJ6M3LLM.js";
|
|
7
|
-
import "./chunk-JAL3CH4G.js";
|
|
8
|
-
import "./chunk-HXX3CSGJ.js";
|
|
9
|
-
import "./chunk-DIB4GX3G.js";
|
|
10
|
-
import "./chunk-RF6J3DIO.js";
|
|
11
|
-
import "./chunk-OOH45KJS.js";
|
|
12
|
-
import "./chunk-6ZWRNC4D.js";
|
|
13
|
-
import "./chunk-B2RBW7CX.js";
|
|
14
|
-
import "./chunk-PDO5BLNM.js";
|
|
15
|
-
import "./chunk-TRG4RCTT.js";
|
|
16
|
-
import "./chunk-3Y47VMHV.js";
|
|
17
|
-
import "./chunk-MOVIDCPX.js";
|
|
18
|
-
import "./chunk-2KSPJ6EE.js";
|
|
19
|
-
import "./chunk-KKY2R2QF.js";
|
|
20
|
-
import "./chunk-RHNT2FYF.js";
|
|
21
|
-
import "./chunk-LNV3NNDO.js";
|
|
22
|
-
import "./chunk-VFUK3X5B.js";
|
|
23
|
-
import "./chunk-HLEE6JNT.js";
|
|
24
|
-
import "./chunk-ESIS6NVJ.js";
|
|
25
|
-
import "./chunk-2XQ45FB2.js";
|
|
26
|
-
import "./chunk-CGA4ERJ5.js";
|
|
27
|
-
import "./chunk-M63DETLL.js";
|
|
28
|
-
import "./chunk-PLJ3UO67.js";
|
|
29
|
-
import "./chunk-6GWA276C.js";
|
|
30
|
-
import "./chunk-OOUNJNMR.js";
|
|
31
|
-
import "./chunk-H4HBKISO.js";
|
|
32
|
-
import "./chunk-LY6QWCJI.js";
|
|
33
|
-
import "./chunk-FLBOMXLS.js";
|
|
34
|
-
import "./chunk-MLKGABMK.js";
|
|
35
|
-
export {
|
|
36
|
-
bindSpawnAgent
|
|
37
|
-
};
|
package/dist/worker-XKVLTAI2.js
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
CONVERSATION_WORK_DEFER_DELAY_MS,
|
|
3
|
-
processConversationWork
|
|
4
|
-
} from "./chunk-E7MUDWFH.js";
|
|
5
|
-
import "./chunk-QWPKRFG6.js";
|
|
6
|
-
import "./chunk-H5SVUUPE.js";
|
|
7
|
-
import "./chunk-JAL3CH4G.js";
|
|
8
|
-
import "./chunk-3Y47VMHV.js";
|
|
9
|
-
import "./chunk-MOVIDCPX.js";
|
|
10
|
-
import "./chunk-2KSPJ6EE.js";
|
|
11
|
-
import "./chunk-RHNT2FYF.js";
|
|
12
|
-
import "./chunk-LNV3NNDO.js";
|
|
13
|
-
import "./chunk-VFUK3X5B.js";
|
|
14
|
-
import "./chunk-HLEE6JNT.js";
|
|
15
|
-
import "./chunk-M63DETLL.js";
|
|
16
|
-
import "./chunk-PLJ3UO67.js";
|
|
17
|
-
import "./chunk-6GWA276C.js";
|
|
18
|
-
import "./chunk-LY6QWCJI.js";
|
|
19
|
-
import "./chunk-FLBOMXLS.js";
|
|
20
|
-
import "./chunk-MLKGABMK.js";
|
|
21
|
-
export {
|
|
22
|
-
CONVERSATION_WORK_DEFER_DELAY_MS,
|
|
23
|
-
processConversationWork
|
|
24
|
-
};
|