@joystream/content-metadata-protobuf
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -5,2 +5,3 @@ // source: proto/Channel.proto | ||
* @enhanceable | ||
* @suppress {missingRequire} reports error on implicit type usages. | ||
* @suppress {messageConventions} JS Compiler reports an error if a variable or | ||
@@ -7,0 +8,0 @@ * field starts with 'MSG_' and isn't a translatable message. |
@@ -5,2 +5,3 @@ // source: proto/Person.proto | ||
* @enhanceable | ||
* @suppress {missingRequire} reports error on implicit type usages. | ||
* @suppress {messageConventions} JS Compiler reports an error if a variable or | ||
@@ -7,0 +8,0 @@ * field starts with 'MSG_' and isn't a translatable message. |
@@ -5,2 +5,3 @@ // source: proto/Playlist.proto | ||
* @enhanceable | ||
* @suppress {missingRequire} reports error on implicit type usages. | ||
* @suppress {messageConventions} JS Compiler reports an error if a variable or | ||
@@ -7,0 +8,0 @@ * field starts with 'MSG_' and isn't a translatable message. |
@@ -5,2 +5,3 @@ // source: proto/Series.proto | ||
* @enhanceable | ||
* @suppress {missingRequire} reports error on implicit type usages. | ||
* @suppress {messageConventions} JS Compiler reports an error if a variable or | ||
@@ -7,0 +8,0 @@ * field starts with 'MSG_' and isn't a translatable message. |
@@ -5,2 +5,3 @@ // source: proto/Video.proto | ||
* @enhanceable | ||
* @suppress {missingRequire} reports error on implicit type usages. | ||
* @suppress {messageConventions} JS Compiler reports an error if a variable or | ||
@@ -7,0 +8,0 @@ * field starts with 'MSG_' and isn't a translatable message. |
{ | ||
"name": "@joystream/content-metadata-protobuf", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Joystream Content Metadata Protobuf Library ", | ||
@@ -18,3 +18,4 @@ "main": "lib/index.js", | ||
"checks": "tsc --noEmit --pretty && prettier ./ --check && yarn lint", | ||
"format": "prettier ./ --write" | ||
"format": "prettier ./ --write", | ||
"prepublish": "yarn build" | ||
}, | ||
@@ -21,0 +22,0 @@ "files": [ |
144973
23
3849