Skip to content

Commit

Permalink
Merge branch 'main' into jack/middleware-validation-initial
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams authored Nov 18, 2024
2 parents a6f4fb8 + deec655 commit a8de45a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-pants-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-parents-drive.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/inngest/src/next.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

import { type NextApiRequest, type NextApiResponse } from "next";
import { type NextRequest } from "next/server";
import { type NextRequest } from "next/server.js";
import {
InngestCommHandler,
type ServeHandlerOptions,
Expand Down
8 changes: 8 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inngest/test

## 0.1.1

### Patch Changes

- [#741](https://github.com/inngest/inngest-js/pull/741) [`6782497`](https://github.com/inngest/inngest-js/commit/67824978ddd3cab7b923555341a2fbfe4ae96280) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix the first step in a run running twice

- [#741](https://github.com/inngest/inngest-js/pull/741) [`6782497`](https://github.com/inngest/inngest-js/commit/67824978ddd3cab7b923555341a2fbfe4ae96280) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix immediate function/step failures not returning `error` correctly

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@inngest/test",
"description": "Tooling for testing Inngest functions.",
"version": "0.1.0",
"version": "0.1.1",
"include": [
"./src/**/*.ts"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inngest/test",
"version": "0.1.0",
"version": "0.1.1",
"description": "Tooling for testing Inngest functions.",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit a8de45a

Please sign in to comment.