diff --git a/CHANGELOG.md b/CHANGELOG.md index 50f39d838..b17966410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.6](https://github.com/helium/helium-program-library/compare/v0.6.5...v0.6.6) (2023-12-13) + + +### Features + +* **#495:** Add monitoring for claimable rewards and vehnt ([#507](https://github.com/helium/helium-program-library/issues/507)) ([efc6813](https://github.com/helium/helium-program-library/commit/efc6813839be4b323bea8110ad7762423dd13b82)), closes [#495](https://github.com/helium/helium-program-library/issues/495) [#495](https://github.com/helium/helium-program-library/issues/495) + + + + + ## [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 diff --git a/lerna.json b/lerna.json index 21a1a610d..b3b0772f9 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages/*" ], "useWorkspaces": true, - "version": "0.6.5" + "version": "0.6.6" } diff --git a/packages/account-fetch-cache-hooks/CHANGELOG.md b/packages/account-fetch-cache-hooks/CHANGELOG.md index ce39d2e83..db69fb19e 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.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/account-fetch-cache-hooks + + + + + ## [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 diff --git a/packages/account-fetch-cache-hooks/package.json b/packages/account-fetch-cache-hooks/package.json index c378d36bb..c2a90f7d0 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.5", + "version": "0.6.6", "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.5", + "@helium/account-fetch-cache": "^0.6.6", "@solana/web3.js": "^1.78.4", "react-async-hook": "^4.0.0" }, diff --git a/packages/account-fetch-cache-hooks/yarn.deploy.lock b/packages/account-fetch-cache-hooks/yarn.deploy.lock index c3006ca85..39372b675 100644 --- a/packages/account-fetch-cache-hooks/yarn.deploy.lock +++ b/packages/account-fetch-cache-hooks/yarn.deploy.lock @@ -18,7 +18,7 @@ __metadata: version: 0.0.0-use.local resolution: "@helium/account-fetch-cache-hooks@workspace:." dependencies: - "@helium/account-fetch-cache": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@solana/web3.js": ^1.78.4 git-format-staged: ^2.1.3 react-async-hook: ^4.0.0 @@ -30,7 +30,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/account-fetch-cache@^0.6.5": +"@helium/account-fetch-cache@^0.6.6": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: diff --git a/packages/account-fetch-cache/CHANGELOG.md b/packages/account-fetch-cache/CHANGELOG.md index 31699d05e..ef06aa344 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.6](https://github.com/helium/helium-program-library/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/account-fetch-cache + + + + + ## [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 diff --git a/packages/account-fetch-cache/package.json b/packages/account-fetch-cache/package.json index 1428dd4e1..3f113e350 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.5", + "version": "0.6.6", "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 14cc5cf7f..f7cdb0897 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.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/account-postgres-sink-service + + + + + ## [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 diff --git a/packages/account-postgres-sink-service/package.json b/packages/account-postgres-sink-service/package.json index 52711dfeb..92ceeb915 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.5", + "version": "0.6.6", "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.5", + "@helium/account-fetch-cache": "^0.6.6", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/web3.js": "^1.78.4", "aws-sdk": "^2.1344.0", diff --git a/packages/account-postgres-sink-service/yarn.deploy.lock b/packages/account-postgres-sink-service/yarn.deploy.lock index dacfffe07..4cc73bfe3 100644 --- a/packages/account-postgres-sink-service/yarn.deploy.lock +++ b/packages/account-postgres-sink-service/yarn.deploy.lock @@ -111,7 +111,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.6.5": +"@helium/account-fetch-cache@^0.6.6": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -128,7 +128,7 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/web3.js": ^1.78.4 "@types/bn.js": ^5.1.1 diff --git a/packages/active-device-oracle/CHANGELOG.md b/packages/active-device-oracle/CHANGELOG.md index 3f9570923..1574b98c7 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.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/active-device-oracle + + + + + ## [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 diff --git a/packages/active-device-oracle/package.json b/packages/active-device-oracle/package.json index fc514acbc..bd75ba532 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.5", + "version": "0.6.6", "description": "Oracle of helium active devices", "repository": { "type": "git", diff --git a/packages/anchor-resolvers/CHANGELOG.md b/packages/anchor-resolvers/CHANGELOG.md index 3d8ace106..f3a0a55f6 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.6](https://github.com/helium/helium-program-library/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/anchor-resolvers + + + + + ## [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 diff --git a/packages/anchor-resolvers/package.json b/packages/anchor-resolvers/package.json index 43c022529..0d5a8178a 100644 --- a/packages/anchor-resolvers/package.json +++ b/packages/anchor-resolvers/package.json @@ -1,6 +1,6 @@ { "name": "@helium/anchor-resolvers", - "version": "0.6.5", + "version": "0.6.6", "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 3fb97513c..8e26f1f7a 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.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/circuit-breaker-sdk + + + + + ## [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 diff --git a/packages/circuit-breaker-sdk/package.json b/packages/circuit-breaker-sdk/package.json index a206aa8b9..08dd7b730 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.5", + "version": "0.6.6", "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.5", - "@helium/idls": "^0.6.5", + "@helium/anchor-resolvers": "^0.6.6", + "@helium/idls": "^0.6.6", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/circuit-breaker-sdk/yarn.deploy.lock b/packages/circuit-breaker-sdk/yarn.deploy.lock index 68c74519f..775300445 100644 --- a/packages/circuit-breaker-sdk/yarn.deploy.lock +++ b/packages/circuit-breaker-sdk/yarn.deploy.lock @@ -58,7 +58,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -77,8 +77,8 @@ __metadata: resolution: "@helium/circuit-breaker-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -88,7 +88,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.5": +"@helium/idls@^0.6.6": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: diff --git a/packages/crons/CHANGELOG.md b/packages/crons/CHANGELOG.md index 1252ec147..564346792 100644 --- a/packages/crons/CHANGELOG.md +++ b/packages/crons/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.6](https://github.com/helium/helium-program-library/compare/v0.6.5...v0.6.6) (2023-12-13) + + +### Features + +* **#495:** Add monitoring for claimable rewards and vehnt ([#507](https://github.com/helium/helium-program-library/issues/507)) ([efc6813](https://github.com/helium/helium-program-library/commit/efc6813839be4b323bea8110ad7762423dd13b82)), closes [#495](https://github.com/helium/helium-program-library/issues/495) [#495](https://github.com/helium/helium-program-library/issues/495) + + + + + ## [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 diff --git a/packages/crons/package.json b/packages/crons/package.json index b698ca25e..76bbd72cc 100644 --- a/packages/crons/package.json +++ b/packages/crons/package.json @@ -1,6 +1,6 @@ { "name": "@helium/crons", - "version": "0.6.5", + "version": "0.6.6", "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.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/account-fetch-cache": "^0.6.6", + "@helium/distributor-oracle": "^0.6.6", + "@helium/fanout-sdk": "^0.6.6", + "@helium/helium-entity-manager-sdk": "^0.6.6", + "@helium/helium-sub-daos-sdk": "^0.6.6", + "@helium/idls": "^0.6.6", + "@helium/lazy-distributor-sdk": "^0.6.6", + "@helium/mobile-entity-manager-sdk": "^0.6.6", "@helium/organization-sdk": "^0.0.8", - "@helium/price-oracle-sdk": "^0.6.5", + "@helium/price-oracle-sdk": "^0.6.6", "@helium/proposal-sdk": "^0.0.8", - "@helium/rewards-burn-sdk": "^0.6.5", - "@helium/rewards-oracle-sdk": "^0.6.5", - "@helium/spl-utils": "^0.6.5", + "@helium/rewards-burn-sdk": "^0.6.6", + "@helium/rewards-oracle-sdk": "^0.6.6", + "@helium/spl-utils": "^0.6.6", "@helium/state-controller-sdk": "^0.0.8", - "@helium/treasury-management-sdk": "^0.6.5", - "@helium/voter-stake-registry-sdk": "^0.6.5", + "@helium/treasury-management-sdk": "^0.6.6", + "@helium/voter-stake-registry-sdk": "^0.6.6", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.4", "axios": "^1.3.6", diff --git a/packages/crons/yarn.deploy.lock b/packages/crons/yarn.deploy.lock index b777ac5e2..705211783 100644 --- a/packages/crons/yarn.deploy.lock +++ b/packages/crons/yarn.deploy.lock @@ -102,7 +102,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.6.5": +"@helium/account-fetch-cache@^0.6.6": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -124,7 +124,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -150,13 +150,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.6.5": +"@helium/circuit-breaker-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -171,23 +171,23 @@ __metadata: resolution: "@helium/crons@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@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/account-fetch-cache": ^0.6.6 + "@helium/distributor-oracle": ^0.6.6 + "@helium/fanout-sdk": ^0.6.6 + "@helium/helium-entity-manager-sdk": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/lazy-distributor-sdk": ^0.6.6 + "@helium/mobile-entity-manager-sdk": ^0.6.6 "@helium/organization-sdk": ^0.0.8 - "@helium/price-oracle-sdk": ^0.6.5 + "@helium/price-oracle-sdk": ^0.6.6 "@helium/proposal-sdk": ^0.0.8 - "@helium/rewards-burn-sdk": ^0.6.5 - "@helium/rewards-oracle-sdk": ^0.6.5 - "@helium/spl-utils": ^0.6.5 + "@helium/rewards-burn-sdk": ^0.6.6 + "@helium/rewards-oracle-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@helium/state-controller-sdk": ^0.0.8 - "@helium/treasury-management-sdk": ^0.6.5 - "@helium/voter-stake-registry-sdk": ^0.6.5 + "@helium/treasury-management-sdk": ^0.6.6 + "@helium/voter-stake-registry-sdk": ^0.6.6 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.4 "@types/bn.js": ^5.1.0 @@ -205,20 +205,20 @@ __metadata: languageName: unknown linkType: soft -"@helium/distributor-oracle@^0.6.5": +"@helium/distributor-oracle@^0.6.6": 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.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@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 + "@helium/helium-entity-manager-sdk": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/lazy-distributor-sdk": ^0.6.6 + "@helium/rewards-oracle-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -247,13 +247,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/fanout-sdk@^0.6.5": +"@helium/fanout-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -263,17 +263,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.6.5": +"@helium/helium-entity-manager-sdk@^0.6.6": 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.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 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/rewards-burn-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -286,15 +286,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.6.5": +"@helium/helium-sub-daos-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/treasury-management-sdk": ^0.6.5 - "@helium/voter-stake-registry-sdk": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/treasury-management-sdk": ^0.6.6 + "@helium/voter-stake-registry-sdk": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -304,7 +304,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.5": +"@helium/idls@^0.6.6": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -331,13 +331,13 @@ __metadata: languageName: node linkType: hard -"@helium/lazy-distributor-sdk@^0.6.5": +"@helium/lazy-distributor-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -347,14 +347,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/mobile-entity-manager-sdk@^0.6.5": +"@helium/mobile-entity-manager-sdk@^0.6.6": 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.6.5 - "@helium/helium-entity-manager-sdk": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/helium-entity-manager-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -387,12 +387,12 @@ __metadata: languageName: node linkType: hard -"@helium/price-oracle-sdk@^0.6.5": +"@helium/price-oracle-sdk@^0.6.6": 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.6.5 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -413,7 +413,7 @@ __metadata: languageName: node linkType: hard -"@helium/rewards-burn-sdk@^0.6.5": +"@helium/rewards-burn-sdk@^0.6.6": version: 0.0.0-use.local resolution: "@helium/rewards-burn-sdk@workspace:packages/rewards-burn-sdk" dependencies: @@ -429,13 +429,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-oracle-sdk@^0.6.5": +"@helium/rewards-oracle-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -445,14 +445,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.5": +"@helium/spl-utils@^0.6.6": 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.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -478,14 +478,14 @@ __metadata: languageName: node linkType: hard -"@helium/treasury-management-sdk@^0.6.5": +"@helium/treasury-management-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -495,13 +495,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.6.5": +"@helium/voter-stake-registry-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 diff --git a/packages/currency-utils/CHANGELOG.md b/packages/currency-utils/CHANGELOG.md index 5cc8570a4..93283dd76 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.6](https://github.com/helium/helium-program-library/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/currency-utils + + + + + ## [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 diff --git a/packages/currency-utils/package.json b/packages/currency-utils/package.json index 8bcfc636c..0fbba71a6 100644 --- a/packages/currency-utils/package.json +++ b/packages/currency-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/currency-utils", - "version": "0.6.5", + "version": "0.6.6", "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 635f139f2..3653a1b18 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.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/data-credits-sdk + + + + + ## [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 diff --git a/packages/data-credits-sdk/package.json b/packages/data-credits-sdk/package.json index ee7ce596d..68b60dba7 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.5", + "version": "0.6.6", "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.5", - "@helium/circuit-breaker-sdk": "^0.6.5", - "@helium/helium-sub-daos-sdk": "^0.6.5", - "@helium/idls": "^0.6.5", + "@helium/anchor-resolvers": "^0.6.6", + "@helium/circuit-breaker-sdk": "^0.6.6", + "@helium/helium-sub-daos-sdk": "^0.6.6", + "@helium/idls": "^0.6.6", "bn.js": "^5.2.0", "bs58": "^4.0.1", "crypto-js": "^4.1.1" diff --git a/packages/data-credits-sdk/yarn.deploy.lock b/packages/data-credits-sdk/yarn.deploy.lock index c08abadb3..0f063da20 100644 --- a/packages/data-credits-sdk/yarn.deploy.lock +++ b/packages/data-credits-sdk/yarn.deploy.lock @@ -58,7 +58,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -72,13 +72,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/circuit-breaker-sdk@^0.6.5": +"@helium/circuit-breaker-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -93,10 +93,10 @@ __metadata: resolution: "@helium/data-credits-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@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 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -108,15 +108,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.6.5": +"@helium/helium-sub-daos-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/treasury-management-sdk": ^0.6.5 - "@helium/voter-stake-registry-sdk": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/treasury-management-sdk": ^0.6.6 + "@helium/voter-stake-registry-sdk": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -126,7 +126,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.5": +"@helium/idls@^0.6.6": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -140,14 +140,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.6.5": +"@helium/treasury-management-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -157,13 +157,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.6.5": +"@helium/voter-stake-registry-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 diff --git a/packages/distributor-oracle/CHANGELOG.md b/packages/distributor-oracle/CHANGELOG.md index f2834ac84..5565fd6ac 100644 --- a/packages/distributor-oracle/CHANGELOG.md +++ b/packages/distributor-oracle/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + + +### Features + +* **#495:** Add monitoring for claimable rewards and vehnt ([#507](https://github.com/helium/helium-program-libary/issues/507)) ([efc6813](https://github.com/helium/helium-program-libary/commit/efc6813839be4b323bea8110ad7762423dd13b82)), closes [#495](https://github.com/helium/helium-program-libary/issues/495) [#495](https://github.com/helium/helium-program-libary/issues/495) + + + + + ## [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 diff --git a/packages/distributor-oracle/package.json b/packages/distributor-oracle/package.json index a67d4e1a1..1fe643bba 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.5", + "version": "0.6.6", "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.5", + "@helium/account-fetch-cache": "^0.6.6", "@helium/address": "^4.10.2", - "@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", + "@helium/helium-entity-manager-sdk": "^0.6.6", + "@helium/helium-sub-daos-sdk": "^0.6.6", + "@helium/idls": "^0.6.6", + "@helium/lazy-distributor-sdk": "^0.6.6", + "@helium/rewards-oracle-sdk": "^0.6.6", + "@helium/spl-utils": "^0.6.6", "@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 da1216a28..09ada7a4c 100644 --- a/packages/distributor-oracle/yarn.deploy.lock +++ b/packages/distributor-oracle/yarn.deploy.lock @@ -102,7 +102,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.6.5": +"@helium/account-fetch-cache@^0.6.6": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -124,7 +124,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -150,13 +150,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.6.5": +"@helium/circuit-breaker-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -172,14 +172,14 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@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 + "@helium/helium-entity-manager-sdk": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/lazy-distributor-sdk": ^0.6.6 + "@helium/rewards-oracle-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -208,17 +208,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.6.5": +"@helium/helium-entity-manager-sdk@^0.6.6": 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.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 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/rewards-burn-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -231,15 +231,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.6.5": +"@helium/helium-sub-daos-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/treasury-management-sdk": ^0.6.5 - "@helium/voter-stake-registry-sdk": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/treasury-management-sdk": ^0.6.6 + "@helium/voter-stake-registry-sdk": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -249,7 +249,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.5": +"@helium/idls@^0.6.6": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -276,13 +276,13 @@ __metadata: languageName: node linkType: hard -"@helium/lazy-distributor-sdk@^0.6.5": +"@helium/lazy-distributor-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -292,7 +292,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-burn-sdk@^0.6.5": +"@helium/rewards-burn-sdk@^0.6.6": version: 0.0.0-use.local resolution: "@helium/rewards-burn-sdk@workspace:packages/rewards-burn-sdk" dependencies: @@ -308,13 +308,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-oracle-sdk@^0.6.5": +"@helium/rewards-oracle-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -324,14 +324,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.5": +"@helium/spl-utils@^0.6.6": 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.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -346,14 +346,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.6.5": +"@helium/treasury-management-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -363,13 +363,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.6.5": +"@helium/voter-stake-registry-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 diff --git a/packages/entity-invalidator/CHANGELOG.md b/packages/entity-invalidator/CHANGELOG.md index 13bdc8b32..802d4a63d 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.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/entity-invalidator + + + + + ## [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 diff --git a/packages/entity-invalidator/package.json b/packages/entity-invalidator/package.json index f8b1d3e62..57c0cc396 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.5", + "version": "0.6.6", "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.5", - "@helium/helium-entity-manager-sdk": "^0.6.5", - "@helium/spl-utils": "^0.6.5", + "@helium/account-fetch-cache": "^0.6.6", + "@helium/helium-entity-manager-sdk": "^0.6.6", + "@helium/spl-utils": "^0.6.6", "@solana/web3.js": "^1.78.4", "aws-sdk": "^2.1344.0", "bn.js": "^5.2.0", diff --git a/packages/entity-invalidator/yarn.deploy.lock b/packages/entity-invalidator/yarn.deploy.lock index 1804b5472..0a06696cd 100644 --- a/packages/entity-invalidator/yarn.deploy.lock +++ b/packages/entity-invalidator/yarn.deploy.lock @@ -58,7 +58,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.6.5": +"@helium/account-fetch-cache@^0.6.6": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -80,7 +80,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -106,13 +106,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.6.5": +"@helium/circuit-breaker-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -127,9 +127,9 @@ __metadata: resolution: "@helium/entity-invalidator@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.6.5 - "@helium/helium-entity-manager-sdk": ^0.6.5 - "@helium/spl-utils": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 + "@helium/helium-entity-manager-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@solana/web3.js": ^1.78.4 "@types/bn.js": ^5.1.1 "@types/deep-equal": ^1.0.1 @@ -153,17 +153,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.6.5": +"@helium/helium-entity-manager-sdk@^0.6.6": 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.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 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/rewards-burn-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -176,15 +176,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.6.5": +"@helium/helium-sub-daos-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/treasury-management-sdk": ^0.6.5 - "@helium/voter-stake-registry-sdk": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/treasury-management-sdk": ^0.6.6 + "@helium/voter-stake-registry-sdk": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -194,7 +194,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.5": +"@helium/idls@^0.6.6": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -221,7 +221,7 @@ __metadata: languageName: node linkType: hard -"@helium/rewards-burn-sdk@^0.6.5": +"@helium/rewards-burn-sdk@^0.6.6": version: 0.0.0-use.local resolution: "@helium/rewards-burn-sdk@workspace:packages/rewards-burn-sdk" dependencies: @@ -237,14 +237,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.5": +"@helium/spl-utils@^0.6.6": 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.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -259,14 +259,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.6.5": +"@helium/treasury-management-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -276,13 +276,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.6.5": +"@helium/voter-stake-registry-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 diff --git a/packages/fanout-metadata-service/CHANGELOG.md b/packages/fanout-metadata-service/CHANGELOG.md index 93c62940b..ba49207d5 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.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/fanout-metadata-service + + + + + ## [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 diff --git a/packages/fanout-metadata-service/package.json b/packages/fanout-metadata-service/package.json index 488feeb05..412fc9248 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.5", + "version": "0.6.6", "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.5", + "@helium/account-fetch-cache": "^0.6.6", "@helium/address": "^4.10.2", - "@helium/fanout-sdk": "^0.6.5", - "@helium/spl-utils": "^0.6.5", + "@helium/fanout-sdk": "^0.6.6", + "@helium/spl-utils": "^0.6.6", "@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-metadata-service/yarn.deploy.lock b/packages/fanout-metadata-service/yarn.deploy.lock index 793088b43..4ad5ac2b3 100644 --- a/packages/fanout-metadata-service/yarn.deploy.lock +++ b/packages/fanout-metadata-service/yarn.deploy.lock @@ -102,7 +102,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.6.5": +"@helium/account-fetch-cache@^0.6.6": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -124,7 +124,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -144,10 +144,10 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/fanout-sdk": ^0.6.5 - "@helium/spl-utils": ^0.6.5 + "@helium/fanout-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -165,13 +165,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/fanout-sdk@^0.6.5": +"@helium/fanout-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -181,7 +181,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.5": +"@helium/idls@^0.6.6": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -195,14 +195,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.5": +"@helium/spl-utils@^0.6.6": 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.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 "@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 b743084e0..545c09352 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.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/fanout-sdk + + + + + ## [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 diff --git a/packages/fanout-sdk/package.json b/packages/fanout-sdk/package.json index c7748d0da..d6beff43b 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.5", + "version": "0.6.6", "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.5", - "@helium/idls": "^0.6.5", + "@helium/anchor-resolvers": "^0.6.6", + "@helium/idls": "^0.6.6", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/fanout-sdk/yarn.deploy.lock b/packages/fanout-sdk/yarn.deploy.lock index 90f3a1b47..968fe3ae6 100644 --- a/packages/fanout-sdk/yarn.deploy.lock +++ b/packages/fanout-sdk/yarn.deploy.lock @@ -58,7 +58,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -77,8 +77,8 @@ __metadata: resolution: "@helium/fanout-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -88,7 +88,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.5": +"@helium/idls@^0.6.6": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: diff --git a/packages/faucet-service/CHANGELOG.md b/packages/faucet-service/CHANGELOG.md index 38e273793..ba3576505 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.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/faucet-service + + + + + ## [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 diff --git a/packages/faucet-service/package.json b/packages/faucet-service/package.json index 4b9154206..b531a6614 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.5", + "version": "0.6.6", "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.5", - "@helium/spl-utils": "^0.6.5", + "@helium/idls": "^0.6.6", + "@helium/spl-utils": "^0.6.6", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.4", diff --git a/packages/faucet-service/yarn.deploy.lock b/packages/faucet-service/yarn.deploy.lock index e14b69268..dd731f0db 100644 --- a/packages/faucet-service/yarn.deploy.lock +++ b/packages/faucet-service/yarn.deploy.lock @@ -102,7 +102,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.6.5": +"@helium/account-fetch-cache@^0.6.6": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -124,7 +124,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -144,8 +144,8 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/idls": ^0.6.5 - "@helium/spl-utils": ^0.6.5 + "@helium/idls": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.4 @@ -165,7 +165,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.5": +"@helium/idls@^0.6.6": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -179,14 +179,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.5": +"@helium/spl-utils@^0.6.6": 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.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 "@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/helium-admin-cli/CHANGELOG.md b/packages/helium-admin-cli/CHANGELOG.md index 19acc332f..b0431be1a 100644 --- a/packages/helium-admin-cli/CHANGELOG.md +++ b/packages/helium-admin-cli/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + + +### Features + +* **#495:** Add monitoring for claimable rewards and vehnt ([#507](https://github.com/helium/helium-program-libary/issues/507)) ([efc6813](https://github.com/helium/helium-program-libary/commit/efc6813839be4b323bea8110ad7762423dd13b82)), closes [#495](https://github.com/helium/helium-program-libary/issues/495) [#495](https://github.com/helium/helium-program-libary/issues/495) + + + + + ## [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 diff --git a/packages/helium-admin-cli/package.json b/packages/helium-admin-cli/package.json index ab566e979..7565d0d29 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.5", + "version": "0.6.6", "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.5", + "@helium/circuit-breaker-sdk": "^0.6.6", "@helium/crypto": "^4.10.2", - "@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", + "@helium/data-credits-sdk": "^0.6.6", + "@helium/distributor-oracle": "^0.6.6", + "@helium/fanout-sdk": "^0.6.6", + "@helium/helium-entity-manager-sdk": "^0.6.6", + "@helium/helium-sub-daos-sdk": "^0.6.6", + "@helium/lazy-distributor-sdk": "^0.6.6", + "@helium/mobile-entity-manager-sdk": "^0.6.6", + "@helium/price-oracle-sdk": "^0.6.6", + "@helium/spl-utils": "^0.6.6", + "@helium/treasury-management-sdk": "^0.6.6", "@solana/spl-account-compression": "^0.1.7", "@solana/spl-governance": "^0.3.18", "@solana/spl-token": "^0.3.8", diff --git a/packages/helium-admin-cli/yarn.deploy.lock b/packages/helium-admin-cli/yarn.deploy.lock index 00738b2d8..6c8c383cc 100644 --- a/packages/helium-admin-cli/yarn.deploy.lock +++ b/packages/helium-admin-cli/yarn.deploy.lock @@ -137,7 +137,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.6.5": +"@helium/account-fetch-cache@^0.6.6": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -159,7 +159,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -185,13 +185,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.6.5": +"@helium/circuit-breaker-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -212,15 +212,15 @@ __metadata: languageName: node linkType: hard -"@helium/data-credits-sdk@^0.6.5": +"@helium/data-credits-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/helium-sub-daos-sdk": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -232,20 +232,20 @@ __metadata: languageName: unknown linkType: soft -"@helium/distributor-oracle@^0.6.5": +"@helium/distributor-oracle@^0.6.6": 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.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@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 + "@helium/helium-entity-manager-sdk": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/lazy-distributor-sdk": ^0.6.6 + "@helium/rewards-oracle-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -274,13 +274,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/fanout-sdk@^0.6.5": +"@helium/fanout-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -296,18 +296,18 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/address": ^4.10.2 - "@helium/circuit-breaker-sdk": ^0.6.5 + "@helium/circuit-breaker-sdk": ^0.6.6 "@helium/crypto": ^4.10.2 - "@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 + "@helium/data-credits-sdk": ^0.6.6 + "@helium/distributor-oracle": ^0.6.6 + "@helium/fanout-sdk": ^0.6.6 + "@helium/helium-entity-manager-sdk": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/lazy-distributor-sdk": ^0.6.6 + "@helium/mobile-entity-manager-sdk": ^0.6.6 + "@helium/price-oracle-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 + "@helium/treasury-management-sdk": ^0.6.6 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-governance": ^0.3.18 "@solana/spl-token": ^0.3.8 @@ -327,17 +327,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.6.5": +"@helium/helium-entity-manager-sdk@^0.6.6": 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.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 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/rewards-burn-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -350,15 +350,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.6.5": +"@helium/helium-sub-daos-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/treasury-management-sdk": ^0.6.5 - "@helium/voter-stake-registry-sdk": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/treasury-management-sdk": ^0.6.6 + "@helium/voter-stake-registry-sdk": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -368,7 +368,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.5": +"@helium/idls@^0.6.6": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -395,13 +395,13 @@ __metadata: languageName: node linkType: hard -"@helium/lazy-distributor-sdk@^0.6.5": +"@helium/lazy-distributor-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -411,14 +411,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/mobile-entity-manager-sdk@^0.6.5": +"@helium/mobile-entity-manager-sdk@^0.6.6": 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.6.5 - "@helium/helium-entity-manager-sdk": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/helium-entity-manager-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -429,12 +429,12 @@ __metadata: languageName: unknown linkType: soft -"@helium/price-oracle-sdk@^0.6.5": +"@helium/price-oracle-sdk@^0.6.6": 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.6.5 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -444,7 +444,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-burn-sdk@^0.6.5": +"@helium/rewards-burn-sdk@^0.6.6": version: 0.0.0-use.local resolution: "@helium/rewards-burn-sdk@workspace:packages/rewards-burn-sdk" dependencies: @@ -460,13 +460,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-oracle-sdk@^0.6.5": +"@helium/rewards-oracle-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -476,14 +476,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.5": +"@helium/spl-utils@^0.6.6": 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.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -498,14 +498,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.6.5": +"@helium/treasury-management-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -515,13 +515,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.6.5": +"@helium/voter-stake-registry-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 diff --git a/packages/helium-entity-manager-sdk/CHANGELOG.md b/packages/helium-entity-manager-sdk/CHANGELOG.md index ede0bbd6d..adf8a80c8 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.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/helium-entity-manager-sdk + + + + + ## [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 diff --git a/packages/helium-entity-manager-sdk/package.json b/packages/helium-entity-manager-sdk/package.json index 19424ccfb..2c8b52681 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.5", + "version": "0.6.6", "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.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", + "@helium/anchor-resolvers": "^0.6.6", + "@helium/helium-sub-daos-sdk": "^0.6.6", + "@helium/idls": "^0.6.6", + "@helium/rewards-burn-sdk": "^0.6.6", + "@helium/spl-utils": "^0.6.6", "bn.js": "^5.2.0", "bs58": "^4.0.1", "crypto-js": "^4.1.1", diff --git a/packages/helium-entity-manager-sdk/yarn.deploy.lock b/packages/helium-entity-manager-sdk/yarn.deploy.lock index 94458ccd3..ef4ae04e9 100644 --- a/packages/helium-entity-manager-sdk/yarn.deploy.lock +++ b/packages/helium-entity-manager-sdk/yarn.deploy.lock @@ -58,7 +58,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.6.5": +"@helium/account-fetch-cache@^0.6.6": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -80,7 +80,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -106,13 +106,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.6.5": +"@helium/circuit-breaker-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -128,11 +128,11 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/address": ^4.10.2 - "@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 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/rewards-burn-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -145,15 +145,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.6.5": +"@helium/helium-sub-daos-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/treasury-management-sdk": ^0.6.5 - "@helium/voter-stake-registry-sdk": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/treasury-management-sdk": ^0.6.6 + "@helium/voter-stake-registry-sdk": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -163,7 +163,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.5": +"@helium/idls@^0.6.6": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -190,7 +190,7 @@ __metadata: languageName: node linkType: hard -"@helium/rewards-burn-sdk@^0.6.5": +"@helium/rewards-burn-sdk@^0.6.6": version: 0.0.0-use.local resolution: "@helium/rewards-burn-sdk@workspace:packages/rewards-burn-sdk" dependencies: @@ -206,14 +206,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.5": +"@helium/spl-utils@^0.6.6": 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.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -228,14 +228,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.6.5": +"@helium/treasury-management-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -245,13 +245,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.6.5": +"@helium/voter-stake-registry-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 diff --git a/packages/helium-react-hooks/CHANGELOG.md b/packages/helium-react-hooks/CHANGELOG.md index b24ed1ef2..54b67135e 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.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/helium-react-hooks + + + + + ## [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 diff --git a/packages/helium-react-hooks/package.json b/packages/helium-react-hooks/package.json index d18812495..c89653fd4 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.5", + "version": "0.6.6", "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.5", - "@helium/account-fetch-cache-hooks": "^0.6.5", + "@helium/account-fetch-cache": "^0.6.6", + "@helium/account-fetch-cache-hooks": "^0.6.6", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.4", "bs58": "^4.0.1", diff --git a/packages/helium-react-hooks/yarn.deploy.lock b/packages/helium-react-hooks/yarn.deploy.lock index b8bff4b81..294609778 100644 --- a/packages/helium-react-hooks/yarn.deploy.lock +++ b/packages/helium-react-hooks/yarn.deploy.lock @@ -49,11 +49,11 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache-hooks@^0.6.5": +"@helium/account-fetch-cache-hooks@^0.6.6": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache-hooks@workspace:packages/account-fetch-cache-hooks" dependencies: - "@helium/account-fetch-cache": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@solana/web3.js": ^1.78.4 git-format-staged: ^2.1.3 react-async-hook: ^4.0.0 @@ -65,7 +65,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/account-fetch-cache@^0.6.5": +"@helium/account-fetch-cache@^0.6.6": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -81,8 +81,8 @@ __metadata: resolution: "@helium/helium-react-hooks@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.6.5 - "@helium/account-fetch-cache-hooks": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 + "@helium/account-fetch-cache-hooks": ^0.6.6 "@solana/spl-token": ^0.3.8 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.4 diff --git a/packages/helium-sub-daos-sdk/CHANGELOG.md b/packages/helium-sub-daos-sdk/CHANGELOG.md index 50912da9e..9fa2dbbf1 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.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/helium-sub-daos-sdk + + + + + ## [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 diff --git a/packages/helium-sub-daos-sdk/package.json b/packages/helium-sub-daos-sdk/package.json index e933fd515..df8854d8b 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.5", + "version": "0.6.6", "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.5", - "@helium/circuit-breaker-sdk": "^0.6.5", - "@helium/treasury-management-sdk": "^0.6.5", - "@helium/voter-stake-registry-sdk": "^0.6.5", + "@helium/anchor-resolvers": "^0.6.6", + "@helium/circuit-breaker-sdk": "^0.6.6", + "@helium/treasury-management-sdk": "^0.6.6", + "@helium/voter-stake-registry-sdk": "^0.6.6", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/helium-sub-daos-sdk/yarn.deploy.lock b/packages/helium-sub-daos-sdk/yarn.deploy.lock index 76a1c6127..d6438b798 100644 --- a/packages/helium-sub-daos-sdk/yarn.deploy.lock +++ b/packages/helium-sub-daos-sdk/yarn.deploy.lock @@ -58,7 +58,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -72,13 +72,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/circuit-breaker-sdk@^0.6.5": +"@helium/circuit-breaker-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -93,10 +93,10 @@ __metadata: resolution: "@helium/helium-sub-daos-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@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 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/treasury-management-sdk": ^0.6.6 + "@helium/voter-stake-registry-sdk": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -106,7 +106,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.5": +"@helium/idls@^0.6.6": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -120,14 +120,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.6.5": +"@helium/treasury-management-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -137,13 +137,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.6.5": +"@helium/voter-stake-registry-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 diff --git a/packages/hotspot-utils/CHANGELOG.md b/packages/hotspot-utils/CHANGELOG.md index bdef81e05..5fb79d4e2 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.6](https://github.com/helium/helium-program-library/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/hotspot-utils + + + + + ## [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 diff --git a/packages/hotspot-utils/package.json b/packages/hotspot-utils/package.json index 5d128572d..eb320cbec 100644 --- a/packages/hotspot-utils/package.json +++ b/packages/hotspot-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/hotspot-utils", - "version": "0.6.5", + "version": "0.6.6", "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.5", - "@helium/helium-sub-daos-sdk": "^0.6.5", - "@helium/idls": "^0.6.5", - "@helium/spl-utils": "^0.6.5", + "@helium/helium-entity-manager-sdk": "^0.6.6", + "@helium/helium-sub-daos-sdk": "^0.6.6", + "@helium/idls": "^0.6.6", + "@helium/spl-utils": "^0.6.6", "@solana/web3.js": "^1.78.4", "bs58": "^4.0.1" }, diff --git a/packages/hotspot-utils/yarn.deploy.lock b/packages/hotspot-utils/yarn.deploy.lock index 045bd4e71..a3bc7c8b5 100644 --- a/packages/hotspot-utils/yarn.deploy.lock +++ b/packages/hotspot-utils/yarn.deploy.lock @@ -58,7 +58,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.6.5": +"@helium/account-fetch-cache@^0.6.6": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -80,7 +80,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -106,13 +106,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.6.5": +"@helium/circuit-breaker-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -122,17 +122,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.6.5": +"@helium/helium-entity-manager-sdk@^0.6.6": 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.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 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/rewards-burn-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -145,15 +145,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.6.5": +"@helium/helium-sub-daos-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/treasury-management-sdk": ^0.6.5 - "@helium/voter-stake-registry-sdk": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/treasury-management-sdk": ^0.6.6 + "@helium/voter-stake-registry-sdk": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -168,16 +168,16 @@ __metadata: resolution: "@helium/hotspot-utils@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@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 + "@helium/helium-entity-manager-sdk": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@solana/web3.js": ^1.78.4 bs58: ^4.0.1 languageName: unknown linkType: soft -"@helium/idls@^0.6.5": +"@helium/idls@^0.6.6": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -204,7 +204,7 @@ __metadata: languageName: node linkType: hard -"@helium/rewards-burn-sdk@^0.6.5": +"@helium/rewards-burn-sdk@^0.6.6": version: 0.0.0-use.local resolution: "@helium/rewards-burn-sdk@workspace:packages/rewards-burn-sdk" dependencies: @@ -220,14 +220,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.5": +"@helium/spl-utils@^0.6.6": 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.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -242,14 +242,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.6.5": +"@helium/treasury-management-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -259,13 +259,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.6.5": +"@helium/voter-stake-registry-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 diff --git a/packages/idls/CHANGELOG.md b/packages/idls/CHANGELOG.md index e970ae37e..abd1368d4 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.6](https://github.com/helium/helium-program-library/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/idls + + + + + ## [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 diff --git a/packages/idls/package.json b/packages/idls/package.json index 338fa4ec5..836e0d1a1 100644 --- a/packages/idls/package.json +++ b/packages/idls/package.json @@ -1,6 +1,6 @@ { "name": "@helium/idls", - "version": "0.6.5", + "version": "0.6.6", "description": "Exported idls", "publishConfig": { "access": "public", diff --git a/packages/lazy-distributor-sdk/CHANGELOG.md b/packages/lazy-distributor-sdk/CHANGELOG.md index 70ba9748b..5de035a22 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.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/lazy-distributor-sdk + + + + + ## [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 diff --git a/packages/lazy-distributor-sdk/package.json b/packages/lazy-distributor-sdk/package.json index 9d79da715..2c39eba22 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.5", + "version": "0.6.6", "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.5", - "@helium/circuit-breaker-sdk": "^0.6.5", + "@helium/anchor-resolvers": "^0.6.6", + "@helium/circuit-breaker-sdk": "^0.6.6", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/lazy-distributor-sdk/yarn.deploy.lock b/packages/lazy-distributor-sdk/yarn.deploy.lock index 559681c3c..793eaf555 100644 --- a/packages/lazy-distributor-sdk/yarn.deploy.lock +++ b/packages/lazy-distributor-sdk/yarn.deploy.lock @@ -58,7 +58,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -72,13 +72,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/circuit-breaker-sdk@^0.6.5": +"@helium/circuit-breaker-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -88,7 +88,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.5": +"@helium/idls@^0.6.6": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -107,8 +107,8 @@ __metadata: resolution: "@helium/lazy-distributor-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 diff --git a/packages/lazy-transactions-sdk/CHANGELOG.md b/packages/lazy-transactions-sdk/CHANGELOG.md index d0027d8ed..35e1bc04d 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.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/lazy-transactions-sdk + + + + + ## [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 diff --git a/packages/lazy-transactions-sdk/package.json b/packages/lazy-transactions-sdk/package.json index 3d6b6c09a..df01f5974 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.5", + "version": "0.6.6", "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.5", - "@helium/spl-utils": "^0.6.5", + "@helium/idls": "^0.6.6", + "@helium/spl-utils": "^0.6.6", "bn.js": "^5.2.0", "bs58": "^4.0.1", "js-sha3": "^0.8.0", diff --git a/packages/lazy-transactions-sdk/yarn.deploy.lock b/packages/lazy-transactions-sdk/yarn.deploy.lock index a58e03cf5..fa8e13d21 100644 --- a/packages/lazy-transactions-sdk/yarn.deploy.lock +++ b/packages/lazy-transactions-sdk/yarn.deploy.lock @@ -58,7 +58,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.6.5": +"@helium/account-fetch-cache@^0.6.6": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -80,7 +80,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -94,7 +94,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.5": +"@helium/idls@^0.6.6": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -113,8 +113,8 @@ __metadata: resolution: "@helium/lazy-transactions-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/idls": ^0.6.5 - "@helium/spl-utils": ^0.6.5 + "@helium/idls": ^0.6.6 + "@helium/spl-utils": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -126,14 +126,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.5": +"@helium/spl-utils@^0.6.6": 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.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 "@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/metadata-service/CHANGELOG.md b/packages/metadata-service/CHANGELOG.md index 6529ca614..58c3ac908 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.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/metadata-service + + + + + ## [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 diff --git a/packages/metadata-service/package.json b/packages/metadata-service/package.json index 38466c745..51330638f 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.5", + "version": "0.6.6", "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.5", + "@helium/account-fetch-cache": "^0.6.6", "@helium/address": "^4.10.2", - "@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", + "@helium/helium-entity-manager-sdk": "^0.6.6", + "@helium/helium-sub-daos-sdk": "^0.6.6", + "@helium/idls": "^0.6.6", + "@helium/spl-utils": "^0.6.6", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.4", diff --git a/packages/metadata-service/yarn.deploy.lock b/packages/metadata-service/yarn.deploy.lock index 568894205..52ad0d7db 100644 --- a/packages/metadata-service/yarn.deploy.lock +++ b/packages/metadata-service/yarn.deploy.lock @@ -102,7 +102,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.6.5": +"@helium/account-fetch-cache@^0.6.6": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -124,7 +124,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -150,13 +150,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.6.5": +"@helium/circuit-breaker-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -166,17 +166,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.6.5": +"@helium/helium-entity-manager-sdk@^0.6.6": 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.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 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/rewards-burn-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -189,15 +189,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.6.5": +"@helium/helium-sub-daos-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/treasury-management-sdk": ^0.6.5 - "@helium/voter-stake-registry-sdk": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/treasury-management-sdk": ^0.6.6 + "@helium/voter-stake-registry-sdk": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -207,7 +207,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.5": +"@helium/idls@^0.6.6": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -240,12 +240,12 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@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 + "@helium/helium-entity-manager-sdk": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.4 @@ -269,7 +269,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-burn-sdk@^0.6.5": +"@helium/rewards-burn-sdk@^0.6.6": version: 0.0.0-use.local resolution: "@helium/rewards-burn-sdk@workspace:packages/rewards-burn-sdk" dependencies: @@ -285,14 +285,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.5": +"@helium/spl-utils@^0.6.6": 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.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -307,14 +307,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.6.5": +"@helium/treasury-management-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -324,13 +324,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.6.5": +"@helium/voter-stake-registry-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 diff --git a/packages/migration-service/CHANGELOG.md b/packages/migration-service/CHANGELOG.md index c348835a1..cdd5a782c 100644 --- a/packages/migration-service/CHANGELOG.md +++ b/packages/migration-service/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + + +### Features + +* **#495:** Add monitoring for claimable rewards and vehnt ([#507](https://github.com/helium/helium-program-libary/issues/507)) ([efc6813](https://github.com/helium/helium-program-libary/commit/efc6813839be4b323bea8110ad7762423dd13b82)), closes [#495](https://github.com/helium/helium-program-libary/issues/495) [#495](https://github.com/helium/helium-program-libary/issues/495) + + + + + ## [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 diff --git a/packages/migration-service/package.json b/packages/migration-service/package.json index 902216307..65e947cdd 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.5", + "version": "0.6.6", "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.5", + "@helium/account-fetch-cache": "^0.6.6", "@helium/address": "^4.10.2", - "@helium/circuit-breaker-sdk": "^0.6.5", + "@helium/circuit-breaker-sdk": "^0.6.6", "@helium/crypto": "^4.10.2", - "@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", + "@helium/data-credits-sdk": "^0.6.6", + "@helium/distributor-oracle": "^0.6.6", + "@helium/helium-entity-manager-sdk": "^0.6.6", + "@helium/helium-sub-daos-sdk": "^0.6.6", + "@helium/lazy-distributor-sdk": "^0.6.6", + "@helium/lazy-transactions-sdk": "^0.6.6", + "@helium/treasury-management-sdk": "^0.6.6", + "@helium/voter-stake-registry-sdk": "^0.6.6", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@project-serum/borsh": "^0.2.5", "@solana/buffer-layout": "^4.0.0", diff --git a/packages/migration-service/yarn.deploy.lock b/packages/migration-service/yarn.deploy.lock index 95a146ae1..66db4d69e 100644 --- a/packages/migration-service/yarn.deploy.lock +++ b/packages/migration-service/yarn.deploy.lock @@ -147,7 +147,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.6.5": +"@helium/account-fetch-cache@^0.6.6": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -169,7 +169,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -195,13 +195,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.6.5": +"@helium/circuit-breaker-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -222,15 +222,15 @@ __metadata: languageName: node linkType: hard -"@helium/data-credits-sdk@^0.6.5": +"@helium/data-credits-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/helium-sub-daos-sdk": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -242,20 +242,20 @@ __metadata: languageName: unknown linkType: soft -"@helium/distributor-oracle@^0.6.5": +"@helium/distributor-oracle@^0.6.6": 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.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@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 + "@helium/helium-entity-manager-sdk": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/lazy-distributor-sdk": ^0.6.6 + "@helium/rewards-oracle-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -284,17 +284,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.6.5": +"@helium/helium-entity-manager-sdk@^0.6.6": 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.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 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/rewards-burn-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -307,15 +307,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.6.5": +"@helium/helium-sub-daos-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/treasury-management-sdk": ^0.6.5 - "@helium/voter-stake-registry-sdk": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/treasury-management-sdk": ^0.6.6 + "@helium/voter-stake-registry-sdk": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -325,7 +325,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.5": +"@helium/idls@^0.6.6": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -352,13 +352,13 @@ __metadata: languageName: node linkType: hard -"@helium/lazy-distributor-sdk@^0.6.5": +"@helium/lazy-distributor-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -368,13 +368,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/lazy-transactions-sdk@^0.6.5": +"@helium/lazy-transactions-sdk@^0.6.6": 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.6.5 - "@helium/spl-utils": ^0.6.5 + "@helium/idls": ^0.6.6 + "@helium/spl-utils": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -393,18 +393,18 @@ __metadata: "@clockwork-xyz/sdk": ^0.3.0 "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/circuit-breaker-sdk": ^0.6.5 + "@helium/circuit-breaker-sdk": ^0.6.6 "@helium/crypto": ^4.10.2 - "@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 + "@helium/data-credits-sdk": ^0.6.6 + "@helium/distributor-oracle": ^0.6.6 + "@helium/helium-entity-manager-sdk": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/lazy-distributor-sdk": ^0.6.6 + "@helium/lazy-transactions-sdk": ^0.6.6 + "@helium/treasury-management-sdk": ^0.6.6 + "@helium/voter-stake-registry-sdk": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@project-serum/borsh": ^0.2.5 "@solana/buffer-layout": ^4.0.0 @@ -434,7 +434,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-burn-sdk@^0.6.5": +"@helium/rewards-burn-sdk@^0.6.6": version: 0.0.0-use.local resolution: "@helium/rewards-burn-sdk@workspace:packages/rewards-burn-sdk" dependencies: @@ -450,13 +450,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-oracle-sdk@^0.6.5": +"@helium/rewards-oracle-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -466,14 +466,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.5": +"@helium/spl-utils@^0.6.6": 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.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -488,14 +488,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.6.5": +"@helium/treasury-management-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -505,13 +505,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.6.5": +"@helium/voter-stake-registry-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 diff --git a/packages/mobile-entity-manager-sdk/CHANGELOG.md b/packages/mobile-entity-manager-sdk/CHANGELOG.md index 0fb306447..3308d038a 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.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/mobile-entity-manager-sdk + + + + + ## [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 diff --git a/packages/mobile-entity-manager-sdk/package.json b/packages/mobile-entity-manager-sdk/package.json index ee03f8c09..33b1907c6 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.5", + "version": "0.6.6", "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.5", - "@helium/helium-entity-manager-sdk": "^0.6.5", - "@helium/idls": "^0.6.5", + "@helium/anchor-resolvers": "^0.6.6", + "@helium/helium-entity-manager-sdk": "^0.6.6", + "@helium/idls": "^0.6.6", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/mobile-entity-manager-sdk/yarn.deploy.lock b/packages/mobile-entity-manager-sdk/yarn.deploy.lock index 8e0d1e4c6..e24b71fc5 100644 --- a/packages/mobile-entity-manager-sdk/yarn.deploy.lock +++ b/packages/mobile-entity-manager-sdk/yarn.deploy.lock @@ -58,7 +58,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.6.5": +"@helium/account-fetch-cache@^0.6.6": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -80,7 +80,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -106,13 +106,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.6.5": +"@helium/circuit-breaker-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -122,17 +122,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.6.5": +"@helium/helium-entity-manager-sdk@^0.6.6": 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.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 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/rewards-burn-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -145,15 +145,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.6.5": +"@helium/helium-sub-daos-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/treasury-management-sdk": ^0.6.5 - "@helium/voter-stake-registry-sdk": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/treasury-management-sdk": ^0.6.6 + "@helium/voter-stake-registry-sdk": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -163,7 +163,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.5": +"@helium/idls@^0.6.6": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -195,9 +195,9 @@ __metadata: resolution: "@helium/mobile-entity-manager-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.6.5 - "@helium/helium-entity-manager-sdk": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/helium-entity-manager-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -208,7 +208,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-burn-sdk@^0.6.5": +"@helium/rewards-burn-sdk@^0.6.6": version: 0.0.0-use.local resolution: "@helium/rewards-burn-sdk@workspace:packages/rewards-burn-sdk" dependencies: @@ -224,14 +224,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.5": +"@helium/spl-utils@^0.6.6": 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.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -246,14 +246,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.6.5": +"@helium/treasury-management-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -263,13 +263,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.6.5": +"@helium/voter-stake-registry-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 diff --git a/packages/monitor-service/CHANGELOG.md b/packages/monitor-service/CHANGELOG.md index af70ce09b..91e4352c0 100644 --- a/packages/monitor-service/CHANGELOG.md +++ b/packages/monitor-service/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + + +### Features + +* **#495:** Add monitoring for claimable rewards and vehnt ([#507](https://github.com/helium/helium-program-libary/issues/507)) ([efc6813](https://github.com/helium/helium-program-libary/commit/efc6813839be4b323bea8110ad7762423dd13b82)), closes [#495](https://github.com/helium/helium-program-libary/issues/495) [#495](https://github.com/helium/helium-program-libary/issues/495) + + + + + ## [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 diff --git a/packages/monitor-service/package.json b/packages/monitor-service/package.json index 68d394d03..c971e04e3 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.5", + "version": "0.6.6", "description": "Prometheus monitoring of important accounts on Solana", "repository": { "type": "git", @@ -33,15 +33,15 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@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-distributor-sdk": "^0.6.5", - "@helium/lazy-transactions-sdk": "^0.6.5", - "@helium/spl-utils": "^0.6.5", + "@helium/account-fetch-cache": "^0.6.6", + "@helium/circuit-breaker-sdk": "^0.6.6", + "@helium/data-credits-sdk": "^0.6.6", + "@helium/helium-entity-manager-sdk": "^0.6.6", + "@helium/helium-sub-daos-sdk": "^0.6.6", + "@helium/idls": "^0.6.6", + "@helium/lazy-distributor-sdk": "^0.6.6", + "@helium/lazy-transactions-sdk": "^0.6.6", + "@helium/spl-utils": "^0.6.6", "@metaplex-foundation/mpl-bubblegum": "^3.0.0", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-account-compression": "^0.1.7", diff --git a/packages/monitor-service/yarn.deploy.lock b/packages/monitor-service/yarn.deploy.lock index 00790f469..f9054a324 100644 --- a/packages/monitor-service/yarn.deploy.lock +++ b/packages/monitor-service/yarn.deploy.lock @@ -112,7 +112,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.6.5": +"@helium/account-fetch-cache@^0.6.6": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -134,7 +134,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -160,13 +160,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.6.5": +"@helium/circuit-breaker-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -176,15 +176,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/data-credits-sdk@^0.6.5": +"@helium/data-credits-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/helium-sub-daos-sdk": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -196,17 +196,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.6.5": +"@helium/helium-entity-manager-sdk@^0.6.6": 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.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 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/rewards-burn-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -219,15 +219,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.6.5": +"@helium/helium-sub-daos-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/treasury-management-sdk": ^0.6.5 - "@helium/voter-stake-registry-sdk": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/treasury-management-sdk": ^0.6.6 + "@helium/voter-stake-registry-sdk": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -237,7 +237,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.5": +"@helium/idls@^0.6.6": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -264,13 +264,13 @@ __metadata: languageName: node linkType: hard -"@helium/lazy-distributor-sdk@^0.6.5": +"@helium/lazy-distributor-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -280,13 +280,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/lazy-transactions-sdk@^0.6.5": +"@helium/lazy-transactions-sdk@^0.6.6": 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.6.5 - "@helium/spl-utils": ^0.6.5 + "@helium/idls": ^0.6.6 + "@helium/spl-utils": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -303,15 +303,15 @@ __metadata: resolution: "@helium/monitor-service@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@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-distributor-sdk": ^0.6.5 - "@helium/lazy-transactions-sdk": ^0.6.5 - "@helium/spl-utils": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/data-credits-sdk": ^0.6.6 + "@helium/helium-entity-manager-sdk": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/lazy-distributor-sdk": ^0.6.6 + "@helium/lazy-transactions-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@metaplex-foundation/mpl-bubblegum": ^3.0.0 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 @@ -338,7 +338,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-burn-sdk@^0.6.5": +"@helium/rewards-burn-sdk@^0.6.6": version: 0.0.0-use.local resolution: "@helium/rewards-burn-sdk@workspace:packages/rewards-burn-sdk" dependencies: @@ -354,14 +354,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.5": +"@helium/spl-utils@^0.6.6": 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.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -376,14 +376,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.6.5": +"@helium/treasury-management-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -393,13 +393,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.6.5": +"@helium/voter-stake-registry-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 diff --git a/packages/price-oracle-sdk/CHANGELOG.md b/packages/price-oracle-sdk/CHANGELOG.md index 412a097c9..df4c2e648 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.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/price-oracle-sdk + + + + + ## [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 diff --git a/packages/price-oracle-sdk/package.json b/packages/price-oracle-sdk/package.json index f87239449..fa4f5d746 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.5", + "version": "0.6.6", "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.5", + "@helium/idls": "^0.6.6", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/price-oracle-sdk/yarn.deploy.lock b/packages/price-oracle-sdk/yarn.deploy.lock index b60312d87..501911fc3 100644 --- a/packages/price-oracle-sdk/yarn.deploy.lock +++ b/packages/price-oracle-sdk/yarn.deploy.lock @@ -58,7 +58,7 @@ __metadata: languageName: node linkType: hard -"@helium/idls@^0.6.5": +"@helium/idls@^0.6.6": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -77,7 +77,7 @@ __metadata: resolution: "@helium/price-oracle-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/idls": ^0.6.5 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 diff --git a/packages/rewards-burn-sdk/CHANGELOG.md b/packages/rewards-burn-sdk/CHANGELOG.md index 080553b7c..653ea2232 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.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/rewards-burn-sdk + + + + + ## [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 diff --git a/packages/rewards-burn-sdk/package.json b/packages/rewards-burn-sdk/package.json index af7d1d072..d056dce0a 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.5", + "version": "0.6.6", "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 465e28249..9f156a54f 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.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/rewards-oracle-faucet-service + + + + + ## [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 diff --git a/packages/rewards-oracle-faucet-service/package.json b/packages/rewards-oracle-faucet-service/package.json index dce6b5770..2722a0995 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.5", + "version": "0.6.6", "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 6e2c1fbd3..4f4cf8f45 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.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/rewards-oracle-sdk + + + + + ## [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 diff --git a/packages/rewards-oracle-sdk/package.json b/packages/rewards-oracle-sdk/package.json index 8ca9b3254..9cfe1ba79 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.5", + "version": "0.6.6", "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.5", - "@helium/idls": "^0.6.5", + "@helium/anchor-resolvers": "^0.6.6", + "@helium/idls": "^0.6.6", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/rewards-oracle-sdk/yarn.deploy.lock b/packages/rewards-oracle-sdk/yarn.deploy.lock index 142af5619..d2c4cfda5 100644 --- a/packages/rewards-oracle-sdk/yarn.deploy.lock +++ b/packages/rewards-oracle-sdk/yarn.deploy.lock @@ -58,7 +58,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -72,7 +72,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.5": +"@helium/idls@^0.6.6": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -91,8 +91,8 @@ __metadata: resolution: "@helium/rewards-oracle-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 diff --git a/packages/spl-utils/CHANGELOG.md b/packages/spl-utils/CHANGELOG.md index a679b84c7..beb39b4a9 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.6](https://github.com/helium/helium-program-library/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/spl-utils + + + + + ## [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 diff --git a/packages/spl-utils/package.json b/packages/spl-utils/package.json index 78a6a69a7..7f7f3a40e 100644 --- a/packages/spl-utils/package.json +++ b/packages/spl-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/spl-utils", - "version": "0.6.5", + "version": "0.6.6", "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.5", + "@helium/account-fetch-cache": "^0.6.6", "@helium/address": "^4.10.2", - "@helium/anchor-resolvers": "^0.6.5", + "@helium/anchor-resolvers": "^0.6.6", "@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/spl-utils/yarn.deploy.lock b/packages/spl-utils/yarn.deploy.lock index b126e36c8..f2a3b41c2 100644 --- a/packages/spl-utils/yarn.deploy.lock +++ b/packages/spl-utils/yarn.deploy.lock @@ -49,7 +49,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.6.5": +"@helium/account-fetch-cache@^0.6.6": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -71,7 +71,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -90,9 +90,9 @@ __metadata: resolution: "@helium/spl-utils@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 "@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 d7fdb8c4f..ad46f5b1e 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.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/tokens-to-rent-service + + + + + ## [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 diff --git a/packages/tokens-to-rent-service/package.json b/packages/tokens-to-rent-service/package.json index f0263a7b9..e66299323 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.5", + "version": "0.6.6", "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.5", + "@helium/account-fetch-cache": "^0.6.6", "@helium/address": "^4.10.2", - "@helium/spl-utils": "^0.6.5", + "@helium/spl-utils": "^0.6.6", "@jup-ag/api": "^6.0.6", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.4", diff --git a/packages/tokens-to-rent-service/yarn.deploy.lock b/packages/tokens-to-rent-service/yarn.deploy.lock index 253154100..076ff332e 100644 --- a/packages/tokens-to-rent-service/yarn.deploy.lock +++ b/packages/tokens-to-rent-service/yarn.deploy.lock @@ -102,7 +102,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.6.5": +"@helium/account-fetch-cache@^0.6.6": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -124,7 +124,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -138,14 +138,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.5": +"@helium/spl-utils@^0.6.6": 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.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -166,9 +166,9 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.6.5 + "@helium/spl-utils": ^0.6.6 "@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 59858abef..59601b0e6 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.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/treasury-management-sdk + + + + + ## [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 diff --git a/packages/treasury-management-sdk/package.json b/packages/treasury-management-sdk/package.json index d02aecee0..67d622dad 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.5", + "version": "0.6.6", "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.5", - "@helium/circuit-breaker-sdk": "^0.6.5", - "@helium/idls": "^0.6.5", + "@helium/anchor-resolvers": "^0.6.6", + "@helium/circuit-breaker-sdk": "^0.6.6", + "@helium/idls": "^0.6.6", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/treasury-management-sdk/yarn.deploy.lock b/packages/treasury-management-sdk/yarn.deploy.lock index da2226add..2a3561701 100644 --- a/packages/treasury-management-sdk/yarn.deploy.lock +++ b/packages/treasury-management-sdk/yarn.deploy.lock @@ -58,7 +58,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -72,13 +72,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/circuit-breaker-sdk@^0.6.5": +"@helium/circuit-breaker-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -88,7 +88,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.5": +"@helium/idls@^0.6.6": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -107,9 +107,9 @@ __metadata: resolution: "@helium/treasury-management-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 diff --git a/packages/voter-stake-registry-hooks/CHANGELOG.md b/packages/voter-stake-registry-hooks/CHANGELOG.md index b587a4d28..42460b1e5 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.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/voter-stake-registry-hooks + + + + + ## [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 diff --git a/packages/voter-stake-registry-hooks/package.json b/packages/voter-stake-registry-hooks/package.json index 4b0f700d9..aaf19b22f 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.5", + "version": "0.6.6", "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.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/account-fetch-cache": "^0.6.6", + "@helium/account-fetch-cache-hooks": "^0.6.6", + "@helium/helium-react-hooks": "^0.6.6", + "@helium/helium-sub-daos-sdk": "^0.6.6", "@helium/modular-governance-hooks": "^0.0.8", - "@helium/spl-utils": "^0.6.5", - "@helium/voter-stake-registry-sdk": "^0.6.5", + "@helium/spl-utils": "^0.6.6", + "@helium/voter-stake-registry-sdk": "^0.6.6", "@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-hooks/yarn.deploy.lock b/packages/voter-stake-registry-hooks/yarn.deploy.lock index b23555598..ba48dd7e0 100644 --- a/packages/voter-stake-registry-hooks/yarn.deploy.lock +++ b/packages/voter-stake-registry-hooks/yarn.deploy.lock @@ -509,11 +509,11 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache-hooks@^0.6.5": +"@helium/account-fetch-cache-hooks@^0.6.6": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache-hooks@workspace:packages/account-fetch-cache-hooks" dependencies: - "@helium/account-fetch-cache": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@solana/web3.js": ^1.78.4 git-format-staged: ^2.1.3 react-async-hook: ^4.0.0 @@ -539,7 +539,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.6.5": +"@helium/account-fetch-cache@^0.6.6": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -570,7 +570,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -596,13 +596,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.6.5": +"@helium/circuit-breaker-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -612,13 +612,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-react-hooks@^0.6.5": +"@helium/helium-react-hooks@^0.6.6": 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.6.5 - "@helium/account-fetch-cache-hooks": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 + "@helium/account-fetch-cache-hooks": ^0.6.6 "@solana/spl-token": ^0.3.8 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.4 @@ -655,15 +655,15 @@ __metadata: languageName: node linkType: hard -"@helium/helium-sub-daos-sdk@^0.6.5": +"@helium/helium-sub-daos-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/treasury-management-sdk": ^0.6.5 - "@helium/voter-stake-registry-sdk": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/treasury-management-sdk": ^0.6.6 + "@helium/voter-stake-registry-sdk": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -673,7 +673,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.5": +"@helium/idls@^0.6.6": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -738,14 +738,14 @@ __metadata: languageName: node linkType: hard -"@helium/spl-utils@^0.6.5": +"@helium/spl-utils@^0.6.6": 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.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -760,14 +760,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.6.5": +"@helium/treasury-management-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -782,13 +782,13 @@ __metadata: resolution: "@helium/voter-stake-registry-hooks@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@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/account-fetch-cache": ^0.6.6 + "@helium/account-fetch-cache-hooks": ^0.6.6 + "@helium/helium-react-hooks": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 "@helium/modular-governance-hooks": ^0.0.8 - "@helium/spl-utils": ^0.6.5 - "@helium/voter-stake-registry-sdk": ^0.6.5 + "@helium/spl-utils": ^0.6.6 + "@helium/voter-stake-registry-sdk": ^0.6.6 "@metaplex-foundation/js": ^0.19.4 "@solana/wallet-adapter-base": ^0.9.22 "@solana/wallet-adapter-react": ^0.15.32 @@ -805,13 +805,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.6.5": +"@helium/voter-stake-registry-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 diff --git a/packages/voter-stake-registry-sdk/CHANGELOG.md b/packages/voter-stake-registry-sdk/CHANGELOG.md index 365ca63bd..ff92e83e2 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.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/voter-stake-registry-sdk + + + + + ## [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 diff --git a/packages/voter-stake-registry-sdk/package.json b/packages/voter-stake-registry-sdk/package.json index f3b5f6782..ca465bd9c 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.5", + "version": "0.6.6", "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.5", - "@helium/idls": "^0.6.5", + "@helium/anchor-resolvers": "^0.6.6", + "@helium/idls": "^0.6.6", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-token": "^0.3.8", "bn.js": "^5.2.0", diff --git a/packages/voter-stake-registry-sdk/yarn.deploy.lock b/packages/voter-stake-registry-sdk/yarn.deploy.lock index 1b21e763b..9aa81dcf4 100644 --- a/packages/voter-stake-registry-sdk/yarn.deploy.lock +++ b/packages/voter-stake-registry-sdk/yarn.deploy.lock @@ -58,7 +58,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -72,7 +72,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.5": +"@helium/idls@^0.6.6": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -91,8 +91,8 @@ __metadata: resolution: "@helium/voter-stake-registry-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 "@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 ab35c1c25..47a983dfc 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.6](https://github.com/helium/helium-program-libary/compare/v0.6.5...v0.6.6) (2023-12-13) + +**Note:** Version bump only for package @helium/vsr-metadata-service + + + + + ## [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 diff --git a/packages/vsr-metadata-service/package.json b/packages/vsr-metadata-service/package.json index fb87fe078..6bd1e2ca3 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.5", + "version": "0.6.6", "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.5", + "@helium/account-fetch-cache": "^0.6.6", "@helium/address": "^4.10.2", - "@helium/spl-utils": "^0.6.5", - "@helium/voter-stake-registry-sdk": "^0.6.5", + "@helium/spl-utils": "^0.6.6", + "@helium/voter-stake-registry-sdk": "^0.6.6", "@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/vsr-metadata-service/yarn.deploy.lock b/packages/vsr-metadata-service/yarn.deploy.lock index f2e55ba1f..ba2176abf 100644 --- a/packages/vsr-metadata-service/yarn.deploy.lock +++ b/packages/vsr-metadata-service/yarn.deploy.lock @@ -102,7 +102,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.6.5": +"@helium/account-fetch-cache@^0.6.6": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -124,7 +124,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -138,7 +138,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.5": +"@helium/idls@^0.6.6": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -152,14 +152,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.5": +"@helium/spl-utils@^0.6.6": 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.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -174,13 +174,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.6.5": +"@helium/voter-stake-registry-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 @@ -198,10 +198,10 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.6.5 - "@helium/voter-stake-registry-sdk": ^0.6.5 + "@helium/spl-utils": ^0.6.6 + "@helium/voter-stake-registry-sdk": ^0.6.6 "@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 52eee8dbb..4d718ca97 100644 --- a/packages/xnft-hotspot/CHANGELOG.md +++ b/packages/xnft-hotspot/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.6](https://github.com/helium/helium-program-library/compare/v0.6.5...v0.6.6) (2023-12-13) + + +### Features + +* **#495:** Add monitoring for claimable rewards and vehnt ([#507](https://github.com/helium/helium-program-library/issues/507)) ([efc6813](https://github.com/helium/helium-program-library/commit/efc6813839be4b323bea8110ad7762423dd13b82)), closes [#495](https://github.com/helium/helium-program-library/issues/495) [#495](https://github.com/helium/helium-program-library/issues/495) + + + + + ## [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 diff --git a/packages/xnft-hotspot/package.json b/packages/xnft-hotspot/package.json index faf160ef5..335ed8a06 100644 --- a/packages/xnft-hotspot/package.json +++ b/packages/xnft-hotspot/package.json @@ -1,6 +1,6 @@ { "name": "@helium/xnft-hotspot", - "version": "0.6.5", + "version": "0.6.6", "private": true, "description": "", "main": "index.js", @@ -18,11 +18,11 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@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", + "@helium/account-fetch-cache": "^0.6.6", + "@helium/distributor-oracle": "^0.6.6", + "@helium/helium-react-hooks": "^0.6.6", + "@helium/idls": "^0.6.6", + "@helium/lazy-distributor-sdk": "^0.6.6", "@solana/spl-token": "^0.3.8", "assert": "^2.0.0", "bn.js": "^5.2.0", diff --git a/packages/xnft-hotspot/yarn.deploy.lock b/packages/xnft-hotspot/yarn.deploy.lock index 2d67f942d..8ff34fc90 100644 --- a/packages/xnft-hotspot/yarn.deploy.lock +++ b/packages/xnft-hotspot/yarn.deploy.lock @@ -296,11 +296,11 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache-hooks@^0.6.5": +"@helium/account-fetch-cache-hooks@^0.6.6": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache-hooks@workspace:packages/account-fetch-cache-hooks" dependencies: - "@helium/account-fetch-cache": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@solana/web3.js": ^1.78.4 git-format-staged: ^2.1.3 react-async-hook: ^4.0.0 @@ -312,7 +312,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/account-fetch-cache@^0.6.5": +"@helium/account-fetch-cache@^0.6.6": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -334,7 +334,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5": +"@helium/anchor-resolvers@^0.6.6": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -360,13 +360,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.6.5": +"@helium/circuit-breaker-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -376,20 +376,20 @@ __metadata: languageName: unknown linkType: soft -"@helium/distributor-oracle@^0.6.5": +"@helium/distributor-oracle@^0.6.6": 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.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@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 + "@helium/helium-entity-manager-sdk": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/lazy-distributor-sdk": ^0.6.6 + "@helium/rewards-oracle-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -418,17 +418,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.6.5": +"@helium/helium-entity-manager-sdk@^0.6.6": 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.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 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/rewards-burn-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -441,13 +441,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-react-hooks@^0.6.5": +"@helium/helium-react-hooks@^0.6.6": 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.6.5 - "@helium/account-fetch-cache-hooks": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 + "@helium/account-fetch-cache-hooks": ^0.6.6 "@solana/spl-token": ^0.3.8 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.4 @@ -464,15 +464,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.6.5": +"@helium/helium-sub-daos-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/treasury-management-sdk": ^0.6.5 - "@helium/voter-stake-registry-sdk": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/treasury-management-sdk": ^0.6.6 + "@helium/voter-stake-registry-sdk": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -482,7 +482,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.5": +"@helium/idls@^0.6.6": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -509,13 +509,13 @@ __metadata: languageName: node linkType: hard -"@helium/lazy-distributor-sdk@^0.6.5": +"@helium/lazy-distributor-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -525,7 +525,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-burn-sdk@^0.6.5": +"@helium/rewards-burn-sdk@^0.6.6": version: 0.0.0-use.local resolution: "@helium/rewards-burn-sdk@workspace:packages/rewards-burn-sdk" dependencies: @@ -541,13 +541,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-oracle-sdk@^0.6.5": +"@helium/rewards-oracle-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -557,14 +557,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.5": +"@helium/spl-utils@^0.6.6": 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.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -579,14 +579,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.6.5": +"@helium/treasury-management-sdk@^0.6.6": 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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -596,13 +596,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.6.5": +"@helium/voter-stake-registry-sdk@^0.6.6": 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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 @@ -621,11 +621,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.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 + "@helium/account-fetch-cache": ^0.6.6 + "@helium/distributor-oracle": ^0.6.6 + "@helium/helium-react-hooks": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/lazy-distributor-sdk": ^0.6.6 "@solana/spl-token": ^0.3.8 assert: ^2.0.0 bn.js: ^5.2.0 diff --git a/yarn.lock b/yarn.lock index 6b1a24f42..466fe03d9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -887,11 +887,11 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache-hooks@^0.6.5, @helium/account-fetch-cache-hooks@workspace:packages/account-fetch-cache-hooks": +"@helium/account-fetch-cache-hooks@^0.6.6, @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.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@solana/web3.js": ^1.78.4 git-format-staged: ^2.1.3 react-async-hook: ^4.0.0 @@ -917,7 +917,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.6.5, @helium/account-fetch-cache@workspace:packages/account-fetch-cache": +"@helium/account-fetch-cache@^0.6.6, @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: @@ -943,7 +943,7 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/web3.js": ^1.78.4 "@types/bn.js": ^5.1.1 @@ -1006,7 +1006,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.5, @helium/anchor-resolvers@workspace:packages/anchor-resolvers": +"@helium/anchor-resolvers@^0.6.6, @helium/anchor-resolvers@workspace:packages/anchor-resolvers": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -1044,13 +1044,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.6.5, @helium/circuit-breaker-sdk@workspace:packages/circuit-breaker-sdk": +"@helium/circuit-breaker-sdk@^0.6.6, @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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1065,23 +1065,23 @@ __metadata: resolution: "@helium/crons@workspace:packages/crons" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@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/account-fetch-cache": ^0.6.6 + "@helium/distributor-oracle": ^0.6.6 + "@helium/fanout-sdk": ^0.6.6 + "@helium/helium-entity-manager-sdk": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/lazy-distributor-sdk": ^0.6.6 + "@helium/mobile-entity-manager-sdk": ^0.6.6 "@helium/organization-sdk": ^0.0.8 - "@helium/price-oracle-sdk": ^0.6.5 + "@helium/price-oracle-sdk": ^0.6.6 "@helium/proposal-sdk": ^0.0.8 - "@helium/rewards-burn-sdk": ^0.6.5 - "@helium/rewards-oracle-sdk": ^0.6.5 - "@helium/spl-utils": ^0.6.5 + "@helium/rewards-burn-sdk": ^0.6.6 + "@helium/rewards-oracle-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@helium/state-controller-sdk": ^0.0.8 - "@helium/treasury-management-sdk": ^0.6.5 - "@helium/voter-stake-registry-sdk": ^0.6.5 + "@helium/treasury-management-sdk": ^0.6.6 + "@helium/voter-stake-registry-sdk": ^0.6.6 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.4 "@types/bn.js": ^5.1.0 @@ -1131,15 +1131,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/data-credits-sdk@^0.6.5, @helium/data-credits-sdk@workspace:packages/data-credits-sdk": +"@helium/data-credits-sdk@^0.6.6, @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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/helium-sub-daos-sdk": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -1151,20 +1151,20 @@ __metadata: languageName: unknown linkType: soft -"@helium/distributor-oracle@^0.6.5, @helium/distributor-oracle@workspace:packages/distributor-oracle": +"@helium/distributor-oracle@^0.6.6, @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.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@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 + "@helium/helium-entity-manager-sdk": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/lazy-distributor-sdk": ^0.6.6 + "@helium/rewards-oracle-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -1198,9 +1198,9 @@ __metadata: resolution: "@helium/entity-invalidator@workspace:packages/entity-invalidator" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.6.5 - "@helium/helium-entity-manager-sdk": ^0.6.5 - "@helium/spl-utils": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 + "@helium/helium-entity-manager-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@solana/web3.js": ^1.78.4 "@types/bn.js": ^5.1.1 "@types/deep-equal": ^1.0.1 @@ -1230,10 +1230,10 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/fanout-sdk": ^0.6.5 - "@helium/spl-utils": ^0.6.5 + "@helium/fanout-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -1251,13 +1251,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/fanout-sdk@^0.6.5, @helium/fanout-sdk@workspace:packages/fanout-sdk": +"@helium/fanout-sdk@^0.6.6, @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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1273,8 +1273,8 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/idls": ^0.6.5 - "@helium/spl-utils": ^0.6.5 + "@helium/idls": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.4 @@ -1300,18 +1300,18 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/address": ^4.10.2 - "@helium/circuit-breaker-sdk": ^0.6.5 + "@helium/circuit-breaker-sdk": ^0.6.6 "@helium/crypto": ^4.10.2 - "@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 + "@helium/data-credits-sdk": ^0.6.6 + "@helium/distributor-oracle": ^0.6.6 + "@helium/fanout-sdk": ^0.6.6 + "@helium/helium-entity-manager-sdk": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/lazy-distributor-sdk": ^0.6.6 + "@helium/mobile-entity-manager-sdk": ^0.6.6 + "@helium/price-oracle-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 + "@helium/treasury-management-sdk": ^0.6.6 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-governance": ^0.3.18 "@solana/spl-token": ^0.3.8 @@ -1331,17 +1331,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.6.5, @helium/helium-entity-manager-sdk@workspace:packages/helium-entity-manager-sdk": +"@helium/helium-entity-manager-sdk@^0.6.6, @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.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 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/rewards-burn-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -1354,13 +1354,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-react-hooks@^0.6.5, @helium/helium-react-hooks@workspace:packages/helium-react-hooks": +"@helium/helium-react-hooks@^0.6.6, @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.6.5 - "@helium/account-fetch-cache-hooks": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 + "@helium/account-fetch-cache-hooks": ^0.6.6 "@solana/spl-token": ^0.3.8 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.4 @@ -1397,15 +1397,15 @@ __metadata: languageName: node linkType: hard -"@helium/helium-sub-daos-sdk@^0.6.5, @helium/helium-sub-daos-sdk@workspace:packages/helium-sub-daos-sdk": +"@helium/helium-sub-daos-sdk@^0.6.6, @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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/treasury-management-sdk": ^0.6.5 - "@helium/voter-stake-registry-sdk": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/treasury-management-sdk": ^0.6.6 + "@helium/voter-stake-registry-sdk": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1420,16 +1420,16 @@ __metadata: resolution: "@helium/hotspot-utils@workspace:packages/hotspot-utils" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@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 + "@helium/helium-entity-manager-sdk": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@solana/web3.js": ^1.78.4 bs58: ^4.0.1 languageName: unknown linkType: soft -"@helium/idls@^0.6.5, @helium/idls@workspace:packages/idls": +"@helium/idls@^0.6.6, @helium/idls@workspace:packages/idls": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -1456,13 +1456,13 @@ __metadata: languageName: node linkType: hard -"@helium/lazy-distributor-sdk@^0.6.5, @helium/lazy-distributor-sdk@workspace:packages/lazy-distributor-sdk": +"@helium/lazy-distributor-sdk@^0.6.6, @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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1472,13 +1472,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/lazy-transactions-sdk@^0.6.5, @helium/lazy-transactions-sdk@workspace:packages/lazy-transactions-sdk": +"@helium/lazy-transactions-sdk@^0.6.6, @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.6.5 - "@helium/spl-utils": ^0.6.5 + "@helium/idls": ^0.6.6 + "@helium/spl-utils": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1496,12 +1496,12 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@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 + "@helium/helium-entity-manager-sdk": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.4 @@ -1532,18 +1532,18 @@ __metadata: "@clockwork-xyz/sdk": ^0.3.0 "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/circuit-breaker-sdk": ^0.6.5 + "@helium/circuit-breaker-sdk": ^0.6.6 "@helium/crypto": ^4.10.2 - "@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 + "@helium/data-credits-sdk": ^0.6.6 + "@helium/distributor-oracle": ^0.6.6 + "@helium/helium-entity-manager-sdk": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/lazy-distributor-sdk": ^0.6.6 + "@helium/lazy-transactions-sdk": ^0.6.6 + "@helium/treasury-management-sdk": ^0.6.6 + "@helium/voter-stake-registry-sdk": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@project-serum/borsh": ^0.2.5 "@solana/buffer-layout": ^4.0.0 @@ -1573,14 +1573,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/mobile-entity-manager-sdk@^0.6.5, @helium/mobile-entity-manager-sdk@workspace:packages/mobile-entity-manager-sdk": +"@helium/mobile-entity-manager-sdk@^0.6.6, @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.6.5 - "@helium/helium-entity-manager-sdk": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/helium-entity-manager-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -1634,15 +1634,15 @@ __metadata: resolution: "@helium/monitor-service@workspace:packages/monitor-service" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@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-distributor-sdk": ^0.6.5 - "@helium/lazy-transactions-sdk": ^0.6.5 - "@helium/spl-utils": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/data-credits-sdk": ^0.6.6 + "@helium/helium-entity-manager-sdk": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/lazy-distributor-sdk": ^0.6.6 + "@helium/lazy-transactions-sdk": ^0.6.6 + "@helium/spl-utils": ^0.6.6 "@metaplex-foundation/mpl-bubblegum": ^3.0.0 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 @@ -1681,12 +1681,12 @@ __metadata: languageName: node linkType: hard -"@helium/price-oracle-sdk@^0.6.5, @helium/price-oracle-sdk@workspace:packages/price-oracle-sdk": +"@helium/price-oracle-sdk@^0.6.6, @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.6.5 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1727,7 +1727,7 @@ __metadata: languageName: node linkType: hard -"@helium/rewards-burn-sdk@^0.6.5, @helium/rewards-burn-sdk@workspace:packages/rewards-burn-sdk": +"@helium/rewards-burn-sdk@^0.6.6, @helium/rewards-burn-sdk@workspace:packages/rewards-burn-sdk": version: 0.0.0-use.local resolution: "@helium/rewards-burn-sdk@workspace:packages/rewards-burn-sdk" dependencies: @@ -1763,13 +1763,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-oracle-sdk@^0.6.5, @helium/rewards-oracle-sdk@workspace:packages/rewards-oracle-sdk": +"@helium/rewards-oracle-sdk@^0.6.6, @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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1779,14 +1779,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.5, @helium/spl-utils@workspace:packages/spl-utils": +"@helium/spl-utils@^0.6.6, @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.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -1818,9 +1818,9 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.6.5 + "@helium/spl-utils": ^0.6.6 "@jup-ag/api": ^6.0.6 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.4 @@ -1850,14 +1850,14 @@ __metadata: languageName: node linkType: hard -"@helium/treasury-management-sdk@^0.6.5, @helium/treasury-management-sdk@workspace:packages/treasury-management-sdk": +"@helium/treasury-management-sdk@^0.6.6, @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.6.5 - "@helium/circuit-breaker-sdk": ^0.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/circuit-breaker-sdk": ^0.6.6 + "@helium/idls": ^0.6.6 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1872,13 +1872,13 @@ __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.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/account-fetch-cache": ^0.6.6 + "@helium/account-fetch-cache-hooks": ^0.6.6 + "@helium/helium-react-hooks": ^0.6.6 + "@helium/helium-sub-daos-sdk": ^0.6.6 "@helium/modular-governance-hooks": ^0.0.8 - "@helium/spl-utils": ^0.6.5 - "@helium/voter-stake-registry-sdk": ^0.6.5 + "@helium/spl-utils": ^0.6.6 + "@helium/voter-stake-registry-sdk": ^0.6.6 "@metaplex-foundation/js": ^0.19.4 "@solana/wallet-adapter-base": ^0.9.22 "@solana/wallet-adapter-react": ^0.15.32 @@ -1895,13 +1895,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.6.5, @helium/voter-stake-registry-sdk@workspace:packages/voter-stake-registry-sdk": +"@helium/voter-stake-registry-sdk@^0.6.6, @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.6.5 - "@helium/idls": ^0.6.5 + "@helium/anchor-resolvers": ^0.6.6 + "@helium/idls": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 @@ -1919,10 +1919,10 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.6.5 + "@helium/account-fetch-cache": ^0.6.6 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.6.5 - "@helium/voter-stake-registry-sdk": ^0.6.5 + "@helium/spl-utils": ^0.6.6 + "@helium/voter-stake-registry-sdk": ^0.6.6 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -1947,11 +1947,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.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 + "@helium/account-fetch-cache": ^0.6.6 + "@helium/distributor-oracle": ^0.6.6 + "@helium/helium-react-hooks": ^0.6.6 + "@helium/idls": ^0.6.6 + "@helium/lazy-distributor-sdk": ^0.6.6 "@solana/spl-token": ^0.3.8 assert: ^2.0.0 bn.js: ^5.2.0