@atproto/bsky 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +9 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +2 -2
- package/package.json +12 -6
- package/src/api/com/atproto/admin/reverseModerationAction.ts +0 -1
- package/src/lexicon/lexicons.ts +2 -1
- package/tests/seeds/client.ts +0 -1
- package/tests/views/actor-likes.test.ts +0 -6
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
-
#
|
|
1
|
+
# @atproto/bsky: Bluesky AppView Service
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
TypeScript implementation of the `app.bsky` Lexicons backing the https://bsky.app microblogging application.
|
|
4
|
+
|
|
5
|
+
[](https://www.npmjs.com/package/@atproto/bsky)
|
|
6
|
+
[](https://github.com/bluesky-social/atproto/actions/workflows/repo.yaml)
|
|
7
|
+
|
|
8
|
+
## License
|
|
9
|
+
|
|
10
|
+
MIT License
|
package/dist/index.js
CHANGED
|
@@ -125562,7 +125562,7 @@ var schemaDict = {
|
|
|
125562
125562
|
defs: {
|
|
125563
125563
|
main: {
|
|
125564
125564
|
type: "query",
|
|
125565
|
-
description: "
|
|
125565
|
+
description: "DEPRECATED: will be removed soon, please find a feed generator alternative",
|
|
125566
125566
|
parameters: {
|
|
125567
125567
|
type: "params",
|
|
125568
125568
|
properties: {
|
|
@@ -135844,7 +135844,7 @@ var schemaDict2 = {
|
|
|
135844
135844
|
defs: {
|
|
135845
135845
|
main: {
|
|
135846
135846
|
type: "query",
|
|
135847
|
-
description: "
|
|
135847
|
+
description: "DEPRECATED: will be removed soon, please find a feed generator alternative",
|
|
135848
135848
|
parameters: {
|
|
135849
135849
|
type: "params",
|
|
135850
135850
|
properties: {
|