Skip to content

Commit

Permalink
Merge pull request bluesky-social#64 from bluesky-social/bnewbold/deps
Browse files Browse the repository at this point in the history
update `@atproto/*` package deps to current
  • Loading branch information
bnewbold authored Sep 29, 2023
2 parents 040801a + 7ea9699 commit 364865a
Show file tree
Hide file tree
Showing 129 changed files with 3,477 additions and 688 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"build": "tsc"
},
"dependencies": {
"@atproto/api": "^0.3.7",
"@atproto/did-resolver": "^0.1.0",
"@atproto/lexicon": "^0.1.0",
"@atproto/repo": "^0.1.0",
"@atproto/uri": "^0.0.2",
"@atproto/xrpc-server": "^0.2.0",
"@atproto/api": "^0.6.20",
"@atproto/identity": "^0.2.1",
"@atproto/lexicon": "^0.2.2",
"@atproto/repo": "^0.3.2",
"@atproto/syntax": "^0.1.2",
"@atproto/xrpc-server": "^0.3.2",
"better-sqlite3": "^8.3.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
Expand Down
2 changes: 1 addition & 1 deletion src/auth.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import express from 'express'
import { verifyJwt, AuthRequiredError } from '@atproto/xrpc-server'
import { DidResolver } from '@atproto/did-resolver'
import { DidResolver } from '@atproto/identity'

export const validateAuth = async (
req: express.Request,
Expand Down
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Database } from './db'
import { DidResolver } from '@atproto/did-resolver'
import { DidResolver } from '@atproto/identity'

export type AppContext = {
db: Database
Expand Down
663 changes: 543 additions & 120 deletions src/lexicon/index.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 364865a

Please sign in to comment.