diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ec1a4312..adb8ad36e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package helium-program-library + + + + + ## [0.9.2](https://github.com/helium/helium-program-library/compare/v0.9.1...v0.9.2) (2024-08-01) **Note:** Version bump only for package helium-program-library diff --git a/lerna.json b/lerna.json index a53f818c0..67b57d5f2 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages/*" ], "useWorkspaces": true, - "version": "0.9.2" + "version": "0.9.3" } diff --git a/packages/account-fetch-cache-hooks/CHANGELOG.md b/packages/account-fetch-cache-hooks/CHANGELOG.md index 5de22cdf8..5227901a5 100644 --- a/packages/account-fetch-cache-hooks/CHANGELOG.md +++ b/packages/account-fetch-cache-hooks/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/account-fetch-cache-hooks + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **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 3bbeffb62..e5c08c3d8 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.2", + "version": "0.9.3", "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.2", + "@helium/account-fetch-cache": "^0.9.3", "@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 796b96011..b9f74f577 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@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.2": +"@helium/account-fetch-cache@^0.9.3": 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 255245e94..5ac784b47 100644 --- a/packages/account-fetch-cache/CHANGELOG.md +++ b/packages/account-fetch-cache/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/account-fetch-cache + + + + + ## [0.9.2](https://github.com/helium/helium-program-library/compare/v0.9.1...v0.9.2) (2024-08-01) **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 0fc964962..daa9a31f5 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.2", + "version": "0.9.3", "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 ba25104e4..cd6964f08 100644 --- a/packages/account-postgres-sink-service/CHANGELOG.md +++ b/packages/account-postgres-sink-service/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/account-postgres-sink-service + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **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 0c5b9cd2b..d5c24716b 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.2", + "version": "0.9.3", "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.2", + "@helium/account-fetch-cache": "^0.9.3", "@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 73a9cdecf..dd88024b9 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.2": +"@helium/account-fetch-cache@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@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 88e4f4919..97b483f25 100644 --- a/packages/active-device-oracle/CHANGELOG.md +++ b/packages/active-device-oracle/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/active-device-oracle + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **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 ab873b225..e9eaa4b20 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.2", + "version": "0.9.3", "description": "Oracle of helium active devices", "repository": { "type": "git", diff --git a/packages/anchor-resolvers/CHANGELOG.md b/packages/anchor-resolvers/CHANGELOG.md index 4f995f73b..4eb2d737d 100644 --- a/packages/anchor-resolvers/CHANGELOG.md +++ b/packages/anchor-resolvers/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/anchor-resolvers + + + + + ## [0.9.2](https://github.com/helium/helium-program-library/compare/v0.9.1...v0.9.2) (2024-08-01) **Note:** Version bump only for package @helium/anchor-resolvers diff --git a/packages/anchor-resolvers/package.json b/packages/anchor-resolvers/package.json index 82d845369..91314c508 100644 --- a/packages/anchor-resolvers/package.json +++ b/packages/anchor-resolvers/package.json @@ -1,6 +1,6 @@ { "name": "@helium/anchor-resolvers", - "version": "0.9.2", + "version": "0.9.3", "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 d9e358ade..f795d3fed 100644 --- a/packages/circuit-breaker-sdk/CHANGELOG.md +++ b/packages/circuit-breaker-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/circuit-breaker-sdk + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **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 7153e8c58..b4c6d9da4 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.2", + "version": "0.9.3", "description": "Interface to the circuit breaker smart contract", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.9.2", - "@helium/idls": "^0.9.2", + "@helium/anchor-resolvers": "^0.9.3", + "@helium/idls": "^0.9.3", "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 bc0c3af5b..2a69a0718 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/anchor-resolvers@^0.9.2": +"@helium/anchor-resolvers@^0.9.3": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -86,8 +86,8 @@ __metadata: resolution: "@helium/circuit-breaker-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -97,7 +97,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.2": +"@helium/idls@^0.9.3": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: diff --git a/packages/crons/CHANGELOG.md b/packages/crons/CHANGELOG.md index 40484b279..8c42372e4 100644 --- a/packages/crons/CHANGELOG.md +++ b/packages/crons/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/crons + + + + + ## [0.9.2](https://github.com/helium/helium-program-library/compare/v0.9.1...v0.9.2) (2024-08-01) **Note:** Version bump only for package @helium/crons diff --git a/packages/crons/package.json b/packages/crons/package.json index 590173ba9..58b2a1d96 100644 --- a/packages/crons/package.json +++ b/packages/crons/package.json @@ -1,6 +1,6 @@ { "name": "@helium/crons", - "version": "0.9.2", + "version": "0.9.3", "description": "scripts to run on a schedule", "private": true, "publishConfig": { @@ -32,23 +32,23 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.9.2", - "@helium/distributor-oracle": "^0.9.2", - "@helium/fanout-sdk": "^0.9.2", - "@helium/helium-entity-manager-sdk": "^0.9.2", - "@helium/helium-sub-daos-sdk": "^0.9.2", - "@helium/idls": "^0.9.2", - "@helium/lazy-distributor-sdk": "^0.9.2", - "@helium/mobile-entity-manager-sdk": "^0.9.2", - "@helium/no-emit-sdk": "^0.9.2", + "@helium/account-fetch-cache": "^0.9.3", + "@helium/distributor-oracle": "^0.9.3", + "@helium/fanout-sdk": "^0.9.3", + "@helium/helium-entity-manager-sdk": "^0.9.3", + "@helium/helium-sub-daos-sdk": "^0.9.3", + "@helium/idls": "^0.9.3", + "@helium/lazy-distributor-sdk": "^0.9.3", + "@helium/mobile-entity-manager-sdk": "^0.9.3", + "@helium/no-emit-sdk": "^0.9.3", "@helium/organization-sdk": "^0.0.8", - "@helium/price-oracle-sdk": "^0.9.2", + "@helium/price-oracle-sdk": "^0.9.3", "@helium/proposal-sdk": "^0.0.8", - "@helium/rewards-oracle-sdk": "^0.9.2", - "@helium/spl-utils": "^0.9.2", + "@helium/rewards-oracle-sdk": "^0.9.3", + "@helium/spl-utils": "^0.9.3", "@helium/state-controller-sdk": "0.0.8-next.39+d213e1d", - "@helium/treasury-management-sdk": "^0.9.2", - "@helium/voter-stake-registry-sdk": "^0.9.2", + "@helium/treasury-management-sdk": "^0.9.3", + "@helium/voter-stake-registry-sdk": "^0.9.3", "@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 fe560ecf4..d62579dcb 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.2": +"@helium/account-fetch-cache@^0.9.3": 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.2": +"@helium/anchor-resolvers@^0.9.3": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -171,13 +171,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.2": +"@helium/circuit-breaker-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -192,23 +192,23 @@ __metadata: resolution: "@helium/crons@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.9.2 - "@helium/distributor-oracle": ^0.9.2 - "@helium/fanout-sdk": ^0.9.2 - "@helium/helium-entity-manager-sdk": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 - "@helium/lazy-distributor-sdk": ^0.9.2 - "@helium/mobile-entity-manager-sdk": ^0.9.2 - "@helium/no-emit-sdk": ^0.9.2 + "@helium/account-fetch-cache": ^0.9.3 + "@helium/distributor-oracle": ^0.9.3 + "@helium/fanout-sdk": ^0.9.3 + "@helium/helium-entity-manager-sdk": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 + "@helium/lazy-distributor-sdk": ^0.9.3 + "@helium/mobile-entity-manager-sdk": ^0.9.3 + "@helium/no-emit-sdk": ^0.9.3 "@helium/organization-sdk": ^0.0.8 - "@helium/price-oracle-sdk": ^0.9.2 + "@helium/price-oracle-sdk": ^0.9.3 "@helium/proposal-sdk": ^0.0.8 - "@helium/rewards-oracle-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/rewards-oracle-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@helium/state-controller-sdk": 0.0.8-next.39+d213e1d - "@helium/treasury-management-sdk": ^0.9.2 - "@helium/voter-stake-registry-sdk": ^0.9.2 + "@helium/treasury-management-sdk": ^0.9.3 + "@helium/voter-stake-registry-sdk": ^0.9.3 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 "@types/bn.js": ^5.1.0 @@ -226,20 +226,20 @@ __metadata: languageName: unknown linkType: soft -"@helium/distributor-oracle@^0.9.2": +"@helium/distributor-oracle@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 - "@helium/lazy-distributor-sdk": ^0.9.2 - "@helium/rewards-oracle-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/helium-entity-manager-sdk": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 + "@helium/lazy-distributor-sdk": ^0.9.3 + "@helium/rewards-oracle-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -267,13 +267,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/fanout-sdk@^0.9.2": +"@helium/fanout-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -283,17 +283,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.9.2": +"@helium/helium-entity-manager-sdk@^0.9.3": 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.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 - "@helium/no-emit-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 + "@helium/no-emit-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -306,15 +306,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.9.2": +"@helium/helium-sub-daos-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/treasury-management-sdk": ^0.9.2 - "@helium/voter-stake-registry-sdk": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/treasury-management-sdk": ^0.9.3 + "@helium/voter-stake-registry-sdk": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -324,7 +324,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.2": +"@helium/idls@^0.9.3": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -351,13 +351,13 @@ __metadata: languageName: node linkType: hard -"@helium/lazy-distributor-sdk@^0.9.2": +"@helium/lazy-distributor-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -367,14 +367,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/mobile-entity-manager-sdk@^0.9.2": +"@helium/mobile-entity-manager-sdk@^0.9.3": 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.2 - "@helium/helium-entity-manager-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/helium-entity-manager-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -407,7 +407,7 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.9.2": +"@helium/no-emit-sdk@^0.9.3": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: @@ -435,12 +435,12 @@ __metadata: languageName: node linkType: hard -"@helium/price-oracle-sdk@^0.9.2": +"@helium/price-oracle-sdk@^0.9.3": 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.2 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -461,13 +461,13 @@ __metadata: languageName: node linkType: hard -"@helium/rewards-oracle-sdk@^0.9.2": +"@helium/rewards-oracle-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -477,14 +477,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.2": +"@helium/spl-utils@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -510,14 +510,14 @@ __metadata: languageName: node linkType: hard -"@helium/treasury-management-sdk@^0.9.2": +"@helium/treasury-management-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -527,15 +527,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.2": +"@helium/voter-stake-registry-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 "@helium/nft-proxy-sdk": 0.0.8-next.39+d213e1d - "@helium/spl-utils": ^0.9.2 + "@helium/spl-utils": ^0.9.3 "@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 dadee2380..da5dafd05 100644 --- a/packages/currency-utils/CHANGELOG.md +++ b/packages/currency-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/currency-utils + + + + + ## [0.9.2](https://github.com/helium/helium-program-library/compare/v0.9.1...v0.9.2) (2024-08-01) **Note:** Version bump only for package @helium/currency-utils diff --git a/packages/currency-utils/package.json b/packages/currency-utils/package.json index d2ed4ea5b..ad404ee9f 100644 --- a/packages/currency-utils/package.json +++ b/packages/currency-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/currency-utils", - "version": "0.9.2", + "version": "0.9.3", "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 60e629adf..33ad49fd9 100644 --- a/packages/data-credits-sdk/CHANGELOG.md +++ b/packages/data-credits-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/data-credits-sdk + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **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 205f10307..c5178447f 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.2", + "version": "0.9.3", "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.2", - "@helium/circuit-breaker-sdk": "^0.9.2", - "@helium/helium-sub-daos-sdk": "^0.9.2", - "@helium/idls": "^0.9.2", + "@helium/anchor-resolvers": "^0.9.3", + "@helium/circuit-breaker-sdk": "^0.9.3", + "@helium/helium-sub-daos-sdk": "^0.9.3", + "@helium/idls": "^0.9.3", "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 397a43fc9..b38edcf35 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.2": +"@helium/account-fetch-cache@^0.9.3": 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.2": +"@helium/anchor-resolvers@^0.9.3": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -115,13 +115,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.2": +"@helium/circuit-breaker-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -136,10 +136,10 @@ __metadata: resolution: "@helium/data-credits-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.9.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -151,15 +151,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.9.2": +"@helium/helium-sub-daos-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/treasury-management-sdk": ^0.9.2 - "@helium/voter-stake-registry-sdk": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/treasury-management-sdk": ^0.9.3 + "@helium/voter-stake-registry-sdk": ^0.9.3 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.2": +"@helium/idls@^0.9.3": 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.2": +"@helium/spl-utils@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -227,14 +227,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.2": +"@helium/treasury-management-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -244,15 +244,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.2": +"@helium/voter-stake-registry-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 "@helium/nft-proxy-sdk": 0.0.8-next.39+d213e1d - "@helium/spl-utils": ^0.9.2 + "@helium/spl-utils": ^0.9.3 "@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 bc79df7ad..eda81ae08 100644 --- a/packages/distributor-oracle/CHANGELOG.md +++ b/packages/distributor-oracle/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/distributor-oracle + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **Note:** Version bump only for package @helium/distributor-oracle diff --git a/packages/distributor-oracle/package.json b/packages/distributor-oracle/package.json index f7e2d317b..afabec516 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.2", + "version": "0.9.3", "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.2", + "@helium/account-fetch-cache": "^0.9.3", "@helium/address": "^4.10.2", - "@helium/helium-entity-manager-sdk": "^0.9.2", - "@helium/helium-sub-daos-sdk": "^0.9.2", - "@helium/idls": "^0.9.2", - "@helium/lazy-distributor-sdk": "^0.9.2", - "@helium/rewards-oracle-sdk": "^0.9.2", - "@helium/spl-utils": "^0.9.2", + "@helium/helium-entity-manager-sdk": "^0.9.3", + "@helium/helium-sub-daos-sdk": "^0.9.3", + "@helium/idls": "^0.9.3", + "@helium/lazy-distributor-sdk": "^0.9.3", + "@helium/rewards-oracle-sdk": "^0.9.3", + "@helium/spl-utils": "^0.9.3", "@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 8d4632655..9d25bc923 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.2": +"@helium/account-fetch-cache@^0.9.3": 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.2": +"@helium/anchor-resolvers@^0.9.3": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -171,13 +171,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.2": +"@helium/circuit-breaker-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -193,14 +193,14 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.9.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 - "@helium/lazy-distributor-sdk": ^0.9.2 - "@helium/rewards-oracle-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/helium-entity-manager-sdk": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 + "@helium/lazy-distributor-sdk": ^0.9.3 + "@helium/rewards-oracle-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -228,17 +228,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.9.2": +"@helium/helium-entity-manager-sdk@^0.9.3": 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.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 - "@helium/no-emit-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 + "@helium/no-emit-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -251,15 +251,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.9.2": +"@helium/helium-sub-daos-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/treasury-management-sdk": ^0.9.2 - "@helium/voter-stake-registry-sdk": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/treasury-management-sdk": ^0.9.3 + "@helium/voter-stake-registry-sdk": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -269,7 +269,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.2": +"@helium/idls@^0.9.3": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -296,13 +296,13 @@ __metadata: languageName: node linkType: hard -"@helium/lazy-distributor-sdk@^0.9.2": +"@helium/lazy-distributor-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -334,7 +334,7 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.9.2": +"@helium/no-emit-sdk@^0.9.3": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: @@ -350,13 +350,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-oracle-sdk@^0.9.2": +"@helium/rewards-oracle-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -366,14 +366,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.2": +"@helium/spl-utils@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -388,14 +388,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.2": +"@helium/treasury-management-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -405,15 +405,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.2": +"@helium/voter-stake-registry-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 "@helium/nft-proxy-sdk": 0.0.8-next.39+d213e1d - "@helium/spl-utils": ^0.9.2 + "@helium/spl-utils": ^0.9.3 "@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 0599a61ef..71d53d4e5 100644 --- a/packages/docsite/CHANGELOG.md +++ b/packages/docsite/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package hpl-docs + + + + + ## [0.9.2](https://github.com/helium/helium-program-library/compare/v0.9.1...v0.9.2) (2024-08-01) **Note:** Version bump only for package hpl-docs diff --git a/packages/docsite/package.json b/packages/docsite/package.json index 5b1d3c3ca..ac6cfcde8 100644 --- a/packages/docsite/package.json +++ b/packages/docsite/package.json @@ -1,6 +1,6 @@ { "name": "hpl-docs", - "version": "0.9.2", + "version": "0.9.3", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/entity-invalidator/CHANGELOG.md b/packages/entity-invalidator/CHANGELOG.md index d8c7070ad..491136613 100644 --- a/packages/entity-invalidator/CHANGELOG.md +++ b/packages/entity-invalidator/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/entity-invalidator + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **Note:** Version bump only for package @helium/entity-invalidator diff --git a/packages/entity-invalidator/package.json b/packages/entity-invalidator/package.json index 4a9db7833..cdf4b0bc9 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.2", + "version": "0.9.3", "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.2", - "@helium/helium-entity-manager-sdk": "^0.9.2", - "@helium/spl-utils": "^0.9.2", + "@helium/account-fetch-cache": "^0.9.3", + "@helium/helium-entity-manager-sdk": "^0.9.3", + "@helium/spl-utils": "^0.9.3", "@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 52f6a9e08..f3d340f2a 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.2": +"@helium/account-fetch-cache@^0.9.3": 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.2": +"@helium/anchor-resolvers@^0.9.3": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -127,13 +127,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.2": +"@helium/circuit-breaker-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -148,9 +148,9 @@ __metadata: resolution: "@helium/entity-invalidator@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.9.2 - "@helium/helium-entity-manager-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/account-fetch-cache": ^0.9.3 + "@helium/helium-entity-manager-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@solana/web3.js": ^1.78.8 "@types/bn.js": ^5.1.1 "@types/deep-equal": ^1.0.1 @@ -174,17 +174,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.9.2": +"@helium/helium-entity-manager-sdk@^0.9.3": 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.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 - "@helium/no-emit-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 + "@helium/no-emit-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -197,15 +197,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.9.2": +"@helium/helium-sub-daos-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/treasury-management-sdk": ^0.9.2 - "@helium/voter-stake-registry-sdk": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/treasury-management-sdk": ^0.9.3 + "@helium/voter-stake-registry-sdk": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -215,7 +215,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.2": +"@helium/idls@^0.9.3": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -264,7 +264,7 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.9.2": +"@helium/no-emit-sdk@^0.9.3": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: @@ -280,14 +280,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.2": +"@helium/spl-utils@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -302,14 +302,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.2": +"@helium/treasury-management-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -319,15 +319,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.2": +"@helium/voter-stake-registry-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 "@helium/nft-proxy-sdk": 0.0.8-next.39+d213e1d - "@helium/spl-utils": ^0.9.2 + "@helium/spl-utils": ^0.9.3 "@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 238708ed2..e9154cc41 100644 --- a/packages/fanout-metadata-service/CHANGELOG.md +++ b/packages/fanout-metadata-service/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/fanout-metadata-service + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **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 a6f904713..39c9c974d 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.2", + "version": "0.9.3", "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.2", + "@helium/account-fetch-cache": "^0.9.3", "@helium/address": "^4.10.2", - "@helium/fanout-sdk": "^0.9.2", - "@helium/spl-utils": "^0.9.2", + "@helium/fanout-sdk": "^0.9.3", + "@helium/spl-utils": "^0.9.3", "@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 7f7fbed7c..498a2308b 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.2": +"@helium/account-fetch-cache@^0.9.3": 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.2": +"@helium/anchor-resolvers@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/fanout-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/fanout-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -174,13 +174,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/fanout-sdk@^0.9.2": +"@helium/fanout-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -190,7 +190,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.2": +"@helium/idls@^0.9.3": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -204,14 +204,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.2": +"@helium/spl-utils@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 "@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 c015cd61b..646761d47 100644 --- a/packages/fanout-sdk/CHANGELOG.md +++ b/packages/fanout-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/fanout-sdk + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **Note:** Version bump only for package @helium/fanout-sdk diff --git a/packages/fanout-sdk/package.json b/packages/fanout-sdk/package.json index 8bcc34f75..f03032e75 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.2", + "version": "0.9.3", "description": "Interface to the fanout smart contract", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.9.2", - "@helium/idls": "^0.9.2", + "@helium/anchor-resolvers": "^0.9.3", + "@helium/idls": "^0.9.3", "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 9927fad87..5e9ef225b 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/anchor-resolvers@^0.9.2": +"@helium/anchor-resolvers@^0.9.3": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -86,8 +86,8 @@ __metadata: resolution: "@helium/fanout-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -97,7 +97,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.2": +"@helium/idls@^0.9.3": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: diff --git a/packages/faucet-service/CHANGELOG.md b/packages/faucet-service/CHANGELOG.md index 6f9fabceb..0a185fed5 100644 --- a/packages/faucet-service/CHANGELOG.md +++ b/packages/faucet-service/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/faucet-service + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **Note:** Version bump only for package @helium/faucet-service diff --git a/packages/faucet-service/package.json b/packages/faucet-service/package.json index 06b04d249..3a2b530fc 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.2", + "version": "0.9.3", "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.2", - "@helium/spl-utils": "^0.9.2", + "@helium/idls": "^0.9.3", + "@helium/spl-utils": "^0.9.3", "@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 f61f2e78d..e2def32c1 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.2": +"@helium/account-fetch-cache@^0.9.3": 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.2": +"@helium/anchor-resolvers@^0.9.3": 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.2 - "@helium/spl-utils": ^0.9.2 + "@helium/idls": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@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.2": +"@helium/idls@^0.9.3": 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.2": +"@helium/spl-utils@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 "@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 08f1be67c..816ba4f0a 100644 --- a/packages/helium-admin-cli/CHANGELOG.md +++ b/packages/helium-admin-cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/helium-admin-cli + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **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 bea8731ad..a164a360e 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.2", + "version": "0.9.3", "description": "CLI to bootstrap the network", "repository": { "type": "git", @@ -40,19 +40,19 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@helium/address": "^4.10.2", - "@helium/circuit-breaker-sdk": "^0.9.2", + "@helium/circuit-breaker-sdk": "^0.9.3", "@helium/crypto": "^4.10.2", - "@helium/data-credits-sdk": "^0.9.2", - "@helium/distributor-oracle": "^0.9.2", - "@helium/fanout-sdk": "^0.9.2", - "@helium/helium-entity-manager-sdk": "^0.9.2", - "@helium/helium-sub-daos-sdk": "^0.9.2", - "@helium/lazy-distributor-sdk": "^0.9.2", - "@helium/mobile-entity-manager-sdk": "^0.9.2", + "@helium/data-credits-sdk": "^0.9.3", + "@helium/distributor-oracle": "^0.9.3", + "@helium/fanout-sdk": "^0.9.3", + "@helium/helium-entity-manager-sdk": "^0.9.3", + "@helium/helium-sub-daos-sdk": "^0.9.3", + "@helium/lazy-distributor-sdk": "^0.9.3", + "@helium/mobile-entity-manager-sdk": "^0.9.3", "@helium/nft-proxy-sdk": "0.0.8-next.39+d213e1d", - "@helium/price-oracle-sdk": "^0.9.2", - "@helium/spl-utils": "^0.9.2", - "@helium/treasury-management-sdk": "^0.9.2", + "@helium/price-oracle-sdk": "^0.9.3", + "@helium/spl-utils": "^0.9.3", + "@helium/treasury-management-sdk": "^0.9.3", "@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 0d3eeb46b..349a672a3 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.2": +"@helium/account-fetch-cache@^0.9.3": 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.2": +"@helium/anchor-resolvers@^0.9.3": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -206,13 +206,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.2": +"@helium/circuit-breaker-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -233,15 +233,15 @@ __metadata: languageName: node linkType: hard -"@helium/data-credits-sdk@^0.9.2": +"@helium/data-credits-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -253,20 +253,20 @@ __metadata: languageName: unknown linkType: soft -"@helium/distributor-oracle@^0.9.2": +"@helium/distributor-oracle@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 - "@helium/lazy-distributor-sdk": ^0.9.2 - "@helium/rewards-oracle-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/helium-entity-manager-sdk": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 + "@helium/lazy-distributor-sdk": ^0.9.3 + "@helium/rewards-oracle-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -294,13 +294,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/fanout-sdk@^0.9.2": +"@helium/fanout-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -316,19 +316,19 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/address": ^4.10.2 - "@helium/circuit-breaker-sdk": ^0.9.2 + "@helium/circuit-breaker-sdk": ^0.9.3 "@helium/crypto": ^4.10.2 - "@helium/data-credits-sdk": ^0.9.2 - "@helium/distributor-oracle": ^0.9.2 - "@helium/fanout-sdk": ^0.9.2 - "@helium/helium-entity-manager-sdk": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/lazy-distributor-sdk": ^0.9.2 - "@helium/mobile-entity-manager-sdk": ^0.9.2 + "@helium/data-credits-sdk": ^0.9.3 + "@helium/distributor-oracle": ^0.9.3 + "@helium/fanout-sdk": ^0.9.3 + "@helium/helium-entity-manager-sdk": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/lazy-distributor-sdk": ^0.9.3 + "@helium/mobile-entity-manager-sdk": ^0.9.3 "@helium/nft-proxy-sdk": 0.0.8-next.39+d213e1d - "@helium/price-oracle-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 - "@helium/treasury-management-sdk": ^0.9.2 + "@helium/price-oracle-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 + "@helium/treasury-management-sdk": ^0.9.3 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-governance": ^0.3.18 "@solana/spl-token": ^0.3.8 @@ -348,17 +348,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.9.2": +"@helium/helium-entity-manager-sdk@^0.9.3": 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.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 - "@helium/no-emit-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 + "@helium/no-emit-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -371,15 +371,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.9.2": +"@helium/helium-sub-daos-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/treasury-management-sdk": ^0.9.2 - "@helium/voter-stake-registry-sdk": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/treasury-management-sdk": ^0.9.3 + "@helium/voter-stake-registry-sdk": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -389,7 +389,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.2": +"@helium/idls@^0.9.3": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -416,13 +416,13 @@ __metadata: languageName: node linkType: hard -"@helium/lazy-distributor-sdk@^0.9.2": +"@helium/lazy-distributor-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -432,14 +432,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/mobile-entity-manager-sdk@^0.9.2": +"@helium/mobile-entity-manager-sdk@^0.9.3": 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.2 - "@helium/helium-entity-manager-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/helium-entity-manager-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -472,7 +472,7 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.9.2": +"@helium/no-emit-sdk@^0.9.3": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: @@ -488,12 +488,12 @@ __metadata: languageName: unknown linkType: soft -"@helium/price-oracle-sdk@^0.9.2": +"@helium/price-oracle-sdk@^0.9.3": 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.2 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -503,13 +503,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-oracle-sdk@^0.9.2": +"@helium/rewards-oracle-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -519,14 +519,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.2": +"@helium/spl-utils@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -541,14 +541,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.2": +"@helium/treasury-management-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -558,15 +558,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.2": +"@helium/voter-stake-registry-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 "@helium/nft-proxy-sdk": 0.0.8-next.39+d213e1d - "@helium/spl-utils": ^0.9.2 + "@helium/spl-utils": ^0.9.3 "@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 cd2f520c9..ae953c400 100644 --- a/packages/helium-entity-manager-sdk/CHANGELOG.md +++ b/packages/helium-entity-manager-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/helium-entity-manager-sdk + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **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 353e2f1d7..756f3cbe4 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.2", + "version": "0.9.3", "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.2", - "@helium/helium-sub-daos-sdk": "^0.9.2", - "@helium/idls": "^0.9.2", - "@helium/no-emit-sdk": "^0.9.2", - "@helium/spl-utils": "^0.9.2", + "@helium/anchor-resolvers": "^0.9.3", + "@helium/helium-sub-daos-sdk": "^0.9.3", + "@helium/idls": "^0.9.3", + "@helium/no-emit-sdk": "^0.9.3", + "@helium/spl-utils": "^0.9.3", "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 3ccad321b..a9e718771 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.2": +"@helium/account-fetch-cache@^0.9.3": 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.2": +"@helium/anchor-resolvers@^0.9.3": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -127,13 +127,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.2": +"@helium/circuit-breaker-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -149,11 +149,11 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 - "@helium/no-emit-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 + "@helium/no-emit-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -166,15 +166,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.9.2": +"@helium/helium-sub-daos-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/treasury-management-sdk": ^0.9.2 - "@helium/voter-stake-registry-sdk": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/treasury-management-sdk": ^0.9.3 + "@helium/voter-stake-registry-sdk": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -184,7 +184,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.2": +"@helium/idls@^0.9.3": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -233,7 +233,7 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.9.2": +"@helium/no-emit-sdk@^0.9.3": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: @@ -249,14 +249,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.2": +"@helium/spl-utils@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -271,14 +271,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.2": +"@helium/treasury-management-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -288,15 +288,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.2": +"@helium/voter-stake-registry-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 "@helium/nft-proxy-sdk": 0.0.8-next.39+d213e1d - "@helium/spl-utils": ^0.9.2 + "@helium/spl-utils": ^0.9.3 "@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 a3c4f1dfc..85d71d7fa 100644 --- a/packages/helium-react-hooks/CHANGELOG.md +++ b/packages/helium-react-hooks/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/helium-react-hooks + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **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 f770d9726..f2af4df36 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.2", + "version": "0.9.3", "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.2", - "@helium/account-fetch-cache-hooks": "^0.9.2", + "@helium/account-fetch-cache": "^0.9.3", + "@helium/account-fetch-cache-hooks": "^0.9.3", "@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 b5879b7dd..758162961 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.2": +"@helium/account-fetch-cache-hooks@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@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.2": +"@helium/account-fetch-cache@^0.9.3": 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.2 - "@helium/account-fetch-cache-hooks": ^0.9.2 + "@helium/account-fetch-cache": ^0.9.3 + "@helium/account-fetch-cache-hooks": ^0.9.3 "@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 81ff2b83f..6c6c05ff9 100644 --- a/packages/helium-sub-daos-sdk/CHANGELOG.md +++ b/packages/helium-sub-daos-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/helium-sub-daos-sdk + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **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 f95af3c39..be1a715b0 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.2", + "version": "0.9.3", "description": "Interface to the helium-sub-daos smart contract", "repository": { "type": "git", @@ -32,10 +32,10 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.9.2", - "@helium/circuit-breaker-sdk": "^0.9.2", - "@helium/treasury-management-sdk": "^0.9.2", - "@helium/voter-stake-registry-sdk": "^0.9.2", + "@helium/anchor-resolvers": "^0.9.3", + "@helium/circuit-breaker-sdk": "^0.9.3", + "@helium/treasury-management-sdk": "^0.9.3", + "@helium/voter-stake-registry-sdk": "^0.9.3", "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 592061308..612675098 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.2": +"@helium/account-fetch-cache@^0.9.3": 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.2": +"@helium/anchor-resolvers@^0.9.3": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -115,13 +115,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.2": +"@helium/circuit-breaker-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -136,10 +136,10 @@ __metadata: resolution: "@helium/helium-sub-daos-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.9.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/treasury-management-sdk": ^0.9.2 - "@helium/voter-stake-registry-sdk": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/treasury-management-sdk": ^0.9.3 + "@helium/voter-stake-registry-sdk": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -149,7 +149,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.2": +"@helium/idls@^0.9.3": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -185,14 +185,14 @@ __metadata: languageName: node linkType: hard -"@helium/spl-utils@^0.9.2": +"@helium/spl-utils@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -207,14 +207,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.2": +"@helium/treasury-management-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -224,15 +224,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.2": +"@helium/voter-stake-registry-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 "@helium/nft-proxy-sdk": 0.0.8-next.39+d213e1d - "@helium/spl-utils": ^0.9.2 + "@helium/spl-utils": ^0.9.3 "@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 7cc975621..3c0cbb083 100644 --- a/packages/helium-vote-service/CHANGELOG.md +++ b/packages/helium-vote-service/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/helium-vote-service + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **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 4805c2212..3421e0146 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.2", + "version": "0.9.3", "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.5", - "@helium/spl-utils": "^0.9.2", - "@helium/voter-stake-registry-sdk": "^0.9.2", + "@helium/spl-utils": "^0.9.3", + "@helium/voter-stake-registry-sdk": "^0.9.3", "@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 264b5a0c2..6f7acb7e8 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.2": +"@helium/account-fetch-cache@^0.9.3": 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.2": +"@helium/anchor-resolvers@^0.9.3": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -200,8 +200,8 @@ __metadata: "@fastify/cors": ^8.1.1 "@fastify/static": ^6 "@helium/organization-sdk": ^0.0.5 - "@helium/spl-utils": ^0.9.2 - "@helium/voter-stake-registry-sdk": ^0.9.2 + "@helium/spl-utils": ^0.9.3 + "@helium/voter-stake-registry-sdk": ^0.9.3 "@solana/web3.js": ^1.78.8 "@types/bn.js": ^5.1.1 "@types/lodash": ^4.17.6 @@ -220,7 +220,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.2": +"@helium/idls@^0.9.3": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -289,14 +289,14 @@ __metadata: languageName: node linkType: hard -"@helium/spl-utils@^0.9.2": +"@helium/spl-utils@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -311,15 +311,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.2": +"@helium/voter-stake-registry-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 "@helium/nft-proxy-sdk": 0.0.8-next.39+d213e1d - "@helium/spl-utils": ^0.9.2 + "@helium/spl-utils": ^0.9.3 "@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 4dd356379..2d653ef1c 100644 --- a/packages/hexboosting-sdk/CHANGELOG.md +++ b/packages/hexboosting-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/hexboosting-sdk + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **Note:** Version bump only for package @helium/hexboosting-sdk diff --git a/packages/hexboosting-sdk/package.json b/packages/hexboosting-sdk/package.json index c1f763117..ef73abdb7 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.2", + "version": "0.9.3", "description": "Interface to the data-credits smart contract", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.9.2", - "@helium/helium-sub-daos-sdk": "^0.9.2", - "@helium/idls": "^0.9.2", + "@helium/anchor-resolvers": "^0.9.3", + "@helium/helium-sub-daos-sdk": "^0.9.3", + "@helium/idls": "^0.9.3", "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 a7e5bcad6..eef11b140 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.2": +"@helium/account-fetch-cache@^0.9.3": 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.2": +"@helium/anchor-resolvers@^0.9.3": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -115,13 +115,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.2": +"@helium/circuit-breaker-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -131,15 +131,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.9.2": +"@helium/helium-sub-daos-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/treasury-management-sdk": ^0.9.2 - "@helium/voter-stake-registry-sdk": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/treasury-management-sdk": ^0.9.3 + "@helium/voter-stake-registry-sdk": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -154,9 +154,9 @@ __metadata: resolution: "@helium/hexboosting-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -166,7 +166,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.2": +"@helium/idls@^0.9.3": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -202,14 +202,14 @@ __metadata: languageName: node linkType: hard -"@helium/spl-utils@^0.9.2": +"@helium/spl-utils@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -224,14 +224,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.2": +"@helium/treasury-management-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -241,15 +241,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.2": +"@helium/voter-stake-registry-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 "@helium/nft-proxy-sdk": 0.0.8-next.39+d213e1d - "@helium/spl-utils": ^0.9.2 + "@helium/spl-utils": ^0.9.3 "@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 79af4bb9a..c04b5c95d 100644 --- a/packages/hotspot-utils/CHANGELOG.md +++ b/packages/hotspot-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/hotspot-utils + + + + + ## [0.9.2](https://github.com/helium/helium-program-library/compare/v0.9.1...v0.9.2) (2024-08-01) **Note:** Version bump only for package @helium/hotspot-utils diff --git a/packages/hotspot-utils/package.json b/packages/hotspot-utils/package.json index 25227a7bb..8beff0adf 100644 --- a/packages/hotspot-utils/package.json +++ b/packages/hotspot-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/hotspot-utils", - "version": "0.9.2", + "version": "0.9.3", "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.2", - "@helium/helium-sub-daos-sdk": "^0.9.2", - "@helium/idls": "^0.9.2", - "@helium/spl-utils": "^0.9.2", + "@helium/helium-entity-manager-sdk": "^0.9.3", + "@helium/helium-sub-daos-sdk": "^0.9.3", + "@helium/idls": "^0.9.3", + "@helium/spl-utils": "^0.9.3", "@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 13c9c655b..6cdcbf0e0 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.2": +"@helium/account-fetch-cache@^0.9.3": 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.2": +"@helium/anchor-resolvers@^0.9.3": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -127,13 +127,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.2": +"@helium/circuit-breaker-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -143,17 +143,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.9.2": +"@helium/helium-entity-manager-sdk@^0.9.3": 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.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 - "@helium/no-emit-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 + "@helium/no-emit-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -166,15 +166,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.9.2": +"@helium/helium-sub-daos-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/treasury-management-sdk": ^0.9.2 - "@helium/voter-stake-registry-sdk": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/treasury-management-sdk": ^0.9.3 + "@helium/voter-stake-registry-sdk": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -189,16 +189,16 @@ __metadata: resolution: "@helium/hotspot-utils@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/helium-entity-manager-sdk": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/helium-entity-manager-sdk": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@solana/web3.js": ^1.78.8 bs58: ^4.0.1 languageName: unknown linkType: soft -"@helium/idls@^0.9.2": +"@helium/idls@^0.9.3": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -247,7 +247,7 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.9.2": +"@helium/no-emit-sdk@^0.9.3": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: @@ -263,14 +263,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.2": +"@helium/spl-utils@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -285,14 +285,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.2": +"@helium/treasury-management-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -302,15 +302,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.2": +"@helium/voter-stake-registry-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 "@helium/nft-proxy-sdk": 0.0.8-next.39+d213e1d - "@helium/spl-utils": ^0.9.2 + "@helium/spl-utils": ^0.9.3 "@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 9f1b432f5..b6609e448 100644 --- a/packages/idls/CHANGELOG.md +++ b/packages/idls/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/idls + + + + + ## [0.9.2](https://github.com/helium/helium-program-library/compare/v0.9.1...v0.9.2) (2024-08-01) **Note:** Version bump only for package @helium/idls diff --git a/packages/idls/package.json b/packages/idls/package.json index 653b6fecf..d657202ac 100644 --- a/packages/idls/package.json +++ b/packages/idls/package.json @@ -1,6 +1,6 @@ { "name": "@helium/idls", - "version": "0.9.2", + "version": "0.9.3", "description": "Exported idls", "publishConfig": { "access": "public", diff --git a/packages/lazy-distributor-sdk/CHANGELOG.md b/packages/lazy-distributor-sdk/CHANGELOG.md index 5875f5277..1b3bae5d1 100644 --- a/packages/lazy-distributor-sdk/CHANGELOG.md +++ b/packages/lazy-distributor-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/lazy-distributor-sdk + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **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 f5e06c228..30251fe13 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.2", + "version": "0.9.3", "description": "Interface to the lazy-distributor smart contract", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.9.2", - "@helium/circuit-breaker-sdk": "^0.9.2", + "@helium/anchor-resolvers": "^0.9.3", + "@helium/circuit-breaker-sdk": "^0.9.3", "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 da3223766..f20a83ac0 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/anchor-resolvers@^0.9.2": +"@helium/anchor-resolvers@^0.9.3": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -81,13 +81,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/circuit-breaker-sdk@^0.9.2": +"@helium/circuit-breaker-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -97,7 +97,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.2": +"@helium/idls@^0.9.3": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -116,8 +116,8 @@ __metadata: resolution: "@helium/lazy-distributor-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.9.2 - "@helium/circuit-breaker-sdk": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 diff --git a/packages/lazy-transactions-sdk/CHANGELOG.md b/packages/lazy-transactions-sdk/CHANGELOG.md index 5fa5195cc..98a5c39c2 100644 --- a/packages/lazy-transactions-sdk/CHANGELOG.md +++ b/packages/lazy-transactions-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/lazy-transactions-sdk + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **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 4c76ae7fc..456387402 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.2", + "version": "0.9.3", "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.2", - "@helium/spl-utils": "^0.9.2", + "@helium/idls": "^0.9.3", + "@helium/spl-utils": "^0.9.3", "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 19a607010..5b0701a4c 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.2": +"@helium/account-fetch-cache@^0.9.3": 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.2": +"@helium/anchor-resolvers@^0.9.3": 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.2": +"@helium/idls@^0.9.3": 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.2 - "@helium/spl-utils": ^0.9.2 + "@helium/idls": ^0.9.3 + "@helium/spl-utils": ^0.9.3 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.2": +"@helium/spl-utils@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 "@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 7237c156f..61f5b8fc0 100644 --- a/packages/metadata-service/CHANGELOG.md +++ b/packages/metadata-service/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/metadata-service + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **Note:** Version bump only for package @helium/metadata-service diff --git a/packages/metadata-service/package.json b/packages/metadata-service/package.json index 21fe2e415..1edc43dbe 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.2", + "version": "0.9.3", "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.2", + "@helium/account-fetch-cache": "^0.9.3", "@helium/address": "^4.10.2", - "@helium/data-credits-sdk": "^0.9.2", - "@helium/helium-entity-manager-sdk": "^0.9.2", - "@helium/helium-sub-daos-sdk": "^0.9.2", - "@helium/idls": "^0.9.2", - "@helium/spl-utils": "^0.9.2", + "@helium/data-credits-sdk": "^0.9.3", + "@helium/helium-entity-manager-sdk": "^0.9.3", + "@helium/helium-sub-daos-sdk": "^0.9.3", + "@helium/idls": "^0.9.3", + "@helium/spl-utils": "^0.9.3", "@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 f226cb9df..4eeb4ebcb 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.2": +"@helium/account-fetch-cache@^0.9.3": 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.2": +"@helium/anchor-resolvers@^0.9.3": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -195,13 +195,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.2": +"@helium/circuit-breaker-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -211,15 +211,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/data-credits-sdk@^0.9.2": +"@helium/data-credits-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -231,17 +231,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.9.2": +"@helium/helium-entity-manager-sdk@^0.9.3": 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.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 - "@helium/no-emit-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 + "@helium/no-emit-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -254,15 +254,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.9.2": +"@helium/helium-sub-daos-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/treasury-management-sdk": ^0.9.2 - "@helium/voter-stake-registry-sdk": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/treasury-management-sdk": ^0.9.3 + "@helium/voter-stake-registry-sdk": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -272,7 +272,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.2": +"@helium/idls@^0.9.3": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -306,13 +306,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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/data-credits-sdk": ^0.9.2 - "@helium/helium-entity-manager-sdk": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/data-credits-sdk": ^0.9.3 + "@helium/helium-entity-manager-sdk": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 @@ -361,7 +361,7 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.9.2": +"@helium/no-emit-sdk@^0.9.3": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: @@ -377,14 +377,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.2": +"@helium/spl-utils@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -399,14 +399,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.2": +"@helium/treasury-management-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -416,15 +416,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.2": +"@helium/voter-stake-registry-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 "@helium/nft-proxy-sdk": 0.0.8-next.39+d213e1d - "@helium/spl-utils": ^0.9.2 + "@helium/spl-utils": ^0.9.3 "@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 8c275c311..c9f7ed4ab 100644 --- a/packages/migration-service/CHANGELOG.md +++ b/packages/migration-service/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/migration-service + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **Note:** Version bump only for package @helium/migration-service diff --git a/packages/migration-service/package.json b/packages/migration-service/package.json index ebc506ff4..7b5cbc866 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.2", + "version": "0.9.3", "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.2", + "@helium/account-fetch-cache": "^0.9.3", "@helium/address": "^4.10.2", - "@helium/circuit-breaker-sdk": "^0.9.2", + "@helium/circuit-breaker-sdk": "^0.9.3", "@helium/crypto": "^4.10.2", - "@helium/data-credits-sdk": "^0.9.2", - "@helium/distributor-oracle": "^0.9.2", - "@helium/helium-entity-manager-sdk": "^0.9.2", - "@helium/helium-sub-daos-sdk": "^0.9.2", - "@helium/lazy-distributor-sdk": "^0.9.2", - "@helium/lazy-transactions-sdk": "^0.9.2", - "@helium/treasury-management-sdk": "^0.9.2", - "@helium/voter-stake-registry-sdk": "^0.9.2", + "@helium/data-credits-sdk": "^0.9.3", + "@helium/distributor-oracle": "^0.9.3", + "@helium/helium-entity-manager-sdk": "^0.9.3", + "@helium/helium-sub-daos-sdk": "^0.9.3", + "@helium/lazy-distributor-sdk": "^0.9.3", + "@helium/lazy-transactions-sdk": "^0.9.3", + "@helium/treasury-management-sdk": "^0.9.3", + "@helium/voter-stake-registry-sdk": "^0.9.3", "@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 e106b87af..13419ad64 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.2": +"@helium/account-fetch-cache@^0.9.3": 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.2": +"@helium/anchor-resolvers@^0.9.3": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -216,13 +216,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.2": +"@helium/circuit-breaker-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -243,15 +243,15 @@ __metadata: languageName: node linkType: hard -"@helium/data-credits-sdk@^0.9.2": +"@helium/data-credits-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -263,20 +263,20 @@ __metadata: languageName: unknown linkType: soft -"@helium/distributor-oracle@^0.9.2": +"@helium/distributor-oracle@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 - "@helium/lazy-distributor-sdk": ^0.9.2 - "@helium/rewards-oracle-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/helium-entity-manager-sdk": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 + "@helium/lazy-distributor-sdk": ^0.9.3 + "@helium/rewards-oracle-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -304,17 +304,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.9.2": +"@helium/helium-entity-manager-sdk@^0.9.3": 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.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 - "@helium/no-emit-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 + "@helium/no-emit-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -327,15 +327,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.9.2": +"@helium/helium-sub-daos-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/treasury-management-sdk": ^0.9.2 - "@helium/voter-stake-registry-sdk": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/treasury-management-sdk": ^0.9.3 + "@helium/voter-stake-registry-sdk": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -345,7 +345,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.2": +"@helium/idls@^0.9.3": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -372,13 +372,13 @@ __metadata: languageName: node linkType: hard -"@helium/lazy-distributor-sdk@^0.9.2": +"@helium/lazy-distributor-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -388,13 +388,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/lazy-transactions-sdk@^0.9.2": +"@helium/lazy-transactions-sdk@^0.9.3": 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.2 - "@helium/spl-utils": ^0.9.2 + "@helium/idls": ^0.9.3 + "@helium/spl-utils": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -413,18 +413,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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/circuit-breaker-sdk": ^0.9.2 + "@helium/circuit-breaker-sdk": ^0.9.3 "@helium/crypto": ^4.10.2 - "@helium/data-credits-sdk": ^0.9.2 - "@helium/distributor-oracle": ^0.9.2 - "@helium/helium-entity-manager-sdk": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/lazy-distributor-sdk": ^0.9.2 - "@helium/lazy-transactions-sdk": ^0.9.2 - "@helium/treasury-management-sdk": ^0.9.2 - "@helium/voter-stake-registry-sdk": ^0.9.2 + "@helium/data-credits-sdk": ^0.9.3 + "@helium/distributor-oracle": ^0.9.3 + "@helium/helium-entity-manager-sdk": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/lazy-distributor-sdk": ^0.9.3 + "@helium/lazy-transactions-sdk": ^0.9.3 + "@helium/treasury-management-sdk": ^0.9.3 + "@helium/voter-stake-registry-sdk": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@project-serum/borsh": ^0.2.5 "@solana/buffer-layout": ^4.0.0 @@ -476,7 +476,7 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.9.2": +"@helium/no-emit-sdk@^0.9.3": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: @@ -492,13 +492,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-oracle-sdk@^0.9.2": +"@helium/rewards-oracle-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -508,14 +508,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.2": +"@helium/spl-utils@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -530,14 +530,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.2": +"@helium/treasury-management-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -547,15 +547,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.2": +"@helium/voter-stake-registry-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 "@helium/nft-proxy-sdk": 0.0.8-next.39+d213e1d - "@helium/spl-utils": ^0.9.2 + "@helium/spl-utils": ^0.9.3 "@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 b38699040..29f6b5d7a 100644 --- a/packages/mobile-entity-manager-sdk/CHANGELOG.md +++ b/packages/mobile-entity-manager-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/mobile-entity-manager-sdk + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **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 98b82d2e9..471433a88 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.2", + "version": "0.9.3", "description": "Interface to the mobile-entity-manager smart contract", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.9.2", - "@helium/helium-entity-manager-sdk": "^0.9.2", - "@helium/idls": "^0.9.2", + "@helium/anchor-resolvers": "^0.9.3", + "@helium/helium-entity-manager-sdk": "^0.9.3", + "@helium/idls": "^0.9.3", "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 7fa7feda9..6d9e623e1 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.2": +"@helium/account-fetch-cache@^0.9.3": 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.2": +"@helium/anchor-resolvers@^0.9.3": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -127,13 +127,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.2": +"@helium/circuit-breaker-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -143,17 +143,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.9.2": +"@helium/helium-entity-manager-sdk@^0.9.3": 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.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 - "@helium/no-emit-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 + "@helium/no-emit-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -166,15 +166,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.9.2": +"@helium/helium-sub-daos-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/treasury-management-sdk": ^0.9.2 - "@helium/voter-stake-registry-sdk": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/treasury-management-sdk": ^0.9.3 + "@helium/voter-stake-registry-sdk": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -184,7 +184,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.2": +"@helium/idls@^0.9.3": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -216,9 +216,9 @@ __metadata: resolution: "@helium/mobile-entity-manager-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.9.2 - "@helium/helium-entity-manager-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/helium-entity-manager-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -251,7 +251,7 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.9.2": +"@helium/no-emit-sdk@^0.9.3": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: @@ -267,14 +267,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.2": +"@helium/spl-utils@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -289,14 +289,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.2": +"@helium/treasury-management-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -306,15 +306,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.2": +"@helium/voter-stake-registry-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 "@helium/nft-proxy-sdk": 0.0.8-next.39+d213e1d - "@helium/spl-utils": ^0.9.2 + "@helium/spl-utils": ^0.9.3 "@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 e56e21485..e3f0ba526 100644 --- a/packages/monitor-service/CHANGELOG.md +++ b/packages/monitor-service/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/monitor-service + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **Note:** Version bump only for package @helium/monitor-service diff --git a/packages/monitor-service/package.json b/packages/monitor-service/package.json index d891aaa16..31bb8a5df 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.2", + "version": "0.9.3", "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.2", - "@helium/circuit-breaker-sdk": "^0.9.2", - "@helium/data-credits-sdk": "^0.9.2", - "@helium/helium-entity-manager-sdk": "^0.9.2", - "@helium/helium-sub-daos-sdk": "^0.9.2", - "@helium/idls": "^0.9.2", - "@helium/lazy-distributor-sdk": "^0.9.2", - "@helium/lazy-transactions-sdk": "^0.9.2", - "@helium/price-oracle-sdk": "^0.9.2", - "@helium/spl-utils": "^0.9.2", + "@helium/account-fetch-cache": "^0.9.3", + "@helium/circuit-breaker-sdk": "^0.9.3", + "@helium/data-credits-sdk": "^0.9.3", + "@helium/helium-entity-manager-sdk": "^0.9.3", + "@helium/helium-sub-daos-sdk": "^0.9.3", + "@helium/idls": "^0.9.3", + "@helium/lazy-distributor-sdk": "^0.9.3", + "@helium/lazy-transactions-sdk": "^0.9.3", + "@helium/price-oracle-sdk": "^0.9.3", + "@helium/spl-utils": "^0.9.3", "@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 16cfc54ed..a548f1b9f 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.2": +"@helium/account-fetch-cache@^0.9.3": 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.2": +"@helium/anchor-resolvers@^0.9.3": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -161,13 +161,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.2": +"@helium/circuit-breaker-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -177,15 +177,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/data-credits-sdk@^0.9.2": +"@helium/data-credits-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -197,17 +197,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.9.2": +"@helium/helium-entity-manager-sdk@^0.9.3": 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.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 - "@helium/no-emit-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 + "@helium/no-emit-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -220,15 +220,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.9.2": +"@helium/helium-sub-daos-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/treasury-management-sdk": ^0.9.2 - "@helium/voter-stake-registry-sdk": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/treasury-management-sdk": ^0.9.3 + "@helium/voter-stake-registry-sdk": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -238,7 +238,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.2": +"@helium/idls@^0.9.3": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -265,13 +265,13 @@ __metadata: languageName: node linkType: hard -"@helium/lazy-distributor-sdk@^0.9.2": +"@helium/lazy-distributor-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -281,13 +281,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/lazy-transactions-sdk@^0.9.2": +"@helium/lazy-transactions-sdk@^0.9.3": 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.2 - "@helium/spl-utils": ^0.9.2 + "@helium/idls": ^0.9.3 + "@helium/spl-utils": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -314,16 +314,16 @@ __metadata: resolution: "@helium/monitor-service@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.9.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/data-credits-sdk": ^0.9.2 - "@helium/helium-entity-manager-sdk": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 - "@helium/lazy-distributor-sdk": ^0.9.2 - "@helium/lazy-transactions-sdk": ^0.9.2 - "@helium/price-oracle-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/account-fetch-cache": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/data-credits-sdk": ^0.9.3 + "@helium/helium-entity-manager-sdk": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 + "@helium/lazy-distributor-sdk": ^0.9.3 + "@helium/lazy-transactions-sdk": ^0.9.3 + "@helium/price-oracle-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 @@ -362,7 +362,7 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.9.2": +"@helium/no-emit-sdk@^0.9.3": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: @@ -378,12 +378,12 @@ __metadata: languageName: unknown linkType: soft -"@helium/price-oracle-sdk@^0.9.2": +"@helium/price-oracle-sdk@^0.9.3": 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.2 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -393,14 +393,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.2": +"@helium/spl-utils@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -415,14 +415,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.2": +"@helium/treasury-management-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -432,15 +432,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.2": +"@helium/voter-stake-registry-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 "@helium/nft-proxy-sdk": 0.0.8-next.39+d213e1d - "@helium/spl-utils": ^0.9.2 + "@helium/spl-utils": ^0.9.3 "@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 57d09c20f..2d8ecbf2a 100644 --- a/packages/no-emit-sdk/CHANGELOG.md +++ b/packages/no-emit-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/no-emit-sdk + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **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 e8079a88d..8c1784092 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.2", + "version": "0.9.3", "description": "Interface to the rewards burn smart contract", "repository": { "type": "git", diff --git a/packages/price-oracle-sdk/CHANGELOG.md b/packages/price-oracle-sdk/CHANGELOG.md index 417db64c0..fe95b3211 100644 --- a/packages/price-oracle-sdk/CHANGELOG.md +++ b/packages/price-oracle-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/price-oracle-sdk + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **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 4b99c5d43..814ca64bf 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.2", + "version": "0.9.3", "description": "Interface to the price oracle smart contract", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/idls": "^0.9.2", + "@helium/idls": "^0.9.3", "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 2873423ee..68b3b344e 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/idls@^0.9.2": +"@helium/idls@^0.9.3": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -86,7 +86,7 @@ __metadata: resolution: "@helium/price-oracle-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/idls": ^0.9.2 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 diff --git a/packages/rewards-oracle-faucet-service/CHANGELOG.md b/packages/rewards-oracle-faucet-service/CHANGELOG.md index 59b5d4a5e..de000001f 100644 --- a/packages/rewards-oracle-faucet-service/CHANGELOG.md +++ b/packages/rewards-oracle-faucet-service/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/rewards-oracle-faucet-service + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **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 2547deada..aa86112d8 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.2", + "version": "0.9.3", "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 582669480..747232aad 100644 --- a/packages/rewards-oracle-sdk/CHANGELOG.md +++ b/packages/rewards-oracle-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/rewards-oracle-sdk + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **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 49350f3d8..fbe74affd 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.2", + "version": "0.9.3", "description": "Interface to the rewards oracle smart contract", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.9.2", - "@helium/idls": "^0.9.2", + "@helium/anchor-resolvers": "^0.9.3", + "@helium/idls": "^0.9.3", "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 de115424f..343c5e79c 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/anchor-resolvers@^0.9.2": +"@helium/anchor-resolvers@^0.9.3": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -81,7 +81,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.2": +"@helium/idls@^0.9.3": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -100,8 +100,8 @@ __metadata: resolution: "@helium/rewards-oracle-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 diff --git a/packages/spl-utils/CHANGELOG.md b/packages/spl-utils/CHANGELOG.md index 95762317c..0e672aca7 100644 --- a/packages/spl-utils/CHANGELOG.md +++ b/packages/spl-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/spl-utils + + + + + ## [0.9.2](https://github.com/helium/helium-program-library/compare/v0.9.1...v0.9.2) (2024-08-01) **Note:** Version bump only for package @helium/spl-utils diff --git a/packages/spl-utils/package.json b/packages/spl-utils/package.json index a82987e08..99c2765bd 100644 --- a/packages/spl-utils/package.json +++ b/packages/spl-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/spl-utils", - "version": "0.9.2", + "version": "0.9.3", "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.2", + "@helium/account-fetch-cache": "^0.9.3", "@helium/address": "^4.10.2", - "@helium/anchor-resolvers": "^0.9.2", + "@helium/anchor-resolvers": "^0.9.3", "@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 37e04d08d..2806a2bf2 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.2": +"@helium/account-fetch-cache@^0.9.3": 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.2": +"@helium/anchor-resolvers@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 "@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 5174601db..305b2b021 100644 --- a/packages/sus/CHANGELOG.md +++ b/packages/sus/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-library/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/sus + + + + + ## [0.9.2](https://github.com/helium/helium-program-library/compare/v0.9.1...v0.9.2) (2024-08-01) **Note:** Version bump only for package @helium/sus diff --git a/packages/sus/package.json b/packages/sus/package.json index 10783b661..22e7f24dd 100644 --- a/packages/sus/package.json +++ b/packages/sus/package.json @@ -1,6 +1,6 @@ { "name": "@helium/sus", - "version": "0.9.2", + "version": "0.9.3", "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 08e548c19..0c0175d18 100644 --- a/packages/tokens-to-rent-service/CHANGELOG.md +++ b/packages/tokens-to-rent-service/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/tokens-to-rent-service + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **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 52ab62e87..2e5ac29ab 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.2", + "version": "0.9.3", "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.2", + "@helium/account-fetch-cache": "^0.9.3", "@helium/address": "^4.10.2", - "@helium/spl-utils": "^0.9.2", + "@helium/spl-utils": "^0.9.3", "@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 d6583eee1..8d9f6976a 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.2": +"@helium/account-fetch-cache@^0.9.3": 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.2": +"@helium/anchor-resolvers@^0.9.3": 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.2": +"@helium/spl-utils@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 "@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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.9.2 + "@helium/spl-utils": ^0.9.3 "@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 ecb771256..772da15eb 100644 --- a/packages/treasury-management-sdk/CHANGELOG.md +++ b/packages/treasury-management-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/treasury-management-sdk + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **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 4954127d5..60fbe365d 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.2", + "version": "0.9.3", "description": "Interface to the treasury-management smart contract", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/anchor-resolvers": "^0.9.2", - "@helium/circuit-breaker-sdk": "^0.9.2", - "@helium/idls": "^0.9.2", + "@helium/anchor-resolvers": "^0.9.3", + "@helium/circuit-breaker-sdk": "^0.9.3", + "@helium/idls": "^0.9.3", "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 2823d7e88..c3602f038 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/anchor-resolvers@^0.9.2": +"@helium/anchor-resolvers@^0.9.3": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -81,13 +81,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/circuit-breaker-sdk@^0.9.2": +"@helium/circuit-breaker-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -97,7 +97,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.2": +"@helium/idls@^0.9.3": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -116,9 +116,9 @@ __metadata: resolution: "@helium/treasury-management-sdk@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.9.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 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 e34b50c8f..4b20f115e 100644 --- a/packages/voter-stake-registry-hooks/CHANGELOG.md +++ b/packages/voter-stake-registry-hooks/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/voter-stake-registry-hooks + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **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 ecf34dc04..8151693e9 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.2", + "version": "0.9.3", "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.2", - "@helium/account-fetch-cache-hooks": "^0.9.2", - "@helium/circuit-breaker-sdk": "^0.9.2", - "@helium/helium-react-hooks": "^0.9.2", - "@helium/helium-sub-daos-sdk": "^0.9.2", + "@helium/account-fetch-cache": "^0.9.3", + "@helium/account-fetch-cache-hooks": "^0.9.3", + "@helium/circuit-breaker-sdk": "^0.9.3", + "@helium/helium-react-hooks": "^0.9.3", + "@helium/helium-sub-daos-sdk": "^0.9.3", "@helium/modular-governance-hooks": "^0.0.8", "@helium/modular-governance-idls": "0.0.8-next.39+d213e1d", - "@helium/spl-utils": "^0.9.2", - "@helium/voter-stake-registry-sdk": "^0.9.2", + "@helium/spl-utils": "^0.9.3", + "@helium/voter-stake-registry-sdk": "^0.9.3", "@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/yarn.deploy.lock b/packages/voter-stake-registry-hooks/yarn.deploy.lock index 684f7a6e8..0a3ccf5dc 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.2": +"@helium/account-fetch-cache-hooks@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@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.2": +"@helium/account-fetch-cache@^0.9.3": 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.2": +"@helium/anchor-resolvers@^0.9.3": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -166,13 +166,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.2": +"@helium/circuit-breaker-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -182,13 +182,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-react-hooks@^0.9.2": +"@helium/helium-react-hooks@^0.9.3": 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.2 - "@helium/account-fetch-cache-hooks": ^0.9.2 + "@helium/account-fetch-cache": ^0.9.3 + "@helium/account-fetch-cache-hooks": ^0.9.3 "@solana/spl-token": ^0.3.8 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.8 @@ -225,15 +225,15 @@ __metadata: languageName: node linkType: hard -"@helium/helium-sub-daos-sdk@^0.9.2": +"@helium/helium-sub-daos-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/treasury-management-sdk": ^0.9.2 - "@helium/voter-stake-registry-sdk": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/treasury-management-sdk": ^0.9.3 + "@helium/voter-stake-registry-sdk": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -243,7 +243,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.2": +"@helium/idls@^0.9.3": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -330,14 +330,14 @@ __metadata: languageName: node linkType: hard -"@helium/spl-utils@^0.9.2": +"@helium/spl-utils@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -352,14 +352,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/treasury-management-sdk@^0.9.2": +"@helium/treasury-management-sdk@^0.9.3": 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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -374,15 +374,15 @@ __metadata: resolution: "@helium/voter-stake-registry-hooks@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.9.2 - "@helium/account-fetch-cache-hooks": ^0.9.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/helium-react-hooks": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 + "@helium/account-fetch-cache": ^0.9.3 + "@helium/account-fetch-cache-hooks": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/helium-react-hooks": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 "@helium/modular-governance-hooks": ^0.0.8 "@helium/modular-governance-idls": 0.0.8-next.39+d213e1d - "@helium/spl-utils": ^0.9.2 - "@helium/voter-stake-registry-sdk": ^0.9.2 + "@helium/spl-utils": ^0.9.3 + "@helium/voter-stake-registry-sdk": ^0.9.3 "@solana/wallet-adapter-base": ^0.9.22 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.8 @@ -399,15 +399,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.2": +"@helium/voter-stake-registry-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 "@helium/nft-proxy-sdk": 0.0.8-next.39+d213e1d - "@helium/spl-utils": ^0.9.2 + "@helium/spl-utils": ^0.9.3 "@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 963c00562..f3ecfa6e2 100644 --- a/packages/voter-stake-registry-sdk/CHANGELOG.md +++ b/packages/voter-stake-registry-sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/voter-stake-registry-sdk + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **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 1e5c4b7ca..0030db6e8 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.2", + "version": "0.9.3", "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.2", - "@helium/idls": "^0.9.2", + "@helium/anchor-resolvers": "^0.9.3", + "@helium/idls": "^0.9.3", "@helium/nft-proxy-sdk": "0.0.8-next.39+d213e1d", - "@helium/spl-utils": "^0.9.2", + "@helium/spl-utils": "^0.9.3", "@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 0faadcc2d..a85a6c946 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.2": +"@helium/account-fetch-cache@^0.9.3": 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.2": +"@helium/anchor-resolvers@^0.9.3": 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.2": +"@helium/idls@^0.9.3": 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.2": +"@helium/spl-utils@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 "@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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 "@helium/nft-proxy-sdk": 0.0.8-next.39+d213e1d - "@helium/spl-utils": ^0.9.2 + "@helium/spl-utils": ^0.9.3 "@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 b11731415..7403ac1ad 100644 --- a/packages/vsr-metadata-service/CHANGELOG.md +++ b/packages/vsr-metadata-service/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.3](https://github.com/helium/helium-program-libary/compare/v0.9.0-alpha.9...v0.9.3) (2024-08-09) + +**Note:** Version bump only for package @helium/vsr-metadata-service + + + + + ## [0.9.2](https://github.com/helium/helium-program-libary/compare/v0.9.1...v0.9.2) (2024-08-01) **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 52255e6f2..95d2f2657 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.2", + "version": "0.9.3", "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.2", + "@helium/account-fetch-cache": "^0.9.3", "@helium/address": "^4.10.2", - "@helium/spl-utils": "^0.9.2", - "@helium/voter-stake-registry-sdk": "^0.9.2", + "@helium/spl-utils": "^0.9.3", + "@helium/voter-stake-registry-sdk": "^0.9.3", "@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 7b72bc7d0..6aa2df88f 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.2": +"@helium/account-fetch-cache@^0.9.3": 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.2": +"@helium/anchor-resolvers@^0.9.3": 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.2": +"@helium/idls@^0.9.3": 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.2": +"@helium/spl-utils@^0.9.3": 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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 "@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.2": +"@helium/voter-stake-registry-sdk@^0.9.3": 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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 "@helium/nft-proxy-sdk": 0.0.8-next.39+d213e1d - "@helium/spl-utils": ^0.9.2 + "@helium/spl-utils": ^0.9.3 "@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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.9.2 - "@helium/voter-stake-registry-sdk": ^0.9.2 + "@helium/spl-utils": ^0.9.3 + "@helium/voter-stake-registry-sdk": ^0.9.3 "@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 c853ed2ba..3bacaec9c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -479,11 +479,11 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache-hooks@^0.9.2, @helium/account-fetch-cache-hooks@workspace:packages/account-fetch-cache-hooks": +"@helium/account-fetch-cache-hooks@^0.9.3, @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.2 + "@helium/account-fetch-cache": ^0.9.3 "@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.2, @helium/account-fetch-cache@workspace:packages/account-fetch-cache": +"@helium/account-fetch-cache@^0.9.3, @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.2 + "@helium/account-fetch-cache": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/web3.js": ^1.78.8 "@substreams/core": ^0.15.1 @@ -607,7 +607,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.2, @helium/anchor-resolvers@workspace:packages/anchor-resolvers": +"@helium/anchor-resolvers@^0.9.3, @helium/anchor-resolvers@workspace:packages/anchor-resolvers": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -645,13 +645,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.2, @helium/circuit-breaker-sdk@workspace:packages/circuit-breaker-sdk": +"@helium/circuit-breaker-sdk@^0.9.3, @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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -666,23 +666,23 @@ __metadata: resolution: "@helium/crons@workspace:packages/crons" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.9.2 - "@helium/distributor-oracle": ^0.9.2 - "@helium/fanout-sdk": ^0.9.2 - "@helium/helium-entity-manager-sdk": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 - "@helium/lazy-distributor-sdk": ^0.9.2 - "@helium/mobile-entity-manager-sdk": ^0.9.2 - "@helium/no-emit-sdk": ^0.9.2 + "@helium/account-fetch-cache": ^0.9.3 + "@helium/distributor-oracle": ^0.9.3 + "@helium/fanout-sdk": ^0.9.3 + "@helium/helium-entity-manager-sdk": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 + "@helium/lazy-distributor-sdk": ^0.9.3 + "@helium/mobile-entity-manager-sdk": ^0.9.3 + "@helium/no-emit-sdk": ^0.9.3 "@helium/organization-sdk": ^0.0.8 - "@helium/price-oracle-sdk": ^0.9.2 + "@helium/price-oracle-sdk": ^0.9.3 "@helium/proposal-sdk": ^0.0.8 - "@helium/rewards-oracle-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/rewards-oracle-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@helium/state-controller-sdk": 0.0.8-next.39+d213e1d - "@helium/treasury-management-sdk": ^0.9.2 - "@helium/voter-stake-registry-sdk": ^0.9.2 + "@helium/treasury-management-sdk": ^0.9.3 + "@helium/voter-stake-registry-sdk": ^0.9.3 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 "@types/bn.js": ^5.1.0 @@ -731,15 +731,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/data-credits-sdk@^0.9.2, @helium/data-credits-sdk@workspace:packages/data-credits-sdk": +"@helium/data-credits-sdk@^0.9.3, @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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -751,20 +751,20 @@ __metadata: languageName: unknown linkType: soft -"@helium/distributor-oracle@^0.9.2, @helium/distributor-oracle@workspace:packages/distributor-oracle": +"@helium/distributor-oracle@^0.9.3, @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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 - "@helium/lazy-distributor-sdk": ^0.9.2 - "@helium/rewards-oracle-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/helium-entity-manager-sdk": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 + "@helium/lazy-distributor-sdk": ^0.9.3 + "@helium/rewards-oracle-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -797,9 +797,9 @@ __metadata: resolution: "@helium/entity-invalidator@workspace:packages/entity-invalidator" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.9.2 - "@helium/helium-entity-manager-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/account-fetch-cache": ^0.9.3 + "@helium/helium-entity-manager-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@solana/web3.js": ^1.78.8 "@types/bn.js": ^5.1.1 "@types/deep-equal": ^1.0.1 @@ -829,10 +829,10 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.9.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/fanout-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/fanout-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -850,13 +850,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/fanout-sdk@^0.9.2, @helium/fanout-sdk@workspace:packages/fanout-sdk": +"@helium/fanout-sdk@^0.9.3, @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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -872,8 +872,8 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/idls": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/idls": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 @@ -899,19 +899,19 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/address": ^4.10.2 - "@helium/circuit-breaker-sdk": ^0.9.2 + "@helium/circuit-breaker-sdk": ^0.9.3 "@helium/crypto": ^4.10.2 - "@helium/data-credits-sdk": ^0.9.2 - "@helium/distributor-oracle": ^0.9.2 - "@helium/fanout-sdk": ^0.9.2 - "@helium/helium-entity-manager-sdk": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/lazy-distributor-sdk": ^0.9.2 - "@helium/mobile-entity-manager-sdk": ^0.9.2 + "@helium/data-credits-sdk": ^0.9.3 + "@helium/distributor-oracle": ^0.9.3 + "@helium/fanout-sdk": ^0.9.3 + "@helium/helium-entity-manager-sdk": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/lazy-distributor-sdk": ^0.9.3 + "@helium/mobile-entity-manager-sdk": ^0.9.3 "@helium/nft-proxy-sdk": 0.0.8-next.39+d213e1d - "@helium/price-oracle-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 - "@helium/treasury-management-sdk": ^0.9.2 + "@helium/price-oracle-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 + "@helium/treasury-management-sdk": ^0.9.3 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-governance": ^0.3.18 "@solana/spl-token": ^0.3.8 @@ -931,17 +931,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.9.2, @helium/helium-entity-manager-sdk@workspace:packages/helium-entity-manager-sdk": +"@helium/helium-entity-manager-sdk@^0.9.3, @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.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 - "@helium/no-emit-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 + "@helium/no-emit-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -954,13 +954,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-react-hooks@^0.9.2, @helium/helium-react-hooks@workspace:packages/helium-react-hooks": +"@helium/helium-react-hooks@^0.9.3, @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.2 - "@helium/account-fetch-cache-hooks": ^0.9.2 + "@helium/account-fetch-cache": ^0.9.3 + "@helium/account-fetch-cache-hooks": ^0.9.3 "@solana/spl-token": ^0.3.8 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.8 @@ -997,15 +997,15 @@ __metadata: languageName: node linkType: hard -"@helium/helium-sub-daos-sdk@^0.9.2, @helium/helium-sub-daos-sdk@workspace:packages/helium-sub-daos-sdk": +"@helium/helium-sub-daos-sdk@^0.9.3, @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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/treasury-management-sdk": ^0.9.2 - "@helium/voter-stake-registry-sdk": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/treasury-management-sdk": ^0.9.3 + "@helium/voter-stake-registry-sdk": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1022,8 +1022,8 @@ __metadata: "@fastify/cors": ^8.1.1 "@fastify/static": ^6 "@helium/organization-sdk": ^0.0.5 - "@helium/spl-utils": ^0.9.2 - "@helium/voter-stake-registry-sdk": ^0.9.2 + "@helium/spl-utils": ^0.9.3 + "@helium/voter-stake-registry-sdk": ^0.9.3 "@solana/web3.js": ^1.78.8 "@types/bn.js": ^5.1.1 "@types/lodash": ^4.17.6 @@ -1047,9 +1047,9 @@ __metadata: resolution: "@helium/hexboosting-sdk@workspace:packages/hexboosting-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1064,16 +1064,16 @@ __metadata: resolution: "@helium/hotspot-utils@workspace:packages/hotspot-utils" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/helium-entity-manager-sdk": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/helium-entity-manager-sdk": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@solana/web3.js": ^1.78.8 bs58: ^4.0.1 languageName: unknown linkType: soft -"@helium/idls@^0.9.2, @helium/idls@workspace:packages/idls": +"@helium/idls@^0.9.3, @helium/idls@workspace:packages/idls": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -1100,13 +1100,13 @@ __metadata: languageName: node linkType: hard -"@helium/lazy-distributor-sdk@^0.9.2, @helium/lazy-distributor-sdk@workspace:packages/lazy-distributor-sdk": +"@helium/lazy-distributor-sdk@^0.9.3, @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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1116,13 +1116,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/lazy-transactions-sdk@^0.9.2, @helium/lazy-transactions-sdk@workspace:packages/lazy-transactions-sdk": +"@helium/lazy-transactions-sdk@^0.9.3, @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.2 - "@helium/spl-utils": ^0.9.2 + "@helium/idls": ^0.9.3 + "@helium/spl-utils": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1141,13 +1141,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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/data-credits-sdk": ^0.9.2 - "@helium/helium-entity-manager-sdk": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/data-credits-sdk": ^0.9.3 + "@helium/helium-entity-manager-sdk": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 @@ -1181,18 +1181,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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/circuit-breaker-sdk": ^0.9.2 + "@helium/circuit-breaker-sdk": ^0.9.3 "@helium/crypto": ^4.10.2 - "@helium/data-credits-sdk": ^0.9.2 - "@helium/distributor-oracle": ^0.9.2 - "@helium/helium-entity-manager-sdk": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/lazy-distributor-sdk": ^0.9.2 - "@helium/lazy-transactions-sdk": ^0.9.2 - "@helium/treasury-management-sdk": ^0.9.2 - "@helium/voter-stake-registry-sdk": ^0.9.2 + "@helium/data-credits-sdk": ^0.9.3 + "@helium/distributor-oracle": ^0.9.3 + "@helium/helium-entity-manager-sdk": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/lazy-distributor-sdk": ^0.9.3 + "@helium/lazy-transactions-sdk": ^0.9.3 + "@helium/treasury-management-sdk": ^0.9.3 + "@helium/voter-stake-registry-sdk": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@project-serum/borsh": ^0.2.5 "@solana/buffer-layout": ^4.0.0 @@ -1222,14 +1222,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/mobile-entity-manager-sdk@^0.9.2, @helium/mobile-entity-manager-sdk@workspace:packages/mobile-entity-manager-sdk": +"@helium/mobile-entity-manager-sdk@^0.9.3, @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.2 - "@helium/helium-entity-manager-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/helium-entity-manager-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -1293,16 +1293,16 @@ __metadata: resolution: "@helium/monitor-service@workspace:packages/monitor-service" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.9.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/data-credits-sdk": ^0.9.2 - "@helium/helium-entity-manager-sdk": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 - "@helium/lazy-distributor-sdk": ^0.9.2 - "@helium/lazy-transactions-sdk": ^0.9.2 - "@helium/price-oracle-sdk": ^0.9.2 - "@helium/spl-utils": ^0.9.2 + "@helium/account-fetch-cache": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/data-credits-sdk": ^0.9.3 + "@helium/helium-entity-manager-sdk": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 + "@helium/lazy-distributor-sdk": ^0.9.3 + "@helium/lazy-transactions-sdk": ^0.9.3 + "@helium/price-oracle-sdk": ^0.9.3 + "@helium/spl-utils": ^0.9.3 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 @@ -1341,7 +1341,7 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.9.2, @helium/no-emit-sdk@workspace:packages/no-emit-sdk": +"@helium/no-emit-sdk@^0.9.3, @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: @@ -1381,12 +1381,12 @@ __metadata: languageName: node linkType: hard -"@helium/price-oracle-sdk@^0.9.2, @helium/price-oracle-sdk@workspace:packages/price-oracle-sdk": +"@helium/price-oracle-sdk@^0.9.3, @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.2 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1458,13 +1458,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-oracle-sdk@^0.9.2, @helium/rewards-oracle-sdk@workspace:packages/rewards-oracle-sdk": +"@helium/rewards-oracle-sdk@^0.9.3, @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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1474,14 +1474,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.2, @helium/spl-utils@workspace:packages/spl-utils": +"@helium/spl-utils@^0.9.3, @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.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -1530,9 +1530,9 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.9.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.9.2 + "@helium/spl-utils": ^0.9.3 "@jup-ag/api": ^6.0.6 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 @@ -1562,14 +1562,14 @@ __metadata: languageName: node linkType: hard -"@helium/treasury-management-sdk@^0.9.2, @helium/treasury-management-sdk@workspace:packages/treasury-management-sdk": +"@helium/treasury-management-sdk@^0.9.3, @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.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/idls": ^0.9.3 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1584,15 +1584,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.2 - "@helium/account-fetch-cache-hooks": ^0.9.2 - "@helium/circuit-breaker-sdk": ^0.9.2 - "@helium/helium-react-hooks": ^0.9.2 - "@helium/helium-sub-daos-sdk": ^0.9.2 + "@helium/account-fetch-cache": ^0.9.3 + "@helium/account-fetch-cache-hooks": ^0.9.3 + "@helium/circuit-breaker-sdk": ^0.9.3 + "@helium/helium-react-hooks": ^0.9.3 + "@helium/helium-sub-daos-sdk": ^0.9.3 "@helium/modular-governance-hooks": ^0.0.8 "@helium/modular-governance-idls": 0.0.8-next.39+d213e1d - "@helium/spl-utils": ^0.9.2 - "@helium/voter-stake-registry-sdk": ^0.9.2 + "@helium/spl-utils": ^0.9.3 + "@helium/voter-stake-registry-sdk": ^0.9.3 "@solana/wallet-adapter-base": ^0.9.22 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.8 @@ -1609,15 +1609,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.2, @helium/voter-stake-registry-sdk@workspace:packages/voter-stake-registry-sdk": +"@helium/voter-stake-registry-sdk@^0.9.3, @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.2 - "@helium/idls": ^0.9.2 + "@helium/anchor-resolvers": ^0.9.3 + "@helium/idls": ^0.9.3 "@helium/nft-proxy-sdk": 0.0.8-next.39+d213e1d - "@helium/spl-utils": ^0.9.2 + "@helium/spl-utils": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 @@ -1635,10 +1635,10 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.9.2 + "@helium/account-fetch-cache": ^0.9.3 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.9.2 - "@helium/voter-stake-registry-sdk": ^0.9.2 + "@helium/spl-utils": ^0.9.3 + "@helium/voter-stake-registry-sdk": ^0.9.3 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8