@atproto/pds 0.3.7 → 0.3.9
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +14 -0
- package/dist/index.js +8 -0
- package/dist/index.js.map +2 -2
- package/dist/lexicon/lexicons.d.ts +4 -0
- package/dist/lexicon/types/app/bsky/notification/listNotifications.d.ts +1 -0
- package/package.json +5 -5
- package/src/lexicon/lexicons.ts +4 -0
- package/src/lexicon/types/app/bsky/notification/listNotifications.ts +1 -0
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# @atproto/pds
|
2
2
|
|
3
|
+
## 0.3.9
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [[`8f3f43cb`](https://github.com/bluesky-social/atproto/commit/8f3f43cb40f79ff7c52f81290daec55cfb000093)]:
|
8
|
+
- @atproto/api@0.7.4
|
9
|
+
|
10
|
+
## 0.3.8
|
11
|
+
|
12
|
+
### Patch Changes
|
13
|
+
|
14
|
+
- Updated dependencies [[`7dec9df3`](https://github.com/bluesky-social/atproto/commit/7dec9df3b583ee8c06c0c6a7e32c259820dc84a5)]:
|
15
|
+
- @atproto/api@0.7.3
|
16
|
+
|
3
17
|
## 0.3.7
|
4
18
|
|
5
19
|
### Patch Changes
|
package/dist/index.js
CHANGED
@@ -214383,6 +214383,10 @@ var schemaDict = {
|
|
214383
214383
|
type: "ref",
|
214384
214384
|
ref: "lex:app.bsky.notification.listNotifications#notification"
|
214385
214385
|
}
|
214386
|
+
},
|
214387
|
+
seenAt: {
|
214388
|
+
type: "string",
|
214389
|
+
format: "datetime"
|
214386
214390
|
}
|
214387
214391
|
}
|
214388
214392
|
}
|
@@ -239038,6 +239042,10 @@ var schemaDict2 = {
|
|
239038
239042
|
type: "ref",
|
239039
239043
|
ref: "lex:app.bsky.notification.listNotifications#notification"
|
239040
239044
|
}
|
239045
|
+
},
|
239046
|
+
seenAt: {
|
239047
|
+
type: "string",
|
239048
|
+
format: "datetime"
|
239041
239049
|
}
|
239042
239050
|
}
|
239043
239051
|
}
|