@salesticketcinema/contracts 1.1.8 → 1.1.9

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": "@salesticketcinema/contracts",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "Protobuf definitions and generated Typescript types",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.js",
package/proto/media.proto CHANGED
@@ -2,7 +2,7 @@ syntax = "proto3";
2
2
 
3
3
  package media.v1;
4
4
 
5
- option go_package = "github.com/fullstackcinema/contracts/gen/ts/go/media;media";
5
+ option go_package = "github.com/fullstackcinema/contracts/gen/go/media;media";
6
6
  option java_multiple_files = true;
7
7
 
8
8
  service MediaService {