|
|
8 月之前 | |
|---|---|---|
| .. | ||
| src | 7021e2e33a fix: use eslint-ignore comments instead of modifying eslint configuration | 8 月之前 |
| .eslintignore | b4cf527f00 [price-service] Add price service client and sdk to this repo (#525) | 2 年之前 |
| .eslintrc.js | b4cf527f00 [price-service] Add price service client and sdk to this repo (#525) | 2 年之前 |
| .gitignore | b4cf527f00 [price-service] Add price service client and sdk to this repo (#525) | 2 年之前 |
| README.md | 8752291aa2 fix broken links (#945) | 2 年之前 |
| jest.config.js | b4cf527f00 [price-service] Add price service client and sdk to this repo (#525) | 2 年之前 |
| package.json | b1dc4c27f5 chore: move prettier to individual packages & upgrade prettier | 8 月之前 |
| tsconfig.json | 481c61bc2c [refactor] Improve typescript codebase (#553) | 2 年之前 |
The Pyth JavaScript SDK provides definitions and utilities for Pyth data structures.
Please see the pyth.network documentation for more information on how to use Pyth prices in various blockchains.
We use Semantic Versioning for our releases. In order to release a new version of this package and publish it to npm, follow these steps:
npm version <new version number> --no-git-tag-version. This command will update the version of the package. Then push your changes to github.main, create a release with tag v<new version number> like v1.5.2, and a github action will automatically publish the new version of this package to npm.