mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-11 14:09:15 +00:00
json-rpc: Update package.json
This commit is contained in:
parent
a9a12d5fbc
commit
d141924b02
@ -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",
|
||||||
|
10
yarn.lock
10
yarn.lock
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user