@atproto/pds 0.3.6 → 0.3.7
Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# @atproto/pds
|
2
2
|
|
3
|
+
## 0.3.7
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#1776](https://github.com/bluesky-social/atproto/pull/1776) [`ffe39aae`](https://github.com/bluesky-social/atproto/commit/ffe39aae8394394f73bbfaa9047a8b5818aa053a) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Add `posts_and_author_threads` filter to `getAuthorFeed`
|
8
|
+
|
9
|
+
- Updated dependencies [[`ffe39aae`](https://github.com/bluesky-social/atproto/commit/ffe39aae8394394f73bbfaa9047a8b5818aa053a)]:
|
10
|
+
- @atproto/api@0.7.2
|
11
|
+
|
3
12
|
## 0.3.6
|
4
13
|
|
5
14
|
### Patch Changes
|
package/dist/index.js
CHANGED
@@ -212638,7 +212638,8 @@ var schemaDict = {
|
|
212638
212638
|
knownValues: [
|
212639
212639
|
"posts_with_replies",
|
212640
212640
|
"posts_no_replies",
|
212641
|
-
"posts_with_media"
|
212641
|
+
"posts_with_media",
|
212642
|
+
"posts_and_author_threads"
|
212642
212643
|
],
|
212643
212644
|
default: "posts_with_replies"
|
212644
212645
|
}
|
@@ -237292,7 +237293,8 @@ var schemaDict2 = {
|
|
237292
237293
|
knownValues: [
|
237293
237294
|
"posts_with_replies",
|
237294
237295
|
"posts_no_replies",
|
237295
|
-
"posts_with_media"
|
237296
|
+
"posts_with_media",
|
237297
|
+
"posts_and_author_threads"
|
237296
237298
|
],
|
237297
237299
|
default: "posts_with_replies"
|
237298
237300
|
}
|
@@ -241956,20 +241958,20 @@ var LABELS = {
|
|
241956
241958
|
strings: {
|
241957
241959
|
settings: {
|
241958
241960
|
en: {
|
241959
|
-
name: "
|
241960
|
-
description: "This user has requested that their
|
241961
|
+
name: "Sign-in Required",
|
241962
|
+
description: "This user has requested that their account only be shown to signed-in users."
|
241961
241963
|
}
|
241962
241964
|
},
|
241963
241965
|
account: {
|
241964
241966
|
en: {
|
241965
241967
|
name: "Sign-in Required",
|
241966
|
-
description: "This user has requested that their
|
241968
|
+
description: "This user has requested that their account only be shown to signed-in users."
|
241967
241969
|
}
|
241968
241970
|
},
|
241969
241971
|
content: {
|
241970
241972
|
en: {
|
241971
241973
|
name: "Sign-in Required",
|
241972
|
-
description: "This user has requested that their content only be shown to
|
241974
|
+
description: "This user has requested that their content only be shown to signed-in users."
|
241973
241975
|
}
|
241974
241976
|
}
|
241975
241977
|
}
|