protoc 27.0.0-rc1 → 27.0.0-rc3

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/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  protoc
2
2
  ======
3
3
 
4
- This package provides the Protobuf compiler `protoc` <!-- inject: release.tag_name -->v27.0-rc1<!-- end -->.
4
+ This package provides the Protobuf compiler `protoc` <!-- inject: release.tag_name -->v27.0-rc3<!-- end -->.
5
5
 
6
6
  ```shell script
7
7
  npm install --save-dev protoc
package/assets.json CHANGED
@@ -1,39 +1,39 @@
1
1
  [
2
2
  {
3
- "name": "protoc-27.0-rc-1-linux-aarch_64.zip",
4
- "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.0-rc1/protoc-27.0-rc-1-linux-aarch_64.zip",
3
+ "name": "protoc-27.0-rc-3-linux-aarch_64.zip",
4
+ "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.0-rc3/protoc-27.0-rc-3-linux-aarch_64.zip",
5
5
  "platform": "linux",
6
6
  "arch": "arm64",
7
7
  "dotExe": false,
8
8
  "executable": "protoc-linux-aarch_64"
9
9
  },
10
10
  {
11
- "name": "protoc-27.0-rc-1-linux-x86_64.zip",
12
- "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.0-rc1/protoc-27.0-rc-1-linux-x86_64.zip",
11
+ "name": "protoc-27.0-rc-3-linux-x86_64.zip",
12
+ "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.0-rc3/protoc-27.0-rc-3-linux-x86_64.zip",
13
13
  "platform": "linux",
14
14
  "arch": "x64",
15
15
  "dotExe": false,
16
16
  "executable": "protoc-linux-x86_64"
17
17
  },
18
18
  {
19
- "name": "protoc-27.0-rc-1-osx-aarch_64.zip",
20
- "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.0-rc1/protoc-27.0-rc-1-osx-aarch_64.zip",
19
+ "name": "protoc-27.0-rc-3-osx-aarch_64.zip",
20
+ "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.0-rc3/protoc-27.0-rc-3-osx-aarch_64.zip",
21
21
  "platform": "darwin",
22
22
  "arch": "arm64",
23
23
  "dotExe": false,
24
24
  "executable": "protoc-osx-aarch_64"
25
25
  },
26
26
  {
27
- "name": "protoc-27.0-rc-1-osx-x86_64.zip",
28
- "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.0-rc1/protoc-27.0-rc-1-osx-x86_64.zip",
27
+ "name": "protoc-27.0-rc-3-osx-x86_64.zip",
28
+ "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.0-rc3/protoc-27.0-rc-3-osx-x86_64.zip",
29
29
  "platform": "darwin",
30
30
  "arch": "x64",
31
31
  "dotExe": false,
32
32
  "executable": "protoc-osx-x86_64"
33
33
  },
34
34
  {
35
- "name": "protoc-27.0-rc-1-win64.zip",
36
- "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.0-rc1/protoc-27.0-rc-1-win64.zip",
35
+ "name": "protoc-27.0-rc-3-win64.zip",
36
+ "browser_download_url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.0-rc3/protoc-27.0-rc-3-win64.zip",
37
37
  "platform": "win32",
38
38
  "arch": "x64",
39
39
  "dotExe": true,
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1066,11 +1066,24 @@ message FeatureSet {
1066
1066
 
1067
1067
  reserved 999;
1068
1068
 
1069
- extensions 1000; // for Protobuf C++
1070
- extensions 1001; // for Protobuf Java
1071
- extensions 1002; // for Protobuf Go
1072
-
1073
- extensions 9990; // for deprecated Java Proto1
1069
+ extensions 1000 to 9994 [
1070
+ declaration = {
1071
+ number: 1000,
1072
+ full_name: ".pb.cpp",
1073
+ type: ".pb.CppFeatures"
1074
+ },
1075
+ declaration = {
1076
+ number: 1001,
1077
+ full_name: ".pb.java",
1078
+ type: ".pb.JavaFeatures"
1079
+ },
1080
+ declaration = { number: 1002, full_name: ".pb.go", type: ".pb.GoFeatures" },
1081
+ declaration = {
1082
+ number: 9990,
1083
+ full_name: ".pb.proto1",
1084
+ type: ".pb.Proto1Features"
1085
+ }
1086
+ ];
1074
1087
 
1075
1088
  extensions 9995 to 9999; // For internal testing
1076
1089
  extensions 10000; // for https://github.com/bufbuild/protobuf-es
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "protoc",
3
- "version": "27.0.0-rc1",
4
- "upstreamVersion": "v27.0-rc1",
3
+ "version": "27.0.0-rc3",
4
+ "upstreamVersion": "v27.0-rc3",
5
5
  "description": "Installs the protocol buffer compiler \"protoc\" for you.",
6
6
  "bin": {
7
7
  "protoc": "protoc.cjs"