@atproto/api
Advanced tools
Comparing version 0.7.2 to 0.7.3
# @atproto/api | ||
## 0.7.3 | ||
### Patch Changes | ||
- [#1962](https://github.com/bluesky-social/atproto/pull/1962) [`7dec9df3`](https://github.com/bluesky-social/atproto/commit/7dec9df3b583ee8c06c0c6a7e32c259820dc84a5) Thanks [@pfrazee](https://github.com/pfrazee)! - Add seenAt time to listNotifications output | ||
## 0.7.2 | ||
@@ -4,0 +10,0 @@ |
@@ -14,2 +14,3 @@ import { Headers } from '@atproto/xrpc'; | ||
notifications: Notification[]; | ||
seenAt?: string; | ||
[k: string]: unknown; | ||
@@ -16,0 +17,0 @@ } |
{ | ||
"name": "@atproto/api", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"license": "MIT", | ||
@@ -31,3 +31,3 @@ "description": "Client library for atproto and Bluesky", | ||
"@atproto/lex-cli": "^0.2.5", | ||
"@atproto/dev-env": "^0.2.19" | ||
"@atproto/dev-env": "^0.2.20" | ||
}, | ||
@@ -34,0 +34,0 @@ "scripts": { |
@@ -23,2 +23,3 @@ /** | ||
notifications: Notification[] | ||
seenAt?: string | ||
[k: string]: unknown | ||
@@ -25,0 +26,0 @@ } |
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
Sorry, the diff of this file is too big to display
4503932
70633