|
|
преди 2 седмици | |
|---|---|---|
| .. | ||
| src | dfcb87d16f chore: eslint yakshaving | преди 3 седмици |
| .gitignore | ab0cf6f7d8 chore: updated gitignore to excluse the built dist/ folder | преди 3 седмици |
| .prettierignore | 6efbe89542 chore: updated prettier ignores to prevent bikeshedding | преди 2 седмици |
| README.md | 8752291aa2 fix broken links (#945) | преди 2 години |
| eslint.config.js | dfcb87d16f chore: eslint yakshaving | преди 3 седмици |
| jest.config.js | 99a6a2468b fix: tests for all | преди 2 седмици |
| package.json | 31c364cf41 feat: performed a minor bump all packages, since all were changed in the big dual package update | преди 2 седмици |
| tsconfig.build.json | 99a6a2468b fix: tests for all | преди 2 седмици |
| tsconfig.json | fe92275443 chore: migrated all package.json and tsconfig files to a single, modern standard | преди 3 седмици |
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.