Skip to content

Commit de24bea

Browse files
committed
Update @atproto/lexicon
1 parent d7e28d6 commit de24bea

File tree

3 files changed

+59
-13
lines changed

3 files changed

+59
-13
lines changed

deno.lock

Lines changed: 56 additions & 11 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@lpm/core",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"license": "MIT",
55
"exports": "./mod.ts",
66

77
"imports": {
88
"@needle-di/core": "npm:@needle-di/core@^0.11.2",
99
"@atproto/api": "npm:@atproto/api@^0.14.6",
1010
"@atproto/identity": "npm:@atproto/identity@^0.4.6",
11-
"@atproto/lexicon": "npm:@atproto/lexicon@^0.4.7",
11+
"@atproto/lexicon": "npm:@atproto/lexicon@^0.5.2",
1212
"@atproto/syntax": "npm:@atproto/syntax@^0.3.3"
1313
}
1414
}

packages/core/src/schema.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ function getRefs(doc: LexiconDoc): string[] {
173173
case "cid-link":
174174
case "integer":
175175
case "unknown":
176+
case "permission-set":
176177
break;
177178

178179
default:

0 commit comments

Comments
 (0)