Skip to content

Commit

Permalink
Prepare sdk 3.1.0 and CLI 1.8.0 releases + phone-number-privacy--** b…
Browse files Browse the repository at this point in the history
…ump (#10093)

* release sdks beta

* prepare cli release

* npm ignore is inferior to the files array in package.json and as such has no effect here.

* have asv2 packages use caret dependencies (ie at any minor version greater than specified)

* phone-number-identifier does not exist

* add new line back

* released sdk

* lock 1.8

* add back dev suffix
  • Loading branch information
aaronmgdr authored Jan 10, 2023
1 parent be1dd5f commit 4cc12b3
Show file tree
Hide file tree
Showing 37 changed files with 317 additions and 393 deletions.
8 changes: 4 additions & 4 deletions packages/attestation-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"test-send-sms-twilio": "TS_NODE_FILES=true CONFIG=config/.env.development ts-node scripts/test-send-sms-twilio.ts"
},
"dependencies": {
"@celo/contractkit": "3.0.2-dev",
"@celo/identity": "3.0.0",
"@celo/keystores": "3.0.2-dev",
"@celo/phone-utils": "3.0.2-dev",
"@celo/contractkit": "3.1.1-dev",
"@celo/identity": "3.1.1-dev",
"@celo/keystores": "3.1.1-dev",
"@celo/phone-utils": "3.1.1-dev",
"bignumber.js": "^9.0.0",
"body-parser": "1.19.0",
"bunyan": "1.8.12",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { AttestationState } from '@celo/contractkit/lib/wrappers/Attestations'
import { OdisUtils } from '@celo/identity'
import { getPepperFromThresholdSignature } from '@celo/identity/lib/odis/phone-number-identifier'
import { getPepperFromThresholdSignature } from '@celo/identity/lib/odis/identifier'
import { OdisContextName } from '@celo/identity/lib/odis/query'
import { PhoneNumberUtils } from '@celo/phone-utils'
import { AttestationRequest } from '@celo/phone-utils/lib/io'
Expand Down
18 changes: 9 additions & 9 deletions packages/celotool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"author": "Celo",
"license": "Apache-2.0",
"dependencies": {
"@celo/base": "3.0.2-dev",
"@celo/connect": "3.0.2-dev",
"@celo/cryptographic-utils": "3.0.2-dev",
"@celo/contractkit": "3.0.2-dev",
"@celo/base": "3.1.1-dev",
"@celo/connect": "3.1.1-dev",
"@celo/cryptographic-utils": "3.1.1-dev",
"@celo/contractkit": "3.1.1-dev",
"@celo/env-tests": "1.0.0",
"@types/ethereumjs-util": "^5.2.0",
"@celo/explorer": "3.0.2-dev",
"@celo/governance": "3.0.2-dev",
"@celo/identity": "3.0.2-dev",
"@celo/network-utils": "3.0.2-dev",
"@celo/utils": "3.0.2-dev",
"@celo/explorer": "3.1.1-dev",
"@celo/governance": "3.1.1-dev",
"@celo/identity": "3.1.1-dev",
"@celo/network-utils": "3.1.1-dev",
"@celo/utils": "3.1.1-dev",
"@google-cloud/monitoring": "0.7.1",
"@google-cloud/pubsub": "^0.28.1",
"@google-cloud/secret-manager": "3.0.0",
Expand Down
28 changes: 1 addition & 27 deletions packages/cli/.npmignore
Original file line number Diff line number Diff line change
@@ -1,28 +1,2 @@
/.devchain/
/.devchain.tar.gz
/coverage/
/node_modules/
/src/

/tslint.json
/tsconfig.*
/jest.config.*
*.tgz

/src

/lib/**/*.test.*
/lib/test-utils

/tmp/
/.tmp/

/scripts


# exclude ts files and sourcemaps
*.map
*.ts

# include the .d.ts files
!lib/**/*.d.ts
# use the files array in package.json to include files
Loading

0 comments on commit 4cc12b3

Please sign in to comment.