From bfcc6dd3231cb1dd47dd4d6798eb44c6cd7b0f71 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Mon, 22 Jun 2020 17:10:51 +0200 Subject: [PATCH] Add docs/stargate-dependencies.ymlb [ci skip] --- docs/stargate-dependencies.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/stargate-dependencies.yml diff --git a/docs/stargate-dependencies.yml b/docs/stargate-dependencies.yml new file mode 100644 index 00000000..548feeef --- /dev/null +++ b/docs/stargate-dependencies.yml @@ -0,0 +1,13 @@ +# This is a hand written dependencies file for depsight +# Render via `depsight --format png --output stargate-dependencies.png docs/stargate-dependencies.yml` + +"@cosmjs/sdk39": +- "@cosmjs/tendermint-rpc" +- "@cosmjs/proto-signing" + +"@cosmjs/proto-signing": +- "protobufjs/minimal" + +"@cosmjs/proto-decorators": +- "@cosmjs/proto-signing" +- "protobufjs/light"