File tree 9 files changed +256
-325
lines changed
9 files changed +256
-325
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @celo/encrypted-backup ' : patch
3
+ ' @celo/identity ' : patch
4
+ ' @celo/phone-number-privacy-common ' : patch
5
+ ' @celo/phone-number-privacy-combiner ' : patch
6
+ ' odis-example-scripts ' : patch
7
+ ' @celo/phone-number-privacy-monitor ' : patch
8
+ ' @celo/phone-number-privacy-signer ' : patch
9
+ ---
10
+
11
+ Upgrade @celo /\*\* dependencies to latest release
Original file line number Diff line number Diff line change 24
24
"test:e2e:mainnet" : " CONTEXT_NAME=mainnet yarn test:e2e"
25
25
},
26
26
"dependencies" : {
27
- "@celo/base" : " ^5 .0.5 " ,
28
- "@celo/contractkit" : " ^5.1 .0" ,
27
+ "@celo/base" : " ^6 .0.0 " ,
28
+ "@celo/contractkit" : " ^7.0 .0" ,
29
29
"@celo/encrypted-backup" : " ^5.0.5" ,
30
30
"@celo/identity" : " ^5.1.1" ,
31
31
"@celo/phone-number-privacy-common" : " ^3.1.1" ,
59
59
},
60
60
"devDependencies" : {
61
61
"@celo/phone-number-privacy-signer" : " workspace:^" ,
62
- "@celo/utils" : " ^5 .0.5 " ,
62
+ "@celo/utils" : " ^6 .0.0 " ,
63
63
"jest" : " ^29.7.0" ,
64
64
"knex" : " ^2.1.0" ,
65
65
"typescript" : " ^5.2.2"
Original file line number Diff line number Diff line change 23
23
"loadTest" : " ts-node src/scripts/run-load-test.ts run"
24
24
},
25
25
"dependencies" : {
26
- "@celo/base" : " ^5 .0.5 " ,
27
- "@celo/contractkit" : " ^5.1 .0" ,
28
- "@celo/cryptographic-utils" : " ^5.0.5 " ,
26
+ "@celo/base" : " ^6 .0.0 " ,
27
+ "@celo/contractkit" : " ^7.0 .0" ,
28
+ "@celo/cryptographic-utils" : " ^5.0.7 " ,
29
29
"@celo/encrypted-backup" : " ^5.0.5" ,
30
30
"@celo/identity" : " ^5.1.1" ,
31
31
"@celo/phone-number-privacy-common" : " ^3.1.1" ,
32
- "@celo/utils" : " ^5 .0.5 " ,
33
- "@celo/wallet-local" : " ^5.1.0 " ,
32
+ "@celo/utils" : " ^6 .0.0 " ,
33
+ "@celo/wallet-local" : " ^5.1.2 " ,
34
34
"firebase-admin" : " ^11.11.0" ,
35
35
"firebase-functions" : " ^4.5.0" ,
36
36
"yargs" : " ^14.0.0"
Original file line number Diff line number Diff line change 38
38
"ssl:keygen" : " ./scripts/create-ssl-cert.sh"
39
39
},
40
40
"dependencies" : {
41
- "@celo/base" : " ^5 .0.5 " ,
42
- "@celo/contractkit" : " ^5.1 .0" ,
41
+ "@celo/base" : " ^6 .0.0 " ,
42
+ "@celo/contractkit" : " ^7.0 .0" ,
43
43
"@celo/phone-number-privacy-common" : " ^3.1.1" ,
44
44
"@celo/poprf" : " ^0.1.9" ,
45
- "@celo/utils" : " ^5 .0.5 " ,
46
- "@celo/wallet-hsm-azure" : " ^5.1.0 " ,
45
+ "@celo/utils" : " ^6 .0.0 " ,
46
+ "@celo/wallet-hsm-azure" : " ^5.1.2 " ,
47
47
"@google-cloud/secret-manager" : " 3.0.0" ,
48
48
"@opentelemetry/api" : " ^1.6.0" ,
49
49
"@opentelemetry/auto-instrumentations-node" : " ^0.39.4" ,
Original file line number Diff line number Diff line change 9
9
"lint" : " yarn run --top-level eslint ."
10
10
},
11
11
"dependencies" : {
12
- "@celo/base" : " ^5 .0.5 " ,
12
+ "@celo/base" : " ^6 .0.0 " ,
13
13
"@celo/identity" : " ^5.1.1" ,
14
14
"blind-threshold-bls" : " https://github.com/celo-org/blind-threshold-bls-wasm#3d1013a" ,
15
15
"ethers" : " ^5.7.2" ,
Original file line number Diff line number Diff line change 18
18
" lib/**/*"
19
19
],
20
20
"dependencies" : {
21
- "@celo/base" : " ^5 .0.5 " ,
22
- "@celo/contractkit" : " ^5.1 .0" ,
23
- "@celo/utils" : " ^5 .0.5 " ,
21
+ "@celo/base" : " ^6 .0.0 " ,
22
+ "@celo/contractkit" : " ^7.0 .0" ,
23
+ "@celo/utils" : " ^6 .0.0 " ,
24
24
"@types/bunyan" : " 1.8.10" ,
25
25
"bignumber.js" : " ^9.1.2" ,
26
26
"bunyan" : " 1.8.15" ,
36
36
},
37
37
"devDependencies" : {
38
38
"@celo/poprf" : " ^0.1.9" ,
39
- "@celo/wallet-local" : " ^5.1.0 " ,
39
+ "@celo/wallet-local" : " ^5.1.2 " ,
40
40
"@types/elliptic" : " ^6.4.16" ,
41
41
"@types/express" : " ^4.17.20" ,
42
42
"@types/is-base64" : " ^1.1.2" ,
Original file line number Diff line number Diff line change 25
25
"prepublish" : " yarn build"
26
26
},
27
27
"dependencies" : {
28
- "@celo/base" : " ^5 .0.5 " ,
29
- "@celo/connect" : " ^5.1.0 " ,
28
+ "@celo/base" : " ^6 .0.0 " ,
29
+ "@celo/connect" : " ^5.1.2 " ,
30
30
"@celo/identity" : " ^5.1.1" ,
31
31
"@celo/phone-number-privacy-common" : " ^3.1.1" ,
32
32
"@celo/poprf" : " ^0.1.9" ,
33
- "@celo/utils" : " ^5 .0.5 " ,
34
- "@celo/wallet-local" : " ^5.1.0 " ,
33
+ "@celo/utils" : " ^6 .0.0 " ,
34
+ "@celo/wallet-local" : " ^5.1.2 " ,
35
35
"@types/debug" : " ^4.1.10" ,
36
36
"debug" : " ^4.1.1" ,
37
37
"fp-ts" : " 2.1.1" ,
Original file line number Diff line number Diff line change 24
24
"prepublish" : " yarn build"
25
25
},
26
26
"dependencies" : {
27
- "@celo/base" : " ^5 .0.5 " ,
28
- "@celo/contractkit" : " ^5.1 .0" ,
27
+ "@celo/base" : " ^6 .0.0 " ,
28
+ "@celo/contractkit" : " ^7.0 .0" ,
29
29
"@celo/odis-identifiers" : " ^1.0.0" ,
30
30
"@celo/phone-number-privacy-common" : " ^3.1.1" ,
31
- "@celo/utils" : " ^5 .0.5 " ,
31
+ "@celo/utils" : " ^6 .0.0 " ,
32
32
"@types/debug" : " ^4.1.10" ,
33
33
"bignumber.js" : " ^9.1.2" ,
34
34
"blind-threshold-bls" : " npm:@celo/blind-threshold-bls@1.0.0-beta" ,
42
42
"devDependencies" : {
43
43
"@celo/celo-devchain" : " 6.0.0" ,
44
44
"@celo/dev-utils" : " 0.0.1-beta.1" ,
45
- "@celo/wallet-local" : " ^5.1.0 " ,
45
+ "@celo/wallet-local" : " ^5.1.2 " ,
46
46
"@types/elliptic" : " ^6.4.16" ,
47
47
"fetch-mock" : " 9.11.0" ,
48
48
"ganache" : " npm:@celo/ganache@7.8.0-unofficial.0" ,
You can’t perform that action at this time.
0 commit comments