-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated npm and docker image versions to reflect 1.0 release
- Loading branch information
Showing
9 changed files
with
20 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ The Streamr SDK, is the main TypeScript library for interacting with the Streamr | |
The SDK is available on [npm](https://www.npmjs.com/package/@streamr/sdk) and can be installed simply by: | ||
|
||
``` | ||
npm install @streamr/sdk@100.0.0-rc.1 | ||
npm install @streamr/sdk | ||
``` | ||
|
||
### Importing streamr-client | ||
|
@@ -38,7 +38,7 @@ NodeJS `18.13.x` is the minimum required version, ideally version 20 and later. | |
For usage in the browser include the latest build, e.g. by including a `<script>` tag pointing at a CDN: | ||
|
||
```html | ||
<script src="https://unpkg.com/@streamr/sdk@100.0.0-rc.1/streamr-sdk.web.js"></script> | ||
<script src="https://unpkg.com/@streamr/sdk/streamr-sdk.web.js"></script> | ||
``` | ||
|
||
#### Browser extension | ||
|
@@ -90,4 +90,4 @@ export OPENSSL_ROOT_DIR="/opt/homebrew/opt/[email protected]" | |
|
||
Make sure to restart your terminal as the system variables then reload into your zsh terminal | ||
|
||
Run `npm install @streamr/sdk@100.0.0-rc.1` in your project folder | ||
Run `npm install @streamr/sdk` in your project folder |