Skip to content

Commit

Permalink
update to 5.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Aug 25, 2023
1 parent 472081f commit d3e70cd
Show file tree
Hide file tree
Showing 31 changed files with 160 additions and 160 deletions.
20 changes: 10 additions & 10 deletions packages/celotool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"author": "Celo",
"license": "Apache-2.0",
"dependencies": {
"@celo/base": "4.1.1-dev",
"@celo/connect": "4.1.1-dev",
"@celo/cryptographic-utils": "4.1.1-dev",
"@celo/contractkit": "4.1.1-dev",
"@celo/base": "5.0.0-beta.1-dev",
"@celo/connect": "5.0.0-beta.1-dev",
"@celo/cryptographic-utils": "5.0.0-beta.1-dev",
"@celo/contractkit": "5.0.0-beta.1-dev",
"@celo/env-tests": "1.0.0",
"@celo/explorer": "4.1.1-dev",
"@celo/governance": "4.1.1-dev",
"@celo/identity": "4.1.1-dev",
"@celo/network-utils": "4.1.1-dev",
"@celo/utils": "4.1.1-dev",
"@celo/explorer": "5.0.0-beta.1-dev",
"@celo/governance": "5.0.0-beta.1-dev",
"@celo/identity": "5.0.0-beta.1-dev",
"@celo/network-utils": "5.0.0-beta.1-dev",
"@celo/utils": "5.0.0-beta.1-dev",
"@ethereumjs/util": "8.0.5",
"@ethereumjs/rlp":"4.0.1",
"@ethereumjs/rlp": "4.0.1",
"@google-cloud/monitoring": "0.7.1",
"@google-cloud/pubsub": "^0.28.1",
"@google-cloud/secret-manager": "3.0.0",
Expand Down
20 changes: 10 additions & 10 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
},
"dependencies": {
"@celo/bls12377js": "0.1.1",
"@celo/contractkit": "^4.1.1-dev",
"@celo/explorer": "^4.1.1-dev",
"@celo/governance": "^4.1.1-dev",
"@celo/identity": "^4.1.1-dev",
"@celo/phone-utils": "^4.1.1-dev",
"@celo/utils": "^4.1.1-dev",
"@celo/cryptographic-utils": "^4.1.1-dev",
"@celo/wallet-hsm-azure": "^4.1.1-dev",
"@celo/wallet-ledger": "^4.1.1-dev",
"@celo/wallet-local": "^4.1.1-dev",
"@celo/contractkit": "^5.0.0-beta.1-dev",
"@celo/explorer": "^5.0.0-beta.1-dev",
"@celo/governance": "^5.0.0-beta.1-dev",
"@celo/identity": "^5.0.0-beta.1-dev",
"@celo/phone-utils": "^5.0.0-beta.1-dev",
"@celo/utils": "^5.0.0-beta.1-dev",
"@celo/cryptographic-utils": "^5.0.0-beta.1-dev",
"@celo/wallet-hsm-azure": "^5.0.0-beta.1-dev",
"@celo/wallet-ledger": "^5.0.0-beta.1-dev",
"@celo/wallet-local": "^5.0.0-beta.1-dev",
"@ledgerhq/hw-transport-node-hid": "^6.27.4",
"@oclif/command": "^1.6.0",
"@oclif/config": "^1.6.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/env-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@celo/contractkit": "4.1.1-dev",
"@celo/utils": "4.1.1-dev",
"@celo/base": "4.1.1-dev",
"@celo/connect": "4.1.1-dev",
"@celo/identity": "4.1.1-dev",
"@celo/phone-utils": "4.1.1-dev",
"@celo/cryptographic-utils": "4.1.1-dev",
"@celo/contractkit": "5.0.0-beta.1-dev",
"@celo/utils": "5.0.0-beta.1-dev",
"@celo/base": "5.0.0-beta.1-dev",
"@celo/connect": "5.0.0-beta.1-dev",
"@celo/identity": "5.0.0-beta.1-dev",
"@celo/phone-utils": "5.0.0-beta.1-dev",
"@celo/cryptographic-utils": "5.0.0-beta.1-dev",
"bunyan": "1.8.12",
"bunyan-gke-stackdriver": "0.1.2",
"bunyan-debug-stream": "2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/metadata-crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"homepage": "https://github.com/celo-org/celo-monorepo/tree/master/packages/metadata-crawler",
"repository": "https://github.com/celo-org/celo-monorepo/tree/master/packages/metadata-crawler",
"dependencies": {
"@celo/connect": "4.1.1-dev",
"@celo/contractkit": "4.1.1-dev",
"@celo/utils": "4.1.1-dev",
"@celo/connect": "5.0.0-beta.1-dev",
"@celo/contractkit": "5.0.0-beta.1-dev",
"@celo/utils": "5.0.0-beta.1-dev",
"@types/pg": "^7.14.3",
"bunyan": "1.8.12",
"bunyan-gke-stackdriver": "0.1.2",
Expand All @@ -34,4 +34,4 @@
"clean:all": "yarn clean && rm -rf lib"
},
"private": true
}
}
12 changes: 6 additions & 6 deletions packages/phone-number-privacy/combiner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"test:e2e:alfajores": "CONTEXT_NAME=alfajores yarn test:e2e"
},
"dependencies": {
"@celo/contractkit": "^4.1.1-dev",
"@celo/contractkit": "^5.0.0-beta.1-dev",
"@celo/phone-number-privacy-common": "^3.0.0-dev",
"@celo/identity": "^4.1.1-dev",
"@celo/encrypted-backup": "^4.1.1-dev",
"@celo/identity": "^5.0.0-beta.1-dev",
"@celo/encrypted-backup": "^5.0.0-beta.1-dev",
"@celo/poprf": "^0.1.9",
"@types/bunyan": "^1.8.8",
"blind-threshold-bls": "https://github.com/celo-org/blind-threshold-bls-wasm#e1e2f8a",
Expand All @@ -45,8 +45,8 @@
"uuid": "^7.0.3"
},
"devDependencies": {
"@celo/utils": "^4.1.1-dev",
"@celo/phone-utils": "^4.1.1-dev",
"@celo/utils": "^5.0.0-beta.1-dev",
"@celo/phone-utils": "^5.0.0-beta.1-dev",
"@types/express": "^4.17.6",
"@types/supertest": "^2.0.12",
"@types/uuid": "^7.0.3",
Expand All @@ -59,4 +59,4 @@
"engines": {
"node": ">=18"
}
}
}
12 changes: 6 additions & 6 deletions packages/phone-number-privacy/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"lib/**/*"
],
"dependencies": {
"@celo/base": "^4.1.1-dev",
"@celo/contractkit": "^4.1.1-dev",
"@celo/utils": "^4.1.1-dev",
"@celo/phone-utils": "^4.1.1-dev",
"@celo/base": "^5.0.0-beta.1-dev",
"@celo/contractkit": "^5.0.0-beta.1-dev",
"@celo/utils": "^5.0.0-beta.1-dev",
"@celo/phone-utils": "^5.0.0-beta.1-dev",
"@types/bunyan": "1.8.8",
"bignumber.js": "^9.0.0",
"bunyan": "1.8.12",
Expand All @@ -41,7 +41,7 @@
},
"devDependencies": {
"@celo/poprf": "^0.1.9",
"@celo/wallet-local": "^4.1.1-dev",
"@celo/wallet-local": "^5.0.0-beta.1-dev",
"@types/elliptic": "^6.4.12",
"@types/express": "^4.17.6",
"@types/is-base64": "^1.1.0",
Expand All @@ -50,4 +50,4 @@
"engines": {
"node": ">=10"
}
}
}
12 changes: 6 additions & 6 deletions packages/phone-number-privacy/monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"loadTest": "ts-node src/scripts/run-load-test.ts run"
},
"dependencies": {
"@celo/contractkit": "^4.1.1-dev",
"@celo/cryptographic-utils": "^4.1.1-dev",
"@celo/encrypted-backup": "^4.1.1-dev",
"@celo/identity": "^4.1.1-dev",
"@celo/wallet-local": "^4.1.1-dev",
"@celo/contractkit": "^5.0.0-beta.1-dev",
"@celo/cryptographic-utils": "^5.0.0-beta.1-dev",
"@celo/encrypted-backup": "^5.0.0-beta.1-dev",
"@celo/identity": "^5.0.0-beta.1-dev",
"@celo/wallet-local": "^5.0.0-beta.1-dev",
"@celo/phone-number-privacy-common": "^3.0.0-dev",
"@celo/utils": "^4.1.1-dev",
"@celo/utils": "^5.0.0-beta.1-dev",
"firebase-admin": "^9.12.0",
"firebase-functions": "^3.15.7"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/phone-number-privacy/signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"ssl:keygen": "./scripts/create-ssl-cert.sh"
},
"dependencies": {
"@celo/base": "^4.1.1-dev",
"@celo/contractkit": "^4.1.1-dev",
"@celo/base": "^5.0.0-beta.1-dev",
"@celo/contractkit": "^5.0.0-beta.1-dev",
"@celo/phone-number-privacy-common": "^3.0.0-dev",
"@celo/poprf": "^0.1.9",
"@celo/utils": "^4.1.1-dev",
"@celo/wallet-hsm-azure": "^4.1.1-dev",
"@celo/utils": "^5.0.0-beta.1-dev",
"@celo/wallet-hsm-azure": "^5.0.0-beta.1-dev",
"@google-cloud/secret-manager": "3.0.0",
"@opentelemetry/api": "^1.4.1",
"@opentelemetry/auto-instrumentations-node": "^0.38.0",
Expand Down Expand Up @@ -77,4 +77,4 @@
"engines": {
"node": ">=10"
}
}
}
12 changes: 6 additions & 6 deletions packages/protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
"@0x/sol-profiler": "^4.1.37",
"@0x/sol-trace": "^3.0.47",
"@0x/subproviders": "^7.0.1",
"@celo/base": "4.1.1-dev",
"@celo/base": "5.0.0-beta.1-dev",
"@celo/bls12377js": "0.1.1",
"@celo/connect": "4.1.1-dev",
"@celo/cryptographic-utils": "4.1.1-dev",
"@celo/utils": "4.1.1-dev",
"@celo/wallet-local": "4.1.1-dev",
"@celo/connect": "5.0.0-beta.1-dev",
"@celo/cryptographic-utils": "5.0.0-beta.1-dev",
"@celo/utils": "5.0.0-beta.1-dev",
"@celo/wallet-local": "5.0.0-beta.1-dev",
"@ethereumjs/util": "8.0.5",
"@ethereumjs/vm": "npm:@celo/ethereumjs-vm@6.4.1-unofficial.0",
"@ganache/console.log": "0.3.0",
Expand Down Expand Up @@ -95,7 +95,7 @@
"web3-utils": "1.10.0"
},
"devDependencies": {
"@celo/phone-utils": "4.1.1-dev",
"@celo/phone-utils": "5.0.0-beta.1-dev",
"@celo/typechain-target-web3-v1-celo": "0.2.0",
"@celo/typescript": "0.0.1",
"@types/bn.js": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/base",
"version": "4.1.1-dev",
"version": "5.0.0-beta.1-dev",
"description": "Celo base common utils, no dependencies",
"author": "Celo",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/connect",
"version": "4.1.1-dev",
"version": "5.0.0-beta.1-dev",
"description": "Light Toolkit for connecting with the Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -24,8 +24,8 @@
"dependencies": {
"@types/debug": "^4.1.5",
"@types/utf8": "^2.1.6",
"@celo/base": "4.1.1-dev",
"@celo/utils": "4.1.1-dev",
"@celo/base": "5.0.0-beta.1-dev",
"@celo/utils": "5.0.0-beta.1-dev",
"bignumber.js": "^9.0.0",
"debug": "^4.1.1",
"utf8": "3.0.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/sdk/contractkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/contractkit",
"version": "4.1.1-dev",
"version": "5.0.0-beta.1-dev",
"description": "Celo's ContractKit to interact with Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -29,10 +29,10 @@
"lint": "tslint -c tslint.json --project ."
},
"dependencies": {
"@celo/base": "4.1.1-dev",
"@celo/connect": "4.1.1-dev",
"@celo/utils": "4.1.1-dev",
"@celo/wallet-local": "4.1.1-dev",
"@celo/base": "5.0.0-beta.1-dev",
"@celo/connect": "5.0.0-beta.1-dev",
"@celo/utils": "5.0.0-beta.1-dev",
"@celo/wallet-local": "5.0.0-beta.1-dev",
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.5",
"bignumber.js": "^9.0.0",
Expand All @@ -44,7 +44,7 @@
"web3": "1.10.0"
},
"devDependencies": {
"@celo/phone-utils": "4.1.1-dev",
"@celo/phone-utils": "5.0.0-beta.1-dev",
"@celo/dev-utils": "0.0.1-dev",
"@celo/protocol": "1.0.0",
"@types/debug": "^4.1.5",
Expand All @@ -65,4 +65,4 @@
"browser": {
"child_process": false
}
}
}
8 changes: 4 additions & 4 deletions packages/sdk/cryptographic-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/cryptographic-utils",
"version": "4.1.1-dev",
"version": "5.0.0-beta.1-dev",
"description": "Some Celo utils for comment/data encryption, bls, and mnemonics",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -22,9 +22,9 @@
"lib/**/*"
],
"dependencies": {
"@celo/utils": "4.1.1-dev",
"@celo/utils": "5.0.0-beta.1-dev",
"@celo/bls12377js": "0.1.1",
"@celo/base": "4.1.1-dev",
"@celo/base": "5.0.0-beta.1-dev",
"@ethereumjs/util": "8.0.5",
"@types/bn.js": "^5.1.0",
"@types/elliptic": "^6.4.9",
Expand All @@ -41,4 +41,4 @@
"devDependencies": {
"@celo/typescript": "0.0.1"
}
}
}
8 changes: 4 additions & 4 deletions packages/sdk/encrypted-backup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/encrypted-backup",
"version": "4.1.1-dev",
"version": "5.0.0-beta.1-dev",
"description": "Libraries for implemented password encrypted account backups",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -25,11 +25,11 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@celo/base": "4.1.1-dev",
"@celo/identity": "4.1.1-dev",
"@celo/base": "5.0.0-beta.1-dev",
"@celo/identity": "5.0.0-beta.1-dev",
"@celo/phone-number-privacy-common": "^3.0.0-dev",
"@celo/poprf": "^0.1.9",
"@celo/utils": "4.1.1-dev",
"@celo/utils": "5.0.0-beta.1-dev",
"@types/debug": "^4.1.5",
"debug": "^4.1.1",
"fp-ts": "2.1.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/sdk/explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/explorer",
"version": "4.1.1-dev",
"version": "5.0.0-beta.1-dev",
"description": "Celo's block explorer consumer",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -22,10 +22,10 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@celo/base": "4.1.1-dev",
"@celo/connect": "4.1.1-dev",
"@celo/contractkit": "4.1.1-dev",
"@celo/utils": "4.1.1-dev",
"@celo/base": "5.0.0-beta.1-dev",
"@celo/connect": "5.0.0-beta.1-dev",
"@celo/contractkit": "5.0.0-beta.1-dev",
"@celo/utils": "5.0.0-beta.1-dev",
"@types/debug": "^4.1.5",
"cross-fetch": "3.0.6",
"debug": "^4.1.1"
Expand Down
Loading

0 comments on commit d3e70cd

Please sign in to comment.