Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrouid committed Jul 28, 2021
1 parent ddea40b commit 071b184
Show file tree
Hide file tree
Showing 18 changed files with 38 additions and 38 deletions.
8 changes: 4 additions & 4 deletions crypto/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/crypto",
"description": "Isomorphic Cryptography Library for AES, HMAC and SHA2",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"author": "WalletConnect <walletconnect.org>",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -40,9 +40,9 @@
"lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'"
},
"dependencies": {
"@walletconnect/encoding": "^1.0.0-beta.2",
"@walletconnect/environment": "^1.0.0-beta.2",
"@walletconnect/randombytes": "^1.0.0-beta.2",
"@walletconnect/encoding": "^1.0.0",
"@walletconnect/environment": "^1.0.0",
"@walletconnect/randombytes": "^1.0.0",
"aes-js": "^3.1.2",
"hash.js": "^1.1.7"
},
Expand Down
6 changes: 3 additions & 3 deletions crypto/ecies-25519/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/ecies-25519",
"description": "Isomorphic Cryptography Library for X25519 ECIES",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"author": "WalletConnect <walletconnect.org>",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -46,8 +46,8 @@
},
"dependencies": {
"@stablelib/x25519": "^1.0.1",
"@walletconnect/crypto": "^1.0.0-beta.2",
"@walletconnect/encoding": "^1.0.0-beta.2"
"@walletconnect/crypto": "^1.0.0",
"@walletconnect/encoding": "^1.0.0"
},
"devDependencies": {
"@peculiar/webcrypto": "^1.1.7",
Expand Down
6 changes: 3 additions & 3 deletions crypto/randombytes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/randombytes",
"description": "Isomorphic Library for Random Bytes",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"author": "WalletConnect <walletconnect.org>",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -38,8 +38,8 @@
"lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'"
},
"dependencies": {
"@walletconnect/encoding": "^1.0.0-beta.2",
"@walletconnect/environment": "^1.0.0-beta.2",
"@walletconnect/encoding": "^1.0.0",
"@walletconnect/environment": "^1.0.0",
"randombytes": "^2.1.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions jsonrpc/http-connection/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/jsonrpc-http-connection",
"description": "HTTP Connection for JSON-RPC",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"author": "WalletConnect <walletconnect.org>",
"license": "MIT",
"homepage": "https://github.com/WalletConnect/walletconnect-utils/",
Expand Down Expand Up @@ -41,8 +41,8 @@
"lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'"
},
"dependencies": {
"@walletconnect/jsonrpc-utils": "^1.0.0-beta.2",
"@walletconnect/safe-json": "^1.0.0-beta.2",
"@walletconnect/jsonrpc-utils": "^1.0.0",
"@walletconnect/safe-json": "^1.0.0",
"cross-fetch": "^3.1.4"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions jsonrpc/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/jsonrpc-provider",
"description": "Provider for JSON-RPC",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"author": "WalletConnect <walletconnect.org>",
"license": "MIT",
"homepage": "https://github.com/WalletConnect/walletconnect-utils/",
Expand Down Expand Up @@ -41,8 +41,8 @@
"lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'"
},
"dependencies": {
"@walletconnect/jsonrpc-utils": "^1.0.0-beta.2",
"@walletconnect/safe-json": "^1.0.0-beta.2"
"@walletconnect/jsonrpc-utils": "^1.0.0",
"@walletconnect/safe-json": "^1.0.0"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
Expand All @@ -59,8 +59,8 @@
"@types/node": "^14.14.7",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"@walletconnect/jsonrpc-http-connection": "^1.0.0-beta.2",
"@walletconnect/jsonrpc-ws-connection": "^1.0.0-beta.2",
"@walletconnect/jsonrpc-http-connection": "^1.0.0",
"@walletconnect/jsonrpc-ws-connection": "^1.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"core-js": "^3.6.5",
Expand Down
2 changes: 1 addition & 1 deletion jsonrpc/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/jsonrpc-types",
"description": "Typings for JSON-RPC",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"author": "WalletConnect <walletconnect.org>",
"license": "MIT",
"homepage": "https://github.com/WalletConnect/walletconnect-utils/",
Expand Down
8 changes: 4 additions & 4 deletions jsonrpc/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/jsonrpc-utils",
"description": "Utilities for JSON-RPC",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"author": "WalletConnect <walletconnect.org>",
"license": "MIT",
"homepage": "https://github.com/WalletConnect/walletconnect-utils/",
Expand Down Expand Up @@ -41,8 +41,8 @@
"lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'"
},
"dependencies": {
"@walletconnect/environment": "^1.0.0-beta.2",
"@walletconnect/jsonrpc-types": "^1.0.0-beta.2"
"@walletconnect/environment": "^1.0.0",
"@walletconnect/jsonrpc-types": "^1.0.0"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
Expand All @@ -59,7 +59,7 @@
"@types/node": "^14.14.7",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"@walletconnect/timestamp": "^1.0.0-beta.2",
"@walletconnect/timestamp": "^1.0.0",
"chai": "^4.2.0",
"core-js": "^3.6.5",
"eslint": "^5.16.0",
Expand Down
6 changes: 3 additions & 3 deletions jsonrpc/ws-connection/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/jsonrpc-ws-connection",
"description": "WS Connection for JSON-RPC",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"author": "WalletConnect <walletconnect.org>",
"license": "MIT",
"homepage": "https://github.com/WalletConnect/walletconnect-utils/",
Expand Down Expand Up @@ -41,8 +41,8 @@
"lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'"
},
"dependencies": {
"@walletconnect/jsonrpc-utils": "^1.0.0-beta.2",
"@walletconnect/safe-json": "^1.0.0-beta.2",
"@walletconnect/jsonrpc-utils": "^1.0.0",
"@walletconnect/safe-json": "^1.0.0",
"ws": "^7.5.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta.2",
"version": "1.0.0",
"packages": [
"jsonrpc/*",
"crypto/*",
Expand Down
2 changes: 1 addition & 1 deletion misc/encoding/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/encoding",
"description": "Byte encoding utils",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"author": "WalletConnect <walletconnect.org>",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion misc/environment/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/environment",
"description": "Environment utilities",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"author": "WalletConnect <walletconnect.org>",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion misc/events/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/events",
"description": "Events Utils",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"author": "WalletConnect <walletconnect.org>",
"license": "MIT",
"homepage": "https://github.com/WalletConnect/walletconnect-utils/",
Expand Down
2 changes: 1 addition & 1 deletion misc/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/logger",
"description": "Logger Utils",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"author": "WalletConnect <walletconnect.org>",
"license": "MIT",
"homepage": "https://github.com/WalletConnect/walletconnect-utils/",
Expand Down
4 changes: 2 additions & 2 deletions misc/relay-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/relay-api",
"description": "PubSub Relay JSON-RPC Provider",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"author": "WalletConnect <walletconnect.org>",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -57,6 +57,6 @@
"trailingComma": "es5"
},
"dependencies": {
"@walletconnect/jsonrpc-types": "^1.0.0-beta.2"
"@walletconnect/jsonrpc-types": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion misc/safe-json/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/safe-json",
"description": "Safe Json Utils",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"author": "WalletConnect <walletconnect.org>",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion misc/timestamp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/timestamp",
"description": "Labelled Timestamps for Unit Testing",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"author": "WalletConnect <walletconnect.org>",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion misc/window-getters/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/window-getters",
"description": "Safe Window Getters",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"author": "WalletConnect <walletconnect.org>",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions misc/window-metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/window-metadata",
"description": "Scrape Window Metadata",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"author": "WalletConnect <walletconnect.org>",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'"
},
"dependencies": {
"@walletconnect/window-getters": "^1.0.0-beta.2"
"@walletconnect/window-getters": "^1.0.0"
},
"devDependencies": {
"@types/bn.js": "4.11.6",
Expand Down

0 comments on commit 071b184

Please sign in to comment.