@dedcinema/contracts 1.1.6 → 1.1.8

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.
@@ -4,7 +4,7 @@
4
4
  // protoc v3.12.4
5
5
  // source: media.proto
6
6
 
7
- package media_media
7
+ package media
8
8
 
9
9
  import (
10
10
  protoreflect "google.golang.org/protobuf/reflect/protoreflect"
@@ -362,7 +362,7 @@ const file_media_proto_rawDesc = "" +
362
362
  "\fMediaService\x12;\n" +
363
363
  "\x06Upload\x12\x17.media.v1.UploadRequest\x1a\x18.media.v1.UploadResponse\x122\n" +
364
364
  "\x03Get\x12\x14.media.v1.GetRequest\x1a\x15.media.v1.GetResponse\x12;\n" +
365
- "\x06Delete\x12\x17.media.v1.DeleteRequest\x1a\x18.media.v1.DeleteResponseB5P\x01Z1github.com/dedcinema/contracts/gen/go/media:mediab\x06proto3"
365
+ "\x06Delete\x12\x17.media.v1.DeleteRequest\x1a\x18.media.v1.DeleteResponseB.P\x01Z*github.com/dedcinema/contracts/media;mediab\x06proto3"
366
366
 
367
367
  var (
368
368
  file_media_proto_rawDescOnce sync.Once
@@ -4,7 +4,7 @@
4
4
  // - protoc v3.12.4
5
5
  // source: media.proto
6
6
 
7
- package media_media
7
+ package media
8
8
 
9
9
  import (
10
10
  context "context"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dedcinema/contracts",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "description": "Protobuf definition and generated TypeScript types",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
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/dedcinema/contracts/media:media";
5
+ option go_package = "github.com/dedcinema/contracts/media;media";
6
6
  option java_multiple_files = true;
7
7
 
8
8
  service MediaService {