diff --git a/CHANGELOG.md b/CHANGELOG.md index 1552ca552..c7af73a3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.21](https://github.com/helium/helium-program-library/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package helium-program-library + + + + + ## [0.6.20](https://github.com/helium/helium-program-library/compare/v0.6.19...v0.6.20) (2024-01-19) diff --git a/lerna.json b/lerna.json index 737928d6b..d3c9d35f0 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages/*" ], "useWorkspaces": true, - "version": "0.6.20" + "version": "0.6.21" } diff --git a/packages/account-fetch-cache-hooks/CHANGELOG.md b/packages/account-fetch-cache-hooks/CHANGELOG.md index a4ead9011..af9a41430 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.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/account-fetch-cache-hooks + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **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 4bcd795c1..21d7f993c 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.20", + "version": "0.6.21", "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.20", + "@helium/account-fetch-cache": "^0.6.21", "@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 69a20ecad..820358f0d 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@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.20": +"@helium/account-fetch-cache@^0.6.21": 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 1b8300057..627513188 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.21](https://github.com/helium/helium-program-library/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/account-fetch-cache + + + + + ## [0.6.20](https://github.com/helium/helium-program-library/compare/v0.6.19...v0.6.20) (2024-01-19) **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 41a55bd8f..dcf9f7015 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.20", + "version": "0.6.21", "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 fd4eb7d9f..52f0c2030 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.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/account-postgres-sink-service + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **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 b2add2ac2..4503727f4 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.20", + "version": "0.6.21", "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.20", + "@helium/account-fetch-cache": "^0.6.21", "@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 5dab28991..7ed3bc24a 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.20": +"@helium/account-fetch-cache@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@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 ea01d513a..ad62b6f48 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.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/active-device-oracle + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **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 520f0b83b..5b49f9e3c 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.20", + "version": "0.6.21", "description": "Oracle of helium active devices", "repository": { "type": "git", diff --git a/packages/anchor-resolvers/CHANGELOG.md b/packages/anchor-resolvers/CHANGELOG.md index d6ae47fd8..87b52e521 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.21](https://github.com/helium/helium-program-library/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/anchor-resolvers + + + + + ## [0.6.20](https://github.com/helium/helium-program-library/compare/v0.6.19...v0.6.20) (2024-01-19) **Note:** Version bump only for package @helium/anchor-resolvers diff --git a/packages/anchor-resolvers/package.json b/packages/anchor-resolvers/package.json index 8cd8bd9af..8c8eccac4 100644 --- a/packages/anchor-resolvers/package.json +++ b/packages/anchor-resolvers/package.json @@ -1,6 +1,6 @@ { "name": "@helium/anchor-resolvers", - "version": "0.6.20", + "version": "0.6.21", "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 f0ef1bd3e..ee4c026b5 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.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/circuit-breaker-sdk + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **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 166b3f75f..efd7f5ab3 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.20", + "version": "0.6.21", "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.20", - "@helium/idls": "^0.6.20", + "@helium/anchor-resolvers": "^0.6.21", + "@helium/idls": "^0.6.21", "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 e828bc148..d60d448b4 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.20": +"@helium/anchor-resolvers@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 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.20": +"@helium/idls@^0.6.21": 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 6cdae3666..88417b8a9 100644 --- a/packages/crons/CHANGELOG.md +++ b/packages/crons/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.21](https://github.com/helium/helium-program-library/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/crons + + + + + ## [0.6.20](https://github.com/helium/helium-program-library/compare/v0.6.19...v0.6.20) (2024-01-19) **Note:** Version bump only for package @helium/crons diff --git a/packages/crons/package.json b/packages/crons/package.json index 6c00921c5..3bb251153 100644 --- a/packages/crons/package.json +++ b/packages/crons/package.json @@ -1,6 +1,6 @@ { "name": "@helium/crons", - "version": "0.6.20", + "version": "0.6.21", "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.20", - "@helium/distributor-oracle": "^0.6.20", - "@helium/fanout-sdk": "^0.6.20", - "@helium/helium-entity-manager-sdk": "^0.6.20", - "@helium/helium-sub-daos-sdk": "^0.6.20", - "@helium/idls": "^0.6.20", - "@helium/lazy-distributor-sdk": "^0.6.20", - "@helium/mobile-entity-manager-sdk": "^0.6.20", - "@helium/no-emit-sdk": "^0.6.20", + "@helium/account-fetch-cache": "^0.6.21", + "@helium/distributor-oracle": "^0.6.21", + "@helium/fanout-sdk": "^0.6.21", + "@helium/helium-entity-manager-sdk": "^0.6.21", + "@helium/helium-sub-daos-sdk": "^0.6.21", + "@helium/idls": "^0.6.21", + "@helium/lazy-distributor-sdk": "^0.6.21", + "@helium/mobile-entity-manager-sdk": "^0.6.21", + "@helium/no-emit-sdk": "^0.6.21", "@helium/organization-sdk": "^0.0.8", - "@helium/price-oracle-sdk": "^0.6.20", + "@helium/price-oracle-sdk": "^0.6.21", "@helium/proposal-sdk": "^0.0.8", - "@helium/rewards-oracle-sdk": "^0.6.20", - "@helium/spl-utils": "^0.6.20", + "@helium/rewards-oracle-sdk": "^0.6.21", + "@helium/spl-utils": "^0.6.21", "@helium/state-controller-sdk": "^0.0.8", - "@helium/treasury-management-sdk": "^0.6.20", - "@helium/voter-stake-registry-sdk": "^0.6.20", + "@helium/treasury-management-sdk": "^0.6.21", + "@helium/voter-stake-registry-sdk": "^0.6.21", "@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 162170b1d..4898306a4 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.20": +"@helium/account-fetch-cache@^0.6.21": 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.20": +"@helium/anchor-resolvers@^0.6.21": 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.20": +"@helium/circuit-breaker-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 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.20 - "@helium/distributor-oracle": ^0.6.20 - "@helium/fanout-sdk": ^0.6.20 - "@helium/helium-entity-manager-sdk": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/lazy-distributor-sdk": ^0.6.20 - "@helium/mobile-entity-manager-sdk": ^0.6.20 - "@helium/no-emit-sdk": ^0.6.20 + "@helium/account-fetch-cache": ^0.6.21 + "@helium/distributor-oracle": ^0.6.21 + "@helium/fanout-sdk": ^0.6.21 + "@helium/helium-entity-manager-sdk": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/lazy-distributor-sdk": ^0.6.21 + "@helium/mobile-entity-manager-sdk": ^0.6.21 + "@helium/no-emit-sdk": ^0.6.21 "@helium/organization-sdk": ^0.0.8 - "@helium/price-oracle-sdk": ^0.6.20 + "@helium/price-oracle-sdk": ^0.6.21 "@helium/proposal-sdk": ^0.0.8 - "@helium/rewards-oracle-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/rewards-oracle-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@helium/state-controller-sdk": ^0.0.8 - "@helium/treasury-management-sdk": ^0.6.20 - "@helium/voter-stake-registry-sdk": ^0.6.20 + "@helium/treasury-management-sdk": ^0.6.21 + "@helium/voter-stake-registry-sdk": ^0.6.21 "@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.20": +"@helium/distributor-oracle@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/lazy-distributor-sdk": ^0.6.20 - "@helium/rewards-oracle-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/helium-entity-manager-sdk": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/lazy-distributor-sdk": ^0.6.21 + "@helium/rewards-oracle-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -246,13 +246,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/fanout-sdk@^0.6.20": +"@helium/fanout-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -262,17 +262,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.6.20": +"@helium/helium-entity-manager-sdk@^0.6.21": 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.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/no-emit-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/no-emit-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -285,15 +285,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.6.20": +"@helium/helium-sub-daos-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/treasury-management-sdk": ^0.6.20 - "@helium/voter-stake-registry-sdk": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/treasury-management-sdk": ^0.6.21 + "@helium/voter-stake-registry-sdk": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -303,7 +303,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.20": +"@helium/idls@^0.6.21": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -330,13 +330,13 @@ __metadata: languageName: node linkType: hard -"@helium/lazy-distributor-sdk@^0.6.20": +"@helium/lazy-distributor-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -346,14 +346,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/mobile-entity-manager-sdk@^0.6.20": +"@helium/mobile-entity-manager-sdk@^0.6.21": 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.20 - "@helium/helium-entity-manager-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/helium-entity-manager-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -374,7 +374,7 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.6.20": +"@helium/no-emit-sdk@^0.6.21": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: @@ -402,12 +402,12 @@ __metadata: languageName: node linkType: hard -"@helium/price-oracle-sdk@^0.6.20": +"@helium/price-oracle-sdk@^0.6.21": 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.20 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -428,13 +428,13 @@ __metadata: languageName: node linkType: hard -"@helium/rewards-oracle-sdk@^0.6.20": +"@helium/rewards-oracle-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -444,14 +444,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.20": +"@helium/spl-utils@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -477,14 +477,14 @@ __metadata: languageName: node linkType: hard -"@helium/treasury-management-sdk@^0.6.20": +"@helium/treasury-management-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -494,13 +494,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.6.20": +"@helium/voter-stake-registry-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 "@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 cca7a0686..63c26fdb7 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.21](https://github.com/helium/helium-program-library/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/currency-utils + + + + + ## [0.6.20](https://github.com/helium/helium-program-library/compare/v0.6.19...v0.6.20) (2024-01-19) **Note:** Version bump only for package @helium/currency-utils diff --git a/packages/currency-utils/package.json b/packages/currency-utils/package.json index 78668796e..45311e479 100644 --- a/packages/currency-utils/package.json +++ b/packages/currency-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/currency-utils", - "version": "0.6.20", + "version": "0.6.21", "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 04bf98687..516cced6c 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.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/data-credits-sdk + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **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 8946bfbe6..4958b0dfe 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.20", + "version": "0.6.21", "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.20", - "@helium/circuit-breaker-sdk": "^0.6.20", - "@helium/helium-sub-daos-sdk": "^0.6.20", - "@helium/idls": "^0.6.20", + "@helium/anchor-resolvers": "^0.6.21", + "@helium/circuit-breaker-sdk": "^0.6.21", + "@helium/helium-sub-daos-sdk": "^0.6.21", + "@helium/idls": "^0.6.21", "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 a4e47da24..4acff6185 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.20": +"@helium/anchor-resolvers@^0.6.21": 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.20": +"@helium/circuit-breaker-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 "@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.20": +"@helium/helium-sub-daos-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/treasury-management-sdk": ^0.6.20 - "@helium/voter-stake-registry-sdk": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/treasury-management-sdk": ^0.6.21 + "@helium/voter-stake-registry-sdk": ^0.6.21 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.20": +"@helium/idls@^0.6.21": 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.20": +"@helium/treasury-management-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 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.20": +"@helium/voter-stake-registry-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 "@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 75d8e8fdf..6a9d8e342 100644 --- a/packages/distributor-oracle/CHANGELOG.md +++ b/packages/distributor-oracle/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/distributor-oracle + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **Note:** Version bump only for package @helium/distributor-oracle diff --git a/packages/distributor-oracle/package.json b/packages/distributor-oracle/package.json index d8926d11b..77ee7f33d 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.20", + "version": "0.6.21", "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.20", + "@helium/account-fetch-cache": "^0.6.21", "@helium/address": "^4.10.2", - "@helium/helium-entity-manager-sdk": "^0.6.20", - "@helium/helium-sub-daos-sdk": "^0.6.20", - "@helium/idls": "^0.6.20", - "@helium/lazy-distributor-sdk": "^0.6.20", - "@helium/rewards-oracle-sdk": "^0.6.20", - "@helium/spl-utils": "^0.6.20", + "@helium/helium-entity-manager-sdk": "^0.6.21", + "@helium/helium-sub-daos-sdk": "^0.6.21", + "@helium/idls": "^0.6.21", + "@helium/lazy-distributor-sdk": "^0.6.21", + "@helium/rewards-oracle-sdk": "^0.6.21", + "@helium/spl-utils": "^0.6.21", "@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 7313bd2dd..658eddba2 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.20": +"@helium/account-fetch-cache@^0.6.21": 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.20": +"@helium/anchor-resolvers@^0.6.21": 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.20": +"@helium/circuit-breaker-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/lazy-distributor-sdk": ^0.6.20 - "@helium/rewards-oracle-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/helium-entity-manager-sdk": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/lazy-distributor-sdk": ^0.6.21 + "@helium/rewards-oracle-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -207,17 +207,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.6.20": +"@helium/helium-entity-manager-sdk@^0.6.21": 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.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/no-emit-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/no-emit-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -230,15 +230,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.6.20": +"@helium/helium-sub-daos-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/treasury-management-sdk": ^0.6.20 - "@helium/voter-stake-registry-sdk": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/treasury-management-sdk": ^0.6.21 + "@helium/voter-stake-registry-sdk": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -248,7 +248,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.20": +"@helium/idls@^0.6.21": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -275,13 +275,13 @@ __metadata: languageName: node linkType: hard -"@helium/lazy-distributor-sdk@^0.6.20": +"@helium/lazy-distributor-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -291,7 +291,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/no-emit-sdk@^0.6.20": +"@helium/no-emit-sdk@^0.6.21": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: @@ -307,13 +307,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-oracle-sdk@^0.6.20": +"@helium/rewards-oracle-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -323,14 +323,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.20": +"@helium/spl-utils@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -345,14 +345,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.6.20": +"@helium/treasury-management-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -362,13 +362,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.6.20": +"@helium/voter-stake-registry-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 "@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 0008ab622..3a7d81033 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.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/entity-invalidator + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **Note:** Version bump only for package @helium/entity-invalidator diff --git a/packages/entity-invalidator/package.json b/packages/entity-invalidator/package.json index d6d5e4dc3..a0d54e243 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.20", + "version": "0.6.21", "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.20", - "@helium/helium-entity-manager-sdk": "^0.6.20", - "@helium/spl-utils": "^0.6.20", + "@helium/account-fetch-cache": "^0.6.21", + "@helium/helium-entity-manager-sdk": "^0.6.21", + "@helium/spl-utils": "^0.6.21", "@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 223121134..a303a8b7f 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.20": +"@helium/account-fetch-cache@^0.6.21": 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.20": +"@helium/anchor-resolvers@^0.6.21": 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.20": +"@helium/circuit-breaker-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 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.20 - "@helium/helium-entity-manager-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/account-fetch-cache": ^0.6.21 + "@helium/helium-entity-manager-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@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.20": +"@helium/helium-entity-manager-sdk@^0.6.21": 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.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/no-emit-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/no-emit-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@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.20": +"@helium/helium-sub-daos-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/treasury-management-sdk": ^0.6.20 - "@helium/voter-stake-registry-sdk": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/treasury-management-sdk": ^0.6.21 + "@helium/voter-stake-registry-sdk": ^0.6.21 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.20": +"@helium/idls@^0.6.21": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -221,7 +221,7 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.6.20": +"@helium/no-emit-sdk@^0.6.21": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: @@ -237,14 +237,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.20": +"@helium/spl-utils@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 "@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.20": +"@helium/treasury-management-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 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.20": +"@helium/voter-stake-registry-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 "@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 612c89f1e..8960f7b90 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.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/fanout-metadata-service + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **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 ff14db0b1..b247188c3 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.20", + "version": "0.6.21", "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.20", + "@helium/account-fetch-cache": "^0.6.21", "@helium/address": "^4.10.2", - "@helium/fanout-sdk": "^0.6.20", - "@helium/spl-utils": "^0.6.20", + "@helium/fanout-sdk": "^0.6.21", + "@helium/spl-utils": "^0.6.21", "@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 15fd5b03c..4db06f361 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.20": +"@helium/account-fetch-cache@^0.6.21": 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.20": +"@helium/anchor-resolvers@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/fanout-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/fanout-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@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.20": +"@helium/fanout-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 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.20": +"@helium/idls@^0.6.21": 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.20": +"@helium/spl-utils@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 "@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 5ad92a3a1..6e8f55230 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.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/fanout-sdk + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **Note:** Version bump only for package @helium/fanout-sdk diff --git a/packages/fanout-sdk/package.json b/packages/fanout-sdk/package.json index 8bc984a23..0abeb476f 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.20", + "version": "0.6.21", "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.20", - "@helium/idls": "^0.6.20", + "@helium/anchor-resolvers": "^0.6.21", + "@helium/idls": "^0.6.21", "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 59e0cc76e..db51e32c0 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.20": +"@helium/anchor-resolvers@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 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.20": +"@helium/idls@^0.6.21": 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 e9bf2e271..b596f94b3 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.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/faucet-service + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **Note:** Version bump only for package @helium/faucet-service diff --git a/packages/faucet-service/package.json b/packages/faucet-service/package.json index 042f20390..8af546a53 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.20", + "version": "0.6.21", "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.20", - "@helium/spl-utils": "^0.6.20", + "@helium/idls": "^0.6.21", + "@helium/spl-utils": "^0.6.21", "@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 75db8bbf3..8c4d4ea48 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.20": +"@helium/account-fetch-cache@^0.6.21": 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.20": +"@helium/anchor-resolvers@^0.6.21": 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.20 - "@helium/spl-utils": ^0.6.20 + "@helium/idls": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@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.20": +"@helium/idls@^0.6.21": 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.20": +"@helium/spl-utils@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 "@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 a5dd3a225..8b7f0856b 100644 --- a/packages/helium-admin-cli/CHANGELOG.md +++ b/packages/helium-admin-cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/helium-admin-cli + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) diff --git a/packages/helium-admin-cli/package.json b/packages/helium-admin-cli/package.json index dad5fa183..3060fa075 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.20", + "version": "0.6.21", "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.20", + "@helium/circuit-breaker-sdk": "^0.6.21", "@helium/crypto": "^4.10.2", - "@helium/data-credits-sdk": "^0.6.20", - "@helium/distributor-oracle": "^0.6.20", - "@helium/fanout-sdk": "^0.6.20", - "@helium/helium-entity-manager-sdk": "^0.6.20", - "@helium/helium-sub-daos-sdk": "^0.6.20", - "@helium/lazy-distributor-sdk": "^0.6.20", - "@helium/mobile-entity-manager-sdk": "^0.6.20", - "@helium/price-oracle-sdk": "^0.6.20", - "@helium/spl-utils": "^0.6.20", - "@helium/treasury-management-sdk": "^0.6.20", + "@helium/data-credits-sdk": "^0.6.21", + "@helium/distributor-oracle": "^0.6.21", + "@helium/fanout-sdk": "^0.6.21", + "@helium/helium-entity-manager-sdk": "^0.6.21", + "@helium/helium-sub-daos-sdk": "^0.6.21", + "@helium/lazy-distributor-sdk": "^0.6.21", + "@helium/mobile-entity-manager-sdk": "^0.6.21", + "@helium/price-oracle-sdk": "^0.6.21", + "@helium/spl-utils": "^0.6.21", + "@helium/treasury-management-sdk": "^0.6.21", "@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 fa7bc9832..423f75534 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.20": +"@helium/account-fetch-cache@^0.6.21": 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.20": +"@helium/anchor-resolvers@^0.6.21": 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.20": +"@helium/circuit-breaker-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 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.20": +"@helium/data-credits-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 "@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.20": +"@helium/distributor-oracle@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/lazy-distributor-sdk": ^0.6.20 - "@helium/rewards-oracle-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/helium-entity-manager-sdk": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/lazy-distributor-sdk": ^0.6.21 + "@helium/rewards-oracle-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -273,13 +273,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/fanout-sdk@^0.6.20": +"@helium/fanout-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -295,18 +295,18 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/address": ^4.10.2 - "@helium/circuit-breaker-sdk": ^0.6.20 + "@helium/circuit-breaker-sdk": ^0.6.21 "@helium/crypto": ^4.10.2 - "@helium/data-credits-sdk": ^0.6.20 - "@helium/distributor-oracle": ^0.6.20 - "@helium/fanout-sdk": ^0.6.20 - "@helium/helium-entity-manager-sdk": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/lazy-distributor-sdk": ^0.6.20 - "@helium/mobile-entity-manager-sdk": ^0.6.20 - "@helium/price-oracle-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 - "@helium/treasury-management-sdk": ^0.6.20 + "@helium/data-credits-sdk": ^0.6.21 + "@helium/distributor-oracle": ^0.6.21 + "@helium/fanout-sdk": ^0.6.21 + "@helium/helium-entity-manager-sdk": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/lazy-distributor-sdk": ^0.6.21 + "@helium/mobile-entity-manager-sdk": ^0.6.21 + "@helium/price-oracle-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 + "@helium/treasury-management-sdk": ^0.6.21 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-governance": ^0.3.18 "@solana/spl-token": ^0.3.8 @@ -326,17 +326,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.6.20": +"@helium/helium-entity-manager-sdk@^0.6.21": 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.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/no-emit-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/no-emit-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -349,15 +349,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.6.20": +"@helium/helium-sub-daos-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/treasury-management-sdk": ^0.6.20 - "@helium/voter-stake-registry-sdk": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/treasury-management-sdk": ^0.6.21 + "@helium/voter-stake-registry-sdk": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -367,7 +367,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.20": +"@helium/idls@^0.6.21": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -394,13 +394,13 @@ __metadata: languageName: node linkType: hard -"@helium/lazy-distributor-sdk@^0.6.20": +"@helium/lazy-distributor-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -410,14 +410,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/mobile-entity-manager-sdk@^0.6.20": +"@helium/mobile-entity-manager-sdk@^0.6.21": 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.20 - "@helium/helium-entity-manager-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/helium-entity-manager-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -428,7 +428,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/no-emit-sdk@^0.6.20": +"@helium/no-emit-sdk@^0.6.21": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: @@ -444,12 +444,12 @@ __metadata: languageName: unknown linkType: soft -"@helium/price-oracle-sdk@^0.6.20": +"@helium/price-oracle-sdk@^0.6.21": 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.20 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -459,13 +459,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-oracle-sdk@^0.6.20": +"@helium/rewards-oracle-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -475,14 +475,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.20": +"@helium/spl-utils@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -497,14 +497,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.6.20": +"@helium/treasury-management-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -514,13 +514,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.6.20": +"@helium/voter-stake-registry-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 "@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 84469395c..e5ba70870 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.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/helium-entity-manager-sdk + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **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 d373220b4..1dac0092a 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.20", + "version": "0.6.21", "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.20", - "@helium/helium-sub-daos-sdk": "^0.6.20", - "@helium/idls": "^0.6.20", - "@helium/no-emit-sdk": "^0.6.20", - "@helium/spl-utils": "^0.6.20", + "@helium/anchor-resolvers": "^0.6.21", + "@helium/helium-sub-daos-sdk": "^0.6.21", + "@helium/idls": "^0.6.21", + "@helium/no-emit-sdk": "^0.6.21", + "@helium/spl-utils": "^0.6.21", "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 4fc87b143..11a62ca2e 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.20": +"@helium/account-fetch-cache@^0.6.21": 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.20": +"@helium/anchor-resolvers@^0.6.21": 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.20": +"@helium/circuit-breaker-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 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.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/no-emit-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/no-emit-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@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.20": +"@helium/helium-sub-daos-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/treasury-management-sdk": ^0.6.20 - "@helium/voter-stake-registry-sdk": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/treasury-management-sdk": ^0.6.21 + "@helium/voter-stake-registry-sdk": ^0.6.21 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.20": +"@helium/idls@^0.6.21": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -190,7 +190,7 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.6.20": +"@helium/no-emit-sdk@^0.6.21": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: @@ -206,14 +206,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.20": +"@helium/spl-utils@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 "@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.20": +"@helium/treasury-management-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 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.20": +"@helium/voter-stake-registry-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 "@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 89c52546d..c39a20daa 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.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/helium-react-hooks + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **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 9994868e4..72fc72cd7 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.20", + "version": "0.6.21", "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.20", - "@helium/account-fetch-cache-hooks": "^0.6.20", + "@helium/account-fetch-cache": "^0.6.21", + "@helium/account-fetch-cache-hooks": "^0.6.21", "@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 a22d99374..66b9d5079 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.20": +"@helium/account-fetch-cache-hooks@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@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.20": +"@helium/account-fetch-cache@^0.6.21": 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.20 - "@helium/account-fetch-cache-hooks": ^0.6.20 + "@helium/account-fetch-cache": ^0.6.21 + "@helium/account-fetch-cache-hooks": ^0.6.21 "@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 d5099e4cf..f4853a4fc 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.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/helium-sub-daos-sdk + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **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 af6595f22..123fb043a 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.20", + "version": "0.6.21", "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.20", - "@helium/circuit-breaker-sdk": "^0.6.20", - "@helium/treasury-management-sdk": "^0.6.20", - "@helium/voter-stake-registry-sdk": "^0.6.20", + "@helium/anchor-resolvers": "^0.6.21", + "@helium/circuit-breaker-sdk": "^0.6.21", + "@helium/treasury-management-sdk": "^0.6.21", + "@helium/voter-stake-registry-sdk": "^0.6.21", "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 271c2b95d..294d8a10c 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.20": +"@helium/anchor-resolvers@^0.6.21": 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.20": +"@helium/circuit-breaker-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/treasury-management-sdk": ^0.6.20 - "@helium/voter-stake-registry-sdk": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/treasury-management-sdk": ^0.6.21 + "@helium/voter-stake-registry-sdk": ^0.6.21 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.20": +"@helium/idls@^0.6.21": 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.20": +"@helium/treasury-management-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 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.20": +"@helium/voter-stake-registry-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 diff --git a/packages/hexboosting-sdk/package.json b/packages/hexboosting-sdk/package.json index 5928933a5..370fe651c 100644 --- a/packages/hexboosting-sdk/package.json +++ b/packages/hexboosting-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.20", + "version": "0.6.21", "description": "Interface to the data-credits smart contract", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.6.20", - "@helium/helium-sub-daos-sdk": "^0.6.20", - "@helium/idls": "^0.6.20", + "@helium/anchor-resolvers": "^0.6.21", + "@helium/helium-sub-daos-sdk": "^0.6.21", + "@helium/idls": "^0.6.21", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/hexboosting-sdk/yarn.deploy.lock b/packages/hexboosting-sdk/yarn.deploy.lock index 75187ee8d..e558ac846 100644 --- a/packages/hexboosting-sdk/yarn.deploy.lock +++ b/packages/hexboosting-sdk/yarn.deploy.lock @@ -58,7 +58,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.20": +"@helium/anchor-resolvers@^0.6.21": 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.20": +"@helium/circuit-breaker-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -88,15 +88,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.6.20": +"@helium/helium-sub-daos-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/treasury-management-sdk": ^0.6.20 - "@helium/voter-stake-registry-sdk": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/treasury-management-sdk": ^0.6.21 + "@helium/voter-stake-registry-sdk": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -111,9 +111,9 @@ __metadata: resolution: "@helium/hexboosting-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -123,7 +123,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.20": +"@helium/idls@^0.6.21": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -137,14 +137,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.6.20": +"@helium/treasury-management-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -154,13 +154,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.6.20": +"@helium/voter-stake-registry-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 "@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 aebfe1c1d..c8d05c68e 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.21](https://github.com/helium/helium-program-library/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/hotspot-utils + + + + + ## [0.6.20](https://github.com/helium/helium-program-library/compare/v0.6.19...v0.6.20) (2024-01-19) **Note:** Version bump only for package @helium/hotspot-utils diff --git a/packages/hotspot-utils/package.json b/packages/hotspot-utils/package.json index 7b6ad19b8..9bf47ddfe 100644 --- a/packages/hotspot-utils/package.json +++ b/packages/hotspot-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/hotspot-utils", - "version": "0.6.20", + "version": "0.6.21", "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.20", - "@helium/helium-sub-daos-sdk": "^0.6.20", - "@helium/idls": "^0.6.20", - "@helium/spl-utils": "^0.6.20", + "@helium/helium-entity-manager-sdk": "^0.6.21", + "@helium/helium-sub-daos-sdk": "^0.6.21", + "@helium/idls": "^0.6.21", + "@helium/spl-utils": "^0.6.21", "@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 899b59ad3..f22bea84d 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.20": +"@helium/account-fetch-cache@^0.6.21": 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.20": +"@helium/anchor-resolvers@^0.6.21": 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.20": +"@helium/circuit-breaker-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 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.20": +"@helium/helium-entity-manager-sdk@^0.6.21": 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.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/no-emit-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/no-emit-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@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.20": +"@helium/helium-sub-daos-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/treasury-management-sdk": ^0.6.20 - "@helium/voter-stake-registry-sdk": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/treasury-management-sdk": ^0.6.21 + "@helium/voter-stake-registry-sdk": ^0.6.21 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.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/helium-entity-manager-sdk": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@solana/web3.js": ^1.78.4 bs58: ^4.0.1 languageName: unknown linkType: soft -"@helium/idls@^0.6.20": +"@helium/idls@^0.6.21": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -204,7 +204,7 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.6.20": +"@helium/no-emit-sdk@^0.6.21": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: @@ -220,14 +220,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.20": +"@helium/spl-utils@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 "@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.20": +"@helium/treasury-management-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 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.20": +"@helium/voter-stake-registry-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 "@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 fcf30dd30..310ce361b 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.21](https://github.com/helium/helium-program-library/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/idls + + + + + ## [0.6.20](https://github.com/helium/helium-program-library/compare/v0.6.19...v0.6.20) (2024-01-19) **Note:** Version bump only for package @helium/idls diff --git a/packages/idls/package.json b/packages/idls/package.json index 74394e636..60c7d2391 100644 --- a/packages/idls/package.json +++ b/packages/idls/package.json @@ -1,6 +1,6 @@ { "name": "@helium/idls", - "version": "0.6.20", + "version": "0.6.21", "description": "Exported idls", "publishConfig": { "access": "public", diff --git a/packages/lazy-distributor-sdk/CHANGELOG.md b/packages/lazy-distributor-sdk/CHANGELOG.md index fe7d52aae..cbcaf3f1b 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.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/lazy-distributor-sdk + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **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 2f913e0e8..3a7c95256 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.20", + "version": "0.6.21", "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.20", - "@helium/circuit-breaker-sdk": "^0.6.20", + "@helium/anchor-resolvers": "^0.6.21", + "@helium/circuit-breaker-sdk": "^0.6.21", "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 e385bcccb..74f4f3f07 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.20": +"@helium/anchor-resolvers@^0.6.21": 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.20": +"@helium/circuit-breaker-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 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.20": +"@helium/idls@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 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 c485b07b9..55d14a031 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.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/lazy-transactions-sdk + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **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 7e285cf57..df7d9ae6f 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.20", + "version": "0.6.21", "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.20", - "@helium/spl-utils": "^0.6.20", + "@helium/idls": "^0.6.21", + "@helium/spl-utils": "^0.6.21", "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 25783c075..2599b4f7a 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.20": +"@helium/account-fetch-cache@^0.6.21": 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.20": +"@helium/anchor-resolvers@^0.6.21": 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.20": +"@helium/idls@^0.6.21": 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.20 - "@helium/spl-utils": ^0.6.20 + "@helium/idls": ^0.6.21 + "@helium/spl-utils": ^0.6.21 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.20": +"@helium/spl-utils@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 "@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 d5564ee87..3fdc9299e 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.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/metadata-service + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **Note:** Version bump only for package @helium/metadata-service diff --git a/packages/metadata-service/package.json b/packages/metadata-service/package.json index 05dbca688..8663d89b5 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.20", + "version": "0.6.21", "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.20", + "@helium/account-fetch-cache": "^0.6.21", "@helium/address": "^4.10.2", - "@helium/helium-entity-manager-sdk": "^0.6.20", - "@helium/helium-sub-daos-sdk": "^0.6.20", - "@helium/idls": "^0.6.20", - "@helium/spl-utils": "^0.6.20", + "@helium/helium-entity-manager-sdk": "^0.6.21", + "@helium/helium-sub-daos-sdk": "^0.6.21", + "@helium/idls": "^0.6.21", + "@helium/spl-utils": "^0.6.21", "@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 69d1646e9..61beb3176 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.20": +"@helium/account-fetch-cache@^0.6.21": 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.20": +"@helium/anchor-resolvers@^0.6.21": 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.20": +"@helium/circuit-breaker-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 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.20": +"@helium/helium-entity-manager-sdk@^0.6.21": 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.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/no-emit-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/no-emit-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@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.20": +"@helium/helium-sub-daos-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/treasury-management-sdk": ^0.6.20 - "@helium/voter-stake-registry-sdk": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/treasury-management-sdk": ^0.6.21 + "@helium/voter-stake-registry-sdk": ^0.6.21 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.20": +"@helium/idls@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/helium-entity-manager-sdk": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@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/no-emit-sdk@^0.6.20": +"@helium/no-emit-sdk@^0.6.21": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: @@ -285,14 +285,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.20": +"@helium/spl-utils@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 "@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.20": +"@helium/treasury-management-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 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.20": +"@helium/voter-stake-registry-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 "@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 31f2e4f66..6229bff90 100644 --- a/packages/migration-service/CHANGELOG.md +++ b/packages/migration-service/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/migration-service + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **Note:** Version bump only for package @helium/migration-service diff --git a/packages/migration-service/package.json b/packages/migration-service/package.json index f2caa5d0b..945430e52 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.20", + "version": "0.6.21", "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.20", + "@helium/account-fetch-cache": "^0.6.21", "@helium/address": "^4.10.2", - "@helium/circuit-breaker-sdk": "^0.6.20", + "@helium/circuit-breaker-sdk": "^0.6.21", "@helium/crypto": "^4.10.2", - "@helium/data-credits-sdk": "^0.6.20", - "@helium/distributor-oracle": "^0.6.20", - "@helium/helium-entity-manager-sdk": "^0.6.20", - "@helium/helium-sub-daos-sdk": "^0.6.20", - "@helium/lazy-distributor-sdk": "^0.6.20", - "@helium/lazy-transactions-sdk": "^0.6.20", - "@helium/treasury-management-sdk": "^0.6.20", - "@helium/voter-stake-registry-sdk": "^0.6.20", + "@helium/data-credits-sdk": "^0.6.21", + "@helium/distributor-oracle": "^0.6.21", + "@helium/helium-entity-manager-sdk": "^0.6.21", + "@helium/helium-sub-daos-sdk": "^0.6.21", + "@helium/lazy-distributor-sdk": "^0.6.21", + "@helium/lazy-transactions-sdk": "^0.6.21", + "@helium/treasury-management-sdk": "^0.6.21", + "@helium/voter-stake-registry-sdk": "^0.6.21", "@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 ff052afc6..629101b47 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.20": +"@helium/account-fetch-cache@^0.6.21": 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.20": +"@helium/anchor-resolvers@^0.6.21": 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.20": +"@helium/circuit-breaker-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 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.20": +"@helium/data-credits-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 "@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.20": +"@helium/distributor-oracle@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/lazy-distributor-sdk": ^0.6.20 - "@helium/rewards-oracle-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/helium-entity-manager-sdk": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/lazy-distributor-sdk": ^0.6.21 + "@helium/rewards-oracle-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -283,17 +283,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.6.20": +"@helium/helium-entity-manager-sdk@^0.6.21": 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.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/no-emit-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/no-emit-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -306,15 +306,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.6.20": +"@helium/helium-sub-daos-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/treasury-management-sdk": ^0.6.20 - "@helium/voter-stake-registry-sdk": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/treasury-management-sdk": ^0.6.21 + "@helium/voter-stake-registry-sdk": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -324,7 +324,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.20": +"@helium/idls@^0.6.21": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -351,13 +351,13 @@ __metadata: languageName: node linkType: hard -"@helium/lazy-distributor-sdk@^0.6.20": +"@helium/lazy-distributor-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -367,13 +367,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/lazy-transactions-sdk@^0.6.20": +"@helium/lazy-transactions-sdk@^0.6.21": 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.20 - "@helium/spl-utils": ^0.6.20 + "@helium/idls": ^0.6.21 + "@helium/spl-utils": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -392,18 +392,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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/circuit-breaker-sdk": ^0.6.20 + "@helium/circuit-breaker-sdk": ^0.6.21 "@helium/crypto": ^4.10.2 - "@helium/data-credits-sdk": ^0.6.20 - "@helium/distributor-oracle": ^0.6.20 - "@helium/helium-entity-manager-sdk": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/lazy-distributor-sdk": ^0.6.20 - "@helium/lazy-transactions-sdk": ^0.6.20 - "@helium/treasury-management-sdk": ^0.6.20 - "@helium/voter-stake-registry-sdk": ^0.6.20 + "@helium/data-credits-sdk": ^0.6.21 + "@helium/distributor-oracle": ^0.6.21 + "@helium/helium-entity-manager-sdk": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/lazy-distributor-sdk": ^0.6.21 + "@helium/lazy-transactions-sdk": ^0.6.21 + "@helium/treasury-management-sdk": ^0.6.21 + "@helium/voter-stake-registry-sdk": ^0.6.21 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@project-serum/borsh": ^0.2.5 "@solana/buffer-layout": ^4.0.0 @@ -433,7 +433,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/no-emit-sdk@^0.6.20": +"@helium/no-emit-sdk@^0.6.21": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: @@ -449,13 +449,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-oracle-sdk@^0.6.20": +"@helium/rewards-oracle-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -465,14 +465,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.20": +"@helium/spl-utils@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -487,14 +487,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.6.20": +"@helium/treasury-management-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -504,13 +504,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.6.20": +"@helium/voter-stake-registry-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 "@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 4c8274705..747e87e60 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.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/mobile-entity-manager-sdk + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **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 56b95692e..6483c83fa 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.20", + "version": "0.6.21", "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.20", - "@helium/helium-entity-manager-sdk": "^0.6.20", - "@helium/idls": "^0.6.20", + "@helium/anchor-resolvers": "^0.6.21", + "@helium/helium-entity-manager-sdk": "^0.6.21", + "@helium/idls": "^0.6.21", "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 3f31927fe..8c4a6efb5 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.20": +"@helium/account-fetch-cache@^0.6.21": 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.20": +"@helium/anchor-resolvers@^0.6.21": 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.20": +"@helium/circuit-breaker-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 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.20": +"@helium/helium-entity-manager-sdk@^0.6.21": 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.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/no-emit-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/no-emit-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@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.20": +"@helium/helium-sub-daos-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/treasury-management-sdk": ^0.6.20 - "@helium/voter-stake-registry-sdk": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/treasury-management-sdk": ^0.6.21 + "@helium/voter-stake-registry-sdk": ^0.6.21 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.20": +"@helium/idls@^0.6.21": 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.20 - "@helium/helium-entity-manager-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/helium-entity-manager-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 "@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/no-emit-sdk@^0.6.20": +"@helium/no-emit-sdk@^0.6.21": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: @@ -224,14 +224,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.20": +"@helium/spl-utils@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 "@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.20": +"@helium/treasury-management-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 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.20": +"@helium/voter-stake-registry-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 "@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 b35cc1bd0..cc95fe2ae 100644 --- a/packages/monitor-service/CHANGELOG.md +++ b/packages/monitor-service/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/monitor-service + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **Note:** Version bump only for package @helium/monitor-service diff --git a/packages/monitor-service/package.json b/packages/monitor-service/package.json index 11df626e1..ff0eaf267 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.20", + "version": "0.6.21", "description": "Prometheus monitoring of important accounts on Solana", "repository": { "type": "git", @@ -33,16 +33,16 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.6.20", - "@helium/circuit-breaker-sdk": "^0.6.20", - "@helium/data-credits-sdk": "^0.6.20", - "@helium/helium-entity-manager-sdk": "^0.6.20", - "@helium/helium-sub-daos-sdk": "^0.6.20", - "@helium/idls": "^0.6.20", - "@helium/lazy-distributor-sdk": "^0.6.20", - "@helium/lazy-transactions-sdk": "^0.6.20", - "@helium/price-oracle-sdk": "^0.6.20", - "@helium/spl-utils": "^0.6.20", + "@helium/account-fetch-cache": "^0.6.21", + "@helium/circuit-breaker-sdk": "^0.6.21", + "@helium/data-credits-sdk": "^0.6.21", + "@helium/helium-entity-manager-sdk": "^0.6.21", + "@helium/helium-sub-daos-sdk": "^0.6.21", + "@helium/idls": "^0.6.21", + "@helium/lazy-distributor-sdk": "^0.6.21", + "@helium/lazy-transactions-sdk": "^0.6.21", + "@helium/price-oracle-sdk": "^0.6.21", + "@helium/spl-utils": "^0.6.21", "@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 facd2ecfe..381b9c1b8 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.20": +"@helium/account-fetch-cache@^0.6.21": 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.20": +"@helium/anchor-resolvers@^0.6.21": 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.20": +"@helium/circuit-breaker-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 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.20": +"@helium/data-credits-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 "@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.20": +"@helium/helium-entity-manager-sdk@^0.6.21": 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.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/no-emit-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/no-emit-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@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.20": +"@helium/helium-sub-daos-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/treasury-management-sdk": ^0.6.20 - "@helium/voter-stake-registry-sdk": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/treasury-management-sdk": ^0.6.21 + "@helium/voter-stake-registry-sdk": ^0.6.21 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.20": +"@helium/idls@^0.6.21": 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.20": +"@helium/lazy-distributor-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 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.20": +"@helium/lazy-transactions-sdk@^0.6.21": 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.20 - "@helium/spl-utils": ^0.6.20 + "@helium/idls": ^0.6.21 + "@helium/spl-utils": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -303,16 +303,16 @@ __metadata: resolution: "@helium/monitor-service@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.6.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/data-credits-sdk": ^0.6.20 - "@helium/helium-entity-manager-sdk": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/lazy-distributor-sdk": ^0.6.20 - "@helium/lazy-transactions-sdk": ^0.6.20 - "@helium/price-oracle-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/account-fetch-cache": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/data-credits-sdk": ^0.6.21 + "@helium/helium-entity-manager-sdk": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/lazy-distributor-sdk": ^0.6.21 + "@helium/lazy-transactions-sdk": ^0.6.21 + "@helium/price-oracle-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@metaplex-foundation/mpl-bubblegum": ^3.0.0 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 @@ -339,7 +339,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/no-emit-sdk@^0.6.20": +"@helium/no-emit-sdk@^0.6.21": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: @@ -355,12 +355,12 @@ __metadata: languageName: unknown linkType: soft -"@helium/price-oracle-sdk@^0.6.20": +"@helium/price-oracle-sdk@^0.6.21": 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.20 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -370,14 +370,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.20": +"@helium/spl-utils@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -392,14 +392,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.6.20": +"@helium/treasury-management-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -409,13 +409,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.6.20": +"@helium/voter-stake-registry-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 diff --git a/packages/no-emit-sdk/CHANGELOG.md b/packages/no-emit-sdk/CHANGELOG.md index ada87c209..32286f95f 100644 --- a/packages/no-emit-sdk/CHANGELOG.md +++ b/packages/no-emit-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/no-emit-sdk + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **Note:** Version bump only for package @helium/no-emit-sdk diff --git a/packages/no-emit-sdk/package.json b/packages/no-emit-sdk/package.json index eda5f368d..ce89474a1 100644 --- a/packages/no-emit-sdk/package.json +++ b/packages/no-emit-sdk/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.6.20", + "version": "0.6.21", "description": "Interface to the rewards burn smart contract", "repository": { "type": "git", diff --git a/packages/price-oracle-sdk/CHANGELOG.md b/packages/price-oracle-sdk/CHANGELOG.md index 468d780e1..d26a88d70 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.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/price-oracle-sdk + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **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 34c754992..891cbf587 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.20", + "version": "0.6.21", "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.20", + "@helium/idls": "^0.6.21", "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 5a5f91b1f..538f73f68 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.20": +"@helium/idls@^0.6.21": 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.20 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 diff --git a/packages/rewards-oracle-faucet-service/CHANGELOG.md b/packages/rewards-oracle-faucet-service/CHANGELOG.md index 667831e5a..44879ef79 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.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/rewards-oracle-faucet-service + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **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 44e83d2bf..fa7ff7674 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.20", + "version": "0.6.21", "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 e44e025f2..e2268dc75 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.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/rewards-oracle-sdk + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **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 9ff671a0a..69e1c9d6f 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.20", + "version": "0.6.21", "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.20", - "@helium/idls": "^0.6.20", + "@helium/anchor-resolvers": "^0.6.21", + "@helium/idls": "^0.6.21", "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 ffc71ddec..c9eb7e983 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.20": +"@helium/anchor-resolvers@^0.6.21": 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.20": +"@helium/idls@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 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 5cbe226d0..90d363778 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.21](https://github.com/helium/helium-program-library/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/spl-utils + + + + + ## [0.6.20](https://github.com/helium/helium-program-library/compare/v0.6.19...v0.6.20) (2024-01-19) **Note:** Version bump only for package @helium/spl-utils diff --git a/packages/spl-utils/package.json b/packages/spl-utils/package.json index 9500e18ca..76baa8671 100644 --- a/packages/spl-utils/package.json +++ b/packages/spl-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/spl-utils", - "version": "0.6.20", + "version": "0.6.21", "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.20", + "@helium/account-fetch-cache": "^0.6.21", "@helium/address": "^4.10.2", - "@helium/anchor-resolvers": "^0.6.20", + "@helium/anchor-resolvers": "^0.6.21", "@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 6fd0bf90a..bc1b37289 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.20": +"@helium/account-fetch-cache@^0.6.21": 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.20": +"@helium/anchor-resolvers@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 "@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 5584699d6..71e04c1e4 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.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/tokens-to-rent-service + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **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 44243abea..c373ce2cc 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.20", + "version": "0.6.21", "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.20", + "@helium/account-fetch-cache": "^0.6.21", "@helium/address": "^4.10.2", - "@helium/spl-utils": "^0.6.20", + "@helium/spl-utils": "^0.6.21", "@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 99d45ef82..e39d1d929 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.20": +"@helium/account-fetch-cache@^0.6.21": 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.20": +"@helium/anchor-resolvers@^0.6.21": 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.20": +"@helium/spl-utils@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 "@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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.6.20 + "@helium/spl-utils": ^0.6.21 "@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 cbd57024d..3f9317e18 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.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/treasury-management-sdk + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **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 fe752c179..c48b6d04f 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.20", + "version": "0.6.21", "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.20", - "@helium/circuit-breaker-sdk": "^0.6.20", - "@helium/idls": "^0.6.20", + "@helium/anchor-resolvers": "^0.6.21", + "@helium/circuit-breaker-sdk": "^0.6.21", + "@helium/idls": "^0.6.21", "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 dd49bc7a9..eecb425d5 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.20": +"@helium/anchor-resolvers@^0.6.21": 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.20": +"@helium/circuit-breaker-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 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.20": +"@helium/idls@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 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 5711d6388..24b914280 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.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/voter-stake-registry-hooks + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **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 309d17bdd..b6aa2849e 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.20", + "version": "0.6.21", "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.20", - "@helium/account-fetch-cache-hooks": "^0.6.20", - "@helium/helium-react-hooks": "^0.6.20", - "@helium/helium-sub-daos-sdk": "^0.6.20", + "@helium/account-fetch-cache": "^0.6.21", + "@helium/account-fetch-cache-hooks": "^0.6.21", + "@helium/helium-react-hooks": "^0.6.21", + "@helium/helium-sub-daos-sdk": "^0.6.21", "@helium/modular-governance-hooks": "^0.0.8", - "@helium/spl-utils": "^0.6.20", - "@helium/voter-stake-registry-sdk": "^0.6.20", + "@helium/spl-utils": "^0.6.21", + "@helium/voter-stake-registry-sdk": "^0.6.21", "@solana/wallet-adapter-base": "^0.9.22", "@solana/wallet-adapter-react": "^0.15.32", "@solana/web3.js": "^1.78.4", diff --git a/packages/voter-stake-registry-hooks/yarn.deploy.lock b/packages/voter-stake-registry-hooks/yarn.deploy.lock index c65358a09..030be6fca 100644 --- a/packages/voter-stake-registry-hooks/yarn.deploy.lock +++ b/packages/voter-stake-registry-hooks/yarn.deploy.lock @@ -58,11 +58,11 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache-hooks@^0.6.20": +"@helium/account-fetch-cache-hooks@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@solana/web3.js": ^1.78.4 git-format-staged: ^2.1.3 react-async-hook: ^4.0.0 @@ -88,7 +88,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.6.20": +"@helium/account-fetch-cache@^0.6.21": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -119,7 +119,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.20": +"@helium/anchor-resolvers@^0.6.21": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -145,13 +145,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.6.20": +"@helium/circuit-breaker-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -161,13 +161,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-react-hooks@^0.6.20": +"@helium/helium-react-hooks@^0.6.21": 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.20 - "@helium/account-fetch-cache-hooks": ^0.6.20 + "@helium/account-fetch-cache": ^0.6.21 + "@helium/account-fetch-cache-hooks": ^0.6.21 "@solana/spl-token": ^0.3.8 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.4 @@ -204,15 +204,15 @@ __metadata: languageName: node linkType: hard -"@helium/helium-sub-daos-sdk@^0.6.20": +"@helium/helium-sub-daos-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/treasury-management-sdk": ^0.6.20 - "@helium/voter-stake-registry-sdk": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/treasury-management-sdk": ^0.6.21 + "@helium/voter-stake-registry-sdk": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -222,7 +222,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.20": +"@helium/idls@^0.6.21": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -287,14 +287,14 @@ __metadata: languageName: node linkType: hard -"@helium/spl-utils@^0.6.20": +"@helium/spl-utils@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -309,14 +309,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.6.20": +"@helium/treasury-management-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -331,13 +331,13 @@ __metadata: resolution: "@helium/voter-stake-registry-hooks@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.6.20 - "@helium/account-fetch-cache-hooks": ^0.6.20 - "@helium/helium-react-hooks": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 + "@helium/account-fetch-cache": ^0.6.21 + "@helium/account-fetch-cache-hooks": ^0.6.21 + "@helium/helium-react-hooks": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 "@helium/modular-governance-hooks": ^0.0.8 - "@helium/spl-utils": ^0.6.20 - "@helium/voter-stake-registry-sdk": ^0.6.20 + "@helium/spl-utils": ^0.6.21 + "@helium/voter-stake-registry-sdk": ^0.6.21 "@solana/wallet-adapter-base": ^0.9.22 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.4 @@ -353,13 +353,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.6.20": +"@helium/voter-stake-registry-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 "@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 45efdaa45..f518f608f 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.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/voter-stake-registry-sdk + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **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 6303f1c82..19cc2ecb5 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.20", + "version": "0.6.21", "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.20", - "@helium/idls": "^0.6.20", + "@helium/anchor-resolvers": "^0.6.21", + "@helium/idls": "^0.6.21", "@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 260297e16..00ede9e11 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.20": +"@helium/anchor-resolvers@^0.6.21": 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.20": +"@helium/idls@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 "@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 b216beca4..922f7e701 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.21](https://github.com/helium/helium-program-libary/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/vsr-metadata-service + + + + + ## [0.6.20](https://github.com/helium/helium-program-libary/compare/v0.6.19...v0.6.20) (2024-01-19) **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 d6ff942c4..958565bf8 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.20", + "version": "0.6.21", "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.20", + "@helium/account-fetch-cache": "^0.6.21", "@helium/address": "^4.10.2", - "@helium/spl-utils": "^0.6.20", - "@helium/voter-stake-registry-sdk": "^0.6.20", + "@helium/spl-utils": "^0.6.21", + "@helium/voter-stake-registry-sdk": "^0.6.21", "@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 ad62d2909..a6212a55f 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.20": +"@helium/account-fetch-cache@^0.6.21": 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.20": +"@helium/anchor-resolvers@^0.6.21": 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.20": +"@helium/idls@^0.6.21": 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.20": +"@helium/spl-utils@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 "@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.20": +"@helium/voter-stake-registry-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 "@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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.6.20 - "@helium/voter-stake-registry-sdk": ^0.6.20 + "@helium/spl-utils": ^0.6.21 + "@helium/voter-stake-registry-sdk": ^0.6.21 "@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 c4b1b224f..a2f0be72c 100644 --- a/packages/xnft-hotspot/CHANGELOG.md +++ b/packages/xnft-hotspot/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.21](https://github.com/helium/helium-program-library/compare/v0.6.20...v0.6.21) (2024-01-19) + +**Note:** Version bump only for package @helium/xnft-hotspot + + + + + ## [0.6.20](https://github.com/helium/helium-program-library/compare/v0.6.19...v0.6.20) (2024-01-19) **Note:** Version bump only for package @helium/xnft-hotspot diff --git a/packages/xnft-hotspot/package.json b/packages/xnft-hotspot/package.json index 89d5d9624..0f2c8650e 100644 --- a/packages/xnft-hotspot/package.json +++ b/packages/xnft-hotspot/package.json @@ -1,6 +1,6 @@ { "name": "@helium/xnft-hotspot", - "version": "0.6.20", + "version": "0.6.21", "private": true, "description": "", "main": "index.js", @@ -18,11 +18,11 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.6.20", - "@helium/distributor-oracle": "^0.6.20", - "@helium/helium-react-hooks": "^0.6.20", - "@helium/idls": "^0.6.20", - "@helium/lazy-distributor-sdk": "^0.6.20", + "@helium/account-fetch-cache": "^0.6.21", + "@helium/distributor-oracle": "^0.6.21", + "@helium/helium-react-hooks": "^0.6.21", + "@helium/idls": "^0.6.21", + "@helium/lazy-distributor-sdk": "^0.6.21", "@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 437065105..b4a9fb769 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.20": +"@helium/account-fetch-cache-hooks@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@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.20": +"@helium/account-fetch-cache@^0.6.21": 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.20": +"@helium/anchor-resolvers@^0.6.21": 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.20": +"@helium/circuit-breaker-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 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.20": +"@helium/distributor-oracle@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/lazy-distributor-sdk": ^0.6.20 - "@helium/rewards-oracle-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/helium-entity-manager-sdk": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/lazy-distributor-sdk": ^0.6.21 + "@helium/rewards-oracle-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -417,17 +417,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.6.20": +"@helium/helium-entity-manager-sdk@^0.6.21": 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.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/no-emit-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/no-emit-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -440,13 +440,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-react-hooks@^0.6.20": +"@helium/helium-react-hooks@^0.6.21": 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.20 - "@helium/account-fetch-cache-hooks": ^0.6.20 + "@helium/account-fetch-cache": ^0.6.21 + "@helium/account-fetch-cache-hooks": ^0.6.21 "@solana/spl-token": ^0.3.8 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.4 @@ -463,15 +463,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.6.20": +"@helium/helium-sub-daos-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/treasury-management-sdk": ^0.6.20 - "@helium/voter-stake-registry-sdk": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/treasury-management-sdk": ^0.6.21 + "@helium/voter-stake-registry-sdk": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -481,7 +481,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.6.20": +"@helium/idls@^0.6.21": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -508,13 +508,13 @@ __metadata: languageName: node linkType: hard -"@helium/lazy-distributor-sdk@^0.6.20": +"@helium/lazy-distributor-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -524,7 +524,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/no-emit-sdk@^0.6.20": +"@helium/no-emit-sdk@^0.6.21": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: @@ -540,13 +540,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-oracle-sdk@^0.6.20": +"@helium/rewards-oracle-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -556,14 +556,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.20": +"@helium/spl-utils@^0.6.21": 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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -578,14 +578,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.6.20": +"@helium/treasury-management-sdk@^0.6.21": 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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -595,13 +595,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.6.20": +"@helium/voter-stake-registry-sdk@^0.6.21": 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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 @@ -620,11 +620,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.20 - "@helium/distributor-oracle": ^0.6.20 - "@helium/helium-react-hooks": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/lazy-distributor-sdk": ^0.6.20 + "@helium/account-fetch-cache": ^0.6.21 + "@helium/distributor-oracle": ^0.6.21 + "@helium/helium-react-hooks": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/lazy-distributor-sdk": ^0.6.21 "@solana/spl-token": ^0.3.8 assert: ^2.0.0 bn.js: ^5.2.0 diff --git a/yarn.lock b/yarn.lock index 7303f7218..5b3bab4e3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -456,11 +456,11 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache-hooks@^0.6.20, @helium/account-fetch-cache-hooks@workspace:packages/account-fetch-cache-hooks": +"@helium/account-fetch-cache-hooks@^0.6.21, @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.20 + "@helium/account-fetch-cache": ^0.6.21 "@solana/web3.js": ^1.78.4 git-format-staged: ^2.1.3 react-async-hook: ^4.0.0 @@ -486,7 +486,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.6.20, @helium/account-fetch-cache@workspace:packages/account-fetch-cache": +"@helium/account-fetch-cache@^0.6.21, @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: @@ -512,7 +512,7 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.6.20 + "@helium/account-fetch-cache": ^0.6.21 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/web3.js": ^1.78.4 "@types/bn.js": ^5.1.1 @@ -576,7 +576,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.6.20, @helium/anchor-resolvers@workspace:packages/anchor-resolvers": +"@helium/anchor-resolvers@^0.6.21, @helium/anchor-resolvers@workspace:packages/anchor-resolvers": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -614,13 +614,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.6.20, @helium/circuit-breaker-sdk@workspace:packages/circuit-breaker-sdk": +"@helium/circuit-breaker-sdk@^0.6.21, @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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -635,23 +635,23 @@ __metadata: resolution: "@helium/crons@workspace:packages/crons" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.6.20 - "@helium/distributor-oracle": ^0.6.20 - "@helium/fanout-sdk": ^0.6.20 - "@helium/helium-entity-manager-sdk": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/lazy-distributor-sdk": ^0.6.20 - "@helium/mobile-entity-manager-sdk": ^0.6.20 - "@helium/no-emit-sdk": ^0.6.20 + "@helium/account-fetch-cache": ^0.6.21 + "@helium/distributor-oracle": ^0.6.21 + "@helium/fanout-sdk": ^0.6.21 + "@helium/helium-entity-manager-sdk": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/lazy-distributor-sdk": ^0.6.21 + "@helium/mobile-entity-manager-sdk": ^0.6.21 + "@helium/no-emit-sdk": ^0.6.21 "@helium/organization-sdk": ^0.0.8 - "@helium/price-oracle-sdk": ^0.6.20 + "@helium/price-oracle-sdk": ^0.6.21 "@helium/proposal-sdk": ^0.0.8 - "@helium/rewards-oracle-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/rewards-oracle-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@helium/state-controller-sdk": ^0.0.8 - "@helium/treasury-management-sdk": ^0.6.20 - "@helium/voter-stake-registry-sdk": ^0.6.20 + "@helium/treasury-management-sdk": ^0.6.21 + "@helium/voter-stake-registry-sdk": ^0.6.21 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.4 "@types/bn.js": ^5.1.0 @@ -701,15 +701,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/data-credits-sdk@^0.6.20, @helium/data-credits-sdk@workspace:packages/data-credits-sdk": +"@helium/data-credits-sdk@^0.6.21, @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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -721,20 +721,20 @@ __metadata: languageName: unknown linkType: soft -"@helium/distributor-oracle@^0.6.20, @helium/distributor-oracle@workspace:packages/distributor-oracle": +"@helium/distributor-oracle@^0.6.21, @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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/lazy-distributor-sdk": ^0.6.20 - "@helium/rewards-oracle-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/helium-entity-manager-sdk": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/lazy-distributor-sdk": ^0.6.21 + "@helium/rewards-oracle-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -767,9 +767,9 @@ __metadata: resolution: "@helium/entity-invalidator@workspace:packages/entity-invalidator" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.6.20 - "@helium/helium-entity-manager-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/account-fetch-cache": ^0.6.21 + "@helium/helium-entity-manager-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@solana/web3.js": ^1.78.4 "@types/bn.js": ^5.1.1 "@types/deep-equal": ^1.0.1 @@ -799,10 +799,10 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.6.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/fanout-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/fanout-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -820,13 +820,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/fanout-sdk@^0.6.20, @helium/fanout-sdk@workspace:packages/fanout-sdk": +"@helium/fanout-sdk@^0.6.21, @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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -842,8 +842,8 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/idls": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/idls": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.4 @@ -869,18 +869,18 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/address": ^4.10.2 - "@helium/circuit-breaker-sdk": ^0.6.20 + "@helium/circuit-breaker-sdk": ^0.6.21 "@helium/crypto": ^4.10.2 - "@helium/data-credits-sdk": ^0.6.20 - "@helium/distributor-oracle": ^0.6.20 - "@helium/fanout-sdk": ^0.6.20 - "@helium/helium-entity-manager-sdk": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/lazy-distributor-sdk": ^0.6.20 - "@helium/mobile-entity-manager-sdk": ^0.6.20 - "@helium/price-oracle-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 - "@helium/treasury-management-sdk": ^0.6.20 + "@helium/data-credits-sdk": ^0.6.21 + "@helium/distributor-oracle": ^0.6.21 + "@helium/fanout-sdk": ^0.6.21 + "@helium/helium-entity-manager-sdk": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/lazy-distributor-sdk": ^0.6.21 + "@helium/mobile-entity-manager-sdk": ^0.6.21 + "@helium/price-oracle-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 + "@helium/treasury-management-sdk": ^0.6.21 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-governance": ^0.3.18 "@solana/spl-token": ^0.3.8 @@ -900,17 +900,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.6.20, @helium/helium-entity-manager-sdk@workspace:packages/helium-entity-manager-sdk": +"@helium/helium-entity-manager-sdk@^0.6.21, @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.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/no-emit-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/no-emit-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -923,13 +923,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-react-hooks@^0.6.20, @helium/helium-react-hooks@workspace:packages/helium-react-hooks": +"@helium/helium-react-hooks@^0.6.21, @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.20 - "@helium/account-fetch-cache-hooks": ^0.6.20 + "@helium/account-fetch-cache": ^0.6.21 + "@helium/account-fetch-cache-hooks": ^0.6.21 "@solana/spl-token": ^0.3.8 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.4 @@ -966,15 +966,15 @@ __metadata: languageName: node linkType: hard -"@helium/helium-sub-daos-sdk@^0.6.20, @helium/helium-sub-daos-sdk@workspace:packages/helium-sub-daos-sdk": +"@helium/helium-sub-daos-sdk@^0.6.21, @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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/treasury-management-sdk": ^0.6.20 - "@helium/voter-stake-registry-sdk": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/treasury-management-sdk": ^0.6.21 + "@helium/voter-stake-registry-sdk": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -989,9 +989,9 @@ __metadata: resolution: "@helium/hexboosting-sdk@workspace:packages/hexboosting-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1006,16 +1006,16 @@ __metadata: resolution: "@helium/hotspot-utils@workspace:packages/hotspot-utils" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/helium-entity-manager-sdk": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/helium-entity-manager-sdk": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@solana/web3.js": ^1.78.4 bs58: ^4.0.1 languageName: unknown linkType: soft -"@helium/idls@^0.6.20, @helium/idls@workspace:packages/idls": +"@helium/idls@^0.6.21, @helium/idls@workspace:packages/idls": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -1042,13 +1042,13 @@ __metadata: languageName: node linkType: hard -"@helium/lazy-distributor-sdk@^0.6.20, @helium/lazy-distributor-sdk@workspace:packages/lazy-distributor-sdk": +"@helium/lazy-distributor-sdk@^0.6.21, @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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1058,13 +1058,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/lazy-transactions-sdk@^0.6.20, @helium/lazy-transactions-sdk@workspace:packages/lazy-transactions-sdk": +"@helium/lazy-transactions-sdk@^0.6.21, @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.20 - "@helium/spl-utils": ^0.6.20 + "@helium/idls": ^0.6.21 + "@helium/spl-utils": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1082,12 +1082,12 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.6.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/helium-entity-manager-sdk": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.4 @@ -1118,18 +1118,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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/circuit-breaker-sdk": ^0.6.20 + "@helium/circuit-breaker-sdk": ^0.6.21 "@helium/crypto": ^4.10.2 - "@helium/data-credits-sdk": ^0.6.20 - "@helium/distributor-oracle": ^0.6.20 - "@helium/helium-entity-manager-sdk": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/lazy-distributor-sdk": ^0.6.20 - "@helium/lazy-transactions-sdk": ^0.6.20 - "@helium/treasury-management-sdk": ^0.6.20 - "@helium/voter-stake-registry-sdk": ^0.6.20 + "@helium/data-credits-sdk": ^0.6.21 + "@helium/distributor-oracle": ^0.6.21 + "@helium/helium-entity-manager-sdk": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/lazy-distributor-sdk": ^0.6.21 + "@helium/lazy-transactions-sdk": ^0.6.21 + "@helium/treasury-management-sdk": ^0.6.21 + "@helium/voter-stake-registry-sdk": ^0.6.21 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@project-serum/borsh": ^0.2.5 "@solana/buffer-layout": ^4.0.0 @@ -1159,14 +1159,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/mobile-entity-manager-sdk@^0.6.20, @helium/mobile-entity-manager-sdk@workspace:packages/mobile-entity-manager-sdk": +"@helium/mobile-entity-manager-sdk@^0.6.21, @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.20 - "@helium/helium-entity-manager-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/helium-entity-manager-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -1220,16 +1220,16 @@ __metadata: resolution: "@helium/monitor-service@workspace:packages/monitor-service" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.6.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/data-credits-sdk": ^0.6.20 - "@helium/helium-entity-manager-sdk": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/lazy-distributor-sdk": ^0.6.20 - "@helium/lazy-transactions-sdk": ^0.6.20 - "@helium/price-oracle-sdk": ^0.6.20 - "@helium/spl-utils": ^0.6.20 + "@helium/account-fetch-cache": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/data-credits-sdk": ^0.6.21 + "@helium/helium-entity-manager-sdk": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/lazy-distributor-sdk": ^0.6.21 + "@helium/lazy-transactions-sdk": ^0.6.21 + "@helium/price-oracle-sdk": ^0.6.21 + "@helium/spl-utils": ^0.6.21 "@metaplex-foundation/mpl-bubblegum": ^3.0.0 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 @@ -1256,7 +1256,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/no-emit-sdk@^0.6.20, @helium/no-emit-sdk@workspace:packages/no-emit-sdk": +"@helium/no-emit-sdk@^0.6.21, @helium/no-emit-sdk@workspace:packages/no-emit-sdk": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: @@ -1284,12 +1284,12 @@ __metadata: languageName: node linkType: hard -"@helium/price-oracle-sdk@^0.6.20, @helium/price-oracle-sdk@workspace:packages/price-oracle-sdk": +"@helium/price-oracle-sdk@^0.6.21, @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.20 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1350,13 +1350,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-oracle-sdk@^0.6.20, @helium/rewards-oracle-sdk@workspace:packages/rewards-oracle-sdk": +"@helium/rewards-oracle-sdk@^0.6.21, @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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1366,14 +1366,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.6.20, @helium/spl-utils@workspace:packages/spl-utils": +"@helium/spl-utils@^0.6.21, @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.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -1405,9 +1405,9 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.6.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.6.20 + "@helium/spl-utils": ^0.6.21 "@jup-ag/api": ^6.0.6 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.4 @@ -1437,14 +1437,14 @@ __metadata: languageName: node linkType: hard -"@helium/treasury-management-sdk@^0.6.20, @helium/treasury-management-sdk@workspace:packages/treasury-management-sdk": +"@helium/treasury-management-sdk@^0.6.21, @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.20 - "@helium/circuit-breaker-sdk": ^0.6.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/circuit-breaker-sdk": ^0.6.21 + "@helium/idls": ^0.6.21 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1459,13 +1459,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.20 - "@helium/account-fetch-cache-hooks": ^0.6.20 - "@helium/helium-react-hooks": ^0.6.20 - "@helium/helium-sub-daos-sdk": ^0.6.20 + "@helium/account-fetch-cache": ^0.6.21 + "@helium/account-fetch-cache-hooks": ^0.6.21 + "@helium/helium-react-hooks": ^0.6.21 + "@helium/helium-sub-daos-sdk": ^0.6.21 "@helium/modular-governance-hooks": ^0.0.8 - "@helium/spl-utils": ^0.6.20 - "@helium/voter-stake-registry-sdk": ^0.6.20 + "@helium/spl-utils": ^0.6.21 + "@helium/voter-stake-registry-sdk": ^0.6.21 "@solana/wallet-adapter-base": ^0.9.22 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.4 @@ -1481,13 +1481,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.6.20, @helium/voter-stake-registry-sdk@workspace:packages/voter-stake-registry-sdk": +"@helium/voter-stake-registry-sdk@^0.6.21, @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.20 - "@helium/idls": ^0.6.20 + "@helium/anchor-resolvers": ^0.6.21 + "@helium/idls": ^0.6.21 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 @@ -1505,10 +1505,10 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.6.20 + "@helium/account-fetch-cache": ^0.6.21 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.6.20 - "@helium/voter-stake-registry-sdk": ^0.6.20 + "@helium/spl-utils": ^0.6.21 + "@helium/voter-stake-registry-sdk": ^0.6.21 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -1533,11 +1533,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.20 - "@helium/distributor-oracle": ^0.6.20 - "@helium/helium-react-hooks": ^0.6.20 - "@helium/idls": ^0.6.20 - "@helium/lazy-distributor-sdk": ^0.6.20 + "@helium/account-fetch-cache": ^0.6.21 + "@helium/distributor-oracle": ^0.6.21 + "@helium/helium-react-hooks": ^0.6.21 + "@helium/idls": ^0.6.21 + "@helium/lazy-distributor-sdk": ^0.6.21 "@solana/spl-token": ^0.3.8 assert: ^2.0.0 bn.js: ^5.2.0