Skip to content

Commit

Permalink
v0.9.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Jul 3, 2024
1 parent da2892a commit f49cdf2
Show file tree
Hide file tree
Showing 33 changed files with 210 additions and 210 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"npmClient": "yarn",
"packages": ["packages/*"],
"useWorkspaces": true,
"version": "0.9.0-alpha.1"
"version": "0.9.0-alpha.2"
}
2 changes: 1 addition & 1 deletion packages/account-fetch-cache-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"version": "0.9.0-alpha.1",
"version": "0.9.0-alpha.2",
"description": "React hooks and context for account-fetch-cache",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/account-postgres-sink-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"version": "0.9.0-alpha.1",
"version": "0.9.0-alpha.2",
"description": "Sync account data to postgres",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/circuit-breaker-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"version": "0.9.0-alpha.1",
"version": "0.9.0-alpha.2",
"description": "Interface to the circuit breaker smart contract",
"repository": {
"type": "git",
Expand Down
24 changes: 12 additions & 12 deletions packages/crons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helium/crons",
"version": "0.9.0-alpha.1",
"version": "0.9.0-alpha.2",
"description": "scripts to run on a schedule",
"private": true,
"publishConfig": {
Expand Down Expand Up @@ -33,22 +33,22 @@
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@helium/account-fetch-cache": "^0.9.0-alpha.1",
"@helium/distributor-oracle": "^0.9.0-alpha.1",
"@helium/fanout-sdk": "^0.9.0-alpha.1",
"@helium/helium-entity-manager-sdk": "^0.9.0-alpha.1",
"@helium/helium-sub-daos-sdk": "^0.9.0-alpha.1",
"@helium/distributor-oracle": "^0.9.0-alpha.2",
"@helium/fanout-sdk": "^0.9.0-alpha.2",
"@helium/helium-entity-manager-sdk": "^0.9.0-alpha.2",
"@helium/helium-sub-daos-sdk": "^0.9.0-alpha.2",
"@helium/idls": "^0.9.0-alpha.1",
"@helium/lazy-distributor-sdk": "^0.9.0-alpha.1",
"@helium/mobile-entity-manager-sdk": "^0.9.0-alpha.1",
"@helium/lazy-distributor-sdk": "^0.9.0-alpha.2",
"@helium/mobile-entity-manager-sdk": "^0.9.0-alpha.2",
"@helium/no-emit-sdk": "^0.9.0-alpha.1",
"@helium/organization-sdk": "^0.0.8",
"@helium/price-oracle-sdk": "^0.9.0-alpha.1",
"@helium/price-oracle-sdk": "^0.9.0-alpha.2",
"@helium/proposal-sdk": "^0.0.8",
"@helium/rewards-oracle-sdk": "^0.9.0-alpha.1",
"@helium/spl-utils": "^0.9.0-alpha.1",
"@helium/rewards-oracle-sdk": "^0.9.0-alpha.2",
"@helium/spl-utils": "^0.9.0-alpha.2",
"@helium/state-controller-sdk": "0.0.8-next.19+4fa4c6b",
"@helium/treasury-management-sdk": "^0.9.0-alpha.1",
"@helium/voter-stake-registry-sdk": "^0.9.0-alpha.1",
"@helium/treasury-management-sdk": "^0.9.0-alpha.2",
"@helium/voter-stake-registry-sdk": "^0.9.0-alpha.2",
"@solana/spl-token": "^0.3.8",
"@solana/web3.js": "^1.78.8",
"axios": "^1.3.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/data-credits-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"version": "0.9.0-alpha.1",
"version": "0.9.0-alpha.2",
"description": "Interface to the data-credits smart contract",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,8 +33,8 @@
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@helium/anchor-resolvers": "^0.9.0-alpha.1",
"@helium/circuit-breaker-sdk": "^0.9.0-alpha.1",
"@helium/helium-sub-daos-sdk": "^0.9.0-alpha.1",
"@helium/circuit-breaker-sdk": "^0.9.0-alpha.2",
"@helium/helium-sub-daos-sdk": "^0.9.0-alpha.2",
"@helium/idls": "^0.9.0-alpha.1",
"bn.js": "^5.2.0",
"bs58": "^4.0.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/distributor-oracle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"version": "0.9.0-alpha.1",
"version": "0.9.0-alpha.2",
"description": "Oracle server for the lazy distributor",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,12 +38,12 @@
"@fastify/cors": "^8.1.1",
"@helium/account-fetch-cache": "^0.9.0-alpha.1",
"@helium/address": "^4.10.2",
"@helium/helium-entity-manager-sdk": "^0.9.0-alpha.1",
"@helium/helium-sub-daos-sdk": "^0.9.0-alpha.1",
"@helium/helium-entity-manager-sdk": "^0.9.0-alpha.2",
"@helium/helium-sub-daos-sdk": "^0.9.0-alpha.2",
"@helium/idls": "^0.9.0-alpha.1",
"@helium/lazy-distributor-sdk": "^0.9.0-alpha.1",
"@helium/rewards-oracle-sdk": "^0.9.0-alpha.1",
"@helium/spl-utils": "^0.9.0-alpha.1",
"@helium/lazy-distributor-sdk": "^0.9.0-alpha.2",
"@helium/rewards-oracle-sdk": "^0.9.0-alpha.2",
"@helium/spl-utils": "^0.9.0-alpha.2",
"@metaplex-foundation/mpl-bubblegum": "^0.7.0",
"@solana/spl-token": "^0.3.8",
"@types/sequelize": "^4.28.14",
Expand Down
6 changes: 3 additions & 3 deletions packages/entity-invalidator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"version": "0.9.0-alpha.1",
"version": "0.9.0-alpha.2",
"description": "Sync account data to postgres",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,8 +34,8 @@
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@helium/account-fetch-cache": "^0.9.0-alpha.1",
"@helium/helium-entity-manager-sdk": "^0.9.0-alpha.1",
"@helium/spl-utils": "^0.9.0-alpha.1",
"@helium/helium-entity-manager-sdk": "^0.9.0-alpha.2",
"@helium/spl-utils": "^0.9.0-alpha.2",
"@solana/web3.js": "^1.78.8",
"aws-sdk": "^2.1344.0",
"bn.js": "^5.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/fanout-metadata-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"version": "0.9.0-alpha.1",
"version": "0.9.0-alpha.2",
"description": "Mint metadata of fanout positions",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,8 +36,8 @@
"@fastify/cors": "^8.1.1",
"@helium/account-fetch-cache": "^0.9.0-alpha.1",
"@helium/address": "^4.10.2",
"@helium/fanout-sdk": "^0.9.0-alpha.1",
"@helium/spl-utils": "^0.9.0-alpha.1",
"@helium/fanout-sdk": "^0.9.0-alpha.2",
"@helium/spl-utils": "^0.9.0-alpha.2",
"@metaplex-foundation/mpl-token-metadata": "^2.10.0",
"@solana/spl-account-compression": "^0.1.7",
"@solana/spl-token": "^0.3.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/fanout-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"version": "0.9.0-alpha.1",
"version": "0.9.0-alpha.2",
"description": "Interface to the fanout smart contract",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/faucet-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"version": "0.9.0-alpha.1",
"version": "0.9.0-alpha.2",
"description": "Faucet for devnet Helium tokens",
"repository": {
"type": "git",
Expand Down Expand Up @@ -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.1",
"@helium/spl-utils": "^0.9.0-alpha.2",
"@metaplex-foundation/mpl-token-metadata": "^2.10.0",
"@solana/spl-token": "^0.3.8",
"@solana/web3.js": "^1.78.8",
Expand Down
24 changes: 12 additions & 12 deletions packages/helium-admin-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"version": "0.9.0-alpha.1",
"version": "0.9.0-alpha.2",
"description": "CLI to bootstrap the network",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,19 +40,19 @@
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@helium/address": "^4.10.2",
"@helium/circuit-breaker-sdk": "^0.9.0-alpha.1",
"@helium/circuit-breaker-sdk": "^0.9.0-alpha.2",
"@helium/crypto": "^4.10.2",
"@helium/data-credits-sdk": "^0.9.0-alpha.1",
"@helium/distributor-oracle": "^0.9.0-alpha.1",
"@helium/fanout-sdk": "^0.9.0-alpha.1",
"@helium/helium-entity-manager-sdk": "^0.9.0-alpha.1",
"@helium/helium-sub-daos-sdk": "^0.9.0-alpha.1",
"@helium/lazy-distributor-sdk": "^0.9.0-alpha.1",
"@helium/mobile-entity-manager-sdk": "^0.9.0-alpha.1",
"@helium/data-credits-sdk": "^0.9.0-alpha.2",
"@helium/distributor-oracle": "^0.9.0-alpha.2",
"@helium/fanout-sdk": "^0.9.0-alpha.2",
"@helium/helium-entity-manager-sdk": "^0.9.0-alpha.2",
"@helium/helium-sub-daos-sdk": "^0.9.0-alpha.2",
"@helium/lazy-distributor-sdk": "^0.9.0-alpha.2",
"@helium/mobile-entity-manager-sdk": "^0.9.0-alpha.2",
"@helium/nft-proxy-sdk": "0.0.8-next.19+4fa4c6b",
"@helium/price-oracle-sdk": "^0.9.0-alpha.1",
"@helium/spl-utils": "^0.9.0-alpha.1",
"@helium/treasury-management-sdk": "^0.9.0-alpha.1",
"@helium/price-oracle-sdk": "^0.9.0-alpha.2",
"@helium/spl-utils": "^0.9.0-alpha.2",
"@helium/treasury-management-sdk": "^0.9.0-alpha.2",
"@solana/spl-account-compression": "^0.1.7",
"@solana/spl-governance": "^0.3.18",
"@solana/spl-token": "^0.3.8",
Expand Down
6 changes: 3 additions & 3 deletions packages/helium-entity-manager-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"version": "0.9.0-alpha.1",
"version": "0.9.0-alpha.2",
"description": "Interface to the helium-entity-manager smart contract",
"repository": {
"type": "git",
Expand Down Expand Up @@ -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.1",
"@helium/helium-sub-daos-sdk": "^0.9.0-alpha.2",
"@helium/idls": "^0.9.0-alpha.1",
"@helium/no-emit-sdk": "^0.9.0-alpha.1",
"@helium/spl-utils": "^0.9.0-alpha.1",
"@helium/spl-utils": "^0.9.0-alpha.2",
"bn.js": "^5.2.0",
"bs58": "^4.0.1",
"crypto-js": "^4.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/helium-react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"version": "0.9.0-alpha.1",
"version": "0.9.0-alpha.2",
"description": "React hooks for helium",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@helium/account-fetch-cache": "^0.9.0-alpha.1",
"@helium/account-fetch-cache-hooks": "^0.9.0-alpha.1",
"@helium/account-fetch-cache-hooks": "^0.9.0-alpha.2",
"@solana/spl-token": "^0.3.8",
"@solana/web3.js": "^1.78.8",
"bs58": "^4.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/helium-sub-daos-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"version": "0.9.0-alpha.1",
"version": "0.9.0-alpha.2",
"description": "Interface to the helium-sub-daos smart contract",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,9 +33,9 @@
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@helium/anchor-resolvers": "^0.9.0-alpha.1",
"@helium/circuit-breaker-sdk": "^0.9.0-alpha.1",
"@helium/treasury-management-sdk": "^0.9.0-alpha.1",
"@helium/voter-stake-registry-sdk": "^0.9.0-alpha.1",
"@helium/circuit-breaker-sdk": "^0.9.0-alpha.2",
"@helium/treasury-management-sdk": "^0.9.0-alpha.2",
"@helium/voter-stake-registry-sdk": "^0.9.0-alpha.2",
"bn.js": "^5.2.0",
"bs58": "^4.0.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/helium-vote-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"version": "0.9.0-alpha.1",
"version": "0.9.0-alpha.2",
"description": "API for helium vote",
"repository": {
"type": "git",
Expand Down Expand Up @@ -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.1",
"@helium/voter-stake-registry-sdk": "^0.9.0-alpha.1",
"@helium/spl-utils": "^0.9.0-alpha.2",
"@helium/voter-stake-registry-sdk": "^0.9.0-alpha.2",
"@solana/web3.js": "^1.78.8",
"aws-sdk": "^2.1650.0",
"dotenv": "^16.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/hexboosting-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"version": "0.9.0-alpha.1",
"version": "0.9.0-alpha.2",
"description": "Interface to the data-credits smart contract",
"repository": {
"type": "git",
Expand Down Expand Up @@ -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.1",
"@helium/helium-sub-daos-sdk": "^0.9.0-alpha.2",
"@helium/idls": "^0.9.0-alpha.1",
"bn.js": "^5.2.0",
"bs58": "^4.0.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/hotspot-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helium/hotspot-utils",
"version": "0.9.0-alpha.1",
"version": "0.9.0-alpha.2",
"description": "Utils for Hotspot interaction",
"homepage": "https://github.com/helium/helium-program-library#readme",
"publishConfig": {
Expand Down Expand Up @@ -29,10 +29,10 @@
},
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@helium/helium-entity-manager-sdk": "^0.9.0-alpha.1",
"@helium/helium-sub-daos-sdk": "^0.9.0-alpha.1",
"@helium/helium-entity-manager-sdk": "^0.9.0-alpha.2",
"@helium/helium-sub-daos-sdk": "^0.9.0-alpha.2",
"@helium/idls": "^0.9.0-alpha.1",
"@helium/spl-utils": "^0.9.0-alpha.1",
"@helium/spl-utils": "^0.9.0-alpha.2",
"@solana/web3.js": "^1.78.8",
"bs58": "^4.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/lazy-distributor-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"version": "0.9.0-alpha.1",
"version": "0.9.0-alpha.2",
"description": "Interface to the lazy-distributor smart contract",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@helium/anchor-resolvers": "^0.9.0-alpha.1",
"@helium/circuit-breaker-sdk": "^0.9.0-alpha.1",
"@helium/circuit-breaker-sdk": "^0.9.0-alpha.2",
"bn.js": "^5.2.0",
"bs58": "^4.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/lazy-transactions-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"version": "0.9.0-alpha.1",
"version": "0.9.0-alpha.2",
"description": "Interface to the lazy-transactions smart contract",
"repository": {
"type": "git",
Expand Down Expand Up @@ -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.1",
"@helium/spl-utils": "^0.9.0-alpha.2",
"bn.js": "^5.2.0",
"bs58": "^4.0.1",
"js-sha3": "^0.8.0",
Expand Down
Loading

0 comments on commit f49cdf2

Please sign in to comment.