Skip to content

Commit

Permalink
truffle-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrouid committed Jan 14, 2020
1 parent dd5b74d commit 696866f
Show file tree
Hide file tree
Showing 28 changed files with 109 additions and 486 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,4 +1,4 @@
{
"version": "1.0.0-next.0",
"version": "1.0.0-beta.44",
"packages": ["packages/*"]
}
2 changes: 1 addition & 1 deletion packages/browser/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/browser/package.json
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/browser",
"version": "1.0.0-next.0",
"version": "1.0.0-beta.44",
"description": "Browser SDK for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down Expand Up @@ -54,9 +54,9 @@
"webpack-cli": "^3.2.1"
},
"dependencies": {
"@walletconnect/core": "^1.0.0-next.0",
"@walletconnect/types": "^1.0.0-next.0",
"@walletconnect/utils": "^1.0.0-next.0"
"@walletconnect/core": "^1.0.0-beta.44",
"@walletconnect/types": "^1.0.0-beta.44",
"@walletconnect/utils": "^1.0.0-beta.44"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}
2 changes: 1 addition & 1 deletion packages/channel-provider/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/channel-provider/package.json
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/channel-provider",
"version": "1.0.0-next.0",
"version": "1.0.0-beta.44",
"description": "Channel Provider for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down Expand Up @@ -55,10 +55,10 @@
},
"dependencies": {
"@connext/types": "1.4.0",
"@walletconnect/browser": "^1.0.0-next.0",
"@walletconnect/qrcode-modal": "^1.0.0-next.0",
"@walletconnect/types": "^1.0.0-next.0",
"@walletconnect/utils": "^1.0.0-next.0",
"@walletconnect/browser": "^1.0.0-beta.44",
"@walletconnect/qrcode-modal": "^1.0.0-beta.44",
"@walletconnect/types": "^1.0.0-beta.44",
"@walletconnect/utils": "^1.0.0-beta.44",
"xhr2-cookies": "^1.1.0"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/core",
"version": "1.0.0-next.0",
"version": "1.0.0-beta.44",
"description": "Core Library for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down Expand Up @@ -53,8 +53,8 @@
"webpack-cli": "^3.2.1"
},
"dependencies": {
"@walletconnect/types": "^1.0.0-next.0",
"@walletconnect/utils": "^1.0.0-next.0"
"@walletconnect/types": "^1.0.0-beta.44",
"@walletconnect/utils": "^1.0.0-beta.44"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}
2 changes: 1 addition & 1 deletion packages/eth-provider/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/eth-provider/package.json
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/eth-provider",
"version": "1.0.0-next.0",
"version": "1.0.0-beta.44",
"description": "Web3 Provider for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down Expand Up @@ -54,10 +54,10 @@
"webpack-cli": "^3.2.1"
},
"dependencies": {
"@walletconnect/browser": "^1.0.0-next.0",
"@walletconnect/qrcode-modal": "^1.0.0-next.0",
"@walletconnect/types": "^1.0.0-next.0",
"@walletconnect/utils": "^1.0.0-next.0",
"@walletconnect/browser": "^1.0.0-beta.44",
"@walletconnect/qrcode-modal": "^1.0.0-beta.44",
"@walletconnect/types": "^1.0.0-beta.44",
"@walletconnect/utils": "^1.0.0-beta.44",
"xhr2-cookies": "^1.1.0"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile-registry/package.json
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/mobile-registry",
"version": "1.0.0-next.0",
"version": "1.0.0-beta.44",
"description": "Registry for WalletConnect mobile-to-mobile linking supported Wallets",
"scripts": {
"build": "node ./scripts/parse.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/node",
"version": "1.0.0-next.0",
"version": "1.0.0-beta.44",
"description": "NodeJS SDK for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down Expand Up @@ -54,9 +54,9 @@
"webpack-cli": "^3.2.1"
},
"dependencies": {
"@walletconnect/core": "^1.0.0-next.0",
"@walletconnect/types": "^1.0.0-next.0",
"@walletconnect/utils": "^1.0.0-next.0",
"@walletconnect/core": "^1.0.0-beta.44",
"@walletconnect/types": "^1.0.0-beta.44",
"@walletconnect/utils": "^1.0.0-beta.44",
"ws": "^7.2.1"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
Expand Down
2 changes: 1 addition & 1 deletion packages/qrcode-modal/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/qrcode-modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/qrcode-modal",
"version": "1.0.0-next.0",
"version": "1.0.0-beta.44",
"description": "QR Code Modal for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/react-native",
"version": "1.0.0-next.0",
"version": "1.0.0-beta.44",
"description": "React Native SDK for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
Expand Down Expand Up @@ -55,9 +55,9 @@
"webpack-cli": "^3.2.1"
},
"dependencies": {
"@walletconnect/core": "^1.0.0-next.0",
"@walletconnect/types": "^1.0.0-next.0",
"@walletconnect/utils": "^1.0.0-next.0"
"@walletconnect/core": "^1.0.0-beta.44",
"@walletconnect/types": "^1.0.0-beta.44",
"@walletconnect/utils": "^1.0.0-beta.44"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}

0 comments on commit 696866f

Please sign in to comment.