@teacinema/contracts 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teacinema/contracts",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Protobuf definitions and generated TypeScript types",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
package/proto/movie.proto CHANGED
@@ -46,7 +46,7 @@ message MovieDetails {
46
46
  string description = 4;
47
47
  string poster = 5;
48
48
  string banner = 6;
49
- int32 duration = 7;;
49
+ int32 duration = 7;
50
50
  int32 rating_age = 8;
51
51
  string country = 9;
52
52
  google.protobuf.Timestamp release_date = 10;