Rename @cosmjs/sdk40 -> @cosmjs/stargate

This commit is contained in:
Simon Warta 2020-08-06 10:55:17 +02:00
parent c4021c2f5f
commit de07ad311b
20 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# This is a hand written dependencies file for depsight
# Render via `depsight --format png --output stargate-dependencies.png docs/stargate-dependencies.yml`
"@cosmjs/sdk40":
"@cosmjs/stargate":
- "@cosmjs/tendermint-rpc"
- "@cosmjs/proto-signing"

View File

@ -1,6 +1,6 @@
# @cosmjs/sdk40
# @cosmjs/stargate
[![npm version](https://img.shields.io/npm/v/@cosmjs/sdk40.svg)](https://www.npmjs.com/package/@cosmjs/sdk40)
[![npm version](https://img.shields.io/npm/v/@cosmjs/stargate.svg)](https://www.npmjs.com/package/@cosmjs/stargate)
A client library for the Cosmos SDK 0.40.

View File

@ -1,5 +1,5 @@
{
"name": "@cosmjs/sdk40",
"name": "@cosmjs/stargate",
"private": true,
"version": "0.22.0",
"description": "Utilities for Cosmos SDK 0.40",
@ -18,7 +18,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/sdk40"
"url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/stargate"
},
"scripts": {
"docs": "typedoc --options typedoc.js",