@sentry/junior-memory 0.190.0 → 0.191.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.d.ts CHANGED
@@ -64,7 +64,7 @@ declare const createMemoryRequestSchema: z.ZodObject<{
64
64
  eventType: z.ZodString;
65
65
  identifier: z.ZodString;
66
66
  namespace: z.ZodString;
67
- }, z.core.$strict>], "kind">>;
67
+ }, z.core.$strict>], "kind">, unknown>;
68
68
  userId: z.ZodOptional<z.ZodString>;
69
69
  }, z.core.$strict>;
70
70
  sourceContext: z.ZodOptional<z.ZodObject<{
@@ -151,7 +151,7 @@ declare const extractSessionRequestSchema: z.ZodObject<{
151
151
  eventType: z.ZodString;
152
152
  identifier: z.ZodString;
153
153
  namespace: z.ZodString;
154
- }, z.core.$strict>], "kind">>;
154
+ }, z.core.$strict>], "kind">, unknown>;
155
155
  userId: z.ZodOptional<z.ZodString>;
156
156
  }, z.core.$strict>;
157
157
  transcript: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
package/dist/store.d.ts CHANGED
@@ -118,7 +118,7 @@ export declare const memorySupersessionInputSchema: z.ZodObject<{
118
118
  eventType: z.ZodString;
119
119
  identifier: z.ZodString;
120
120
  namespace: z.ZodString;
121
- }, z.core.$strict>], "kind">>;
121
+ }, z.core.$strict>], "kind">, unknown>;
122
122
  userId: z.ZodOptional<z.ZodString>;
123
123
  }, z.core.$strict>;
124
124
  }, z.core.$strict>;
package/dist/types.d.ts CHANGED
@@ -64,7 +64,7 @@ export declare const memoryRuntimeContextSchema: z.ZodObject<{
64
64
  eventType: z.ZodString;
65
65
  identifier: z.ZodString;
66
66
  namespace: z.ZodString;
67
- }, z.core.$strict>], "kind">>;
67
+ }, z.core.$strict>], "kind">, unknown>;
68
68
  userId: z.ZodOptional<z.ZodString>;
69
69
  }, z.core.$strict>;
70
70
  export type MemoryRuntimeContext = z.output<typeof memoryRuntimeContextSchema>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/junior-memory",
3
- "version": "0.190.0",
3
+ "version": "0.191.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -26,8 +26,8 @@
26
26
  "@sinclair/typebox": "^0.34.49",
27
27
  "commander": "^14.0.3",
28
28
  "drizzle-orm": "^0.45.2",
29
- "zod": "^4.4.3",
30
- "@sentry/junior-plugin-api": "0.190.0"
29
+ "zod": "^4.5.4",
30
+ "@sentry/junior-plugin-api": "0.191.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@oxlint/plugins": "1.79.0",