@atproto/pds 0.5.19 → 0.5.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/lexicons/app/bsky/unspecced/getTrends.defs.d.ts +2 -0
- package/dist/lexicons/app/bsky/unspecced/getTrends.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/unspecced/getTrends.defs.js +1 -0
- package/dist/lexicons/app/bsky/unspecced/getTrends.defs.js.map +1 -1
- package/dist/lexicons/app/bsky/unspecced/getTrendsSkeleton.defs.d.ts +2 -0
- package/dist/lexicons/app/bsky/unspecced/getTrendsSkeleton.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/unspecced/getTrendsSkeleton.defs.js +1 -0
- package/dist/lexicons/app/bsky/unspecced/getTrendsSkeleton.defs.js.map +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,7 @@ export declare const $params: l.ParamsSchema<{
|
|
|
8
8
|
export type $Params = l.InferOutput<typeof $params>;
|
|
9
9
|
export declare const $output: l.Payload<"application/json", l.ObjectSchema<{
|
|
10
10
|
trends: l.ArraySchema<l.RefSchema<l.Validator<UnspeccedDefs.TrendView, UnspeccedDefs.TrendView>>>;
|
|
11
|
+
recIdStr: l.OptionalSchema<l.StringSchema<{}>>;
|
|
11
12
|
}>>;
|
|
12
13
|
export type $Output<B = l.BinaryData> = l.InferPayload<typeof $output, B>;
|
|
13
14
|
export type $OutputBody<B = l.BinaryData> = l.InferPayloadBody<typeof $output, B>;
|
|
@@ -16,6 +17,7 @@ declare const main: l.Query<"app.bsky.unspecced.getTrends", l.ParamsSchema<{
|
|
|
16
17
|
readonly limit: l.OptionalSchema<l.WithDefaultSchema<l.IntegerSchema>>;
|
|
17
18
|
}>, l.Payload<"application/json", l.ObjectSchema<{
|
|
18
19
|
trends: l.ArraySchema<l.RefSchema<l.Validator<UnspeccedDefs.TrendView, UnspeccedDefs.TrendView>>>;
|
|
20
|
+
recIdStr: l.OptionalSchema<l.StringSchema<{}>>;
|
|
19
21
|
}>>, undefined>;
|
|
20
22
|
export { main };
|
|
21
23
|
export declare const $lxm = "app.bsky.unspecced.getTrends";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTrends.defs.d.ts","sourceRoot":"","sources":["../../../../../src/lexicons/app/bsky/unspecced/getTrends.defs.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,cAAc,CAAA;AAChC,OAAO,KAAK,aAAa,MAAM,gBAAgB,CAAA;AAE/C,QAAA,MAAM,KAAK,iCAAiC,CAAA;AAE5C,OAAO,EAAE,KAAK,EAAE,CAAA;AAEhB,eAAO,MAAM,OAAO;;EAOlB,CAAA;AAEF,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,OAAO,CAAC,CAAA;AAEnD,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"getTrends.defs.d.ts","sourceRoot":"","sources":["../../../../../src/lexicons/app/bsky/unspecced/getTrends.defs.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,cAAc,CAAA;AAChC,OAAO,KAAK,aAAa,MAAM,gBAAgB,CAAA;AAE/C,QAAA,MAAM,KAAK,iCAAiC,CAAA;AAE5C,OAAO,EAAE,KAAK,EAAE,CAAA;AAEhB,eAAO,MAAM,OAAO;;EAOlB,CAAA;AAEF,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,OAAO,CAAC,CAAA;AAEnD,eAAO,MAAM,OAAO;;;GAOlB,CAAA;AAEF,MAAM,MAAM,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,UAAU,IAAI,CAAC,CAAC,YAAY,CAAC,OAAO,OAAO,EAAE,CAAC,CAAC,CAAA;AACzE,MAAM,MAAM,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,UAAU,IAAI,CAAC,CAAC,gBAAgB,CAC5D,OAAO,OAAO,EACd,CAAC,CACF,CAAA;AAED,4CAA4C;AAC5C,QAAA,MAAM,IAAI;;;;;eAAiD,CAAA;AAE3D,OAAO,EAAE,IAAI,EAAE,CAAA;AAEf,eAAO,MAAM,IAAI,iCAAQ,CAAA"}
|
|
@@ -13,6 +13,7 @@ export const $params = /*#__PURE__*/ l.params({
|
|
|
13
13
|
export const $output = /*#__PURE__*/ l.jsonPayload({
|
|
14
14
|
trends: /*#__PURE__*/ l.array(
|
|
15
15
|
/*#__PURE__*/ l.ref((() => UnspeccedDefs.trendView))),
|
|
16
|
+
recIdStr: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.string()),
|
|
16
17
|
});
|
|
17
18
|
/** Get the current trends on the network */
|
|
18
19
|
const main = /*#__PURE__*/ l.query($nsid, $params, $output);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTrends.defs.js","sourceRoot":"","sources":["../../../../../src/lexicons/app/bsky/unspecced/getTrends.defs.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,cAAc,CAAA;AAChC,OAAO,KAAK,aAAa,MAAM,gBAAgB,CAAA;AAE/C,MAAM,KAAK,GAAG,8BAA8B,CAAA;AAE5C,OAAO,EAAE,KAAK,EAAE,CAAA;AAEhB,MAAM,CAAC,MAAM,OAAO,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IAC5C,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IAC7B,aAAa,CAAC,CAAC,CAAC,WAAW;IACzB,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,EACpD,EAAE,CACH,CACF;CACF,CAAC,CAAA;AAIF,MAAM,CAAC,MAAM,OAAO,GAAG,aAAa,CAAC,CAAC,CAAC,WAAW,CAAC;IACjD,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,KAAK;IAC3B,aAAa,CAAC,CAAC,CAAC,GAAG,CACjB,CAAC,GAAG,EAAE,CAAC,aAAa,CAAC,SAAS,CAAQ,CACvC,CACF;
|
|
1
|
+
{"version":3,"file":"getTrends.defs.js","sourceRoot":"","sources":["../../../../../src/lexicons/app/bsky/unspecced/getTrends.defs.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,cAAc,CAAA;AAChC,OAAO,KAAK,aAAa,MAAM,gBAAgB,CAAA;AAE/C,MAAM,KAAK,GAAG,8BAA8B,CAAA;AAE5C,OAAO,EAAE,KAAK,EAAE,CAAA;AAEhB,MAAM,CAAC,MAAM,OAAO,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IAC5C,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IAC7B,aAAa,CAAC,CAAC,CAAC,WAAW;IACzB,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,EACpD,EAAE,CACH,CACF;CACF,CAAC,CAAA;AAIF,MAAM,CAAC,MAAM,OAAO,GAAG,aAAa,CAAC,CAAC,CAAC,WAAW,CAAC;IACjD,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,KAAK;IAC3B,aAAa,CAAC,CAAC,CAAC,GAAG,CACjB,CAAC,GAAG,EAAE,CAAC,aAAa,CAAC,SAAS,CAAQ,CACvC,CACF;IACD,QAAQ,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;CAC7D,CAAC,CAAA;AAQF,4CAA4C;AAC5C,MAAM,IAAI,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC,CAAA;AAE3D,OAAO,EAAE,IAAI,EAAE,CAAA;AAEf,MAAM,CAAC,MAAM,IAAI,GAAG,KAAK,CAAA","sourcesContent":["/*\n * THIS FILE WAS GENERATED BY \"@atproto/lex\". DO NOT EDIT.\n */\n\nimport { l } from '@atproto/lex'\nimport * as UnspeccedDefs from './defs.defs.js'\n\nconst $nsid = 'app.bsky.unspecced.getTrends'\n\nexport { $nsid }\n\nexport const $params = /*#__PURE__*/ l.params({\n limit: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.withDefault(\n /*#__PURE__*/ l.integer({ minimum: 1, maximum: 25 }),\n 10,\n ),\n ),\n})\n\nexport type $Params = l.InferOutput<typeof $params>\n\nexport const $output = /*#__PURE__*/ l.jsonPayload({\n trends: /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.ref<UnspeccedDefs.TrendView>(\n (() => UnspeccedDefs.trendView) as any,\n ),\n ),\n recIdStr: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.string()),\n})\n\nexport type $Output<B = l.BinaryData> = l.InferPayload<typeof $output, B>\nexport type $OutputBody<B = l.BinaryData> = l.InferPayloadBody<\n typeof $output,\n B\n>\n\n/** Get the current trends on the network */\nconst main = /*#__PURE__*/ l.query($nsid, $params, $output)\n\nexport { main }\n\nexport const $lxm = $nsid\n"]}
|
|
@@ -11,6 +11,7 @@ export declare const $params: l.ParamsSchema<{
|
|
|
11
11
|
export type $Params = l.InferOutput<typeof $params>;
|
|
12
12
|
export declare const $output: l.Payload<"application/json", l.ObjectSchema<{
|
|
13
13
|
trends: l.ArraySchema<l.RefSchema<l.Validator<UnspeccedDefs.SkeletonTrend, UnspeccedDefs.SkeletonTrend>>>;
|
|
14
|
+
recIdStr: l.OptionalSchema<l.StringSchema<{}>>;
|
|
14
15
|
}>>;
|
|
15
16
|
export type $Output<B = l.BinaryData> = l.InferPayload<typeof $output, B>;
|
|
16
17
|
export type $OutputBody<B = l.BinaryData> = l.InferPayloadBody<typeof $output, B>;
|
|
@@ -22,6 +23,7 @@ declare const main: l.Query<"app.bsky.unspecced.getTrendsSkeleton", l.ParamsSche
|
|
|
22
23
|
readonly limit: l.OptionalSchema<l.WithDefaultSchema<l.IntegerSchema>>;
|
|
23
24
|
}>, l.Payload<"application/json", l.ObjectSchema<{
|
|
24
25
|
trends: l.ArraySchema<l.RefSchema<l.Validator<UnspeccedDefs.SkeletonTrend, UnspeccedDefs.SkeletonTrend>>>;
|
|
26
|
+
recIdStr: l.OptionalSchema<l.StringSchema<{}>>;
|
|
25
27
|
}>>, undefined>;
|
|
26
28
|
export { main };
|
|
27
29
|
export declare const $lxm = "app.bsky.unspecced.getTrendsSkeleton";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTrendsSkeleton.defs.d.ts","sourceRoot":"","sources":["../../../../../src/lexicons/app/bsky/unspecced/getTrendsSkeleton.defs.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,cAAc,CAAA;AAChC,OAAO,KAAK,aAAa,MAAM,gBAAgB,CAAA;AAE/C,QAAA,MAAM,KAAK,yCAAyC,CAAA;AAEpD,OAAO,EAAE,KAAK,EAAE,CAAA;AAEhB,eAAO,MAAM,OAAO;;;;;EAQlB,CAAA;AAEF,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,OAAO,CAAC,CAAA;AAEnD,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"getTrendsSkeleton.defs.d.ts","sourceRoot":"","sources":["../../../../../src/lexicons/app/bsky/unspecced/getTrendsSkeleton.defs.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,cAAc,CAAA;AAChC,OAAO,KAAK,aAAa,MAAM,gBAAgB,CAAA;AAE/C,QAAA,MAAM,KAAK,yCAAyC,CAAA;AAEpD,OAAO,EAAE,KAAK,EAAE,CAAA;AAEhB,eAAO,MAAM,OAAO;;;;;EAQlB,CAAA;AAEF,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,OAAO,CAAC,CAAA;AAEnD,eAAO,MAAM,OAAO;;;GAOlB,CAAA;AAEF,MAAM,MAAM,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,UAAU,IAAI,CAAC,CAAC,YAAY,CAAC,OAAO,OAAO,EAAE,CAAC,CAAC,CAAA;AACzE,MAAM,MAAM,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,UAAU,IAAI,CAAC,CAAC,gBAAgB,CAC5D,OAAO,OAAO,EACd,CAAC,CACF,CAAA;AAED,8HAA8H;AAC9H,QAAA,MAAM,IAAI;;;;;;;;eAAiD,CAAA;AAE3D,OAAO,EAAE,IAAI,EAAE,CAAA;AAEf,eAAO,MAAM,IAAI,yCAAQ,CAAA"}
|
|
@@ -14,6 +14,7 @@ export const $params = /*#__PURE__*/ l.params({
|
|
|
14
14
|
export const $output = /*#__PURE__*/ l.jsonPayload({
|
|
15
15
|
trends: /*#__PURE__*/ l.array(
|
|
16
16
|
/*#__PURE__*/ l.ref((() => UnspeccedDefs.skeletonTrend))),
|
|
17
|
+
recIdStr: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.string()),
|
|
17
18
|
});
|
|
18
19
|
/** Get the skeleton of trends on the network. Intended to be called and then hydrated through app.bsky.unspecced.getTrends */
|
|
19
20
|
const main = /*#__PURE__*/ l.query($nsid, $params, $output);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTrendsSkeleton.defs.js","sourceRoot":"","sources":["../../../../../src/lexicons/app/bsky/unspecced/getTrendsSkeleton.defs.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,cAAc,CAAA;AAChC,OAAO,KAAK,aAAa,MAAM,gBAAgB,CAAA;AAE/C,MAAM,KAAK,GAAG,sCAAsC,CAAA;AAEpD,OAAO,EAAE,KAAK,EAAE,CAAA;AAEhB,MAAM,CAAC,MAAM,OAAO,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IAC5C,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IAC3E,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IAC7B,aAAa,CAAC,CAAC,CAAC,WAAW;IACzB,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,EACpD,EAAE,CACH,CACF;CACF,CAAC,CAAA;AAIF,MAAM,CAAC,MAAM,OAAO,GAAG,aAAa,CAAC,CAAC,CAAC,WAAW,CAAC;IACjD,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,KAAK;IAC3B,aAAa,CAAC,CAAC,CAAC,GAAG,CACjB,CAAC,GAAG,EAAE,CAAC,aAAa,CAAC,aAAa,CAAQ,CAC3C,CACF;
|
|
1
|
+
{"version":3,"file":"getTrendsSkeleton.defs.js","sourceRoot":"","sources":["../../../../../src/lexicons/app/bsky/unspecced/getTrendsSkeleton.defs.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,cAAc,CAAA;AAChC,OAAO,KAAK,aAAa,MAAM,gBAAgB,CAAA;AAE/C,MAAM,KAAK,GAAG,sCAAsC,CAAA;AAEpD,OAAO,EAAE,KAAK,EAAE,CAAA;AAEhB,MAAM,CAAC,MAAM,OAAO,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IAC5C,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IAC3E,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IAC7B,aAAa,CAAC,CAAC,CAAC,WAAW;IACzB,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,EACpD,EAAE,CACH,CACF;CACF,CAAC,CAAA;AAIF,MAAM,CAAC,MAAM,OAAO,GAAG,aAAa,CAAC,CAAC,CAAC,WAAW,CAAC;IACjD,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,KAAK;IAC3B,aAAa,CAAC,CAAC,CAAC,GAAG,CACjB,CAAC,GAAG,EAAE,CAAC,aAAa,CAAC,aAAa,CAAQ,CAC3C,CACF;IACD,QAAQ,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;CAC7D,CAAC,CAAA;AAQF,8HAA8H;AAC9H,MAAM,IAAI,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC,CAAA;AAE3D,OAAO,EAAE,IAAI,EAAE,CAAA;AAEf,MAAM,CAAC,MAAM,IAAI,GAAG,KAAK,CAAA","sourcesContent":["/*\n * THIS FILE WAS GENERATED BY \"@atproto/lex\". DO NOT EDIT.\n */\n\nimport { l } from '@atproto/lex'\nimport * as UnspeccedDefs from './defs.defs.js'\n\nconst $nsid = 'app.bsky.unspecced.getTrendsSkeleton'\n\nexport { $nsid }\n\nexport const $params = /*#__PURE__*/ l.params({\n viewer: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.string({ format: 'did' })),\n limit: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.withDefault(\n /*#__PURE__*/ l.integer({ minimum: 1, maximum: 25 }),\n 10,\n ),\n ),\n})\n\nexport type $Params = l.InferOutput<typeof $params>\n\nexport const $output = /*#__PURE__*/ l.jsonPayload({\n trends: /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.ref<UnspeccedDefs.SkeletonTrend>(\n (() => UnspeccedDefs.skeletonTrend) as any,\n ),\n ),\n recIdStr: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.string()),\n})\n\nexport type $Output<B = l.BinaryData> = l.InferPayload<typeof $output, B>\nexport type $OutputBody<B = l.BinaryData> = l.InferPayloadBody<\n typeof $output,\n B\n>\n\n/** Get the skeleton of trends on the network. Intended to be called and then hydrated through app.bsky.unspecced.getTrends */\nconst main = /*#__PURE__*/ l.query($nsid, $params, $output)\n\nexport { main }\n\nexport const $lxm = $nsid\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atproto/pds",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.20",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Reference implementation of atproto Personal Data Server (PDS)",
|
|
6
6
|
"keywords": [
|
|
@@ -56,23 +56,23 @@
|
|
|
56
56
|
"undici": "^8.5.0",
|
|
57
57
|
"zod": "^3.23.8",
|
|
58
58
|
"@atproto-labs/fetch-node": "^0.3.5",
|
|
59
|
-
"@atproto-labs/simple-store-memory": "^0.2.4",
|
|
60
59
|
"@atproto-labs/simple-store": "^0.4.4",
|
|
60
|
+
"@atproto-labs/simple-store-memory": "^0.2.4",
|
|
61
|
+
"@atproto-labs/simple-store-redis": "^0.1.4",
|
|
61
62
|
"@atproto-labs/xrpc-utils": "^0.1.9",
|
|
62
|
-
"@atproto/aws": "^0.3.7",
|
|
63
63
|
"@atproto/common": "^0.7.2",
|
|
64
|
-
"@atproto
|
|
64
|
+
"@atproto/aws": "^0.3.8",
|
|
65
65
|
"@atproto/did": "^0.5.4",
|
|
66
66
|
"@atproto/identity": "^0.5.6",
|
|
67
|
-
"@atproto/lex": "^0.3.0",
|
|
68
67
|
"@atproto/crypto": "^0.5.4",
|
|
68
|
+
"@atproto/lex": "^0.3.0",
|
|
69
69
|
"@atproto/lex-cbor": "^0.1.4",
|
|
70
|
-
"@atproto/lex-data": "^0.1.5",
|
|
71
70
|
"@atproto/lex-json": "^0.1.4",
|
|
71
|
+
"@atproto/lex-data": "^0.1.5",
|
|
72
72
|
"@atproto/oauth-provider": "^0.20.2",
|
|
73
|
-
"@atproto/syntax": "^0.7.2",
|
|
74
73
|
"@atproto/repo": "^0.10.6",
|
|
75
74
|
"@atproto/oauth-scopes": "^0.5.6",
|
|
75
|
+
"@atproto/syntax": "^0.7.2",
|
|
76
76
|
"@atproto/xrpc": "^0.8.6",
|
|
77
77
|
"@atproto/xrpc-server": "^0.11.10"
|
|
78
78
|
},
|
|
@@ -90,10 +90,10 @@
|
|
|
90
90
|
"jest": "^30.0.0",
|
|
91
91
|
"puppeteer": "^23.11.1",
|
|
92
92
|
"ws": "^8.12.0",
|
|
93
|
+
"@atproto/lex-document": "^0.1.6",
|
|
93
94
|
"@atproto/api": "^0.20.30",
|
|
94
|
-
"@atproto/bsky": "^0.0.
|
|
95
|
-
"@atproto/oauth-client-browser-example": "^0.1.5"
|
|
96
|
-
"@atproto/lex-document": "^0.1.6"
|
|
95
|
+
"@atproto/bsky": "^0.0.263",
|
|
96
|
+
"@atproto/oauth-client-browser-example": "^0.1.5"
|
|
97
97
|
},
|
|
98
98
|
"scripts": {
|
|
99
99
|
"codegen:lex": "lex build --clear --indexFile --lexicons ../../lexicons",
|