json-rpc: Update package.json

This commit is contained in:
willclarktech 2020-06-24 15:48:11 +02:00
parent a9a12d5fbc
commit d141924b02
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 20 additions and 5 deletions

View File

@ -1,8 +1,12 @@
{ {
"name": "@iov/jsonrpc", "name": "@cosmjs/json-rpc",
"version": "2.5.0", "version": "0.20.0",
"description": "Framework for implementing a JSON-RPC 2.0 API", "description": "Framework for implementing a JSON-RPC 2.0 API",
"author": "IOV SAS <admin@iov.one>", "contributors": [
"IOV SAS <admin@iov.one>",
"Confio UO <hello@confio.tech>",
"Will Clark <willclarktech@users.noreply.github.com>"
],
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "build/index.js", "main": "build/index.js",
"types": "types/index.d.ts", "types": "types/index.d.ts",
@ -15,14 +19,15 @@
], ],
"repository": { "repository": {
"type": "git", "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": { "publishConfig": {
"access": "public" "access": "public"
}, },
"scripts": { "scripts": {
"docs": "shx rm -rf docs && typedoc --options typedoc.js", "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\"", "format": "prettier --write --loglevel warn \"./src/**/*.ts\"",
"test-node": "node jasmine-testrunner.js", "test-node": "node jasmine-testrunner.js",
"test-edge": "yarn pack-web && karma start --single-run --browsers Edge", "test-edge": "yarn pack-web && karma start --single-run --browsers Edge",

View File

@ -102,6 +102,16 @@
bn.js "^4.11.8" bn.js "^4.11.8"
readonly-date "^1.0.0" 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": "@iov/jsonrpc@^2.3.2":
version "2.3.2" version "2.3.2"
resolved "https://registry.yarnpkg.com/@iov/jsonrpc/-/jsonrpc-2.3.2.tgz#5cdfa56333741073cc00f17d54efb9f526b9705a" resolved "https://registry.yarnpkg.com/@iov/jsonrpc/-/jsonrpc-2.3.2.tgz#5cdfa56333741073cc00f17d54efb9f526b9705a"