diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aac534c6..51c05f471 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.7.10](https://github.com/helium/helium-program-library/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package helium-program-library + + + + + ## [0.7.9](https://github.com/helium/helium-program-library/compare/v0.7.8...v0.7.9) (2024-04-18) **Note:** Version bump only for package helium-program-library diff --git a/lerna.json b/lerna.json index 9517be3bc..eb1be5cfe 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages/*" ], "useWorkspaces": true, - "version": "0.7.9" + "version": "0.7.10" } diff --git a/packages/account-fetch-cache-hooks/CHANGELOG.md b/packages/account-fetch-cache-hooks/CHANGELOG.md index 34529717f..78f93e9a2 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/account-fetch-cache-hooks + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **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 779a789d3..3c9e3bc98 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.7.9", + "version": "0.7.10", "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.7.9", + "@helium/account-fetch-cache": "^0.7.10", "@solana/web3.js": "^1.78.8", "react-async-hook": "^4.0.0" }, diff --git a/packages/account-fetch-cache/CHANGELOG.md b/packages/account-fetch-cache/CHANGELOG.md index e1bf332d0..32c237b5f 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.7.10](https://github.com/helium/helium-program-library/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/account-fetch-cache + + + + + ## [0.7.9](https://github.com/helium/helium-program-library/compare/v0.7.8...v0.7.9) (2024-04-18) **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 82a99eb0c..f3905a79e 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.7.9", + "version": "0.7.10", "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 f438db67d..10c20c8a5 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/account-postgres-sink-service + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **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 1d8306fa3..ed9d7a5f9 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.7.9", + "version": "0.7.10", "description": "Sync account data to postgres", "repository": { "type": "git", @@ -37,7 +37,7 @@ "@connectrpc/connect-node": "^1.3.0", "@coral-xyz/anchor": "^0.28.0", "@fastify/cors": "^8.1.1", - "@helium/account-fetch-cache": "^0.7.9", + "@helium/account-fetch-cache": "^0.7.10", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/web3.js": "^1.78.8", "@substreams/core": "^0.15.1", diff --git a/packages/active-device-oracle/CHANGELOG.md b/packages/active-device-oracle/CHANGELOG.md index 6ddff573b..1bc32e693 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/active-device-oracle + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **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 afe9e81f4..6920a5308 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.7.9", + "version": "0.7.10", "description": "Oracle of helium active devices", "repository": { "type": "git", diff --git a/packages/anchor-resolvers/CHANGELOG.md b/packages/anchor-resolvers/CHANGELOG.md index 49d727595..151463ae0 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.7.10](https://github.com/helium/helium-program-library/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/anchor-resolvers + + + + + ## [0.7.9](https://github.com/helium/helium-program-library/compare/v0.7.8...v0.7.9) (2024-04-18) **Note:** Version bump only for package @helium/anchor-resolvers diff --git a/packages/anchor-resolvers/package.json b/packages/anchor-resolvers/package.json index 8f9cf3cfb..5cd30cb27 100644 --- a/packages/anchor-resolvers/package.json +++ b/packages/anchor-resolvers/package.json @@ -1,6 +1,6 @@ { "name": "@helium/anchor-resolvers", - "version": "0.7.9", + "version": "0.7.10", "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 cc45a757f..1173bbf10 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/circuit-breaker-sdk + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **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 1e4100e03..90c387d59 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.7.9", + "version": "0.7.10", "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.7.9", - "@helium/idls": "^0.7.9", + "@helium/anchor-resolvers": "^0.7.10", + "@helium/idls": "^0.7.10", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/crons/CHANGELOG.md b/packages/crons/CHANGELOG.md index 32c267948..7206cc3ce 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.7.10](https://github.com/helium/helium-program-library/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/crons + + + + + ## [0.7.9](https://github.com/helium/helium-program-library/compare/v0.7.8...v0.7.9) (2024-04-18) **Note:** Version bump only for package @helium/crons diff --git a/packages/crons/package.json b/packages/crons/package.json index e7aae6114..74ab891ef 100644 --- a/packages/crons/package.json +++ b/packages/crons/package.json @@ -1,6 +1,6 @@ { "name": "@helium/crons", - "version": "0.7.9", + "version": "0.7.10", "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.7.9", - "@helium/distributor-oracle": "^0.7.9", - "@helium/fanout-sdk": "^0.7.9", - "@helium/helium-entity-manager-sdk": "^0.7.9", - "@helium/helium-sub-daos-sdk": "^0.7.9", - "@helium/idls": "^0.7.9", - "@helium/lazy-distributor-sdk": "^0.7.9", - "@helium/mobile-entity-manager-sdk": "^0.7.9", - "@helium/no-emit-sdk": "^0.7.9", + "@helium/account-fetch-cache": "^0.7.10", + "@helium/distributor-oracle": "^0.7.10", + "@helium/fanout-sdk": "^0.7.10", + "@helium/helium-entity-manager-sdk": "^0.7.10", + "@helium/helium-sub-daos-sdk": "^0.7.10", + "@helium/idls": "^0.7.10", + "@helium/lazy-distributor-sdk": "^0.7.10", + "@helium/mobile-entity-manager-sdk": "^0.7.10", + "@helium/no-emit-sdk": "^0.7.10", "@helium/organization-sdk": "^0.0.8", - "@helium/price-oracle-sdk": "^0.7.9", + "@helium/price-oracle-sdk": "^0.7.10", "@helium/proposal-sdk": "^0.0.8", - "@helium/rewards-oracle-sdk": "^0.7.9", - "@helium/spl-utils": "^0.7.9", + "@helium/rewards-oracle-sdk": "^0.7.10", + "@helium/spl-utils": "^0.7.10", "@helium/state-controller-sdk": "^0.0.8", - "@helium/treasury-management-sdk": "^0.7.9", - "@helium/voter-stake-registry-sdk": "^0.7.9", + "@helium/treasury-management-sdk": "^0.7.10", + "@helium/voter-stake-registry-sdk": "^0.7.10", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.8", "axios": "^1.3.6", diff --git a/packages/currency-utils/CHANGELOG.md b/packages/currency-utils/CHANGELOG.md index 13053a405..7e4efc4b5 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.7.10](https://github.com/helium/helium-program-library/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/currency-utils + + + + + ## [0.7.9](https://github.com/helium/helium-program-library/compare/v0.7.8...v0.7.9) (2024-04-18) **Note:** Version bump only for package @helium/currency-utils diff --git a/packages/currency-utils/package.json b/packages/currency-utils/package.json index 4c9e1dcf1..964043993 100644 --- a/packages/currency-utils/package.json +++ b/packages/currency-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/currency-utils", - "version": "0.7.9", + "version": "0.7.10", "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 2f03e4d46..3251e05ed 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/data-credits-sdk + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **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 929b98ab0..f95fb7a10 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.7.9", + "version": "0.7.10", "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.7.9", - "@helium/circuit-breaker-sdk": "^0.7.9", - "@helium/helium-sub-daos-sdk": "^0.7.9", - "@helium/idls": "^0.7.9", + "@helium/anchor-resolvers": "^0.7.10", + "@helium/circuit-breaker-sdk": "^0.7.10", + "@helium/helium-sub-daos-sdk": "^0.7.10", + "@helium/idls": "^0.7.10", "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 58cacb4b3..352c722bc 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/distributor-oracle + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **Note:** Version bump only for package @helium/distributor-oracle diff --git a/packages/distributor-oracle/package.json b/packages/distributor-oracle/package.json index 6b32d1cff..7d3aabc8b 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.7.9", + "version": "0.7.10", "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.7.9", + "@helium/account-fetch-cache": "^0.7.10", "@helium/address": "^4.10.2", - "@helium/helium-entity-manager-sdk": "^0.7.9", - "@helium/helium-sub-daos-sdk": "^0.7.9", - "@helium/idls": "^0.7.9", - "@helium/lazy-distributor-sdk": "^0.7.9", - "@helium/rewards-oracle-sdk": "^0.7.9", - "@helium/spl-utils": "^0.7.9", + "@helium/helium-entity-manager-sdk": "^0.7.10", + "@helium/helium-sub-daos-sdk": "^0.7.10", + "@helium/idls": "^0.7.10", + "@helium/lazy-distributor-sdk": "^0.7.10", + "@helium/rewards-oracle-sdk": "^0.7.10", + "@helium/spl-utils": "^0.7.10", "@metaplex-foundation/mpl-bubblegum": "^0.7.0", "@solana/spl-token": "^0.3.8", "@types/sequelize": "^4.28.14", diff --git a/packages/distributor-oracle/yarn.deploy.lock b/packages/distributor-oracle/yarn.deploy.lock index 651d60326..57d630f17 100644 --- a/packages/distributor-oracle/yarn.deploy.lock +++ b/packages/distributor-oracle/yarn.deploy.lock @@ -111,7 +111,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.7.9": +"@helium/account-fetch-cache@^0.7.10": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -133,7 +133,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.7.9": +"@helium/anchor-resolvers@^0.7.10": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -159,13 +159,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.7.9": +"@helium/circuit-breaker-sdk@^0.7.10": version: 0.0.0-use.local resolution: "@helium/circuit-breaker-sdk@workspace:packages/circuit-breaker-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.7.9 - "@helium/idls": ^0.7.9 + "@helium/anchor-resolvers": ^0.7.10 + "@helium/idls": ^0.7.10 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -181,14 +181,14 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.7.9 + "@helium/account-fetch-cache": ^0.7.10 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.7.9 - "@helium/helium-sub-daos-sdk": ^0.7.9 - "@helium/idls": ^0.7.9 - "@helium/lazy-distributor-sdk": ^0.7.9 - "@helium/rewards-oracle-sdk": ^0.7.9 - "@helium/spl-utils": ^0.7.9 + "@helium/helium-entity-manager-sdk": ^0.7.10 + "@helium/helium-sub-daos-sdk": ^0.7.10 + "@helium/idls": ^0.7.10 + "@helium/lazy-distributor-sdk": ^0.7.10 + "@helium/rewards-oracle-sdk": ^0.7.10 + "@helium/spl-utils": ^0.7.10 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -216,17 +216,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.7.9": +"@helium/helium-entity-manager-sdk@^0.7.10": version: 0.0.0-use.local resolution: "@helium/helium-entity-manager-sdk@workspace:packages/helium-entity-manager-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.7.9 - "@helium/helium-sub-daos-sdk": ^0.7.9 - "@helium/idls": ^0.7.9 - "@helium/no-emit-sdk": ^0.7.9 - "@helium/spl-utils": ^0.7.9 + "@helium/anchor-resolvers": ^0.7.10 + "@helium/helium-sub-daos-sdk": ^0.7.10 + "@helium/idls": ^0.7.10 + "@helium/no-emit-sdk": ^0.7.10 + "@helium/spl-utils": ^0.7.10 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -239,15 +239,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.7.9": +"@helium/helium-sub-daos-sdk@^0.7.10": version: 0.0.0-use.local resolution: "@helium/helium-sub-daos-sdk@workspace:packages/helium-sub-daos-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.7.9 - "@helium/circuit-breaker-sdk": ^0.7.9 - "@helium/treasury-management-sdk": ^0.7.9 - "@helium/voter-stake-registry-sdk": ^0.7.9 + "@helium/anchor-resolvers": ^0.7.10 + "@helium/circuit-breaker-sdk": ^0.7.10 + "@helium/treasury-management-sdk": ^0.7.10 + "@helium/voter-stake-registry-sdk": ^0.7.10 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -257,7 +257,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.7.9": +"@helium/idls@^0.7.10": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -284,13 +284,13 @@ __metadata: languageName: node linkType: hard -"@helium/lazy-distributor-sdk@^0.7.9": +"@helium/lazy-distributor-sdk@^0.7.10": version: 0.0.0-use.local resolution: "@helium/lazy-distributor-sdk@workspace:packages/lazy-distributor-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.7.9 - "@helium/circuit-breaker-sdk": ^0.7.9 + "@helium/anchor-resolvers": ^0.7.10 + "@helium/circuit-breaker-sdk": ^0.7.10 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -300,7 +300,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/no-emit-sdk@^0.7.9": +"@helium/no-emit-sdk@^0.7.10": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: @@ -316,13 +316,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-oracle-sdk@^0.7.9": +"@helium/rewards-oracle-sdk@^0.7.10": version: 0.0.0-use.local resolution: "@helium/rewards-oracle-sdk@workspace:packages/rewards-oracle-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.7.9 - "@helium/idls": ^0.7.9 + "@helium/anchor-resolvers": ^0.7.10 + "@helium/idls": ^0.7.10 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -332,14 +332,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.7.9": +"@helium/spl-utils@^0.7.10": version: 0.0.0-use.local resolution: "@helium/spl-utils@workspace:packages/spl-utils" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.7.9 + "@helium/account-fetch-cache": ^0.7.10 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.7.9 + "@helium/anchor-resolvers": ^0.7.10 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -354,14 +354,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.7.9": +"@helium/treasury-management-sdk@^0.7.10": version: 0.0.0-use.local resolution: "@helium/treasury-management-sdk@workspace:packages/treasury-management-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.7.9 - "@helium/circuit-breaker-sdk": ^0.7.9 - "@helium/idls": ^0.7.9 + "@helium/anchor-resolvers": ^0.7.10 + "@helium/circuit-breaker-sdk": ^0.7.10 + "@helium/idls": ^0.7.10 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -371,13 +371,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.7.9": +"@helium/voter-stake-registry-sdk@^0.7.10": version: 0.0.0-use.local resolution: "@helium/voter-stake-registry-sdk@workspace:packages/voter-stake-registry-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.7.9 - "@helium/idls": ^0.7.9 + "@helium/anchor-resolvers": ^0.7.10 + "@helium/idls": ^0.7.10 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 diff --git a/packages/docsite/package.json b/packages/docsite/package.json index 29023e0a5..d9abc3f23 100644 --- a/packages/docsite/package.json +++ b/packages/docsite/package.json @@ -1,6 +1,6 @@ { "name": "hpl-docs", - "version": "0.7.9", + "version": "0.7.10", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/entity-invalidator/CHANGELOG.md b/packages/entity-invalidator/CHANGELOG.md index d195f13a0..91fd400f4 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/entity-invalidator + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **Note:** Version bump only for package @helium/entity-invalidator diff --git a/packages/entity-invalidator/package.json b/packages/entity-invalidator/package.json index 18b1026fe..409ebd605 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.7.9", + "version": "0.7.10", "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.7.9", - "@helium/helium-entity-manager-sdk": "^0.7.9", - "@helium/spl-utils": "^0.7.9", + "@helium/account-fetch-cache": "^0.7.10", + "@helium/helium-entity-manager-sdk": "^0.7.10", + "@helium/spl-utils": "^0.7.10", "@solana/web3.js": "^1.78.8", "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 79b580e22..6dcd74738 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/fanout-metadata-service + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **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 a1e517f6b..39e786c4c 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.7.9", + "version": "0.7.10", "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.7.9", + "@helium/account-fetch-cache": "^0.7.10", "@helium/address": "^4.10.2", - "@helium/fanout-sdk": "^0.7.9", - "@helium/spl-utils": "^0.7.9", + "@helium/fanout-sdk": "^0.7.10", + "@helium/spl-utils": "^0.7.10", "@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 b18544dc2..a627d6ae7 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/fanout-sdk + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **Note:** Version bump only for package @helium/fanout-sdk diff --git a/packages/fanout-sdk/package.json b/packages/fanout-sdk/package.json index 95c17bcdb..1c8e59c99 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.7.9", + "version": "0.7.10", "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.7.9", - "@helium/idls": "^0.7.9", + "@helium/anchor-resolvers": "^0.7.10", + "@helium/idls": "^0.7.10", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/faucet-service/CHANGELOG.md b/packages/faucet-service/CHANGELOG.md index 28d5eeaaf..502aed112 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/faucet-service + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **Note:** Version bump only for package @helium/faucet-service diff --git a/packages/faucet-service/package.json b/packages/faucet-service/package.json index c5f5eee45..53f63c16f 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.7.9", + "version": "0.7.10", "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.7.9", - "@helium/spl-utils": "^0.7.9", + "@helium/idls": "^0.7.10", + "@helium/spl-utils": "^0.7.10", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.8", diff --git a/packages/helium-admin-cli/CHANGELOG.md b/packages/helium-admin-cli/CHANGELOG.md index b58bd06cb..10ab90a98 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/helium-admin-cli + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **Note:** Version bump only for package @helium/helium-admin-cli diff --git a/packages/helium-admin-cli/package.json b/packages/helium-admin-cli/package.json index 37e6585e5..b2d2a45ef 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.7.9", + "version": "0.7.10", "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.7.9", + "@helium/circuit-breaker-sdk": "^0.7.10", "@helium/crypto": "^4.10.2", - "@helium/data-credits-sdk": "^0.7.9", - "@helium/distributor-oracle": "^0.7.9", - "@helium/fanout-sdk": "^0.7.9", - "@helium/helium-entity-manager-sdk": "^0.7.9", - "@helium/helium-sub-daos-sdk": "^0.7.9", - "@helium/lazy-distributor-sdk": "^0.7.9", - "@helium/mobile-entity-manager-sdk": "^0.7.9", - "@helium/price-oracle-sdk": "^0.7.9", - "@helium/spl-utils": "^0.7.9", - "@helium/treasury-management-sdk": "^0.7.9", + "@helium/data-credits-sdk": "^0.7.10", + "@helium/distributor-oracle": "^0.7.10", + "@helium/fanout-sdk": "^0.7.10", + "@helium/helium-entity-manager-sdk": "^0.7.10", + "@helium/helium-sub-daos-sdk": "^0.7.10", + "@helium/lazy-distributor-sdk": "^0.7.10", + "@helium/mobile-entity-manager-sdk": "^0.7.10", + "@helium/price-oracle-sdk": "^0.7.10", + "@helium/spl-utils": "^0.7.10", + "@helium/treasury-management-sdk": "^0.7.10", "@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 1d65fab37..19d64df32 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/helium-entity-manager-sdk + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **Note:** Version bump only for package @helium/helium-entity-manager-sdk diff --git a/packages/helium-entity-manager-sdk/package.json b/packages/helium-entity-manager-sdk/package.json index 2e4b4d84e..19a2c1419 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.7.9", + "version": "0.7.10", "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.7.9", - "@helium/helium-sub-daos-sdk": "^0.7.9", - "@helium/idls": "^0.7.9", - "@helium/no-emit-sdk": "^0.7.9", - "@helium/spl-utils": "^0.7.9", + "@helium/anchor-resolvers": "^0.7.10", + "@helium/helium-sub-daos-sdk": "^0.7.10", + "@helium/idls": "^0.7.10", + "@helium/no-emit-sdk": "^0.7.10", + "@helium/spl-utils": "^0.7.10", "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 6741be9e5..3c6dbf453 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/helium-react-hooks + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **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 314b7287f..c3d39a44a 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.7.9", + "version": "0.7.10", "description": "React hooks for helium", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.7.9", - "@helium/account-fetch-cache-hooks": "^0.7.9", + "@helium/account-fetch-cache": "^0.7.10", + "@helium/account-fetch-cache-hooks": "^0.7.10", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.8", "bs58": "^4.0.1", diff --git a/packages/helium-sub-daos-sdk/CHANGELOG.md b/packages/helium-sub-daos-sdk/CHANGELOG.md index 0791dfa6f..f34167a94 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/helium-sub-daos-sdk + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **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 313d45eee..543f40c25 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.7.9", + "version": "0.7.10", "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.7.9", - "@helium/circuit-breaker-sdk": "^0.7.9", - "@helium/treasury-management-sdk": "^0.7.9", - "@helium/voter-stake-registry-sdk": "^0.7.9", + "@helium/anchor-resolvers": "^0.7.10", + "@helium/circuit-breaker-sdk": "^0.7.10", + "@helium/treasury-management-sdk": "^0.7.10", + "@helium/voter-stake-registry-sdk": "^0.7.10", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/hexboosting-sdk/CHANGELOG.md b/packages/hexboosting-sdk/CHANGELOG.md index 9b836538c..2ff36a00b 100644 --- a/packages/hexboosting-sdk/CHANGELOG.md +++ b/packages/hexboosting-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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/hexboosting-sdk + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **Note:** Version bump only for package @helium/hexboosting-sdk diff --git a/packages/hexboosting-sdk/package.json b/packages/hexboosting-sdk/package.json index 49699ed1e..1aaf64f44 100644 --- a/packages/hexboosting-sdk/package.json +++ b/packages/hexboosting-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.7.9", + "version": "0.7.10", "description": "Interface to the data-credits smart contract", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.7.9", - "@helium/helium-sub-daos-sdk": "^0.7.9", - "@helium/idls": "^0.7.9", + "@helium/anchor-resolvers": "^0.7.10", + "@helium/helium-sub-daos-sdk": "^0.7.10", + "@helium/idls": "^0.7.10", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/hotspot-utils/CHANGELOG.md b/packages/hotspot-utils/CHANGELOG.md index 77dce61ea..715521469 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.7.10](https://github.com/helium/helium-program-library/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/hotspot-utils + + + + + ## [0.7.9](https://github.com/helium/helium-program-library/compare/v0.7.8...v0.7.9) (2024-04-18) **Note:** Version bump only for package @helium/hotspot-utils diff --git a/packages/hotspot-utils/package.json b/packages/hotspot-utils/package.json index 01fd2d525..d5b1ad11e 100644 --- a/packages/hotspot-utils/package.json +++ b/packages/hotspot-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/hotspot-utils", - "version": "0.7.9", + "version": "0.7.10", "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.7.9", - "@helium/helium-sub-daos-sdk": "^0.7.9", - "@helium/idls": "^0.7.9", - "@helium/spl-utils": "^0.7.9", + "@helium/helium-entity-manager-sdk": "^0.7.10", + "@helium/helium-sub-daos-sdk": "^0.7.10", + "@helium/idls": "^0.7.10", + "@helium/spl-utils": "^0.7.10", "@solana/web3.js": "^1.78.8", "bs58": "^4.0.1" }, diff --git a/packages/idls/CHANGELOG.md b/packages/idls/CHANGELOG.md index f25afdd30..43283ea64 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.7.10](https://github.com/helium/helium-program-library/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/idls + + + + + ## [0.7.9](https://github.com/helium/helium-program-library/compare/v0.7.8...v0.7.9) (2024-04-18) **Note:** Version bump only for package @helium/idls diff --git a/packages/idls/package.json b/packages/idls/package.json index 18efb68db..1495d7092 100644 --- a/packages/idls/package.json +++ b/packages/idls/package.json @@ -1,6 +1,6 @@ { "name": "@helium/idls", - "version": "0.7.9", + "version": "0.7.10", "description": "Exported idls", "publishConfig": { "access": "public", diff --git a/packages/lazy-distributor-sdk/CHANGELOG.md b/packages/lazy-distributor-sdk/CHANGELOG.md index 4bb5e79e0..ae95ddde1 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/lazy-distributor-sdk + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **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 9d2ed2018..c3d928de2 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.7.9", + "version": "0.7.10", "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.7.9", - "@helium/circuit-breaker-sdk": "^0.7.9", + "@helium/anchor-resolvers": "^0.7.10", + "@helium/circuit-breaker-sdk": "^0.7.10", "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 7db679276..0178ff0b1 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/lazy-transactions-sdk + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **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 458ca36fd..b90aed604 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.7.9", + "version": "0.7.10", "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.7.9", - "@helium/spl-utils": "^0.7.9", + "@helium/idls": "^0.7.10", + "@helium/spl-utils": "^0.7.10", "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 d54c192cb..02b4d4112 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/metadata-service + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **Note:** Version bump only for package @helium/metadata-service diff --git a/packages/metadata-service/package.json b/packages/metadata-service/package.json index 1e8c6449d..58814f996 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.7.9", + "version": "0.7.10", "description": "Mint metadata of hotspots", "repository": { "type": "git", @@ -35,13 +35,13 @@ "@coral-xyz/anchor": "^0.28.0", "@fastify/cors": "^8.1.1", "@grpc/grpc-js": "^1.10.1", - "@helium/account-fetch-cache": "^0.7.9", + "@helium/account-fetch-cache": "^0.7.10", "@helium/address": "^4.10.2", - "@helium/data-credits-sdk": "^0.7.9", - "@helium/helium-entity-manager-sdk": "^0.7.9", - "@helium/helium-sub-daos-sdk": "^0.7.9", - "@helium/idls": "^0.7.9", - "@helium/spl-utils": "^0.7.9", + "@helium/data-credits-sdk": "^0.7.10", + "@helium/helium-entity-manager-sdk": "^0.7.10", + "@helium/helium-sub-daos-sdk": "^0.7.10", + "@helium/idls": "^0.7.10", + "@helium/spl-utils": "^0.7.10", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.8", diff --git a/packages/migration-service/CHANGELOG.md b/packages/migration-service/CHANGELOG.md index f7b4fca1d..171cddc29 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/migration-service + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **Note:** Version bump only for package @helium/migration-service diff --git a/packages/migration-service/package.json b/packages/migration-service/package.json index ee32b3401..1c593397c 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.7.9", + "version": "0.7.10", "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.7.9", + "@helium/account-fetch-cache": "^0.7.10", "@helium/address": "^4.10.2", - "@helium/circuit-breaker-sdk": "^0.7.9", + "@helium/circuit-breaker-sdk": "^0.7.10", "@helium/crypto": "^4.10.2", - "@helium/data-credits-sdk": "^0.7.9", - "@helium/distributor-oracle": "^0.7.9", - "@helium/helium-entity-manager-sdk": "^0.7.9", - "@helium/helium-sub-daos-sdk": "^0.7.9", - "@helium/lazy-distributor-sdk": "^0.7.9", - "@helium/lazy-transactions-sdk": "^0.7.9", - "@helium/treasury-management-sdk": "^0.7.9", - "@helium/voter-stake-registry-sdk": "^0.7.9", + "@helium/data-credits-sdk": "^0.7.10", + "@helium/distributor-oracle": "^0.7.10", + "@helium/helium-entity-manager-sdk": "^0.7.10", + "@helium/helium-sub-daos-sdk": "^0.7.10", + "@helium/lazy-distributor-sdk": "^0.7.10", + "@helium/lazy-transactions-sdk": "^0.7.10", + "@helium/treasury-management-sdk": "^0.7.10", + "@helium/voter-stake-registry-sdk": "^0.7.10", "@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 0a834d587..472c79274 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/mobile-entity-manager-sdk + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **Note:** Version bump only for package @helium/mobile-entity-manager-sdk diff --git a/packages/mobile-entity-manager-sdk/package.json b/packages/mobile-entity-manager-sdk/package.json index abeb27135..4bd84a3bb 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.7.9", + "version": "0.7.10", "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.7.9", - "@helium/helium-entity-manager-sdk": "^0.7.9", - "@helium/idls": "^0.7.9", + "@helium/anchor-resolvers": "^0.7.10", + "@helium/helium-entity-manager-sdk": "^0.7.10", + "@helium/idls": "^0.7.10", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/monitor-service/CHANGELOG.md b/packages/monitor-service/CHANGELOG.md index 325bc14e1..723d65617 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/monitor-service + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **Note:** Version bump only for package @helium/monitor-service diff --git a/packages/monitor-service/package.json b/packages/monitor-service/package.json index 3020a4d22..a4d319a41 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.7.9", + "version": "0.7.10", "description": "Prometheus monitoring of important accounts on Solana", "repository": { "type": "git", @@ -33,16 +33,16 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.7.9", - "@helium/circuit-breaker-sdk": "^0.7.9", - "@helium/data-credits-sdk": "^0.7.9", - "@helium/helium-entity-manager-sdk": "^0.7.9", - "@helium/helium-sub-daos-sdk": "^0.7.9", - "@helium/idls": "^0.7.9", - "@helium/lazy-distributor-sdk": "^0.7.9", - "@helium/lazy-transactions-sdk": "^0.7.9", - "@helium/price-oracle-sdk": "^0.7.9", - "@helium/spl-utils": "^0.7.9", + "@helium/account-fetch-cache": "^0.7.10", + "@helium/circuit-breaker-sdk": "^0.7.10", + "@helium/data-credits-sdk": "^0.7.10", + "@helium/helium-entity-manager-sdk": "^0.7.10", + "@helium/helium-sub-daos-sdk": "^0.7.10", + "@helium/idls": "^0.7.10", + "@helium/lazy-distributor-sdk": "^0.7.10", + "@helium/lazy-transactions-sdk": "^0.7.10", + "@helium/price-oracle-sdk": "^0.7.10", + "@helium/spl-utils": "^0.7.10", "@metaplex-foundation/mpl-bubblegum": "^0.7.0", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-account-compression": "^0.1.7", diff --git a/packages/no-emit-sdk/CHANGELOG.md b/packages/no-emit-sdk/CHANGELOG.md index ee8048c27..79fba8427 100644 --- a/packages/no-emit-sdk/CHANGELOG.md +++ b/packages/no-emit-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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/no-emit-sdk + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **Note:** Version bump only for package @helium/no-emit-sdk diff --git a/packages/no-emit-sdk/package.json b/packages/no-emit-sdk/package.json index f4afadd12..b0353ae73 100644 --- a/packages/no-emit-sdk/package.json +++ b/packages/no-emit-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.7.9", + "version": "0.7.10", "description": "Interface to the rewards burn smart contract", "repository": { "type": "git", diff --git a/packages/price-oracle-sdk/CHANGELOG.md b/packages/price-oracle-sdk/CHANGELOG.md index 5f63d3217..5b970af0b 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/price-oracle-sdk + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **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 baf1b4821..c91d7e155 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.7.9", + "version": "0.7.10", "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.7.9", + "@helium/idls": "^0.7.10", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/rewards-oracle-faucet-service/CHANGELOG.md b/packages/rewards-oracle-faucet-service/CHANGELOG.md index a32ee973b..1ac505ae3 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/rewards-oracle-faucet-service + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **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 80b9026d8..ccf877511 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.7.9", + "version": "0.7.10", "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 7960b3080..117b58260 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/rewards-oracle-sdk + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **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 58a90edb1..9054e5478 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.7.9", + "version": "0.7.10", "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.7.9", - "@helium/idls": "^0.7.9", + "@helium/anchor-resolvers": "^0.7.10", + "@helium/idls": "^0.7.10", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/spl-utils/CHANGELOG.md b/packages/spl-utils/CHANGELOG.md index 42e14c06e..e3eac1bd5 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.7.10](https://github.com/helium/helium-program-library/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/spl-utils + + + + + ## [0.7.9](https://github.com/helium/helium-program-library/compare/v0.7.8...v0.7.9) (2024-04-18) **Note:** Version bump only for package @helium/spl-utils diff --git a/packages/spl-utils/package.json b/packages/spl-utils/package.json index 725b71bfb..9b3258ae7 100644 --- a/packages/spl-utils/package.json +++ b/packages/spl-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/spl-utils", - "version": "0.7.9", + "version": "0.7.10", "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.7.9", + "@helium/account-fetch-cache": "^0.7.10", "@helium/address": "^4.10.2", - "@helium/anchor-resolvers": "^0.7.9", + "@helium/anchor-resolvers": "^0.7.10", "@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/sus/CHANGELOG.md b/packages/sus/CHANGELOG.md index 0e4ce711d..8fb63b138 100644 --- a/packages/sus/CHANGELOG.md +++ b/packages/sus/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.7.10](https://github.com/helium/helium-program-library/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/sus + + + + + ## [0.7.9](https://github.com/helium/helium-program-library/compare/v0.7.8...v0.7.9) (2024-04-18) **Note:** Version bump only for package @helium/sus diff --git a/packages/sus/package.json b/packages/sus/package.json index d611ce03f..d26f7b3c8 100644 --- a/packages/sus/package.json +++ b/packages/sus/package.json @@ -1,6 +1,6 @@ { "name": "@helium/sus", - "version": "0.7.9", + "version": "0.7.10", "description": "Transaction simulation sus checker", "publishConfig": { "access": "public", diff --git a/packages/tokens-to-rent-service/CHANGELOG.md b/packages/tokens-to-rent-service/CHANGELOG.md index 30b9842a6..43d15954d 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/tokens-to-rent-service + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **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 26cabe980..dc51445a2 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.7.9", + "version": "0.7.10", "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.7.9", + "@helium/account-fetch-cache": "^0.7.10", "@helium/address": "^4.10.2", - "@helium/spl-utils": "^0.7.9", + "@helium/spl-utils": "^0.7.10", "@jup-ag/api": "^6.0.6", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.8", diff --git a/packages/treasury-management-sdk/CHANGELOG.md b/packages/treasury-management-sdk/CHANGELOG.md index b80eb3c2a..135b6ffe8 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/treasury-management-sdk + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **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 a01bb6e9f..d6c8858de 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.7.9", + "version": "0.7.10", "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.7.9", - "@helium/circuit-breaker-sdk": "^0.7.9", - "@helium/idls": "^0.7.9", + "@helium/anchor-resolvers": "^0.7.10", + "@helium/circuit-breaker-sdk": "^0.7.10", + "@helium/idls": "^0.7.10", "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 0feda622d..3249925e1 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/voter-stake-registry-hooks + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **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 97bf7b7a8..a9fb0d519 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.7.9", + "version": "0.7.10", "description": "React hooks for helium voter stake registry", "repository": { "type": "git", @@ -32,14 +32,14 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.7.9", - "@helium/account-fetch-cache-hooks": "^0.7.9", - "@helium/circuit-breaker-sdk": "^0.7.9", - "@helium/helium-react-hooks": "^0.7.9", - "@helium/helium-sub-daos-sdk": "^0.7.9", + "@helium/account-fetch-cache": "^0.7.10", + "@helium/account-fetch-cache-hooks": "^0.7.10", + "@helium/circuit-breaker-sdk": "^0.7.10", + "@helium/helium-react-hooks": "^0.7.10", + "@helium/helium-sub-daos-sdk": "^0.7.10", "@helium/modular-governance-hooks": "^0.0.8", - "@helium/spl-utils": "^0.7.9", - "@helium/voter-stake-registry-sdk": "^0.7.9", + "@helium/spl-utils": "^0.7.10", + "@helium/voter-stake-registry-sdk": "^0.7.10", "@solana/wallet-adapter-base": "^0.9.22", "@solana/wallet-adapter-react": "^0.15.32", "@solana/web3.js": "^1.78.8", diff --git a/packages/voter-stake-registry-sdk/CHANGELOG.md b/packages/voter-stake-registry-sdk/CHANGELOG.md index bfd581f65..6ee22681c 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/voter-stake-registry-sdk + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **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 fd9cbe472..0cb7fcf22 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.7.9", + "version": "0.7.10", "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.7.9", - "@helium/idls": "^0.7.9", + "@helium/anchor-resolvers": "^0.7.10", + "@helium/idls": "^0.7.10", "@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 e7812e10e..3679f252d 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.7.10](https://github.com/helium/helium-program-libary/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/vsr-metadata-service + + + + + ## [0.7.9](https://github.com/helium/helium-program-libary/compare/v0.7.8...v0.7.9) (2024-04-18) **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 b24f92c64..89ad09128 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.7.9", + "version": "0.7.10", "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.7.9", + "@helium/account-fetch-cache": "^0.7.10", "@helium/address": "^4.10.2", - "@helium/spl-utils": "^0.7.9", - "@helium/voter-stake-registry-sdk": "^0.7.9", + "@helium/spl-utils": "^0.7.10", + "@helium/voter-stake-registry-sdk": "^0.7.10", "@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 ddada8176..c15586cc9 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.7.10](https://github.com/helium/helium-program-library/compare/v0.7.9...v0.7.10) (2024-04-19) + +**Note:** Version bump only for package @helium/xnft-hotspot + + + + + ## [0.7.9](https://github.com/helium/helium-program-library/compare/v0.7.8...v0.7.9) (2024-04-18) **Note:** Version bump only for package @helium/xnft-hotspot diff --git a/packages/xnft-hotspot/package.json b/packages/xnft-hotspot/package.json index 6e2456559..a03aaff0c 100644 --- a/packages/xnft-hotspot/package.json +++ b/packages/xnft-hotspot/package.json @@ -1,6 +1,6 @@ { "name": "@helium/xnft-hotspot", - "version": "0.7.9", + "version": "0.7.10", "private": true, "description": "", "main": "index.js", @@ -18,11 +18,11 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.7.9", - "@helium/distributor-oracle": "^0.7.9", - "@helium/helium-react-hooks": "^0.7.9", - "@helium/idls": "^0.7.9", - "@helium/lazy-distributor-sdk": "^0.7.9", + "@helium/account-fetch-cache": "^0.7.10", + "@helium/distributor-oracle": "^0.7.10", + "@helium/helium-react-hooks": "^0.7.10", + "@helium/idls": "^0.7.10", + "@helium/lazy-distributor-sdk": "^0.7.10", "@solana/spl-token": "^0.3.8", "assert": "^2.0.0", "bn.js": "^5.2.0", diff --git a/yarn.lock b/yarn.lock index 808cfd601..714311130 100644 --- a/yarn.lock +++ b/yarn.lock @@ -579,11 +579,11 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache-hooks@^0.7.9, @helium/account-fetch-cache-hooks@workspace:packages/account-fetch-cache-hooks": +"@helium/account-fetch-cache-hooks@^0.7.10, @helium/account-fetch-cache-hooks@workspace:packages/account-fetch-cache-hooks": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache-hooks@workspace:packages/account-fetch-cache-hooks" dependencies: - "@helium/account-fetch-cache": ^0.7.9 + "@helium/account-fetch-cache": ^0.7.10 "@solana/web3.js": ^1.78.8 git-format-staged: ^2.1.3 react-async-hook: ^4.0.0 @@ -609,7 +609,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.7.9, @helium/account-fetch-cache@workspace:packages/account-fetch-cache": +"@helium/account-fetch-cache@^0.7.10, @helium/account-fetch-cache@workspace:packages/account-fetch-cache": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -638,7 +638,7 @@ __metadata: "@connectrpc/connect-node": ^1.3.0 "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.7.9 + "@helium/account-fetch-cache": ^0.7.10 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/web3.js": ^1.78.8 "@substreams/core": ^0.15.1 @@ -706,7 +706,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.7.9, @helium/anchor-resolvers@workspace:packages/anchor-resolvers": +"@helium/anchor-resolvers@^0.7.10, @helium/anchor-resolvers@workspace:packages/anchor-resolvers": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -744,13 +744,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.7.9, @helium/circuit-breaker-sdk@workspace:packages/circuit-breaker-sdk": +"@helium/circuit-breaker-sdk@^0.7.10, @helium/circuit-breaker-sdk@workspace:packages/circuit-breaker-sdk": version: 0.0.0-use.local resolution: "@helium/circuit-breaker-sdk@workspace:packages/circuit-breaker-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.7.9 - "@helium/idls": ^0.7.9 + "@helium/anchor-resolvers": ^0.7.10 + "@helium/idls": ^0.7.10 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -765,23 +765,23 @@ __metadata: resolution: "@helium/crons@workspace:packages/crons" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.7.9 - "@helium/distributor-oracle": ^0.7.9 - "@helium/fanout-sdk": ^0.7.9 - "@helium/helium-entity-manager-sdk": ^0.7.9 - "@helium/helium-sub-daos-sdk": ^0.7.9 - "@helium/idls": ^0.7.9 - "@helium/lazy-distributor-sdk": ^0.7.9 - "@helium/mobile-entity-manager-sdk": ^0.7.9 - "@helium/no-emit-sdk": ^0.7.9 + "@helium/account-fetch-cache": ^0.7.10 + "@helium/distributor-oracle": ^0.7.10 + "@helium/fanout-sdk": ^0.7.10 + "@helium/helium-entity-manager-sdk": ^0.7.10 + "@helium/helium-sub-daos-sdk": ^0.7.10 + "@helium/idls": ^0.7.10 + "@helium/lazy-distributor-sdk": ^0.7.10 + "@helium/mobile-entity-manager-sdk": ^0.7.10 + "@helium/no-emit-sdk": ^0.7.10 "@helium/organization-sdk": ^0.0.8 - "@helium/price-oracle-sdk": ^0.7.9 + "@helium/price-oracle-sdk": ^0.7.10 "@helium/proposal-sdk": ^0.0.8 - "@helium/rewards-oracle-sdk": ^0.7.9 - "@helium/spl-utils": ^0.7.9 + "@helium/rewards-oracle-sdk": ^0.7.10 + "@helium/spl-utils": ^0.7.10 "@helium/state-controller-sdk": ^0.0.8 - "@helium/treasury-management-sdk": ^0.7.9 - "@helium/voter-stake-registry-sdk": ^0.7.9 + "@helium/treasury-management-sdk": ^0.7.10 + "@helium/voter-stake-registry-sdk": ^0.7.10 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 "@types/bn.js": ^5.1.0 @@ -831,15 +831,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/data-credits-sdk@^0.7.9, @helium/data-credits-sdk@workspace:packages/data-credits-sdk": +"@helium/data-credits-sdk@^0.7.10, @helium/data-credits-sdk@workspace:packages/data-credits-sdk": version: 0.0.0-use.local resolution: "@helium/data-credits-sdk@workspace:packages/data-credits-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.7.9 - "@helium/circuit-breaker-sdk": ^0.7.9 - "@helium/helium-sub-daos-sdk": ^0.7.9 - "@helium/idls": ^0.7.9 + "@helium/anchor-resolvers": ^0.7.10 + "@helium/circuit-breaker-sdk": ^0.7.10 + "@helium/helium-sub-daos-sdk": ^0.7.10 + "@helium/idls": ^0.7.10 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -851,20 +851,20 @@ __metadata: languageName: unknown linkType: soft -"@helium/distributor-oracle@^0.7.9, @helium/distributor-oracle@workspace:packages/distributor-oracle": +"@helium/distributor-oracle@^0.7.10, @helium/distributor-oracle@workspace:packages/distributor-oracle": version: 0.0.0-use.local resolution: "@helium/distributor-oracle@workspace:packages/distributor-oracle" dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.7.9 + "@helium/account-fetch-cache": ^0.7.10 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.7.9 - "@helium/helium-sub-daos-sdk": ^0.7.9 - "@helium/idls": ^0.7.9 - "@helium/lazy-distributor-sdk": ^0.7.9 - "@helium/rewards-oracle-sdk": ^0.7.9 - "@helium/spl-utils": ^0.7.9 + "@helium/helium-entity-manager-sdk": ^0.7.10 + "@helium/helium-sub-daos-sdk": ^0.7.10 + "@helium/idls": ^0.7.10 + "@helium/lazy-distributor-sdk": ^0.7.10 + "@helium/rewards-oracle-sdk": ^0.7.10 + "@helium/spl-utils": ^0.7.10 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -897,9 +897,9 @@ __metadata: resolution: "@helium/entity-invalidator@workspace:packages/entity-invalidator" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.7.9 - "@helium/helium-entity-manager-sdk": ^0.7.9 - "@helium/spl-utils": ^0.7.9 + "@helium/account-fetch-cache": ^0.7.10 + "@helium/helium-entity-manager-sdk": ^0.7.10 + "@helium/spl-utils": ^0.7.10 "@solana/web3.js": ^1.78.8 "@types/bn.js": ^5.1.1 "@types/deep-equal": ^1.0.1 @@ -929,10 +929,10 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.7.9 + "@helium/account-fetch-cache": ^0.7.10 "@helium/address": ^4.10.2 - "@helium/fanout-sdk": ^0.7.9 - "@helium/spl-utils": ^0.7.9 + "@helium/fanout-sdk": ^0.7.10 + "@helium/spl-utils": ^0.7.10 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -950,13 +950,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/fanout-sdk@^0.7.9, @helium/fanout-sdk@workspace:packages/fanout-sdk": +"@helium/fanout-sdk@^0.7.10, @helium/fanout-sdk@workspace:packages/fanout-sdk": version: 0.0.0-use.local resolution: "@helium/fanout-sdk@workspace:packages/fanout-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.7.9 - "@helium/idls": ^0.7.9 + "@helium/anchor-resolvers": ^0.7.10 + "@helium/idls": ^0.7.10 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -972,8 +972,8 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/idls": ^0.7.9 - "@helium/spl-utils": ^0.7.9 + "@helium/idls": ^0.7.10 + "@helium/spl-utils": ^0.7.10 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 @@ -999,18 +999,18 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/address": ^4.10.2 - "@helium/circuit-breaker-sdk": ^0.7.9 + "@helium/circuit-breaker-sdk": ^0.7.10 "@helium/crypto": ^4.10.2 - "@helium/data-credits-sdk": ^0.7.9 - "@helium/distributor-oracle": ^0.7.9 - "@helium/fanout-sdk": ^0.7.9 - "@helium/helium-entity-manager-sdk": ^0.7.9 - "@helium/helium-sub-daos-sdk": ^0.7.9 - "@helium/lazy-distributor-sdk": ^0.7.9 - "@helium/mobile-entity-manager-sdk": ^0.7.9 - "@helium/price-oracle-sdk": ^0.7.9 - "@helium/spl-utils": ^0.7.9 - "@helium/treasury-management-sdk": ^0.7.9 + "@helium/data-credits-sdk": ^0.7.10 + "@helium/distributor-oracle": ^0.7.10 + "@helium/fanout-sdk": ^0.7.10 + "@helium/helium-entity-manager-sdk": ^0.7.10 + "@helium/helium-sub-daos-sdk": ^0.7.10 + "@helium/lazy-distributor-sdk": ^0.7.10 + "@helium/mobile-entity-manager-sdk": ^0.7.10 + "@helium/price-oracle-sdk": ^0.7.10 + "@helium/spl-utils": ^0.7.10 + "@helium/treasury-management-sdk": ^0.7.10 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-governance": ^0.3.18 "@solana/spl-token": ^0.3.8 @@ -1030,17 +1030,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.7.9, @helium/helium-entity-manager-sdk@workspace:packages/helium-entity-manager-sdk": +"@helium/helium-entity-manager-sdk@^0.7.10, @helium/helium-entity-manager-sdk@workspace:packages/helium-entity-manager-sdk": version: 0.0.0-use.local resolution: "@helium/helium-entity-manager-sdk@workspace:packages/helium-entity-manager-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.7.9 - "@helium/helium-sub-daos-sdk": ^0.7.9 - "@helium/idls": ^0.7.9 - "@helium/no-emit-sdk": ^0.7.9 - "@helium/spl-utils": ^0.7.9 + "@helium/anchor-resolvers": ^0.7.10 + "@helium/helium-sub-daos-sdk": ^0.7.10 + "@helium/idls": ^0.7.10 + "@helium/no-emit-sdk": ^0.7.10 + "@helium/spl-utils": ^0.7.10 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -1053,13 +1053,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-react-hooks@^0.7.9, @helium/helium-react-hooks@workspace:packages/helium-react-hooks": +"@helium/helium-react-hooks@^0.7.10, @helium/helium-react-hooks@workspace:packages/helium-react-hooks": version: 0.0.0-use.local resolution: "@helium/helium-react-hooks@workspace:packages/helium-react-hooks" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.7.9 - "@helium/account-fetch-cache-hooks": ^0.7.9 + "@helium/account-fetch-cache": ^0.7.10 + "@helium/account-fetch-cache-hooks": ^0.7.10 "@solana/spl-token": ^0.3.8 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.8 @@ -1096,15 +1096,15 @@ __metadata: languageName: node linkType: hard -"@helium/helium-sub-daos-sdk@^0.7.9, @helium/helium-sub-daos-sdk@workspace:packages/helium-sub-daos-sdk": +"@helium/helium-sub-daos-sdk@^0.7.10, @helium/helium-sub-daos-sdk@workspace:packages/helium-sub-daos-sdk": version: 0.0.0-use.local resolution: "@helium/helium-sub-daos-sdk@workspace:packages/helium-sub-daos-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.7.9 - "@helium/circuit-breaker-sdk": ^0.7.9 - "@helium/treasury-management-sdk": ^0.7.9 - "@helium/voter-stake-registry-sdk": ^0.7.9 + "@helium/anchor-resolvers": ^0.7.10 + "@helium/circuit-breaker-sdk": ^0.7.10 + "@helium/treasury-management-sdk": ^0.7.10 + "@helium/voter-stake-registry-sdk": ^0.7.10 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1119,9 +1119,9 @@ __metadata: resolution: "@helium/hexboosting-sdk@workspace:packages/hexboosting-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.7.9 - "@helium/helium-sub-daos-sdk": ^0.7.9 - "@helium/idls": ^0.7.9 + "@helium/anchor-resolvers": ^0.7.10 + "@helium/helium-sub-daos-sdk": ^0.7.10 + "@helium/idls": ^0.7.10 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1136,16 +1136,16 @@ __metadata: resolution: "@helium/hotspot-utils@workspace:packages/hotspot-utils" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/helium-entity-manager-sdk": ^0.7.9 - "@helium/helium-sub-daos-sdk": ^0.7.9 - "@helium/idls": ^0.7.9 - "@helium/spl-utils": ^0.7.9 + "@helium/helium-entity-manager-sdk": ^0.7.10 + "@helium/helium-sub-daos-sdk": ^0.7.10 + "@helium/idls": ^0.7.10 + "@helium/spl-utils": ^0.7.10 "@solana/web3.js": ^1.78.8 bs58: ^4.0.1 languageName: unknown linkType: soft -"@helium/idls@^0.7.9, @helium/idls@workspace:packages/idls": +"@helium/idls@^0.7.10, @helium/idls@workspace:packages/idls": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -1172,13 +1172,13 @@ __metadata: languageName: node linkType: hard -"@helium/lazy-distributor-sdk@^0.7.9, @helium/lazy-distributor-sdk@workspace:packages/lazy-distributor-sdk": +"@helium/lazy-distributor-sdk@^0.7.10, @helium/lazy-distributor-sdk@workspace:packages/lazy-distributor-sdk": version: 0.0.0-use.local resolution: "@helium/lazy-distributor-sdk@workspace:packages/lazy-distributor-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.7.9 - "@helium/circuit-breaker-sdk": ^0.7.9 + "@helium/anchor-resolvers": ^0.7.10 + "@helium/circuit-breaker-sdk": ^0.7.10 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1188,13 +1188,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/lazy-transactions-sdk@^0.7.9, @helium/lazy-transactions-sdk@workspace:packages/lazy-transactions-sdk": +"@helium/lazy-transactions-sdk@^0.7.10, @helium/lazy-transactions-sdk@workspace:packages/lazy-transactions-sdk": version: 0.0.0-use.local resolution: "@helium/lazy-transactions-sdk@workspace:packages/lazy-transactions-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/idls": ^0.7.9 - "@helium/spl-utils": ^0.7.9 + "@helium/idls": ^0.7.10 + "@helium/spl-utils": ^0.7.10 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1213,13 +1213,13 @@ __metadata: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 "@grpc/grpc-js": ^1.10.1 - "@helium/account-fetch-cache": ^0.7.9 + "@helium/account-fetch-cache": ^0.7.10 "@helium/address": ^4.10.2 - "@helium/data-credits-sdk": ^0.7.9 - "@helium/helium-entity-manager-sdk": ^0.7.9 - "@helium/helium-sub-daos-sdk": ^0.7.9 - "@helium/idls": ^0.7.9 - "@helium/spl-utils": ^0.7.9 + "@helium/data-credits-sdk": ^0.7.10 + "@helium/helium-entity-manager-sdk": ^0.7.10 + "@helium/helium-sub-daos-sdk": ^0.7.10 + "@helium/idls": ^0.7.10 + "@helium/spl-utils": ^0.7.10 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 @@ -1253,18 +1253,18 @@ __metadata: "@clockwork-xyz/sdk": ^0.3.0 "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.7.9 + "@helium/account-fetch-cache": ^0.7.10 "@helium/address": ^4.10.2 - "@helium/circuit-breaker-sdk": ^0.7.9 + "@helium/circuit-breaker-sdk": ^0.7.10 "@helium/crypto": ^4.10.2 - "@helium/data-credits-sdk": ^0.7.9 - "@helium/distributor-oracle": ^0.7.9 - "@helium/helium-entity-manager-sdk": ^0.7.9 - "@helium/helium-sub-daos-sdk": ^0.7.9 - "@helium/lazy-distributor-sdk": ^0.7.9 - "@helium/lazy-transactions-sdk": ^0.7.9 - "@helium/treasury-management-sdk": ^0.7.9 - "@helium/voter-stake-registry-sdk": ^0.7.9 + "@helium/data-credits-sdk": ^0.7.10 + "@helium/distributor-oracle": ^0.7.10 + "@helium/helium-entity-manager-sdk": ^0.7.10 + "@helium/helium-sub-daos-sdk": ^0.7.10 + "@helium/lazy-distributor-sdk": ^0.7.10 + "@helium/lazy-transactions-sdk": ^0.7.10 + "@helium/treasury-management-sdk": ^0.7.10 + "@helium/voter-stake-registry-sdk": ^0.7.10 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@project-serum/borsh": ^0.2.5 "@solana/buffer-layout": ^4.0.0 @@ -1294,14 +1294,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/mobile-entity-manager-sdk@^0.7.9, @helium/mobile-entity-manager-sdk@workspace:packages/mobile-entity-manager-sdk": +"@helium/mobile-entity-manager-sdk@^0.7.10, @helium/mobile-entity-manager-sdk@workspace:packages/mobile-entity-manager-sdk": version: 0.0.0-use.local resolution: "@helium/mobile-entity-manager-sdk@workspace:packages/mobile-entity-manager-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.7.9 - "@helium/helium-entity-manager-sdk": ^0.7.9 - "@helium/idls": ^0.7.9 + "@helium/anchor-resolvers": ^0.7.10 + "@helium/helium-entity-manager-sdk": ^0.7.10 + "@helium/idls": ^0.7.10 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -1355,16 +1355,16 @@ __metadata: resolution: "@helium/monitor-service@workspace:packages/monitor-service" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.7.9 - "@helium/circuit-breaker-sdk": ^0.7.9 - "@helium/data-credits-sdk": ^0.7.9 - "@helium/helium-entity-manager-sdk": ^0.7.9 - "@helium/helium-sub-daos-sdk": ^0.7.9 - "@helium/idls": ^0.7.9 - "@helium/lazy-distributor-sdk": ^0.7.9 - "@helium/lazy-transactions-sdk": ^0.7.9 - "@helium/price-oracle-sdk": ^0.7.9 - "@helium/spl-utils": ^0.7.9 + "@helium/account-fetch-cache": ^0.7.10 + "@helium/circuit-breaker-sdk": ^0.7.10 + "@helium/data-credits-sdk": ^0.7.10 + "@helium/helium-entity-manager-sdk": ^0.7.10 + "@helium/helium-sub-daos-sdk": ^0.7.10 + "@helium/idls": ^0.7.10 + "@helium/lazy-distributor-sdk": ^0.7.10 + "@helium/lazy-transactions-sdk": ^0.7.10 + "@helium/price-oracle-sdk": ^0.7.10 + "@helium/spl-utils": ^0.7.10 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 @@ -1391,7 +1391,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/no-emit-sdk@^0.7.9, @helium/no-emit-sdk@workspace:packages/no-emit-sdk": +"@helium/no-emit-sdk@^0.7.10, @helium/no-emit-sdk@workspace:packages/no-emit-sdk": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: @@ -1419,12 +1419,12 @@ __metadata: languageName: node linkType: hard -"@helium/price-oracle-sdk@^0.7.9, @helium/price-oracle-sdk@workspace:packages/price-oracle-sdk": +"@helium/price-oracle-sdk@^0.7.10, @helium/price-oracle-sdk@workspace:packages/price-oracle-sdk": version: 0.0.0-use.local resolution: "@helium/price-oracle-sdk@workspace:packages/price-oracle-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/idls": ^0.7.9 + "@helium/idls": ^0.7.10 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1485,13 +1485,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-oracle-sdk@^0.7.9, @helium/rewards-oracle-sdk@workspace:packages/rewards-oracle-sdk": +"@helium/rewards-oracle-sdk@^0.7.10, @helium/rewards-oracle-sdk@workspace:packages/rewards-oracle-sdk": version: 0.0.0-use.local resolution: "@helium/rewards-oracle-sdk@workspace:packages/rewards-oracle-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.7.9 - "@helium/idls": ^0.7.9 + "@helium/anchor-resolvers": ^0.7.10 + "@helium/idls": ^0.7.10 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1501,14 +1501,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.7.9, @helium/spl-utils@workspace:packages/spl-utils": +"@helium/spl-utils@^0.7.10, @helium/spl-utils@workspace:packages/spl-utils": version: 0.0.0-use.local resolution: "@helium/spl-utils@workspace:packages/spl-utils" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.7.9 + "@helium/account-fetch-cache": ^0.7.10 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.7.9 + "@helium/anchor-resolvers": ^0.7.10 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -1557,9 +1557,9 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.7.9 + "@helium/account-fetch-cache": ^0.7.10 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.7.9 + "@helium/spl-utils": ^0.7.10 "@jup-ag/api": ^6.0.6 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 @@ -1589,14 +1589,14 @@ __metadata: languageName: node linkType: hard -"@helium/treasury-management-sdk@^0.7.9, @helium/treasury-management-sdk@workspace:packages/treasury-management-sdk": +"@helium/treasury-management-sdk@^0.7.10, @helium/treasury-management-sdk@workspace:packages/treasury-management-sdk": version: 0.0.0-use.local resolution: "@helium/treasury-management-sdk@workspace:packages/treasury-management-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.7.9 - "@helium/circuit-breaker-sdk": ^0.7.9 - "@helium/idls": ^0.7.9 + "@helium/anchor-resolvers": ^0.7.10 + "@helium/circuit-breaker-sdk": ^0.7.10 + "@helium/idls": ^0.7.10 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1611,14 +1611,14 @@ __metadata: resolution: "@helium/voter-stake-registry-hooks@workspace:packages/voter-stake-registry-hooks" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.7.9 - "@helium/account-fetch-cache-hooks": ^0.7.9 - "@helium/circuit-breaker-sdk": ^0.7.9 - "@helium/helium-react-hooks": ^0.7.9 - "@helium/helium-sub-daos-sdk": ^0.7.9 + "@helium/account-fetch-cache": ^0.7.10 + "@helium/account-fetch-cache-hooks": ^0.7.10 + "@helium/circuit-breaker-sdk": ^0.7.10 + "@helium/helium-react-hooks": ^0.7.10 + "@helium/helium-sub-daos-sdk": ^0.7.10 "@helium/modular-governance-hooks": ^0.0.8 - "@helium/spl-utils": ^0.7.9 - "@helium/voter-stake-registry-sdk": ^0.7.9 + "@helium/spl-utils": ^0.7.10 + "@helium/voter-stake-registry-sdk": ^0.7.10 "@solana/wallet-adapter-base": ^0.9.22 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.8 @@ -1634,13 +1634,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.7.9, @helium/voter-stake-registry-sdk@workspace:packages/voter-stake-registry-sdk": +"@helium/voter-stake-registry-sdk@^0.7.10, @helium/voter-stake-registry-sdk@workspace:packages/voter-stake-registry-sdk": version: 0.0.0-use.local resolution: "@helium/voter-stake-registry-sdk@workspace:packages/voter-stake-registry-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.7.9 - "@helium/idls": ^0.7.9 + "@helium/anchor-resolvers": ^0.7.10 + "@helium/idls": ^0.7.10 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 @@ -1658,10 +1658,10 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.7.9 + "@helium/account-fetch-cache": ^0.7.10 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.7.9 - "@helium/voter-stake-registry-sdk": ^0.7.9 + "@helium/spl-utils": ^0.7.10 + "@helium/voter-stake-registry-sdk": ^0.7.10 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -1686,11 +1686,11 @@ __metadata: "@coral-xyz/anchor": ^0.28.0 "@coral-xyz/xnft-cli": 0.2.0-latest.403 "@esbuild-plugins/node-globals-polyfill": ^0.1.1 - "@helium/account-fetch-cache": ^0.7.9 - "@helium/distributor-oracle": ^0.7.9 - "@helium/helium-react-hooks": ^0.7.9 - "@helium/idls": ^0.7.9 - "@helium/lazy-distributor-sdk": ^0.7.9 + "@helium/account-fetch-cache": ^0.7.10 + "@helium/distributor-oracle": ^0.7.10 + "@helium/helium-react-hooks": ^0.7.10 + "@helium/idls": ^0.7.10 + "@helium/lazy-distributor-sdk": ^0.7.10 "@solana/spl-token": ^0.3.8 assert: ^2.0.0 bn.js: ^5.2.0