Skip to content

Commit e0d5ad8

Browse files
author
Michael Cohen
authored
v0.0.13 (#81)
* 0.0.11 * 0.0.12 * Update readme * 0.0.13 * Update readme in docs
1 parent 1b6cbaf commit e0d5ad8

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This is a best effort delivery messaging system. Messages that are not received
2020
We recommend switching to Node.js version 16 to make sure common crypto dependencies work. Our minimum supported version is 16.11.0.
2121

2222
- Install this package with `npm install @opensea/stream-js`
23+
- Install the required dev-dependency to use the Phoenix client for web socket connections `npm install --save-dev @types/phoenix`
2324

2425
# Getting Started
2526

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This is a best effort delivery messaging system. Messages that are not received
2020
We recommend switching to Node.js version 16 to make sure common crypto dependencies work. Our minimum supported version is 16.11.0.
2121

2222
- Install this package with `npm install @opensea/stream-js`
23+
- Install the required dev-dependency to use the Phoenix client for web socket connections `npm install --save-dev @types/phoenix`
2324

2425
# Getting Started
2526

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opensea/stream-js",
3-
"version": "0.0.7",
3+
"version": "0.0.13",
44
"description": "An SDK to receive pushed updates from OpenSea over websocket",
55
"license": "MIT",
66
"author": "OpenSea Developers",

0 commit comments

Comments
 (0)