Upgrade package versions to 0.2.16 (#263)

This commit is contained in:
2022-11-25 16:09:35 +05:30
committed by GitHub
parent b66dcb4af9
commit e47aab2ed7
17 changed files with 67 additions and 63 deletions
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "@cerc-io/cli",
"version": "0.2.15",
"version": "0.2.16",
"main": "dist/index.js",
"license": "AGPL-3.0",
"scripts": {
@@ -10,18 +10,18 @@
"copy-assets": "copyfiles -u 1 src/**/*.gql dist/"
},
"dependencies": {
"@cerc-io/ipld-eth-client": "^0.2.15",
"@cerc-io/util": "^0.2.15",
"@cerc-io/ipld-eth-client": "^0.2.16",
"@cerc-io/util": "^0.2.16",
"@ethersproject/providers": "^5.4.4",
"@graphql-tools/utils": "^9.1.1",
"@ipld/dag-cbor": "^6.0.12",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.32",
"yargs": "^17.0.1",
"graphql-subscriptions": "^2.0.0",
"apollo-server-express": "^3.11.1",
"debug": "^4.3.1",
"express": "^4.18.2",
"apollo-server-express": "^3.11.1"
"graphql-subscriptions": "^2.0.0",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.32",
"yargs": "^17.0.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.25.0",