Skip to content

Commit

Permalink
chore: update to sdk@v1 (#44)
Browse files Browse the repository at this point in the history
* chore: update to sdk@v1

* chore: fix test
  • Loading branch information
jonas-jonas committed Dec 12, 2022
1 parent 67937c7 commit 84858ea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"next": ">=12.0.10"
},
"dependencies": {
"@ory/client": "^0.2.0-alpha.16",
"@ory/client": "^1.1.0",
"cookie": "^0.4.1",
"istextorbinary": "^6.0.0",
"next": ">=12.0.10",
Expand Down
2 changes: 1 addition & 1 deletion src/next-edge/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ describe("NextJS handler", () => {
fallbackToPlayground: true,
})

await supertest(app.app).get("/?paths=ui&paths=ory.png").expect(200)
await supertest(app.app).get("/?paths=ui&paths=ory-small.svg").expect(200)
})

test("updates the contents of HTML", async () => {
Expand Down

0 comments on commit 84858ea

Please sign in to comment.