Skip to content

Commit 9669d31

Browse files
committed
deps: @sigstore/protobuf-specs@0.5.1
1 parent b09a5ac commit 9669d31

17 files changed

Lines changed: 200 additions & 45 deletions

File tree

node_modules/@sigstore/protobuf-specs/dist/__generated__/envelope.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"use strict";
22
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
33
// versions:
4-
// protoc-gen-ts_proto v2.7.5
5-
// protoc v6.30.2
4+
// protoc-gen-ts_proto v2.11.5
5+
// protoc v7.34.1
66
// source: envelope.proto
77
Object.defineProperty(exports, "__esModule", { value: true });
88
exports.Signature = exports.Envelope = void 0;

node_modules/@sigstore/protobuf-specs/dist/__generated__/events.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"use strict";
22
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
33
// versions:
4-
// protoc-gen-ts_proto v2.7.5
5-
// protoc v6.30.2
4+
// protoc-gen-ts_proto v2.11.5
5+
// protoc v7.34.1
66
// source: events.proto
77
Object.defineProperty(exports, "__esModule", { value: true });
88
exports.CloudEventBatch = exports.CloudEvent_CloudEventAttributeValue = exports.CloudEvent_AttributesEntry = exports.CloudEvent = void 0;
@@ -17,7 +17,7 @@ exports.CloudEvent = {
1717
specVersion: isSet(object.specVersion) ? globalThis.String(object.specVersion) : "",
1818
type: isSet(object.type) ? globalThis.String(object.type) : "",
1919
attributes: isObject(object.attributes)
20-
? Object.entries(object.attributes).reduce((acc, [key, value]) => {
20+
? globalThis.Object.entries(object.attributes).reduce((acc, [key, value]) => {
2121
acc[key] = exports.CloudEvent_CloudEventAttributeValue.fromJSON(value);
2222
return acc;
2323
}, {})
@@ -46,7 +46,7 @@ exports.CloudEvent = {
4646
obj.type = message.type;
4747
}
4848
if (message.attributes) {
49-
const entries = Object.entries(message.attributes);
49+
const entries = globalThis.Object.entries(message.attributes);
5050
if (entries.length > 0) {
5151
obj.attributes = {};
5252
entries.forEach(([k, v]) => {

node_modules/@sigstore/protobuf-specs/dist/__generated__/google/api/field_behavior.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"use strict";
22
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
33
// versions:
4-
// protoc-gen-ts_proto v2.7.5
5-
// protoc v6.30.2
4+
// protoc-gen-ts_proto v2.11.5
5+
// protoc v7.34.1
66
// source: google/api/field_behavior.proto
77
Object.defineProperty(exports, "__esModule", { value: true });
88
exports.FieldBehavior = void 0;

node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/any.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"use strict";
22
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
33
// versions:
4-
// protoc-gen-ts_proto v2.7.5
5-
// protoc v6.30.2
4+
// protoc-gen-ts_proto v2.11.5
5+
// protoc v7.34.1
66
// source: google/protobuf/any.proto
77
Object.defineProperty(exports, "__esModule", { value: true });
88
exports.Any = void 0;

node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/descriptor.js

Lines changed: 141 additions & 4 deletions
Large diffs are not rendered by default.

node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/timestamp.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"use strict";
22
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
33
// versions:
4-
// protoc-gen-ts_proto v2.7.5
5-
// protoc v6.30.2
4+
// protoc-gen-ts_proto v2.11.5
5+
// protoc v7.34.1
66
// source: google/protobuf/timestamp.proto
77
Object.defineProperty(exports, "__esModule", { value: true });
88
exports.Timestamp = void 0;

node_modules/@sigstore/protobuf-specs/dist/__generated__/rekor/v2/dsse.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"use strict";
22
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
33
// versions:
4-
// protoc-gen-ts_proto v2.7.5
5-
// protoc v6.30.2
4+
// protoc-gen-ts_proto v2.11.5
5+
// protoc v7.34.1
66
// source: rekor/v2/dsse.proto
77
Object.defineProperty(exports, "__esModule", { value: true });
88
exports.DSSELogEntryV002 = exports.DSSERequestV002 = void 0;

node_modules/@sigstore/protobuf-specs/dist/__generated__/rekor/v2/entry.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"use strict";
22
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
33
// versions:
4-
// protoc-gen-ts_proto v2.7.5
5-
// protoc v6.30.2
4+
// protoc-gen-ts_proto v2.11.5
5+
// protoc v7.34.1
66
// source: rekor/v2/entry.proto
77
Object.defineProperty(exports, "__esModule", { value: true });
88
exports.CreateEntryRequest = exports.Spec = exports.Entry = void 0;

node_modules/@sigstore/protobuf-specs/dist/__generated__/rekor/v2/hashedrekord.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"use strict";
22
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
33
// versions:
4-
// protoc-gen-ts_proto v2.7.5
5-
// protoc v6.30.2
4+
// protoc-gen-ts_proto v2.11.5
5+
// protoc v7.34.1
66
// source: rekor/v2/hashedrekord.proto
77
Object.defineProperty(exports, "__esModule", { value: true });
88
exports.HashedRekordLogEntryV002 = exports.HashedRekordRequestV002 = void 0;

node_modules/@sigstore/protobuf-specs/dist/__generated__/rekor/v2/verifier.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"use strict";
22
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
33
// versions:
4-
// protoc-gen-ts_proto v2.7.5
5-
// protoc v6.30.2
4+
// protoc-gen-ts_proto v2.11.5
5+
// protoc v7.34.1
66
// source: rekor/v2/verifier.proto
77
Object.defineProperty(exports, "__esModule", { value: true });
88
exports.Signature = exports.Verifier = exports.PublicKey = void 0;

0 commit comments

Comments
 (0)