diff --git a/CHANGELOG.md b/CHANGELOG.md index e37d8c28a..2db3cb7df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-library/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package helium-program-library + + + + + +## [0.9.17](https://github.com/helium/helium-program-library/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package helium-program-library + + + + + ## [0.9.16](https://github.com/helium/helium-program-library/compare/v0.9.15...v0.9.16) (2024-12-09) **Note:** Version bump only for package helium-program-library diff --git a/lerna.json b/lerna.json index d178760e0..190e9fc00 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages/*" ], "useWorkspaces": true, - "version": "0.9.16" + "version": "0.9.18" } diff --git a/packages/account-fetch-cache-hooks/CHANGELOG.md b/packages/account-fetch-cache-hooks/CHANGELOG.md index 8f2f0ed60..2ad09d773 100644 --- a/packages/account-fetch-cache-hooks/CHANGELOG.md +++ b/packages/account-fetch-cache-hooks/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/account-fetch-cache-hooks + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/account-fetch-cache-hooks + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **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 5507ba7ba..d13741216 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.9.16", + "version": "0.9.18", "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.9.16", + "@helium/account-fetch-cache": "^0.9.18", "@solana/web3.js": "^1.78.8", "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 3d0c92c48..9fe8ccfd7 100644 --- a/packages/account-fetch-cache-hooks/yarn.deploy.lock +++ b/packages/account-fetch-cache-hooks/yarn.deploy.lock @@ -27,7 +27,7 @@ __metadata: version: 0.0.0-use.local resolution: "@helium/account-fetch-cache-hooks@workspace:." dependencies: - "@helium/account-fetch-cache": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@solana/web3.js": ^1.78.8 git-format-staged: ^2.1.3 react-async-hook: ^4.0.0 @@ -39,7 +39,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": 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 d181af175..7c17601f8 100644 --- a/packages/account-fetch-cache/CHANGELOG.md +++ b/packages/account-fetch-cache/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-library/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/account-fetch-cache + + + + + +## [0.9.17](https://github.com/helium/helium-program-library/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/account-fetch-cache + + + + + ## [0.9.16](https://github.com/helium/helium-program-library/compare/v0.9.15...v0.9.16) (2024-12-09) **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 9aa1a73f3..9f52fe600 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.9.16", + "version": "0.9.18", "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 ac527bc6c..0a958ae42 100644 --- a/packages/account-postgres-sink-service/CHANGELOG.md +++ b/packages/account-postgres-sink-service/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/account-postgres-sink-service + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/account-postgres-sink-service + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **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 42ca8e874..afac0c822 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.9.16", + "version": "0.9.18", "description": "Sync account data to postgres", "repository": { "type": "git", @@ -37,7 +37,7 @@ "@connectrpc/connect-node": "^1.3.0", "@coral-xyz/anchor": "^0.28.0", "@fastify/cors": "^8.1.1", - "@helium/account-fetch-cache": "^0.9.16", + "@helium/account-fetch-cache": "^0.9.18", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/web3.js": "^1.78.8", "@substreams/core": "^0.15.1", diff --git a/packages/account-postgres-sink-service/yarn.deploy.lock b/packages/account-postgres-sink-service/yarn.deploy.lock index 09c44b824..a9bd9cb64 100644 --- a/packages/account-postgres-sink-service/yarn.deploy.lock +++ b/packages/account-postgres-sink-service/yarn.deploy.lock @@ -179,7 +179,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -199,7 +199,7 @@ __metadata: "@connectrpc/connect-node": ^1.3.0 "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/web3.js": ^1.78.8 "@substreams/core": ^0.15.1 diff --git a/packages/active-device-oracle/CHANGELOG.md b/packages/active-device-oracle/CHANGELOG.md index 9211b4995..2115d9b8d 100644 --- a/packages/active-device-oracle/CHANGELOG.md +++ b/packages/active-device-oracle/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/active-device-oracle + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/active-device-oracle + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **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 c9e2cd8eb..d1c2e0076 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.9.16", + "version": "0.9.18", "description": "Oracle of helium active devices", "repository": { "type": "git", diff --git a/packages/anchor-resolvers/CHANGELOG.md b/packages/anchor-resolvers/CHANGELOG.md index 4c977fe81..68e49ae9d 100644 --- a/packages/anchor-resolvers/CHANGELOG.md +++ b/packages/anchor-resolvers/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-library/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/anchor-resolvers + + + + + +## [0.9.17](https://github.com/helium/helium-program-library/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/anchor-resolvers + + + + + ## [0.9.16](https://github.com/helium/helium-program-library/compare/v0.9.15...v0.9.16) (2024-12-09) **Note:** Version bump only for package @helium/anchor-resolvers diff --git a/packages/anchor-resolvers/package.json b/packages/anchor-resolvers/package.json index 804c38c08..0442270b4 100644 --- a/packages/anchor-resolvers/package.json +++ b/packages/anchor-resolvers/package.json @@ -1,6 +1,6 @@ { "name": "@helium/anchor-resolvers", - "version": "0.9.16", + "version": "0.9.18", "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 38bd916dd..82e72e9f6 100644 --- a/packages/circuit-breaker-sdk/CHANGELOG.md +++ b/packages/circuit-breaker-sdk/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/circuit-breaker-sdk + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/circuit-breaker-sdk + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **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 0262b48fa..bf1e351c9 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.9.16", + "version": "0.9.18", "description": "Interface to the circuit breaker smart contract", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.9.16", - "@helium/idls": "^0.9.16", - "@helium/spl-utils": "^0.9.16", + "@helium/anchor-resolvers": "^0.9.18", + "@helium/idls": "^0.9.18", + "@helium/spl-utils": "^0.9.18", "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 a998c3a94..d26fd51f3 100644 --- a/packages/circuit-breaker-sdk/yarn.deploy.lock +++ b/packages/circuit-breaker-sdk/yarn.deploy.lock @@ -67,7 +67,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -89,7 +89,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -108,9 +108,9 @@ __metadata: resolution: "@helium/circuit-breaker-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -120,7 +120,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -134,14 +134,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@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/crons/CHANGELOG.md b/packages/crons/CHANGELOG.md index 9bfbd9f78..1b9b193aa 100644 --- a/packages/crons/CHANGELOG.md +++ b/packages/crons/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-library/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/crons + + + + + +## [0.9.17](https://github.com/helium/helium-program-library/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/crons + + + + + ## [0.9.16](https://github.com/helium/helium-program-library/compare/v0.9.15...v0.9.16) (2024-12-09) **Note:** Version bump only for package @helium/crons diff --git a/packages/crons/package.json b/packages/crons/package.json index 36a965c81..13e6a44a2 100644 --- a/packages/crons/package.json +++ b/packages/crons/package.json @@ -1,6 +1,6 @@ { "name": "@helium/crons", - "version": "0.9.16", + "version": "0.9.18", "description": "scripts to run on a schedule", "private": true, "publishConfig": { @@ -32,24 +32,24 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.9.16", - "@helium/distributor-oracle": "^0.9.16", - "@helium/fanout-sdk": "^0.9.16", - "@helium/helium-entity-manager-sdk": "^0.9.16", - "@helium/helium-sub-daos-sdk": "^0.9.16", - "@helium/idls": "^0.9.16", - "@helium/lazy-distributor-sdk": "^0.9.16", - "@helium/mobile-entity-manager-sdk": "^0.9.16", + "@helium/account-fetch-cache": "^0.9.18", + "@helium/distributor-oracle": "^0.9.18", + "@helium/fanout-sdk": "^0.9.18", + "@helium/helium-entity-manager-sdk": "^0.9.18", + "@helium/helium-sub-daos-sdk": "^0.9.18", + "@helium/idls": "^0.9.18", + "@helium/lazy-distributor-sdk": "^0.9.18", + "@helium/mobile-entity-manager-sdk": "^0.9.18", "@helium/nft-proxy-sdk": "^0.0.15", - "@helium/no-emit-sdk": "^0.9.16", + "@helium/no-emit-sdk": "^0.9.18", "@helium/organization-sdk": "^0.0.15", - "@helium/price-oracle-sdk": "^0.9.16", + "@helium/price-oracle-sdk": "^0.9.18", "@helium/proposal-sdk": "^0.0.15", - "@helium/rewards-oracle-sdk": "^0.9.16", - "@helium/spl-utils": "^0.9.16", + "@helium/rewards-oracle-sdk": "^0.9.18", + "@helium/spl-utils": "^0.9.18", "@helium/state-controller-sdk": "^0.0.15", - "@helium/treasury-management-sdk": "^0.9.16", - "@helium/voter-stake-registry-sdk": "^0.9.16", + "@helium/treasury-management-sdk": "^0.9.18", + "@helium/voter-stake-registry-sdk": "^0.9.18", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.8", "axios": "^1.3.6", diff --git a/packages/crons/yarn.deploy.lock b/packages/crons/yarn.deploy.lock index 4e62da7f8..9cbfcf379 100644 --- a/packages/crons/yarn.deploy.lock +++ b/packages/crons/yarn.deploy.lock @@ -111,7 +111,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -133,7 +133,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -171,14 +171,14 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.16": +"@helium/circuit-breaker-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -193,24 +193,24 @@ __metadata: resolution: "@helium/crons@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.9.16 - "@helium/distributor-oracle": ^0.9.16 - "@helium/fanout-sdk": ^0.9.16 - "@helium/helium-entity-manager-sdk": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/lazy-distributor-sdk": ^0.9.16 - "@helium/mobile-entity-manager-sdk": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 + "@helium/distributor-oracle": ^0.9.18 + "@helium/fanout-sdk": ^0.9.18 + "@helium/helium-entity-manager-sdk": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/lazy-distributor-sdk": ^0.9.18 + "@helium/mobile-entity-manager-sdk": ^0.9.18 "@helium/nft-proxy-sdk": ^0.0.15 - "@helium/no-emit-sdk": ^0.9.16 + "@helium/no-emit-sdk": ^0.9.18 "@helium/organization-sdk": ^0.0.15 - "@helium/price-oracle-sdk": ^0.9.16 + "@helium/price-oracle-sdk": ^0.9.18 "@helium/proposal-sdk": ^0.0.15 - "@helium/rewards-oracle-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/rewards-oracle-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@helium/state-controller-sdk": ^0.0.15 - "@helium/treasury-management-sdk": ^0.9.16 - "@helium/voter-stake-registry-sdk": ^0.9.16 + "@helium/treasury-management-sdk": ^0.9.18 + "@helium/voter-stake-registry-sdk": ^0.9.18 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 "@types/bn.js": ^5.1.0 @@ -228,20 +228,20 @@ __metadata: languageName: unknown linkType: soft -"@helium/distributor-oracle@^0.9.16": +"@helium/distributor-oracle@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/lazy-distributor-sdk": ^0.9.16 - "@helium/rewards-oracle-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/helium-entity-manager-sdk": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/lazy-distributor-sdk": ^0.9.18 + "@helium/rewards-oracle-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -269,14 +269,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/fanout-sdk@^0.9.16": +"@helium/fanout-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -286,17 +286,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.9.16": +"@helium/helium-entity-manager-sdk@^0.9.18": 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.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/no-emit-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/no-emit-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -309,16 +309,16 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.9.16": +"@helium/helium-sub-daos-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 - "@helium/treasury-management-sdk": ^0.9.16 - "@helium/voter-stake-registry-sdk": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 + "@helium/treasury-management-sdk": ^0.9.18 + "@helium/voter-stake-registry-sdk": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -328,7 +328,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -342,14 +342,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/lazy-distributor-sdk@^0.9.16": +"@helium/lazy-distributor-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -359,15 +359,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/mobile-entity-manager-sdk@^0.9.16": +"@helium/mobile-entity-manager-sdk@^0.9.18": 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.9.16 - "@helium/helium-entity-manager-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/helium-entity-manager-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -410,14 +410,14 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.9.16": +"@helium/no-emit-sdk@^0.9.18": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/anchor-resolvers": ^0.5.0 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -439,13 +439,13 @@ __metadata: languageName: node linkType: hard -"@helium/price-oracle-sdk@^0.9.16": +"@helium/price-oracle-sdk@^0.9.18": 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.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -466,14 +466,14 @@ __metadata: languageName: node linkType: hard -"@helium/rewards-oracle-sdk@^0.9.16": +"@helium/rewards-oracle-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -483,14 +483,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -516,15 +516,15 @@ __metadata: languageName: node linkType: hard -"@helium/treasury-management-sdk@^0.9.16": +"@helium/treasury-management-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -534,15 +534,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.16": +"@helium/voter-stake-registry-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 "@helium/nft-proxy-sdk": ^0.0.15 - "@helium/spl-utils": ^0.9.16 + "@helium/spl-utils": ^0.9.18 "@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 d5f47bfdd..dd630e4e6 100644 --- a/packages/currency-utils/CHANGELOG.md +++ b/packages/currency-utils/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-library/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/currency-utils + + + + + +## [0.9.17](https://github.com/helium/helium-program-library/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/currency-utils + + + + + ## [0.9.16](https://github.com/helium/helium-program-library/compare/v0.9.15...v0.9.16) (2024-12-09) **Note:** Version bump only for package @helium/currency-utils diff --git a/packages/currency-utils/package.json b/packages/currency-utils/package.json index 2d56e61ae..6f8fa627e 100644 --- a/packages/currency-utils/package.json +++ b/packages/currency-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/currency-utils", - "version": "0.9.16", + "version": "0.9.18", "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 114be94e2..4ddfd18bf 100644 --- a/packages/data-credits-sdk/CHANGELOG.md +++ b/packages/data-credits-sdk/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/data-credits-sdk + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/data-credits-sdk + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **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 590cf4a2b..114fdb9cb 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.9.16", + "version": "0.9.18", "description": "Interface to the data-credits smart contract", "repository": { "type": "git", @@ -32,11 +32,11 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.9.16", - "@helium/circuit-breaker-sdk": "^0.9.16", - "@helium/helium-sub-daos-sdk": "^0.9.16", - "@helium/idls": "^0.9.16", - "@helium/spl-utils": "^0.9.16", + "@helium/anchor-resolvers": "^0.9.18", + "@helium/circuit-breaker-sdk": "^0.9.18", + "@helium/helium-sub-daos-sdk": "^0.9.18", + "@helium/idls": "^0.9.18", + "@helium/spl-utils": "^0.9.18", "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 9a326dc0a..89dfcd2e7 100644 --- a/packages/data-credits-sdk/yarn.deploy.lock +++ b/packages/data-credits-sdk/yarn.deploy.lock @@ -67,7 +67,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -89,7 +89,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -115,14 +115,14 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.16": +"@helium/circuit-breaker-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -137,11 +137,11 @@ __metadata: resolution: "@helium/data-credits-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -153,16 +153,16 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.9.16": +"@helium/helium-sub-daos-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 - "@helium/treasury-management-sdk": ^0.9.16 - "@helium/voter-stake-registry-sdk": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 + "@helium/treasury-management-sdk": ^0.9.18 + "@helium/voter-stake-registry-sdk": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -172,7 +172,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -208,14 +208,14 @@ __metadata: languageName: node linkType: hard -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -230,15 +230,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.16": +"@helium/treasury-management-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -248,15 +248,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.16": +"@helium/voter-stake-registry-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 "@helium/nft-proxy-sdk": ^0.0.15 - "@helium/spl-utils": ^0.9.16 + "@helium/spl-utils": ^0.9.18 "@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 a4091c987..41bacbafe 100644 --- a/packages/distributor-oracle/CHANGELOG.md +++ b/packages/distributor-oracle/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/distributor-oracle + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/distributor-oracle + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **Note:** Version bump only for package @helium/distributor-oracle diff --git a/packages/distributor-oracle/package.json b/packages/distributor-oracle/package.json index 2d0ba8007..e6a8f8043 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.9.16", + "version": "0.9.18", "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.9.16", + "@helium/account-fetch-cache": "^0.9.18", "@helium/address": "^4.10.2", - "@helium/helium-entity-manager-sdk": "^0.9.16", - "@helium/helium-sub-daos-sdk": "^0.9.16", - "@helium/idls": "^0.9.16", - "@helium/lazy-distributor-sdk": "^0.9.16", - "@helium/rewards-oracle-sdk": "^0.9.16", - "@helium/spl-utils": "^0.9.16", + "@helium/helium-entity-manager-sdk": "^0.9.18", + "@helium/helium-sub-daos-sdk": "^0.9.18", + "@helium/idls": "^0.9.18", + "@helium/lazy-distributor-sdk": "^0.9.18", + "@helium/rewards-oracle-sdk": "^0.9.18", + "@helium/spl-utils": "^0.9.18", "@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 ae5e8948b..8149950c4 100644 --- a/packages/distributor-oracle/yarn.deploy.lock +++ b/packages/distributor-oracle/yarn.deploy.lock @@ -111,7 +111,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -133,7 +133,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -171,14 +171,14 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.16": +"@helium/circuit-breaker-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -194,14 +194,14 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/lazy-distributor-sdk": ^0.9.16 - "@helium/rewards-oracle-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/helium-entity-manager-sdk": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/lazy-distributor-sdk": ^0.9.18 + "@helium/rewards-oracle-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -229,17 +229,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.9.16": +"@helium/helium-entity-manager-sdk@^0.9.18": 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.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/no-emit-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/no-emit-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -252,16 +252,16 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.9.16": +"@helium/helium-sub-daos-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 - "@helium/treasury-management-sdk": ^0.9.16 - "@helium/voter-stake-registry-sdk": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 + "@helium/treasury-management-sdk": ^0.9.18 + "@helium/voter-stake-registry-sdk": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -271,7 +271,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -285,14 +285,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/lazy-distributor-sdk@^0.9.16": +"@helium/lazy-distributor-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -324,14 +324,14 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.9.16": +"@helium/no-emit-sdk@^0.9.18": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/anchor-resolvers": ^0.5.0 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -341,14 +341,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-oracle-sdk@^0.9.16": +"@helium/rewards-oracle-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -358,14 +358,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -380,15 +380,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.16": +"@helium/treasury-management-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -398,15 +398,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.16": +"@helium/voter-stake-registry-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 "@helium/nft-proxy-sdk": ^0.0.15 - "@helium/spl-utils": ^0.9.16 + "@helium/spl-utils": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 diff --git a/packages/docsite/CHANGELOG.md b/packages/docsite/CHANGELOG.md index 3623140ca..619a68579 100644 --- a/packages/docsite/CHANGELOG.md +++ b/packages/docsite/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-library/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package hpl-docs + + + + + +## [0.9.17](https://github.com/helium/helium-program-library/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package hpl-docs + + + + + ## [0.9.16](https://github.com/helium/helium-program-library/compare/v0.9.15...v0.9.16) (2024-12-09) **Note:** Version bump only for package hpl-docs diff --git a/packages/docsite/package.json b/packages/docsite/package.json index c130218b8..f3d06ddb5 100644 --- a/packages/docsite/package.json +++ b/packages/docsite/package.json @@ -1,6 +1,6 @@ { "name": "hpl-docs", - "version": "0.9.16", + "version": "0.9.18", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/entity-invalidator/CHANGELOG.md b/packages/entity-invalidator/CHANGELOG.md index 862cb572a..7f4a39829 100644 --- a/packages/entity-invalidator/CHANGELOG.md +++ b/packages/entity-invalidator/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/entity-invalidator + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/entity-invalidator + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **Note:** Version bump only for package @helium/entity-invalidator diff --git a/packages/entity-invalidator/package.json b/packages/entity-invalidator/package.json index a15ae110a..cd0a6faa4 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.9.16", + "version": "0.9.18", "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.9.16", - "@helium/helium-entity-manager-sdk": "^0.9.16", - "@helium/spl-utils": "^0.9.16", + "@helium/account-fetch-cache": "^0.9.18", + "@helium/helium-entity-manager-sdk": "^0.9.18", + "@helium/spl-utils": "^0.9.18", "@solana/web3.js": "^1.78.8", "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 8f33a6815..999e3cb2b 100644 --- a/packages/entity-invalidator/yarn.deploy.lock +++ b/packages/entity-invalidator/yarn.deploy.lock @@ -67,7 +67,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -89,7 +89,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -127,14 +127,14 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.16": +"@helium/circuit-breaker-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -149,9 +149,9 @@ __metadata: resolution: "@helium/entity-invalidator@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.9.16 - "@helium/helium-entity-manager-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 + "@helium/helium-entity-manager-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@solana/web3.js": ^1.78.8 "@types/bn.js": ^5.1.1 "@types/deep-equal": ^1.0.1 @@ -175,17 +175,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.9.16": +"@helium/helium-entity-manager-sdk@^0.9.18": 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.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/no-emit-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/no-emit-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -198,16 +198,16 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.9.16": +"@helium/helium-sub-daos-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 - "@helium/treasury-management-sdk": ^0.9.16 - "@helium/voter-stake-registry-sdk": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 + "@helium/treasury-management-sdk": ^0.9.18 + "@helium/voter-stake-registry-sdk": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -217,7 +217,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -253,14 +253,14 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.9.16": +"@helium/no-emit-sdk@^0.9.18": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/anchor-resolvers": ^0.5.0 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -270,14 +270,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -292,15 +292,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.16": +"@helium/treasury-management-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -310,15 +310,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.16": +"@helium/voter-stake-registry-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 "@helium/nft-proxy-sdk": ^0.0.15 - "@helium/spl-utils": ^0.9.16 + "@helium/spl-utils": ^0.9.18 "@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 454e3e8c6..68df021a0 100644 --- a/packages/fanout-metadata-service/CHANGELOG.md +++ b/packages/fanout-metadata-service/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/fanout-metadata-service + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/fanout-metadata-service + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **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 d36fede5d..ff4a52db6 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.9.16", + "version": "0.9.18", "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.9.16", + "@helium/account-fetch-cache": "^0.9.18", "@helium/address": "^4.10.2", - "@helium/fanout-sdk": "^0.9.16", - "@helium/spl-utils": "^0.9.16", + "@helium/fanout-sdk": "^0.9.18", + "@helium/spl-utils": "^0.9.18", "@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 c835e71e7..330d74713 100644 --- a/packages/fanout-metadata-service/yarn.deploy.lock +++ b/packages/fanout-metadata-service/yarn.deploy.lock @@ -111,7 +111,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -133,7 +133,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -153,10 +153,10 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/fanout-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/fanout-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -174,14 +174,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/fanout-sdk@^0.9.16": +"@helium/fanout-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -191,7 +191,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -205,14 +205,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@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 12b0d1838..bd93b603b 100644 --- a/packages/fanout-sdk/CHANGELOG.md +++ b/packages/fanout-sdk/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/fanout-sdk + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/fanout-sdk + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **Note:** Version bump only for package @helium/fanout-sdk diff --git a/packages/fanout-sdk/package.json b/packages/fanout-sdk/package.json index 12694d268..76d875b95 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.9.16", + "version": "0.9.18", "description": "Interface to the fanout smart contract", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.9.16", - "@helium/idls": "^0.9.16", - "@helium/spl-utils": "^0.9.16", + "@helium/anchor-resolvers": "^0.9.18", + "@helium/idls": "^0.9.18", + "@helium/spl-utils": "^0.9.18", "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 94f05a972..45efd9fc3 100644 --- a/packages/fanout-sdk/yarn.deploy.lock +++ b/packages/fanout-sdk/yarn.deploy.lock @@ -67,7 +67,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -89,7 +89,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -108,9 +108,9 @@ __metadata: resolution: "@helium/fanout-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -120,7 +120,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -134,14 +134,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@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/faucet-service/CHANGELOG.md b/packages/faucet-service/CHANGELOG.md index c18ee7756..85bcc65d8 100644 --- a/packages/faucet-service/CHANGELOG.md +++ b/packages/faucet-service/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/faucet-service + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/faucet-service + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **Note:** Version bump only for package @helium/faucet-service diff --git a/packages/faucet-service/package.json b/packages/faucet-service/package.json index 0416e3b7b..87cf58dfa 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.9.16", + "version": "0.9.18", "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.9.16", - "@helium/spl-utils": "^0.9.16", + "@helium/idls": "^0.9.18", + "@helium/spl-utils": "^0.9.18", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.8", diff --git a/packages/faucet-service/yarn.deploy.lock b/packages/faucet-service/yarn.deploy.lock index c2159c1e7..663e533b8 100644 --- a/packages/faucet-service/yarn.deploy.lock +++ b/packages/faucet-service/yarn.deploy.lock @@ -111,7 +111,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -133,7 +133,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -153,8 +153,8 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 @@ -174,7 +174,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -188,14 +188,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@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 018ec0927..37d5f3087 100644 --- a/packages/helium-admin-cli/CHANGELOG.md +++ b/packages/helium-admin-cli/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/helium-admin-cli + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/helium-admin-cli + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **Note:** Version bump only for package @helium/helium-admin-cli diff --git a/packages/helium-admin-cli/package.json b/packages/helium-admin-cli/package.json index 0ccf3666a..425e5e4db 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.9.16", + "version": "0.9.18", "description": "CLI to bootstrap the network", "repository": { "type": "git", @@ -40,20 +40,20 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@helium/address": "^4.10.2", - "@helium/circuit-breaker-sdk": "^0.9.16", + "@helium/circuit-breaker-sdk": "^0.9.18", "@helium/crypto": "^4.10.2", - "@helium/data-credits-sdk": "^0.9.16", - "@helium/distributor-oracle": "^0.9.16", - "@helium/fanout-sdk": "^0.9.16", - "@helium/helium-entity-manager-sdk": "^0.9.16", - "@helium/helium-sub-daos-sdk": "^0.9.16", - "@helium/lazy-distributor-sdk": "^0.9.16", - "@helium/mobile-entity-manager-sdk": "^0.9.16", + "@helium/data-credits-sdk": "^0.9.18", + "@helium/distributor-oracle": "^0.9.18", + "@helium/fanout-sdk": "^0.9.18", + "@helium/helium-entity-manager-sdk": "^0.9.18", + "@helium/helium-sub-daos-sdk": "^0.9.18", + "@helium/lazy-distributor-sdk": "^0.9.18", + "@helium/mobile-entity-manager-sdk": "^0.9.18", "@helium/nft-proxy-sdk": "^0.0.15", "@helium/organization-sdk": "^0.0.13", - "@helium/price-oracle-sdk": "^0.9.16", - "@helium/spl-utils": "^0.9.16", - "@helium/treasury-management-sdk": "^0.9.16", + "@helium/price-oracle-sdk": "^0.9.18", + "@helium/spl-utils": "^0.9.18", + "@helium/treasury-management-sdk": "^0.9.18", "@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 dff57dcc0..982bdb426 100644 --- a/packages/helium-admin-cli/yarn.deploy.lock +++ b/packages/helium-admin-cli/yarn.deploy.lock @@ -146,7 +146,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -168,7 +168,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -206,14 +206,14 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.16": +"@helium/circuit-breaker-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -234,16 +234,16 @@ __metadata: languageName: node linkType: hard -"@helium/data-credits-sdk@^0.9.16": +"@helium/data-credits-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -255,20 +255,20 @@ __metadata: languageName: unknown linkType: soft -"@helium/distributor-oracle@^0.9.16": +"@helium/distributor-oracle@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/lazy-distributor-sdk": ^0.9.16 - "@helium/rewards-oracle-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/helium-entity-manager-sdk": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/lazy-distributor-sdk": ^0.9.18 + "@helium/rewards-oracle-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -296,14 +296,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/fanout-sdk@^0.9.16": +"@helium/fanout-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -319,20 +319,20 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/address": ^4.10.2 - "@helium/circuit-breaker-sdk": ^0.9.16 + "@helium/circuit-breaker-sdk": ^0.9.18 "@helium/crypto": ^4.10.2 - "@helium/data-credits-sdk": ^0.9.16 - "@helium/distributor-oracle": ^0.9.16 - "@helium/fanout-sdk": ^0.9.16 - "@helium/helium-entity-manager-sdk": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/lazy-distributor-sdk": ^0.9.16 - "@helium/mobile-entity-manager-sdk": ^0.9.16 + "@helium/data-credits-sdk": ^0.9.18 + "@helium/distributor-oracle": ^0.9.18 + "@helium/fanout-sdk": ^0.9.18 + "@helium/helium-entity-manager-sdk": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/lazy-distributor-sdk": ^0.9.18 + "@helium/mobile-entity-manager-sdk": ^0.9.18 "@helium/nft-proxy-sdk": ^0.0.15 "@helium/organization-sdk": ^0.0.13 - "@helium/price-oracle-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 - "@helium/treasury-management-sdk": ^0.9.16 + "@helium/price-oracle-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 + "@helium/treasury-management-sdk": ^0.9.18 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-governance": ^0.3.18 "@solana/spl-token": ^0.3.8 @@ -352,17 +352,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.9.16": +"@helium/helium-entity-manager-sdk@^0.9.18": 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.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/no-emit-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/no-emit-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -375,16 +375,16 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.9.16": +"@helium/helium-sub-daos-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 - "@helium/treasury-management-sdk": ^0.9.16 - "@helium/voter-stake-registry-sdk": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 + "@helium/treasury-management-sdk": ^0.9.18 + "@helium/voter-stake-registry-sdk": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -394,7 +394,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -408,14 +408,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/lazy-distributor-sdk@^0.9.16": +"@helium/lazy-distributor-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -425,15 +425,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/mobile-entity-manager-sdk@^0.9.16": +"@helium/mobile-entity-manager-sdk@^0.9.18": 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.9.16 - "@helium/helium-entity-manager-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/helium-entity-manager-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -476,14 +476,14 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.9.16": +"@helium/no-emit-sdk@^0.9.18": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/anchor-resolvers": ^0.5.0 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -505,13 +505,13 @@ __metadata: languageName: node linkType: hard -"@helium/price-oracle-sdk@^0.9.16": +"@helium/price-oracle-sdk@^0.9.18": 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.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -532,14 +532,14 @@ __metadata: languageName: node linkType: hard -"@helium/rewards-oracle-sdk@^0.9.16": +"@helium/rewards-oracle-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -549,14 +549,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -571,15 +571,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.16": +"@helium/treasury-management-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -589,15 +589,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.16": +"@helium/voter-stake-registry-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 "@helium/nft-proxy-sdk": ^0.0.15 - "@helium/spl-utils": ^0.9.16 + "@helium/spl-utils": ^0.9.18 "@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 e5ae00900..698221a89 100644 --- a/packages/helium-entity-manager-sdk/CHANGELOG.md +++ b/packages/helium-entity-manager-sdk/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/helium-entity-manager-sdk + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/helium-entity-manager-sdk + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **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 228c091f2..211850df4 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.9.16", + "version": "0.9.18", "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.9.16", - "@helium/helium-sub-daos-sdk": "^0.9.16", - "@helium/idls": "^0.9.16", - "@helium/no-emit-sdk": "^0.9.16", - "@helium/spl-utils": "^0.9.16", + "@helium/anchor-resolvers": "^0.9.18", + "@helium/helium-sub-daos-sdk": "^0.9.18", + "@helium/idls": "^0.9.18", + "@helium/no-emit-sdk": "^0.9.18", + "@helium/spl-utils": "^0.9.18", "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 aa1687dd8..77a8e687e 100644 --- a/packages/helium-entity-manager-sdk/yarn.deploy.lock +++ b/packages/helium-entity-manager-sdk/yarn.deploy.lock @@ -67,7 +67,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -89,7 +89,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -127,14 +127,14 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.16": +"@helium/circuit-breaker-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -150,11 +150,11 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/no-emit-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/no-emit-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -167,16 +167,16 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.9.16": +"@helium/helium-sub-daos-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 - "@helium/treasury-management-sdk": ^0.9.16 - "@helium/voter-stake-registry-sdk": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 + "@helium/treasury-management-sdk": ^0.9.18 + "@helium/voter-stake-registry-sdk": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -186,7 +186,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -222,14 +222,14 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.9.16": +"@helium/no-emit-sdk@^0.9.18": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/anchor-resolvers": ^0.5.0 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -239,14 +239,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -261,15 +261,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.16": +"@helium/treasury-management-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -279,15 +279,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.16": +"@helium/voter-stake-registry-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 "@helium/nft-proxy-sdk": ^0.0.15 - "@helium/spl-utils": ^0.9.16 + "@helium/spl-utils": ^0.9.18 "@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 f99e8c3c0..1fd6d530f 100644 --- a/packages/helium-react-hooks/CHANGELOG.md +++ b/packages/helium-react-hooks/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/helium-react-hooks + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/helium-react-hooks + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **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 133695a64..d0f801cb1 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.9.16", + "version": "0.9.18", "description": "React hooks for helium", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.9.16", - "@helium/account-fetch-cache-hooks": "^0.9.16", + "@helium/account-fetch-cache": "^0.9.18", + "@helium/account-fetch-cache-hooks": "^0.9.18", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.8", "bs58": "^4.0.1", diff --git a/packages/helium-react-hooks/yarn.deploy.lock b/packages/helium-react-hooks/yarn.deploy.lock index 917f7c0c4..bf3fb7e56 100644 --- a/packages/helium-react-hooks/yarn.deploy.lock +++ b/packages/helium-react-hooks/yarn.deploy.lock @@ -58,11 +58,11 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache-hooks@^0.9.16": +"@helium/account-fetch-cache-hooks@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache-hooks@workspace:packages/account-fetch-cache-hooks" dependencies: - "@helium/account-fetch-cache": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@solana/web3.js": ^1.78.8 git-format-staged: ^2.1.3 react-async-hook: ^4.0.0 @@ -74,7 +74,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -90,8 +90,8 @@ __metadata: resolution: "@helium/helium-react-hooks@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.9.16 - "@helium/account-fetch-cache-hooks": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 + "@helium/account-fetch-cache-hooks": ^0.9.18 "@solana/spl-token": ^0.3.8 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.8 diff --git a/packages/helium-sub-daos-sdk/CHANGELOG.md b/packages/helium-sub-daos-sdk/CHANGELOG.md index 7bac4ef02..7add18c85 100644 --- a/packages/helium-sub-daos-sdk/CHANGELOG.md +++ b/packages/helium-sub-daos-sdk/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/helium-sub-daos-sdk + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/helium-sub-daos-sdk + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **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 af10fb14e..1911d8ce5 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.9.16", + "version": "0.9.18", "description": "Interface to the helium-sub-daos smart contract", "repository": { "type": "git", @@ -32,11 +32,11 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.9.16", - "@helium/circuit-breaker-sdk": "^0.9.16", - "@helium/spl-utils": "^0.9.16", - "@helium/treasury-management-sdk": "^0.9.16", - "@helium/voter-stake-registry-sdk": "^0.9.16", + "@helium/anchor-resolvers": "^0.9.18", + "@helium/circuit-breaker-sdk": "^0.9.18", + "@helium/spl-utils": "^0.9.18", + "@helium/treasury-management-sdk": "^0.9.18", + "@helium/voter-stake-registry-sdk": "^0.9.18", "@helium/nft-proxy-sdk": "^0.0.15", "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 0b7bb37e5..69559a7ae 100644 --- a/packages/helium-sub-daos-sdk/yarn.deploy.lock +++ b/packages/helium-sub-daos-sdk/yarn.deploy.lock @@ -67,7 +67,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -89,7 +89,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -115,14 +115,14 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.16": +"@helium/circuit-breaker-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -137,11 +137,11 @@ __metadata: resolution: "@helium/helium-sub-daos-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 - "@helium/treasury-management-sdk": ^0.9.16 - "@helium/voter-stake-registry-sdk": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 + "@helium/treasury-management-sdk": ^0.9.18 + "@helium/voter-stake-registry-sdk": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -151,7 +151,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -187,14 +187,14 @@ __metadata: languageName: node linkType: hard -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -209,15 +209,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.16": +"@helium/treasury-management-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -227,15 +227,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.16": +"@helium/voter-stake-registry-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 "@helium/nft-proxy-sdk": ^0.0.15 - "@helium/spl-utils": ^0.9.16 + "@helium/spl-utils": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 diff --git a/packages/helium-vote-service/CHANGELOG.md b/packages/helium-vote-service/CHANGELOG.md index e4c9c572c..27d4937f2 100644 --- a/packages/helium-vote-service/CHANGELOG.md +++ b/packages/helium-vote-service/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/helium-vote-service + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/helium-vote-service + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **Note:** Version bump only for package @helium/helium-vote-service diff --git a/packages/helium-vote-service/package.json b/packages/helium-vote-service/package.json index deea68305..8c6fb9d1d 100644 --- a/packages/helium-vote-service/package.json +++ b/packages/helium-vote-service/package.json @@ -6,7 +6,7 @@ "registry": "https://registry.npmjs.org/" }, "license": "Apache-2.0", - "version": "0.9.16", + "version": "0.9.18", "description": "API for helium vote", "repository": { "type": "git", @@ -35,8 +35,8 @@ "@fastify/cors": "^8.1.1", "@fastify/static": "^6", "@helium/organization-sdk": "^0.0.15", - "@helium/spl-utils": "^0.9.16", - "@helium/voter-stake-registry-sdk": "^0.9.16", + "@helium/spl-utils": "^0.9.18", + "@helium/voter-stake-registry-sdk": "^0.9.18", "@solana/web3.js": "^1.78.8", "aws-sdk": "^2.1650.0", "dotenv": "^16.0.3", diff --git a/packages/helium-vote-service/yarn.deploy.lock b/packages/helium-vote-service/yarn.deploy.lock index 74785899b..edd4207b6 100644 --- a/packages/helium-vote-service/yarn.deploy.lock +++ b/packages/helium-vote-service/yarn.deploy.lock @@ -145,7 +145,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -167,7 +167,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -212,8 +212,8 @@ __metadata: "@fastify/cors": ^8.1.1 "@fastify/static": ^6 "@helium/organization-sdk": ^0.0.15 - "@helium/spl-utils": ^0.9.16 - "@helium/voter-stake-registry-sdk": ^0.9.16 + "@helium/spl-utils": ^0.9.18 + "@helium/voter-stake-registry-sdk": ^0.9.18 "@solana/web3.js": ^1.78.8 "@types/bn.js": ^5.1.1 "@types/lodash": ^4.17.6 @@ -232,7 +232,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -301,14 +301,14 @@ __metadata: languageName: node linkType: hard -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -323,15 +323,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.16": +"@helium/voter-stake-registry-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 "@helium/nft-proxy-sdk": ^0.0.15 - "@helium/spl-utils": ^0.9.16 + "@helium/spl-utils": ^0.9.18 "@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/CHANGELOG.md b/packages/hexboosting-sdk/CHANGELOG.md index 717b3065a..f2fc1ef28 100644 --- a/packages/hexboosting-sdk/CHANGELOG.md +++ b/packages/hexboosting-sdk/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/hexboosting-sdk + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/hexboosting-sdk + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **Note:** Version bump only for package @helium/hexboosting-sdk diff --git a/packages/hexboosting-sdk/package.json b/packages/hexboosting-sdk/package.json index b229e8653..6c9c5fe00 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.9.16", + "version": "0.9.18", "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.9.16", - "@helium/helium-sub-daos-sdk": "^0.9.16", - "@helium/idls": "^0.9.16", - "@helium/spl-utils": "^0.9.16", + "@helium/anchor-resolvers": "^0.9.18", + "@helium/helium-sub-daos-sdk": "^0.9.18", + "@helium/idls": "^0.9.18", + "@helium/spl-utils": "^0.9.18", "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 a18851773..646efd58f 100644 --- a/packages/hexboosting-sdk/yarn.deploy.lock +++ b/packages/hexboosting-sdk/yarn.deploy.lock @@ -67,7 +67,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -89,7 +89,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -115,14 +115,14 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.16": +"@helium/circuit-breaker-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -132,16 +132,16 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.9.16": +"@helium/helium-sub-daos-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 - "@helium/treasury-management-sdk": ^0.9.16 - "@helium/voter-stake-registry-sdk": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 + "@helium/treasury-management-sdk": ^0.9.18 + "@helium/voter-stake-registry-sdk": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -156,10 +156,10 @@ __metadata: resolution: "@helium/hexboosting-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -169,7 +169,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -205,14 +205,14 @@ __metadata: languageName: node linkType: hard -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -227,15 +227,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.16": +"@helium/treasury-management-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -245,15 +245,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.16": +"@helium/voter-stake-registry-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 "@helium/nft-proxy-sdk": ^0.0.15 - "@helium/spl-utils": ^0.9.16 + "@helium/spl-utils": ^0.9.18 "@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 7f639bfb9..5869aa3a3 100644 --- a/packages/hotspot-utils/CHANGELOG.md +++ b/packages/hotspot-utils/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-library/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/hotspot-utils + + + + + +## [0.9.17](https://github.com/helium/helium-program-library/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/hotspot-utils + + + + + ## [0.9.16](https://github.com/helium/helium-program-library/compare/v0.9.15...v0.9.16) (2024-12-09) **Note:** Version bump only for package @helium/hotspot-utils diff --git a/packages/hotspot-utils/package.json b/packages/hotspot-utils/package.json index 55bbfe7e3..ba268b905 100644 --- a/packages/hotspot-utils/package.json +++ b/packages/hotspot-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/hotspot-utils", - "version": "0.9.16", + "version": "0.9.18", "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.9.16", - "@helium/helium-sub-daos-sdk": "^0.9.16", - "@helium/idls": "^0.9.16", - "@helium/spl-utils": "^0.9.16", + "@helium/helium-entity-manager-sdk": "^0.9.18", + "@helium/helium-sub-daos-sdk": "^0.9.18", + "@helium/idls": "^0.9.18", + "@helium/spl-utils": "^0.9.18", "@solana/web3.js": "^1.78.8", "bs58": "^4.0.1" }, diff --git a/packages/hotspot-utils/yarn.deploy.lock b/packages/hotspot-utils/yarn.deploy.lock index 019671660..9fcdfb8b8 100644 --- a/packages/hotspot-utils/yarn.deploy.lock +++ b/packages/hotspot-utils/yarn.deploy.lock @@ -67,7 +67,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -89,7 +89,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -127,14 +127,14 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.16": +"@helium/circuit-breaker-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -144,17 +144,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.9.16": +"@helium/helium-entity-manager-sdk@^0.9.18": 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.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/no-emit-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/no-emit-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -167,16 +167,16 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.9.16": +"@helium/helium-sub-daos-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 - "@helium/treasury-management-sdk": ^0.9.16 - "@helium/voter-stake-registry-sdk": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 + "@helium/treasury-management-sdk": ^0.9.18 + "@helium/voter-stake-registry-sdk": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -191,16 +191,16 @@ __metadata: resolution: "@helium/hotspot-utils@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/helium-entity-manager-sdk": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/helium-entity-manager-sdk": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@solana/web3.js": ^1.78.8 bs58: ^4.0.1 languageName: unknown linkType: soft -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -236,14 +236,14 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.9.16": +"@helium/no-emit-sdk@^0.9.18": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/anchor-resolvers": ^0.5.0 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -253,14 +253,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -275,15 +275,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.16": +"@helium/treasury-management-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -293,15 +293,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.16": +"@helium/voter-stake-registry-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 "@helium/nft-proxy-sdk": ^0.0.15 - "@helium/spl-utils": ^0.9.16 + "@helium/spl-utils": ^0.9.18 "@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 36561e249..ffe8a6566 100644 --- a/packages/idls/CHANGELOG.md +++ b/packages/idls/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-library/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/idls + + + + + +## [0.9.17](https://github.com/helium/helium-program-library/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/idls + + + + + ## [0.9.16](https://github.com/helium/helium-program-library/compare/v0.9.15...v0.9.16) (2024-12-09) **Note:** Version bump only for package @helium/idls diff --git a/packages/idls/package.json b/packages/idls/package.json index b3a2ed69b..c227a5800 100644 --- a/packages/idls/package.json +++ b/packages/idls/package.json @@ -1,6 +1,6 @@ { "name": "@helium/idls", - "version": "0.9.16", + "version": "0.9.18", "description": "Exported idls", "publishConfig": { "access": "public", diff --git a/packages/lazy-distributor-sdk/CHANGELOG.md b/packages/lazy-distributor-sdk/CHANGELOG.md index cd5a3d4fd..3239fb12b 100644 --- a/packages/lazy-distributor-sdk/CHANGELOG.md +++ b/packages/lazy-distributor-sdk/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/lazy-distributor-sdk + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/lazy-distributor-sdk + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **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 e119af149..723243ef5 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.9.16", + "version": "0.9.18", "description": "Interface to the lazy-distributor smart contract", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.9.16", - "@helium/circuit-breaker-sdk": "^0.9.16", - "@helium/spl-utils": "^0.9.16", + "@helium/anchor-resolvers": "^0.9.18", + "@helium/circuit-breaker-sdk": "^0.9.18", + "@helium/spl-utils": "^0.9.18", "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 371b50d3e..c83b8fc07 100644 --- a/packages/lazy-distributor-sdk/yarn.deploy.lock +++ b/packages/lazy-distributor-sdk/yarn.deploy.lock @@ -67,7 +67,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -89,7 +89,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -103,14 +103,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/circuit-breaker-sdk@^0.9.16": +"@helium/circuit-breaker-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -120,7 +120,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -139,9 +139,9 @@ __metadata: resolution: "@helium/lazy-distributor-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -151,14 +151,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@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/lazy-transactions-sdk/CHANGELOG.md b/packages/lazy-transactions-sdk/CHANGELOG.md index 2653c6c55..aad6d79fd 100644 --- a/packages/lazy-transactions-sdk/CHANGELOG.md +++ b/packages/lazy-transactions-sdk/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/lazy-transactions-sdk + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/lazy-transactions-sdk + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **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 0d413583d..680891bc6 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.9.16", + "version": "0.9.18", "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.9.16", - "@helium/spl-utils": "^0.9.16", + "@helium/idls": "^0.9.18", + "@helium/spl-utils": "^0.9.18", "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 4a62cd4cb..10ec0990d 100644 --- a/packages/lazy-transactions-sdk/yarn.deploy.lock +++ b/packages/lazy-transactions-sdk/yarn.deploy.lock @@ -67,7 +67,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -89,7 +89,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -103,7 +103,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -122,8 +122,8 @@ __metadata: resolution: "@helium/lazy-transactions-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -135,14 +135,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@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 a5c4db393..0f8a8647c 100644 --- a/packages/metadata-service/CHANGELOG.md +++ b/packages/metadata-service/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/metadata-service + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/metadata-service + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **Note:** Version bump only for package @helium/metadata-service diff --git a/packages/metadata-service/package.json b/packages/metadata-service/package.json index 83da18cdc..dd87a7fc4 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.9.16", + "version": "0.9.18", "description": "Mint metadata of hotspots", "repository": { "type": "git", @@ -35,13 +35,13 @@ "@coral-xyz/anchor": "^0.28.0", "@fastify/cors": "^8.1.1", "@grpc/grpc-js": "^1.10.1", - "@helium/account-fetch-cache": "^0.9.16", + "@helium/account-fetch-cache": "^0.9.18", "@helium/address": "^4.10.2", - "@helium/data-credits-sdk": "^0.9.16", - "@helium/helium-entity-manager-sdk": "^0.9.16", - "@helium/helium-sub-daos-sdk": "^0.9.16", - "@helium/idls": "^0.9.16", - "@helium/spl-utils": "^0.9.16", + "@helium/data-credits-sdk": "^0.9.18", + "@helium/helium-entity-manager-sdk": "^0.9.18", + "@helium/helium-sub-daos-sdk": "^0.9.18", + "@helium/idls": "^0.9.18", + "@helium/spl-utils": "^0.9.18", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.8", diff --git a/packages/metadata-service/yarn.deploy.lock b/packages/metadata-service/yarn.deploy.lock index 737ca4a48..2a7a3c3e9 100644 --- a/packages/metadata-service/yarn.deploy.lock +++ b/packages/metadata-service/yarn.deploy.lock @@ -135,7 +135,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -157,7 +157,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -195,14 +195,14 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.16": +"@helium/circuit-breaker-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -212,16 +212,16 @@ __metadata: languageName: unknown linkType: soft -"@helium/data-credits-sdk@^0.9.16": +"@helium/data-credits-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -233,17 +233,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.9.16": +"@helium/helium-entity-manager-sdk@^0.9.18": 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.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/no-emit-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/no-emit-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -256,16 +256,16 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.9.16": +"@helium/helium-sub-daos-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 - "@helium/treasury-management-sdk": ^0.9.16 - "@helium/voter-stake-registry-sdk": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 + "@helium/treasury-management-sdk": ^0.9.18 + "@helium/voter-stake-registry-sdk": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -275,7 +275,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -296,13 +296,13 @@ __metadata: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 "@grpc/grpc-js": ^1.10.1 - "@helium/account-fetch-cache": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/data-credits-sdk": ^0.9.16 - "@helium/helium-entity-manager-sdk": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/data-credits-sdk": ^0.9.18 + "@helium/helium-entity-manager-sdk": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 @@ -351,14 +351,14 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.9.16": +"@helium/no-emit-sdk@^0.9.18": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/anchor-resolvers": ^0.5.0 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -368,14 +368,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -390,15 +390,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.16": +"@helium/treasury-management-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -408,15 +408,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.16": +"@helium/voter-stake-registry-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 "@helium/nft-proxy-sdk": ^0.0.15 - "@helium/spl-utils": ^0.9.16 + "@helium/spl-utils": ^0.9.18 "@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 bc8f6f534..732506777 100644 --- a/packages/migration-service/CHANGELOG.md +++ b/packages/migration-service/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/migration-service + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/migration-service + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **Note:** Version bump only for package @helium/migration-service diff --git a/packages/migration-service/package.json b/packages/migration-service/package.json index 4bbe36a46..cb3ceac46 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.9.16", + "version": "0.9.18", "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.9.16", + "@helium/account-fetch-cache": "^0.9.18", "@helium/address": "^4.10.2", - "@helium/circuit-breaker-sdk": "^0.9.16", + "@helium/circuit-breaker-sdk": "^0.9.18", "@helium/crypto": "^4.10.2", - "@helium/data-credits-sdk": "^0.9.16", - "@helium/distributor-oracle": "^0.9.16", - "@helium/helium-entity-manager-sdk": "^0.9.16", - "@helium/helium-sub-daos-sdk": "^0.9.16", - "@helium/lazy-distributor-sdk": "^0.9.16", - "@helium/lazy-transactions-sdk": "^0.9.16", - "@helium/treasury-management-sdk": "^0.9.16", - "@helium/voter-stake-registry-sdk": "^0.9.16", + "@helium/data-credits-sdk": "^0.9.18", + "@helium/distributor-oracle": "^0.9.18", + "@helium/helium-entity-manager-sdk": "^0.9.18", + "@helium/helium-sub-daos-sdk": "^0.9.18", + "@helium/lazy-distributor-sdk": "^0.9.18", + "@helium/lazy-transactions-sdk": "^0.9.18", + "@helium/treasury-management-sdk": "^0.9.18", + "@helium/voter-stake-registry-sdk": "^0.9.18", "@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 f299f6377..30ce7d8a9 100644 --- a/packages/migration-service/yarn.deploy.lock +++ b/packages/migration-service/yarn.deploy.lock @@ -156,7 +156,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -178,7 +178,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -216,14 +216,14 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.16": +"@helium/circuit-breaker-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -244,16 +244,16 @@ __metadata: languageName: node linkType: hard -"@helium/data-credits-sdk@^0.9.16": +"@helium/data-credits-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -265,20 +265,20 @@ __metadata: languageName: unknown linkType: soft -"@helium/distributor-oracle@^0.9.16": +"@helium/distributor-oracle@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/lazy-distributor-sdk": ^0.9.16 - "@helium/rewards-oracle-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/helium-entity-manager-sdk": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/lazy-distributor-sdk": ^0.9.18 + "@helium/rewards-oracle-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -306,17 +306,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.9.16": +"@helium/helium-entity-manager-sdk@^0.9.18": 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.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/no-emit-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/no-emit-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -329,16 +329,16 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.9.16": +"@helium/helium-sub-daos-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 - "@helium/treasury-management-sdk": ^0.9.16 - "@helium/voter-stake-registry-sdk": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 + "@helium/treasury-management-sdk": ^0.9.18 + "@helium/voter-stake-registry-sdk": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -348,7 +348,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -362,14 +362,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/lazy-distributor-sdk@^0.9.16": +"@helium/lazy-distributor-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -379,13 +379,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/lazy-transactions-sdk@^0.9.16": +"@helium/lazy-transactions-sdk@^0.9.18": 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.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -404,18 +404,18 @@ __metadata: "@clockwork-xyz/sdk": ^0.3.0 "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/circuit-breaker-sdk": ^0.9.16 + "@helium/circuit-breaker-sdk": ^0.9.18 "@helium/crypto": ^4.10.2 - "@helium/data-credits-sdk": ^0.9.16 - "@helium/distributor-oracle": ^0.9.16 - "@helium/helium-entity-manager-sdk": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/lazy-distributor-sdk": ^0.9.16 - "@helium/lazy-transactions-sdk": ^0.9.16 - "@helium/treasury-management-sdk": ^0.9.16 - "@helium/voter-stake-registry-sdk": ^0.9.16 + "@helium/data-credits-sdk": ^0.9.18 + "@helium/distributor-oracle": ^0.9.18 + "@helium/helium-entity-manager-sdk": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/lazy-distributor-sdk": ^0.9.18 + "@helium/lazy-transactions-sdk": ^0.9.18 + "@helium/treasury-management-sdk": ^0.9.18 + "@helium/voter-stake-registry-sdk": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@project-serum/borsh": ^0.2.5 "@solana/buffer-layout": ^4.0.0 @@ -467,14 +467,14 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.9.16": +"@helium/no-emit-sdk@^0.9.18": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/anchor-resolvers": ^0.5.0 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -484,14 +484,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-oracle-sdk@^0.9.16": +"@helium/rewards-oracle-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -501,14 +501,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -523,15 +523,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.16": +"@helium/treasury-management-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -541,15 +541,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.16": +"@helium/voter-stake-registry-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 "@helium/nft-proxy-sdk": ^0.0.15 - "@helium/spl-utils": ^0.9.16 + "@helium/spl-utils": ^0.9.18 "@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 d71de48ec..681def405 100644 --- a/packages/mobile-entity-manager-sdk/CHANGELOG.md +++ b/packages/mobile-entity-manager-sdk/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/mobile-entity-manager-sdk + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/mobile-entity-manager-sdk + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **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 97fccc3f3..aec04f9c1 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.9.16", + "version": "0.9.18", "description": "Interface to the mobile-entity-manager smart contract", "repository": { "type": "git", @@ -32,10 +32,10 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.9.16", - "@helium/helium-entity-manager-sdk": "^0.9.16", - "@helium/idls": "^0.9.16", - "@helium/spl-utils": "^0.9.16", + "@helium/anchor-resolvers": "^0.9.18", + "@helium/helium-entity-manager-sdk": "^0.9.18", + "@helium/idls": "^0.9.18", + "@helium/spl-utils": "^0.9.18", "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 6618527d8..3df487164 100644 --- a/packages/mobile-entity-manager-sdk/yarn.deploy.lock +++ b/packages/mobile-entity-manager-sdk/yarn.deploy.lock @@ -67,7 +67,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -89,7 +89,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -127,14 +127,14 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.16": +"@helium/circuit-breaker-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -144,17 +144,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.9.16": +"@helium/helium-entity-manager-sdk@^0.9.18": 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.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/no-emit-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/no-emit-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -167,16 +167,16 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.9.16": +"@helium/helium-sub-daos-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 - "@helium/treasury-management-sdk": ^0.9.16 - "@helium/voter-stake-registry-sdk": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 + "@helium/treasury-management-sdk": ^0.9.18 + "@helium/voter-stake-registry-sdk": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -186,7 +186,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -205,10 +205,10 @@ __metadata: resolution: "@helium/mobile-entity-manager-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.9.16 - "@helium/helium-entity-manager-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/helium-entity-manager-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -241,14 +241,14 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.9.16": +"@helium/no-emit-sdk@^0.9.18": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/anchor-resolvers": ^0.5.0 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -258,14 +258,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -280,15 +280,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.16": +"@helium/treasury-management-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -298,15 +298,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.16": +"@helium/voter-stake-registry-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 "@helium/nft-proxy-sdk": ^0.0.15 - "@helium/spl-utils": ^0.9.16 + "@helium/spl-utils": ^0.9.18 "@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 2620358d6..be8561f2c 100644 --- a/packages/monitor-service/CHANGELOG.md +++ b/packages/monitor-service/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/monitor-service + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/monitor-service + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **Note:** Version bump only for package @helium/monitor-service diff --git a/packages/monitor-service/package.json b/packages/monitor-service/package.json index 49c957825..7dfd33003 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.9.16", + "version": "0.9.18", "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.9.16", - "@helium/circuit-breaker-sdk": "^0.9.16", - "@helium/data-credits-sdk": "^0.9.16", - "@helium/helium-entity-manager-sdk": "^0.9.16", - "@helium/helium-sub-daos-sdk": "^0.9.16", - "@helium/idls": "^0.9.16", - "@helium/lazy-distributor-sdk": "^0.9.16", - "@helium/lazy-transactions-sdk": "^0.9.16", - "@helium/price-oracle-sdk": "^0.9.16", - "@helium/spl-utils": "^0.9.16", + "@helium/account-fetch-cache": "^0.9.18", + "@helium/circuit-breaker-sdk": "^0.9.18", + "@helium/data-credits-sdk": "^0.9.18", + "@helium/helium-entity-manager-sdk": "^0.9.18", + "@helium/helium-sub-daos-sdk": "^0.9.18", + "@helium/idls": "^0.9.18", + "@helium/lazy-distributor-sdk": "^0.9.18", + "@helium/lazy-transactions-sdk": "^0.9.18", + "@helium/price-oracle-sdk": "^0.9.18", + "@helium/spl-utils": "^0.9.18", "@metaplex-foundation/mpl-bubblegum": "^0.7.0", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-account-compression": "^0.1.7", diff --git a/packages/monitor-service/yarn.deploy.lock b/packages/monitor-service/yarn.deploy.lock index 39114a3b6..b45c8e9be 100644 --- a/packages/monitor-service/yarn.deploy.lock +++ b/packages/monitor-service/yarn.deploy.lock @@ -101,7 +101,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -123,7 +123,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -161,14 +161,14 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.16": +"@helium/circuit-breaker-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -178,16 +178,16 @@ __metadata: languageName: unknown linkType: soft -"@helium/data-credits-sdk@^0.9.16": +"@helium/data-credits-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -199,17 +199,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.9.16": +"@helium/helium-entity-manager-sdk@^0.9.18": 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.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/no-emit-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/no-emit-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -222,16 +222,16 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.9.16": +"@helium/helium-sub-daos-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 - "@helium/treasury-management-sdk": ^0.9.16 - "@helium/voter-stake-registry-sdk": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 + "@helium/treasury-management-sdk": ^0.9.18 + "@helium/voter-stake-registry-sdk": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -241,7 +241,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -255,14 +255,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/lazy-distributor-sdk@^0.9.16": +"@helium/lazy-distributor-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -272,13 +272,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/lazy-transactions-sdk@^0.9.16": +"@helium/lazy-transactions-sdk@^0.9.18": 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.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -305,16 +305,16 @@ __metadata: resolution: "@helium/monitor-service@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/data-credits-sdk": ^0.9.16 - "@helium/helium-entity-manager-sdk": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/lazy-distributor-sdk": ^0.9.16 - "@helium/lazy-transactions-sdk": ^0.9.16 - "@helium/price-oracle-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/data-credits-sdk": ^0.9.18 + "@helium/helium-entity-manager-sdk": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/lazy-distributor-sdk": ^0.9.18 + "@helium/lazy-transactions-sdk": ^0.9.18 + "@helium/price-oracle-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 @@ -353,14 +353,14 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.9.16": +"@helium/no-emit-sdk@^0.9.18": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/anchor-resolvers": ^0.5.0 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -370,13 +370,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/price-oracle-sdk@^0.9.16": +"@helium/price-oracle-sdk@^0.9.18": 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.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -386,14 +386,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -408,15 +408,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.16": +"@helium/treasury-management-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -426,15 +426,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.16": +"@helium/voter-stake-registry-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 "@helium/nft-proxy-sdk": ^0.0.15 - "@helium/spl-utils": ^0.9.16 + "@helium/spl-utils": ^0.9.18 "@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 84921a0b1..ac9133329 100644 --- a/packages/no-emit-sdk/CHANGELOG.md +++ b/packages/no-emit-sdk/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/no-emit-sdk + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/no-emit-sdk + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **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 973e4d35c..a7e56a0b8 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.9.16", + "version": "0.9.18", "description": "Interface to the rewards burn smart contract", "repository": { "type": "git", @@ -33,8 +33,8 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@helium/anchor-resolvers": "^0.5.0", - "@helium/idls": "^0.9.16", - "@helium/spl-utils": "^0.9.16", + "@helium/idls": "^0.9.18", + "@helium/spl-utils": "^0.9.18", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/no-emit-sdk/yarn.deploy.lock b/packages/no-emit-sdk/yarn.deploy.lock index a7a5488dc..2974cbcec 100644 --- a/packages/no-emit-sdk/yarn.deploy.lock +++ b/packages/no-emit-sdk/yarn.deploy.lock @@ -67,7 +67,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -89,7 +89,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -115,7 +115,7 @@ __metadata: languageName: node linkType: hard -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -135,8 +135,8 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/anchor-resolvers": ^0.5.0 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -146,14 +146,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 diff --git a/packages/price-oracle-sdk/CHANGELOG.md b/packages/price-oracle-sdk/CHANGELOG.md index 91a2b4c3f..e882f227c 100644 --- a/packages/price-oracle-sdk/CHANGELOG.md +++ b/packages/price-oracle-sdk/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/price-oracle-sdk + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/price-oracle-sdk + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **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 d25ae0d44..a962b03b9 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.9.16", + "version": "0.9.18", "description": "Interface to the price oracle smart contract", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/idls": "^0.9.16", - "@helium/spl-utils": "^0.9.16", + "@helium/idls": "^0.9.18", + "@helium/spl-utils": "^0.9.18", "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 9c06095c6..f7e0e6fee 100644 --- a/packages/price-oracle-sdk/yarn.deploy.lock +++ b/packages/price-oracle-sdk/yarn.deploy.lock @@ -67,7 +67,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -89,7 +89,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -103,7 +103,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -122,8 +122,8 @@ __metadata: resolution: "@helium/price-oracle-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -133,14 +133,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@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/rewards-oracle-faucet-service/CHANGELOG.md b/packages/rewards-oracle-faucet-service/CHANGELOG.md index b6e568b1e..2bb219a56 100644 --- a/packages/rewards-oracle-faucet-service/CHANGELOG.md +++ b/packages/rewards-oracle-faucet-service/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/rewards-oracle-faucet-service + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/rewards-oracle-faucet-service + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **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 6c3dac407..e688bb97b 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.9.16", + "version": "0.9.18", "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 d75a3cb13..ec0de6cc5 100644 --- a/packages/rewards-oracle-sdk/CHANGELOG.md +++ b/packages/rewards-oracle-sdk/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/rewards-oracle-sdk + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/rewards-oracle-sdk + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **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 8925e4d29..6b2a18f72 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.9.16", + "version": "0.9.18", "description": "Interface to the rewards oracle smart contract", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.9.16", - "@helium/idls": "^0.9.16", - "@helium/spl-utils": "^0.9.16", + "@helium/anchor-resolvers": "^0.9.18", + "@helium/idls": "^0.9.18", + "@helium/spl-utils": "^0.9.18", "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 6b26e75e6..8ec1699f9 100644 --- a/packages/rewards-oracle-sdk/yarn.deploy.lock +++ b/packages/rewards-oracle-sdk/yarn.deploy.lock @@ -67,7 +67,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -89,7 +89,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -103,7 +103,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -122,9 +122,9 @@ __metadata: resolution: "@helium/rewards-oracle-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -134,14 +134,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@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/CHANGELOG.md b/packages/spl-utils/CHANGELOG.md index eb7d81538..6acd9645b 100644 --- a/packages/spl-utils/CHANGELOG.md +++ b/packages/spl-utils/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-library/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/spl-utils + + + + + +## [0.9.17](https://github.com/helium/helium-program-library/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/spl-utils + + + + + ## [0.9.16](https://github.com/helium/helium-program-library/compare/v0.9.15...v0.9.16) (2024-12-09) **Note:** Version bump only for package @helium/spl-utils diff --git a/packages/spl-utils/package.json b/packages/spl-utils/package.json index f40e61bf2..9eaf9675b 100644 --- a/packages/spl-utils/package.json +++ b/packages/spl-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/spl-utils", - "version": "0.9.16", + "version": "0.9.18", "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.9.16", + "@helium/account-fetch-cache": "^0.9.18", "@helium/address": "^4.10.2", - "@helium/anchor-resolvers": "^0.9.16", + "@helium/anchor-resolvers": "^0.9.18", "@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 37a42bbee..ee545d812 100644 --- a/packages/spl-utils/yarn.deploy.lock +++ b/packages/spl-utils/yarn.deploy.lock @@ -58,7 +58,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": 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.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -99,9 +99,9 @@ __metadata: resolution: "@helium/spl-utils@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 diff --git a/packages/sus/CHANGELOG.md b/packages/sus/CHANGELOG.md index 29172f7c1..8a09bbbe1 100644 --- a/packages/sus/CHANGELOG.md +++ b/packages/sus/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-library/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/sus + + + + + +## [0.9.17](https://github.com/helium/helium-program-library/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/sus + + + + + ## [0.9.16](https://github.com/helium/helium-program-library/compare/v0.9.15...v0.9.16) (2024-12-09) **Note:** Version bump only for package @helium/sus diff --git a/packages/sus/package.json b/packages/sus/package.json index 28ed778c7..e82982b93 100644 --- a/packages/sus/package.json +++ b/packages/sus/package.json @@ -1,6 +1,6 @@ { "name": "@helium/sus", - "version": "0.9.16", + "version": "0.9.18", "description": "Transaction simulation sus checker", "publishConfig": { "access": "public", diff --git a/packages/tokens-to-rent-service/CHANGELOG.md b/packages/tokens-to-rent-service/CHANGELOG.md index 7a4210d60..9e1908aae 100644 --- a/packages/tokens-to-rent-service/CHANGELOG.md +++ b/packages/tokens-to-rent-service/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/tokens-to-rent-service + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/tokens-to-rent-service + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **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 668979ccd..9ff0887d4 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.9.16", + "version": "0.9.18", "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.9.16", + "@helium/account-fetch-cache": "^0.9.18", "@helium/address": "^4.10.2", - "@helium/spl-utils": "^0.9.16", + "@helium/spl-utils": "^0.9.18", "@jup-ag/api": "^6.0.6", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.8", diff --git a/packages/tokens-to-rent-service/yarn.deploy.lock b/packages/tokens-to-rent-service/yarn.deploy.lock index 54d3bdd02..6c304a395 100644 --- a/packages/tokens-to-rent-service/yarn.deploy.lock +++ b/packages/tokens-to-rent-service/yarn.deploy.lock @@ -111,7 +111,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -133,7 +133,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -147,14 +147,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -175,9 +175,9 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.9.16 + "@helium/spl-utils": ^0.9.18 "@jup-ag/api": ^6.0.6 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 diff --git a/packages/treasury-management-sdk/CHANGELOG.md b/packages/treasury-management-sdk/CHANGELOG.md index 1c7325591..052f818c3 100644 --- a/packages/treasury-management-sdk/CHANGELOG.md +++ b/packages/treasury-management-sdk/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/treasury-management-sdk + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/treasury-management-sdk + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **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 d73004b6f..2a2433598 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.9.16", + "version": "0.9.18", "description": "Interface to the treasury-management smart contract", "repository": { "type": "git", @@ -32,10 +32,10 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.9.16", - "@helium/circuit-breaker-sdk": "^0.9.16", - "@helium/idls": "^0.9.16", - "@helium/spl-utils": "^0.9.16", + "@helium/anchor-resolvers": "^0.9.18", + "@helium/circuit-breaker-sdk": "^0.9.18", + "@helium/idls": "^0.9.18", + "@helium/spl-utils": "^0.9.18", "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 65dd90f29..631d299cd 100644 --- a/packages/treasury-management-sdk/yarn.deploy.lock +++ b/packages/treasury-management-sdk/yarn.deploy.lock @@ -67,7 +67,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -89,7 +89,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -103,14 +103,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/circuit-breaker-sdk@^0.9.16": +"@helium/circuit-breaker-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -120,7 +120,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -134,14 +134,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -161,10 +161,10 @@ __metadata: resolution: "@helium/treasury-management-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 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 9b329ee76..65231fa49 100644 --- a/packages/voter-stake-registry-hooks/CHANGELOG.md +++ b/packages/voter-stake-registry-hooks/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/voter-stake-registry-hooks + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/voter-stake-registry-hooks + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **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 48f1e3a0e..560fba4e1 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.9.16", + "version": "0.9.18", "description": "React hooks for helium voter stake registry", "repository": { "type": "git", @@ -32,15 +32,15 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.9.16", - "@helium/account-fetch-cache-hooks": "^0.9.16", - "@helium/circuit-breaker-sdk": "^0.9.16", - "@helium/helium-react-hooks": "^0.9.16", - "@helium/helium-sub-daos-sdk": "^0.9.16", + "@helium/account-fetch-cache": "^0.9.18", + "@helium/account-fetch-cache-hooks": "^0.9.18", + "@helium/circuit-breaker-sdk": "^0.9.18", + "@helium/helium-react-hooks": "^0.9.18", + "@helium/helium-sub-daos-sdk": "^0.9.18", "@helium/modular-governance-hooks": "^0.0.15", "@helium/modular-governance-idls": "^0.0.15", - "@helium/spl-utils": "^0.9.16", - "@helium/voter-stake-registry-sdk": "^0.9.16", + "@helium/spl-utils": "^0.9.18", + "@helium/voter-stake-registry-sdk": "^0.9.18", "@solana/wallet-adapter-base": "^0.9.22", "@solana/wallet-adapter-react": "^0.15.32", "@solana/web3.js": "^1.78.8", diff --git a/packages/voter-stake-registry-hooks/src/contexts/heliumVsrContext.tsx b/packages/voter-stake-registry-hooks/src/contexts/heliumVsrContext.tsx index e785a7e56..ae2f0affa 100644 --- a/packages/voter-stake-registry-hooks/src/contexts/heliumVsrContext.tsx +++ b/packages/voter-stake-registry-hooks/src/contexts/heliumVsrContext.tsx @@ -17,7 +17,7 @@ import { usePositions } from "../hooks/usePositions"; import { useRegistrar } from "../hooks/useRegistrar"; import { PositionWithMeta, ProxyAssignmentV0 } from "../sdk/types"; import { calcPositionVotingPower } from "../utils/calcPositionVotingPower"; -import { useRegistrarForMint } from ".."; +import { useRegistrarForMint } from "../hooks/useRegistrarForMint"; type Registrar = IdlAccounts["registrar"]; @@ -187,15 +187,19 @@ export const HeliumVsrStateProvider: React.FC<{ const delegatedSubDao = isDelegated ? delegatedAccounts[idx]?.info?.subDao : null; + if (isDelegated) { const epoch = delegatedAccounts[ idx ]!.info!.lastClaimedEpoch.add(new BN(1)); + const epochsCount = isDecayed ? decayedEpoch.sub(epoch).add(new BN(1)).toNumber() : currentEpoch.sub(epoch).toNumber(); - hasRewards = epochsCount > 0; + hasRewards = + epochsCount > 0 && + !(isDecayed && decayedEpoch.eq(currentEpoch)); } const posVotingPower = calcPositionVotingPower({ diff --git a/packages/voter-stake-registry-hooks/yarn.deploy.lock b/packages/voter-stake-registry-hooks/yarn.deploy.lock index fd9f3cab3..59f45958f 100644 --- a/packages/voter-stake-registry-hooks/yarn.deploy.lock +++ b/packages/voter-stake-registry-hooks/yarn.deploy.lock @@ -67,11 +67,11 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache-hooks@^0.9.16": +"@helium/account-fetch-cache-hooks@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache-hooks@workspace:packages/account-fetch-cache-hooks" dependencies: - "@helium/account-fetch-cache": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@solana/web3.js": ^1.78.8 git-format-staged: ^2.1.3 react-async-hook: ^4.0.0 @@ -97,7 +97,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -128,7 +128,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -166,14 +166,14 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.16": +"@helium/circuit-breaker-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -183,13 +183,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-react-hooks@^0.9.16": +"@helium/helium-react-hooks@^0.9.18": 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.9.16 - "@helium/account-fetch-cache-hooks": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 + "@helium/account-fetch-cache-hooks": ^0.9.18 "@solana/spl-token": ^0.3.8 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.8 @@ -226,16 +226,16 @@ __metadata: languageName: node linkType: hard -"@helium/helium-sub-daos-sdk@^0.9.16": +"@helium/helium-sub-daos-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 - "@helium/treasury-management-sdk": ^0.9.16 - "@helium/voter-stake-registry-sdk": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 + "@helium/treasury-management-sdk": ^0.9.18 + "@helium/voter-stake-registry-sdk": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -245,7 +245,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -332,14 +332,14 @@ __metadata: languageName: node linkType: hard -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -354,15 +354,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.16": +"@helium/treasury-management-sdk@^0.9.18": 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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -377,15 +377,15 @@ __metadata: resolution: "@helium/voter-stake-registry-hooks@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.9.16 - "@helium/account-fetch-cache-hooks": ^0.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/helium-react-hooks": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 + "@helium/account-fetch-cache-hooks": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/helium-react-hooks": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 "@helium/modular-governance-hooks": ^0.0.15 "@helium/modular-governance-idls": ^0.0.15 - "@helium/spl-utils": ^0.9.16 - "@helium/voter-stake-registry-sdk": ^0.9.16 + "@helium/spl-utils": ^0.9.18 + "@helium/voter-stake-registry-sdk": ^0.9.18 "@solana/wallet-adapter-base": ^0.9.22 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.8 @@ -402,15 +402,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.16": +"@helium/voter-stake-registry-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 "@helium/nft-proxy-sdk": ^0.0.15 - "@helium/spl-utils": ^0.9.16 + "@helium/spl-utils": ^0.9.18 "@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 6687145c3..d0b62159a 100644 --- a/packages/voter-stake-registry-sdk/CHANGELOG.md +++ b/packages/voter-stake-registry-sdk/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/voter-stake-registry-sdk + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/voter-stake-registry-sdk + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **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 2387c7e4e..18201c571 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.9.16", + "version": "0.9.18", "description": "Interface to the voter-stake-registry smart contract", "repository": { "type": "git", @@ -32,10 +32,10 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.9.16", - "@helium/idls": "^0.9.16", + "@helium/anchor-resolvers": "^0.9.18", + "@helium/idls": "^0.9.18", "@helium/nft-proxy-sdk": "^0.0.15", - "@helium/spl-utils": "^0.9.16", + "@helium/spl-utils": "^0.9.18", "@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 2312829d9..8c9bd8af3 100644 --- a/packages/voter-stake-registry-sdk/yarn.deploy.lock +++ b/packages/voter-stake-registry-sdk/yarn.deploy.lock @@ -67,7 +67,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -89,7 +89,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -115,7 +115,7 @@ __metadata: languageName: node linkType: hard -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -151,14 +151,14 @@ __metadata: languageName: node linkType: hard -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -178,10 +178,10 @@ __metadata: resolution: "@helium/voter-stake-registry-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.9.16 - "@helium/idls": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 "@helium/nft-proxy-sdk": ^0.0.15 - "@helium/spl-utils": ^0.9.16 + "@helium/spl-utils": ^0.9.18 "@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 3f4188432..0ead71459 100644 --- a/packages/vsr-metadata-service/CHANGELOG.md +++ b/packages/vsr-metadata-service/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.18](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.18) (2024-12-10) + +**Note:** Version bump only for package @helium/vsr-metadata-service + + + + + +## [0.9.17](https://github.com/helium/helium-program-libary/compare/v0.9.12...v0.9.17) (2024-12-10) + +**Note:** Version bump only for package @helium/vsr-metadata-service + + + + + ## [0.9.16](https://github.com/helium/helium-program-libary/compare/v0.9.15...v0.9.16) (2024-12-09) **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 0c1792e78..14251b548 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.9.16", + "version": "0.9.18", "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.9.16", + "@helium/account-fetch-cache": "^0.9.18", "@helium/address": "^4.10.2", - "@helium/spl-utils": "^0.9.16", - "@helium/voter-stake-registry-sdk": "^0.9.16", + "@helium/spl-utils": "^0.9.18", + "@helium/voter-stake-registry-sdk": "^0.9.18", "@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 da8519c05..e7ade099b 100644 --- a/packages/vsr-metadata-service/yarn.deploy.lock +++ b/packages/vsr-metadata-service/yarn.deploy.lock @@ -111,7 +111,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16": +"@helium/account-fetch-cache@^0.9.18": version: 0.0.0-use.local resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache" dependencies: @@ -133,7 +133,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16": +"@helium/anchor-resolvers@^0.9.18": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -159,7 +159,7 @@ __metadata: languageName: node linkType: hard -"@helium/idls@^0.9.16": +"@helium/idls@^0.9.18": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -195,14 +195,14 @@ __metadata: languageName: node linkType: hard -"@helium/spl-utils@^0.9.16": +"@helium/spl-utils@^0.9.18": 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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -217,15 +217,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.16": +"@helium/voter-stake-registry-sdk@^0.9.18": 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.9.16 - "@helium/idls": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 "@helium/nft-proxy-sdk": ^0.0.15 - "@helium/spl-utils": ^0.9.16 + "@helium/spl-utils": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 @@ -243,10 +243,10 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.9.16 - "@helium/voter-stake-registry-sdk": ^0.9.16 + "@helium/spl-utils": ^0.9.18 + "@helium/voter-stake-registry-sdk": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 diff --git a/yarn.lock b/yarn.lock index c14b15849..e21f55de3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -479,11 +479,11 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache-hooks@^0.9.16, @helium/account-fetch-cache-hooks@workspace:packages/account-fetch-cache-hooks": +"@helium/account-fetch-cache-hooks@^0.9.18, @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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@solana/web3.js": ^1.78.8 git-format-staged: ^2.1.3 react-async-hook: ^4.0.0 @@ -509,7 +509,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache@^0.9.16, @helium/account-fetch-cache@workspace:packages/account-fetch-cache": +"@helium/account-fetch-cache@^0.9.18, @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: @@ -538,7 +538,7 @@ __metadata: "@connectrpc/connect-node": ^1.3.0 "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/web3.js": ^1.78.8 "@substreams/core": ^0.15.1 @@ -609,7 +609,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.16, @helium/anchor-resolvers@workspace:packages/anchor-resolvers": +"@helium/anchor-resolvers@^0.9.18, @helium/anchor-resolvers@workspace:packages/anchor-resolvers": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -647,14 +647,14 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.16, @helium/circuit-breaker-sdk@workspace:packages/circuit-breaker-sdk": +"@helium/circuit-breaker-sdk@^0.9.18, @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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -669,24 +669,24 @@ __metadata: resolution: "@helium/crons@workspace:packages/crons" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.9.16 - "@helium/distributor-oracle": ^0.9.16 - "@helium/fanout-sdk": ^0.9.16 - "@helium/helium-entity-manager-sdk": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/lazy-distributor-sdk": ^0.9.16 - "@helium/mobile-entity-manager-sdk": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 + "@helium/distributor-oracle": ^0.9.18 + "@helium/fanout-sdk": ^0.9.18 + "@helium/helium-entity-manager-sdk": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/lazy-distributor-sdk": ^0.9.18 + "@helium/mobile-entity-manager-sdk": ^0.9.18 "@helium/nft-proxy-sdk": ^0.0.15 - "@helium/no-emit-sdk": ^0.9.16 + "@helium/no-emit-sdk": ^0.9.18 "@helium/organization-sdk": ^0.0.15 - "@helium/price-oracle-sdk": ^0.9.16 + "@helium/price-oracle-sdk": ^0.9.18 "@helium/proposal-sdk": ^0.0.15 - "@helium/rewards-oracle-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/rewards-oracle-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@helium/state-controller-sdk": ^0.0.15 - "@helium/treasury-management-sdk": ^0.9.16 - "@helium/voter-stake-registry-sdk": ^0.9.16 + "@helium/treasury-management-sdk": ^0.9.18 + "@helium/voter-stake-registry-sdk": ^0.9.18 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 "@types/bn.js": ^5.1.0 @@ -735,16 +735,16 @@ __metadata: languageName: unknown linkType: soft -"@helium/data-credits-sdk@^0.9.16, @helium/data-credits-sdk@workspace:packages/data-credits-sdk": +"@helium/data-credits-sdk@^0.9.18, @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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -756,20 +756,20 @@ __metadata: languageName: unknown linkType: soft -"@helium/distributor-oracle@^0.9.16, @helium/distributor-oracle@workspace:packages/distributor-oracle": +"@helium/distributor-oracle@^0.9.18, @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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/lazy-distributor-sdk": ^0.9.16 - "@helium/rewards-oracle-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/helium-entity-manager-sdk": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/lazy-distributor-sdk": ^0.9.18 + "@helium/rewards-oracle-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -802,9 +802,9 @@ __metadata: resolution: "@helium/entity-invalidator@workspace:packages/entity-invalidator" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.9.16 - "@helium/helium-entity-manager-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 + "@helium/helium-entity-manager-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@solana/web3.js": ^1.78.8 "@types/bn.js": ^5.1.1 "@types/deep-equal": ^1.0.1 @@ -834,10 +834,10 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/fanout-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/fanout-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -855,14 +855,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/fanout-sdk@^0.9.16, @helium/fanout-sdk@workspace:packages/fanout-sdk": +"@helium/fanout-sdk@^0.9.18, @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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -878,8 +878,8 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 @@ -905,20 +905,20 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/address": ^4.10.2 - "@helium/circuit-breaker-sdk": ^0.9.16 + "@helium/circuit-breaker-sdk": ^0.9.18 "@helium/crypto": ^4.10.2 - "@helium/data-credits-sdk": ^0.9.16 - "@helium/distributor-oracle": ^0.9.16 - "@helium/fanout-sdk": ^0.9.16 - "@helium/helium-entity-manager-sdk": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/lazy-distributor-sdk": ^0.9.16 - "@helium/mobile-entity-manager-sdk": ^0.9.16 + "@helium/data-credits-sdk": ^0.9.18 + "@helium/distributor-oracle": ^0.9.18 + "@helium/fanout-sdk": ^0.9.18 + "@helium/helium-entity-manager-sdk": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/lazy-distributor-sdk": ^0.9.18 + "@helium/mobile-entity-manager-sdk": ^0.9.18 "@helium/nft-proxy-sdk": ^0.0.15 "@helium/organization-sdk": ^0.0.13 - "@helium/price-oracle-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 - "@helium/treasury-management-sdk": ^0.9.16 + "@helium/price-oracle-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 + "@helium/treasury-management-sdk": ^0.9.18 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-governance": ^0.3.18 "@solana/spl-token": ^0.3.8 @@ -938,17 +938,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.9.16, @helium/helium-entity-manager-sdk@workspace:packages/helium-entity-manager-sdk": +"@helium/helium-entity-manager-sdk@^0.9.18, @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.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/no-emit-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/no-emit-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -961,13 +961,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-react-hooks@^0.9.16, @helium/helium-react-hooks@workspace:packages/helium-react-hooks": +"@helium/helium-react-hooks@^0.9.18, @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.9.16 - "@helium/account-fetch-cache-hooks": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 + "@helium/account-fetch-cache-hooks": ^0.9.18 "@solana/spl-token": ^0.3.8 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.8 @@ -1004,16 +1004,16 @@ __metadata: languageName: node linkType: hard -"@helium/helium-sub-daos-sdk@^0.9.16, @helium/helium-sub-daos-sdk@workspace:packages/helium-sub-daos-sdk": +"@helium/helium-sub-daos-sdk@^0.9.18, @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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 - "@helium/treasury-management-sdk": ^0.9.16 - "@helium/voter-stake-registry-sdk": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 + "@helium/treasury-management-sdk": ^0.9.18 + "@helium/voter-stake-registry-sdk": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1030,8 +1030,8 @@ __metadata: "@fastify/cors": ^8.1.1 "@fastify/static": ^6 "@helium/organization-sdk": ^0.0.15 - "@helium/spl-utils": ^0.9.16 - "@helium/voter-stake-registry-sdk": ^0.9.16 + "@helium/spl-utils": ^0.9.18 + "@helium/voter-stake-registry-sdk": ^0.9.18 "@solana/web3.js": ^1.78.8 "@types/bn.js": ^5.1.1 "@types/lodash": ^4.17.6 @@ -1055,10 +1055,10 @@ __metadata: resolution: "@helium/hexboosting-sdk@workspace:packages/hexboosting-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1073,16 +1073,16 @@ __metadata: resolution: "@helium/hotspot-utils@workspace:packages/hotspot-utils" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/helium-entity-manager-sdk": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/helium-entity-manager-sdk": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@solana/web3.js": ^1.78.8 bs58: ^4.0.1 languageName: unknown linkType: soft -"@helium/idls@^0.9.16, @helium/idls@workspace:packages/idls": +"@helium/idls@^0.9.18, @helium/idls@workspace:packages/idls": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -1096,14 +1096,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/lazy-distributor-sdk@^0.9.16, @helium/lazy-distributor-sdk@workspace:packages/lazy-distributor-sdk": +"@helium/lazy-distributor-sdk@^0.9.18, @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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1113,13 +1113,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/lazy-transactions-sdk@^0.9.16, @helium/lazy-transactions-sdk@workspace:packages/lazy-transactions-sdk": +"@helium/lazy-transactions-sdk@^0.9.18, @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.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1138,13 +1138,13 @@ __metadata: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 "@grpc/grpc-js": ^1.10.1 - "@helium/account-fetch-cache": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/data-credits-sdk": ^0.9.16 - "@helium/helium-entity-manager-sdk": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/data-credits-sdk": ^0.9.18 + "@helium/helium-entity-manager-sdk": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 @@ -1178,18 +1178,18 @@ __metadata: "@clockwork-xyz/sdk": ^0.3.0 "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/circuit-breaker-sdk": ^0.9.16 + "@helium/circuit-breaker-sdk": ^0.9.18 "@helium/crypto": ^4.10.2 - "@helium/data-credits-sdk": ^0.9.16 - "@helium/distributor-oracle": ^0.9.16 - "@helium/helium-entity-manager-sdk": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/lazy-distributor-sdk": ^0.9.16 - "@helium/lazy-transactions-sdk": ^0.9.16 - "@helium/treasury-management-sdk": ^0.9.16 - "@helium/voter-stake-registry-sdk": ^0.9.16 + "@helium/data-credits-sdk": ^0.9.18 + "@helium/distributor-oracle": ^0.9.18 + "@helium/helium-entity-manager-sdk": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/lazy-distributor-sdk": ^0.9.18 + "@helium/lazy-transactions-sdk": ^0.9.18 + "@helium/treasury-management-sdk": ^0.9.18 + "@helium/voter-stake-registry-sdk": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@project-serum/borsh": ^0.2.5 "@solana/buffer-layout": ^4.0.0 @@ -1219,15 +1219,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/mobile-entity-manager-sdk@^0.9.16, @helium/mobile-entity-manager-sdk@workspace:packages/mobile-entity-manager-sdk": +"@helium/mobile-entity-manager-sdk@^0.9.18, @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.9.16 - "@helium/helium-entity-manager-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/helium-entity-manager-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -1291,16 +1291,16 @@ __metadata: resolution: "@helium/monitor-service@workspace:packages/monitor-service" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/data-credits-sdk": ^0.9.16 - "@helium/helium-entity-manager-sdk": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/lazy-distributor-sdk": ^0.9.16 - "@helium/lazy-transactions-sdk": ^0.9.16 - "@helium/price-oracle-sdk": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/data-credits-sdk": ^0.9.18 + "@helium/helium-entity-manager-sdk": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/lazy-distributor-sdk": ^0.9.18 + "@helium/lazy-transactions-sdk": ^0.9.18 + "@helium/price-oracle-sdk": ^0.9.18 + "@helium/spl-utils": ^0.9.18 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 @@ -1339,14 +1339,14 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.9.16, @helium/no-emit-sdk@workspace:packages/no-emit-sdk": +"@helium/no-emit-sdk@^0.9.18, @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: "@coral-xyz/anchor": ^0.28.0 "@helium/anchor-resolvers": ^0.5.0 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1380,13 +1380,13 @@ __metadata: languageName: node linkType: hard -"@helium/price-oracle-sdk@^0.9.16, @helium/price-oracle-sdk@workspace:packages/price-oracle-sdk": +"@helium/price-oracle-sdk@^0.9.18, @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.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1447,14 +1447,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-oracle-sdk@^0.9.16, @helium/rewards-oracle-sdk@workspace:packages/rewards-oracle-sdk": +"@helium/rewards-oracle-sdk@^0.9.18, @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.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1464,14 +1464,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.16, @helium/spl-utils@workspace:packages/spl-utils": +"@helium/spl-utils@^0.9.18, @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.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -1520,9 +1520,9 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.9.16 + "@helium/spl-utils": ^0.9.18 "@jup-ag/api": ^6.0.6 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 @@ -1552,15 +1552,15 @@ __metadata: languageName: node linkType: hard -"@helium/treasury-management-sdk@^0.9.16, @helium/treasury-management-sdk@workspace:packages/treasury-management-sdk": +"@helium/treasury-management-sdk@^0.9.18, @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.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/idls": ^0.9.16 - "@helium/spl-utils": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/idls": ^0.9.18 + "@helium/spl-utils": ^0.9.18 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1575,15 +1575,15 @@ __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.9.16 - "@helium/account-fetch-cache-hooks": ^0.9.16 - "@helium/circuit-breaker-sdk": ^0.9.16 - "@helium/helium-react-hooks": ^0.9.16 - "@helium/helium-sub-daos-sdk": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 + "@helium/account-fetch-cache-hooks": ^0.9.18 + "@helium/circuit-breaker-sdk": ^0.9.18 + "@helium/helium-react-hooks": ^0.9.18 + "@helium/helium-sub-daos-sdk": ^0.9.18 "@helium/modular-governance-hooks": ^0.0.15 "@helium/modular-governance-idls": ^0.0.15 - "@helium/spl-utils": ^0.9.16 - "@helium/voter-stake-registry-sdk": ^0.9.16 + "@helium/spl-utils": ^0.9.18 + "@helium/voter-stake-registry-sdk": ^0.9.18 "@solana/wallet-adapter-base": ^0.9.22 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.8 @@ -1600,15 +1600,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.16, @helium/voter-stake-registry-sdk@workspace:packages/voter-stake-registry-sdk": +"@helium/voter-stake-registry-sdk@^0.9.18, @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.9.16 - "@helium/idls": ^0.9.16 + "@helium/anchor-resolvers": ^0.9.18 + "@helium/idls": ^0.9.18 "@helium/nft-proxy-sdk": ^0.0.15 - "@helium/spl-utils": ^0.9.16 + "@helium/spl-utils": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 @@ -1626,10 +1626,10 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.9.16 + "@helium/account-fetch-cache": ^0.9.18 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.9.16 - "@helium/voter-stake-registry-sdk": ^0.9.16 + "@helium/spl-utils": ^0.9.18 + "@helium/voter-stake-registry-sdk": ^0.9.18 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8