-
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 (#2422)
## Summary Updated sdk & streamr dnoe version references to release. ## Changes Provide a bullet list of individual changes. Leave this section out if change set is small and obvious from summary. ## Limitations and future improvements Provide a bullet list or description of known omissions or limitations of the solution and/or any ideas for future improvement. Leave section ouf if not applicable. ## Checklist before requesting a review - [ ] Is this a breaking change? If it is, be clear in summary. - [ ] Read through code myself one more time. - [ ] Make sure any and all `TODO` comments left behind are meant to be left in. - [ ] Has reasonable passing test coverage? - [ ] Updated changelog if applicable. - [ ] Updated documentation if applicable.
- 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 |