Skip to content

Commit cc982d9

Browse files
committed
Bump
1 parent c8ef56b commit cc982d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/deno.jsonc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lpm/core",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"license": "MIT",
55
"exports": "./mod.ts",
66

packages/core/src/node.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Deno.test("registry resolve", async () => {
4848

4949
for await (
5050
const resolution of registry.resolve([
51-
registry.get(NSID.parse("app.bsky.graph.list")),
51+
registry.get(NSID.parse("app.bsky.feed.post")),
5252
])
5353
) {
5454
assertSuccessfullResolution(resolution);

0 commit comments

Comments
 (0)