diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b6c5b89a..b164d3870 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.7](https://github.com/helium/helium-program-library/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package helium-program-library + + + + + ## [0.9.6](https://github.com/helium/helium-program-library/compare/v0.9.2...v0.9.6) (2024-09-16) diff --git a/lerna.json b/lerna.json index 427aa81b0..b28819f3d 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages/*" ], "useWorkspaces": true, - "version": "0.9.6" + "version": "0.9.7" } diff --git a/packages/account-fetch-cache-hooks/CHANGELOG.md b/packages/account-fetch-cache-hooks/CHANGELOG.md index 2c8df2759..3904ef163 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/account-fetch-cache-hooks + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **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 26e325e2b..f6d2e4a8c 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.6", + "version": "0.9.7", "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.6", + "@helium/account-fetch-cache": "^0.9.7", "@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 29ccbe055..9bc535dc8 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@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.6": +"@helium/account-fetch-cache@^0.9.7": 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 10f9eb963..16766a420 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.7](https://github.com/helium/helium-program-library/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/account-fetch-cache + + + + + ## [0.9.6](https://github.com/helium/helium-program-library/compare/v0.9.2...v0.9.6) (2024-09-16) **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 e90219dec..6d72df9d8 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.6", + "version": "0.9.7", "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 02de066fe..f92a88253 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/account-postgres-sink-service + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **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 07f9cc6c3..a2f022107 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.6", + "version": "0.9.7", "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.6", + "@helium/account-fetch-cache": "^0.9.7", "@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 ae730a3dc..6c9faf380 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.6": +"@helium/account-fetch-cache@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@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 b1964237c..31b9fd205 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/active-device-oracle + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **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 0453c1fb5..b06b9d83b 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.6", + "version": "0.9.7", "description": "Oracle of helium active devices", "repository": { "type": "git", diff --git a/packages/anchor-resolvers/CHANGELOG.md b/packages/anchor-resolvers/CHANGELOG.md index 76fa72cd0..6ba23af6f 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.7](https://github.com/helium/helium-program-library/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/anchor-resolvers + + + + + ## [0.9.6](https://github.com/helium/helium-program-library/compare/v0.9.2...v0.9.6) (2024-09-16) **Note:** Version bump only for package @helium/anchor-resolvers diff --git a/packages/anchor-resolvers/package.json b/packages/anchor-resolvers/package.json index 0d11b366c..5166a3738 100644 --- a/packages/anchor-resolvers/package.json +++ b/packages/anchor-resolvers/package.json @@ -1,6 +1,6 @@ { "name": "@helium/anchor-resolvers", - "version": "0.9.6", + "version": "0.9.7", "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 3f1859216..65a3d0b41 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/circuit-breaker-sdk + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **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 35fba2f43..cf30ce4d3 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.6", + "version": "0.9.7", "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.6", - "@helium/idls": "^0.9.6", + "@helium/anchor-resolvers": "^0.9.7", + "@helium/idls": "^0.9.7", "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 c1ef75e2d..b1085964a 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/idls@^0.9.7": 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 601fe666e..1ba4a764f 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.7](https://github.com/helium/helium-program-library/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/crons + + + + + ## [0.9.6](https://github.com/helium/helium-program-library/compare/v0.9.2...v0.9.6) (2024-09-16) **Note:** Version bump only for package @helium/crons diff --git a/packages/crons/package.json b/packages/crons/package.json index b44c35569..fcab027cf 100644 --- a/packages/crons/package.json +++ b/packages/crons/package.json @@ -1,6 +1,6 @@ { "name": "@helium/crons", - "version": "0.9.6", + "version": "0.9.7", "description": "scripts to run on a schedule", "private": true, "publishConfig": { @@ -32,24 +32,24 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.9.6", - "@helium/distributor-oracle": "^0.9.6", - "@helium/fanout-sdk": "^0.9.6", - "@helium/helium-entity-manager-sdk": "^0.9.6", - "@helium/helium-sub-daos-sdk": "^0.9.6", - "@helium/idls": "^0.9.6", - "@helium/lazy-distributor-sdk": "^0.9.6", - "@helium/mobile-entity-manager-sdk": "^0.9.6", + "@helium/account-fetch-cache": "^0.9.7", + "@helium/distributor-oracle": "^0.9.7", + "@helium/fanout-sdk": "^0.9.7", + "@helium/helium-entity-manager-sdk": "^0.9.7", + "@helium/helium-sub-daos-sdk": "^0.9.7", + "@helium/idls": "^0.9.7", + "@helium/lazy-distributor-sdk": "^0.9.7", + "@helium/mobile-entity-manager-sdk": "^0.9.7", "@helium/nft-proxy-sdk": "^0.0.12", - "@helium/no-emit-sdk": "^0.9.6", + "@helium/no-emit-sdk": "^0.9.7", "@helium/organization-sdk": "^0.0.12", - "@helium/price-oracle-sdk": "^0.9.6", + "@helium/price-oracle-sdk": "^0.9.7", "@helium/proposal-sdk": "^0.0.12", - "@helium/rewards-oracle-sdk": "^0.9.6", - "@helium/spl-utils": "^0.9.6", + "@helium/rewards-oracle-sdk": "^0.9.7", + "@helium/spl-utils": "^0.9.7", "@helium/state-controller-sdk": "^0.0.12", - "@helium/treasury-management-sdk": "^0.9.6", - "@helium/voter-stake-registry-sdk": "^0.9.6", + "@helium/treasury-management-sdk": "^0.9.7", + "@helium/voter-stake-registry-sdk": "^0.9.7", "@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 a1c8b8922..152c99a2e 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.6": +"@helium/account-fetch-cache@^0.9.7": 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6": +"@helium/circuit-breaker-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -192,24 +192,24 @@ __metadata: resolution: "@helium/crons@workspace:." dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.9.6 - "@helium/distributor-oracle": ^0.9.6 - "@helium/fanout-sdk": ^0.9.6 - "@helium/helium-entity-manager-sdk": ^0.9.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 - "@helium/lazy-distributor-sdk": ^0.9.6 - "@helium/mobile-entity-manager-sdk": ^0.9.6 + "@helium/account-fetch-cache": ^0.9.7 + "@helium/distributor-oracle": ^0.9.7 + "@helium/fanout-sdk": ^0.9.7 + "@helium/helium-entity-manager-sdk": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 + "@helium/lazy-distributor-sdk": ^0.9.7 + "@helium/mobile-entity-manager-sdk": ^0.9.7 "@helium/nft-proxy-sdk": ^0.0.12 - "@helium/no-emit-sdk": ^0.9.6 + "@helium/no-emit-sdk": ^0.9.7 "@helium/organization-sdk": ^0.0.12 - "@helium/price-oracle-sdk": ^0.9.6 + "@helium/price-oracle-sdk": ^0.9.7 "@helium/proposal-sdk": ^0.0.12 - "@helium/rewards-oracle-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/rewards-oracle-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@helium/state-controller-sdk": ^0.0.12 - "@helium/treasury-management-sdk": ^0.9.6 - "@helium/voter-stake-registry-sdk": ^0.9.6 + "@helium/treasury-management-sdk": ^0.9.7 + "@helium/voter-stake-registry-sdk": ^0.9.7 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 "@types/bn.js": ^5.1.0 @@ -227,20 +227,20 @@ __metadata: languageName: unknown linkType: soft -"@helium/distributor-oracle@^0.9.6": +"@helium/distributor-oracle@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.9.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 - "@helium/lazy-distributor-sdk": ^0.9.6 - "@helium/rewards-oracle-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/helium-entity-manager-sdk": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 + "@helium/lazy-distributor-sdk": ^0.9.7 + "@helium/rewards-oracle-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -268,13 +268,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/fanout-sdk@^0.9.6": +"@helium/fanout-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -284,17 +284,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.9.6": +"@helium/helium-entity-manager-sdk@^0.9.7": 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.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 - "@helium/no-emit-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 + "@helium/no-emit-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -307,15 +307,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-sub-daos-sdk@^0.9.6": +"@helium/helium-sub-daos-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/treasury-management-sdk": ^0.9.6 - "@helium/voter-stake-registry-sdk": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/treasury-management-sdk": ^0.9.7 + "@helium/voter-stake-registry-sdk": ^0.9.7 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -325,7 +325,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.6": +"@helium/idls@^0.9.7": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -352,13 +352,13 @@ __metadata: languageName: node linkType: hard -"@helium/lazy-distributor-sdk@^0.9.6": +"@helium/lazy-distributor-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -368,14 +368,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/mobile-entity-manager-sdk@^0.9.6": +"@helium/mobile-entity-manager-sdk@^0.9.7": 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.6 - "@helium/helium-entity-manager-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/helium-entity-manager-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -418,7 +418,7 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.9.6": +"@helium/no-emit-sdk@^0.9.7": version: 0.0.0-use.local resolution: "@helium/no-emit-sdk@workspace:packages/no-emit-sdk" dependencies: @@ -446,12 +446,12 @@ __metadata: languageName: node linkType: hard -"@helium/price-oracle-sdk@^0.9.6": +"@helium/price-oracle-sdk@^0.9.7": 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.6 + "@helium/idls": ^0.9.7 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -472,13 +472,13 @@ __metadata: languageName: node linkType: hard -"@helium/rewards-oracle-sdk@^0.9.6": +"@helium/rewards-oracle-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -488,14 +488,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.6": +"@helium/spl-utils@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -521,14 +521,14 @@ __metadata: languageName: node linkType: hard -"@helium/treasury-management-sdk@^0.9.6": +"@helium/treasury-management-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -538,15 +538,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.6": +"@helium/voter-stake-registry-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 "@helium/nft-proxy-sdk": ^0.0.12 - "@helium/spl-utils": ^0.9.6 + "@helium/spl-utils": ^0.9.7 "@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 156598767..d23efa571 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.7](https://github.com/helium/helium-program-library/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/currency-utils + + + + + ## [0.9.6](https://github.com/helium/helium-program-library/compare/v0.9.2...v0.9.6) (2024-09-16) **Note:** Version bump only for package @helium/currency-utils diff --git a/packages/currency-utils/package.json b/packages/currency-utils/package.json index 3e8d41062..a902c80b7 100644 --- a/packages/currency-utils/package.json +++ b/packages/currency-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/currency-utils", - "version": "0.9.6", + "version": "0.9.7", "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 6bb4c4a05..527a24284 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/data-credits-sdk + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **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 4f2280999..ee0cee6ae 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.6", + "version": "0.9.7", "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.6", - "@helium/circuit-breaker-sdk": "^0.9.6", - "@helium/helium-sub-daos-sdk": "^0.9.6", - "@helium/idls": "^0.9.6", + "@helium/anchor-resolvers": "^0.9.7", + "@helium/circuit-breaker-sdk": "^0.9.7", + "@helium/helium-sub-daos-sdk": "^0.9.7", + "@helium/idls": "^0.9.7", "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 53cc49398..8533a0ad1 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.6": +"@helium/account-fetch-cache@^0.9.7": 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6": +"@helium/circuit-breaker-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 "@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.6": +"@helium/helium-sub-daos-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/treasury-management-sdk": ^0.9.6 - "@helium/voter-stake-registry-sdk": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/treasury-management-sdk": ^0.9.7 + "@helium/voter-stake-registry-sdk": ^0.9.7 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.6": +"@helium/idls@^0.9.7": 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.6": +"@helium/spl-utils@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 "@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.6": +"@helium/treasury-management-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/voter-stake-registry-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 "@helium/nft-proxy-sdk": ^0.0.12 - "@helium/spl-utils": ^0.9.6 + "@helium/spl-utils": ^0.9.7 "@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 124fff0d7..53b1ff2e8 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/distributor-oracle + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **Note:** Version bump only for package @helium/distributor-oracle diff --git a/packages/distributor-oracle/package.json b/packages/distributor-oracle/package.json index 476dfa50d..1b8b65878 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.6", + "version": "0.9.7", "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.6", + "@helium/account-fetch-cache": "^0.9.7", "@helium/address": "^4.10.2", - "@helium/helium-entity-manager-sdk": "^0.9.6", - "@helium/helium-sub-daos-sdk": "^0.9.6", - "@helium/idls": "^0.9.6", - "@helium/lazy-distributor-sdk": "^0.9.6", - "@helium/rewards-oracle-sdk": "^0.9.6", - "@helium/spl-utils": "^0.9.6", + "@helium/helium-entity-manager-sdk": "^0.9.7", + "@helium/helium-sub-daos-sdk": "^0.9.7", + "@helium/idls": "^0.9.7", + "@helium/lazy-distributor-sdk": "^0.9.7", + "@helium/rewards-oracle-sdk": "^0.9.7", + "@helium/spl-utils": "^0.9.7", "@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 3a2cccb5a..72bfd701f 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.6": +"@helium/account-fetch-cache@^0.9.7": 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6": +"@helium/circuit-breaker-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.9.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 - "@helium/lazy-distributor-sdk": ^0.9.6 - "@helium/rewards-oracle-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/helium-entity-manager-sdk": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 + "@helium/lazy-distributor-sdk": ^0.9.7 + "@helium/rewards-oracle-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@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.6": +"@helium/helium-entity-manager-sdk@^0.9.7": 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.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 - "@helium/no-emit-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 + "@helium/no-emit-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@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.6": +"@helium/helium-sub-daos-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/treasury-management-sdk": ^0.9.6 - "@helium/voter-stake-registry-sdk": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/treasury-management-sdk": ^0.9.7 + "@helium/voter-stake-registry-sdk": ^0.9.7 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.6": +"@helium/idls@^0.9.7": 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.6": +"@helium/lazy-distributor-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 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.6": +"@helium/no-emit-sdk@^0.9.7": 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.6": +"@helium/rewards-oracle-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/spl-utils@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 "@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.6": +"@helium/treasury-management-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/voter-stake-registry-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 "@helium/nft-proxy-sdk": ^0.0.12 - "@helium/spl-utils": ^0.9.6 + "@helium/spl-utils": ^0.9.7 "@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 bdb44d46c..76c0ca2e9 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.7](https://github.com/helium/helium-program-library/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package hpl-docs + + + + + ## [0.9.6](https://github.com/helium/helium-program-library/compare/v0.9.2...v0.9.6) (2024-09-16) **Note:** Version bump only for package hpl-docs diff --git a/packages/docsite/package.json b/packages/docsite/package.json index 6b447b84a..72ac0c260 100644 --- a/packages/docsite/package.json +++ b/packages/docsite/package.json @@ -1,6 +1,6 @@ { "name": "hpl-docs", - "version": "0.9.6", + "version": "0.9.7", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/entity-invalidator/CHANGELOG.md b/packages/entity-invalidator/CHANGELOG.md index 2c1e004a8..f9e472e74 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/entity-invalidator + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **Note:** Version bump only for package @helium/entity-invalidator diff --git a/packages/entity-invalidator/package.json b/packages/entity-invalidator/package.json index dd397195c..3536bfb2e 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.6", + "version": "0.9.7", "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.6", - "@helium/helium-entity-manager-sdk": "^0.9.6", - "@helium/spl-utils": "^0.9.6", + "@helium/account-fetch-cache": "^0.9.7", + "@helium/helium-entity-manager-sdk": "^0.9.7", + "@helium/spl-utils": "^0.9.7", "@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 ec3681a76..99bb05464 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.6": +"@helium/account-fetch-cache@^0.9.7": 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6": +"@helium/circuit-breaker-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 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.6 - "@helium/helium-entity-manager-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/account-fetch-cache": ^0.9.7 + "@helium/helium-entity-manager-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@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.6": +"@helium/helium-entity-manager-sdk@^0.9.7": 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.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 - "@helium/no-emit-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 + "@helium/no-emit-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@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.6": +"@helium/helium-sub-daos-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/treasury-management-sdk": ^0.9.6 - "@helium/voter-stake-registry-sdk": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/treasury-management-sdk": ^0.9.7 + "@helium/voter-stake-registry-sdk": ^0.9.7 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.6": +"@helium/idls@^0.9.7": 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.6": +"@helium/no-emit-sdk@^0.9.7": 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.6": +"@helium/spl-utils@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 "@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.6": +"@helium/treasury-management-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/voter-stake-registry-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 "@helium/nft-proxy-sdk": ^0.0.12 - "@helium/spl-utils": ^0.9.6 + "@helium/spl-utils": ^0.9.7 "@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 50f82b279..76b89064c 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/fanout-metadata-service + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **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 d326aded1..a614fdcef 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.6", + "version": "0.9.7", "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.6", + "@helium/account-fetch-cache": "^0.9.7", "@helium/address": "^4.10.2", - "@helium/fanout-sdk": "^0.9.6", - "@helium/spl-utils": "^0.9.6", + "@helium/fanout-sdk": "^0.9.7", + "@helium/spl-utils": "^0.9.7", "@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 8341b24e3..0ef1ca56f 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.6": +"@helium/account-fetch-cache@^0.9.7": 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/fanout-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/fanout-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@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.6": +"@helium/fanout-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/idls@^0.9.7": 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.6": +"@helium/spl-utils@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 "@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 d872dcf6c..c331a00d6 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/fanout-sdk + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **Note:** Version bump only for package @helium/fanout-sdk diff --git a/packages/fanout-sdk/package.json b/packages/fanout-sdk/package.json index 7c7111229..db7d6c5fc 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.6", + "version": "0.9.7", "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.6", - "@helium/idls": "^0.9.6", + "@helium/anchor-resolvers": "^0.9.7", + "@helium/idls": "^0.9.7", "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 43c717fbb..dd31aa7f2 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/idls@^0.9.7": 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 0199f29d2..d80750aec 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/faucet-service + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **Note:** Version bump only for package @helium/faucet-service diff --git a/packages/faucet-service/package.json b/packages/faucet-service/package.json index 5ab14a754..3b90e4b44 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.6", + "version": "0.9.7", "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.6", - "@helium/spl-utils": "^0.9.6", + "@helium/idls": "^0.9.7", + "@helium/spl-utils": "^0.9.7", "@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 3ea738cfb..168912595 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.6": +"@helium/account-fetch-cache@^0.9.7": 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6 - "@helium/spl-utils": ^0.9.6 + "@helium/idls": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@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.6": +"@helium/idls@^0.9.7": 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.6": +"@helium/spl-utils@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 "@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 c327e2f7f..db2a3eae8 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/helium-admin-cli + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) diff --git a/packages/helium-admin-cli/package.json b/packages/helium-admin-cli/package.json index bc0fb82dc..7709a3398 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.6", + "version": "0.9.7", "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.6", + "@helium/circuit-breaker-sdk": "^0.9.7", "@helium/crypto": "^4.10.2", - "@helium/data-credits-sdk": "^0.9.6", - "@helium/distributor-oracle": "^0.9.6", - "@helium/fanout-sdk": "^0.9.6", - "@helium/helium-entity-manager-sdk": "^0.9.6", - "@helium/helium-sub-daos-sdk": "^0.9.6", - "@helium/lazy-distributor-sdk": "^0.9.6", - "@helium/mobile-entity-manager-sdk": "^0.9.6", + "@helium/data-credits-sdk": "^0.9.7", + "@helium/distributor-oracle": "^0.9.7", + "@helium/fanout-sdk": "^0.9.7", + "@helium/helium-entity-manager-sdk": "^0.9.7", + "@helium/helium-sub-daos-sdk": "^0.9.7", + "@helium/lazy-distributor-sdk": "^0.9.7", + "@helium/mobile-entity-manager-sdk": "^0.9.7", "@helium/nft-proxy-sdk": "^0.0.12", - "@helium/price-oracle-sdk": "^0.9.6", - "@helium/spl-utils": "^0.9.6", - "@helium/treasury-management-sdk": "^0.9.6", + "@helium/price-oracle-sdk": "^0.9.7", + "@helium/spl-utils": "^0.9.7", + "@helium/treasury-management-sdk": "^0.9.7", "@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 9b318545d..0de253a8b 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.6": +"@helium/account-fetch-cache@^0.9.7": 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6": +"@helium/circuit-breaker-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/data-credits-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 "@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.6": +"@helium/distributor-oracle@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.9.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 - "@helium/lazy-distributor-sdk": ^0.9.6 - "@helium/rewards-oracle-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/helium-entity-manager-sdk": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 + "@helium/lazy-distributor-sdk": ^0.9.7 + "@helium/rewards-oracle-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@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.6": +"@helium/fanout-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 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.6 + "@helium/circuit-breaker-sdk": ^0.9.7 "@helium/crypto": ^4.10.2 - "@helium/data-credits-sdk": ^0.9.6 - "@helium/distributor-oracle": ^0.9.6 - "@helium/fanout-sdk": ^0.9.6 - "@helium/helium-entity-manager-sdk": ^0.9.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/lazy-distributor-sdk": ^0.9.6 - "@helium/mobile-entity-manager-sdk": ^0.9.6 + "@helium/data-credits-sdk": ^0.9.7 + "@helium/distributor-oracle": ^0.9.7 + "@helium/fanout-sdk": ^0.9.7 + "@helium/helium-entity-manager-sdk": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/lazy-distributor-sdk": ^0.9.7 + "@helium/mobile-entity-manager-sdk": ^0.9.7 "@helium/nft-proxy-sdk": ^0.0.12 - "@helium/price-oracle-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 - "@helium/treasury-management-sdk": ^0.9.6 + "@helium/price-oracle-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 + "@helium/treasury-management-sdk": ^0.9.7 "@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.6": +"@helium/helium-entity-manager-sdk@^0.9.7": 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.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 - "@helium/no-emit-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 + "@helium/no-emit-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@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.6": +"@helium/helium-sub-daos-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/treasury-management-sdk": ^0.9.6 - "@helium/voter-stake-registry-sdk": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/treasury-management-sdk": ^0.9.7 + "@helium/voter-stake-registry-sdk": ^0.9.7 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.6": +"@helium/idls@^0.9.7": 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.6": +"@helium/lazy-distributor-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 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.6": +"@helium/mobile-entity-manager-sdk@^0.9.7": 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.6 - "@helium/helium-entity-manager-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/helium-entity-manager-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 "@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.6": +"@helium/no-emit-sdk@^0.9.7": 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.6": +"@helium/price-oracle-sdk@^0.9.7": 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.6 + "@helium/idls": ^0.9.7 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.6": +"@helium/rewards-oracle-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/spl-utils@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 "@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.6": +"@helium/treasury-management-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/voter-stake-registry-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 "@helium/nft-proxy-sdk": ^0.0.12 - "@helium/spl-utils": ^0.9.6 + "@helium/spl-utils": ^0.9.7 "@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 8d18babbf..5df5eeb54 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/helium-entity-manager-sdk + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **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 ed3be976d..404727919 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.6", + "version": "0.9.7", "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.6", - "@helium/helium-sub-daos-sdk": "^0.9.6", - "@helium/idls": "^0.9.6", - "@helium/no-emit-sdk": "^0.9.6", - "@helium/spl-utils": "^0.9.6", + "@helium/anchor-resolvers": "^0.9.7", + "@helium/helium-sub-daos-sdk": "^0.9.7", + "@helium/idls": "^0.9.7", + "@helium/no-emit-sdk": "^0.9.7", + "@helium/spl-utils": "^0.9.7", "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 1fa5570e1..74b88a88a 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.6": +"@helium/account-fetch-cache@^0.9.7": 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6": +"@helium/circuit-breaker-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 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.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 - "@helium/no-emit-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 + "@helium/no-emit-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@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.6": +"@helium/helium-sub-daos-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/treasury-management-sdk": ^0.9.6 - "@helium/voter-stake-registry-sdk": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/treasury-management-sdk": ^0.9.7 + "@helium/voter-stake-registry-sdk": ^0.9.7 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.6": +"@helium/idls@^0.9.7": 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.6": +"@helium/no-emit-sdk@^0.9.7": 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.6": +"@helium/spl-utils@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 "@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.6": +"@helium/treasury-management-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/voter-stake-registry-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 "@helium/nft-proxy-sdk": ^0.0.12 - "@helium/spl-utils": ^0.9.6 + "@helium/spl-utils": ^0.9.7 "@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 9c4762f05..3b9fc70a1 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/helium-react-hooks + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **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 c1d8c4fd1..8c0436130 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.6", + "version": "0.9.7", "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.6", - "@helium/account-fetch-cache-hooks": "^0.9.6", + "@helium/account-fetch-cache": "^0.9.7", + "@helium/account-fetch-cache-hooks": "^0.9.7", "@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 b0a6cb410..f5234ee67 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.6": +"@helium/account-fetch-cache-hooks@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@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.6": +"@helium/account-fetch-cache@^0.9.7": 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.6 - "@helium/account-fetch-cache-hooks": ^0.9.6 + "@helium/account-fetch-cache": ^0.9.7 + "@helium/account-fetch-cache-hooks": ^0.9.7 "@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 1217578dd..475bcc1f2 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/helium-sub-daos-sdk + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **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 46bebcb6d..622665af9 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.6", + "version": "0.9.7", "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.6", - "@helium/circuit-breaker-sdk": "^0.9.6", - "@helium/treasury-management-sdk": "^0.9.6", - "@helium/voter-stake-registry-sdk": "^0.9.6", + "@helium/anchor-resolvers": "^0.9.7", + "@helium/circuit-breaker-sdk": "^0.9.7", + "@helium/treasury-management-sdk": "^0.9.7", + "@helium/voter-stake-registry-sdk": "^0.9.7", "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 37c1a7267..21118c59c 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.6": +"@helium/account-fetch-cache@^0.9.7": 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6": +"@helium/circuit-breaker-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/treasury-management-sdk": ^0.9.6 - "@helium/voter-stake-registry-sdk": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/treasury-management-sdk": ^0.9.7 + "@helium/voter-stake-registry-sdk": ^0.9.7 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.6": +"@helium/idls@^0.9.7": 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.6": +"@helium/spl-utils@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 "@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.6": +"@helium/treasury-management-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/voter-stake-registry-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 "@helium/nft-proxy-sdk": ^0.0.12 - "@helium/spl-utils": ^0.9.6 + "@helium/spl-utils": ^0.9.7 "@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 eadde17b6..c45bce967 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/helium-vote-service + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **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 e8d78ce57..ef7332df9 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.6", + "version": "0.9.7", "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.12", - "@helium/spl-utils": "^0.9.6", - "@helium/voter-stake-registry-sdk": "^0.9.6", + "@helium/spl-utils": "^0.9.7", + "@helium/voter-stake-registry-sdk": "^0.9.7", "@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 f06e45257..764dc841a 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.6": +"@helium/account-fetch-cache@^0.9.7": 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.6": +"@helium/anchor-resolvers@^0.9.7": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -212,8 +212,8 @@ __metadata: "@fastify/cors": ^8.1.1 "@fastify/static": ^6 "@helium/organization-sdk": ^0.0.12 - "@helium/spl-utils": ^0.9.6 - "@helium/voter-stake-registry-sdk": ^0.9.6 + "@helium/spl-utils": ^0.9.7 + "@helium/voter-stake-registry-sdk": ^0.9.7 "@solana/web3.js": ^1.78.8 "@types/bn.js": ^5.1.1 "@types/lodash": ^4.17.6 @@ -232,7 +232,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/idls@^0.9.6": +"@helium/idls@^0.9.7": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -301,14 +301,14 @@ __metadata: languageName: node linkType: hard -"@helium/spl-utils@^0.9.6": +"@helium/spl-utils@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -323,15 +323,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.6": +"@helium/voter-stake-registry-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 "@helium/nft-proxy-sdk": ^0.0.12 - "@helium/spl-utils": ^0.9.6 + "@helium/spl-utils": ^0.9.7 "@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 cf02a5716..7d5209f0d 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/hexboosting-sdk + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **Note:** Version bump only for package @helium/hexboosting-sdk diff --git a/packages/hexboosting-sdk/package.json b/packages/hexboosting-sdk/package.json index 50b0aa051..2f7c30d14 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.6", + "version": "0.9.7", "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.6", - "@helium/helium-sub-daos-sdk": "^0.9.6", - "@helium/idls": "^0.9.6", + "@helium/anchor-resolvers": "^0.9.7", + "@helium/helium-sub-daos-sdk": "^0.9.7", + "@helium/idls": "^0.9.7", "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 ac0db4fa2..ae569eda9 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.6": +"@helium/account-fetch-cache@^0.9.7": 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6": +"@helium/circuit-breaker-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/helium-sub-daos-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/treasury-management-sdk": ^0.9.6 - "@helium/voter-stake-registry-sdk": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/treasury-management-sdk": ^0.9.7 + "@helium/voter-stake-registry-sdk": ^0.9.7 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.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/idls@^0.9.7": 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.6": +"@helium/spl-utils@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 "@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.6": +"@helium/treasury-management-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/voter-stake-registry-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 "@helium/nft-proxy-sdk": ^0.0.12 - "@helium/spl-utils": ^0.9.6 + "@helium/spl-utils": ^0.9.7 "@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 6adebc2af..f0d8b7ebd 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.7](https://github.com/helium/helium-program-library/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/hotspot-utils + + + + + ## [0.9.6](https://github.com/helium/helium-program-library/compare/v0.9.2...v0.9.6) (2024-09-16) **Note:** Version bump only for package @helium/hotspot-utils diff --git a/packages/hotspot-utils/package.json b/packages/hotspot-utils/package.json index bc4e8df4e..b94120082 100644 --- a/packages/hotspot-utils/package.json +++ b/packages/hotspot-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/hotspot-utils", - "version": "0.9.6", + "version": "0.9.7", "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.6", - "@helium/helium-sub-daos-sdk": "^0.9.6", - "@helium/idls": "^0.9.6", - "@helium/spl-utils": "^0.9.6", + "@helium/helium-entity-manager-sdk": "^0.9.7", + "@helium/helium-sub-daos-sdk": "^0.9.7", + "@helium/idls": "^0.9.7", + "@helium/spl-utils": "^0.9.7", "@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 919549129..606c15bda 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.6": +"@helium/account-fetch-cache@^0.9.7": 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6": +"@helium/circuit-breaker-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/helium-entity-manager-sdk@^0.9.7": 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.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 - "@helium/no-emit-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 + "@helium/no-emit-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@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.6": +"@helium/helium-sub-daos-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/treasury-management-sdk": ^0.9.6 - "@helium/voter-stake-registry-sdk": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/treasury-management-sdk": ^0.9.7 + "@helium/voter-stake-registry-sdk": ^0.9.7 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.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/helium-entity-manager-sdk": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@solana/web3.js": ^1.78.8 bs58: ^4.0.1 languageName: unknown linkType: soft -"@helium/idls@^0.9.6": +"@helium/idls@^0.9.7": 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.6": +"@helium/no-emit-sdk@^0.9.7": 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.6": +"@helium/spl-utils@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 "@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.6": +"@helium/treasury-management-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/voter-stake-registry-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 "@helium/nft-proxy-sdk": ^0.0.12 - "@helium/spl-utils": ^0.9.6 + "@helium/spl-utils": ^0.9.7 "@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 2a94f849e..1ae5d7b5e 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.7](https://github.com/helium/helium-program-library/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/idls + + + + + ## [0.9.6](https://github.com/helium/helium-program-library/compare/v0.9.2...v0.9.6) (2024-09-16) **Note:** Version bump only for package @helium/idls diff --git a/packages/idls/package.json b/packages/idls/package.json index fac3a4538..245cde9d0 100644 --- a/packages/idls/package.json +++ b/packages/idls/package.json @@ -1,6 +1,6 @@ { "name": "@helium/idls", - "version": "0.9.6", + "version": "0.9.7", "description": "Exported idls", "publishConfig": { "access": "public", diff --git a/packages/lazy-distributor-sdk/CHANGELOG.md b/packages/lazy-distributor-sdk/CHANGELOG.md index 5e9815ac8..cdb16ef25 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/lazy-distributor-sdk + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **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 b739d242a..9917bc765 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.6", + "version": "0.9.7", "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.6", - "@helium/circuit-breaker-sdk": "^0.9.6", + "@helium/anchor-resolvers": "^0.9.7", + "@helium/circuit-breaker-sdk": "^0.9.7", "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 04425b165..0be9f6915 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6": +"@helium/circuit-breaker-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/idls@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 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 628d1be8f..b7d4759fb 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/lazy-transactions-sdk + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **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 0a91794a9..490a18eb3 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.6", + "version": "0.9.7", "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.6", - "@helium/spl-utils": "^0.9.6", + "@helium/idls": "^0.9.7", + "@helium/spl-utils": "^0.9.7", "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 79f367ec5..9d9be94a9 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.6": +"@helium/account-fetch-cache@^0.9.7": 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6": +"@helium/idls@^0.9.7": 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.6 - "@helium/spl-utils": ^0.9.6 + "@helium/idls": ^0.9.7 + "@helium/spl-utils": ^0.9.7 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.6": +"@helium/spl-utils@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 "@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 2f1cd2c06..6e5881107 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/metadata-service + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **Note:** Version bump only for package @helium/metadata-service diff --git a/packages/metadata-service/package.json b/packages/metadata-service/package.json index feddca79d..00ef65fb2 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.6", + "version": "0.9.7", "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.6", + "@helium/account-fetch-cache": "^0.9.7", "@helium/address": "^4.10.2", - "@helium/data-credits-sdk": "^0.9.6", - "@helium/helium-entity-manager-sdk": "^0.9.6", - "@helium/helium-sub-daos-sdk": "^0.9.6", - "@helium/idls": "^0.9.6", - "@helium/spl-utils": "^0.9.6", + "@helium/data-credits-sdk": "^0.9.7", + "@helium/helium-entity-manager-sdk": "^0.9.7", + "@helium/helium-sub-daos-sdk": "^0.9.7", + "@helium/idls": "^0.9.7", + "@helium/spl-utils": "^0.9.7", "@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 551f37e7e..47da8608e 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.6": +"@helium/account-fetch-cache@^0.9.7": 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6": +"@helium/circuit-breaker-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/data-credits-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 "@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.6": +"@helium/helium-entity-manager-sdk@^0.9.7": 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.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 - "@helium/no-emit-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 + "@helium/no-emit-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@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.6": +"@helium/helium-sub-daos-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/treasury-management-sdk": ^0.9.6 - "@helium/voter-stake-registry-sdk": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/treasury-management-sdk": ^0.9.7 + "@helium/voter-stake-registry-sdk": ^0.9.7 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.6": +"@helium/idls@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/data-credits-sdk": ^0.9.6 - "@helium/helium-entity-manager-sdk": ^0.9.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/data-credits-sdk": ^0.9.7 + "@helium/helium-entity-manager-sdk": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@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.6": +"@helium/no-emit-sdk@^0.9.7": 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.6": +"@helium/spl-utils@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 "@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.6": +"@helium/treasury-management-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/voter-stake-registry-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 "@helium/nft-proxy-sdk": ^0.0.12 - "@helium/spl-utils": ^0.9.6 + "@helium/spl-utils": ^0.9.7 "@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 d47bd349a..257c4c40b 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/migration-service + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **Note:** Version bump only for package @helium/migration-service diff --git a/packages/migration-service/package.json b/packages/migration-service/package.json index b014d4df0..6c26e94b0 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.6", + "version": "0.9.7", "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.6", + "@helium/account-fetch-cache": "^0.9.7", "@helium/address": "^4.10.2", - "@helium/circuit-breaker-sdk": "^0.9.6", + "@helium/circuit-breaker-sdk": "^0.9.7", "@helium/crypto": "^4.10.2", - "@helium/data-credits-sdk": "^0.9.6", - "@helium/distributor-oracle": "^0.9.6", - "@helium/helium-entity-manager-sdk": "^0.9.6", - "@helium/helium-sub-daos-sdk": "^0.9.6", - "@helium/lazy-distributor-sdk": "^0.9.6", - "@helium/lazy-transactions-sdk": "^0.9.6", - "@helium/treasury-management-sdk": "^0.9.6", - "@helium/voter-stake-registry-sdk": "^0.9.6", + "@helium/data-credits-sdk": "^0.9.7", + "@helium/distributor-oracle": "^0.9.7", + "@helium/helium-entity-manager-sdk": "^0.9.7", + "@helium/helium-sub-daos-sdk": "^0.9.7", + "@helium/lazy-distributor-sdk": "^0.9.7", + "@helium/lazy-transactions-sdk": "^0.9.7", + "@helium/treasury-management-sdk": "^0.9.7", + "@helium/voter-stake-registry-sdk": "^0.9.7", "@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 328b6cdff..a83ce4622 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.6": +"@helium/account-fetch-cache@^0.9.7": 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6": +"@helium/circuit-breaker-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/data-credits-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 "@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.6": +"@helium/distributor-oracle@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.9.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 - "@helium/lazy-distributor-sdk": ^0.9.6 - "@helium/rewards-oracle-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/helium-entity-manager-sdk": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 + "@helium/lazy-distributor-sdk": ^0.9.7 + "@helium/rewards-oracle-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@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.6": +"@helium/helium-entity-manager-sdk@^0.9.7": 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.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 - "@helium/no-emit-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 + "@helium/no-emit-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@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.6": +"@helium/helium-sub-daos-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/treasury-management-sdk": ^0.9.6 - "@helium/voter-stake-registry-sdk": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/treasury-management-sdk": ^0.9.7 + "@helium/voter-stake-registry-sdk": ^0.9.7 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.6": +"@helium/idls@^0.9.7": 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.6": +"@helium/lazy-distributor-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 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.6": +"@helium/lazy-transactions-sdk@^0.9.7": 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.6 - "@helium/spl-utils": ^0.9.6 + "@helium/idls": ^0.9.7 + "@helium/spl-utils": ^0.9.7 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/circuit-breaker-sdk": ^0.9.6 + "@helium/circuit-breaker-sdk": ^0.9.7 "@helium/crypto": ^4.10.2 - "@helium/data-credits-sdk": ^0.9.6 - "@helium/distributor-oracle": ^0.9.6 - "@helium/helium-entity-manager-sdk": ^0.9.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/lazy-distributor-sdk": ^0.9.6 - "@helium/lazy-transactions-sdk": ^0.9.6 - "@helium/treasury-management-sdk": ^0.9.6 - "@helium/voter-stake-registry-sdk": ^0.9.6 + "@helium/data-credits-sdk": ^0.9.7 + "@helium/distributor-oracle": ^0.9.7 + "@helium/helium-entity-manager-sdk": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/lazy-distributor-sdk": ^0.9.7 + "@helium/lazy-transactions-sdk": ^0.9.7 + "@helium/treasury-management-sdk": ^0.9.7 + "@helium/voter-stake-registry-sdk": ^0.9.7 "@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.6": +"@helium/no-emit-sdk@^0.9.7": 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.6": +"@helium/rewards-oracle-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/spl-utils@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 "@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.6": +"@helium/treasury-management-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/voter-stake-registry-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 "@helium/nft-proxy-sdk": ^0.0.12 - "@helium/spl-utils": ^0.9.6 + "@helium/spl-utils": ^0.9.7 "@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 ceb6c36f4..22b654695 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/mobile-entity-manager-sdk + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **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 359a8f04b..f0e90f649 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.6", + "version": "0.9.7", "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.6", - "@helium/helium-entity-manager-sdk": "^0.9.6", - "@helium/idls": "^0.9.6", + "@helium/anchor-resolvers": "^0.9.7", + "@helium/helium-entity-manager-sdk": "^0.9.7", + "@helium/idls": "^0.9.7", "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 5af3c583e..acb43f860 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.6": +"@helium/account-fetch-cache@^0.9.7": 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6": +"@helium/circuit-breaker-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/helium-entity-manager-sdk@^0.9.7": 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.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 - "@helium/no-emit-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 + "@helium/no-emit-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@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.6": +"@helium/helium-sub-daos-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/treasury-management-sdk": ^0.9.6 - "@helium/voter-stake-registry-sdk": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/treasury-management-sdk": ^0.9.7 + "@helium/voter-stake-registry-sdk": ^0.9.7 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.6": +"@helium/idls@^0.9.7": 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.6 - "@helium/helium-entity-manager-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/helium-entity-manager-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 "@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.6": +"@helium/no-emit-sdk@^0.9.7": 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.6": +"@helium/spl-utils@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 "@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.6": +"@helium/treasury-management-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/voter-stake-registry-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 "@helium/nft-proxy-sdk": ^0.0.12 - "@helium/spl-utils": ^0.9.6 + "@helium/spl-utils": ^0.9.7 "@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 de4d8d09d..50266f43b 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/monitor-service + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **Note:** Version bump only for package @helium/monitor-service diff --git a/packages/monitor-service/package.json b/packages/monitor-service/package.json index e904d2332..ba0090d16 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.6", + "version": "0.9.7", "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.6", - "@helium/circuit-breaker-sdk": "^0.9.6", - "@helium/data-credits-sdk": "^0.9.6", - "@helium/helium-entity-manager-sdk": "^0.9.6", - "@helium/helium-sub-daos-sdk": "^0.9.6", - "@helium/idls": "^0.9.6", - "@helium/lazy-distributor-sdk": "^0.9.6", - "@helium/lazy-transactions-sdk": "^0.9.6", - "@helium/price-oracle-sdk": "^0.9.6", - "@helium/spl-utils": "^0.9.6", + "@helium/account-fetch-cache": "^0.9.7", + "@helium/circuit-breaker-sdk": "^0.9.7", + "@helium/data-credits-sdk": "^0.9.7", + "@helium/helium-entity-manager-sdk": "^0.9.7", + "@helium/helium-sub-daos-sdk": "^0.9.7", + "@helium/idls": "^0.9.7", + "@helium/lazy-distributor-sdk": "^0.9.7", + "@helium/lazy-transactions-sdk": "^0.9.7", + "@helium/price-oracle-sdk": "^0.9.7", + "@helium/spl-utils": "^0.9.7", "@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 87356ffa7..b26795c9e 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.6": +"@helium/account-fetch-cache@^0.9.7": 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6": +"@helium/circuit-breaker-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/data-credits-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 "@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.6": +"@helium/helium-entity-manager-sdk@^0.9.7": 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.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 - "@helium/no-emit-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 + "@helium/no-emit-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@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.6": +"@helium/helium-sub-daos-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/treasury-management-sdk": ^0.9.6 - "@helium/voter-stake-registry-sdk": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/treasury-management-sdk": ^0.9.7 + "@helium/voter-stake-registry-sdk": ^0.9.7 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.6": +"@helium/idls@^0.9.7": 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.6": +"@helium/lazy-distributor-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 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.6": +"@helium/lazy-transactions-sdk@^0.9.7": 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.6 - "@helium/spl-utils": ^0.9.6 + "@helium/idls": ^0.9.7 + "@helium/spl-utils": ^0.9.7 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/data-credits-sdk": ^0.9.6 - "@helium/helium-entity-manager-sdk": ^0.9.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 - "@helium/lazy-distributor-sdk": ^0.9.6 - "@helium/lazy-transactions-sdk": ^0.9.6 - "@helium/price-oracle-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/account-fetch-cache": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/data-credits-sdk": ^0.9.7 + "@helium/helium-entity-manager-sdk": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 + "@helium/lazy-distributor-sdk": ^0.9.7 + "@helium/lazy-transactions-sdk": ^0.9.7 + "@helium/price-oracle-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@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.6": +"@helium/no-emit-sdk@^0.9.7": 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.6": +"@helium/price-oracle-sdk@^0.9.7": 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.6 + "@helium/idls": ^0.9.7 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.6": +"@helium/spl-utils@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 "@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.6": +"@helium/treasury-management-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/voter-stake-registry-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 "@helium/nft-proxy-sdk": ^0.0.12 - "@helium/spl-utils": ^0.9.6 + "@helium/spl-utils": ^0.9.7 "@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 176434995..444bce579 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/no-emit-sdk + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **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 b90397a95..81d8a5311 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.6", + "version": "0.9.7", "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 a1711ea61..61bc320e6 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/price-oracle-sdk + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **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 80001150c..55d2350aa 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.6", + "version": "0.9.7", "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.6", + "@helium/idls": "^0.9.7", "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 0e1ead806..1535f9ac8 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.6": +"@helium/idls@^0.9.7": 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.6 + "@helium/idls": ^0.9.7 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 457a64494..d24b65972 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/rewards-oracle-faucet-service + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **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 68196a2cb..2ff777971 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.6", + "version": "0.9.7", "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 b6d5fa887..42bf9fd8a 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/rewards-oracle-sdk + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **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 ad4003db2..b1b2c0c6c 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.6", + "version": "0.9.7", "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.6", - "@helium/idls": "^0.9.6", + "@helium/anchor-resolvers": "^0.9.7", + "@helium/idls": "^0.9.7", "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 a21666853..4338f0267 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6": +"@helium/idls@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 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 92ee3f3c9..a75f519ad 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.7](https://github.com/helium/helium-program-library/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/spl-utils + + + + + ## [0.9.6](https://github.com/helium/helium-program-library/compare/v0.9.2...v0.9.6) (2024-09-16) **Note:** Version bump only for package @helium/spl-utils diff --git a/packages/spl-utils/package.json b/packages/spl-utils/package.json index 10648cf16..4626eabda 100644 --- a/packages/spl-utils/package.json +++ b/packages/spl-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/spl-utils", - "version": "0.9.6", + "version": "0.9.7", "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.6", + "@helium/account-fetch-cache": "^0.9.7", "@helium/address": "^4.10.2", - "@helium/anchor-resolvers": "^0.9.6", + "@helium/anchor-resolvers": "^0.9.7", "@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/src/priorityFees.ts b/packages/spl-utils/src/priorityFees.ts index 78208dbcd..8e38541fc 100644 --- a/packages/spl-utils/src/priorityFees.ts +++ b/packages/spl-utils/src/priorityFees.ts @@ -26,7 +26,7 @@ export async function estimatePrioritizationFee( ixs: TransactionInstruction[], basePriorityFee?: number ): Promise { - const accounts = ixs.map((x) => x.keys.map((k) => k.pubkey)).flat(); + const accounts = ixs.map((x) => x.keys.filter(k => k.isWritable).map((k) => k.pubkey)).flat(); const uniqueAccounts = [...new Set(accounts.map((x) => x.toBase58()))] .map((a) => new PublicKey(a)) .slice(0, MAX_RECENT_PRIORITY_FEE_ACCOUNTS); diff --git a/packages/spl-utils/yarn.deploy.lock b/packages/spl-utils/yarn.deploy.lock index a53903177..460543c0f 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.6": +"@helium/account-fetch-cache@^0.9.7": 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 "@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 ab9512ae9..dc6b3e1b2 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.7](https://github.com/helium/helium-program-library/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/sus + + + + + ## [0.9.6](https://github.com/helium/helium-program-library/compare/v0.9.2...v0.9.6) (2024-09-16) **Note:** Version bump only for package @helium/sus diff --git a/packages/sus/package.json b/packages/sus/package.json index 759a40123..9ccd5178a 100644 --- a/packages/sus/package.json +++ b/packages/sus/package.json @@ -1,6 +1,6 @@ { "name": "@helium/sus", - "version": "0.9.6", + "version": "0.9.7", "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 59ff7eed5..a529ce6ab 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/tokens-to-rent-service + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **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 dfe180017..15062509c 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.6", + "version": "0.9.7", "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.6", + "@helium/account-fetch-cache": "^0.9.7", "@helium/address": "^4.10.2", - "@helium/spl-utils": "^0.9.6", + "@helium/spl-utils": "^0.9.7", "@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 4b0a7b015..efcb3e1f8 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.6": +"@helium/account-fetch-cache@^0.9.7": 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6": +"@helium/spl-utils@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 "@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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.9.6 + "@helium/spl-utils": ^0.9.7 "@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 7667b3c10..34fd3ccc9 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/treasury-management-sdk + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **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 21613786c..c4ac0e7ba 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.6", + "version": "0.9.7", "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.6", - "@helium/circuit-breaker-sdk": "^0.9.6", - "@helium/idls": "^0.9.6", + "@helium/anchor-resolvers": "^0.9.7", + "@helium/circuit-breaker-sdk": "^0.9.7", + "@helium/idls": "^0.9.7", "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 061d945ec..7618a7b54 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6": +"@helium/circuit-breaker-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/idls@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 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 36a2a1a9b..637788ace 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/voter-stake-registry-hooks + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **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 80c6862ec..aac61e625 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.6", + "version": "0.9.7", "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.6", - "@helium/account-fetch-cache-hooks": "^0.9.6", - "@helium/circuit-breaker-sdk": "^0.9.6", - "@helium/helium-react-hooks": "^0.9.6", - "@helium/helium-sub-daos-sdk": "^0.9.6", + "@helium/account-fetch-cache": "^0.9.7", + "@helium/account-fetch-cache-hooks": "^0.9.7", + "@helium/circuit-breaker-sdk": "^0.9.7", + "@helium/helium-react-hooks": "^0.9.7", + "@helium/helium-sub-daos-sdk": "^0.9.7", "@helium/modular-governance-hooks": "^0.0.12", "@helium/modular-governance-idls": "^0.0.12", - "@helium/spl-utils": "^0.9.6", - "@helium/voter-stake-registry-sdk": "^0.9.6", + "@helium/spl-utils": "^0.9.7", + "@helium/voter-stake-registry-sdk": "^0.9.7", "@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 f781e5017..4fc69e11b 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.6": +"@helium/account-fetch-cache-hooks@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@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.6": +"@helium/account-fetch-cache@^0.9.7": 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6": +"@helium/circuit-breaker-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 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.6": +"@helium/helium-react-hooks@^0.9.7": 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.6 - "@helium/account-fetch-cache-hooks": ^0.9.6 + "@helium/account-fetch-cache": ^0.9.7 + "@helium/account-fetch-cache-hooks": ^0.9.7 "@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.6": +"@helium/helium-sub-daos-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/treasury-management-sdk": ^0.9.6 - "@helium/voter-stake-registry-sdk": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/treasury-management-sdk": ^0.9.7 + "@helium/voter-stake-registry-sdk": ^0.9.7 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.6": +"@helium/idls@^0.9.7": 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.6": +"@helium/spl-utils@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 "@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.6": +"@helium/treasury-management-sdk@^0.9.7": 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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 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.6 - "@helium/account-fetch-cache-hooks": ^0.9.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/helium-react-hooks": ^0.9.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 + "@helium/account-fetch-cache": ^0.9.7 + "@helium/account-fetch-cache-hooks": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/helium-react-hooks": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 "@helium/modular-governance-hooks": ^0.0.12 "@helium/modular-governance-idls": ^0.0.12 - "@helium/spl-utils": ^0.9.6 - "@helium/voter-stake-registry-sdk": ^0.9.6 + "@helium/spl-utils": ^0.9.7 + "@helium/voter-stake-registry-sdk": ^0.9.7 "@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.6": +"@helium/voter-stake-registry-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 "@helium/nft-proxy-sdk": ^0.0.12 - "@helium/spl-utils": ^0.9.6 + "@helium/spl-utils": ^0.9.7 "@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 629dc74e7..b1043c111 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/voter-stake-registry-sdk + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **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 bb1427598..9b2b94e17 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.6", + "version": "0.9.7", "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.6", - "@helium/idls": "^0.9.6", + "@helium/anchor-resolvers": "^0.9.7", + "@helium/idls": "^0.9.7", "@helium/nft-proxy-sdk": "^0.0.12", - "@helium/spl-utils": "^0.9.6", + "@helium/spl-utils": "^0.9.7", "@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 8e64284fa..a96be512a 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.6": +"@helium/account-fetch-cache@^0.9.7": 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6": +"@helium/idls@^0.9.7": 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.6": +"@helium/spl-utils@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 "@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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 "@helium/nft-proxy-sdk": ^0.0.12 - "@helium/spl-utils": ^0.9.6 + "@helium/spl-utils": ^0.9.7 "@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 c7bc28b3a..f6f773f1a 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.7](https://github.com/helium/helium-program-libary/compare/v0.9.5...v0.9.7) (2024-10-04) + +**Note:** Version bump only for package @helium/vsr-metadata-service + + + + + ## [0.9.6](https://github.com/helium/helium-program-libary/compare/v0.9.2...v0.9.6) (2024-09-16) **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 50a1527f7..a9b1c71bd 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.6", + "version": "0.9.7", "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.6", + "@helium/account-fetch-cache": "^0.9.7", "@helium/address": "^4.10.2", - "@helium/spl-utils": "^0.9.6", - "@helium/voter-stake-registry-sdk": "^0.9.6", + "@helium/spl-utils": "^0.9.7", + "@helium/voter-stake-registry-sdk": "^0.9.7", "@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 11ae3df7f..be0c0107d 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.6": +"@helium/account-fetch-cache@^0.9.7": 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.6": +"@helium/anchor-resolvers@^0.9.7": 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.6": +"@helium/idls@^0.9.7": 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.6": +"@helium/spl-utils@^0.9.7": 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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 "@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.6": +"@helium/voter-stake-registry-sdk@^0.9.7": 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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 "@helium/nft-proxy-sdk": ^0.0.12 - "@helium/spl-utils": ^0.9.6 + "@helium/spl-utils": ^0.9.7 "@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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.9.6 - "@helium/voter-stake-registry-sdk": ^0.9.6 + "@helium/spl-utils": ^0.9.7 + "@helium/voter-stake-registry-sdk": ^0.9.7 "@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 3da2ce9fc..1674ad00d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -479,11 +479,11 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache-hooks@^0.9.6, @helium/account-fetch-cache-hooks@workspace:packages/account-fetch-cache-hooks": +"@helium/account-fetch-cache-hooks@^0.9.7, @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.6 + "@helium/account-fetch-cache": ^0.9.7 "@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.6, @helium/account-fetch-cache@workspace:packages/account-fetch-cache": +"@helium/account-fetch-cache@^0.9.7, @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.6 + "@helium/account-fetch-cache": ^0.9.7 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/web3.js": ^1.78.8 "@substreams/core": ^0.15.1 @@ -609,7 +609,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.9.6, @helium/anchor-resolvers@workspace:packages/anchor-resolvers": +"@helium/anchor-resolvers@^0.9.7, @helium/anchor-resolvers@workspace:packages/anchor-resolvers": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -647,13 +647,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.9.6, @helium/circuit-breaker-sdk@workspace:packages/circuit-breaker-sdk": +"@helium/circuit-breaker-sdk@^0.9.7, @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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -668,24 +668,24 @@ __metadata: resolution: "@helium/crons@workspace:packages/crons" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.9.6 - "@helium/distributor-oracle": ^0.9.6 - "@helium/fanout-sdk": ^0.9.6 - "@helium/helium-entity-manager-sdk": ^0.9.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 - "@helium/lazy-distributor-sdk": ^0.9.6 - "@helium/mobile-entity-manager-sdk": ^0.9.6 + "@helium/account-fetch-cache": ^0.9.7 + "@helium/distributor-oracle": ^0.9.7 + "@helium/fanout-sdk": ^0.9.7 + "@helium/helium-entity-manager-sdk": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 + "@helium/lazy-distributor-sdk": ^0.9.7 + "@helium/mobile-entity-manager-sdk": ^0.9.7 "@helium/nft-proxy-sdk": ^0.0.12 - "@helium/no-emit-sdk": ^0.9.6 + "@helium/no-emit-sdk": ^0.9.7 "@helium/organization-sdk": ^0.0.12 - "@helium/price-oracle-sdk": ^0.9.6 + "@helium/price-oracle-sdk": ^0.9.7 "@helium/proposal-sdk": ^0.0.12 - "@helium/rewards-oracle-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/rewards-oracle-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@helium/state-controller-sdk": ^0.0.12 - "@helium/treasury-management-sdk": ^0.9.6 - "@helium/voter-stake-registry-sdk": ^0.9.6 + "@helium/treasury-management-sdk": ^0.9.7 + "@helium/voter-stake-registry-sdk": ^0.9.7 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 "@types/bn.js": ^5.1.0 @@ -734,15 +734,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/data-credits-sdk@^0.9.6, @helium/data-credits-sdk@workspace:packages/data-credits-sdk": +"@helium/data-credits-sdk@^0.9.7, @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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -754,20 +754,20 @@ __metadata: languageName: unknown linkType: soft -"@helium/distributor-oracle@^0.9.6, @helium/distributor-oracle@workspace:packages/distributor-oracle": +"@helium/distributor-oracle@^0.9.7, @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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.9.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 - "@helium/lazy-distributor-sdk": ^0.9.6 - "@helium/rewards-oracle-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/helium-entity-manager-sdk": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 + "@helium/lazy-distributor-sdk": ^0.9.7 + "@helium/rewards-oracle-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -800,9 +800,9 @@ __metadata: resolution: "@helium/entity-invalidator@workspace:packages/entity-invalidator" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.9.6 - "@helium/helium-entity-manager-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/account-fetch-cache": ^0.9.7 + "@helium/helium-entity-manager-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@solana/web3.js": ^1.78.8 "@types/bn.js": ^5.1.1 "@types/deep-equal": ^1.0.1 @@ -832,10 +832,10 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.9.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/fanout-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/fanout-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -853,13 +853,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/fanout-sdk@^0.9.6, @helium/fanout-sdk@workspace:packages/fanout-sdk": +"@helium/fanout-sdk@^0.9.7, @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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -875,8 +875,8 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/idls": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/idls": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 @@ -902,19 +902,19 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/address": ^4.10.2 - "@helium/circuit-breaker-sdk": ^0.9.6 + "@helium/circuit-breaker-sdk": ^0.9.7 "@helium/crypto": ^4.10.2 - "@helium/data-credits-sdk": ^0.9.6 - "@helium/distributor-oracle": ^0.9.6 - "@helium/fanout-sdk": ^0.9.6 - "@helium/helium-entity-manager-sdk": ^0.9.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/lazy-distributor-sdk": ^0.9.6 - "@helium/mobile-entity-manager-sdk": ^0.9.6 + "@helium/data-credits-sdk": ^0.9.7 + "@helium/distributor-oracle": ^0.9.7 + "@helium/fanout-sdk": ^0.9.7 + "@helium/helium-entity-manager-sdk": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/lazy-distributor-sdk": ^0.9.7 + "@helium/mobile-entity-manager-sdk": ^0.9.7 "@helium/nft-proxy-sdk": ^0.0.12 - "@helium/price-oracle-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 - "@helium/treasury-management-sdk": ^0.9.6 + "@helium/price-oracle-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 + "@helium/treasury-management-sdk": ^0.9.7 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-governance": ^0.3.18 "@solana/spl-token": ^0.3.8 @@ -934,17 +934,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.9.6, @helium/helium-entity-manager-sdk@workspace:packages/helium-entity-manager-sdk": +"@helium/helium-entity-manager-sdk@^0.9.7, @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.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 - "@helium/no-emit-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 + "@helium/no-emit-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -957,13 +957,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-react-hooks@^0.9.6, @helium/helium-react-hooks@workspace:packages/helium-react-hooks": +"@helium/helium-react-hooks@^0.9.7, @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.6 - "@helium/account-fetch-cache-hooks": ^0.9.6 + "@helium/account-fetch-cache": ^0.9.7 + "@helium/account-fetch-cache-hooks": ^0.9.7 "@solana/spl-token": ^0.3.8 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.8 @@ -1000,15 +1000,15 @@ __metadata: languageName: node linkType: hard -"@helium/helium-sub-daos-sdk@^0.9.6, @helium/helium-sub-daos-sdk@workspace:packages/helium-sub-daos-sdk": +"@helium/helium-sub-daos-sdk@^0.9.7, @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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/treasury-management-sdk": ^0.9.6 - "@helium/voter-stake-registry-sdk": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/treasury-management-sdk": ^0.9.7 + "@helium/voter-stake-registry-sdk": ^0.9.7 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1025,8 +1025,8 @@ __metadata: "@fastify/cors": ^8.1.1 "@fastify/static": ^6 "@helium/organization-sdk": ^0.0.12 - "@helium/spl-utils": ^0.9.6 - "@helium/voter-stake-registry-sdk": ^0.9.6 + "@helium/spl-utils": ^0.9.7 + "@helium/voter-stake-registry-sdk": ^0.9.7 "@solana/web3.js": ^1.78.8 "@types/bn.js": ^5.1.1 "@types/lodash": ^4.17.6 @@ -1050,9 +1050,9 @@ __metadata: resolution: "@helium/hexboosting-sdk@workspace:packages/hexboosting-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.9.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1067,16 +1067,16 @@ __metadata: resolution: "@helium/hotspot-utils@workspace:packages/hotspot-utils" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/helium-entity-manager-sdk": ^0.9.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/helium-entity-manager-sdk": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@solana/web3.js": ^1.78.8 bs58: ^4.0.1 languageName: unknown linkType: soft -"@helium/idls@^0.9.6, @helium/idls@workspace:packages/idls": +"@helium/idls@^0.9.7, @helium/idls@workspace:packages/idls": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -1103,13 +1103,13 @@ __metadata: languageName: node linkType: hard -"@helium/lazy-distributor-sdk@^0.9.6, @helium/lazy-distributor-sdk@workspace:packages/lazy-distributor-sdk": +"@helium/lazy-distributor-sdk@^0.9.7, @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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1119,13 +1119,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/lazy-transactions-sdk@^0.9.6, @helium/lazy-transactions-sdk@workspace:packages/lazy-transactions-sdk": +"@helium/lazy-transactions-sdk@^0.9.7, @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.6 - "@helium/spl-utils": ^0.9.6 + "@helium/idls": ^0.9.7 + "@helium/spl-utils": ^0.9.7 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1144,13 +1144,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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/data-credits-sdk": ^0.9.6 - "@helium/helium-entity-manager-sdk": ^0.9.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/data-credits-sdk": ^0.9.7 + "@helium/helium-entity-manager-sdk": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 @@ -1184,18 +1184,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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/circuit-breaker-sdk": ^0.9.6 + "@helium/circuit-breaker-sdk": ^0.9.7 "@helium/crypto": ^4.10.2 - "@helium/data-credits-sdk": ^0.9.6 - "@helium/distributor-oracle": ^0.9.6 - "@helium/helium-entity-manager-sdk": ^0.9.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/lazy-distributor-sdk": ^0.9.6 - "@helium/lazy-transactions-sdk": ^0.9.6 - "@helium/treasury-management-sdk": ^0.9.6 - "@helium/voter-stake-registry-sdk": ^0.9.6 + "@helium/data-credits-sdk": ^0.9.7 + "@helium/distributor-oracle": ^0.9.7 + "@helium/helium-entity-manager-sdk": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/lazy-distributor-sdk": ^0.9.7 + "@helium/lazy-transactions-sdk": ^0.9.7 + "@helium/treasury-management-sdk": ^0.9.7 + "@helium/voter-stake-registry-sdk": ^0.9.7 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@project-serum/borsh": ^0.2.5 "@solana/buffer-layout": ^4.0.0 @@ -1225,14 +1225,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/mobile-entity-manager-sdk@^0.9.6, @helium/mobile-entity-manager-sdk@workspace:packages/mobile-entity-manager-sdk": +"@helium/mobile-entity-manager-sdk@^0.9.7, @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.6 - "@helium/helium-entity-manager-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/helium-entity-manager-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -1286,16 +1286,16 @@ __metadata: resolution: "@helium/monitor-service@workspace:packages/monitor-service" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.9.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/data-credits-sdk": ^0.9.6 - "@helium/helium-entity-manager-sdk": ^0.9.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 - "@helium/lazy-distributor-sdk": ^0.9.6 - "@helium/lazy-transactions-sdk": ^0.9.6 - "@helium/price-oracle-sdk": ^0.9.6 - "@helium/spl-utils": ^0.9.6 + "@helium/account-fetch-cache": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/data-credits-sdk": ^0.9.7 + "@helium/helium-entity-manager-sdk": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 + "@helium/lazy-distributor-sdk": ^0.9.7 + "@helium/lazy-transactions-sdk": ^0.9.7 + "@helium/price-oracle-sdk": ^0.9.7 + "@helium/spl-utils": ^0.9.7 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 @@ -1334,7 +1334,7 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.9.6, @helium/no-emit-sdk@workspace:packages/no-emit-sdk": +"@helium/no-emit-sdk@^0.9.7, @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: @@ -1362,12 +1362,12 @@ __metadata: languageName: node linkType: hard -"@helium/price-oracle-sdk@^0.9.6, @helium/price-oracle-sdk@workspace:packages/price-oracle-sdk": +"@helium/price-oracle-sdk@^0.9.7, @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.6 + "@helium/idls": ^0.9.7 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1417,13 +1417,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-oracle-sdk@^0.9.6, @helium/rewards-oracle-sdk@workspace:packages/rewards-oracle-sdk": +"@helium/rewards-oracle-sdk@^0.9.7, @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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1433,14 +1433,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.6, @helium/spl-utils@workspace:packages/spl-utils": +"@helium/spl-utils@^0.9.7, @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.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -1489,9 +1489,9 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.9.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.9.6 + "@helium/spl-utils": ^0.9.7 "@jup-ag/api": ^6.0.6 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 @@ -1521,14 +1521,14 @@ __metadata: languageName: node linkType: hard -"@helium/treasury-management-sdk@^0.9.6, @helium/treasury-management-sdk@workspace:packages/treasury-management-sdk": +"@helium/treasury-management-sdk@^0.9.7, @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.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/idls": ^0.9.7 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1543,15 +1543,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.6 - "@helium/account-fetch-cache-hooks": ^0.9.6 - "@helium/circuit-breaker-sdk": ^0.9.6 - "@helium/helium-react-hooks": ^0.9.6 - "@helium/helium-sub-daos-sdk": ^0.9.6 + "@helium/account-fetch-cache": ^0.9.7 + "@helium/account-fetch-cache-hooks": ^0.9.7 + "@helium/circuit-breaker-sdk": ^0.9.7 + "@helium/helium-react-hooks": ^0.9.7 + "@helium/helium-sub-daos-sdk": ^0.9.7 "@helium/modular-governance-hooks": ^0.0.12 "@helium/modular-governance-idls": ^0.0.12 - "@helium/spl-utils": ^0.9.6 - "@helium/voter-stake-registry-sdk": ^0.9.6 + "@helium/spl-utils": ^0.9.7 + "@helium/voter-stake-registry-sdk": ^0.9.7 "@solana/wallet-adapter-base": ^0.9.22 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.8 @@ -1568,15 +1568,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.6, @helium/voter-stake-registry-sdk@workspace:packages/voter-stake-registry-sdk": +"@helium/voter-stake-registry-sdk@^0.9.7, @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.6 - "@helium/idls": ^0.9.6 + "@helium/anchor-resolvers": ^0.9.7 + "@helium/idls": ^0.9.7 "@helium/nft-proxy-sdk": ^0.0.12 - "@helium/spl-utils": ^0.9.6 + "@helium/spl-utils": ^0.9.7 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 @@ -1594,10 +1594,10 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.9.6 + "@helium/account-fetch-cache": ^0.9.7 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.9.6 - "@helium/voter-stake-registry-sdk": ^0.9.6 + "@helium/spl-utils": ^0.9.7 + "@helium/voter-stake-registry-sdk": ^0.9.7 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8