winnode 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -112,13 +112,6 @@ changed. Push the resulting commit and tag to `main`
|
|
|
112
112
|
(`git push && git push --tags`); the `Publish to npm` workflow lints,
|
|
113
113
|
typechecks, tests, builds, and publishes the package automatically.
|
|
114
114
|
|
|
115
|
-
## Staying up to date
|
|
116
|
-
|
|
117
|
-
[Dependabot](.github/dependabot.yml) opens weekly PRs to keep dependencies
|
|
118
|
-
(`@cosmjs/*`, `ethers`, etc.) and GitHub Actions on their latest versions.
|
|
119
|
-
Every dependency PR runs through the same [CI checks](.github/workflows/ci.yml)
|
|
120
|
-
as any other change before it can be merged.
|
|
121
|
-
|
|
122
115
|
## Security
|
|
123
116
|
|
|
124
117
|
See [SECURITY.md](SECURITY.md) for supported versions and how to report a
|