Skip to content

Commit

Permalink
Increment ContractKit version to 0.2.15 (#2801)
Browse files Browse the repository at this point in the history
Issue1: We have a broken dependency in the 0.2.12, so we are publishing the 0.2.13
Issue2: Some files were missing in the .npmignore, and the package doubled its size, and due to new policies in npm, the 0.2.13 can't be unpublished, so, 0.2.14 had to be published
  • Loading branch information
gastonponti authored Feb 17, 2020
1 parent e9d8aa6 commit 7514d09
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/attestation-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"lint": "tslint -c tslint.json --project ."
},
"dependencies": {
"@celo/contractkit": "0.2.13-dev",
"@celo/contractkit": "0.2.15-dev",
"@celo/utils": "0.1.8-dev",
"bignumber.js": "^7.2.0",
"body-parser": "1.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/celotool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@celo/verification-pool-api": "^1.0.0",
"@celo/utils": "0.1.8-dev",
"@celo/walletkit": "^0.0.15",
"@celo/contractkit": "0.2.13-dev",
"@celo/contractkit": "0.2.15-dev",
"@google-cloud/monitoring": "0.7.1",
"@google-cloud/pubsub": "^0.28.1",
"@google-cloud/storage": "^2.4.3",
Expand Down
15 changes: 15 additions & 0 deletions packages/cli/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/.devchain/
/.devchain.tar.gz
/coverage/
/node_modules/
/src/

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

/src

/lib/**/*.test.*
/lib/test-utils
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test": "TZ=UTC jest --runInBand"
},
"dependencies": {
"@celo/contractkit": "0.2.13-dev",
"@celo/contractkit": "0.2.15-dev",
"@celo/utils": "0.1.8-dev",
"@oclif/command": "^1",
"@oclif/config": "^1",
Expand Down
1 change: 1 addition & 0 deletions packages/contractkit/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.devchain/
/.devchain.tar.gz
/coverage/
/node_modules/
/src/
Expand Down
2 changes: 1 addition & 1 deletion packages/contractkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/contractkit",
"version": "0.2.13-dev",
"version": "0.2.15-dev",
"description": "Celo's ContractKit to interact with Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/leaderboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Celo",
"license": "Apache-2.0",
"dependencies": {
"@celo/contractkit": "0.2.13-dev",
"@celo/contractkit": "0.2.15-dev",
"@types/pg": "^7.11.2",
"google-spreadsheet": "^2.0.8",
"pg": "^7.12.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@celo/client": "0.0.266",
"@celo/contractkit": "0.2.13-dev",
"@celo/contractkit": "0.2.15-dev",
"@celo/react-components": "1.0.0",
"@celo/react-native-sms-retriever": "git+https://github.com/celo-org/react-native-sms-retriever#b88e502",
"@celo/utils": "0.1.8-dev",
Expand Down

0 comments on commit 7514d09

Please sign in to comment.