From 8d2929bb0f1221ef4921cf586e1af2cc16405eb8 Mon Sep 17 00:00:00 2001 From: Noah Prince Date: Tue, 16 Jul 2024 14:43:51 -0700 Subject: [PATCH] v0.9.0-alpha.5 --- lerna.json | 2 +- .../account-fetch-cache-hooks/package.json | 2 +- .../package.json | 2 +- packages/crons/package.json | 14 +- packages/data-credits-sdk/package.json | 4 +- packages/distributor-oracle/package.json | 8 +- packages/entity-invalidator/package.json | 6 +- packages/fanout-metadata-service/package.json | 4 +- packages/faucet-service/package.json | 4 +- packages/helium-admin-cli/package.json | 14 +- .../helium-entity-manager-sdk/package.json | 6 +- packages/helium-react-hooks/package.json | 4 +- packages/helium-sub-daos-sdk/package.json | 4 +- packages/helium-vote-service/package.json | 6 +- packages/hexboosting-sdk/package.json | 4 +- packages/hotspot-utils/package.json | 8 +- packages/lazy-transactions-sdk/package.json | 4 +- packages/metadata-service/package.json | 10 +- packages/migration-service/package.json | 14 +- .../mobile-entity-manager-sdk/package.json | 4 +- packages/monitor-service/package.json | 12 +- packages/spl-utils/package.json | 2 +- packages/tokens-to-rent-service/package.json | 4 +- .../voter-stake-registry-hooks/package.json | 12 +- .../voter-stake-registry-sdk/package.json | 4 +- packages/vsr-metadata-service/package.json | 6 +- yarn.lock | 132 +++++++++--------- 27 files changed, 148 insertions(+), 148 deletions(-) diff --git a/lerna.json b/lerna.json index 8b8800f09..05864ec38 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "npmClient": "yarn", "packages": ["packages/*"], "useWorkspaces": true, - "version": "0.9.0-alpha.4" + "version": "0.9.0-alpha.5" } diff --git a/packages/account-fetch-cache-hooks/package.json b/packages/account-fetch-cache-hooks/package.json index 3397b31b3..ecf285654 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.0-alpha.4", + "version": "0.9.0-alpha.5", "description": "React hooks and context for account-fetch-cache", "repository": { "type": "git", diff --git a/packages/account-postgres-sink-service/package.json b/packages/account-postgres-sink-service/package.json index 4d071f5f9..1c095cec6 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.0-alpha.4", + "version": "0.9.0-alpha.5", "description": "Sync account data to postgres", "repository": { "type": "git", diff --git a/packages/crons/package.json b/packages/crons/package.json index aaa03cd66..d074a77e3 100644 --- a/packages/crons/package.json +++ b/packages/crons/package.json @@ -1,6 +1,6 @@ { "name": "@helium/crons", - "version": "0.9.0-alpha.4", + "version": "0.9.0-alpha.5", "description": "scripts to run on a schedule", "private": true, "publishConfig": { @@ -33,22 +33,22 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@helium/account-fetch-cache": "^0.9.0-alpha.4", - "@helium/distributor-oracle": "^0.9.0-alpha.4", + "@helium/distributor-oracle": "^0.9.0-alpha.5", "@helium/fanout-sdk": "^0.9.0-alpha.2", - "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.4", - "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.4", + "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.5", + "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.5", "@helium/idls": "^0.9.0-alpha.1", "@helium/lazy-distributor-sdk": "^0.9.0-alpha.3", - "@helium/mobile-entity-manager-sdk": "^0.9.0-alpha.4", + "@helium/mobile-entity-manager-sdk": "^0.9.0-alpha.5", "@helium/no-emit-sdk": "^0.9.0-alpha.1", "@helium/organization-sdk": "^0.0.8", "@helium/price-oracle-sdk": "^0.9.0-alpha.2", "@helium/proposal-sdk": "^0.0.8", "@helium/rewards-oracle-sdk": "^0.9.0-alpha.2", - "@helium/spl-utils": "^0.9.0-alpha.4", + "@helium/spl-utils": "^0.9.0-alpha.5", "@helium/state-controller-sdk": "0.0.8-next.22+7098baa", "@helium/treasury-management-sdk": "^0.9.0-alpha.3", - "@helium/voter-stake-registry-sdk": "^0.9.0-alpha.4", + "@helium/voter-stake-registry-sdk": "^0.9.0-alpha.5", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.8", "axios": "^1.3.6", diff --git a/packages/data-credits-sdk/package.json b/packages/data-credits-sdk/package.json index b8e54b5c4..1b5d200e2 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.0-alpha.4", + "version": "0.9.0-alpha.5", "description": "Interface to the data-credits smart contract", "repository": { "type": "git", @@ -34,7 +34,7 @@ "@coral-xyz/anchor": "^0.28.0", "@helium/anchor-resolvers": "^0.9.0-alpha.1", "@helium/circuit-breaker-sdk": "^0.9.0-alpha.2", - "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.4", + "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.5", "@helium/idls": "^0.9.0-alpha.1", "bn.js": "^5.2.0", "bs58": "^4.0.1", diff --git a/packages/distributor-oracle/package.json b/packages/distributor-oracle/package.json index f05a14ec9..624879bc6 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.0-alpha.4", + "version": "0.9.0-alpha.5", "description": "Oracle server for the lazy distributor", "repository": { "type": "git", @@ -38,12 +38,12 @@ "@fastify/cors": "^8.1.1", "@helium/account-fetch-cache": "^0.9.0-alpha.4", "@helium/address": "^4.10.2", - "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.4", - "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.4", + "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.5", + "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.5", "@helium/idls": "^0.9.0-alpha.1", "@helium/lazy-distributor-sdk": "^0.9.0-alpha.3", "@helium/rewards-oracle-sdk": "^0.9.0-alpha.2", - "@helium/spl-utils": "^0.9.0-alpha.4", + "@helium/spl-utils": "^0.9.0-alpha.5", "@metaplex-foundation/mpl-bubblegum": "^0.7.0", "@solana/spl-token": "^0.3.8", "@types/sequelize": "^4.28.14", diff --git a/packages/entity-invalidator/package.json b/packages/entity-invalidator/package.json index 4030a6b04..d28265ee5 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.0-alpha.4", + "version": "0.9.0-alpha.5", "description": "Sync account data to postgres", "repository": { "type": "git", @@ -34,8 +34,8 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@helium/account-fetch-cache": "^0.9.0-alpha.4", - "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.4", - "@helium/spl-utils": "^0.9.0-alpha.4", + "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.5", + "@helium/spl-utils": "^0.9.0-alpha.5", "@solana/web3.js": "^1.78.8", "aws-sdk": "^2.1344.0", "bn.js": "^5.2.0", diff --git a/packages/fanout-metadata-service/package.json b/packages/fanout-metadata-service/package.json index daf379cdc..88a7be558 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.0-alpha.4", + "version": "0.9.0-alpha.5", "description": "Mint metadata of fanout positions", "repository": { "type": "git", @@ -37,7 +37,7 @@ "@helium/account-fetch-cache": "^0.9.0-alpha.4", "@helium/address": "^4.10.2", "@helium/fanout-sdk": "^0.9.0-alpha.2", - "@helium/spl-utils": "^0.9.0-alpha.4", + "@helium/spl-utils": "^0.9.0-alpha.5", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-account-compression": "^0.1.7", "@solana/spl-token": "^0.3.8", diff --git a/packages/faucet-service/package.json b/packages/faucet-service/package.json index 4627d9b61..a666deef7 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.0-alpha.4", + "version": "0.9.0-alpha.5", "description": "Faucet for devnet Helium tokens", "repository": { "type": "git", @@ -36,7 +36,7 @@ "@coral-xyz/anchor": "^0.28.0", "@fastify/cors": "^8.1.1", "@helium/idls": "^0.9.0-alpha.1", - "@helium/spl-utils": "^0.9.0-alpha.4", + "@helium/spl-utils": "^0.9.0-alpha.5", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.8", diff --git a/packages/helium-admin-cli/package.json b/packages/helium-admin-cli/package.json index be36abd33..d5b9030ac 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.0-alpha.4", + "version": "0.9.0-alpha.5", "description": "CLI to bootstrap the network", "repository": { "type": "git", @@ -42,16 +42,16 @@ "@helium/address": "^4.10.2", "@helium/circuit-breaker-sdk": "^0.9.0-alpha.2", "@helium/crypto": "^4.10.2", - "@helium/data-credits-sdk": "^0.9.0-alpha.4", - "@helium/distributor-oracle": "^0.9.0-alpha.4", + "@helium/data-credits-sdk": "^0.9.0-alpha.5", + "@helium/distributor-oracle": "^0.9.0-alpha.5", "@helium/fanout-sdk": "^0.9.0-alpha.2", - "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.4", - "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.4", + "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.5", + "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.5", "@helium/lazy-distributor-sdk": "^0.9.0-alpha.3", - "@helium/mobile-entity-manager-sdk": "^0.9.0-alpha.4", + "@helium/mobile-entity-manager-sdk": "^0.9.0-alpha.5", "@helium/nft-proxy-sdk": "0.0.8-next.22+7098baa", "@helium/price-oracle-sdk": "^0.9.0-alpha.2", - "@helium/spl-utils": "^0.9.0-alpha.4", + "@helium/spl-utils": "^0.9.0-alpha.5", "@helium/treasury-management-sdk": "^0.9.0-alpha.3", "@solana/spl-account-compression": "^0.1.7", "@solana/spl-governance": "^0.3.18", diff --git a/packages/helium-entity-manager-sdk/package.json b/packages/helium-entity-manager-sdk/package.json index 309bf3c69..8b165e4da 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.0-alpha.4", + "version": "0.9.0-alpha.5", "description": "Interface to the helium-entity-manager smart contract", "repository": { "type": "git", @@ -34,10 +34,10 @@ "@coral-xyz/anchor": "^0.28.0", "@helium/address": "^4.10.2", "@helium/anchor-resolvers": "^0.9.0-alpha.1", - "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.4", + "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.5", "@helium/idls": "^0.9.0-alpha.1", "@helium/no-emit-sdk": "^0.9.0-alpha.1", - "@helium/spl-utils": "^0.9.0-alpha.4", + "@helium/spl-utils": "^0.9.0-alpha.5", "bn.js": "^5.2.0", "bs58": "^4.0.1", "crypto-js": "^4.1.1", diff --git a/packages/helium-react-hooks/package.json b/packages/helium-react-hooks/package.json index 13b273341..192389be3 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.0-alpha.4", + "version": "0.9.0-alpha.5", "description": "React hooks for helium", "repository": { "type": "git", @@ -33,7 +33,7 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@helium/account-fetch-cache": "^0.9.0-alpha.4", - "@helium/account-fetch-cache-hooks": "^0.9.0-alpha.4", + "@helium/account-fetch-cache-hooks": "^0.9.0-alpha.5", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.8", "bs58": "^4.0.1", diff --git a/packages/helium-sub-daos-sdk/package.json b/packages/helium-sub-daos-sdk/package.json index d63c548db..ee42b95a2 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.0-alpha.4", + "version": "0.9.0-alpha.5", "description": "Interface to the helium-sub-daos smart contract", "repository": { "type": "git", @@ -35,7 +35,7 @@ "@helium/anchor-resolvers": "^0.9.0-alpha.1", "@helium/circuit-breaker-sdk": "^0.9.0-alpha.2", "@helium/treasury-management-sdk": "^0.9.0-alpha.3", - "@helium/voter-stake-registry-sdk": "^0.9.0-alpha.4", + "@helium/voter-stake-registry-sdk": "^0.9.0-alpha.5", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/helium-vote-service/package.json b/packages/helium-vote-service/package.json index 246d0ca52..38f28252c 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.0-alpha.4", + "version": "0.9.0-alpha.5", "description": "API for helium vote", "repository": { "type": "git", @@ -35,8 +35,8 @@ "@fastify/cors": "^8.1.1", "@fastify/static": "^6", "@helium/organization-sdk": "^0.0.5", - "@helium/spl-utils": "^0.9.0-alpha.4", - "@helium/voter-stake-registry-sdk": "^0.9.0-alpha.4", + "@helium/spl-utils": "^0.9.0-alpha.5", + "@helium/voter-stake-registry-sdk": "^0.9.0-alpha.5", "@solana/web3.js": "^1.78.8", "aws-sdk": "^2.1650.0", "dotenv": "^16.0.3", diff --git a/packages/hexboosting-sdk/package.json b/packages/hexboosting-sdk/package.json index db352ca99..78eee4887 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.0-alpha.4", + "version": "0.9.0-alpha.5", "description": "Interface to the data-credits smart contract", "repository": { "type": "git", @@ -33,7 +33,7 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@helium/anchor-resolvers": "^0.9.0-alpha.1", - "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.4", + "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.5", "@helium/idls": "^0.9.0-alpha.1", "bn.js": "^5.2.0", "bs58": "^4.0.1" diff --git a/packages/hotspot-utils/package.json b/packages/hotspot-utils/package.json index 2d73d0b10..39cc7af7e 100644 --- a/packages/hotspot-utils/package.json +++ b/packages/hotspot-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/hotspot-utils", - "version": "0.9.0-alpha.4", + "version": "0.9.0-alpha.5", "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.0-alpha.4", - "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.4", + "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.5", + "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.5", "@helium/idls": "^0.9.0-alpha.1", - "@helium/spl-utils": "^0.9.0-alpha.4", + "@helium/spl-utils": "^0.9.0-alpha.5", "@solana/web3.js": "^1.78.8", "bs58": "^4.0.1" }, diff --git a/packages/lazy-transactions-sdk/package.json b/packages/lazy-transactions-sdk/package.json index d195da043..c1683c713 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.0-alpha.4", + "version": "0.9.0-alpha.5", "description": "Interface to the lazy-transactions smart contract", "repository": { "type": "git", @@ -33,7 +33,7 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@helium/idls": "^0.9.0-alpha.1", - "@helium/spl-utils": "^0.9.0-alpha.4", + "@helium/spl-utils": "^0.9.0-alpha.5", "bn.js": "^5.2.0", "bs58": "^4.0.1", "js-sha3": "^0.8.0", diff --git a/packages/metadata-service/package.json b/packages/metadata-service/package.json index bb491afc6..062ae0e70 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.0-alpha.4", + "version": "0.9.0-alpha.5", "description": "Mint metadata of hotspots", "repository": { "type": "git", @@ -37,11 +37,11 @@ "@grpc/grpc-js": "^1.10.1", "@helium/account-fetch-cache": "^0.9.0-alpha.4", "@helium/address": "^4.10.2", - "@helium/data-credits-sdk": "^0.9.0-alpha.4", - "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.4", - "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.4", + "@helium/data-credits-sdk": "^0.9.0-alpha.5", + "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.5", + "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.5", "@helium/idls": "^0.9.0-alpha.1", - "@helium/spl-utils": "^0.9.0-alpha.4", + "@helium/spl-utils": "^0.9.0-alpha.5", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.8", diff --git a/packages/migration-service/package.json b/packages/migration-service/package.json index e57bfc528..e8f3845b3 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.0-alpha.4", + "version": "0.9.0-alpha.5", "description": "Migration of state from helium", "repository": { "type": "git", @@ -39,14 +39,14 @@ "@helium/address": "^4.10.2", "@helium/circuit-breaker-sdk": "^0.9.0-alpha.2", "@helium/crypto": "^4.10.2", - "@helium/data-credits-sdk": "^0.9.0-alpha.4", - "@helium/distributor-oracle": "^0.9.0-alpha.4", - "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.4", - "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.4", + "@helium/data-credits-sdk": "^0.9.0-alpha.5", + "@helium/distributor-oracle": "^0.9.0-alpha.5", + "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.5", + "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.5", "@helium/lazy-distributor-sdk": "^0.9.0-alpha.3", - "@helium/lazy-transactions-sdk": "^0.9.0-alpha.4", + "@helium/lazy-transactions-sdk": "^0.9.0-alpha.5", "@helium/treasury-management-sdk": "^0.9.0-alpha.3", - "@helium/voter-stake-registry-sdk": "^0.9.0-alpha.4", + "@helium/voter-stake-registry-sdk": "^0.9.0-alpha.5", "@metaplex-foundation/mpl-token-metadata": "^2.10.0", "@project-serum/borsh": "^0.2.5", "@solana/buffer-layout": "^4.0.0", diff --git a/packages/mobile-entity-manager-sdk/package.json b/packages/mobile-entity-manager-sdk/package.json index 0fd222eeb..37a06fff8 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.0-alpha.4", + "version": "0.9.0-alpha.5", "description": "Interface to the mobile-entity-manager smart contract", "repository": { "type": "git", @@ -33,7 +33,7 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@helium/anchor-resolvers": "^0.9.0-alpha.1", - "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.4", + "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.5", "@helium/idls": "^0.9.0-alpha.1", "bn.js": "^5.2.0", "bs58": "^4.0.1" diff --git a/packages/monitor-service/package.json b/packages/monitor-service/package.json index 3ebe3b6d3..b883693f2 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.0-alpha.4", + "version": "0.9.0-alpha.5", "description": "Prometheus monitoring of important accounts on Solana", "repository": { "type": "git", @@ -35,14 +35,14 @@ "@coral-xyz/anchor": "^0.28.0", "@helium/account-fetch-cache": "^0.9.0-alpha.4", "@helium/circuit-breaker-sdk": "^0.9.0-alpha.2", - "@helium/data-credits-sdk": "^0.9.0-alpha.4", - "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.4", - "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.4", + "@helium/data-credits-sdk": "^0.9.0-alpha.5", + "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.5", + "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.5", "@helium/idls": "^0.9.0-alpha.1", "@helium/lazy-distributor-sdk": "^0.9.0-alpha.3", - "@helium/lazy-transactions-sdk": "^0.9.0-alpha.4", + "@helium/lazy-transactions-sdk": "^0.9.0-alpha.5", "@helium/price-oracle-sdk": "^0.9.0-alpha.2", - "@helium/spl-utils": "^0.9.0-alpha.4", + "@helium/spl-utils": "^0.9.0-alpha.5", "@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/spl-utils/package.json b/packages/spl-utils/package.json index 1096f9802..9ed617b98 100644 --- a/packages/spl-utils/package.json +++ b/packages/spl-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/spl-utils", - "version": "0.9.0-alpha.4", + "version": "0.9.0-alpha.5", "description": "Utils shared across spl suite", "publishConfig": { "access": "public", diff --git a/packages/tokens-to-rent-service/package.json b/packages/tokens-to-rent-service/package.json index 76d5877f5..65f355a1b 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.0-alpha.4", + "version": "0.9.0-alpha.5", "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", @@ -36,7 +36,7 @@ "@fastify/cors": "^8.1.1", "@helium/account-fetch-cache": "^0.9.0-alpha.4", "@helium/address": "^4.10.2", - "@helium/spl-utils": "^0.9.0-alpha.4", + "@helium/spl-utils": "^0.9.0-alpha.5", "@jup-ag/api": "^6.0.6", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.8", diff --git a/packages/voter-stake-registry-hooks/package.json b/packages/voter-stake-registry-hooks/package.json index 39912b679..066e901ba 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.0-alpha.4", + "version": "0.9.0-alpha.5", "description": "React hooks for helium voter stake registry", "repository": { "type": "git", @@ -33,14 +33,14 @@ "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@helium/account-fetch-cache": "^0.9.0-alpha.4", - "@helium/account-fetch-cache-hooks": "^0.9.0-alpha.4", + "@helium/account-fetch-cache-hooks": "^0.9.0-alpha.5", "@helium/circuit-breaker-sdk": "^0.9.0-alpha.2", - "@helium/helium-react-hooks": "^0.9.0-alpha.4", - "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.4", + "@helium/helium-react-hooks": "^0.9.0-alpha.5", + "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.5", "@helium/modular-governance-hooks": "^0.0.8", "@helium/modular-governance-idls": "0.0.8-next.22+7098baa", - "@helium/spl-utils": "^0.9.0-alpha.4", - "@helium/voter-stake-registry-sdk": "^0.9.0-alpha.4", + "@helium/spl-utils": "^0.9.0-alpha.5", + "@helium/voter-stake-registry-sdk": "^0.9.0-alpha.5", "@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-sdk/package.json b/packages/voter-stake-registry-sdk/package.json index f9fee281c..fd0d355fc 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.0-alpha.4", + "version": "0.9.0-alpha.5", "description": "Interface to the voter-stake-registry smart contract", "repository": { "type": "git", @@ -35,7 +35,7 @@ "@helium/anchor-resolvers": "^0.9.0-alpha.1", "@helium/idls": "^0.9.0-alpha.1", "@helium/nft-proxy-sdk": "0.0.8-next.22+7098baa", - "@helium/spl-utils": "^0.9.0-alpha.4", + "@helium/spl-utils": "^0.9.0-alpha.5", "@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/package.json b/packages/vsr-metadata-service/package.json index 352f63375..4cd8752d3 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.0-alpha.4", + "version": "0.9.0-alpha.5", "description": "Mint metadata of vsr positions", "repository": { "type": "git", @@ -36,8 +36,8 @@ "@fastify/cors": "^8.1.1", "@helium/account-fetch-cache": "^0.9.0-alpha.4", "@helium/address": "^4.10.2", - "@helium/spl-utils": "^0.9.0-alpha.4", - "@helium/voter-stake-registry-sdk": "^0.9.0-alpha.4", + "@helium/spl-utils": "^0.9.0-alpha.5", + "@helium/voter-stake-registry-sdk": "^0.9.0-alpha.5", "@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 291e16d60..389a7f792 100644 --- a/yarn.lock +++ b/yarn.lock @@ -479,7 +479,7 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache-hooks@^0.9.0-alpha.4, @helium/account-fetch-cache-hooks@workspace:packages/account-fetch-cache-hooks": +"@helium/account-fetch-cache-hooks@^0.9.0-alpha.5, @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: @@ -667,22 +667,22 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/account-fetch-cache": ^0.9.0-alpha.4 - "@helium/distributor-oracle": ^0.9.0-alpha.4 + "@helium/distributor-oracle": ^0.9.0-alpha.5 "@helium/fanout-sdk": ^0.9.0-alpha.2 - "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.4 - "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.4 + "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.5 + "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.5 "@helium/idls": ^0.9.0-alpha.1 "@helium/lazy-distributor-sdk": ^0.9.0-alpha.3 - "@helium/mobile-entity-manager-sdk": ^0.9.0-alpha.4 + "@helium/mobile-entity-manager-sdk": ^0.9.0-alpha.5 "@helium/no-emit-sdk": ^0.9.0-alpha.1 "@helium/organization-sdk": ^0.0.8 "@helium/price-oracle-sdk": ^0.9.0-alpha.2 "@helium/proposal-sdk": ^0.0.8 "@helium/rewards-oracle-sdk": ^0.9.0-alpha.2 - "@helium/spl-utils": ^0.9.0-alpha.4 + "@helium/spl-utils": ^0.9.0-alpha.5 "@helium/state-controller-sdk": 0.0.8-next.22+7098baa "@helium/treasury-management-sdk": ^0.9.0-alpha.3 - "@helium/voter-stake-registry-sdk": ^0.9.0-alpha.4 + "@helium/voter-stake-registry-sdk": ^0.9.0-alpha.5 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 "@types/bn.js": ^5.1.0 @@ -731,14 +731,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/data-credits-sdk@^0.9.0-alpha.4, @helium/data-credits-sdk@workspace:packages/data-credits-sdk": +"@helium/data-credits-sdk@^0.9.0-alpha.5, @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.0-alpha.1 "@helium/circuit-breaker-sdk": ^0.9.0-alpha.2 - "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.4 + "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.5 "@helium/idls": ^0.9.0-alpha.1 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 @@ -751,7 +751,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/distributor-oracle@^0.9.0-alpha.4, @helium/distributor-oracle@workspace:packages/distributor-oracle": +"@helium/distributor-oracle@^0.9.0-alpha.5, @helium/distributor-oracle@workspace:packages/distributor-oracle": version: 0.0.0-use.local resolution: "@helium/distributor-oracle@workspace:packages/distributor-oracle" dependencies: @@ -759,12 +759,12 @@ __metadata: "@fastify/cors": ^8.1.1 "@helium/account-fetch-cache": ^0.9.0-alpha.4 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.4 - "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.4 + "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.5 + "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.5 "@helium/idls": ^0.9.0-alpha.1 "@helium/lazy-distributor-sdk": ^0.9.0-alpha.3 "@helium/rewards-oracle-sdk": ^0.9.0-alpha.2 - "@helium/spl-utils": ^0.9.0-alpha.4 + "@helium/spl-utils": ^0.9.0-alpha.5 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -798,8 +798,8 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/account-fetch-cache": ^0.9.0-alpha.4 - "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.4 - "@helium/spl-utils": ^0.9.0-alpha.4 + "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.5 + "@helium/spl-utils": ^0.9.0-alpha.5 "@solana/web3.js": ^1.78.8 "@types/bn.js": ^5.1.1 "@types/deep-equal": ^1.0.1 @@ -832,7 +832,7 @@ __metadata: "@helium/account-fetch-cache": ^0.9.0-alpha.4 "@helium/address": ^4.10.2 "@helium/fanout-sdk": ^0.9.0-alpha.2 - "@helium/spl-utils": ^0.9.0-alpha.4 + "@helium/spl-utils": ^0.9.0-alpha.5 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -873,7 +873,7 @@ __metadata: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 "@helium/idls": ^0.9.0-alpha.1 - "@helium/spl-utils": ^0.9.0-alpha.4 + "@helium/spl-utils": ^0.9.0-alpha.5 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 @@ -901,16 +901,16 @@ __metadata: "@helium/address": ^4.10.2 "@helium/circuit-breaker-sdk": ^0.9.0-alpha.2 "@helium/crypto": ^4.10.2 - "@helium/data-credits-sdk": ^0.9.0-alpha.4 - "@helium/distributor-oracle": ^0.9.0-alpha.4 + "@helium/data-credits-sdk": ^0.9.0-alpha.5 + "@helium/distributor-oracle": ^0.9.0-alpha.5 "@helium/fanout-sdk": ^0.9.0-alpha.2 - "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.4 - "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.4 + "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.5 + "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.5 "@helium/lazy-distributor-sdk": ^0.9.0-alpha.3 - "@helium/mobile-entity-manager-sdk": ^0.9.0-alpha.4 + "@helium/mobile-entity-manager-sdk": ^0.9.0-alpha.5 "@helium/nft-proxy-sdk": 0.0.8-next.22+7098baa "@helium/price-oracle-sdk": ^0.9.0-alpha.2 - "@helium/spl-utils": ^0.9.0-alpha.4 + "@helium/spl-utils": ^0.9.0-alpha.5 "@helium/treasury-management-sdk": ^0.9.0-alpha.3 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-governance": ^0.3.18 @@ -931,17 +931,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.9.0-alpha.4, @helium/helium-entity-manager-sdk@workspace:packages/helium-entity-manager-sdk": +"@helium/helium-entity-manager-sdk@^0.9.0-alpha.5, @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.0-alpha.1 - "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.4 + "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.5 "@helium/idls": ^0.9.0-alpha.1 "@helium/no-emit-sdk": ^0.9.0-alpha.1 - "@helium/spl-utils": ^0.9.0-alpha.4 + "@helium/spl-utils": ^0.9.0-alpha.5 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -954,13 +954,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-react-hooks@^0.9.0-alpha.4, @helium/helium-react-hooks@workspace:packages/helium-react-hooks": +"@helium/helium-react-hooks@^0.9.0-alpha.5, @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.0-alpha.4 - "@helium/account-fetch-cache-hooks": ^0.9.0-alpha.4 + "@helium/account-fetch-cache-hooks": ^0.9.0-alpha.5 "@solana/spl-token": ^0.3.8 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.8 @@ -997,7 +997,7 @@ __metadata: languageName: node linkType: hard -"@helium/helium-sub-daos-sdk@^0.9.0-alpha.4, @helium/helium-sub-daos-sdk@workspace:packages/helium-sub-daos-sdk": +"@helium/helium-sub-daos-sdk@^0.9.0-alpha.5, @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: @@ -1005,7 +1005,7 @@ __metadata: "@helium/anchor-resolvers": ^0.9.0-alpha.1 "@helium/circuit-breaker-sdk": ^0.9.0-alpha.2 "@helium/treasury-management-sdk": ^0.9.0-alpha.3 - "@helium/voter-stake-registry-sdk": ^0.9.0-alpha.4 + "@helium/voter-stake-registry-sdk": ^0.9.0-alpha.5 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1022,8 +1022,8 @@ __metadata: "@fastify/cors": ^8.1.1 "@fastify/static": ^6 "@helium/organization-sdk": ^0.0.5 - "@helium/spl-utils": ^0.9.0-alpha.4 - "@helium/voter-stake-registry-sdk": ^0.9.0-alpha.4 + "@helium/spl-utils": ^0.9.0-alpha.5 + "@helium/voter-stake-registry-sdk": ^0.9.0-alpha.5 "@solana/web3.js": ^1.78.8 "@types/bn.js": ^5.1.1 "@types/lodash": ^4.17.6 @@ -1048,7 +1048,7 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/anchor-resolvers": ^0.9.0-alpha.1 - "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.4 + "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.5 "@helium/idls": ^0.9.0-alpha.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -1064,10 +1064,10 @@ __metadata: resolution: "@helium/hotspot-utils@workspace:packages/hotspot-utils" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.4 - "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.4 + "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.5 + "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.5 "@helium/idls": ^0.9.0-alpha.1 - "@helium/spl-utils": ^0.9.0-alpha.4 + "@helium/spl-utils": ^0.9.0-alpha.5 "@solana/web3.js": ^1.78.8 bs58: ^4.0.1 languageName: unknown @@ -1116,13 +1116,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/lazy-transactions-sdk@^0.9.0-alpha.4, @helium/lazy-transactions-sdk@workspace:packages/lazy-transactions-sdk": +"@helium/lazy-transactions-sdk@^0.9.0-alpha.5, @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.0-alpha.1 - "@helium/spl-utils": ^0.9.0-alpha.4 + "@helium/spl-utils": ^0.9.0-alpha.5 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1143,11 +1143,11 @@ __metadata: "@grpc/grpc-js": ^1.10.1 "@helium/account-fetch-cache": ^0.9.0-alpha.4 "@helium/address": ^4.10.2 - "@helium/data-credits-sdk": ^0.9.0-alpha.4 - "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.4 - "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.4 + "@helium/data-credits-sdk": ^0.9.0-alpha.5 + "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.5 + "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.5 "@helium/idls": ^0.9.0-alpha.1 - "@helium/spl-utils": ^0.9.0-alpha.4 + "@helium/spl-utils": ^0.9.0-alpha.5 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 @@ -1185,14 +1185,14 @@ __metadata: "@helium/address": ^4.10.2 "@helium/circuit-breaker-sdk": ^0.9.0-alpha.2 "@helium/crypto": ^4.10.2 - "@helium/data-credits-sdk": ^0.9.0-alpha.4 - "@helium/distributor-oracle": ^0.9.0-alpha.4 - "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.4 - "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.4 + "@helium/data-credits-sdk": ^0.9.0-alpha.5 + "@helium/distributor-oracle": ^0.9.0-alpha.5 + "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.5 + "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.5 "@helium/lazy-distributor-sdk": ^0.9.0-alpha.3 - "@helium/lazy-transactions-sdk": ^0.9.0-alpha.4 + "@helium/lazy-transactions-sdk": ^0.9.0-alpha.5 "@helium/treasury-management-sdk": ^0.9.0-alpha.3 - "@helium/voter-stake-registry-sdk": ^0.9.0-alpha.4 + "@helium/voter-stake-registry-sdk": ^0.9.0-alpha.5 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@project-serum/borsh": ^0.2.5 "@solana/buffer-layout": ^4.0.0 @@ -1222,13 +1222,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/mobile-entity-manager-sdk@^0.9.0-alpha.4, @helium/mobile-entity-manager-sdk@workspace:packages/mobile-entity-manager-sdk": +"@helium/mobile-entity-manager-sdk@^0.9.0-alpha.5, @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.0-alpha.1 - "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.4 + "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.5 "@helium/idls": ^0.9.0-alpha.1 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 @@ -1295,14 +1295,14 @@ __metadata: "@coral-xyz/anchor": ^0.28.0 "@helium/account-fetch-cache": ^0.9.0-alpha.4 "@helium/circuit-breaker-sdk": ^0.9.0-alpha.2 - "@helium/data-credits-sdk": ^0.9.0-alpha.4 - "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.4 - "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.4 + "@helium/data-credits-sdk": ^0.9.0-alpha.5 + "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.5 + "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.5 "@helium/idls": ^0.9.0-alpha.1 "@helium/lazy-distributor-sdk": ^0.9.0-alpha.3 - "@helium/lazy-transactions-sdk": ^0.9.0-alpha.4 + "@helium/lazy-transactions-sdk": ^0.9.0-alpha.5 "@helium/price-oracle-sdk": ^0.9.0-alpha.2 - "@helium/spl-utils": ^0.9.0-alpha.4 + "@helium/spl-utils": ^0.9.0-alpha.5 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 @@ -1474,7 +1474,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.9.0-alpha.4, @helium/spl-utils@workspace:packages/spl-utils": +"@helium/spl-utils@^0.9.0-alpha.5, @helium/spl-utils@workspace:packages/spl-utils": version: 0.0.0-use.local resolution: "@helium/spl-utils@workspace:packages/spl-utils" dependencies: @@ -1532,7 +1532,7 @@ __metadata: "@fastify/cors": ^8.1.1 "@helium/account-fetch-cache": ^0.9.0-alpha.4 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.9.0-alpha.4 + "@helium/spl-utils": ^0.9.0-alpha.5 "@jup-ag/api": ^6.0.6 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 @@ -1585,14 +1585,14 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/account-fetch-cache": ^0.9.0-alpha.4 - "@helium/account-fetch-cache-hooks": ^0.9.0-alpha.4 + "@helium/account-fetch-cache-hooks": ^0.9.0-alpha.5 "@helium/circuit-breaker-sdk": ^0.9.0-alpha.2 - "@helium/helium-react-hooks": ^0.9.0-alpha.4 - "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.4 + "@helium/helium-react-hooks": ^0.9.0-alpha.5 + "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.5 "@helium/modular-governance-hooks": ^0.0.8 "@helium/modular-governance-idls": 0.0.8-next.22+7098baa - "@helium/spl-utils": ^0.9.0-alpha.4 - "@helium/voter-stake-registry-sdk": ^0.9.0-alpha.4 + "@helium/spl-utils": ^0.9.0-alpha.5 + "@helium/voter-stake-registry-sdk": ^0.9.0-alpha.5 "@solana/wallet-adapter-base": ^0.9.22 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.8 @@ -1609,7 +1609,7 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.9.0-alpha.4, @helium/voter-stake-registry-sdk@workspace:packages/voter-stake-registry-sdk": +"@helium/voter-stake-registry-sdk@^0.9.0-alpha.5, @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: @@ -1617,7 +1617,7 @@ __metadata: "@helium/anchor-resolvers": ^0.9.0-alpha.1 "@helium/idls": ^0.9.0-alpha.1 "@helium/nft-proxy-sdk": 0.0.8-next.22+7098baa - "@helium/spl-utils": ^0.9.0-alpha.4 + "@helium/spl-utils": ^0.9.0-alpha.5 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 @@ -1637,8 +1637,8 @@ __metadata: "@fastify/cors": ^8.1.1 "@helium/account-fetch-cache": ^0.9.0-alpha.4 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.9.0-alpha.4 - "@helium/voter-stake-registry-sdk": ^0.9.0-alpha.4 + "@helium/spl-utils": ^0.9.0-alpha.5 + "@helium/voter-stake-registry-sdk": ^0.9.0-alpha.5 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8