diff --git a/lerna.json b/lerna.json index 84e795909..a6353d7fc 100644 --- a/lerna.json +++ b/lerna.json @@ -1,8 +1,6 @@ { "npmClient": "yarn", - "packages": [ - "packages/*" - ], + "packages": ["packages/*"], "useWorkspaces": true, - "version": "0.8.2" + "version": "0.9.0-alpha.0" } diff --git a/packages/account-fetch-cache-hooks/package.json b/packages/account-fetch-cache-hooks/package.json index 908bf5602..9eb7f5713 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", + "@helium/account-fetch-cache": "^0.9.0-alpha.0", "@solana/web3.js": "^1.78.8", "react-async-hook": "^4.0.0" }, diff --git a/packages/account-fetch-cache/package.json b/packages/account-fetch-cache/package.json index cbe1ba2da..832b1fc55 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.8.2", + "version": "0.9.0-alpha.0", "description": "Solana account fetch cache to eliminate reduntant fetching, and batch fetches", "publishConfig": { "access": "public", diff --git a/packages/account-postgres-sink-service/package.json b/packages/account-postgres-sink-service/package.json index d4849a639..4f3164cdc 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", + "@helium/account-fetch-cache": "^0.9.0-alpha.0", "@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/package.json b/packages/active-device-oracle/package.json index f3a21ca89..cbb69d88a 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.8.2", + "version": "0.9.0-alpha.0", "description": "Oracle of helium active devices", "repository": { "type": "git", diff --git a/packages/anchor-resolvers/package.json b/packages/anchor-resolvers/package.json index 4c4c2e58d..20e638ab4 100644 --- a/packages/anchor-resolvers/package.json +++ b/packages/anchor-resolvers/package.json @@ -1,6 +1,6 @@ { "name": "@helium/anchor-resolvers", - "version": "0.8.2", + "version": "0.9.0-alpha.0", "description": "Wrappers around anchor custom resolvers to make composition easier", "publishConfig": { "access": "public", diff --git a/packages/circuit-breaker-sdk/package.json b/packages/circuit-breaker-sdk/package.json index 85071f24a..56456c79b 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", - "@helium/idls": "^0.8.2", + "@helium/anchor-resolvers": "^0.9.0-alpha.0", + "@helium/idls": "^0.9.0-alpha.0", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/crons/package.json b/packages/crons/package.json index 905a3ceef..be7624aef 100644 --- a/packages/crons/package.json +++ b/packages/crons/package.json @@ -1,6 +1,6 @@ { "name": "@helium/crons", - "version": "0.8.2", + "version": "0.9.0-alpha.0", "description": "scripts to run on a schedule", "private": true, "publishConfig": { @@ -32,23 +32,23 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.8.2", - "@helium/distributor-oracle": "^0.8.2", - "@helium/fanout-sdk": "^0.8.2", - "@helium/helium-entity-manager-sdk": "^0.8.2", - "@helium/helium-sub-daos-sdk": "^0.8.2", - "@helium/idls": "^0.8.2", - "@helium/lazy-distributor-sdk": "^0.8.2", - "@helium/mobile-entity-manager-sdk": "^0.8.2", - "@helium/no-emit-sdk": "^0.8.2", + "@helium/account-fetch-cache": "^0.9.0-alpha.0", + "@helium/distributor-oracle": "^0.9.0-alpha.0", + "@helium/fanout-sdk": "^0.9.0-alpha.0", + "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.0", + "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.0", + "@helium/idls": "^0.9.0-alpha.0", + "@helium/lazy-distributor-sdk": "^0.9.0-alpha.0", + "@helium/mobile-entity-manager-sdk": "^0.9.0-alpha.0", + "@helium/no-emit-sdk": "^0.9.0-alpha.0", "@helium/organization-sdk": "^0.0.8", - "@helium/price-oracle-sdk": "^0.8.2", + "@helium/price-oracle-sdk": "^0.9.0-alpha.0", "@helium/proposal-sdk": "^0.0.8", - "@helium/rewards-oracle-sdk": "^0.8.2", - "@helium/spl-utils": "^0.8.2", + "@helium/rewards-oracle-sdk": "^0.9.0-alpha.0", + "@helium/spl-utils": "^0.9.0-alpha.0", "@helium/state-controller-sdk": "0.0.8-next.19+4fa4c6b", - "@helium/treasury-management-sdk": "^0.8.2", - "@helium/voter-stake-registry-sdk": "^0.8.2", + "@helium/treasury-management-sdk": "^0.9.0-alpha.0", + "@helium/voter-stake-registry-sdk": "^0.9.0-alpha.0", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.8", "axios": "^1.3.6", diff --git a/packages/currency-utils/package.json b/packages/currency-utils/package.json index 0eb7404aa..17ee12d49 100644 --- a/packages/currency-utils/package.json +++ b/packages/currency-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/currency-utils", - "version": "0.8.2", + "version": "0.9.0-alpha.0", "description": "Currency utilities", "homepage": "https://github.com/helium/helium-program-library#readme", "publishConfig": { diff --git a/packages/data-credits-sdk/package.json b/packages/data-credits-sdk/package.json index bc28e476e..ebb855fd1 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", - "@helium/circuit-breaker-sdk": "^0.8.2", - "@helium/helium-sub-daos-sdk": "^0.8.2", - "@helium/idls": "^0.8.2", + "@helium/anchor-resolvers": "^0.9.0-alpha.0", + "@helium/circuit-breaker-sdk": "^0.9.0-alpha.0", + "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.0", + "@helium/idls": "^0.9.0-alpha.0", "bn.js": "^5.2.0", "bs58": "^4.0.1", "crypto-js": "^4.1.1" diff --git a/packages/distributor-oracle/package.json b/packages/distributor-oracle/package.json index d8fc2ee78..6ba2f841d 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", + "@helium/account-fetch-cache": "^0.9.0-alpha.0", "@helium/address": "^4.10.2", - "@helium/helium-entity-manager-sdk": "^0.8.2", - "@helium/helium-sub-daos-sdk": "^0.8.2", - "@helium/idls": "^0.8.2", - "@helium/lazy-distributor-sdk": "^0.8.2", - "@helium/rewards-oracle-sdk": "^0.8.2", - "@helium/spl-utils": "^0.8.2", + "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.0", + "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.0", + "@helium/idls": "^0.9.0-alpha.0", + "@helium/lazy-distributor-sdk": "^0.9.0-alpha.0", + "@helium/rewards-oracle-sdk": "^0.9.0-alpha.0", + "@helium/spl-utils": "^0.9.0-alpha.0", "@metaplex-foundation/mpl-bubblegum": "^0.7.0", "@solana/spl-token": "^0.3.8", "@types/sequelize": "^4.28.14", diff --git a/packages/docsite/package.json b/packages/docsite/package.json index 282a048e4..1b1edc4d2 100644 --- a/packages/docsite/package.json +++ b/packages/docsite/package.json @@ -1,6 +1,6 @@ { "name": "hpl-docs", - "version": "0.8.2", + "version": "0.9.0-alpha.0", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/entity-invalidator/package.json b/packages/entity-invalidator/package.json index 2b4a161f1..219f35ae5 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", - "@helium/helium-entity-manager-sdk": "^0.8.2", - "@helium/spl-utils": "^0.8.2", + "@helium/account-fetch-cache": "^0.9.0-alpha.0", + "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.0", + "@helium/spl-utils": "^0.9.0-alpha.0", "@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 0048a0aba..fd969b5e3 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", + "@helium/account-fetch-cache": "^0.9.0-alpha.0", "@helium/address": "^4.10.2", - "@helium/fanout-sdk": "^0.8.2", - "@helium/spl-utils": "^0.8.2", + "@helium/fanout-sdk": "^0.9.0-alpha.0", + "@helium/spl-utils": "^0.9.0-alpha.0", "@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/package.json b/packages/fanout-sdk/package.json index cf1da7588..458c5eddc 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", - "@helium/idls": "^0.8.2", + "@helium/anchor-resolvers": "^0.9.0-alpha.0", + "@helium/idls": "^0.9.0-alpha.0", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/faucet-service/package.json b/packages/faucet-service/package.json index 1b5de5e3f..62485078f 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", - "@helium/spl-utils": "^0.8.2", + "@helium/idls": "^0.9.0-alpha.0", + "@helium/spl-utils": "^0.9.0-alpha.0", "@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 2ba4000d7..973c2bb2f 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", + "@helium/circuit-breaker-sdk": "^0.9.0-alpha.0", "@helium/crypto": "^4.10.2", - "@helium/data-credits-sdk": "^0.8.2", - "@helium/distributor-oracle": "^0.8.2", - "@helium/fanout-sdk": "^0.8.2", - "@helium/helium-entity-manager-sdk": "^0.8.2", - "@helium/helium-sub-daos-sdk": "^0.8.2", - "@helium/lazy-distributor-sdk": "^0.8.2", - "@helium/mobile-entity-manager-sdk": "^0.8.2", + "@helium/data-credits-sdk": "^0.9.0-alpha.0", + "@helium/distributor-oracle": "^0.9.0-alpha.0", + "@helium/fanout-sdk": "^0.9.0-alpha.0", + "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.0", + "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.0", + "@helium/lazy-distributor-sdk": "^0.9.0-alpha.0", + "@helium/mobile-entity-manager-sdk": "^0.9.0-alpha.0", "@helium/nft-proxy-sdk": "0.0.8-next.19+4fa4c6b", - "@helium/price-oracle-sdk": "^0.8.2", - "@helium/spl-utils": "^0.8.2", - "@helium/treasury-management-sdk": "^0.8.2", + "@helium/price-oracle-sdk": "^0.9.0-alpha.0", + "@helium/spl-utils": "^0.9.0-alpha.0", + "@helium/treasury-management-sdk": "^0.9.0-alpha.0", "@solana/spl-account-compression": "^0.1.7", "@solana/spl-governance": "^0.3.18", "@solana/spl-token": "^0.3.8", diff --git a/packages/helium-entity-manager-sdk/package.json b/packages/helium-entity-manager-sdk/package.json index 98ef7ae1f..856eae25d 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", - "@helium/helium-sub-daos-sdk": "^0.8.2", - "@helium/idls": "^0.8.2", - "@helium/no-emit-sdk": "^0.8.2", - "@helium/spl-utils": "^0.8.2", + "@helium/anchor-resolvers": "^0.9.0-alpha.0", + "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.0", + "@helium/idls": "^0.9.0-alpha.0", + "@helium/no-emit-sdk": "^0.9.0-alpha.0", + "@helium/spl-utils": "^0.9.0-alpha.0", "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 2564ed2ef..b84dc5a1a 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.8.2", + "version": "0.9.0-alpha.0", "description": "React hooks for helium", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.28.0", - "@helium/account-fetch-cache": "^0.8.2", - "@helium/account-fetch-cache-hooks": "^0.8.2", + "@helium/account-fetch-cache": "^0.9.0-alpha.0", + "@helium/account-fetch-cache-hooks": "^0.9.0-alpha.0", "@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 0b27a5727..33dd611d2 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", - "@helium/circuit-breaker-sdk": "^0.8.2", - "@helium/treasury-management-sdk": "^0.8.2", - "@helium/voter-stake-registry-sdk": "^0.8.2", + "@helium/anchor-resolvers": "^0.9.0-alpha.0", + "@helium/circuit-breaker-sdk": "^0.9.0-alpha.0", + "@helium/treasury-management-sdk": "^0.9.0-alpha.0", + "@helium/voter-stake-registry-sdk": "^0.9.0-alpha.0", "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 0d095fb92..12d45c343 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", - "@helium/voter-stake-registry-sdk": "^0.8.2", + "@helium/spl-utils": "^0.9.0-alpha.0", + "@helium/voter-stake-registry-sdk": "^0.9.0-alpha.0", "@solana/web3.js": "^1.78.8", "dotenv": "^16.0.3", "fastify": "^4.13.0", diff --git a/packages/hexboosting-sdk/package.json b/packages/hexboosting-sdk/package.json index 043f43fda..87b91226c 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", - "@helium/helium-sub-daos-sdk": "^0.8.2", - "@helium/idls": "^0.8.2", + "@helium/anchor-resolvers": "^0.9.0-alpha.0", + "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.0", + "@helium/idls": "^0.9.0-alpha.0", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/hotspot-utils/package.json b/packages/hotspot-utils/package.json index c150ee945..ffc4b5913 100644 --- a/packages/hotspot-utils/package.json +++ b/packages/hotspot-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/hotspot-utils", - "version": "0.8.2", + "version": "0.9.0-alpha.0", "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.8.2", - "@helium/helium-sub-daos-sdk": "^0.8.2", - "@helium/idls": "^0.8.2", - "@helium/spl-utils": "^0.8.2", + "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.0", + "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.0", + "@helium/idls": "^0.9.0-alpha.0", + "@helium/spl-utils": "^0.9.0-alpha.0", "@solana/web3.js": "^1.78.8", "bs58": "^4.0.1" }, diff --git a/packages/idls/package.json b/packages/idls/package.json index 608422c9c..022e7aabd 100644 --- a/packages/idls/package.json +++ b/packages/idls/package.json @@ -1,6 +1,6 @@ { "name": "@helium/idls", - "version": "0.8.2", + "version": "0.9.0-alpha.0", "description": "Exported idls", "publishConfig": { "access": "public", diff --git a/packages/lazy-distributor-sdk/package.json b/packages/lazy-distributor-sdk/package.json index 6c9efa4f2..7eb7e583b 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", - "@helium/circuit-breaker-sdk": "^0.8.2", + "@helium/anchor-resolvers": "^0.9.0-alpha.0", + "@helium/circuit-breaker-sdk": "^0.9.0-alpha.0", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/lazy-transactions-sdk/package.json b/packages/lazy-transactions-sdk/package.json index ffd9411dd..51fcf2826 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", - "@helium/spl-utils": "^0.8.2", + "@helium/idls": "^0.9.0-alpha.0", + "@helium/spl-utils": "^0.9.0-alpha.0", "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 84191b730..f06e44adc 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", + "@helium/account-fetch-cache": "^0.9.0-alpha.0", "@helium/address": "^4.10.2", - "@helium/data-credits-sdk": "^0.8.2", - "@helium/helium-entity-manager-sdk": "^0.8.2", - "@helium/helium-sub-daos-sdk": "^0.8.2", - "@helium/idls": "^0.8.2", - "@helium/spl-utils": "^0.8.2", + "@helium/data-credits-sdk": "^0.9.0-alpha.0", + "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.0", + "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.0", + "@helium/idls": "^0.9.0-alpha.0", + "@helium/spl-utils": "^0.9.0-alpha.0", "@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 4a1397697..df947d65a 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", + "@helium/account-fetch-cache": "^0.9.0-alpha.0", "@helium/address": "^4.10.2", - "@helium/circuit-breaker-sdk": "^0.8.2", + "@helium/circuit-breaker-sdk": "^0.9.0-alpha.0", "@helium/crypto": "^4.10.2", - "@helium/data-credits-sdk": "^0.8.2", - "@helium/distributor-oracle": "^0.8.2", - "@helium/helium-entity-manager-sdk": "^0.8.2", - "@helium/helium-sub-daos-sdk": "^0.8.2", - "@helium/lazy-distributor-sdk": "^0.8.2", - "@helium/lazy-transactions-sdk": "^0.8.2", - "@helium/treasury-management-sdk": "^0.8.2", - "@helium/voter-stake-registry-sdk": "^0.8.2", + "@helium/data-credits-sdk": "^0.9.0-alpha.0", + "@helium/distributor-oracle": "^0.9.0-alpha.0", + "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.0", + "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.0", + "@helium/lazy-distributor-sdk": "^0.9.0-alpha.0", + "@helium/lazy-transactions-sdk": "^0.9.0-alpha.0", + "@helium/treasury-management-sdk": "^0.9.0-alpha.0", + "@helium/voter-stake-registry-sdk": "^0.9.0-alpha.0", "@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 4d294f255..d6d3042d8 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", - "@helium/helium-entity-manager-sdk": "^0.8.2", - "@helium/idls": "^0.8.2", + "@helium/anchor-resolvers": "^0.9.0-alpha.0", + "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.0", + "@helium/idls": "^0.9.0-alpha.0", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/monitor-service/package.json b/packages/monitor-service/package.json index 0b1ef4161..50c240f0a 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", - "@helium/circuit-breaker-sdk": "^0.8.2", - "@helium/data-credits-sdk": "^0.8.2", - "@helium/helium-entity-manager-sdk": "^0.8.2", - "@helium/helium-sub-daos-sdk": "^0.8.2", - "@helium/idls": "^0.8.2", - "@helium/lazy-distributor-sdk": "^0.8.2", - "@helium/lazy-transactions-sdk": "^0.8.2", - "@helium/price-oracle-sdk": "^0.8.2", - "@helium/spl-utils": "^0.8.2", + "@helium/account-fetch-cache": "^0.9.0-alpha.0", + "@helium/circuit-breaker-sdk": "^0.9.0-alpha.0", + "@helium/data-credits-sdk": "^0.9.0-alpha.0", + "@helium/helium-entity-manager-sdk": "^0.9.0-alpha.0", + "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.0", + "@helium/idls": "^0.9.0-alpha.0", + "@helium/lazy-distributor-sdk": "^0.9.0-alpha.0", + "@helium/lazy-transactions-sdk": "^0.9.0-alpha.0", + "@helium/price-oracle-sdk": "^0.9.0-alpha.0", + "@helium/spl-utils": "^0.9.0-alpha.0", "@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/no-emit-sdk/package.json b/packages/no-emit-sdk/package.json index 939120ff8..a8d4c81ee 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.8.2", + "version": "0.9.0-alpha.0", "description": "Interface to the rewards burn smart contract", "repository": { "type": "git", diff --git a/packages/price-oracle-sdk/package.json b/packages/price-oracle-sdk/package.json index 77a0c8ab8..fa60b8521 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", + "@helium/idls": "^0.9.0-alpha.0", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/rewards-oracle-faucet-service/package.json b/packages/rewards-oracle-faucet-service/package.json index 98c645ee9..2ca346ad2 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.8.2", + "version": "0.9.0-alpha.0", "description": "Receives requests from Helius webhooks", "repository": { "type": "git", diff --git a/packages/rewards-oracle-sdk/package.json b/packages/rewards-oracle-sdk/package.json index e72ed907e..d3c72d881 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", - "@helium/idls": "^0.8.2", + "@helium/anchor-resolvers": "^0.9.0-alpha.0", + "@helium/idls": "^0.9.0-alpha.0", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/spl-utils/package.json b/packages/spl-utils/package.json index ddf2c6c11..ce29453bb 100644 --- a/packages/spl-utils/package.json +++ b/packages/spl-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helium/spl-utils", - "version": "0.8.2", + "version": "0.9.0-alpha.0", "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.8.2", + "@helium/account-fetch-cache": "^0.9.0-alpha.0", "@helium/address": "^4.10.2", - "@helium/anchor-resolvers": "^0.8.2", + "@helium/anchor-resolvers": "^0.9.0-alpha.0", "@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/package.json b/packages/sus/package.json index b3dd2710e..d0430cef5 100644 --- a/packages/sus/package.json +++ b/packages/sus/package.json @@ -1,6 +1,6 @@ { "name": "@helium/sus", - "version": "0.8.2", + "version": "0.9.0-alpha.0", "description": "Transaction simulation sus checker", "publishConfig": { "access": "public", diff --git a/packages/tokens-to-rent-service/package.json b/packages/tokens-to-rent-service/package.json index f1b65ddf8..bfc295a8d 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", + "@helium/account-fetch-cache": "^0.9.0-alpha.0", "@helium/address": "^4.10.2", - "@helium/spl-utils": "^0.8.2", + "@helium/spl-utils": "^0.9.0-alpha.0", "@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/package.json b/packages/treasury-management-sdk/package.json index e3df39d59..af311eb60 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", - "@helium/circuit-breaker-sdk": "^0.8.2", - "@helium/idls": "^0.8.2", + "@helium/anchor-resolvers": "^0.9.0-alpha.0", + "@helium/circuit-breaker-sdk": "^0.9.0-alpha.0", + "@helium/idls": "^0.9.0-alpha.0", "bn.js": "^5.2.0", "bs58": "^4.0.1" }, diff --git a/packages/voter-stake-registry-hooks/package.json b/packages/voter-stake-registry-hooks/package.json index c0b3b0d50..9a18c962b 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", - "@helium/account-fetch-cache-hooks": "^0.8.2", - "@helium/circuit-breaker-sdk": "^0.8.2", - "@helium/helium-react-hooks": "^0.8.2", - "@helium/helium-sub-daos-sdk": "^0.8.2", + "@helium/account-fetch-cache": "^0.9.0-alpha.0", + "@helium/account-fetch-cache-hooks": "^0.9.0-alpha.0", + "@helium/circuit-breaker-sdk": "^0.9.0-alpha.0", + "@helium/helium-react-hooks": "^0.9.0-alpha.0", + "@helium/helium-sub-daos-sdk": "^0.9.0-alpha.0", "@helium/modular-governance-hooks": "^0.0.8", "@helium/modular-governance-idls": "0.0.8-next.19+4fa4c6b", - "@helium/spl-utils": "^0.8.2", - "@helium/voter-stake-registry-sdk": "^0.8.2", + "@helium/spl-utils": "^0.9.0-alpha.0", + "@helium/voter-stake-registry-sdk": "^0.9.0-alpha.0", "@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 f53fd752d..dd39d41f7 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", - "@helium/idls": "^0.8.2", + "@helium/anchor-resolvers": "^0.9.0-alpha.0", + "@helium/idls": "^0.9.0-alpha.0", "@helium/nft-proxy-sdk": "0.0.8-next.19+4fa4c6b", - "@helium/spl-utils": "^0.8.2", + "@helium/spl-utils": "^0.9.0-alpha.0", "@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 57b5250d1..878073d4b 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.8.2", + "version": "0.9.0-alpha.0", "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.8.2", + "@helium/account-fetch-cache": "^0.9.0-alpha.0", "@helium/address": "^4.10.2", - "@helium/spl-utils": "^0.8.2", - "@helium/voter-stake-registry-sdk": "^0.8.2", + "@helium/spl-utils": "^0.9.0-alpha.0", + "@helium/voter-stake-registry-sdk": "^0.9.0-alpha.0", "@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 744b1d41f..64827d616 100644 --- a/yarn.lock +++ b/yarn.lock @@ -479,11 +479,11 @@ __metadata: languageName: node linkType: hard -"@helium/account-fetch-cache-hooks@^0.8.2, @helium/account-fetch-cache-hooks@workspace:packages/account-fetch-cache-hooks": +"@helium/account-fetch-cache-hooks@^0.9.0-alpha.0, @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.8.2 + "@helium/account-fetch-cache": ^0.9.0-alpha.0 "@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.8.2, @helium/account-fetch-cache@workspace:packages/account-fetch-cache": +"@helium/account-fetch-cache@^0.9.0-alpha.0, @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.8.2 + "@helium/account-fetch-cache": ^0.9.0-alpha.0 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/web3.js": ^1.78.8 "@substreams/core": ^0.15.1 @@ -606,7 +606,7 @@ __metadata: languageName: node linkType: hard -"@helium/anchor-resolvers@^0.8.2, @helium/anchor-resolvers@workspace:packages/anchor-resolvers": +"@helium/anchor-resolvers@^0.9.0-alpha.0, @helium/anchor-resolvers@workspace:packages/anchor-resolvers": version: 0.0.0-use.local resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers" dependencies: @@ -644,13 +644,13 @@ __metadata: languageName: node linkType: hard -"@helium/circuit-breaker-sdk@^0.8.2, @helium/circuit-breaker-sdk@workspace:packages/circuit-breaker-sdk": +"@helium/circuit-breaker-sdk@^0.9.0-alpha.0, @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.8.2 - "@helium/idls": ^0.8.2 + "@helium/anchor-resolvers": ^0.9.0-alpha.0 + "@helium/idls": ^0.9.0-alpha.0 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -665,23 +665,23 @@ __metadata: resolution: "@helium/crons@workspace:packages/crons" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.8.2 - "@helium/distributor-oracle": ^0.8.2 - "@helium/fanout-sdk": ^0.8.2 - "@helium/helium-entity-manager-sdk": ^0.8.2 - "@helium/helium-sub-daos-sdk": ^0.8.2 - "@helium/idls": ^0.8.2 - "@helium/lazy-distributor-sdk": ^0.8.2 - "@helium/mobile-entity-manager-sdk": ^0.8.2 - "@helium/no-emit-sdk": ^0.8.2 + "@helium/account-fetch-cache": ^0.9.0-alpha.0 + "@helium/distributor-oracle": ^0.9.0-alpha.0 + "@helium/fanout-sdk": ^0.9.0-alpha.0 + "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.0 + "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.0 + "@helium/idls": ^0.9.0-alpha.0 + "@helium/lazy-distributor-sdk": ^0.9.0-alpha.0 + "@helium/mobile-entity-manager-sdk": ^0.9.0-alpha.0 + "@helium/no-emit-sdk": ^0.9.0-alpha.0 "@helium/organization-sdk": ^0.0.8 - "@helium/price-oracle-sdk": ^0.8.2 + "@helium/price-oracle-sdk": ^0.9.0-alpha.0 "@helium/proposal-sdk": ^0.0.8 - "@helium/rewards-oracle-sdk": ^0.8.2 - "@helium/spl-utils": ^0.8.2 + "@helium/rewards-oracle-sdk": ^0.9.0-alpha.0 + "@helium/spl-utils": ^0.9.0-alpha.0 "@helium/state-controller-sdk": 0.0.8-next.19+4fa4c6b - "@helium/treasury-management-sdk": ^0.8.2 - "@helium/voter-stake-registry-sdk": ^0.8.2 + "@helium/treasury-management-sdk": ^0.9.0-alpha.0 + "@helium/voter-stake-registry-sdk": ^0.9.0-alpha.0 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 "@types/bn.js": ^5.1.0 @@ -731,15 +731,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/data-credits-sdk@^0.8.2, @helium/data-credits-sdk@workspace:packages/data-credits-sdk": +"@helium/data-credits-sdk@^0.9.0-alpha.0, @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.8.2 - "@helium/circuit-breaker-sdk": ^0.8.2 - "@helium/helium-sub-daos-sdk": ^0.8.2 - "@helium/idls": ^0.8.2 + "@helium/anchor-resolvers": ^0.9.0-alpha.0 + "@helium/circuit-breaker-sdk": ^0.9.0-alpha.0 + "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.0 + "@helium/idls": ^0.9.0-alpha.0 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -751,20 +751,20 @@ __metadata: languageName: unknown linkType: soft -"@helium/distributor-oracle@^0.8.2, @helium/distributor-oracle@workspace:packages/distributor-oracle": +"@helium/distributor-oracle@^0.9.0-alpha.0, @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.8.2 + "@helium/account-fetch-cache": ^0.9.0-alpha.0 "@helium/address": ^4.10.2 - "@helium/helium-entity-manager-sdk": ^0.8.2 - "@helium/helium-sub-daos-sdk": ^0.8.2 - "@helium/idls": ^0.8.2 - "@helium/lazy-distributor-sdk": ^0.8.2 - "@helium/rewards-oracle-sdk": ^0.8.2 - "@helium/spl-utils": ^0.8.2 + "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.0 + "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.0 + "@helium/idls": ^0.9.0-alpha.0 + "@helium/lazy-distributor-sdk": ^0.9.0-alpha.0 + "@helium/rewards-oracle-sdk": ^0.9.0-alpha.0 + "@helium/spl-utils": ^0.9.0-alpha.0 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@solana/spl-token": ^0.3.8 "@types/bs58": ^4.0.1 @@ -797,9 +797,9 @@ __metadata: resolution: "@helium/entity-invalidator@workspace:packages/entity-invalidator" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.8.2 - "@helium/helium-entity-manager-sdk": ^0.8.2 - "@helium/spl-utils": ^0.8.2 + "@helium/account-fetch-cache": ^0.9.0-alpha.0 + "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.0 + "@helium/spl-utils": ^0.9.0-alpha.0 "@solana/web3.js": ^1.78.8 "@types/bn.js": ^5.1.1 "@types/deep-equal": ^1.0.1 @@ -829,10 +829,10 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.8.2 + "@helium/account-fetch-cache": ^0.9.0-alpha.0 "@helium/address": ^4.10.2 - "@helium/fanout-sdk": ^0.8.2 - "@helium/spl-utils": ^0.8.2 + "@helium/fanout-sdk": ^0.9.0-alpha.0 + "@helium/spl-utils": ^0.9.0-alpha.0 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -850,13 +850,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/fanout-sdk@^0.8.2, @helium/fanout-sdk@workspace:packages/fanout-sdk": +"@helium/fanout-sdk@^0.9.0-alpha.0, @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.8.2 - "@helium/idls": ^0.8.2 + "@helium/anchor-resolvers": ^0.9.0-alpha.0 + "@helium/idls": ^0.9.0-alpha.0 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -872,8 +872,8 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/idls": ^0.8.2 - "@helium/spl-utils": ^0.8.2 + "@helium/idls": ^0.9.0-alpha.0 + "@helium/spl-utils": ^0.9.0-alpha.0 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 @@ -899,19 +899,19 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@helium/address": ^4.10.2 - "@helium/circuit-breaker-sdk": ^0.8.2 + "@helium/circuit-breaker-sdk": ^0.9.0-alpha.0 "@helium/crypto": ^4.10.2 - "@helium/data-credits-sdk": ^0.8.2 - "@helium/distributor-oracle": ^0.8.2 - "@helium/fanout-sdk": ^0.8.2 - "@helium/helium-entity-manager-sdk": ^0.8.2 - "@helium/helium-sub-daos-sdk": ^0.8.2 - "@helium/lazy-distributor-sdk": ^0.8.2 - "@helium/mobile-entity-manager-sdk": ^0.8.2 + "@helium/data-credits-sdk": ^0.9.0-alpha.0 + "@helium/distributor-oracle": ^0.9.0-alpha.0 + "@helium/fanout-sdk": ^0.9.0-alpha.0 + "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.0 + "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.0 + "@helium/lazy-distributor-sdk": ^0.9.0-alpha.0 + "@helium/mobile-entity-manager-sdk": ^0.9.0-alpha.0 "@helium/nft-proxy-sdk": 0.0.8-next.19+4fa4c6b - "@helium/price-oracle-sdk": ^0.8.2 - "@helium/spl-utils": ^0.8.2 - "@helium/treasury-management-sdk": ^0.8.2 + "@helium/price-oracle-sdk": ^0.9.0-alpha.0 + "@helium/spl-utils": ^0.9.0-alpha.0 + "@helium/treasury-management-sdk": ^0.9.0-alpha.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-governance": ^0.3.18 "@solana/spl-token": ^0.3.8 @@ -931,17 +931,17 @@ __metadata: languageName: unknown linkType: soft -"@helium/helium-entity-manager-sdk@^0.8.2, @helium/helium-entity-manager-sdk@workspace:packages/helium-entity-manager-sdk": +"@helium/helium-entity-manager-sdk@^0.9.0-alpha.0, @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.8.2 - "@helium/helium-sub-daos-sdk": ^0.8.2 - "@helium/idls": ^0.8.2 - "@helium/no-emit-sdk": ^0.8.2 - "@helium/spl-utils": ^0.8.2 + "@helium/anchor-resolvers": ^0.9.0-alpha.0 + "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.0 + "@helium/idls": ^0.9.0-alpha.0 + "@helium/no-emit-sdk": ^0.9.0-alpha.0 + "@helium/spl-utils": ^0.9.0-alpha.0 "@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.8.2, @helium/helium-react-hooks@workspace:packages/helium-react-hooks": +"@helium/helium-react-hooks@^0.9.0-alpha.0, @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.8.2 - "@helium/account-fetch-cache-hooks": ^0.8.2 + "@helium/account-fetch-cache": ^0.9.0-alpha.0 + "@helium/account-fetch-cache-hooks": ^0.9.0-alpha.0 "@solana/spl-token": ^0.3.8 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.8 @@ -997,15 +997,15 @@ __metadata: languageName: node linkType: hard -"@helium/helium-sub-daos-sdk@^0.8.2, @helium/helium-sub-daos-sdk@workspace:packages/helium-sub-daos-sdk": +"@helium/helium-sub-daos-sdk@^0.9.0-alpha.0, @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.8.2 - "@helium/circuit-breaker-sdk": ^0.8.2 - "@helium/treasury-management-sdk": ^0.8.2 - "@helium/voter-stake-registry-sdk": ^0.8.2 + "@helium/anchor-resolvers": ^0.9.0-alpha.0 + "@helium/circuit-breaker-sdk": ^0.9.0-alpha.0 + "@helium/treasury-management-sdk": ^0.9.0-alpha.0 + "@helium/voter-stake-registry-sdk": ^0.9.0-alpha.0 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.8.2 - "@helium/voter-stake-registry-sdk": ^0.8.2 + "@helium/spl-utils": ^0.9.0-alpha.0 + "@helium/voter-stake-registry-sdk": ^0.9.0-alpha.0 "@solana/web3.js": ^1.78.8 "@types/bn.js": ^5.1.1 dotenv: ^16.0.3 @@ -1043,9 +1043,9 @@ __metadata: resolution: "@helium/hexboosting-sdk@workspace:packages/hexboosting-sdk" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/anchor-resolvers": ^0.8.2 - "@helium/helium-sub-daos-sdk": ^0.8.2 - "@helium/idls": ^0.8.2 + "@helium/anchor-resolvers": ^0.9.0-alpha.0 + "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.0 + "@helium/idls": ^0.9.0-alpha.0 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1060,16 +1060,16 @@ __metadata: resolution: "@helium/hotspot-utils@workspace:packages/hotspot-utils" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/helium-entity-manager-sdk": ^0.8.2 - "@helium/helium-sub-daos-sdk": ^0.8.2 - "@helium/idls": ^0.8.2 - "@helium/spl-utils": ^0.8.2 + "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.0 + "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.0 + "@helium/idls": ^0.9.0-alpha.0 + "@helium/spl-utils": ^0.9.0-alpha.0 "@solana/web3.js": ^1.78.8 bs58: ^4.0.1 languageName: unknown linkType: soft -"@helium/idls@^0.8.2, @helium/idls@workspace:packages/idls": +"@helium/idls@^0.9.0-alpha.0, @helium/idls@workspace:packages/idls": version: 0.0.0-use.local resolution: "@helium/idls@workspace:packages/idls" dependencies: @@ -1096,13 +1096,13 @@ __metadata: languageName: node linkType: hard -"@helium/lazy-distributor-sdk@^0.8.2, @helium/lazy-distributor-sdk@workspace:packages/lazy-distributor-sdk": +"@helium/lazy-distributor-sdk@^0.9.0-alpha.0, @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.8.2 - "@helium/circuit-breaker-sdk": ^0.8.2 + "@helium/anchor-resolvers": ^0.9.0-alpha.0 + "@helium/circuit-breaker-sdk": ^0.9.0-alpha.0 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1112,13 +1112,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/lazy-transactions-sdk@^0.8.2, @helium/lazy-transactions-sdk@workspace:packages/lazy-transactions-sdk": +"@helium/lazy-transactions-sdk@^0.9.0-alpha.0, @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.8.2 - "@helium/spl-utils": ^0.8.2 + "@helium/idls": ^0.9.0-alpha.0 + "@helium/spl-utils": ^0.9.0-alpha.0 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1137,13 +1137,13 @@ __metadata: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 "@grpc/grpc-js": ^1.10.1 - "@helium/account-fetch-cache": ^0.8.2 + "@helium/account-fetch-cache": ^0.9.0-alpha.0 "@helium/address": ^4.10.2 - "@helium/data-credits-sdk": ^0.8.2 - "@helium/helium-entity-manager-sdk": ^0.8.2 - "@helium/helium-sub-daos-sdk": ^0.8.2 - "@helium/idls": ^0.8.2 - "@helium/spl-utils": ^0.8.2 + "@helium/data-credits-sdk": ^0.9.0-alpha.0 + "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.0 + "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.0 + "@helium/idls": ^0.9.0-alpha.0 + "@helium/spl-utils": ^0.9.0-alpha.0 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 @@ -1177,18 +1177,18 @@ __metadata: "@clockwork-xyz/sdk": ^0.3.0 "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.8.2 + "@helium/account-fetch-cache": ^0.9.0-alpha.0 "@helium/address": ^4.10.2 - "@helium/circuit-breaker-sdk": ^0.8.2 + "@helium/circuit-breaker-sdk": ^0.9.0-alpha.0 "@helium/crypto": ^4.10.2 - "@helium/data-credits-sdk": ^0.8.2 - "@helium/distributor-oracle": ^0.8.2 - "@helium/helium-entity-manager-sdk": ^0.8.2 - "@helium/helium-sub-daos-sdk": ^0.8.2 - "@helium/lazy-distributor-sdk": ^0.8.2 - "@helium/lazy-transactions-sdk": ^0.8.2 - "@helium/treasury-management-sdk": ^0.8.2 - "@helium/voter-stake-registry-sdk": ^0.8.2 + "@helium/data-credits-sdk": ^0.9.0-alpha.0 + "@helium/distributor-oracle": ^0.9.0-alpha.0 + "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.0 + "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.0 + "@helium/lazy-distributor-sdk": ^0.9.0-alpha.0 + "@helium/lazy-transactions-sdk": ^0.9.0-alpha.0 + "@helium/treasury-management-sdk": ^0.9.0-alpha.0 + "@helium/voter-stake-registry-sdk": ^0.9.0-alpha.0 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@project-serum/borsh": ^0.2.5 "@solana/buffer-layout": ^4.0.0 @@ -1218,14 +1218,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/mobile-entity-manager-sdk@^0.8.2, @helium/mobile-entity-manager-sdk@workspace:packages/mobile-entity-manager-sdk": +"@helium/mobile-entity-manager-sdk@^0.9.0-alpha.0, @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.8.2 - "@helium/helium-entity-manager-sdk": ^0.8.2 - "@helium/idls": ^0.8.2 + "@helium/anchor-resolvers": ^0.9.0-alpha.0 + "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.0 + "@helium/idls": ^0.9.0-alpha.0 "@types/crypto-js": ^4.1.1 bn.js: ^5.2.0 bs58: ^4.0.1 @@ -1289,16 +1289,16 @@ __metadata: resolution: "@helium/monitor-service@workspace:packages/monitor-service" dependencies: "@coral-xyz/anchor": ^0.28.0 - "@helium/account-fetch-cache": ^0.8.2 - "@helium/circuit-breaker-sdk": ^0.8.2 - "@helium/data-credits-sdk": ^0.8.2 - "@helium/helium-entity-manager-sdk": ^0.8.2 - "@helium/helium-sub-daos-sdk": ^0.8.2 - "@helium/idls": ^0.8.2 - "@helium/lazy-distributor-sdk": ^0.8.2 - "@helium/lazy-transactions-sdk": ^0.8.2 - "@helium/price-oracle-sdk": ^0.8.2 - "@helium/spl-utils": ^0.8.2 + "@helium/account-fetch-cache": ^0.9.0-alpha.0 + "@helium/circuit-breaker-sdk": ^0.9.0-alpha.0 + "@helium/data-credits-sdk": ^0.9.0-alpha.0 + "@helium/helium-entity-manager-sdk": ^0.9.0-alpha.0 + "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.0 + "@helium/idls": ^0.9.0-alpha.0 + "@helium/lazy-distributor-sdk": ^0.9.0-alpha.0 + "@helium/lazy-transactions-sdk": ^0.9.0-alpha.0 + "@helium/price-oracle-sdk": ^0.9.0-alpha.0 + "@helium/spl-utils": ^0.9.0-alpha.0 "@metaplex-foundation/mpl-bubblegum": ^0.7.0 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 @@ -1337,7 +1337,7 @@ __metadata: languageName: node linkType: hard -"@helium/no-emit-sdk@^0.8.2, @helium/no-emit-sdk@workspace:packages/no-emit-sdk": +"@helium/no-emit-sdk@^0.9.0-alpha.0, @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: @@ -1377,12 +1377,12 @@ __metadata: languageName: node linkType: hard -"@helium/price-oracle-sdk@^0.8.2, @helium/price-oracle-sdk@workspace:packages/price-oracle-sdk": +"@helium/price-oracle-sdk@^0.9.0-alpha.0, @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.8.2 + "@helium/idls": ^0.9.0-alpha.0 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1454,13 +1454,13 @@ __metadata: languageName: unknown linkType: soft -"@helium/rewards-oracle-sdk@^0.8.2, @helium/rewards-oracle-sdk@workspace:packages/rewards-oracle-sdk": +"@helium/rewards-oracle-sdk@^0.9.0-alpha.0, @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.8.2 - "@helium/idls": ^0.8.2 + "@helium/anchor-resolvers": ^0.9.0-alpha.0 + "@helium/idls": ^0.9.0-alpha.0 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1470,14 +1470,14 @@ __metadata: languageName: unknown linkType: soft -"@helium/spl-utils@^0.8.2, @helium/spl-utils@workspace:packages/spl-utils": +"@helium/spl-utils@^0.9.0-alpha.0, @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.8.2 + "@helium/account-fetch-cache": ^0.9.0-alpha.0 "@helium/address": ^4.10.2 - "@helium/anchor-resolvers": ^0.8.2 + "@helium/anchor-resolvers": ^0.9.0-alpha.0 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8 @@ -1526,9 +1526,9 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.8.2 + "@helium/account-fetch-cache": ^0.9.0-alpha.0 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.8.2 + "@helium/spl-utils": ^0.9.0-alpha.0 "@jup-ag/api": ^6.0.6 "@solana/spl-token": ^0.3.8 "@solana/web3.js": ^1.78.8 @@ -1558,14 +1558,14 @@ __metadata: languageName: node linkType: hard -"@helium/treasury-management-sdk@^0.8.2, @helium/treasury-management-sdk@workspace:packages/treasury-management-sdk": +"@helium/treasury-management-sdk@^0.9.0-alpha.0, @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.8.2 - "@helium/circuit-breaker-sdk": ^0.8.2 - "@helium/idls": ^0.8.2 + "@helium/anchor-resolvers": ^0.9.0-alpha.0 + "@helium/circuit-breaker-sdk": ^0.9.0-alpha.0 + "@helium/idls": ^0.9.0-alpha.0 bn.js: ^5.2.0 bs58: ^4.0.1 git-format-staged: ^2.1.3 @@ -1580,15 +1580,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.8.2 - "@helium/account-fetch-cache-hooks": ^0.8.2 - "@helium/circuit-breaker-sdk": ^0.8.2 - "@helium/helium-react-hooks": ^0.8.2 - "@helium/helium-sub-daos-sdk": ^0.8.2 + "@helium/account-fetch-cache": ^0.9.0-alpha.0 + "@helium/account-fetch-cache-hooks": ^0.9.0-alpha.0 + "@helium/circuit-breaker-sdk": ^0.9.0-alpha.0 + "@helium/helium-react-hooks": ^0.9.0-alpha.0 + "@helium/helium-sub-daos-sdk": ^0.9.0-alpha.0 "@helium/modular-governance-hooks": ^0.0.8 "@helium/modular-governance-idls": 0.0.8-next.19+4fa4c6b - "@helium/spl-utils": ^0.8.2 - "@helium/voter-stake-registry-sdk": ^0.8.2 + "@helium/spl-utils": ^0.9.0-alpha.0 + "@helium/voter-stake-registry-sdk": ^0.9.0-alpha.0 "@solana/wallet-adapter-base": ^0.9.22 "@solana/wallet-adapter-react": ^0.15.32 "@solana/web3.js": ^1.78.8 @@ -1605,15 +1605,15 @@ __metadata: languageName: unknown linkType: soft -"@helium/voter-stake-registry-sdk@^0.8.2, @helium/voter-stake-registry-sdk@workspace:packages/voter-stake-registry-sdk": +"@helium/voter-stake-registry-sdk@^0.9.0-alpha.0, @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.8.2 - "@helium/idls": ^0.8.2 + "@helium/anchor-resolvers": ^0.9.0-alpha.0 + "@helium/idls": ^0.9.0-alpha.0 "@helium/nft-proxy-sdk": 0.0.8-next.19+4fa4c6b - "@helium/spl-utils": ^0.8.2 + "@helium/spl-utils": ^0.9.0-alpha.0 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-token": ^0.3.8 bn.js: ^5.2.0 @@ -1631,10 +1631,10 @@ __metadata: dependencies: "@coral-xyz/anchor": ^0.28.0 "@fastify/cors": ^8.1.1 - "@helium/account-fetch-cache": ^0.8.2 + "@helium/account-fetch-cache": ^0.9.0-alpha.0 "@helium/address": ^4.10.2 - "@helium/spl-utils": ^0.8.2 - "@helium/voter-stake-registry-sdk": ^0.8.2 + "@helium/spl-utils": ^0.9.0-alpha.0 + "@helium/voter-stake-registry-sdk": ^0.9.0-alpha.0 "@metaplex-foundation/mpl-token-metadata": ^2.10.0 "@solana/spl-account-compression": ^0.1.7 "@solana/spl-token": ^0.3.8