@atproto/xrpc 0.3.1 → 0.3.2
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/README.md +6 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/package.json +10 -4
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# @atproto/xrpc: atproto HTTP API Client
|
|
2
|
+
|
|
3
|
+
TypeScript client library for talking to [atproto](https://atproto.com) services, with Lexicon schema validation.
|
|
4
|
+
|
|
5
|
+
[](https://www.npmjs.com/package/@atproto/xrpc)
|
|
6
|
+
[](https://github.com/bluesky-social/atproto/actions/workflows/repo.yaml)
|
|
2
7
|
|
|
3
8
|
## Usage
|
|
4
9
|
|
package/dist/index.js
CHANGED
|
@@ -14672,7 +14672,7 @@ var lexObject = z.object({
|
|
|
14672
14672
|
description: z.string().optional(),
|
|
14673
14673
|
required: z.string().array().optional(),
|
|
14674
14674
|
nullable: z.string().array().optional(),
|
|
14675
|
-
properties: z.record(z.union([lexRefVariant, lexIpldType, lexArray, lexBlob, lexPrimitive]))
|
|
14675
|
+
properties: z.record(z.union([lexRefVariant, lexIpldType, lexArray, lexBlob, lexPrimitive]))
|
|
14676
14676
|
}).strict().superRefine(requiredPropertiesRefinement);
|
|
14677
14677
|
var lexXrpcParameters = z.object({
|
|
14678
14678
|
type: z.literal("params"),
|