Skip to content

Commit ec10ed3

Browse files
committed
upgrade to 7.0.0
1 parent 4dd98aa commit ec10ed3

File tree

4 files changed

+186
-4
lines changed

4 files changed

+186
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Supports flash messages - session data that is deleted after it's read.
99
## Usage
1010

1111
```ts
12-
import { Application, Router } from "jsr:@oak/oak@^14";
12+
import { Application, Router } from "jsr:@oak/oak@^15";
1313
import { Session } from "https://deno.land/x/oak_sessions/mod.ts";
1414

1515
type AppState = {
@@ -273,4 +273,5 @@ To keep up with the correct types, you have to use the correct major version to
273273
| --- | --- |
274274
| ^12 | ^4.1.12
275275
| ^13 | ^5.0.0 |
276-
| ^14 | ^6.0.0 |
276+
| ^14 | ^6.0.0 |
277+
| ^15 | ^7.0.0 |

deno.lock

Lines changed: 181 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "jsr:@oak/oak@^14"
1+
export * from "jsr:@oak/oak@^15"

test/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Application, Router } from "jsr:@oak/oak@^14"
1+
import { Application, Router } from "jsr:@oak/oak@^15"
22
import { Session } from '../mod.ts'
33
import { makeStore } from "./makeStore.ts";
44

0 commit comments

Comments
 (0)