Browse Source

cli: v0.5.1 - add missing dependency on protobuf package

Mokhtar Naamani 3 years ago
parent
commit
52d42b0757
2 changed files with 3 additions and 2 deletions
  1. 1 1
      cli/README.md
  2. 2 1
      cli/package.json

+ 1 - 1
cli/README.md

@@ -45,7 +45,7 @@ $ npm install -g @joystream/cli
 $ joystream-cli COMMAND
 running command...
 $ joystream-cli (-v|--version|version)
-@joystream/cli/0.5.0 linux-x64 node-v14.16.1
+@joystream/cli/0.5.1 linux-x64 node-v14.16.1
 $ joystream-cli --help [COMMAND]
 USAGE
   $ joystream-cli COMMAND

+ 2 - 1
cli/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@joystream/cli",
   "description": "Command Line Interface for Joystream community and governance activities",
-  "version": "0.5.0",
+  "version": "0.5.1",
   "author": "Leszek Wiesner",
   "bin": {
     "joystream-cli": "./bin/run"
@@ -10,6 +10,7 @@
   "dependencies": {
     "@apidevtools/json-schema-ref-parser": "^9.0.6",
     "@ffprobe-installer/ffprobe": "^1.1.0",
+    "@joystream/content-metadata-protobuf": "^1.1.0",
     "@joystream/types": "^0.16.1",
     "@oclif/command": "^1.5.19",
     "@oclif/config": "^1.14.0",