Skip to content

Commit 798803f

Browse files
committed
Bump other atproto packages
1 parent de24bea commit 798803f

File tree

3 files changed

+76
-55
lines changed

3 files changed

+76
-55
lines changed

deno.lock

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

packages/core/deno.jsonc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66

77
"imports": {
88
"@needle-di/core": "npm:@needle-di/core@^0.11.2",
9-
"@atproto/api": "npm:@atproto/api@^0.14.6",
10-
"@atproto/identity": "npm:@atproto/identity@^0.4.6",
9+
"@atproto/api": "npm:@atproto/api@^0.18.8",
10+
"@atproto/identity": "npm:@atproto/identity@^0.4.10",
1111
"@atproto/lexicon": "npm:@atproto/lexicon@^0.5.2",
12-
"@atproto/syntax": "npm:@atproto/syntax@^0.3.3"
12+
"@atproto/syntax": "npm:@atproto/syntax@^0.4.2",
13+
"@std/assert": "jsr:@std/assert@^1.0.16"
1314
}
1415
}

packages/core/src/schema.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { AtUri, NSID } from "@atproto/syntax";
22
import type { Resolution } from "./schema.ts";
33
import { Catalog } from "./catalog.ts";
4-
import { assertEquals, assertObjectMatch } from "jsr:@std/assert";
4+
import { assertEquals, assertObjectMatch } from "@std/assert";
55
import { bootstrap } from "@needle-di/core";
66
import { Lexicons } from "@atproto/lexicon";
77
import { AtpBaseClient } from "@atproto/api";

0 commit comments

Comments
 (0)