Skip to content

Commit

Permalink
v4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
allenan committed Jul 19, 2022
1 parent 4848410 commit 6800dfa
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 26 deletions.
10 changes: 5 additions & 5 deletions integration_tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"test": "jest"
},
"dependencies": {
"@helium/address": "^4.3.1",
"@helium/crypto": "^4.6.1",
"@helium/http": "^4.6.1",
"@helium/transactions": "^4.6.1"
"@helium/address": "^4.6.2",
"@helium/crypto": "^4.6.2",
"@helium/http": "^4.6.2",
"@helium/transactions": "^4.6.2"
},
"version": "4.6.1",
"version": "4.6.2",
"devDependencies": {
"nock": "^13.2.4"
}
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"integration_tests",
"packages/*"
],
"version": "4.6.1",
"version": "4.6.2",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/address/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/address/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helium/address",
"version": "4.3.1",
"version": "4.6.2",
"description": "Helium public key utilities",
"keywords": [
"helium",
Expand Down
4 changes: 2 additions & 2 deletions packages/crypto-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helium/crypto-react-native",
"version": "4.6.1",
"version": "4.6.2",
"description": "Cryptography utilities including mnemonics, keypairs and base58-check encoding for React Native",
"keywords": [
"helium",
Expand All @@ -27,7 +27,7 @@
"build": "yarn run clean && tsc"
},
"dependencies": {
"@helium/address": "^4.3.1",
"@helium/address": "^4.6.2",
"js-sha256": "^0.9.0",
"react-native-sodium": "^0.3.8",
"safe-buffer": "^5.2.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helium/crypto",
"version": "4.6.1",
"version": "4.6.2",
"description": "Cryptography utilities including mnemonics, keypairs and base58-check encoding",
"keywords": [
"helium",
Expand All @@ -26,7 +26,7 @@
"build": "yarn run clean && tsc"
},
"dependencies": {
"@helium/address": "^4.3.1",
"@helium/address": "^4.6.2",
"create-hash": "^1.2.0",
"libsodium-wrappers": "^0.7.6"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/currency/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helium/currency",
"version": "4.6.1",
"version": "4.6.2",
"description": "Utilities for handling different currency types on the Helium blockchain",
"keywords": [
"helium",
Expand All @@ -26,7 +26,7 @@
"build": "yarn run clean && tsc"
},
"dependencies": {
"@helium/transactions": "^4.6.1",
"@helium/transactions": "^4.6.2",
"bignumber.js": "^9.0.0"
},
"gitHead": "16442bef09f90dd9a83d4c9e1a347de3e80575e4"
Expand Down
8 changes: 4 additions & 4 deletions packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helium/http",
"version": "4.6.1",
"version": "4.6.2",
"description": "HTTP library for interacting with the Helium blockchain API",
"keywords": [
"helium",
Expand All @@ -26,9 +26,9 @@
"build": "yarn run clean && tsc"
},
"dependencies": {
"@helium/address": "^4.3.1",
"@helium/currency": "^4.6.1",
"@helium/transactions": "^4.6.1",
"@helium/address": "^4.6.2",
"@helium/currency": "^4.6.2",
"@helium/transactions": "^4.6.2",
"axios": "^0.21.1",
"camelcase-keys": "^6.2.2",
"qs": "^6.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/onboarding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helium/onboarding",
"version": "4.6.1",
"version": "4.6.2",
"description": "HTTP library for interacting with an onboarding server",
"keywords": [
"helium",
Expand Down
6 changes: 3 additions & 3 deletions packages/transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helium/transactions",
"version": "4.6.1",
"version": "4.6.2",
"description": "Construct and serialize Helium blockchain transaction primatives",
"keywords": [
"helium",
Expand All @@ -27,14 +27,14 @@
"build": "yarn run clean && tsc"
},
"dependencies": {
"@helium/address": "^4.3.1",
"@helium/address": "^4.6.2",
"@helium/proto": "^1.6.0",
"@types/libsodium-wrappers": "^0.7.8",
"long": "^4.0.0",
"path": "^0.12.7"
},
"devDependencies": {
"@helium/crypto": "^4.6.1"
"@helium/crypto": "^4.6.2"
},
"gitHead": "16442bef09f90dd9a83d4c9e1a347de3e80575e4"
}
8 changes: 4 additions & 4 deletions packages/wallet-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helium/wallet-link",
"version": "4.6.1",
"version": "4.6.2",
"description": "Utilities for linking a 3rd party app to the helium wallet.",
"keywords": [
"helium",
Expand All @@ -26,15 +26,15 @@
"build": "yarn run clean && tsc"
},
"dependencies": {
"@helium/address": "^4.3.1",
"@helium/transactions": "^4.6.1",
"@helium/address": "^4.6.2",
"@helium/transactions": "^4.6.2",
"date-fns": "^2.28.0",
"query-string": "^7.1.1"
},
"peerDependencies": {
"@helium/crypto": "^4.3.1"
},
"devDependencies": {
"@helium/crypto": "^4.6.1"
"@helium/crypto": "^4.6.2"
}
}

0 comments on commit 6800dfa

Please sign in to comment.