@genkit-ai/express 1.15.2 → 1.15.4

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/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "genai",
10
10
  "generative-ai"
11
11
  ],
12
- "version": "1.15.2",
12
+ "version": "1.15.4",
13
13
  "type": "commonjs",
14
14
  "repository": {
15
15
  "type": "git",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "peerDependencies": {
26
26
  "express": "^4.21.1",
27
- "genkit": "^1.15.2"
27
+ "genkit": "^1.15.4"
28
28
  },
29
29
  "devDependencies": {
30
30
  "get-port": "^5.1.0",
@@ -282,7 +282,8 @@ describe('expressHandler', async () => {
282
282
  });
283
283
  });
284
284
 
285
- it('should abort a flow with auth', async () => {
285
+ // TODO: This test is flaky, skipping until fixed.
286
+ it.skip('should abort a flow with auth', async () => {
286
287
  const controller = new AbortController();
287
288
  const response = fetch(`http://localhost:${port}/abortableFlow`, {
288
289
  method: 'POST',