@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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atproto/xrpc
2
2
 
3
+ ## 0.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @atproto/lexicon@0.2.2
9
+
3
10
  ## 0.3.1
4
11
 
5
12
  ### Patch Changes
package/README.md CHANGED
@@ -1,4 +1,9 @@
1
- # XRPC API
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
+ [![NPM](https://img.shields.io/npm/v/@atproto/xrpc)](https://www.npmjs.com/package/@atproto/xrpc)
6
+ [![Github CI Status](https://github.com/bluesky-social/atproto/actions/workflows/repo.yaml/badge.svg)](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])).optional()
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"),