@streamr/config
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -100,4 +100,2 @@ { | ||
"id": 56, | ||
"rpcHttpUrl": "", | ||
"rpcWsUrl": "", | ||
"rpcEndpoints": [ | ||
@@ -104,0 +102,0 @@ { |
{ | ||
"name": "@streamr/config", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Zero dependency package that contains Streamr Network smart contract addresses", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -28,3 +28,3 @@ # @streamr/config | ||
```typescript | ||
import * as config from "config" | ||
import * as config from "@streamr/config" | ||
@@ -86,15 +86,14 @@ const chains: Chains = config.Chains.loadFromNodeEnv() | ||
### Publish Release | ||
Start with [Common Setup](#common-setup) before continuing. | ||
Login to Npmjs.com: | ||
```bash | ||
npm login --registry https://registry.npmjs.org --scope @streamr | ||
``` | ||
Run clean build, create a new release on Npmjs.com, update version in `package.json`, push a release commit, and tag it on GitHub: | ||
```bash | ||
./release.bash 0.0.1 | ||
``` | ||
1. Start with [Common Setup](#common-setup) before continuing. | ||
1. Login to Npmjs.com: | ||
```bash | ||
npm login --registry https://registry.npmjs.org --scope @streamr | ||
``` | ||
1. Run clean build, create a new release on Npmjs.com, update version in `package.json`, push a release commit, and tag it on GitHub: | ||
```bash | ||
./release.bash 0.0.2 | ||
``` | ||
1. Draft a new release on GitHub [network-contracts](https://github.com/streamr-dev/network-contracts/releases) repository with the generated tag `config/0.0.2` | ||
![Draft a new release on GitHub](./docs/draft-release-github.png "Drafting a new release") | ||
## License | ||
[MIT](LICENSE) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
15198
0
265
98