@atproto/xrpc
Advanced tools
Comparing version 0.6.2 to 0.6.3
# @atproto/xrpc | ||
## 0.6.3 | ||
### Patch Changes | ||
- [#2770](https://github.com/bluesky-social/atproto/pull/2770) [`a07b21151`](https://github.com/bluesky-social/atproto/commit/a07b21151f1850340c4b7797ebb11521b1a6cdf3) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Add NotAcceptable response type | ||
- Updated dependencies [[`87a1f2426`](https://github.com/bluesky-social/atproto/commit/87a1f24262e0e644b6cf31cc7a0446d9127ffa94)]: | ||
- @atproto/lexicon@0.4.2 | ||
## 0.6.2 | ||
@@ -4,0 +13,0 @@ |
@@ -33,2 +33,3 @@ import { z } from 'zod'; | ||
XRPCNotSupported = 404, | ||
NotAcceptable = 406, | ||
PayloadTooLarge = 413, | ||
@@ -35,0 +36,0 @@ UnsupportedMediaType = 415, |
@@ -18,2 +18,3 @@ "use strict"; | ||
ResponseType[ResponseType["XRPCNotSupported"] = 404] = "XRPCNotSupported"; | ||
ResponseType[ResponseType["NotAcceptable"] = 406] = "NotAcceptable"; | ||
ResponseType[ResponseType["PayloadTooLarge"] = 413] = "PayloadTooLarge"; | ||
@@ -20,0 +21,0 @@ ResponseType[ResponseType["UnsupportedMediaType"] = 415] = "UnsupportedMediaType"; |
{ | ||
"name": "@atproto/xrpc", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"license": "MIT", | ||
@@ -20,3 +20,3 @@ "description": "atproto HTTP API (XRPC) client library", | ||
"zod": "^3.23.8", | ||
"@atproto/lexicon": "^0.4.1" | ||
"@atproto/lexicon": "^0.4.2" | ||
}, | ||
@@ -23,0 +23,0 @@ "devDependencies": { |
@@ -34,2 +34,3 @@ import { z } from 'zod' | ||
XRPCNotSupported = 404, | ||
NotAcceptable = 406, | ||
PayloadTooLarge = 413, | ||
@@ -36,0 +37,0 @@ UnsupportedMediaType = 415, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
113928
1680
Updated@atproto/lexicon@^0.4.2