@atproto/api
Advanced tools
Comparing version 0.13.13 to 0.13.14
# @atproto/api | ||
## 0.13.14 | ||
### Patch Changes | ||
- [#2918](https://github.com/bluesky-social/atproto/pull/2918) [`209238769`](https://github.com/bluesky-social/atproto/commit/209238769c0bf38bf04f7fa9621eeb176b5c0ed8) Thanks [@devinivy](https://github.com/devinivy)! - add app.bsky.unspecced.getConfig endpoint | ||
- [#2931](https://github.com/bluesky-social/atproto/pull/2931) [`73f40e63a`](https://github.com/bluesky-social/atproto/commit/73f40e63abe3283efc0a27eef781c00b497caad1) Thanks [@dholms](https://github.com/dholms)! - Add threatSignatures to ozone repo views | ||
## 0.13.13 | ||
@@ -4,0 +12,0 @@ |
@@ -230,2 +230,3 @@ /** | ||
deactivatedAt?: string; | ||
threatSignatures?: ComAtprotoAdminDefs.ThreatSignature[]; | ||
[k: string]: unknown; | ||
@@ -249,2 +250,3 @@ } | ||
deactivatedAt?: string; | ||
threatSignatures?: ComAtprotoAdminDefs.ThreatSignature[]; | ||
[k: string]: unknown; | ||
@@ -251,0 +253,0 @@ } |
{ | ||
"name": "@atproto/api", | ||
"version": "0.13.13", | ||
"version": "0.13.14", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Client library for atproto and Bluesky", |
@@ -486,2 +486,3 @@ /** | ||
deactivatedAt?: string | ||
threatSignatures?: ComAtprotoAdminDefs.ThreatSignature[] | ||
[k: string]: unknown | ||
@@ -516,2 +517,3 @@ } | ||
deactivatedAt?: string | ||
threatSignatures?: ComAtprotoAdminDefs.ThreatSignature[] | ||
[k: string]: unknown | ||
@@ -518,0 +520,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
3769913
1277
85101