Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed May 15, 2023
1 parent e3584d8 commit 69152b7
Show file tree
Hide file tree
Showing 25 changed files with 88 additions and 88 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.1.3"
"version": "0.1.4"
}
4 changes: 2 additions & 2 deletions 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.1.3",
"version": "0.1.4",
"description": "Sync account data to postgres",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@coral-xyz/anchor": "0.26.0",
"@fastify/cors": "^8.1.1",
"@helium/spl-utils": "^0.1.3",
"@helium/spl-utils": "^0.1.4",
"@metaplex-foundation/mpl-token-metadata": "^2.10.0",
"@solana/web3.js": "^1.43.4",
"aws-sdk": "^2.1344.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.1.3",
"version": "0.1.4",
"description": "Interface to the circuit breaker smart contract",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@coral-xyz/anchor": "^0.26.0",
"@helium/idls": "^0.1.1",
"@helium/spl-utils": "^0.1.3",
"@helium/spl-utils": "^0.1.4",
"@solana/spl-token": "^0.3.6",
"bn.js": "^5.2.0",
"bs58": "^4.0.1"
Expand Down
8 changes: 4 additions & 4 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.1.3",
"version": "0.1.4",
"description": "Interface to the data-credits smart contract",
"repository": {
"type": "git",
Expand All @@ -32,10 +32,10 @@
},
"dependencies": {
"@coral-xyz/anchor": "0.26.0",
"@helium/circuit-breaker-sdk": "^0.1.3",
"@helium/helium-sub-daos-sdk": "^0.1.3",
"@helium/circuit-breaker-sdk": "^0.1.4",
"@helium/helium-sub-daos-sdk": "^0.1.4",
"@helium/idls": "^0.1.1",
"@helium/spl-utils": "^0.1.3",
"@helium/spl-utils": "^0.1.4",
"@solana/spl-token": "^0.3.6",
"bn.js": "^5.2.0",
"bs58": "^4.0.1",
Expand Down
10 changes: 5 additions & 5 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.1.3",
"version": "0.1.4",
"description": "Oracle server for the lazy distributor",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,12 +37,12 @@
"@coral-xyz/anchor": "^0.26.0",
"@fastify/cors": "^8.1.1",
"@helium/address": "^4.6.2",
"@helium/helium-entity-manager-sdk": "^0.1.3",
"@helium/helium-sub-daos-sdk": "^0.1.3",
"@helium/helium-entity-manager-sdk": "^0.1.4",
"@helium/helium-sub-daos-sdk": "^0.1.4",
"@helium/idls": "^0.1.1",
"@helium/lazy-distributor-sdk": "^0.1.3",
"@helium/lazy-distributor-sdk": "^0.1.4",
"@helium/rewards-oracle-sdk": "^0.1.1",
"@helium/spl-utils": "^0.1.3",
"@helium/spl-utils": "^0.1.4",
"@types/sequelize": "^4.28.14",
"aws-sdk": "^2.1313.0",
"axios": "^0.27.2",
Expand Down
4 changes: 2 additions & 2 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.1.3",
"version": "0.1.4",
"description": "Mint metadata of fanout positions",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@coral-xyz/anchor": "0.26.0",
"@fastify/cors": "^8.1.1",
"@helium/address": "^4.6.2",
"@helium/fanout-sdk": "^0.1.3",
"@helium/fanout-sdk": "^0.1.4",
"@metaplex-foundation/mpl-token-metadata": "^2.2.3",
"@solana/spl-account-compression": "^0.1.7",
"@solana/spl-token": "^0.3.6",
Expand Down
4 changes: 2 additions & 2 deletions 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.1.3",
"version": "0.1.4",
"description": "Interface to the fanout smart contract",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@coral-xyz/anchor": "0.26.0",
"@helium/idls": "^0.1.1",
"@helium/spl-utils": "^0.1.3",
"@helium/spl-utils": "^0.1.4",
"bn.js": "^5.2.0",
"bs58": "^4.0.1"
},
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.1.3",
"version": "0.1.4",
"description": "Faucet for devnet Helium tokens",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@coral-xyz/anchor": "^0.26",
"@fastify/cors": "^8.1.1",
"@helium/idls": "^0.0.40",
"@helium/spl-utils": "^0.1.3",
"@helium/spl-utils": "^0.1.4",
"@metaplex-foundation/mpl-token-metadata": "^2.8.4",
"@solana/web3.js": "^1.43.4",
"angry-purple-tiger": "^1.0.5",
Expand Down
20 changes: 10 additions & 10 deletions packages/helium-admin-cli/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.1.3",
"version": "0.1.4",
"description": "CLI to bootstrap the network",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,17 +42,17 @@
"@clockwork-xyz/sdk": "^0.2.4",
"@coral-xyz/anchor": "0.26.0",
"@helium/address": "^4.6.2",
"@helium/circuit-breaker-sdk": "^0.1.3",
"@helium/circuit-breaker-sdk": "^0.1.4",
"@helium/crypto": "^4.6.2",
"@helium/data-credits-sdk": "^0.1.3",
"@helium/distributor-oracle": "^0.1.3",
"@helium/fanout-sdk": "^0.1.3",
"@helium/helium-entity-manager-sdk": "^0.1.3",
"@helium/helium-sub-daos-sdk": "^0.1.3",
"@helium/lazy-distributor-sdk": "^0.1.3",
"@helium/data-credits-sdk": "^0.1.4",
"@helium/distributor-oracle": "^0.1.4",
"@helium/fanout-sdk": "^0.1.4",
"@helium/helium-entity-manager-sdk": "^0.1.4",
"@helium/helium-sub-daos-sdk": "^0.1.4",
"@helium/lazy-distributor-sdk": "^0.1.4",
"@helium/price-oracle-sdk": "^0.1.1",
"@helium/spl-utils": "^0.1.3",
"@helium/treasury-management-sdk": "^0.1.3",
"@helium/spl-utils": "^0.1.4",
"@helium/treasury-management-sdk": "^0.1.4",
"@solana/spl-account-compression": "^0.1.4",
"@solana/spl-governance": "^0.3.18",
"@solana/spl-token": "^0.3.6",
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.1.3",
"version": "0.1.4",
"description": "Interface to the helium-entity-manager smart contract",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,9 +33,9 @@
"dependencies": {
"@coral-xyz/anchor": "0.26.0",
"@helium/address": "^4.6.2",
"@helium/helium-sub-daos-sdk": "^0.1.3",
"@helium/helium-sub-daos-sdk": "^0.1.4",
"@helium/idls": "^0.1.1",
"@helium/spl-utils": "^0.1.3",
"@helium/spl-utils": "^0.1.4",
"@metaplex-foundation/mpl-bubblegum": "^0.6.2",
"@metaplex-foundation/mpl-token-metadata": "^2.2.3",
"@solana/spl-account-compression": "^0.1.5",
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 @@ -6,7 +6,7 @@
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"version": "0.1.3",
"version": "0.1.4",
"description": "React hooks for helium",
"repository": {
"type": "git",
Expand All @@ -33,7 +33,7 @@
},
"dependencies": {
"@coral-xyz/anchor": "0.26.0",
"@helium/spl-utils": "^0.1.3",
"@helium/spl-utils": "^0.1.4",
"@solana/spl-token": "^0.3.6",
"@solana/web3.js": "^1.66.2",
"bs58": "^5.0.0",
Expand Down
10 changes: 5 additions & 5 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.1.3",
"version": "0.1.4",
"description": "Interface to the helium-sub-daos smart contract",
"repository": {
"type": "git",
Expand All @@ -32,10 +32,10 @@
},
"dependencies": {
"@coral-xyz/anchor": "0.26.0",
"@helium/circuit-breaker-sdk": "^0.1.3",
"@helium/spl-utils": "^0.1.3",
"@helium/treasury-management-sdk": "^0.1.3",
"@helium/voter-stake-registry-sdk": "^0.1.3",
"@helium/circuit-breaker-sdk": "^0.1.4",
"@helium/spl-utils": "^0.1.4",
"@helium/treasury-management-sdk": "^0.1.4",
"@helium/voter-stake-registry-sdk": "^0.1.4",
"bn.js": "^5.2.0",
"bs58": "^4.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/hnt-to-rent-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.1.3",
"version": "0.1.4",
"description": "Service that gives flashloans of sol to allow orca swap of small amounts of hnt to sol for fees",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@coral-xyz/anchor": "0.26.0",
"@fastify/cors": "^8.1.1",
"@helium/address": "^4.6.2",
"@helium/spl-utils": "^0.1.3",
"@helium/spl-utils": "^0.1.4",
"@orca-so/whirlpools-sdk": "^0.8.2",
"@solana/web3.js": "^1.66.2",
"axios": "^1.1.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/hotspot-data-sink/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.1.3",
"version": "0.1.4",
"description": "Receives requests from Helius webhooks",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,8 +36,8 @@
"@coral-xyz/anchor": "^0.26",
"@fastify/cors": "^8.1.1",
"@helium/address": "^4.6.2",
"@helium/helium-entity-manager-sdk": "^0.1.3",
"@helium/helium-sub-daos-sdk": "^0.1.3",
"@helium/helium-entity-manager-sdk": "^0.1.4",
"@helium/helium-sub-daos-sdk": "^0.1.4",
"@helium/idls": "^0.1.1",
"@metaplex-foundation/mpl-token-metadata": "^2.2.3",
"@solana/spl-token": "0.3.5",
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.1.3",
"version": "0.1.4",
"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.26.0",
"@helium/helium-entity-manager-sdk": "^0.1.3",
"@helium/helium-sub-daos-sdk": "^0.1.3",
"@helium/helium-entity-manager-sdk": "^0.1.4",
"@helium/helium-sub-daos-sdk": "^0.1.4",
"@helium/idls": "^0.1.1",
"@helium/spl-utils": "^0.1.3",
"@helium/spl-utils": "^0.1.4",
"@solana/web3.js": "^1.73.0",
"bs58": "^5.0.0"
}
Expand Down
6 changes: 3 additions & 3 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.1.3",
"version": "0.1.4",
"description": "Interface to the lazy-distributor smart contract",
"repository": {
"type": "git",
Expand All @@ -32,8 +32,8 @@
},
"dependencies": {
"@coral-xyz/anchor": "0.26.0",
"@helium/circuit-breaker-sdk": "^0.1.3",
"@helium/spl-utils": "^0.1.3",
"@helium/circuit-breaker-sdk": "^0.1.4",
"@helium/spl-utils": "^0.1.4",
"@metaplex-foundation/mpl-token-metadata": "^2.2.3",
"@solana/spl-token": "^0.3.6",
"bn.js": "^5.2.0",
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.1.3",
"version": "0.1.4",
"description": "Interface to the lazy-transactions smart contract",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@coral-xyz/anchor": "0.26.0",
"@helium/idls": "^0.1.1",
"@helium/spl-utils": "^0.1.3",
"@helium/spl-utils": "^0.1.4",
"bn.js": "^5.2.0",
"bs58": "^4.0.1",
"js-sha3": "^0.8.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/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.1.3",
"version": "0.1.4",
"description": "Mint metadata of hotspots",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,8 +35,8 @@
"@coral-xyz/anchor": "0.26.0",
"@fastify/cors": "^8.1.1",
"@helium/address": "^4.6.2",
"@helium/helium-entity-manager-sdk": "^0.1.3",
"@helium/helium-sub-daos-sdk": "^0.1.3",
"@helium/helium-entity-manager-sdk": "^0.1.4",
"@helium/helium-sub-daos-sdk": "^0.1.4",
"@metaplex-foundation/mpl-token-metadata": "^2.2.3",
"@solana/spl-token": "^0.3.6",
"@solana/web3.js": "^1.43.4",
Expand Down
22 changes: 11 additions & 11 deletions packages/migration-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.1.3",
"version": "0.1.4",
"description": "Migration of state from helium",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,17 +36,17 @@
"@coral-xyz/anchor": "0.26.0",
"@fastify/cors": "^8.1.1",
"@helium/address": "^4.6.2",
"@helium/circuit-breaker-sdk": "^0.1.3",
"@helium/circuit-breaker-sdk": "^0.1.4",
"@helium/crypto": "^4.6.2",
"@helium/data-credits-sdk": "^0.1.3",
"@helium/distributor-oracle": "^0.1.3",
"@helium/helium-entity-manager-sdk": "^0.1.3",
"@helium/helium-sub-daos-sdk": "^0.1.3",
"@helium/lazy-distributor-sdk": "^0.1.3",
"@helium/lazy-transactions-sdk": "^0.1.3",
"@helium/spl-utils": "^0.1.3",
"@helium/treasury-management-sdk": "^0.1.3",
"@helium/voter-stake-registry-sdk": "^0.1.3",
"@helium/data-credits-sdk": "^0.1.4",
"@helium/distributor-oracle": "^0.1.4",
"@helium/helium-entity-manager-sdk": "^0.1.4",
"@helium/helium-sub-daos-sdk": "^0.1.4",
"@helium/lazy-distributor-sdk": "^0.1.4",
"@helium/lazy-transactions-sdk": "^0.1.4",
"@helium/spl-utils": "^0.1.4",
"@helium/treasury-management-sdk": "^0.1.4",
"@helium/voter-stake-registry-sdk": "^0.1.4",
"@metaplex-foundation/mpl-token-metadata": "^2.2.3",
"@project-serum/borsh": "^0.2.5",
"@solana/buffer-layout": "^4.0.0",
Expand Down
Loading

0 comments on commit 69152b7

Please sign in to comment.