@sentry/junior 0.177.0 → 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-IYHCN7CO.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 +35 -35
- package/dist/{catalog-runtime-2TD4CXSB.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/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-3FWXQZJJ.js → chunk-22T3HB44.js} +1 -1
- package/dist/{chunk-DLTP6TUJ.js → chunk-3ZZEPLLB.js} +2 -2
- package/dist/{chunk-7ZFESKJ2.js → chunk-4K6VNP3S.js} +9 -9
- package/dist/{chunk-N4YEVOEC.js → chunk-534BO42N.js} +45 -276
- package/dist/{chunk-6NZRKJWU.js → chunk-6OYVH66J.js} +1 -1
- package/dist/{chunk-J2EWL6GJ.js → chunk-ABLODWPO.js} +1 -1
- package/dist/{chunk-ORMJY4RG.js → chunk-AGJ4OQ2V.js} +1 -1
- package/dist/{chunk-Q362TECJ.js → chunk-AQHSXA3J.js} +331 -2
- package/dist/{chunk-4SVAFAI2.js → chunk-AVRWMQ4U.js} +1 -1
- package/dist/{chunk-I7PKGMKI.js → chunk-BFLMRTPD.js} +6 -6
- package/dist/{chunk-ZCYABD7N.js → chunk-BHHWCNXI.js} +5 -5
- package/dist/{chunk-LFZODSAY.js → chunk-BUGO42R6.js} +4 -4
- package/dist/{chunk-7B6NW4P7.js → chunk-D3UJTX4U.js} +1 -1
- package/dist/{chunk-2IMQLZHS.js → chunk-FQ6BMP5P.js} +767 -81
- package/dist/{chunk-4TWDRU64.js → chunk-G3CQEUHI.js} +5 -5
- package/dist/{chunk-VGDOEKO2.js → chunk-H6ZXBFGX.js} +1 -1
- package/dist/{chunk-SNPQGTHJ.js → chunk-IQRPDKPJ.js} +1 -1
- package/dist/{chunk-CAWBLVBY.js → chunk-JVXZ3WDH.js} +6 -6
- package/dist/{chunk-7PZDAXIK.js → chunk-KEQAA42D.js} +1 -1
- package/dist/{chunk-UB5YB2ED.js → chunk-LAOP4EPL.js} +6 -6
- package/dist/{chunk-WYO2HXY5.js → chunk-OGRD5PFM.js} +1 -1
- package/dist/{chunk-AFOFVEXP.js → chunk-PRDKO3QB.js} +124 -13
- package/dist/{chunk-QLLOX7JY.js → chunk-QCCLDJHB.js} +8 -8
- package/dist/{chunk-FVVYHML7.js → chunk-RE4XWXBV.js} +6 -6
- package/dist/{chunk-4TRHPYTL.js → chunk-RGV6KHDM.js} +4 -4
- package/dist/{chunk-DGGIKWYQ.js → chunk-RGXOLPWO.js} +1 -1
- package/dist/{chunk-ELEAIRTG.js → chunk-TKB25A3L.js} +2 -2
- package/dist/{chunk-6KGMMVHF.js → chunk-U3UDPGZG.js} +2 -2
- package/dist/{chunk-7CVYXUOJ.js → chunk-UGWBJAGN.js} +1 -1
- package/dist/{chunk-LVL5NG5G.js → chunk-UMG7M32G.js} +19 -19
- package/dist/{chunk-LPMLAJYR.js → chunk-XCNS3CXE.js} +11 -17
- package/dist/{chunk-PA7QDS7P.js → chunk-XWUJWHFD.js} +204 -100
- package/dist/{chunk-WCQUKX74.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-A3CB76US.js → db-QVYOWATH.js} +7 -7
- package/dist/instrumentation.js +4 -4
- package/dist/nitro.js +2 -2
- package/dist/{oauth-callback-server-64QMI3IB.js → oauth-callback-server-PLPAFXO6.js} +23 -23
- package/dist/{runner-EIAE2BGD.js → runner-AGNEIOZS.js} +15 -15
- package/dist/{skills-ZADWFKDG.js → skills-U5KQ66EM.js} +6 -6
- package/dist/spawn-ZRYYZP2B.js +37 -0
- package/dist/{validation-4I6AF4CV.js → validation-QE4U45KS.js} +6 -6
- package/dist/version.js +1 -1
- package/dist/{work-BS6BZ66U.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-DVUOUFFC.js +0 -37
- package/dist/worker-RS5PWTCE.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-DVUOUFFC.js
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
bindSpawnAgent
|
|
3
|
-
} from "./chunk-DGGIKWYQ.js";
|
|
4
|
-
import "./chunk-FVVYHML7.js";
|
|
5
|
-
import "./chunk-LFZODSAY.js";
|
|
6
|
-
import "./chunk-4TWDRU64.js";
|
|
7
|
-
import "./chunk-JAL3CH4G.js";
|
|
8
|
-
import "./chunk-ZCYABD7N.js";
|
|
9
|
-
import "./chunk-DIB4GX3G.js";
|
|
10
|
-
import "./chunk-RF6J3DIO.js";
|
|
11
|
-
import "./chunk-CAWBLVBY.js";
|
|
12
|
-
import "./chunk-6ZWRNC4D.js";
|
|
13
|
-
import "./chunk-I7PKGMKI.js";
|
|
14
|
-
import "./chunk-PDO5BLNM.js";
|
|
15
|
-
import "./chunk-PA7QDS7P.js";
|
|
16
|
-
import "./chunk-3Y47VMHV.js";
|
|
17
|
-
import "./chunk-LPMLAJYR.js";
|
|
18
|
-
import "./chunk-WCQUKX74.js";
|
|
19
|
-
import "./chunk-Q362TECJ.js";
|
|
20
|
-
import "./chunk-VGDOEKO2.js";
|
|
21
|
-
import "./chunk-DLTP6TUJ.js";
|
|
22
|
-
import "./chunk-VFUK3X5B.js";
|
|
23
|
-
import "./chunk-7PZDAXIK.js";
|
|
24
|
-
import "./chunk-J2EWL6GJ.js";
|
|
25
|
-
import "./chunk-7B6NW4P7.js";
|
|
26
|
-
import "./chunk-CGA4ERJ5.js";
|
|
27
|
-
import "./chunk-M63DETLL.js";
|
|
28
|
-
import "./chunk-7CVYXUOJ.js";
|
|
29
|
-
import "./chunk-6GWA276C.js";
|
|
30
|
-
import "./chunk-OOUNJNMR.js";
|
|
31
|
-
import "./chunk-H4HBKISO.js";
|
|
32
|
-
import "./chunk-ORMJY4RG.js";
|
|
33
|
-
import "./chunk-SNPQGTHJ.js";
|
|
34
|
-
import "./chunk-MLKGABMK.js";
|
|
35
|
-
export {
|
|
36
|
-
bindSpawnAgent
|
|
37
|
-
};
|
package/dist/worker-RS5PWTCE.js
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
CONVERSATION_WORK_DEFER_DELAY_MS,
|
|
3
|
-
processConversationWork
|
|
4
|
-
} from "./chunk-UB5YB2ED.js";
|
|
5
|
-
import "./chunk-6NZRKJWU.js";
|
|
6
|
-
import "./chunk-LFZODSAY.js";
|
|
7
|
-
import "./chunk-JAL3CH4G.js";
|
|
8
|
-
import "./chunk-3Y47VMHV.js";
|
|
9
|
-
import "./chunk-LPMLAJYR.js";
|
|
10
|
-
import "./chunk-WCQUKX74.js";
|
|
11
|
-
import "./chunk-VGDOEKO2.js";
|
|
12
|
-
import "./chunk-DLTP6TUJ.js";
|
|
13
|
-
import "./chunk-VFUK3X5B.js";
|
|
14
|
-
import "./chunk-7PZDAXIK.js";
|
|
15
|
-
import "./chunk-M63DETLL.js";
|
|
16
|
-
import "./chunk-7CVYXUOJ.js";
|
|
17
|
-
import "./chunk-6GWA276C.js";
|
|
18
|
-
import "./chunk-ORMJY4RG.js";
|
|
19
|
-
import "./chunk-SNPQGTHJ.js";
|
|
20
|
-
import "./chunk-MLKGABMK.js";
|
|
21
|
-
export {
|
|
22
|
-
CONVERSATION_WORK_DEFER_DELAY_MS,
|
|
23
|
-
processConversationWork
|
|
24
|
-
};
|