From 29eb2e53891046469c08817c269f123db7428bad Mon Sep 17 00:00:00 2001 From: Chewing Glass Date: Fri, 8 Dec 2023 13:50:25 -0600 Subject: [PATCH] Bump patch version --- CHANGELOG.md | 8 +++++ lerna.json | 2 +- .../account-fetch-cache-hooks/CHANGELOG.md | 8 +++++ .../account-fetch-cache-hooks/package.json | 4 +-- packages/account-fetch-cache/CHANGELOG.md | 8 +++++ packages/account-fetch-cache/package.json | 2 +- .../CHANGELOG.md | 8 +++++ .../package.json | 4 +-- packages/active-device-oracle/CHANGELOG.md | 8 +++++ packages/active-device-oracle/package.json | 2 +- packages/anchor-resolvers/CHANGELOG.md | 8 +++++ packages/anchor-resolvers/package.json | 2 +- packages/circuit-breaker-sdk/CHANGELOG.md | 8 +++++ packages/circuit-breaker-sdk/package.json | 6 ++-- packages/crons/CHANGELOG.md | 8 +++++ packages/crons/package.json | 30 +++++++++---------- packages/currency-utils/CHANGELOG.md | 8 +++++ packages/currency-utils/package.json | 2 +- packages/data-credits-sdk/CHANGELOG.md | 8 +++++ packages/data-credits-sdk/package.json | 10 +++---- packages/distributor-oracle/CHANGELOG.md | 8 +++++ packages/distributor-oracle/package.json | 16 +++++----- packages/entity-invalidator/CHANGELOG.md | 8 +++++ packages/entity-invalidator/package.json | 8 ++--- packages/fanout-metadata-service/CHANGELOG.md | 8 +++++ packages/fanout-metadata-service/package.json | 8 ++--- packages/fanout-sdk/CHANGELOG.md | 8 +++++ packages/fanout-sdk/package.json | 6 ++-- packages/faucet-service/CHANGELOG.md | 8 +++++ packages/faucet-service/package.json | 6 ++-- packages/helium-admin-cli/CHANGELOG.md | 8 +++++ packages/helium-admin-cli/package.json | 24 +++++++-------- .../helium-entity-manager-sdk/CHANGELOG.md | 8 +++++ .../helium-entity-manager-sdk/package.json | 12 ++++---- packages/helium-react-hooks/CHANGELOG.md | 8 +++++ packages/helium-react-hooks/package.json | 6 ++-- packages/helium-sub-daos-sdk/CHANGELOG.md | 8 +++++ packages/helium-sub-daos-sdk/package.json | 10 +++---- packages/hotspot-utils/CHANGELOG.md | 8 +++++ packages/hotspot-utils/package.json | 10 +++---- packages/idls/CHANGELOG.md | 8 +++++ packages/idls/package.json | 2 +- packages/lazy-distributor-sdk/CHANGELOG.md | 8 +++++ packages/lazy-distributor-sdk/package.json | 6 ++-- packages/lazy-transactions-sdk/CHANGELOG.md | 8 +++++ packages/lazy-transactions-sdk/package.json | 6 ++-- packages/metadata-service/CHANGELOG.md | 8 +++++ packages/metadata-service/package.json | 12 ++++---- packages/migration-service/CHANGELOG.md | 8 +++++ packages/migration-service/package.json | 22 +++++++------- .../mobile-entity-manager-sdk/CHANGELOG.md | 8 +++++ .../mobile-entity-manager-sdk/package.json | 8 ++--- packages/monitor-service/CHANGELOG.md | 8 +++++ packages/monitor-service/package.json | 18 +++++------ packages/price-oracle-sdk/CHANGELOG.md | 8 +++++ packages/price-oracle-sdk/package.json | 4 +-- packages/rewards-burn-sdk/CHANGELOG.md | 8 +++++ packages/rewards-burn-sdk/package.json | 2 +- .../CHANGELOG.md | 8 +++++ .../package.json | 2 +- packages/rewards-oracle-sdk/CHANGELOG.md | 8 +++++ packages/rewards-oracle-sdk/package.json | 6 ++-- packages/spl-utils/CHANGELOG.md | 8 +++++ packages/spl-utils/package.json | 6 ++-- packages/tokens-to-rent-service/CHANGELOG.md | 8 +++++ packages/tokens-to-rent-service/package.json | 6 ++-- packages/treasury-management-sdk/CHANGELOG.md | 8 +++++ packages/treasury-management-sdk/package.json | 8 ++--- .../voter-stake-registry-hooks/CHANGELOG.md | 8 +++++ .../voter-stake-registry-hooks/package.json | 14 ++++----- .../voter-stake-registry-sdk/CHANGELOG.md | 8 +++++ .../voter-stake-registry-sdk/package.json | 6 ++-- packages/vsr-metadata-service/CHANGELOG.md | 8 +++++ packages/vsr-metadata-service/package.json | 8 ++--- packages/xnft-hotspot/CHANGELOG.md | 8 +++++ packages/xnft-hotspot/package.json | 12 ++++---- 76 files changed, 463 insertions(+), 159 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92b5b6c5a..50f39d838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-library/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package helium-program-library + + + + + ## [0.6.4](https://github.com/helium/helium-program-library/compare/v0.6.0...v0.6.4) (2023-12-06) diff --git a/lerna.json b/lerna.json index 2d41030ab..21a1a610d 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages/*" ], "useWorkspaces": true, - "version": "0.6.4" + "version": "0.6.5" } diff --git a/packages/account-fetch-cache-hooks/CHANGELOG.md b/packages/account-fetch-cache-hooks/CHANGELOG.md index bb8e1dc85..ce39d2e83 100644 --- a/packages/account-fetch-cache-hooks/CHANGELOG.md +++ b/packages/account-fetch-cache-hooks/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/account-fetch-cache-hooks + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) **Note:** Version bump only for package @helium/account-fetch-cache-hooks diff --git a/packages/account-fetch-cache-hooks/package.json b/packages/account-fetch-cache-hooks/package.json index 82cf75ae0..c378d36bb 100644 --- a/packages/account-fetch-cache-hooks/package.json +++ b/packages/account-fetch-cache-hooks/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "React hooks and context for account-fetch-cache", "repository": { "type": "git", @@ -31,7 +31,7 @@ "prebuild": "npm run clean && npm run package" }, "dependencies": { - "@helium/account-fetch-cache": "^0.6.4", + "@helium/account-fetch-cache": "^0.6.5", "@solana/web3.js": "^1.78.4", "react-async-hook": "^4.0.0" }, diff --git a/packages/account-fetch-cache/CHANGELOG.md b/packages/account-fetch-cache/CHANGELOG.md index 50dabd706..31699d05e 100644 --- a/packages/account-fetch-cache/CHANGELOG.md +++ b/packages/account-fetch-cache/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-library/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/account-fetch-cache + + + + + ## [0.6.4](https://github.com/helium/helium-program-library/compare/v0.6.0...v0.6.4) (2023-12-06) **Note:** Version bump only for package @helium/account-fetch-cache diff --git a/packages/account-fetch-cache/package.json b/packages/account-fetch-cache/package.json index f8f26cda0..1428dd4e1 100644 --- a/packages/account-fetch-cache/package.json +++ b/packages/account-fetch-cache/package.json @@ -1,6 +1,6 @@ { "name": "@helium/account-fetch-cache", - "version": "0.6.4", + "version": "0.6.5", "description": "Solana account fetch cache to eliminate reduntant fetching, and batch fetches", "publishConfig": { "access": "public", diff --git a/packages/account-postgres-sink-service/CHANGELOG.md b/packages/account-postgres-sink-service/CHANGELOG.md index df6b945ec..14cc5cf7f 100644 --- a/packages/account-postgres-sink-service/CHANGELOG.md +++ b/packages/account-postgres-sink-service/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/account-postgres-sink-service + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) **Note:** Version bump only for package @helium/account-postgres-sink-service diff --git a/packages/account-postgres-sink-service/package.json b/packages/account-postgres-sink-service/package.json index d47e4fdec..52711dfeb 100644 --- a/packages/account-postgres-sink-service/package.json +++ b/packages/account-postgres-sink-service/package.json @@ -6,7 +6,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "Sync account data to postgres", "repository": { "type": "git", @@ -34,7 +34,7 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@fastify/cors": "^8.1.1", - "@helium/account-fetch-cache": "^0.6.4", + "@helium/account-fetch-cache": "^0.6.5", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/web3.js": "^1.78.4", "aws-sdk": "^2.1344.0", diff --git a/packages/active-device-oracle/CHANGELOG.md b/packages/active-device-oracle/CHANGELOG.md index ec7b55a8b..3f9570923 100644 --- a/packages/active-device-oracle/CHANGELOG.md +++ b/packages/active-device-oracle/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/active-device-oracle + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) **Note:** Version bump only for package @helium/active-device-oracle diff --git a/packages/active-device-oracle/package.json b/packages/active-device-oracle/package.json index 952dc77d2..fc514acbc 100644 --- a/packages/active-device-oracle/package.json +++ b/packages/active-device-oracle/package.json @@ -6,7 +6,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "Oracle of helium active devices", "repository": { "type": "git", diff --git a/packages/anchor-resolvers/CHANGELOG.md b/packages/anchor-resolvers/CHANGELOG.md index 791150b17..3d8ace106 100644 --- a/packages/anchor-resolvers/CHANGELOG.md +++ b/packages/anchor-resolvers/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-library/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/anchor-resolvers + + + + + ## [0.6.4](https://github.com/helium/helium-program-library/compare/v0.6.0...v0.6.4) (2023-12-06) diff --git a/packages/anchor-resolvers/package.json b/packages/anchor-resolvers/package.json index e9d0419d3..43c022529 100644 --- a/packages/anchor-resolvers/package.json +++ b/packages/anchor-resolvers/package.json @@ -1,6 +1,6 @@ { "name": "@helium/anchor-resolvers", - "version": "0.6.4", + "version": "0.6.5", "description": "Wrappers around anchor custom resolvers to make composition easier", "publishConfig": { "access": "public", diff --git a/packages/circuit-breaker-sdk/CHANGELOG.md b/packages/circuit-breaker-sdk/CHANGELOG.md index 5e8992efb..3fb97513c 100644 --- a/packages/circuit-breaker-sdk/CHANGELOG.md +++ b/packages/circuit-breaker-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/circuit-breaker-sdk + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) **Note:** Version bump only for package @helium/circuit-breaker-sdk diff --git a/packages/circuit-breaker-sdk/package.json b/packages/circuit-breaker-sdk/package.json index 9a1481e4b..a206aa8b9 100644 --- a/packages/circuit-breaker-sdk/package.json +++ b/packages/circuit-breaker-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "Interface to the circuit breaker smart contract", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.6.4", - "@helium/idls": "^0.6.4", + "@helium/anchor-resolvers": "^0.6.5", + "@helium/idls": "^0.6.5", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/crons/CHANGELOG.md b/packages/crons/CHANGELOG.md index 6c812adee..1252ec147 100644 --- a/packages/crons/CHANGELOG.md +++ b/packages/crons/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-library/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/crons + + + + + ## [0.6.4](https://github.com/helium/helium-program-library/compare/v0.6.0...v0.6.4) (2023-12-06) diff --git a/packages/crons/package.json b/packages/crons/package.json index 3acd3cda6..b698ca25e 100644 --- a/packages/crons/package.json +++ b/packages/crons/package.json @@ -1,6 +1,6 @@ { "name": "@helium/crons", - "version": "0.6.4", + "version": "0.6.5", "description": "scripts to run on a schedule", "private": true, "publishConfig": { @@ -32,23 +32,23 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.6.4", - "@helium/distributor-oracle": "^0.6.4", - "@helium/fanout-sdk": "^0.6.4", - "@helium/helium-entity-manager-sdk": "^0.6.4", - "@helium/helium-sub-daos-sdk": "^0.6.4", - "@helium/idls": "^0.6.4", - "@helium/lazy-distributor-sdk": "^0.6.4", - "@helium/mobile-entity-manager-sdk": "^0.6.4", + "@helium/account-fetch-cache": "^0.6.5", + "@helium/distributor-oracle": "^0.6.5", + "@helium/fanout-sdk": "^0.6.5", + "@helium/helium-entity-manager-sdk": "^0.6.5", + "@helium/helium-sub-daos-sdk": "^0.6.5", + "@helium/idls": "^0.6.5", + "@helium/lazy-distributor-sdk": "^0.6.5", + "@helium/mobile-entity-manager-sdk": "^0.6.5", "@helium/organization-sdk": "^0.0.8", - "@helium/price-oracle-sdk": "^0.6.4", + "@helium/price-oracle-sdk": "^0.6.5", "@helium/proposal-sdk": "^0.0.8", - "@helium/rewards-burn-sdk": "^0.6.4", - "@helium/rewards-oracle-sdk": "^0.6.4", - "@helium/spl-utils": "^0.6.4", + "@helium/rewards-burn-sdk": "^0.6.5", + "@helium/rewards-oracle-sdk": "^0.6.5", + "@helium/spl-utils": "^0.6.5", "@helium/state-controller-sdk": "^0.0.8", - "@helium/treasury-management-sdk": "^0.6.4", - "@helium/voter-stake-registry-sdk": "^0.6.4", + "@helium/treasury-management-sdk": "^0.6.5", + "@helium/voter-stake-registry-sdk": "^0.6.5", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.4", "axios": "^1.3.6", diff --git a/packages/currency-utils/CHANGELOG.md b/packages/currency-utils/CHANGELOG.md index aa54a9257..5cc8570a4 100644 --- a/packages/currency-utils/CHANGELOG.md +++ b/packages/currency-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-library/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/currency-utils + + + + + ## [0.6.4](https://github.com/helium/helium-program-library/compare/v0.6.0...v0.6.4) (2023-12-06) **Note:** Version bump only for package @helium/currency-utils diff --git a/packages/currency-utils/package.json b/packages/currency-utils/package.json index 0898d91df..8bcfc636c 100644 --- a/packages/currency-utils/package.json +++ b/packages/currency-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/currency-utils", - "version": "0.6.4", + "version": "0.6.5", "description": "Currency utilities", "homepage": "https://github.com/helium/helium-program-library#readme", "publishConfig": { diff --git a/packages/data-credits-sdk/CHANGELOG.md b/packages/data-credits-sdk/CHANGELOG.md index 68542e297..635f139f2 100644 --- a/packages/data-credits-sdk/CHANGELOG.md +++ b/packages/data-credits-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/data-credits-sdk + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) **Note:** Version bump only for package @helium/data-credits-sdk diff --git a/packages/data-credits-sdk/package.json b/packages/data-credits-sdk/package.json index d2965a922..ee7ce596d 100644 --- a/packages/data-credits-sdk/package.json +++ b/packages/data-credits-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "Interface to the data-credits smart contract", "repository": { "type": "git", @@ -32,10 +32,10 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.6.4", - "@helium/circuit-breaker-sdk": "^0.6.4", - "@helium/helium-sub-daos-sdk": "^0.6.4", - "@helium/idls": "^0.6.4", + "@helium/anchor-resolvers": "^0.6.5", + "@helium/circuit-breaker-sdk": "^0.6.5", + "@helium/helium-sub-daos-sdk": "^0.6.5", + "@helium/idls": "^0.6.5", "bn.js": "^5.2.0", "bs58": "^4.0.1", "crypto-js": "^4.1.1" diff --git a/packages/distributor-oracle/CHANGELOG.md b/packages/distributor-oracle/CHANGELOG.md index eee8e4b19..f2834ac84 100644 --- a/packages/distributor-oracle/CHANGELOG.md +++ b/packages/distributor-oracle/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/distributor-oracle + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) diff --git a/packages/distributor-oracle/package.json b/packages/distributor-oracle/package.json index 247db3651..49bb2d662 100644 --- a/packages/distributor-oracle/package.json +++ b/packages/distributor-oracle/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "Oracle server for the lazy distributor", "repository": { "type": "git", @@ -36,14 +36,14 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@fastify/cors": "^8.1.1", - "@helium/account-fetch-cache": "^0.6.4", + "@helium/account-fetch-cache": "^0.6.5", "@helium/address": "^4.10.2", - "@helium/helium-entity-manager-sdk": "^0.6.4", - "@helium/helium-sub-daos-sdk": "^0.6.4", - "@helium/idls": "^0.6.4", - "@helium/lazy-distributor-sdk": "^0.6.4", - "@helium/rewards-oracle-sdk": "^0.6.4", - "@helium/spl-utils": "^0.6.4", + "@helium/helium-entity-manager-sdk": "^0.6.5", + "@helium/helium-sub-daos-sdk": "^0.6.5", + "@helium/idls": "^0.6.5", + "@helium/lazy-distributor-sdk": "^0.6.5", + "@helium/rewards-oracle-sdk": "^0.6.5", + "@helium/spl-utils": "^0.6.5", "@metaplex-foundation/mpl-bubblegum": "^0.7.0", "@solana/spl-token": "^0.3.8", "@types/sequelize": "^4.28.14", diff --git a/packages/entity-invalidator/CHANGELOG.md b/packages/entity-invalidator/CHANGELOG.md index 3fe8a1819..13bdc8b32 100644 --- a/packages/entity-invalidator/CHANGELOG.md +++ b/packages/entity-invalidator/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/entity-invalidator + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) diff --git a/packages/entity-invalidator/package.json b/packages/entity-invalidator/package.json index 67f027272..f8b1d3e62 100644 --- a/packages/entity-invalidator/package.json +++ b/packages/entity-invalidator/package.json @@ -6,7 +6,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "Sync account data to postgres", "repository": { "type": "git", @@ -33,9 +33,9 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.6.4", - "@helium/helium-entity-manager-sdk": "^0.6.4", - "@helium/spl-utils": "^0.6.4", + "@helium/account-fetch-cache": "^0.6.5", + "@helium/helium-entity-manager-sdk": "^0.6.5", + "@helium/spl-utils": "^0.6.5", "@solana/web3.js": "^1.78.4", "aws-sdk": "^2.1344.0", "bn.js": "^5.2.0", diff --git a/packages/fanout-metadata-service/CHANGELOG.md b/packages/fanout-metadata-service/CHANGELOG.md index 3548abedd..93c62940b 100644 --- a/packages/fanout-metadata-service/CHANGELOG.md +++ b/packages/fanout-metadata-service/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/fanout-metadata-service + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) **Note:** Version bump only for package @helium/fanout-metadata-service diff --git a/packages/fanout-metadata-service/package.json b/packages/fanout-metadata-service/package.json index afd9f24ea..488feeb05 100644 --- a/packages/fanout-metadata-service/package.json +++ b/packages/fanout-metadata-service/package.json @@ -6,7 +6,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "Mint metadata of fanout positions", "repository": { "type": "git", @@ -34,10 +34,10 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@fastify/cors": "^8.1.1", - "@helium/account-fetch-cache": "^0.6.4", + "@helium/account-fetch-cache": "^0.6.5", "@helium/address": "^4.10.2", - "@helium/fanout-sdk": "^0.6.4", - "@helium/spl-utils": "^0.6.4", + "@helium/fanout-sdk": "^0.6.5", + "@helium/spl-utils": "^0.6.5", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-account-compression": "^0.1.7", "@solana/spl-token": "^0.3.8", diff --git a/packages/fanout-sdk/CHANGELOG.md b/packages/fanout-sdk/CHANGELOG.md index 19958d9c9..b743084e0 100644 --- a/packages/fanout-sdk/CHANGELOG.md +++ b/packages/fanout-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/fanout-sdk + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) **Note:** Version bump only for package @helium/fanout-sdk diff --git a/packages/fanout-sdk/package.json b/packages/fanout-sdk/package.json index 4619303ef..c7748d0da 100644 --- a/packages/fanout-sdk/package.json +++ b/packages/fanout-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "Interface to the fanout smart contract", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.6.4", - "@helium/idls": "^0.6.4", + "@helium/anchor-resolvers": "^0.6.5", + "@helium/idls": "^0.6.5", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/faucet-service/CHANGELOG.md b/packages/faucet-service/CHANGELOG.md index 850e9ef07..38e273793 100644 --- a/packages/faucet-service/CHANGELOG.md +++ b/packages/faucet-service/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/faucet-service + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) **Note:** Version bump only for package @helium/faucet-service diff --git a/packages/faucet-service/package.json b/packages/faucet-service/package.json index 06c8e819e..4b9154206 100644 --- a/packages/faucet-service/package.json +++ b/packages/faucet-service/package.json @@ -6,7 +6,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "Faucet for devnet Helium tokens", "repository": { "type": "git", @@ -35,8 +35,8 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@fastify/cors": "^8.1.1", - "@helium/idls": "^0.6.4", - "@helium/spl-utils": "^0.6.4", + "@helium/idls": "^0.6.5", + "@helium/spl-utils": "^0.6.5", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.4", diff --git a/packages/helium-admin-cli/CHANGELOG.md b/packages/helium-admin-cli/CHANGELOG.md index 7cfb2a6a4..19acc332f 100644 --- a/packages/helium-admin-cli/CHANGELOG.md +++ b/packages/helium-admin-cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/helium-admin-cli + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) diff --git a/packages/helium-admin-cli/package.json b/packages/helium-admin-cli/package.json index e3057c6f0..ab566e979 100644 --- a/packages/helium-admin-cli/package.json +++ b/packages/helium-admin-cli/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "CLI to bootstrap the network", "repository": { "type": "git", @@ -40,18 +40,18 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@helium/address": "^4.10.2", - "@helium/circuit-breaker-sdk": "^0.6.4", + "@helium/circuit-breaker-sdk": "^0.6.5", "@helium/crypto": "^4.10.2", - "@helium/data-credits-sdk": "^0.6.4", - "@helium/distributor-oracle": "^0.6.4", - "@helium/fanout-sdk": "^0.6.4", - "@helium/helium-entity-manager-sdk": "^0.6.4", - "@helium/helium-sub-daos-sdk": "^0.6.4", - "@helium/lazy-distributor-sdk": "^0.6.4", - "@helium/mobile-entity-manager-sdk": "^0.6.4", - "@helium/price-oracle-sdk": "^0.6.4", - "@helium/spl-utils": "^0.6.4", - "@helium/treasury-management-sdk": "^0.6.4", + "@helium/data-credits-sdk": "^0.6.5", + "@helium/distributor-oracle": "^0.6.5", + "@helium/fanout-sdk": "^0.6.5", + "@helium/helium-entity-manager-sdk": "^0.6.5", + "@helium/helium-sub-daos-sdk": "^0.6.5", + "@helium/lazy-distributor-sdk": "^0.6.5", + "@helium/mobile-entity-manager-sdk": "^0.6.5", + "@helium/price-oracle-sdk": "^0.6.5", + "@helium/spl-utils": "^0.6.5", + "@helium/treasury-management-sdk": "^0.6.5", "@solana/spl-account-compression": "^0.1.7", "@solana/spl-governance": "^0.3.18", "@solana/spl-token": "^0.3.8", diff --git a/packages/helium-entity-manager-sdk/CHANGELOG.md b/packages/helium-entity-manager-sdk/CHANGELOG.md index bebcdb488..ede0bbd6d 100644 --- a/packages/helium-entity-manager-sdk/CHANGELOG.md +++ b/packages/helium-entity-manager-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/helium-entity-manager-sdk + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) diff --git a/packages/helium-entity-manager-sdk/package.json b/packages/helium-entity-manager-sdk/package.json index b2a41e91a..19424ccfb 100644 --- a/packages/helium-entity-manager-sdk/package.json +++ b/packages/helium-entity-manager-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "Interface to the helium-entity-manager smart contract", "repository": { "type": "git", @@ -33,11 +33,11 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@helium/address": "^4.10.2", - "@helium/anchor-resolvers": "^0.6.4", - "@helium/helium-sub-daos-sdk": "^0.6.4", - "@helium/idls": "^0.6.4", - "@helium/rewards-burn-sdk": "^0.6.4", - "@helium/spl-utils": "^0.6.4", + "@helium/anchor-resolvers": "^0.6.5", + "@helium/helium-sub-daos-sdk": "^0.6.5", + "@helium/idls": "^0.6.5", + "@helium/rewards-burn-sdk": "^0.6.5", + "@helium/spl-utils": "^0.6.5", "bn.js": "^5.2.0", "bs58": "^4.0.1", "crypto-js": "^4.1.1", diff --git a/packages/helium-react-hooks/CHANGELOG.md b/packages/helium-react-hooks/CHANGELOG.md index 3e8d6b313..b24ed1ef2 100644 --- a/packages/helium-react-hooks/CHANGELOG.md +++ b/packages/helium-react-hooks/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/helium-react-hooks + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) **Note:** Version bump only for package @helium/helium-react-hooks diff --git a/packages/helium-react-hooks/package.json b/packages/helium-react-hooks/package.json index ab18865ed..d18812495 100644 --- a/packages/helium-react-hooks/package.json +++ b/packages/helium-react-hooks/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "React hooks for helium", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.6.4", - "@helium/account-fetch-cache-hooks": "^0.6.4", + "@helium/account-fetch-cache": "^0.6.5", + "@helium/account-fetch-cache-hooks": "^0.6.5", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.4", "bs58": "^4.0.1", diff --git a/packages/helium-sub-daos-sdk/CHANGELOG.md b/packages/helium-sub-daos-sdk/CHANGELOG.md index 91260ca9d..50912da9e 100644 --- a/packages/helium-sub-daos-sdk/CHANGELOG.md +++ b/packages/helium-sub-daos-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/helium-sub-daos-sdk + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) **Note:** Version bump only for package @helium/helium-sub-daos-sdk diff --git a/packages/helium-sub-daos-sdk/package.json b/packages/helium-sub-daos-sdk/package.json index e5aa05658..e933fd515 100644 --- a/packages/helium-sub-daos-sdk/package.json +++ b/packages/helium-sub-daos-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "Interface to the helium-sub-daos smart contract", "repository": { "type": "git", @@ -32,10 +32,10 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.6.4", - "@helium/circuit-breaker-sdk": "^0.6.4", - "@helium/treasury-management-sdk": "^0.6.4", - "@helium/voter-stake-registry-sdk": "^0.6.4", + "@helium/anchor-resolvers": "^0.6.5", + "@helium/circuit-breaker-sdk": "^0.6.5", + "@helium/treasury-management-sdk": "^0.6.5", + "@helium/voter-stake-registry-sdk": "^0.6.5", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/hotspot-utils/CHANGELOG.md b/packages/hotspot-utils/CHANGELOG.md index f43cdf9fa..bdef81e05 100644 --- a/packages/hotspot-utils/CHANGELOG.md +++ b/packages/hotspot-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-library/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/hotspot-utils + + + + + ## [0.6.4](https://github.com/helium/helium-program-library/compare/v0.6.0...v0.6.4) (2023-12-06) diff --git a/packages/hotspot-utils/package.json b/packages/hotspot-utils/package.json index ae01e47c1..5d128572d 100644 --- a/packages/hotspot-utils/package.json +++ b/packages/hotspot-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/hotspot-utils", - "version": "0.6.4", + "version": "0.6.5", "description": "Utils for Hotspot interaction", "homepage": "https://github.com/helium/helium-program-library#readme", "publishConfig": { @@ -29,10 +29,10 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/helium-entity-manager-sdk": "^0.6.4", - "@helium/helium-sub-daos-sdk": "^0.6.4", - "@helium/idls": "^0.6.4", - "@helium/spl-utils": "^0.6.4", + "@helium/helium-entity-manager-sdk": "^0.6.5", + "@helium/helium-sub-daos-sdk": "^0.6.5", + "@helium/idls": "^0.6.5", + "@helium/spl-utils": "^0.6.5", "@solana/web3.js": "^1.78.4", "bs58": "^4.0.1" }, diff --git a/packages/idls/CHANGELOG.md b/packages/idls/CHANGELOG.md index f7500f7f5..e970ae37e 100644 --- a/packages/idls/CHANGELOG.md +++ b/packages/idls/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-library/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/idls + + + + + ## [0.6.4](https://github.com/helium/helium-program-library/compare/v0.6.0...v0.6.4) (2023-12-06) **Note:** Version bump only for package @helium/idls diff --git a/packages/idls/package.json b/packages/idls/package.json index 3c7e6437e..338fa4ec5 100644 --- a/packages/idls/package.json +++ b/packages/idls/package.json @@ -1,6 +1,6 @@ { "name": "@helium/idls", - "version": "0.6.4", + "version": "0.6.5", "description": "Exported idls", "publishConfig": { "access": "public", diff --git a/packages/lazy-distributor-sdk/CHANGELOG.md b/packages/lazy-distributor-sdk/CHANGELOG.md index 827d58db9..70ba9748b 100644 --- a/packages/lazy-distributor-sdk/CHANGELOG.md +++ b/packages/lazy-distributor-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/lazy-distributor-sdk + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) **Note:** Version bump only for package @helium/lazy-distributor-sdk diff --git a/packages/lazy-distributor-sdk/package.json b/packages/lazy-distributor-sdk/package.json index 921354751..9d79da715 100644 --- a/packages/lazy-distributor-sdk/package.json +++ b/packages/lazy-distributor-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "Interface to the lazy-distributor smart contract", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.6.4", - "@helium/circuit-breaker-sdk": "^0.6.4", + "@helium/anchor-resolvers": "^0.6.5", + "@helium/circuit-breaker-sdk": "^0.6.5", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/lazy-transactions-sdk/CHANGELOG.md b/packages/lazy-transactions-sdk/CHANGELOG.md index 67eb505fc..d0027d8ed 100644 --- a/packages/lazy-transactions-sdk/CHANGELOG.md +++ b/packages/lazy-transactions-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/lazy-transactions-sdk + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) **Note:** Version bump only for package @helium/lazy-transactions-sdk diff --git a/packages/lazy-transactions-sdk/package.json b/packages/lazy-transactions-sdk/package.json index c1fc50f38..3d6b6c09a 100644 --- a/packages/lazy-transactions-sdk/package.json +++ b/packages/lazy-transactions-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "Interface to the lazy-transactions smart contract", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/idls": "^0.6.4", - "@helium/spl-utils": "^0.6.4", + "@helium/idls": "^0.6.5", + "@helium/spl-utils": "^0.6.5", "bn.js": "^5.2.0", "bs58": "^4.0.1", "js-sha3": "^0.8.0", diff --git a/packages/metadata-service/CHANGELOG.md b/packages/metadata-service/CHANGELOG.md index 7f02b9319..6529ca614 100644 --- a/packages/metadata-service/CHANGELOG.md +++ b/packages/metadata-service/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/metadata-service + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) diff --git a/packages/metadata-service/package.json b/packages/metadata-service/package.json index 05d07a1b4..38466c745 100644 --- a/packages/metadata-service/package.json +++ b/packages/metadata-service/package.json @@ -6,7 +6,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "Mint metadata of hotspots", "repository": { "type": "git", @@ -34,12 +34,12 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@fastify/cors": "^8.1.1", - "@helium/account-fetch-cache": "^0.6.4", + "@helium/account-fetch-cache": "^0.6.5", "@helium/address": "^4.10.2", - "@helium/helium-entity-manager-sdk": "^0.6.4", - "@helium/helium-sub-daos-sdk": "^0.6.4", - "@helium/idls": "^0.6.4", - "@helium/spl-utils": "^0.6.4", + "@helium/helium-entity-manager-sdk": "^0.6.5", + "@helium/helium-sub-daos-sdk": "^0.6.5", + "@helium/idls": "^0.6.5", + "@helium/spl-utils": "^0.6.5", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.4", diff --git a/packages/migration-service/CHANGELOG.md b/packages/migration-service/CHANGELOG.md index c2541ee81..c348835a1 100644 --- a/packages/migration-service/CHANGELOG.md +++ b/packages/migration-service/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/migration-service + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) diff --git a/packages/migration-service/package.json b/packages/migration-service/package.json index 83fa3274e..902216307 100644 --- a/packages/migration-service/package.json +++ b/packages/migration-service/package.json @@ -6,7 +6,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "Migration of state from helium", "repository": { "type": "git", @@ -35,18 +35,18 @@ "@clockwork-xyz/sdk": "^0.3.0", "@coral-xyz/anchor": "^0.28.0", "@fastify/cors": "^8.1.1", - "@helium/account-fetch-cache": "^0.6.4", + "@helium/account-fetch-cache": "^0.6.5", "@helium/address": "^4.10.2", - "@helium/circuit-breaker-sdk": "^0.6.4", + "@helium/circuit-breaker-sdk": "^0.6.5", "@helium/crypto": "^4.10.2", - "@helium/data-credits-sdk": "^0.6.4", - "@helium/distributor-oracle": "^0.6.4", - "@helium/helium-entity-manager-sdk": "^0.6.4", - "@helium/helium-sub-daos-sdk": "^0.6.4", - "@helium/lazy-distributor-sdk": "^0.6.4", - "@helium/lazy-transactions-sdk": "^0.6.4", - "@helium/treasury-management-sdk": "^0.6.4", - "@helium/voter-stake-registry-sdk": "^0.6.4", + "@helium/data-credits-sdk": "^0.6.5", + "@helium/distributor-oracle": "^0.6.5", + "@helium/helium-entity-manager-sdk": "^0.6.5", + "@helium/helium-sub-daos-sdk": "^0.6.5", + "@helium/lazy-distributor-sdk": "^0.6.5", + "@helium/lazy-transactions-sdk": "^0.6.5", + "@helium/treasury-management-sdk": "^0.6.5", + "@helium/voter-stake-registry-sdk": "^0.6.5", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@project-serum/borsh": "^0.2.5", "@solana/buffer-layout": "^4.0.0", diff --git a/packages/mobile-entity-manager-sdk/CHANGELOG.md b/packages/mobile-entity-manager-sdk/CHANGELOG.md index 6e1b34b8d..0fb306447 100644 --- a/packages/mobile-entity-manager-sdk/CHANGELOG.md +++ b/packages/mobile-entity-manager-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/mobile-entity-manager-sdk + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) diff --git a/packages/mobile-entity-manager-sdk/package.json b/packages/mobile-entity-manager-sdk/package.json index a171d1d43..ee03f8c09 100644 --- a/packages/mobile-entity-manager-sdk/package.json +++ b/packages/mobile-entity-manager-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "Interface to the mobile-entity-manager smart contract", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.6.4", - "@helium/helium-entity-manager-sdk": "^0.6.4", - "@helium/idls": "^0.6.4", + "@helium/anchor-resolvers": "^0.6.5", + "@helium/helium-entity-manager-sdk": "^0.6.5", + "@helium/idls": "^0.6.5", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/monitor-service/CHANGELOG.md b/packages/monitor-service/CHANGELOG.md index 343d03523..af70ce09b 100644 --- a/packages/monitor-service/CHANGELOG.md +++ b/packages/monitor-service/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/monitor-service + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) diff --git a/packages/monitor-service/package.json b/packages/monitor-service/package.json index 9791a3959..c2a7193cf 100644 --- a/packages/monitor-service/package.json +++ b/packages/monitor-service/package.json @@ -6,7 +6,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "Prometheus monitoring of important accounts on Solana", "repository": { "type": "git", @@ -33,14 +33,14 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.6.4", - "@helium/circuit-breaker-sdk": "^0.6.4", - "@helium/data-credits-sdk": "^0.6.4", - "@helium/helium-entity-manager-sdk": "^0.6.4", - "@helium/helium-sub-daos-sdk": "^0.6.4", - "@helium/idls": "^0.6.4", - "@helium/lazy-transactions-sdk": "^0.6.4", - "@helium/spl-utils": "^0.6.4", + "@helium/account-fetch-cache": "^0.6.5", + "@helium/circuit-breaker-sdk": "^0.6.5", + "@helium/data-credits-sdk": "^0.6.5", + "@helium/helium-entity-manager-sdk": "^0.6.5", + "@helium/helium-sub-daos-sdk": "^0.6.5", + "@helium/idls": "^0.6.5", + "@helium/lazy-transactions-sdk": "^0.6.5", + "@helium/spl-utils": "^0.6.5", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-account-compression": "^0.1.7", "@solana/spl-token": "^0.3.8", diff --git a/packages/price-oracle-sdk/CHANGELOG.md b/packages/price-oracle-sdk/CHANGELOG.md index cf4a6edff..412a097c9 100644 --- a/packages/price-oracle-sdk/CHANGELOG.md +++ b/packages/price-oracle-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/price-oracle-sdk + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) **Note:** Version bump only for package @helium/price-oracle-sdk diff --git a/packages/price-oracle-sdk/package.json b/packages/price-oracle-sdk/package.json index abf3e456e..f87239449 100644 --- a/packages/price-oracle-sdk/package.json +++ b/packages/price-oracle-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "Interface to the price oracle smart contract", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/idls": "^0.6.4", + "@helium/idls": "^0.6.5", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/rewards-burn-sdk/CHANGELOG.md b/packages/rewards-burn-sdk/CHANGELOG.md index b7af95388..080553b7c 100644 --- a/packages/rewards-burn-sdk/CHANGELOG.md +++ b/packages/rewards-burn-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/rewards-burn-sdk + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) diff --git a/packages/rewards-burn-sdk/package.json b/packages/rewards-burn-sdk/package.json index ad00bdabc..af7d1d072 100644 --- a/packages/rewards-burn-sdk/package.json +++ b/packages/rewards-burn-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "Interface to the rewards burn smart contract", "repository": { "type": "git", diff --git a/packages/rewards-oracle-faucet-service/CHANGELOG.md b/packages/rewards-oracle-faucet-service/CHANGELOG.md index e92f466b1..465e28249 100644 --- a/packages/rewards-oracle-faucet-service/CHANGELOG.md +++ b/packages/rewards-oracle-faucet-service/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/rewards-oracle-faucet-service + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) **Note:** Version bump only for package @helium/rewards-oracle-faucet-service diff --git a/packages/rewards-oracle-faucet-service/package.json b/packages/rewards-oracle-faucet-service/package.json index 63d4a6c00..dce6b5770 100644 --- a/packages/rewards-oracle-faucet-service/package.json +++ b/packages/rewards-oracle-faucet-service/package.json @@ -6,7 +6,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "Receives requests from Helius webhooks", "repository": { "type": "git", diff --git a/packages/rewards-oracle-sdk/CHANGELOG.md b/packages/rewards-oracle-sdk/CHANGELOG.md index 9f46446b2..6e2c1fbd3 100644 --- a/packages/rewards-oracle-sdk/CHANGELOG.md +++ b/packages/rewards-oracle-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/rewards-oracle-sdk + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) **Note:** Version bump only for package @helium/rewards-oracle-sdk diff --git a/packages/rewards-oracle-sdk/package.json b/packages/rewards-oracle-sdk/package.json index f786ab02c..8ca9b3254 100644 --- a/packages/rewards-oracle-sdk/package.json +++ b/packages/rewards-oracle-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "Interface to the rewards oracle smart contract", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.6.4", - "@helium/idls": "^0.6.4", + "@helium/anchor-resolvers": "^0.6.5", + "@helium/idls": "^0.6.5", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/spl-utils/CHANGELOG.md b/packages/spl-utils/CHANGELOG.md index eaf12cb5a..a679b84c7 100644 --- a/packages/spl-utils/CHANGELOG.md +++ b/packages/spl-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-library/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/spl-utils + + + + + ## [0.6.4](https://github.com/helium/helium-program-library/compare/v0.6.0...v0.6.4) (2023-12-06) **Note:** Version bump only for package @helium/spl-utils diff --git a/packages/spl-utils/package.json b/packages/spl-utils/package.json index da5d1ac05..78a6a69a7 100644 --- a/packages/spl-utils/package.json +++ b/packages/spl-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/spl-utils", - "version": "0.6.4", + "version": "0.6.5", "description": "Utils shared across spl suite", "publishConfig": { "access": "public", @@ -32,9 +32,9 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.6.4", + "@helium/account-fetch-cache": "^0.6.5", "@helium/address": "^4.10.2", - "@helium/anchor-resolvers": "^0.6.4", + "@helium/anchor-resolvers": "^0.6.5", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-account-compression": "^0.1.7", "@solana/spl-token": "^0.3.8", diff --git a/packages/tokens-to-rent-service/CHANGELOG.md b/packages/tokens-to-rent-service/CHANGELOG.md index 45b0054ad..d7fdb8c4f 100644 --- a/packages/tokens-to-rent-service/CHANGELOG.md +++ b/packages/tokens-to-rent-service/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/tokens-to-rent-service + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) **Note:** Version bump only for package @helium/tokens-to-rent-service diff --git a/packages/tokens-to-rent-service/package.json b/packages/tokens-to-rent-service/package.json index b1f15224f..f0263a7b9 100644 --- a/packages/tokens-to-rent-service/package.json +++ b/packages/tokens-to-rent-service/package.json @@ -6,7 +6,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "Service that gives flashloans of sol to allow jupiter swap of small amounts of hnt/mobile/iot to sol for fees", "repository": { "type": "git", @@ -34,9 +34,9 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@fastify/cors": "^8.1.1", - "@helium/account-fetch-cache": "^0.6.4", + "@helium/account-fetch-cache": "^0.6.5", "@helium/address": "^4.10.2", - "@helium/spl-utils": "^0.6.4", + "@helium/spl-utils": "^0.6.5", "@jup-ag/api": "^6.0.6", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.4", diff --git a/packages/treasury-management-sdk/CHANGELOG.md b/packages/treasury-management-sdk/CHANGELOG.md index b0278406a..59858abef 100644 --- a/packages/treasury-management-sdk/CHANGELOG.md +++ b/packages/treasury-management-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/treasury-management-sdk + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) **Note:** Version bump only for package @helium/treasury-management-sdk diff --git a/packages/treasury-management-sdk/package.json b/packages/treasury-management-sdk/package.json index e5fb89ce1..d02aecee0 100644 --- a/packages/treasury-management-sdk/package.json +++ b/packages/treasury-management-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "Interface to the treasury-management smart contract", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.6.4", - "@helium/circuit-breaker-sdk": "^0.6.4", - "@helium/idls": "^0.6.4", + "@helium/anchor-resolvers": "^0.6.5", + "@helium/circuit-breaker-sdk": "^0.6.5", + "@helium/idls": "^0.6.5", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/voter-stake-registry-hooks/CHANGELOG.md b/packages/voter-stake-registry-hooks/CHANGELOG.md index 123843862..b587a4d28 100644 --- a/packages/voter-stake-registry-hooks/CHANGELOG.md +++ b/packages/voter-stake-registry-hooks/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/voter-stake-registry-hooks + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) **Note:** Version bump only for package @helium/voter-stake-registry-hooks diff --git a/packages/voter-stake-registry-hooks/package.json b/packages/voter-stake-registry-hooks/package.json index e36b92773..4b0f700d9 100644 --- a/packages/voter-stake-registry-hooks/package.json +++ b/packages/voter-stake-registry-hooks/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "React hooks for helium voter stake registry", "repository": { "type": "git", @@ -32,13 +32,13 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.6.4", - "@helium/account-fetch-cache-hooks": "^0.6.4", - "@helium/helium-react-hooks": "^0.6.4", - "@helium/helium-sub-daos-sdk": "^0.6.4", + "@helium/account-fetch-cache": "^0.6.5", + "@helium/account-fetch-cache-hooks": "^0.6.5", + "@helium/helium-react-hooks": "^0.6.5", + "@helium/helium-sub-daos-sdk": "^0.6.5", "@helium/modular-governance-hooks": "^0.0.8", - "@helium/spl-utils": "^0.6.4", - "@helium/voter-stake-registry-sdk": "^0.6.4", + "@helium/spl-utils": "^0.6.5", + "@helium/voter-stake-registry-sdk": "^0.6.5", "@metaplex-foundation/js": "^0.19.4", "@solana/wallet-adapter-base": "^0.9.22", "@solana/wallet-adapter-react": "^0.15.32", diff --git a/packages/voter-stake-registry-sdk/CHANGELOG.md b/packages/voter-stake-registry-sdk/CHANGELOG.md index 53161ed8f..365ca63bd 100644 --- a/packages/voter-stake-registry-sdk/CHANGELOG.md +++ b/packages/voter-stake-registry-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/voter-stake-registry-sdk + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) **Note:** Version bump only for package @helium/voter-stake-registry-sdk diff --git a/packages/voter-stake-registry-sdk/package.json b/packages/voter-stake-registry-sdk/package.json index 8619e87d4..f3b5f6782 100644 --- a/packages/voter-stake-registry-sdk/package.json +++ b/packages/voter-stake-registry-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "Interface to the voter-stake-registry smart contract", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.6.4", - "@helium/idls": "^0.6.4", + "@helium/anchor-resolvers": "^0.6.5", + "@helium/idls": "^0.6.5", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-token": "^0.3.8", "bn.js": "^5.2.0", diff --git a/packages/vsr-metadata-service/CHANGELOG.md b/packages/vsr-metadata-service/CHANGELOG.md index 98d976c1c..ab35c1c25 100644 --- a/packages/vsr-metadata-service/CHANGELOG.md +++ b/packages/vsr-metadata-service/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-libary/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/vsr-metadata-service + + + + + ## [0.6.4](https://github.com/helium/helium-program-libary/compare/v0.6.0...v0.6.4) (2023-12-06) **Note:** Version bump only for package @helium/vsr-metadata-service diff --git a/packages/vsr-metadata-service/package.json b/packages/vsr-metadata-service/package.json index ebc10476c..fb87fe078 100644 --- a/packages/vsr-metadata-service/package.json +++ b/packages/vsr-metadata-service/package.json @@ -6,7 +6,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.4", + "version": "0.6.5", "description": "Mint metadata of vsr positions", "repository": { "type": "git", @@ -34,10 +34,10 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@fastify/cors": "^8.1.1", - "@helium/account-fetch-cache": "^0.6.4", + "@helium/account-fetch-cache": "^0.6.5", "@helium/address": "^4.10.2", - "@helium/spl-utils": "^0.6.4", - "@helium/voter-stake-registry-sdk": "^0.6.4", + "@helium/spl-utils": "^0.6.5", + "@helium/voter-stake-registry-sdk": "^0.6.5", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-account-compression": "^0.1.7", "@solana/spl-token": "^0.3.8", diff --git a/packages/xnft-hotspot/CHANGELOG.md b/packages/xnft-hotspot/CHANGELOG.md index 0811b781f..52eee8dbb 100644 --- a/packages/xnft-hotspot/CHANGELOG.md +++ b/packages/xnft-hotspot/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.5](https://github.com/helium/helium-program-library/compare/v0.6.2...v0.6.5) (2023-12-08) + +**Note:** Version bump only for package @helium/xnft-hotspot + + + + + ## [0.6.4](https://github.com/helium/helium-program-library/compare/v0.6.0...v0.6.4) (2023-12-06) diff --git a/packages/xnft-hotspot/package.json b/packages/xnft-hotspot/package.json index 24ec41b39..faf160ef5 100644 --- a/packages/xnft-hotspot/package.json +++ b/packages/xnft-hotspot/package.json @@ -1,6 +1,6 @@ { "name": "@helium/xnft-hotspot", - "version": "0.6.4", + "version": "0.6.5", "private": true, "description": "", "main": "index.js", @@ -18,11 +18,11 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.6.4", - "@helium/distributor-oracle": "^0.6.4", - "@helium/helium-react-hooks": "^0.6.4", - "@helium/idls": "^0.6.4", - "@helium/lazy-distributor-sdk": "^0.6.4", + "@helium/account-fetch-cache": "^0.6.5", + "@helium/distributor-oracle": "^0.6.5", + "@helium/helium-react-hooks": "^0.6.5", + "@helium/idls": "^0.6.5", + "@helium/lazy-distributor-sdk": "^0.6.5", "@solana/spl-token": "^0.3.8", "assert": "^2.0.0", "bn.js": "^5.2.0",