Skip to content

Commit

Permalink
chore: bump package version to 1.7.26
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Aug 25, 2023
1 parent 000d5c0 commit 0f4ef19
Show file tree
Hide file tree
Showing 2 changed files with 1,821 additions and 1,392 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-jsonrpc-gateway",
"version": "1.7.24",
"version": "1.7.26",
"description": "A Web3 provider that handles accounts on its own but delegates chain queries to a 3rd party service",
"main": "dist/bin/w3gw.js",
"files": [
Expand All @@ -18,7 +18,7 @@
"w3gw-reef": "dist/bin/reef/index.js"
},
"scripts": {
"ci": "yarn build && yarn lint && yarn test",
"ci": "yarn build && yarn test",
"test": "jest --passWithNoTests",
"lint": "prettier-standard --format",
"build": "tsc --build src",
Expand Down Expand Up @@ -93,28 +93,29 @@
},
"homepage": "https://github.com/witnet/web3-jsonrpc-gateway#readme",
"devDependencies": {
"@celo-tools/celo-ethers-wrapper": "~0.1.1",
"@celo/contractkit": "~2.0.0",
"@reef-defi/evm-provider": "~1.0.10",
"@types/cors": "^2.8.10",
"@types/express": "^4.17.11",
"@types/node": "^20.3.1",
"body-parser": "1.19.0",
"jest": "^27.0.1",
"js-conflux-sdk": "2.0.0",
"prettier-standard": "^16.4.1",
"tslint": "^6.1.3",
"typescript": "^5.1.3",
"yarn": "^1.22.19"
},
"dependencies": {
"@celo-tools/celo-ethers-wrapper": "~0.1.1",
"@celo/contractkit": "~2.0.0",
"@reef-defi/evm-provider": "~1.0.10",
"@types/cors": "^2.8.10",
"@types/express": "^4.17.11",
"@types/node": "^20.3.1",

"cors": "2.8.5",
"cross-env": "7.0.3",
"dotenv": "^10.0.0",
"ethers": "~5.2.0",
"express": "~4.17.1",
"graphql": "^14.6.0",
"graphql-request": "^5.0.0",
"js-conflux-sdk": "2.0.0",
"json-rpc-2.0": "~0.2.16",
"winston": "~3.7.2"
}
Expand Down
Loading

0 comments on commit 0f4ef19

Please sign in to comment.