Skip to content

Commit a58d23b

Browse files
committed
@skyware/jetstream 0.1.5
1 parent 1373a91 commit a58d23b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@shikijs/twoslash": "^1.2.2",
2020
"@skyware/bot": "^0.3.3",
2121
"@skyware/firehose": "^0.3.1",
22-
"@skyware/jetstream": "^0.1.3",
22+
"@skyware/jetstream": "^0.1.5",
2323
"@skyware/labeler": "^0.1.7",
2424
"@tailwindcss/forms": "^0.5.7",
2525
"@tailwindcss/typography": "^0.5.12",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/content/guides/jetstream/introduction/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const jetstream = new Jetstream();
1818

1919
The `Jetstream` class takes an object parameter with the following properties:
2020

21-
- `wantedCollections`: An array of collections to subscribe to events for. If not provided or empty, you will receive events for all collections.
21+
- `wantedCollections`: An array of collections to subscribe to events for. This can contain any collection name or wildcard strings such as `app.bsky.feed.*` to receive events for all collections whose name starts with `app.bsky.feed.`. If not provided or empty, you will receive events for all collections.
2222
- `wantedDids`: An array of DIDs to subscribe to events for. If not provided or empty, you will receive events for all DIDs.
2323
- `cursor`: The Unix timestamp in microseconds to start listening from. A cursor is included in every event emitted as the `time_us` property. If you don't provide a cursor, the class will start listening from the most recent event.
2424
- `endpoint`: The subscription URL of the Jetstream instance to connect to. Defaults to `wss://jetstream.atproto.tools/subscribe`.

0 commit comments

Comments
 (0)