diff --git a/packages/json-rpc/package.json b/packages/json-rpc/package.json index cf5caa2b87..e395d122e5 100644 --- a/packages/json-rpc/package.json +++ b/packages/json-rpc/package.json @@ -1,8 +1,12 @@ { - "name": "@iov/jsonrpc", - "version": "2.5.0", + "name": "@cosmjs/json-rpc", + "version": "0.20.0", "description": "Framework for implementing a JSON-RPC 2.0 API", - "author": "IOV SAS ", + "contributors": [ + "IOV SAS ", + "Confio UO ", + "Will Clark " + ], "license": "Apache-2.0", "main": "build/index.js", "types": "types/index.d.ts", @@ -15,14 +19,15 @@ ], "repository": { "type": "git", - "url": "https://github.com/iov-one/iov-core/tree/master/packages/iov-jsonrpc" + "url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/json-rpc" }, "publishConfig": { "access": "public" }, "scripts": { "docs": "shx rm -rf docs && typedoc --options typedoc.js", - "lint": "eslint --max-warnings 0 \"**/*.{js,ts}\" && tslint -t verbose --project .", + "lint": "eslint --max-warnings 0 \"**/*.{js,ts}\"", + "lint-fix": "eslint --max-warnings 0 \"**/*.{js,ts}\" --fix", "format": "prettier --write --loglevel warn \"./src/**/*.ts\"", "test-node": "node jasmine-testrunner.js", "test-edge": "yarn pack-web && karma start --single-run --browsers Edge", diff --git a/yarn.lock b/yarn.lock index 02e874ef63..da1067d0ce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -102,6 +102,16 @@ bn.js "^4.11.8" readonly-date "^1.0.0" +"@iov/encoding@^2.5.0": + version "2.5.0" + resolved "https://registry.yarnpkg.com/@iov/encoding/-/encoding-2.5.0.tgz#9612e529f45e63633b2375c13db28b9330ce6293" + integrity sha512-HGHLlQEvD23rFjW5PQrxD2B/6LiBHVSxqX6gjOz9KfcmIMIftRA0qROrTITfjjjUr/yZZEeNk4qjuBls9TaYcA== + dependencies: + "@cosmjs/encoding" "^0.20.0" + "@cosmjs/math" "^0.20.0" + "@cosmjs/utils" "^0.20.0" + readonly-date "^1.0.0" + "@iov/jsonrpc@^2.3.2": version "2.3.2" resolved "https://registry.yarnpkg.com/@iov/jsonrpc/-/jsonrpc-2.3.2.tgz#5cdfa56333741073cc00f17d54efb9f526b9705a"