Skip to content

Commit

Permalink
v0.0.13 (#81)
Browse files Browse the repository at this point in the history
* 0.0.11

* 0.0.12

* Update readme

* 0.0.13

* Update readme in docs
  • Loading branch information
Michael Cohen authored May 5, 2022
1 parent 1b6cbaf commit e0d5ad8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This is a best effort delivery messaging system. Messages that are not received
We recommend switching to Node.js version 16 to make sure common crypto dependencies work. Our minimum supported version is 16.11.0.

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

# Getting Started

Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This is a best effort delivery messaging system. Messages that are not received
We recommend switching to Node.js version 16 to make sure common crypto dependencies work. Our minimum supported version is 16.11.0.

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

# Getting Started

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensea/stream-js",
"version": "0.0.7",
"version": "0.0.13",
"description": "An SDK to receive pushed updates from OpenSea over websocket",
"license": "MIT",
"author": "OpenSea Developers",
Expand Down

0 comments on commit e0d5ad8

Please sign in to comment.