Update detsys-ts for: Merge pull request #101 from DeterminateSystems/gustavderdrache/write-correlation (e252a66f00e041869f7e402e579141f7b8ab1edf)

This commit is contained in:
gustavderdrache 2025-06-23 18:31:52 +00:00 committed by github-actions[bot]
parent 203bba74fe
commit 9e234f294f
3 changed files with 444 additions and 398 deletions

387
dist/index.js vendored
View file

@ -474,13 +474,13 @@ exports.CacheService = exports.GetCacheEntryDownloadURLResponse = exports.GetCac
// @generated by protobuf-ts 2.9.1 with parameter long_type_string,client_none,generate_dependencies // @generated by protobuf-ts 2.9.1 with parameter long_type_string,client_none,generate_dependencies
// @generated from protobuf file "results/api/v1/cache.proto" (package "github.actions.results.api.v1", syntax proto3) // @generated from protobuf file "results/api/v1/cache.proto" (package "github.actions.results.api.v1", syntax proto3)
// tslint:disable // tslint:disable
const runtime_rpc_1 = __nccwpck_require__(8784); const runtime_rpc_1 = __nccwpck_require__(2229);
const runtime_1 = __nccwpck_require__(3780); const runtime_1 = __nccwpck_require__(6765);
const runtime_2 = __nccwpck_require__(3780); const runtime_2 = __nccwpck_require__(6765);
const runtime_3 = __nccwpck_require__(3780); const runtime_3 = __nccwpck_require__(6765);
const runtime_4 = __nccwpck_require__(3780); const runtime_4 = __nccwpck_require__(6765);
const runtime_5 = __nccwpck_require__(3780); const runtime_5 = __nccwpck_require__(6765);
const cachemetadata_1 = __nccwpck_require__(1573); const cachemetadata_1 = __nccwpck_require__(3954);
// @generated message type with reflection information, may provide speed optimized methods // @generated message type with reflection information, may provide speed optimized methods
class CreateCacheEntryRequest$Type extends runtime_5.MessageType { class CreateCacheEntryRequest$Type extends runtime_5.MessageType {
constructor() { constructor() {
@ -933,17 +933,17 @@ exports.CacheServiceClientProtobuf = CacheServiceClientProtobuf;
/***/ }), /***/ }),
/***/ 1573: /***/ 3954:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.CacheMetadata = void 0; exports.CacheMetadata = void 0;
const runtime_1 = __nccwpck_require__(3780); const runtime_1 = __nccwpck_require__(6765);
const runtime_2 = __nccwpck_require__(3780); const runtime_2 = __nccwpck_require__(6765);
const runtime_3 = __nccwpck_require__(3780); const runtime_3 = __nccwpck_require__(6765);
const runtime_4 = __nccwpck_require__(3780); const runtime_4 = __nccwpck_require__(6765);
const runtime_5 = __nccwpck_require__(3780); const runtime_5 = __nccwpck_require__(6765);
const cachescope_1 = __nccwpck_require__(7182); const cachescope_1 = __nccwpck_require__(7182);
// @generated message type with reflection information, may provide speed optimized methods // @generated message type with reflection information, may provide speed optimized methods
class CacheMetadata$Type extends runtime_5.MessageType { class CacheMetadata$Type extends runtime_5.MessageType {
@ -1009,11 +1009,11 @@ exports.CacheMetadata = new CacheMetadata$Type();
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.CacheScope = void 0; exports.CacheScope = void 0;
const runtime_1 = __nccwpck_require__(3780); const runtime_1 = __nccwpck_require__(6765);
const runtime_2 = __nccwpck_require__(3780); const runtime_2 = __nccwpck_require__(6765);
const runtime_3 = __nccwpck_require__(3780); const runtime_3 = __nccwpck_require__(6765);
const runtime_4 = __nccwpck_require__(3780); const runtime_4 = __nccwpck_require__(6765);
const runtime_5 = __nccwpck_require__(3780); const runtime_5 = __nccwpck_require__(6765);
// @generated message type with reflection information, may provide speed optimized methods // @generated message type with reflection information, may provide speed optimized methods
class CacheScope$Type extends runtime_5.MessageType { class CacheScope$Type extends runtime_5.MessageType {
constructor() { constructor() {
@ -32560,7 +32560,7 @@ exports.newPipeline = newPipeline;
/***/ }), /***/ }),
/***/ 5613: /***/ 6444:
/***/ (function(__unused_webpack_module, exports) { /***/ (function(__unused_webpack_module, exports) {
@ -32617,7 +32617,7 @@ exports.ClientStreamingCall = ClientStreamingCall;
/***/ }), /***/ }),
/***/ 8477: /***/ 6110:
/***/ ((__unused_webpack_module, exports) => { /***/ ((__unused_webpack_module, exports) => {
@ -32710,7 +32710,7 @@ exports.Deferred = Deferred;
/***/ }), /***/ }),
/***/ 7494: /***/ 3515:
/***/ (function(__unused_webpack_module, exports) { /***/ (function(__unused_webpack_module, exports) {
@ -32766,7 +32766,7 @@ exports.DuplexStreamingCall = DuplexStreamingCall;
/***/ }), /***/ }),
/***/ 8784: /***/ 2229:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
@ -32774,50 +32774,50 @@ exports.DuplexStreamingCall = DuplexStreamingCall;
// Note: we do not use `export * from ...` to help tree shakers, // Note: we do not use `export * from ...` to help tree shakers,
// webpack verbose output hints that this should be useful // webpack verbose output hints that this should be useful
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
var service_type_1 = __nccwpck_require__(7816); var service_type_1 = __nccwpck_require__(2927);
Object.defineProperty(exports, "ServiceType", ({ enumerable: true, get: function () { return service_type_1.ServiceType; } })); Object.defineProperty(exports, "ServiceType", ({ enumerable: true, get: function () { return service_type_1.ServiceType; } }));
var reflection_info_1 = __nccwpck_require__(1772); var reflection_info_1 = __nccwpck_require__(1817);
Object.defineProperty(exports, "readMethodOptions", ({ enumerable: true, get: function () { return reflection_info_1.readMethodOptions; } })); Object.defineProperty(exports, "readMethodOptions", ({ enumerable: true, get: function () { return reflection_info_1.readMethodOptions; } }));
Object.defineProperty(exports, "readMethodOption", ({ enumerable: true, get: function () { return reflection_info_1.readMethodOption; } })); Object.defineProperty(exports, "readMethodOption", ({ enumerable: true, get: function () { return reflection_info_1.readMethodOption; } }));
Object.defineProperty(exports, "readServiceOption", ({ enumerable: true, get: function () { return reflection_info_1.readServiceOption; } })); Object.defineProperty(exports, "readServiceOption", ({ enumerable: true, get: function () { return reflection_info_1.readServiceOption; } }));
var rpc_error_1 = __nccwpck_require__(472); var rpc_error_1 = __nccwpck_require__(3361);
Object.defineProperty(exports, "RpcError", ({ enumerable: true, get: function () { return rpc_error_1.RpcError; } })); Object.defineProperty(exports, "RpcError", ({ enumerable: true, get: function () { return rpc_error_1.RpcError; } }));
var rpc_options_1 = __nccwpck_require__(6607); var rpc_options_1 = __nccwpck_require__(6457);
Object.defineProperty(exports, "mergeRpcOptions", ({ enumerable: true, get: function () { return rpc_options_1.mergeRpcOptions; } })); Object.defineProperty(exports, "mergeRpcOptions", ({ enumerable: true, get: function () { return rpc_options_1.mergeRpcOptions; } }));
var rpc_output_stream_1 = __nccwpck_require__(1290); var rpc_output_stream_1 = __nccwpck_require__(9607);
Object.defineProperty(exports, "RpcOutputStreamController", ({ enumerable: true, get: function () { return rpc_output_stream_1.RpcOutputStreamController; } })); Object.defineProperty(exports, "RpcOutputStreamController", ({ enumerable: true, get: function () { return rpc_output_stream_1.RpcOutputStreamController; } }));
var test_transport_1 = __nccwpck_require__(7694); var test_transport_1 = __nccwpck_require__(2753);
Object.defineProperty(exports, "TestTransport", ({ enumerable: true, get: function () { return test_transport_1.TestTransport; } })); Object.defineProperty(exports, "TestTransport", ({ enumerable: true, get: function () { return test_transport_1.TestTransport; } }));
var deferred_1 = __nccwpck_require__(8477); var deferred_1 = __nccwpck_require__(6110);
Object.defineProperty(exports, "Deferred", ({ enumerable: true, get: function () { return deferred_1.Deferred; } })); Object.defineProperty(exports, "Deferred", ({ enumerable: true, get: function () { return deferred_1.Deferred; } }));
Object.defineProperty(exports, "DeferredState", ({ enumerable: true, get: function () { return deferred_1.DeferredState; } })); Object.defineProperty(exports, "DeferredState", ({ enumerable: true, get: function () { return deferred_1.DeferredState; } }));
var duplex_streaming_call_1 = __nccwpck_require__(7494); var duplex_streaming_call_1 = __nccwpck_require__(3515);
Object.defineProperty(exports, "DuplexStreamingCall", ({ enumerable: true, get: function () { return duplex_streaming_call_1.DuplexStreamingCall; } })); Object.defineProperty(exports, "DuplexStreamingCall", ({ enumerable: true, get: function () { return duplex_streaming_call_1.DuplexStreamingCall; } }));
var client_streaming_call_1 = __nccwpck_require__(5613); var client_streaming_call_1 = __nccwpck_require__(6444);
Object.defineProperty(exports, "ClientStreamingCall", ({ enumerable: true, get: function () { return client_streaming_call_1.ClientStreamingCall; } })); Object.defineProperty(exports, "ClientStreamingCall", ({ enumerable: true, get: function () { return client_streaming_call_1.ClientStreamingCall; } }));
var server_streaming_call_1 = __nccwpck_require__(5489); var server_streaming_call_1 = __nccwpck_require__(7688);
Object.defineProperty(exports, "ServerStreamingCall", ({ enumerable: true, get: function () { return server_streaming_call_1.ServerStreamingCall; } })); Object.defineProperty(exports, "ServerStreamingCall", ({ enumerable: true, get: function () { return server_streaming_call_1.ServerStreamingCall; } }));
var unary_call_1 = __nccwpck_require__(5772); var unary_call_1 = __nccwpck_require__(1539);
Object.defineProperty(exports, "UnaryCall", ({ enumerable: true, get: function () { return unary_call_1.UnaryCall; } })); Object.defineProperty(exports, "UnaryCall", ({ enumerable: true, get: function () { return unary_call_1.UnaryCall; } }));
var rpc_interceptor_1 = __nccwpck_require__(7373); var rpc_interceptor_1 = __nccwpck_require__(5992);
Object.defineProperty(exports, "stackIntercept", ({ enumerable: true, get: function () { return rpc_interceptor_1.stackIntercept; } })); Object.defineProperty(exports, "stackIntercept", ({ enumerable: true, get: function () { return rpc_interceptor_1.stackIntercept; } }));
Object.defineProperty(exports, "stackDuplexStreamingInterceptors", ({ enumerable: true, get: function () { return rpc_interceptor_1.stackDuplexStreamingInterceptors; } })); Object.defineProperty(exports, "stackDuplexStreamingInterceptors", ({ enumerable: true, get: function () { return rpc_interceptor_1.stackDuplexStreamingInterceptors; } }));
Object.defineProperty(exports, "stackClientStreamingInterceptors", ({ enumerable: true, get: function () { return rpc_interceptor_1.stackClientStreamingInterceptors; } })); Object.defineProperty(exports, "stackClientStreamingInterceptors", ({ enumerable: true, get: function () { return rpc_interceptor_1.stackClientStreamingInterceptors; } }));
Object.defineProperty(exports, "stackServerStreamingInterceptors", ({ enumerable: true, get: function () { return rpc_interceptor_1.stackServerStreamingInterceptors; } })); Object.defineProperty(exports, "stackServerStreamingInterceptors", ({ enumerable: true, get: function () { return rpc_interceptor_1.stackServerStreamingInterceptors; } }));
Object.defineProperty(exports, "stackUnaryInterceptors", ({ enumerable: true, get: function () { return rpc_interceptor_1.stackUnaryInterceptors; } })); Object.defineProperty(exports, "stackUnaryInterceptors", ({ enumerable: true, get: function () { return rpc_interceptor_1.stackUnaryInterceptors; } }));
var server_call_context_1 = __nccwpck_require__(2396); var server_call_context_1 = __nccwpck_require__(9029);
Object.defineProperty(exports, "ServerCallContextController", ({ enumerable: true, get: function () { return server_call_context_1.ServerCallContextController; } })); Object.defineProperty(exports, "ServerCallContextController", ({ enumerable: true, get: function () { return server_call_context_1.ServerCallContextController; } }));
/***/ }), /***/ }),
/***/ 1772: /***/ 1817:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.readServiceOption = exports.readMethodOption = exports.readMethodOptions = exports.normalizeMethodInfo = void 0; exports.readServiceOption = exports.readMethodOption = exports.readMethodOptions = exports.normalizeMethodInfo = void 0;
const runtime_1 = __nccwpck_require__(3780); const runtime_1 = __nccwpck_require__(6765);
/** /**
* Turns PartialMethodInfo into MethodInfo. * Turns PartialMethodInfo into MethodInfo.
*/ */
@ -32875,7 +32875,7 @@ exports.readServiceOption = readServiceOption;
/***/ }), /***/ }),
/***/ 472: /***/ 3361:
/***/ ((__unused_webpack_module, exports) => { /***/ ((__unused_webpack_module, exports) => {
@ -32918,13 +32918,13 @@ exports.RpcError = RpcError;
/***/ }), /***/ }),
/***/ 7373: /***/ 5992:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.stackDuplexStreamingInterceptors = exports.stackClientStreamingInterceptors = exports.stackServerStreamingInterceptors = exports.stackUnaryInterceptors = exports.stackIntercept = void 0; exports.stackDuplexStreamingInterceptors = exports.stackClientStreamingInterceptors = exports.stackServerStreamingInterceptors = exports.stackUnaryInterceptors = exports.stackIntercept = void 0;
const runtime_1 = __nccwpck_require__(3780); const runtime_1 = __nccwpck_require__(6765);
/** /**
* Creates a "stack" of of all interceptors specified in the given `RpcOptions`. * Creates a "stack" of of all interceptors specified in the given `RpcOptions`.
* Used by generated client implementations. * Used by generated client implementations.
@ -32999,13 +32999,13 @@ exports.stackDuplexStreamingInterceptors = stackDuplexStreamingInterceptors;
/***/ }), /***/ }),
/***/ 6607: /***/ 6457:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.mergeRpcOptions = void 0; exports.mergeRpcOptions = void 0;
const runtime_1 = __nccwpck_require__(3780); const runtime_1 = __nccwpck_require__(6765);
/** /**
* Merges custom RPC options with defaults. Returns a new instance and keeps * Merges custom RPC options with defaults. Returns a new instance and keeps
* the "defaults" and the "options" unmodified. * the "defaults" and the "options" unmodified.
@ -33072,14 +33072,14 @@ function copy(a, into) {
/***/ }), /***/ }),
/***/ 1290: /***/ 9607:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.RpcOutputStreamController = void 0; exports.RpcOutputStreamController = void 0;
const deferred_1 = __nccwpck_require__(8477); const deferred_1 = __nccwpck_require__(6110);
const runtime_1 = __nccwpck_require__(3780); const runtime_1 = __nccwpck_require__(6765);
/** /**
* A `RpcOutputStream` that you control. * A `RpcOutputStream` that you control.
*/ */
@ -33249,7 +33249,7 @@ exports.RpcOutputStreamController = RpcOutputStreamController;
/***/ }), /***/ }),
/***/ 2396: /***/ 9029:
/***/ ((__unused_webpack_module, exports) => { /***/ ((__unused_webpack_module, exports) => {
@ -33316,7 +33316,7 @@ exports.ServerCallContextController = ServerCallContextController;
/***/ }), /***/ }),
/***/ 5489: /***/ 7688:
/***/ (function(__unused_webpack_module, exports) { /***/ (function(__unused_webpack_module, exports) {
@ -33373,13 +33373,13 @@ exports.ServerStreamingCall = ServerStreamingCall;
/***/ }), /***/ }),
/***/ 7816: /***/ 2927:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.ServiceType = void 0; exports.ServiceType = void 0;
const reflection_info_1 = __nccwpck_require__(1772); const reflection_info_1 = __nccwpck_require__(1817);
class ServiceType { class ServiceType {
constructor(typeName, methods, options) { constructor(typeName, methods, options) {
this.typeName = typeName; this.typeName = typeName;
@ -33392,7 +33392,7 @@ exports.ServiceType = ServiceType;
/***/ }), /***/ }),
/***/ 7694: /***/ 2753:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
@ -33407,14 +33407,14 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
}; };
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.TestTransport = void 0; exports.TestTransport = void 0;
const rpc_error_1 = __nccwpck_require__(472); const rpc_error_1 = __nccwpck_require__(3361);
const runtime_1 = __nccwpck_require__(3780); const runtime_1 = __nccwpck_require__(6765);
const rpc_output_stream_1 = __nccwpck_require__(1290); const rpc_output_stream_1 = __nccwpck_require__(9607);
const rpc_options_1 = __nccwpck_require__(6607); const rpc_options_1 = __nccwpck_require__(6457);
const unary_call_1 = __nccwpck_require__(5772); const unary_call_1 = __nccwpck_require__(1539);
const server_streaming_call_1 = __nccwpck_require__(5489); const server_streaming_call_1 = __nccwpck_require__(7688);
const client_streaming_call_1 = __nccwpck_require__(5613); const client_streaming_call_1 = __nccwpck_require__(6444);
const duplex_streaming_call_1 = __nccwpck_require__(7494); const duplex_streaming_call_1 = __nccwpck_require__(3515);
/** /**
* Transport for testing. * Transport for testing.
*/ */
@ -33720,7 +33720,7 @@ class TestInputStream {
/***/ }), /***/ }),
/***/ 5772: /***/ 1539:
/***/ (function(__unused_webpack_module, exports) { /***/ (function(__unused_webpack_module, exports) {
@ -33776,7 +33776,7 @@ exports.UnaryCall = UnaryCall;
/***/ }), /***/ }),
/***/ 196: /***/ 6387:
/***/ ((__unused_webpack_module, exports) => { /***/ ((__unused_webpack_module, exports) => {
@ -33826,7 +33826,7 @@ exports.assertFloat32 = assertFloat32;
/***/ }), /***/ }),
/***/ 6785: /***/ 5050:
/***/ ((__unused_webpack_module, exports) => { /***/ ((__unused_webpack_module, exports) => {
@ -33951,7 +33951,7 @@ exports.base64encode = base64encode;
/***/ }), /***/ }),
/***/ 2882: /***/ 1573:
/***/ ((__unused_webpack_module, exports) => { /***/ ((__unused_webpack_module, exports) => {
@ -34058,15 +34058,15 @@ var WireType;
/***/ }), /***/ }),
/***/ 3831: /***/ 8386:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.BinaryReader = exports.binaryReadOptions = void 0; exports.BinaryReader = exports.binaryReadOptions = void 0;
const binary_format_contract_1 = __nccwpck_require__(2882); const binary_format_contract_1 = __nccwpck_require__(1573);
const pb_long_1 = __nccwpck_require__(507); const pb_long_1 = __nccwpck_require__(8986);
const goog_varint_1 = __nccwpck_require__(205); const goog_varint_1 = __nccwpck_require__(6620);
const defaultsRead = { const defaultsRead = {
readUnknownField: true, readUnknownField: true,
readerFactory: bytes => new BinaryReader(bytes), readerFactory: bytes => new BinaryReader(bytes),
@ -34248,15 +34248,15 @@ exports.BinaryReader = BinaryReader;
/***/ }), /***/ }),
/***/ 8295: /***/ 7954:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.BinaryWriter = exports.binaryWriteOptions = void 0; exports.BinaryWriter = exports.binaryWriteOptions = void 0;
const pb_long_1 = __nccwpck_require__(507); const pb_long_1 = __nccwpck_require__(8986);
const goog_varint_1 = __nccwpck_require__(205); const goog_varint_1 = __nccwpck_require__(6620);
const assert_1 = __nccwpck_require__(196); const assert_1 = __nccwpck_require__(6387);
const defaultsWrite = { const defaultsWrite = {
writeUnknownFields: true, writeUnknownFields: true,
writerFactory: () => new BinaryWriter(), writerFactory: () => new BinaryWriter(),
@ -34487,7 +34487,7 @@ exports.BinaryWriter = BinaryWriter;
/***/ }), /***/ }),
/***/ 8607: /***/ 1094:
/***/ ((__unused_webpack_module, exports) => { /***/ ((__unused_webpack_module, exports) => {
@ -34581,7 +34581,7 @@ exports.listEnumNumbers = listEnumNumbers;
/***/ }), /***/ }),
/***/ 205: /***/ 6620:
/***/ ((__unused_webpack_module, exports) => { /***/ ((__unused_webpack_module, exports) => {
@ -34862,7 +34862,7 @@ exports.varint32read = varint32read;
/***/ }), /***/ }),
/***/ 3780: /***/ 6765:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
@ -34871,46 +34871,46 @@ exports.varint32read = varint32read;
// webpack verbose output hints that this should be useful // webpack verbose output hints that this should be useful
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
// Convenience JSON typings and corresponding type guards // Convenience JSON typings and corresponding type guards
var json_typings_1 = __nccwpck_require__(9438); var json_typings_1 = __nccwpck_require__(1978);
Object.defineProperty(exports, "typeofJsonValue", ({ enumerable: true, get: function () { return json_typings_1.typeofJsonValue; } })); Object.defineProperty(exports, "typeofJsonValue", ({ enumerable: true, get: function () { return json_typings_1.typeofJsonValue; } }));
Object.defineProperty(exports, "isJsonObject", ({ enumerable: true, get: function () { return json_typings_1.isJsonObject; } })); Object.defineProperty(exports, "isJsonObject", ({ enumerable: true, get: function () { return json_typings_1.isJsonObject; } }));
// Base 64 encoding // Base 64 encoding
var base64_1 = __nccwpck_require__(6785); var base64_1 = __nccwpck_require__(5050);
Object.defineProperty(exports, "base64decode", ({ enumerable: true, get: function () { return base64_1.base64decode; } })); Object.defineProperty(exports, "base64decode", ({ enumerable: true, get: function () { return base64_1.base64decode; } }));
Object.defineProperty(exports, "base64encode", ({ enumerable: true, get: function () { return base64_1.base64encode; } })); Object.defineProperty(exports, "base64encode", ({ enumerable: true, get: function () { return base64_1.base64encode; } }));
// UTF8 encoding // UTF8 encoding
var protobufjs_utf8_1 = __nccwpck_require__(800); var protobufjs_utf8_1 = __nccwpck_require__(305);
Object.defineProperty(exports, "utf8read", ({ enumerable: true, get: function () { return protobufjs_utf8_1.utf8read; } })); Object.defineProperty(exports, "utf8read", ({ enumerable: true, get: function () { return protobufjs_utf8_1.utf8read; } }));
// Binary format contracts, options for reading and writing, for example // Binary format contracts, options for reading and writing, for example
var binary_format_contract_1 = __nccwpck_require__(2882); var binary_format_contract_1 = __nccwpck_require__(1573);
Object.defineProperty(exports, "WireType", ({ enumerable: true, get: function () { return binary_format_contract_1.WireType; } })); Object.defineProperty(exports, "WireType", ({ enumerable: true, get: function () { return binary_format_contract_1.WireType; } }));
Object.defineProperty(exports, "mergeBinaryOptions", ({ enumerable: true, get: function () { return binary_format_contract_1.mergeBinaryOptions; } })); Object.defineProperty(exports, "mergeBinaryOptions", ({ enumerable: true, get: function () { return binary_format_contract_1.mergeBinaryOptions; } }));
Object.defineProperty(exports, "UnknownFieldHandler", ({ enumerable: true, get: function () { return binary_format_contract_1.UnknownFieldHandler; } })); Object.defineProperty(exports, "UnknownFieldHandler", ({ enumerable: true, get: function () { return binary_format_contract_1.UnknownFieldHandler; } }));
// Standard IBinaryReader implementation // Standard IBinaryReader implementation
var binary_reader_1 = __nccwpck_require__(3831); var binary_reader_1 = __nccwpck_require__(8386);
Object.defineProperty(exports, "BinaryReader", ({ enumerable: true, get: function () { return binary_reader_1.BinaryReader; } })); Object.defineProperty(exports, "BinaryReader", ({ enumerable: true, get: function () { return binary_reader_1.BinaryReader; } }));
Object.defineProperty(exports, "binaryReadOptions", ({ enumerable: true, get: function () { return binary_reader_1.binaryReadOptions; } })); Object.defineProperty(exports, "binaryReadOptions", ({ enumerable: true, get: function () { return binary_reader_1.binaryReadOptions; } }));
// Standard IBinaryWriter implementation // Standard IBinaryWriter implementation
var binary_writer_1 = __nccwpck_require__(8295); var binary_writer_1 = __nccwpck_require__(7954);
Object.defineProperty(exports, "BinaryWriter", ({ enumerable: true, get: function () { return binary_writer_1.BinaryWriter; } })); Object.defineProperty(exports, "BinaryWriter", ({ enumerable: true, get: function () { return binary_writer_1.BinaryWriter; } }));
Object.defineProperty(exports, "binaryWriteOptions", ({ enumerable: true, get: function () { return binary_writer_1.binaryWriteOptions; } })); Object.defineProperty(exports, "binaryWriteOptions", ({ enumerable: true, get: function () { return binary_writer_1.binaryWriteOptions; } }));
// Int64 and UInt64 implementations required for the binary format // Int64 and UInt64 implementations required for the binary format
var pb_long_1 = __nccwpck_require__(507); var pb_long_1 = __nccwpck_require__(8986);
Object.defineProperty(exports, "PbLong", ({ enumerable: true, get: function () { return pb_long_1.PbLong; } })); Object.defineProperty(exports, "PbLong", ({ enumerable: true, get: function () { return pb_long_1.PbLong; } }));
Object.defineProperty(exports, "PbULong", ({ enumerable: true, get: function () { return pb_long_1.PbULong; } })); Object.defineProperty(exports, "PbULong", ({ enumerable: true, get: function () { return pb_long_1.PbULong; } }));
// JSON format contracts, options for reading and writing, for example // JSON format contracts, options for reading and writing, for example
var json_format_contract_1 = __nccwpck_require__(7789); var json_format_contract_1 = __nccwpck_require__(7738);
Object.defineProperty(exports, "jsonReadOptions", ({ enumerable: true, get: function () { return json_format_contract_1.jsonReadOptions; } })); Object.defineProperty(exports, "jsonReadOptions", ({ enumerable: true, get: function () { return json_format_contract_1.jsonReadOptions; } }));
Object.defineProperty(exports, "jsonWriteOptions", ({ enumerable: true, get: function () { return json_format_contract_1.jsonWriteOptions; } })); Object.defineProperty(exports, "jsonWriteOptions", ({ enumerable: true, get: function () { return json_format_contract_1.jsonWriteOptions; } }));
Object.defineProperty(exports, "mergeJsonOptions", ({ enumerable: true, get: function () { return json_format_contract_1.mergeJsonOptions; } })); Object.defineProperty(exports, "mergeJsonOptions", ({ enumerable: true, get: function () { return json_format_contract_1.mergeJsonOptions; } }));
// Message type contract // Message type contract
var message_type_contract_1 = __nccwpck_require__(7867); var message_type_contract_1 = __nccwpck_require__(5090);
Object.defineProperty(exports, "MESSAGE_TYPE", ({ enumerable: true, get: function () { return message_type_contract_1.MESSAGE_TYPE; } })); Object.defineProperty(exports, "MESSAGE_TYPE", ({ enumerable: true, get: function () { return message_type_contract_1.MESSAGE_TYPE; } }));
// Message type implementation via reflection // Message type implementation via reflection
var message_type_1 = __nccwpck_require__(3052); var message_type_1 = __nccwpck_require__(3703);
Object.defineProperty(exports, "MessageType", ({ enumerable: true, get: function () { return message_type_1.MessageType; } })); Object.defineProperty(exports, "MessageType", ({ enumerable: true, get: function () { return message_type_1.MessageType; } }));
// Reflection info, generated by the plugin, exposed to the user, used by reflection ops // Reflection info, generated by the plugin, exposed to the user, used by reflection ops
var reflection_info_1 = __nccwpck_require__(4576); var reflection_info_1 = __nccwpck_require__(2593);
Object.defineProperty(exports, "ScalarType", ({ enumerable: true, get: function () { return reflection_info_1.ScalarType; } })); Object.defineProperty(exports, "ScalarType", ({ enumerable: true, get: function () { return reflection_info_1.ScalarType; } }));
Object.defineProperty(exports, "LongType", ({ enumerable: true, get: function () { return reflection_info_1.LongType; } })); Object.defineProperty(exports, "LongType", ({ enumerable: true, get: function () { return reflection_info_1.LongType; } }));
Object.defineProperty(exports, "RepeatType", ({ enumerable: true, get: function () { return reflection_info_1.RepeatType; } })); Object.defineProperty(exports, "RepeatType", ({ enumerable: true, get: function () { return reflection_info_1.RepeatType; } }));
@ -34919,44 +34919,44 @@ Object.defineProperty(exports, "readFieldOptions", ({ enumerable: true, get: fun
Object.defineProperty(exports, "readFieldOption", ({ enumerable: true, get: function () { return reflection_info_1.readFieldOption; } })); Object.defineProperty(exports, "readFieldOption", ({ enumerable: true, get: function () { return reflection_info_1.readFieldOption; } }));
Object.defineProperty(exports, "readMessageOption", ({ enumerable: true, get: function () { return reflection_info_1.readMessageOption; } })); Object.defineProperty(exports, "readMessageOption", ({ enumerable: true, get: function () { return reflection_info_1.readMessageOption; } }));
// Message operations via reflection // Message operations via reflection
var reflection_type_check_1 = __nccwpck_require__(9979); var reflection_type_check_1 = __nccwpck_require__(7440);
Object.defineProperty(exports, "ReflectionTypeCheck", ({ enumerable: true, get: function () { return reflection_type_check_1.ReflectionTypeCheck; } })); Object.defineProperty(exports, "ReflectionTypeCheck", ({ enumerable: true, get: function () { return reflection_type_check_1.ReflectionTypeCheck; } }));
var reflection_create_1 = __nccwpck_require__(8884); var reflection_create_1 = __nccwpck_require__(7429);
Object.defineProperty(exports, "reflectionCreate", ({ enumerable: true, get: function () { return reflection_create_1.reflectionCreate; } })); Object.defineProperty(exports, "reflectionCreate", ({ enumerable: true, get: function () { return reflection_create_1.reflectionCreate; } }));
var reflection_scalar_default_1 = __nccwpck_require__(6492); var reflection_scalar_default_1 = __nccwpck_require__(9653);
Object.defineProperty(exports, "reflectionScalarDefault", ({ enumerable: true, get: function () { return reflection_scalar_default_1.reflectionScalarDefault; } })); Object.defineProperty(exports, "reflectionScalarDefault", ({ enumerable: true, get: function () { return reflection_scalar_default_1.reflectionScalarDefault; } }));
var reflection_merge_partial_1 = __nccwpck_require__(6853); var reflection_merge_partial_1 = __nccwpck_require__(1713);
Object.defineProperty(exports, "reflectionMergePartial", ({ enumerable: true, get: function () { return reflection_merge_partial_1.reflectionMergePartial; } })); Object.defineProperty(exports, "reflectionMergePartial", ({ enumerable: true, get: function () { return reflection_merge_partial_1.reflectionMergePartial; } }));
var reflection_equals_1 = __nccwpck_require__(1925); var reflection_equals_1 = __nccwpck_require__(9808);
Object.defineProperty(exports, "reflectionEquals", ({ enumerable: true, get: function () { return reflection_equals_1.reflectionEquals; } })); Object.defineProperty(exports, "reflectionEquals", ({ enumerable: true, get: function () { return reflection_equals_1.reflectionEquals; } }));
var reflection_binary_reader_1 = __nccwpck_require__(7505); var reflection_binary_reader_1 = __nccwpck_require__(8026);
Object.defineProperty(exports, "ReflectionBinaryReader", ({ enumerable: true, get: function () { return reflection_binary_reader_1.ReflectionBinaryReader; } })); Object.defineProperty(exports, "ReflectionBinaryReader", ({ enumerable: true, get: function () { return reflection_binary_reader_1.ReflectionBinaryReader; } }));
var reflection_binary_writer_1 = __nccwpck_require__(7581); var reflection_binary_writer_1 = __nccwpck_require__(1322);
Object.defineProperty(exports, "ReflectionBinaryWriter", ({ enumerable: true, get: function () { return reflection_binary_writer_1.ReflectionBinaryWriter; } })); Object.defineProperty(exports, "ReflectionBinaryWriter", ({ enumerable: true, get: function () { return reflection_binary_writer_1.ReflectionBinaryWriter; } }));
var reflection_json_reader_1 = __nccwpck_require__(8792); var reflection_json_reader_1 = __nccwpck_require__(1159);
Object.defineProperty(exports, "ReflectionJsonReader", ({ enumerable: true, get: function () { return reflection_json_reader_1.ReflectionJsonReader; } })); Object.defineProperty(exports, "ReflectionJsonReader", ({ enumerable: true, get: function () { return reflection_json_reader_1.ReflectionJsonReader; } }));
var reflection_json_writer_1 = __nccwpck_require__(5380); var reflection_json_writer_1 = __nccwpck_require__(8807);
Object.defineProperty(exports, "ReflectionJsonWriter", ({ enumerable: true, get: function () { return reflection_json_writer_1.ReflectionJsonWriter; } })); Object.defineProperty(exports, "ReflectionJsonWriter", ({ enumerable: true, get: function () { return reflection_json_writer_1.ReflectionJsonWriter; } }));
var reflection_contains_message_type_1 = __nccwpck_require__(2532); var reflection_contains_message_type_1 = __nccwpck_require__(403);
Object.defineProperty(exports, "containsMessageType", ({ enumerable: true, get: function () { return reflection_contains_message_type_1.containsMessageType; } })); Object.defineProperty(exports, "containsMessageType", ({ enumerable: true, get: function () { return reflection_contains_message_type_1.containsMessageType; } }));
// Oneof helpers // Oneof helpers
var oneof_1 = __nccwpck_require__(8505); var oneof_1 = __nccwpck_require__(4972);
Object.defineProperty(exports, "isOneofGroup", ({ enumerable: true, get: function () { return oneof_1.isOneofGroup; } })); Object.defineProperty(exports, "isOneofGroup", ({ enumerable: true, get: function () { return oneof_1.isOneofGroup; } }));
Object.defineProperty(exports, "setOneofValue", ({ enumerable: true, get: function () { return oneof_1.setOneofValue; } })); Object.defineProperty(exports, "setOneofValue", ({ enumerable: true, get: function () { return oneof_1.setOneofValue; } }));
Object.defineProperty(exports, "getOneofValue", ({ enumerable: true, get: function () { return oneof_1.getOneofValue; } })); Object.defineProperty(exports, "getOneofValue", ({ enumerable: true, get: function () { return oneof_1.getOneofValue; } }));
Object.defineProperty(exports, "clearOneofValue", ({ enumerable: true, get: function () { return oneof_1.clearOneofValue; } })); Object.defineProperty(exports, "clearOneofValue", ({ enumerable: true, get: function () { return oneof_1.clearOneofValue; } }));
Object.defineProperty(exports, "getSelectedOneofValue", ({ enumerable: true, get: function () { return oneof_1.getSelectedOneofValue; } })); Object.defineProperty(exports, "getSelectedOneofValue", ({ enumerable: true, get: function () { return oneof_1.getSelectedOneofValue; } }));
// Enum object type guard and reflection util, may be interesting to the user. // Enum object type guard and reflection util, may be interesting to the user.
var enum_object_1 = __nccwpck_require__(8607); var enum_object_1 = __nccwpck_require__(1094);
Object.defineProperty(exports, "listEnumValues", ({ enumerable: true, get: function () { return enum_object_1.listEnumValues; } })); Object.defineProperty(exports, "listEnumValues", ({ enumerable: true, get: function () { return enum_object_1.listEnumValues; } }));
Object.defineProperty(exports, "listEnumNames", ({ enumerable: true, get: function () { return enum_object_1.listEnumNames; } })); Object.defineProperty(exports, "listEnumNames", ({ enumerable: true, get: function () { return enum_object_1.listEnumNames; } }));
Object.defineProperty(exports, "listEnumNumbers", ({ enumerable: true, get: function () { return enum_object_1.listEnumNumbers; } })); Object.defineProperty(exports, "listEnumNumbers", ({ enumerable: true, get: function () { return enum_object_1.listEnumNumbers; } }));
Object.defineProperty(exports, "isEnumObject", ({ enumerable: true, get: function () { return enum_object_1.isEnumObject; } })); Object.defineProperty(exports, "isEnumObject", ({ enumerable: true, get: function () { return enum_object_1.isEnumObject; } }));
// lowerCamelCase() is exported for plugin, rpc-runtime and other rpc packages // lowerCamelCase() is exported for plugin, rpc-runtime and other rpc packages
var lower_camel_case_1 = __nccwpck_require__(5807); var lower_camel_case_1 = __nccwpck_require__(3536);
Object.defineProperty(exports, "lowerCamelCase", ({ enumerable: true, get: function () { return lower_camel_case_1.lowerCamelCase; } })); Object.defineProperty(exports, "lowerCamelCase", ({ enumerable: true, get: function () { return lower_camel_case_1.lowerCamelCase; } }));
// assertion functions are exported for plugin, may also be useful to user // assertion functions are exported for plugin, may also be useful to user
var assert_1 = __nccwpck_require__(196); var assert_1 = __nccwpck_require__(6387);
Object.defineProperty(exports, "assert", ({ enumerable: true, get: function () { return assert_1.assert; } })); Object.defineProperty(exports, "assert", ({ enumerable: true, get: function () { return assert_1.assert; } }));
Object.defineProperty(exports, "assertNever", ({ enumerable: true, get: function () { return assert_1.assertNever; } })); Object.defineProperty(exports, "assertNever", ({ enumerable: true, get: function () { return assert_1.assertNever; } }));
Object.defineProperty(exports, "assertInt32", ({ enumerable: true, get: function () { return assert_1.assertInt32; } })); Object.defineProperty(exports, "assertInt32", ({ enumerable: true, get: function () { return assert_1.assertInt32; } }));
@ -34966,7 +34966,7 @@ Object.defineProperty(exports, "assertFloat32", ({ enumerable: true, get: functi
/***/ }), /***/ }),
/***/ 7789: /***/ 7738:
/***/ ((__unused_webpack_module, exports) => { /***/ ((__unused_webpack_module, exports) => {
@ -35008,7 +35008,7 @@ exports.mergeJsonOptions = mergeJsonOptions;
/***/ }), /***/ }),
/***/ 9438: /***/ 1978:
/***/ ((__unused_webpack_module, exports) => { /***/ ((__unused_webpack_module, exports) => {
@ -35040,7 +35040,7 @@ exports.isJsonObject = isJsonObject;
/***/ }), /***/ }),
/***/ 5807: /***/ 3536:
/***/ ((__unused_webpack_module, exports) => { /***/ ((__unused_webpack_module, exports) => {
@ -35082,7 +35082,7 @@ exports.lowerCamelCase = lowerCamelCase;
/***/ }), /***/ }),
/***/ 7867: /***/ 5090:
/***/ ((__unused_webpack_module, exports) => { /***/ ((__unused_webpack_module, exports) => {
@ -35099,27 +35099,28 @@ exports.MESSAGE_TYPE = Symbol.for("protobuf-ts/message-type");
/***/ }), /***/ }),
/***/ 3052: /***/ 3703:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.MessageType = void 0; exports.MessageType = void 0;
const message_type_contract_1 = __nccwpck_require__(7867); const message_type_contract_1 = __nccwpck_require__(5090);
const reflection_info_1 = __nccwpck_require__(4576); const reflection_info_1 = __nccwpck_require__(2593);
const reflection_type_check_1 = __nccwpck_require__(9979); const reflection_type_check_1 = __nccwpck_require__(7440);
const reflection_json_reader_1 = __nccwpck_require__(8792); const reflection_json_reader_1 = __nccwpck_require__(1159);
const reflection_json_writer_1 = __nccwpck_require__(5380); const reflection_json_writer_1 = __nccwpck_require__(8807);
const reflection_binary_reader_1 = __nccwpck_require__(7505); const reflection_binary_reader_1 = __nccwpck_require__(8026);
const reflection_binary_writer_1 = __nccwpck_require__(7581); const reflection_binary_writer_1 = __nccwpck_require__(1322);
const reflection_create_1 = __nccwpck_require__(8884); const reflection_create_1 = __nccwpck_require__(7429);
const reflection_merge_partial_1 = __nccwpck_require__(6853); const reflection_merge_partial_1 = __nccwpck_require__(1713);
const json_typings_1 = __nccwpck_require__(9438); const json_typings_1 = __nccwpck_require__(1978);
const json_format_contract_1 = __nccwpck_require__(7789); const json_format_contract_1 = __nccwpck_require__(7738);
const reflection_equals_1 = __nccwpck_require__(1925); const reflection_equals_1 = __nccwpck_require__(9808);
const binary_writer_1 = __nccwpck_require__(8295); const binary_writer_1 = __nccwpck_require__(7954);
const binary_reader_1 = __nccwpck_require__(3831); const binary_reader_1 = __nccwpck_require__(8386);
const baseDescriptors = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})); const baseDescriptors = Object.getOwnPropertyDescriptors(Object.getPrototypeOf({}));
const messageTypeDescriptor = baseDescriptors[message_type_contract_1.MESSAGE_TYPE] = {};
/** /**
* This standard message type provides reflection-based * This standard message type provides reflection-based
* operations to work with a message. * operations to work with a message.
@ -35130,7 +35131,8 @@ class MessageType {
this.typeName = name; this.typeName = name;
this.fields = fields.map(reflection_info_1.normalizeFieldInfo); this.fields = fields.map(reflection_info_1.normalizeFieldInfo);
this.options = options !== null && options !== void 0 ? options : {}; this.options = options !== null && options !== void 0 ? options : {};
this.messagePrototype = Object.create(null, Object.assign(Object.assign({}, baseDescriptors), { [message_type_contract_1.MESSAGE_TYPE]: { value: this } })); messageTypeDescriptor.value = this;
this.messagePrototype = Object.create(null, baseDescriptors);
this.refTypeCheck = new reflection_type_check_1.ReflectionTypeCheck(this); this.refTypeCheck = new reflection_type_check_1.ReflectionTypeCheck(this);
this.refJsonReader = new reflection_json_reader_1.ReflectionJsonReader(this); this.refJsonReader = new reflection_json_reader_1.ReflectionJsonReader(this);
this.refJsonWriter = new reflection_json_writer_1.ReflectionJsonWriter(this); this.refJsonWriter = new reflection_json_writer_1.ReflectionJsonWriter(this);
@ -35281,7 +35283,7 @@ exports.MessageType = MessageType;
/***/ }), /***/ }),
/***/ 8505: /***/ 4972:
/***/ ((__unused_webpack_module, exports) => { /***/ ((__unused_webpack_module, exports) => {
@ -35402,13 +35404,13 @@ exports.getSelectedOneofValue = getSelectedOneofValue;
/***/ }), /***/ }),
/***/ 507: /***/ 8986:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.PbLong = exports.PbULong = exports.detectBi = void 0; exports.PbLong = exports.PbULong = exports.detectBi = void 0;
const goog_varint_1 = __nccwpck_require__(205); const goog_varint_1 = __nccwpck_require__(6620);
let BI; let BI;
function detectBi() { function detectBi() {
const dv = new DataView(new ArrayBuffer(8)); const dv = new DataView(new ArrayBuffer(8));
@ -35647,7 +35649,7 @@ PbLong.ZERO = new PbLong(0, 0);
/***/ }), /***/ }),
/***/ 800: /***/ 305:
/***/ ((__unused_webpack_module, exports) => { /***/ ((__unused_webpack_module, exports) => {
@ -35729,16 +35731,16 @@ exports.utf8read = utf8read;
/***/ }), /***/ }),
/***/ 7505: /***/ 8026:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.ReflectionBinaryReader = void 0; exports.ReflectionBinaryReader = void 0;
const binary_format_contract_1 = __nccwpck_require__(2882); const binary_format_contract_1 = __nccwpck_require__(1573);
const reflection_info_1 = __nccwpck_require__(4576); const reflection_info_1 = __nccwpck_require__(2593);
const reflection_long_convert_1 = __nccwpck_require__(2808); const reflection_long_convert_1 = __nccwpck_require__(8029);
const reflection_scalar_default_1 = __nccwpck_require__(6492); const reflection_scalar_default_1 = __nccwpck_require__(9653);
/** /**
* Reads proto3 messages in binary format using reflection information. * Reads proto3 messages in binary format using reflection information.
* *
@ -35919,16 +35921,16 @@ exports.ReflectionBinaryReader = ReflectionBinaryReader;
/***/ }), /***/ }),
/***/ 7581: /***/ 1322:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.ReflectionBinaryWriter = void 0; exports.ReflectionBinaryWriter = void 0;
const binary_format_contract_1 = __nccwpck_require__(2882); const binary_format_contract_1 = __nccwpck_require__(1573);
const reflection_info_1 = __nccwpck_require__(4576); const reflection_info_1 = __nccwpck_require__(2593);
const assert_1 = __nccwpck_require__(196); const assert_1 = __nccwpck_require__(6387);
const pb_long_1 = __nccwpck_require__(507); const pb_long_1 = __nccwpck_require__(8986);
/** /**
* Writes proto3 messages in binary format using reflection information. * Writes proto3 messages in binary format using reflection information.
* *
@ -36159,13 +36161,13 @@ exports.ReflectionBinaryWriter = ReflectionBinaryWriter;
/***/ }), /***/ }),
/***/ 2532: /***/ 403:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.containsMessageType = void 0; exports.containsMessageType = void 0;
const message_type_contract_1 = __nccwpck_require__(7867); const message_type_contract_1 = __nccwpck_require__(5090);
/** /**
* Check if the provided object is a proto message. * Check if the provided object is a proto message.
* *
@ -36180,14 +36182,14 @@ exports.containsMessageType = containsMessageType;
/***/ }), /***/ }),
/***/ 8884: /***/ 7429:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.reflectionCreate = void 0; exports.reflectionCreate = void 0;
const reflection_scalar_default_1 = __nccwpck_require__(6492); const reflection_scalar_default_1 = __nccwpck_require__(9653);
const message_type_contract_1 = __nccwpck_require__(7867); const message_type_contract_1 = __nccwpck_require__(5090);
/** /**
* Creates an instance of the generic message, using the field * Creates an instance of the generic message, using the field
* information. * information.
@ -36235,13 +36237,13 @@ exports.reflectionCreate = reflectionCreate;
/***/ }), /***/ }),
/***/ 1925: /***/ 9808:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.reflectionEquals = void 0; exports.reflectionEquals = void 0;
const reflection_info_1 = __nccwpck_require__(4576); const reflection_info_1 = __nccwpck_require__(2593);
/** /**
* Determines whether two message of the same type have the same field values. * Determines whether two message of the same type have the same field values.
* Checks for deep equality, traversing repeated fields, oneof groups, maps * Checks for deep equality, traversing repeated fields, oneof groups, maps
@ -36319,13 +36321,13 @@ function repeatedMsgEq(type, a, b) {
/***/ }), /***/ }),
/***/ 4576: /***/ 2593:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.readMessageOption = exports.readFieldOption = exports.readFieldOptions = exports.normalizeFieldInfo = exports.RepeatType = exports.LongType = exports.ScalarType = void 0; exports.readMessageOption = exports.readFieldOption = exports.readFieldOptions = exports.normalizeFieldInfo = exports.RepeatType = exports.LongType = exports.ScalarType = void 0;
const lower_camel_case_1 = __nccwpck_require__(5807); const lower_camel_case_1 = __nccwpck_require__(3536);
/** /**
* Scalar value types. This is a subset of field types declared by protobuf * Scalar value types. This is a subset of field types declared by protobuf
* enum google.protobuf.FieldDescriptorProto.Type The types GROUP and MESSAGE * enum google.protobuf.FieldDescriptorProto.Type The types GROUP and MESSAGE
@ -36484,18 +36486,18 @@ exports.readMessageOption = readMessageOption;
/***/ }), /***/ }),
/***/ 8792: /***/ 1159:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.ReflectionJsonReader = void 0; exports.ReflectionJsonReader = void 0;
const json_typings_1 = __nccwpck_require__(9438); const json_typings_1 = __nccwpck_require__(1978);
const base64_1 = __nccwpck_require__(6785); const base64_1 = __nccwpck_require__(5050);
const reflection_info_1 = __nccwpck_require__(4576); const reflection_info_1 = __nccwpck_require__(2593);
const pb_long_1 = __nccwpck_require__(507); const pb_long_1 = __nccwpck_require__(8986);
const assert_1 = __nccwpck_require__(196); const assert_1 = __nccwpck_require__(6387);
const reflection_long_convert_1 = __nccwpck_require__(2808); const reflection_long_convert_1 = __nccwpck_require__(8029);
/** /**
* Reads proto3 messages in canonical JSON format using reflection information. * Reads proto3 messages in canonical JSON format using reflection information.
* *
@ -36808,16 +36810,16 @@ exports.ReflectionJsonReader = ReflectionJsonReader;
/***/ }), /***/ }),
/***/ 5380: /***/ 8807:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.ReflectionJsonWriter = void 0; exports.ReflectionJsonWriter = void 0;
const base64_1 = __nccwpck_require__(6785); const base64_1 = __nccwpck_require__(5050);
const pb_long_1 = __nccwpck_require__(507); const pb_long_1 = __nccwpck_require__(8986);
const reflection_info_1 = __nccwpck_require__(4576); const reflection_info_1 = __nccwpck_require__(2593);
const assert_1 = __nccwpck_require__(196); const assert_1 = __nccwpck_require__(6387);
/** /**
* Writes proto3 messages in canonical JSON format using reflection * Writes proto3 messages in canonical JSON format using reflection
* information. * information.
@ -37045,13 +37047,13 @@ exports.ReflectionJsonWriter = ReflectionJsonWriter;
/***/ }), /***/ }),
/***/ 2808: /***/ 8029:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.reflectionLongConvert = void 0; exports.reflectionLongConvert = void 0;
const reflection_info_1 = __nccwpck_require__(4576); const reflection_info_1 = __nccwpck_require__(2593);
/** /**
* Utility method to convert a PbLong or PbUlong to a JavaScript * Utility method to convert a PbLong or PbUlong to a JavaScript
* representation during runtime. * representation during runtime.
@ -37076,7 +37078,7 @@ exports.reflectionLongConvert = reflectionLongConvert;
/***/ }), /***/ }),
/***/ 6853: /***/ 1713:
/***/ ((__unused_webpack_module, exports) => { /***/ ((__unused_webpack_module, exports) => {
@ -37173,15 +37175,15 @@ exports.reflectionMergePartial = reflectionMergePartial;
/***/ }), /***/ }),
/***/ 6492: /***/ 9653:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.reflectionScalarDefault = void 0; exports.reflectionScalarDefault = void 0;
const reflection_info_1 = __nccwpck_require__(4576); const reflection_info_1 = __nccwpck_require__(2593);
const reflection_long_convert_1 = __nccwpck_require__(2808); const reflection_long_convert_1 = __nccwpck_require__(8029);
const pb_long_1 = __nccwpck_require__(507); const pb_long_1 = __nccwpck_require__(8986);
/** /**
* Creates the default value for a scalar type. * Creates the default value for a scalar type.
*/ */
@ -37217,14 +37219,14 @@ exports.reflectionScalarDefault = reflectionScalarDefault;
/***/ }), /***/ }),
/***/ 9979: /***/ 7440:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.ReflectionTypeCheck = void 0; exports.ReflectionTypeCheck = void 0;
const reflection_info_1 = __nccwpck_require__(4576); const reflection_info_1 = __nccwpck_require__(2593);
const oneof_1 = __nccwpck_require__(8505); const oneof_1 = __nccwpck_require__(4972);
// noinspection JSMethodCanBeStatic // noinspection JSMethodCanBeStatic
class ReflectionTypeCheck { class ReflectionTypeCheck {
constructor(info) { constructor(info) {
@ -89476,7 +89478,7 @@ var cache = __nccwpck_require__(7389);
var external_child_process_ = __nccwpck_require__(5317); var external_child_process_ = __nccwpck_require__(5317);
// EXTERNAL MODULE: external "path" // EXTERNAL MODULE: external "path"
var external_path_ = __nccwpck_require__(6928); var external_path_ = __nccwpck_require__(6928);
;// CONCATENATED MODULE: ./node_modules/.pnpm/detsys-ts@https+++codeload.github.com+DeterminateSystems+detsys-ts+tar.gz+356b8986c3908_3c7aef4db71f7bb813aab3de6ca73c6b/node_modules/detsys-ts/dist/index.js ;// CONCATENATED MODULE: ./node_modules/.pnpm/detsys-ts@https+++codeload.github.com+DeterminateSystems+detsys-ts+tar.gz+e252a66f00e04_9fd6a6e489bb0835b02375f0d78a610e/node_modules/detsys-ts/dist/index.js
var __defProp = Object.defineProperty; var __defProp = Object.defineProperty;
var __export = (target, all) => { var __export = (target, all) => {
for (var name in all) for (var name in all)
@ -89920,7 +89922,8 @@ function identify(projectName) {
"GITHUB_REPOSITORY_OWNER", "GITHUB_REPOSITORY_OWNER",
"GITHUB_REPOSITORY_OWNER_ID" "GITHUB_REPOSITORY_OWNER_ID"
]) ])
} },
is_ci: true
}; };
core.debug("Correlation data:"); core.debug("Correlation data:");
core.debug(JSON.stringify(ident, null, 2)); core.debug(JSON.stringify(ident, null, 2));
@ -90362,6 +90365,7 @@ var EVENT_ARTIFACT_CACHE_HIT = "artifact_cache_hit";
var EVENT_ARTIFACT_CACHE_MISS = "artifact_cache_miss"; var EVENT_ARTIFACT_CACHE_MISS = "artifact_cache_miss";
var EVENT_ARTIFACT_CACHE_PERSIST = "artifact_cache_persist"; var EVENT_ARTIFACT_CACHE_PERSIST = "artifact_cache_persist";
var EVENT_PREFLIGHT_REQUIRE_NIX_DENIED = "preflight-require-nix-denied"; var EVENT_PREFLIGHT_REQUIRE_NIX_DENIED = "preflight-require-nix-denied";
var EVENT_STORE_IDENTITY_FAILED = "store_identity_failed";
var FACT_ARTIFACT_FETCHED_FROM_CACHE = "artifact_fetched_from_cache"; var FACT_ARTIFACT_FETCHED_FROM_CACHE = "artifact_fetched_from_cache";
var FACT_ENDED_WITH_EXCEPTION = "ended_with_exception"; var FACT_ENDED_WITH_EXCEPTION = "ended_with_exception";
var FACT_FINAL_EXCEPTION = "final_exception"; var FACT_FINAL_EXCEPTION = "final_exception";
@ -90386,6 +90390,49 @@ var PROGRAM_NAME_CRASH_DENY_LIST = [
"nix-store-tests", "nix-store-tests",
"nix-util-tests" "nix-util-tests"
]; ];
var determinateStateDir = "/var/lib/determinate";
var determinateIdentityFile = external_path_.join(determinateStateDir, "identity.json");
var isRoot = external_os_.userInfo().uid === 0;
async function sudoEnsureDeterminateStateDir() {
const code = await exec.exec("sudo", [
"mkdir",
"-p",
determinateStateDir
]);
if (code !== 0) {
throw new Error(`sudo mkdir -p exit: ${code}`);
}
}
async function ensureDeterminateStateDir() {
if (isRoot) {
await (0,promises_namespaceObject.mkdir)(determinateStateDir, { recursive: true });
} else {
return sudoEnsureDeterminateStateDir();
}
}
async function sudoWriteCorrelationHashes(hashes) {
const buffer = Buffer.from(hashes);
const code = await exec.exec(
"sudo",
["tee", determinateIdentityFile],
{
input: buffer,
// Ignore output from tee
outStream: (0,external_fs_.createWriteStream)("/dev/null")
}
);
if (code !== 0) {
throw new Error(`sudo tee exit: ${code}`);
}
}
async function writeCorrelationHashes(hashes) {
await ensureDeterminateStateDir();
if (isRoot) {
await promises_namespaceObject.writeFile(determinateIdentityFile, hashes, "utf-8");
} else {
return sudoWriteCorrelationHashes(hashes);
}
}
var DetSysAction = class { var DetSysAction = class {
determineExecutionPhase() { determineExecutionPhase() {
const currentPhase = core.getState(STATE_KEY_EXECUTION_PHASE); const currentPhase = core.getState(STATE_KEY_EXECUTION_PHASE);
@ -90564,9 +90611,13 @@ var DetSysAction = class {
async executeAsync() { async executeAsync() {
try { try {
await this.checkIn(); await this.checkIn();
process.env.DETSYS_CORRELATION = JSON.stringify( const correlationHashes = JSON.stringify(this.getCorrelationHashes());
this.getCorrelationHashes() process.env.DETSYS_CORRELATION = correlationHashes;
); try {
await writeCorrelationHashes(correlationHashes);
} catch (error3) {
this.recordEvent(EVENT_STORE_IDENTITY_FAILED, { error: String(error3) });
}
if (!await this.preflightRequireNix()) { if (!await this.preflightRequireNix()) {
this.recordEvent(EVENT_PREFLIGHT_REQUIRE_NIX_DENIED); this.recordEvent(EVENT_PREFLIGHT_REQUIRE_NIX_DENIED);
return; return;

View file

@ -37,9 +37,9 @@
"eslint": "^8.57.1", "eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.10.1", "eslint-import-resolver-typescript": "^3.10.1",
"eslint-plugin-github": "^4.10.2", "eslint-plugin-github": "^4.10.2",
"eslint-plugin-import": "^2.31.0", "eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.0", "eslint-plugin-prettier": "^5.5.0",
"prettier": "^3.5.3", "prettier": "^3.6.0",
"tsup": "^8.5.0", "tsup": "^8.5.0",
"typescript": "^5.8.3", "typescript": "^5.8.3",
"vitest": "^3.2.4" "vitest": "^3.2.4"

451
pnpm-lock.yaml generated
View file

@ -16,11 +16,11 @@ importers:
version: 1.1.1 version: 1.1.1
detsys-ts: detsys-ts:
specifier: github:DeterminateSystems/detsys-ts specifier: github:DeterminateSystems/detsys-ts
version: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/356b8986c3908be822afb16fce2bcfb86c7be34f version: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/e252a66f00e041869f7e402e579141f7b8ab1edf
devDependencies: devDependencies:
'@trivago/prettier-plugin-sort-imports': '@trivago/prettier-plugin-sort-imports':
specifier: ^4.3.0 specifier: ^4.3.0
version: 4.3.0(prettier@3.5.3) version: 4.3.0(prettier@3.6.0)
'@typescript-eslint/eslint-plugin': '@typescript-eslint/eslint-plugin':
specifier: ^7.18.0 specifier: ^7.18.0
version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1)(typescript@5.8.3) version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1)(typescript@5.8.3)
@ -32,19 +32,19 @@ importers:
version: 8.57.1 version: 8.57.1
eslint-import-resolver-typescript: eslint-import-resolver-typescript:
specifier: ^3.10.1 specifier: ^3.10.1
version: 3.10.1(eslint-plugin-import@2.31.0)(eslint@8.57.1) version: 3.10.1(eslint-plugin-import@2.32.0)(eslint@8.57.1)
eslint-plugin-github: eslint-plugin-github:
specifier: ^4.10.2 specifier: ^4.10.2
version: 4.10.2(eslint-import-resolver-typescript@3.10.1)(eslint@8.57.1)(typescript@5.8.3) version: 4.10.2(eslint-import-resolver-typescript@3.10.1)(eslint@8.57.1)(typescript@5.8.3)
eslint-plugin-import: eslint-plugin-import:
specifier: ^2.31.0 specifier: ^2.32.0
version: 2.31.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.1)(eslint@8.57.1) version: 2.32.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.1)(eslint@8.57.1)
eslint-plugin-prettier: eslint-plugin-prettier:
specifier: ^5.5.0 specifier: ^5.5.0
version: 5.5.0(eslint-config-prettier@10.1.5(eslint@8.57.1))(eslint@8.57.1)(prettier@3.5.3) version: 5.5.0(eslint-config-prettier@10.1.5(eslint@8.57.1))(eslint@8.57.1)(prettier@3.6.0)
prettier: prettier:
specifier: ^3.5.3 specifier: ^3.6.0
version: 3.5.3 version: 3.6.0
tsup: tsup:
specifier: ^8.5.0 specifier: ^8.5.0
version: 8.5.0(postcss@8.5.6)(typescript@5.8.3) version: 8.5.0(postcss@8.5.6)(typescript@5.8.3)
@ -439,117 +439,117 @@ packages:
resolution: {integrity: sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg==} resolution: {integrity: sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg==}
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
'@protobuf-ts/plugin@2.11.0': '@protobuf-ts/plugin@2.11.1':
resolution: {integrity: sha512-Y+p4Axrk3thxws4BVSIO+x4CKWH2c8k3K+QPrp6Oq8agdsXPL/uwsMTIdpTdXIzTaUEZFASJL9LU56pob5GTHg==} resolution: {integrity: sha512-HyuprDcw0bEEJqkOWe1rnXUP0gwYLij8YhPuZyZk6cJbIgc/Q0IFgoHQxOXNIXAcXM4Sbehh6kjVnCzasElw1A==}
hasBin: true hasBin: true
'@protobuf-ts/protoc@2.11.0': '@protobuf-ts/protoc@2.11.1':
resolution: {integrity: sha512-GYfmv1rjZ/7MWzUqMszhdXiuoa4Js/j6zCbcxFmeThBBUhbrXdPU42vY+QVCHL9PvAMXO+wEhUfPWYdd1YgnlA==} resolution: {integrity: sha512-mUZJaV0daGO6HUX90o/atzQ6A7bbN2RSuHtdwo8SSF2Qoe3zHwa4IHyCN1evftTeHfLmdz+45qo47sL+5P8nyg==}
hasBin: true hasBin: true
'@protobuf-ts/runtime-rpc@2.11.0': '@protobuf-ts/runtime-rpc@2.11.1':
resolution: {integrity: sha512-g/oMPym5LjVyCc3nlQc6cHer0R3CyleBos4p7CjRNzdKuH/FlRXzfQYo6EN5uv8vLtn7zEK9Cy4YBKvHStIaag==} resolution: {integrity: sha512-4CqqUmNA+/uMz00+d3CYKgElXO9VrEbucjnBFEjqI4GuDrEQ32MaI3q+9qPBvIGOlL4PmHXrzM32vBPWRhQKWQ==}
'@protobuf-ts/runtime@2.11.0': '@protobuf-ts/runtime@2.11.1':
resolution: {integrity: sha512-DfpRpUiNvPC3Kj48CmlU4HaIEY1Myh++PIumMmohBAk8/k0d2CkxYxJfPyUAxfuUfl97F4AvuCu1gXmfOG7OJQ==} resolution: {integrity: sha512-KuDaT1IfHkugM2pyz+FwiY80ejWrkH1pAtOBOZFuR6SXEFTsnb/jiQWQ1rCIrcKx2BtyxnxW6BWwsVSA/Ie+WQ==}
'@rollup/rollup-android-arm-eabi@4.43.0': '@rollup/rollup-android-arm-eabi@4.44.0':
resolution: {integrity: sha512-Krjy9awJl6rKbruhQDgivNbD1WuLb8xAclM4IR4cN5pHGAs2oIMMQJEiC3IC/9TZJ+QZkmZhlMO/6MBGxPidpw==} resolution: {integrity: sha512-xEiEE5oDW6tK4jXCAyliuntGR+amEMO7HLtdSshVuhFnKTYoeYMyXQK7pLouAJJj5KHdwdn87bfHAR2nSdNAUA==}
cpu: [arm] cpu: [arm]
os: [android] os: [android]
'@rollup/rollup-android-arm64@4.43.0': '@rollup/rollup-android-arm64@4.44.0':
resolution: {integrity: sha512-ss4YJwRt5I63454Rpj+mXCXicakdFmKnUNxr1dLK+5rv5FJgAxnN7s31a5VchRYxCFWdmnDWKd0wbAdTr0J5EA==} resolution: {integrity: sha512-uNSk/TgvMbskcHxXYHzqwiyBlJ/lGcv8DaUfcnNwict8ba9GTTNxfn3/FAoFZYgkaXXAdrAA+SLyKplyi349Jw==}
cpu: [arm64] cpu: [arm64]
os: [android] os: [android]
'@rollup/rollup-darwin-arm64@4.43.0': '@rollup/rollup-darwin-arm64@4.44.0':
resolution: {integrity: sha512-eKoL8ykZ7zz8MjgBenEF2OoTNFAPFz1/lyJ5UmmFSz5jW+7XbH1+MAgCVHy72aG59rbuQLcJeiMrP8qP5d/N0A==} resolution: {integrity: sha512-VGF3wy0Eq1gcEIkSCr8Ke03CWT+Pm2yveKLaDvq51pPpZza3JX/ClxXOCmTYYq3us5MvEuNRTaeyFThCKRQhOA==}
cpu: [arm64] cpu: [arm64]
os: [darwin] os: [darwin]
'@rollup/rollup-darwin-x64@4.43.0': '@rollup/rollup-darwin-x64@4.44.0':
resolution: {integrity: sha512-SYwXJgaBYW33Wi/q4ubN+ldWC4DzQY62S4Ll2dgfr/dbPoF50dlQwEaEHSKrQdSjC6oIe1WgzosoaNoHCdNuMg==} resolution: {integrity: sha512-fBkyrDhwquRvrTxSGH/qqt3/T0w5Rg0L7ZIDypvBPc1/gzjJle6acCpZ36blwuwcKD/u6oCE/sRWlUAcxLWQbQ==}
cpu: [x64] cpu: [x64]
os: [darwin] os: [darwin]
'@rollup/rollup-freebsd-arm64@4.43.0': '@rollup/rollup-freebsd-arm64@4.44.0':
resolution: {integrity: sha512-SV+U5sSo0yujrjzBF7/YidieK2iF6E7MdF6EbYxNz94lA+R0wKl3SiixGyG/9Klab6uNBIqsN7j4Y/Fya7wAjQ==} resolution: {integrity: sha512-u5AZzdQJYJXByB8giQ+r4VyfZP+walV+xHWdaFx/1VxsOn6eWJhK2Vl2eElvDJFKQBo/hcYIBg/jaKS8ZmKeNQ==}
cpu: [arm64] cpu: [arm64]
os: [freebsd] os: [freebsd]
'@rollup/rollup-freebsd-x64@4.43.0': '@rollup/rollup-freebsd-x64@4.44.0':
resolution: {integrity: sha512-J7uCsiV13L/VOeHJBo5SjasKiGxJ0g+nQTrBkAsmQBIdil3KhPnSE9GnRon4ejX1XDdsmK/l30IYLiAaQEO0Cg==} resolution: {integrity: sha512-qC0kS48c/s3EtdArkimctY7h3nHicQeEUdjJzYVJYR3ct3kWSafmn6jkNCA8InbUdge6PVx6keqjk5lVGJf99g==}
cpu: [x64] cpu: [x64]
os: [freebsd] os: [freebsd]
'@rollup/rollup-linux-arm-gnueabihf@4.43.0': '@rollup/rollup-linux-arm-gnueabihf@4.44.0':
resolution: {integrity: sha512-gTJ/JnnjCMc15uwB10TTATBEhK9meBIY+gXP4s0sHD1zHOaIh4Dmy1X9wup18IiY9tTNk5gJc4yx9ctj/fjrIw==} resolution: {integrity: sha512-x+e/Z9H0RAWckn4V2OZZl6EmV0L2diuX3QB0uM1r6BvhUIv6xBPL5mrAX2E3e8N8rEHVPwFfz/ETUbV4oW9+lQ==}
cpu: [arm] cpu: [arm]
os: [linux] os: [linux]
'@rollup/rollup-linux-arm-musleabihf@4.43.0': '@rollup/rollup-linux-arm-musleabihf@4.44.0':
resolution: {integrity: sha512-ZJ3gZynL1LDSIvRfz0qXtTNs56n5DI2Mq+WACWZ7yGHFUEirHBRt7fyIk0NsCKhmRhn7WAcjgSkSVVxKlPNFFw==} resolution: {integrity: sha512-1exwiBFf4PU/8HvI8s80icyCcnAIB86MCBdst51fwFmH5dyeoWVPVgmQPcKrMtBQ0W5pAs7jBCWuRXgEpRzSCg==}
cpu: [arm] cpu: [arm]
os: [linux] os: [linux]
'@rollup/rollup-linux-arm64-gnu@4.43.0': '@rollup/rollup-linux-arm64-gnu@4.44.0':
resolution: {integrity: sha512-8FnkipasmOOSSlfucGYEu58U8cxEdhziKjPD2FIa0ONVMxvl/hmONtX/7y4vGjdUhjcTHlKlDhw3H9t98fPvyA==} resolution: {integrity: sha512-ZTR2mxBHb4tK4wGf9b8SYg0Y6KQPjGpR4UWwTFdnmjB4qRtoATZ5dWn3KsDwGa5Z2ZBOE7K52L36J9LueKBdOQ==}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
'@rollup/rollup-linux-arm64-musl@4.43.0': '@rollup/rollup-linux-arm64-musl@4.44.0':
resolution: {integrity: sha512-KPPyAdlcIZ6S9C3S2cndXDkV0Bb1OSMsX0Eelr2Bay4EsF9yi9u9uzc9RniK3mcUGCLhWY9oLr6er80P5DE6XA==} resolution: {integrity: sha512-GFWfAhVhWGd4r6UxmnKRTBwP1qmModHtd5gkraeW2G490BpFOZkFtem8yuX2NyafIP/mGpRJgTJ2PwohQkUY/Q==}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
'@rollup/rollup-linux-loongarch64-gnu@4.43.0': '@rollup/rollup-linux-loongarch64-gnu@4.44.0':
resolution: {integrity: sha512-HPGDIH0/ZzAZjvtlXj6g+KDQ9ZMHfSP553za7o2Odegb/BEfwJcR0Sw0RLNpQ9nC6Gy8s+3mSS9xjZ0n3rhcYg==} resolution: {integrity: sha512-xw+FTGcov/ejdusVOqKgMGW3c4+AgqrfvzWEVXcNP6zq2ue+lsYUgJ+5Rtn/OTJf7e2CbgTFvzLW2j0YAtj0Gg==}
cpu: [loong64] cpu: [loong64]
os: [linux] os: [linux]
'@rollup/rollup-linux-powerpc64le-gnu@4.43.0': '@rollup/rollup-linux-powerpc64le-gnu@4.44.0':
resolution: {integrity: sha512-gEmwbOws4U4GLAJDhhtSPWPXUzDfMRedT3hFMyRAvM9Mrnj+dJIFIeL7otsv2WF3D7GrV0GIewW0y28dOYWkmw==} resolution: {integrity: sha512-bKGibTr9IdF0zr21kMvkZT4K6NV+jjRnBoVMt2uNMG0BYWm3qOVmYnXKzx7UhwrviKnmK46IKMByMgvpdQlyJQ==}
cpu: [ppc64] cpu: [ppc64]
os: [linux] os: [linux]
'@rollup/rollup-linux-riscv64-gnu@4.43.0': '@rollup/rollup-linux-riscv64-gnu@4.44.0':
resolution: {integrity: sha512-XXKvo2e+wFtXZF/9xoWohHg+MuRnvO29TI5Hqe9xwN5uN8NKUYy7tXUG3EZAlfchufNCTHNGjEx7uN78KsBo0g==} resolution: {integrity: sha512-vV3cL48U5kDaKZtXrti12YRa7TyxgKAIDoYdqSIOMOFBXqFj2XbChHAtXquEn2+n78ciFgr4KIqEbydEGPxXgA==}
cpu: [riscv64] cpu: [riscv64]
os: [linux] os: [linux]
'@rollup/rollup-linux-riscv64-musl@4.43.0': '@rollup/rollup-linux-riscv64-musl@4.44.0':
resolution: {integrity: sha512-ruf3hPWhjw6uDFsOAzmbNIvlXFXlBQ4nk57Sec8E8rUxs/AI4HD6xmiiasOOx/3QxS2f5eQMKTAwk7KHwpzr/Q==} resolution: {integrity: sha512-TDKO8KlHJuvTEdfw5YYFBjhFts2TR0VpZsnLLSYmB7AaohJhM8ctDSdDnUGq77hUh4m/djRafw+9zQpkOanE2Q==}
cpu: [riscv64] cpu: [riscv64]
os: [linux] os: [linux]
'@rollup/rollup-linux-s390x-gnu@4.43.0': '@rollup/rollup-linux-s390x-gnu@4.44.0':
resolution: {integrity: sha512-QmNIAqDiEMEvFV15rsSnjoSmO0+eJLoKRD9EAa9rrYNwO/XRCtOGM3A5A0X+wmG+XRrw9Fxdsw+LnyYiZWWcVw==} resolution: {integrity: sha512-8541GEyktXaw4lvnGp9m84KENcxInhAt6vPWJ9RodsB/iGjHoMB2Pp5MVBCiKIRxrxzJhGCxmNzdu+oDQ7kwRA==}
cpu: [s390x] cpu: [s390x]
os: [linux] os: [linux]
'@rollup/rollup-linux-x64-gnu@4.43.0': '@rollup/rollup-linux-x64-gnu@4.44.0':
resolution: {integrity: sha512-jAHr/S0iiBtFyzjhOkAics/2SrXE092qyqEg96e90L3t9Op8OTzS6+IX0Fy5wCt2+KqeHAkti+eitV0wvblEoQ==} resolution: {integrity: sha512-iUVJc3c0o8l9Sa/qlDL2Z9UP92UZZW1+EmQ4xfjTc1akr0iUFZNfxrXJ/R1T90h/ILm9iXEY6+iPrmYB3pXKjw==}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
'@rollup/rollup-linux-x64-musl@4.43.0': '@rollup/rollup-linux-x64-musl@4.44.0':
resolution: {integrity: sha512-3yATWgdeXyuHtBhrLt98w+5fKurdqvs8B53LaoKD7P7H7FKOONLsBVMNl9ghPQZQuYcceV5CDyPfyfGpMWD9mQ==} resolution: {integrity: sha512-PQUobbhLTQT5yz/SPg116VJBgz+XOtXt8D1ck+sfJJhuEsMj2jSej5yTdp8CvWBSceu+WW+ibVL6dm0ptG5fcA==}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
'@rollup/rollup-win32-arm64-msvc@4.43.0': '@rollup/rollup-win32-arm64-msvc@4.44.0':
resolution: {integrity: sha512-wVzXp2qDSCOpcBCT5WRWLmpJRIzv23valvcTwMHEobkjippNf+C3ys/+wf07poPkeNix0paTNemB2XrHr2TnGw==} resolution: {integrity: sha512-M0CpcHf8TWn+4oTxJfh7LQuTuaYeXGbk0eageVjQCKzYLsajWS/lFC94qlRqOlyC2KvRT90ZrfXULYmukeIy7w==}
cpu: [arm64] cpu: [arm64]
os: [win32] os: [win32]
'@rollup/rollup-win32-ia32-msvc@4.43.0': '@rollup/rollup-win32-ia32-msvc@4.44.0':
resolution: {integrity: sha512-fYCTEyzf8d+7diCw8b+asvWDCLMjsCEA8alvtAutqJOJp/wL5hs1rWSqJ1vkjgW0L2NB4bsYJrpKkiIPRR9dvw==} resolution: {integrity: sha512-3XJ0NQtMAXTWFW8FqZKcw3gOQwBtVWP/u8TpHP3CRPXD7Pd6s8lLdH3sHWh8vqKCyyiI8xW5ltJScQmBU9j7WA==}
cpu: [ia32] cpu: [ia32]
os: [win32] os: [win32]
'@rollup/rollup-win32-x64-msvc@4.43.0': '@rollup/rollup-win32-x64-msvc@4.44.0':
resolution: {integrity: sha512-SnGhLiE5rlK0ofq8kzuDkM0g7FN1s5VYY+YSMTibP7CqShxCQvqtNxTARS4xX4PFJfHjG0ZQYX9iGzI3FQh5Aw==} resolution: {integrity: sha512-Q2Mgwt+D8hd5FIPUuPDsvPR7Bguza6yTkJxspDGkZj7tBRn2y4KSWYuIXpftFSjBra76TbKerCV7rgFPQrn+wQ==}
cpu: [x64] cpu: [x64]
os: [win32] os: [win32]
@ -585,9 +585,6 @@ packages:
'@types/deep-eql@4.0.2': '@types/deep-eql@4.0.2':
resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==} resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==}
'@types/estree@1.0.7':
resolution: {integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==}
'@types/estree@1.0.8': '@types/estree@1.0.8':
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
@ -667,98 +664,98 @@ packages:
'@ungap/structured-clone@1.3.0': '@ungap/structured-clone@1.3.0':
resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==}
'@unrs/resolver-binding-android-arm-eabi@1.9.0': '@unrs/resolver-binding-android-arm-eabi@1.9.1':
resolution: {integrity: sha512-h1T2c2Di49ekF2TE8ZCoJkb+jwETKUIPDJ/nO3tJBKlLFPu+fyd93f0rGP/BvArKx2k2HlRM4kqkNarj3dvZlg==} resolution: {integrity: sha512-dd7yIp1hfJFX9ZlVLQRrh/Re9WMUHHmF9hrKD1yIvxcyNr2BhQ3xc1upAVhy8NijadnCswAxWQu8MkkSMC1qXQ==}
cpu: [arm] cpu: [arm]
os: [android] os: [android]
'@unrs/resolver-binding-android-arm64@1.9.0': '@unrs/resolver-binding-android-arm64@1.9.1':
resolution: {integrity: sha512-sG1NHtgXtX8owEkJ11yn34vt0Xqzi3k9TJ8zppDmyG8GZV4kVWw44FHwKwHeEFl07uKPeC4ZoyuQaGh5ruJYPA==} resolution: {integrity: sha512-EzUPcMFtDVlo5yrbzMqUsGq3HnLXw+3ZOhSd7CUaDmbTtnrzM+RO2ntw2dm2wjbbc5djWj3yX0wzbbg8pLhx8g==}
cpu: [arm64] cpu: [arm64]
os: [android] os: [android]
'@unrs/resolver-binding-darwin-arm64@1.9.0': '@unrs/resolver-binding-darwin-arm64@1.9.1':
resolution: {integrity: sha512-nJ9z47kfFnCxN1z/oYZS7HSNsFh43y2asePzTEZpEvK7kGyuShSl3RRXnm/1QaqFL+iP+BjMwuB+DYUymOkA5A==} resolution: {integrity: sha512-nB+dna3q4kOleKFcSZJ/wDXIsAd1kpMO9XrVAt8tG3RDWJ6vi+Ic6bpz4cmg5tWNeCfHEY4KuqJCB+pKejPEmQ==}
cpu: [arm64] cpu: [arm64]
os: [darwin] os: [darwin]
'@unrs/resolver-binding-darwin-x64@1.9.0': '@unrs/resolver-binding-darwin-x64@1.9.1':
resolution: {integrity: sha512-TK+UA1TTa0qS53rjWn7cVlEKVGz2B6JYe0C++TdQjvWYIyx83ruwh0wd4LRxYBM5HeuAzXcylA9BH2trARXJTw==} resolution: {integrity: sha512-aKWHCrOGaCGwZcekf3TnczQoBxk5w//W3RZ4EQyhux6rKDwBPgDU9Y2yGigCV1Z+8DWqZgVGQi+hdpnlSy3a1w==}
cpu: [x64] cpu: [x64]
os: [darwin] os: [darwin]
'@unrs/resolver-binding-freebsd-x64@1.9.0': '@unrs/resolver-binding-freebsd-x64@1.9.1':
resolution: {integrity: sha512-6uZwzMRFcD7CcCd0vz3Hp+9qIL2jseE/bx3ZjaLwn8t714nYGwiE84WpaMCYjU+IQET8Vu/+BNAGtYD7BG/0yA==} resolution: {integrity: sha512-4dIEMXrXt0UqDVgrsUd1I+NoIzVQWXy/CNhgpfS75rOOMK/4Abn0Mx2M2gWH4Mk9+ds/ASAiCmqoUFynmMY5hA==}
cpu: [x64] cpu: [x64]
os: [freebsd] os: [freebsd]
'@unrs/resolver-binding-linux-arm-gnueabihf@1.9.0': '@unrs/resolver-binding-linux-arm-gnueabihf@1.9.1':
resolution: {integrity: sha512-bPUBksQfrgcfv2+mm+AZinaKq8LCFvt5PThYqRotqSuuZK1TVKkhbVMS/jvSRfYl7jr3AoZLYbDkItxgqMKRkg==} resolution: {integrity: sha512-vtvS13IXPs1eE8DuS/soiosqMBeyh50YLRZ+p7EaIKAPPeevRnA9G/wu/KbVt01ZD5qiGjxS+CGIdVC7I6gTOw==}
cpu: [arm] cpu: [arm]
os: [linux] os: [linux]
'@unrs/resolver-binding-linux-arm-musleabihf@1.9.0': '@unrs/resolver-binding-linux-arm-musleabihf@1.9.1':
resolution: {integrity: sha512-uT6E7UBIrTdCsFQ+y0tQd3g5oudmrS/hds5pbU3h4s2t/1vsGWbbSKhBSCD9mcqaqkBwoqlECpUrRJCmldl8PA==} resolution: {integrity: sha512-BfdnN6aZ7NcX8djW8SR6GOJc+K+sFhWRF4vJueVE0vbUu5N1bLnBpxJg1TGlhSyo+ImC4SR0jcNiKN0jdoxt+A==}
cpu: [arm] cpu: [arm]
os: [linux] os: [linux]
'@unrs/resolver-binding-linux-arm64-gnu@1.9.0': '@unrs/resolver-binding-linux-arm64-gnu@1.9.1':
resolution: {integrity: sha512-vdqBh911wc5awE2bX2zx3eflbyv8U9xbE/jVKAm425eRoOVv/VseGZsqi3A3SykckSpF4wSROkbQPvbQFn8EsA==} resolution: {integrity: sha512-Jhge7lFtH0QqfRz2PyJjJXWENqywPteITd+nOS0L6AhbZli+UmEyGBd2Sstt1c+l9C+j/YvKTl9wJo9PPmsFNg==}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
'@unrs/resolver-binding-linux-arm64-musl@1.9.0': '@unrs/resolver-binding-linux-arm64-musl@1.9.1':
resolution: {integrity: sha512-/8JFZ/SnuDr1lLEVsxsuVwrsGquTvT51RZGvyDB/dOK3oYK2UqeXzgeyq6Otp8FZXQcEYqJwxb9v+gtdXn03eQ==} resolution: {integrity: sha512-ofdK/ow+ZSbSU0pRoB7uBaiRHeaAOYQFU5Spp87LdcPL/P1RhbCTMSIYVb61XWzsVEmYKjHFtoIE0wxP6AFvrA==}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
'@unrs/resolver-binding-linux-ppc64-gnu@1.9.0': '@unrs/resolver-binding-linux-ppc64-gnu@1.9.1':
resolution: {integrity: sha512-FkJjybtrl+rajTw4loI3L6YqSOpeZfDls4SstL/5lsP2bka9TiHUjgMBjygeZEis1oC8LfJTS8FSgpKPaQx2tQ==} resolution: {integrity: sha512-eC8SXVn8de67HacqU7PoGdHA+9tGbqfEdD05AEFRAB81ejeQtNi5Fx7lPcxpLH79DW0BnMAHau3hi4RVkHfSCw==}
cpu: [ppc64] cpu: [ppc64]
os: [linux] os: [linux]
'@unrs/resolver-binding-linux-riscv64-gnu@1.9.0': '@unrs/resolver-binding-linux-riscv64-gnu@1.9.1':
resolution: {integrity: sha512-w/NZfHNeDusbqSZ8r/hp8iL4S39h4+vQMc9/vvzuIKMWKppyUGKm3IST0Qv0aOZ1rzIbl9SrDeIqK86ZpUK37w==} resolution: {integrity: sha512-fIkwvAAQ41kfoGWfzeJ33iLGShl0JEDZHrMnwTHMErUcPkaaZRJYjQjsFhMl315NEQ4mmTlC+2nfK/J2IszDOw==}
cpu: [riscv64] cpu: [riscv64]
os: [linux] os: [linux]
'@unrs/resolver-binding-linux-riscv64-musl@1.9.0': '@unrs/resolver-binding-linux-riscv64-musl@1.9.1':
resolution: {integrity: sha512-bEPBosut8/8KQbUixPry8zg/fOzVOWyvwzOfz0C0Rw6dp+wIBseyiHKjkcSyZKv/98edrbMknBaMNJfA/UEdqw==} resolution: {integrity: sha512-RAAszxImSOFLk44aLwnSqpcOdce8sBcxASledSzuFAd8Q5ZhhVck472SisspnzHdc7THCvGXiUeZ2hOC7NUoBQ==}
cpu: [riscv64] cpu: [riscv64]
os: [linux] os: [linux]
'@unrs/resolver-binding-linux-s390x-gnu@1.9.0': '@unrs/resolver-binding-linux-s390x-gnu@1.9.1':
resolution: {integrity: sha512-LDtMT7moE3gK753gG4pc31AAqGUC86j3AplaFusc717EUGF9ZFJ356sdQzzZzkBk1XzMdxFyZ4f/i35NKM/lFA==} resolution: {integrity: sha512-QoP9vkY+THuQdZi05bA6s6XwFd6HIz3qlx82v9bTOgxeqin/3C12Ye7f7EOD00RQ36OtOPWnhEMMm84sv7d1XQ==}
cpu: [s390x] cpu: [s390x]
os: [linux] os: [linux]
'@unrs/resolver-binding-linux-x64-gnu@1.9.0': '@unrs/resolver-binding-linux-x64-gnu@1.9.1':
resolution: {integrity: sha512-WmFd5KINHIXj8o1mPaT8QRjA9HgSXhN1gl9Da4IZihARihEnOylu4co7i/yeaIpcfsI6sYs33cNZKyHYDh0lrA==} resolution: {integrity: sha512-/p77cGN/h9zbsfCseAP5gY7tK+7+DdM8fkPfr9d1ye1fsF6bmtGbtZN6e/8j4jCZ9NEIBBkT0GhdgixSelTK9g==}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
'@unrs/resolver-binding-linux-x64-musl@1.9.0': '@unrs/resolver-binding-linux-x64-musl@1.9.1':
resolution: {integrity: sha512-CYuXbANW+WgzVRIl8/QvZmDaZxrqvOldOwlbUjIM4pQ46FJ0W5cinJ/Ghwa/Ng1ZPMJMk1VFdsD/XwmCGIXBWg==} resolution: {integrity: sha512-wInTqT3Bu9u50mDStEig1v8uxEL2Ht+K8pir/YhyyrM5ordJtxoqzsL1vR/CQzOJuDunUTrDkMM0apjW/d7/PA==}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
'@unrs/resolver-binding-wasm32-wasi@1.9.0': '@unrs/resolver-binding-wasm32-wasi@1.9.1':
resolution: {integrity: sha512-6Rp2WH0OoitMYR57Z6VE8Y6corX8C6QEMWLgOV6qXiJIeZ1F9WGXY/yQ8yDC4iTraotyLOeJ2Asea0urWj2fKQ==} resolution: {integrity: sha512-eNwqO5kUa+1k7yFIircwwiniKWA0UFHo2Cfm8LYgkh9km7uMad+0x7X7oXbQonJXlqfitBTSjhA0un+DsHIrhw==}
engines: {node: '>=14.0.0'} engines: {node: '>=14.0.0'}
cpu: [wasm32] cpu: [wasm32]
'@unrs/resolver-binding-win32-arm64-msvc@1.9.0': '@unrs/resolver-binding-win32-arm64-msvc@1.9.1':
resolution: {integrity: sha512-rknkrTRuvujprrbPmGeHi8wYWxmNVlBoNW8+4XF2hXUnASOjmuC9FNF1tGbDiRQWn264q9U/oGtixyO3BT8adQ==} resolution: {integrity: sha512-Eaz1xMUnoa2mFqh20mPqSdbYl6crnk8HnIXDu6nsla9zpgZJZO8w3c1gvNN/4Eb0RXRq3K9OG6mu8vw14gIqiA==}
cpu: [arm64] cpu: [arm64]
os: [win32] os: [win32]
'@unrs/resolver-binding-win32-ia32-msvc@1.9.0': '@unrs/resolver-binding-win32-ia32-msvc@1.9.1':
resolution: {integrity: sha512-Ceymm+iBl+bgAICtgiHyMLz6hjxmLJKqBim8tDzpX61wpZOx2bPK6Gjuor7I2RiUynVjvvkoRIkrPyMwzBzF3A==} resolution: {integrity: sha512-H/+d+5BGlnEQif0gnwWmYbYv7HJj563PUKJfn8PlmzF8UmF+8KxdvXdwCsoOqh4HHnENnoLrav9NYBrv76x1wQ==}
cpu: [ia32] cpu: [ia32]
os: [win32] os: [win32]
'@unrs/resolver-binding-win32-x64-msvc@1.9.0': '@unrs/resolver-binding-win32-x64-msvc@1.9.1':
resolution: {integrity: sha512-k59o9ZyeyS0hAlcaKFezYSH2agQeRFEB7KoQLXl3Nb3rgkqT1NY9Vwy+SqODiLmYnEjxWJVRE/yq2jFVqdIxZw==} resolution: {integrity: sha512-rS86wI4R6cknYM3is3grCb/laE8XBEbpWAMSIPjYfmYp75KL5dT87jXF2orDa4tQYg5aajP5G8Fgh34dRyR+Rw==}
cpu: [x64] cpu: [x64]
os: [win32] os: [win32]
@ -948,8 +945,8 @@ packages:
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
engines: {node: '>=6'} engines: {node: '>=6'}
caniuse-lite@1.0.30001723: caniuse-lite@1.0.30001724:
resolution: {integrity: sha512-1R/elMjtehrFejxwmexeXAtae5UO9iSyFn6G/I806CYC/BLyyBk1EPhrKBkWhy6wM6Xnm47dSJQec+tLJ39WHw==} resolution: {integrity: sha512-WqJo7p0TbHDOythNTqYujmaJTvtYRZrjpP8TCvH6Vb9CYJerJNKamKzIWOM4BkQatWj9H2lYulpdAQNBe7QhNA==}
chai@5.2.0: chai@5.2.0:
resolution: {integrity: sha512-mCuXncKXk5iCLhfhwTc0izo0gtEmpz5CtG2y8GiOINBlMVS6v8TMRc5TaLWKS6692m9+dVVfzgeVxR5UxWHTYw==} resolution: {integrity: sha512-mCuXncKXk5iCLhfhwTc0izo0gtEmpz5CtG2y8GiOINBlMVS6v8TMRc5TaLWKS6692m9+dVVfzgeVxR5UxWHTYw==}
@ -1055,8 +1052,8 @@ packages:
resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
engines: {node: '>=0.4.0'} engines: {node: '>=0.4.0'}
detsys-ts@https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/356b8986c3908be822afb16fce2bcfb86c7be34f: detsys-ts@https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/e252a66f00e041869f7e402e579141f7b8ab1edf:
resolution: {tarball: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/356b8986c3908be822afb16fce2bcfb86c7be34f} resolution: {tarball: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/e252a66f00e041869f7e402e579141f7b8ab1edf}
version: 1.0.0 version: 1.0.0
dir-glob@3.0.1: dir-glob@3.0.1:
@ -1078,8 +1075,8 @@ packages:
eastasianwidth@0.2.0: eastasianwidth@0.2.0:
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
electron-to-chromium@1.5.170: electron-to-chromium@1.5.172:
resolution: {integrity: sha512-GP+M7aeluQo9uAyiTCxgIj/j+PrWhMlY7LFVj8prlsPljd0Fdg9AprlfUi+OCSFWy9Y5/2D/Jrj9HS8Z4rpKWA==} resolution: {integrity: sha512-fnKW9dGgmBfsebbYognQSv0CGGLFH1a5iV9EDYTBwmAQn+whbzHbLFlC+3XbHc8xaNtpO0etm8LOcRXs1qMRkQ==}
emoji-regex@8.0.0: emoji-regex@8.0.0:
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
@ -1157,8 +1154,8 @@ packages:
eslint-plugin-import-x: eslint-plugin-import-x:
optional: true optional: true
eslint-module-utils@2.12.0: eslint-module-utils@2.12.1:
resolution: {integrity: sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==} resolution: {integrity: sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==}
engines: {node: '>=4'} engines: {node: '>=4'}
peerDependencies: peerDependencies:
'@typescript-eslint/parser': '*' '@typescript-eslint/parser': '*'
@ -1205,8 +1202,8 @@ packages:
peerDependencies: peerDependencies:
eslint: '>=5.0.0' eslint: '>=5.0.0'
eslint-plugin-import@2.31.0: eslint-plugin-import@2.32.0:
resolution: {integrity: sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==} resolution: {integrity: sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==}
engines: {node: '>=4'} engines: {node: '>=4'}
peerDependencies: peerDependencies:
'@typescript-eslint/parser': '*' '@typescript-eslint/parser': '*'
@ -1957,8 +1954,8 @@ packages:
resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==} resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==}
engines: {node: '>=6.0.0'} engines: {node: '>=6.0.0'}
prettier@3.5.3: prettier@3.6.0:
resolution: {integrity: sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==} resolution: {integrity: sha512-ujSB9uXHJKzM/2GBuE0hBOUgC77CN3Bnpqa+g80bkv3T3A93wL/xlzDATHhnhkzifz/UE2SNOvmbTz5hSkDlHw==}
engines: {node: '>=14'} engines: {node: '>=14'}
hasBin: true hasBin: true
@ -2017,8 +2014,8 @@ packages:
deprecated: Rimraf versions prior to v4 are no longer supported deprecated: Rimraf versions prior to v4 are no longer supported
hasBin: true hasBin: true
rollup@4.43.0: rollup@4.44.0:
resolution: {integrity: sha512-wdN2Kd3Twh8MAEOEJZsuxuLKCsBEo4PVNLK6tQWAn10VhsVewQLzcucMgLolRlhFybGxfclbPeEYBaP6RvUFGg==} resolution: {integrity: sha512-qHcdEzLCiktQIfwBq420pn2dP+30uzqYxv9ETm91wdt2R9AFcWfjNAmje4NWlnCIQ5RMTzVf0ZyisOKqHR6RwA==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'} engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true hasBin: true
@ -2335,8 +2332,8 @@ packages:
resolution: {integrity: sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==} resolution: {integrity: sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==}
engines: {node: '>=14.0'} engines: {node: '>=14.0'}
unrs-resolver@1.9.0: unrs-resolver@1.9.1:
resolution: {integrity: sha512-wqaRu4UnzBD2ABTC1kLfBjAqIDZ5YUTr/MLGa7By47JV1bJDSW7jq/ZSLigB7enLe7ubNaJhtnBXgrc/50cEhg==} resolution: {integrity: sha512-4AZVxP05JGN6DwqIkSP4VKLOcwQa5l37SWHF/ahcuqBMbfxbpN1L1QKafEhWCziHhzKex9H/AR09H0OuVyU+9g==}
update-browserslist-db@1.1.3: update-browserslist-db@1.1.3:
resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==} resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==}
@ -2501,7 +2498,7 @@ snapshots:
'@azure/abort-controller': 1.1.0 '@azure/abort-controller': 1.1.0
'@azure/ms-rest-js': 2.7.0 '@azure/ms-rest-js': 2.7.0
'@azure/storage-blob': 12.27.0 '@azure/storage-blob': 12.27.0
'@protobuf-ts/plugin': 2.11.0 '@protobuf-ts/plugin': 2.11.1
semver: 6.3.1 semver: 6.3.1
transitivePeerDependencies: transitivePeerDependencies:
- encoding - encoding
@ -2913,83 +2910,83 @@ snapshots:
'@pkgr/core@0.2.7': {} '@pkgr/core@0.2.7': {}
'@protobuf-ts/plugin@2.11.0': '@protobuf-ts/plugin@2.11.1':
dependencies: dependencies:
'@bufbuild/protobuf': 2.5.2 '@bufbuild/protobuf': 2.5.2
'@bufbuild/protoplugin': 2.5.2 '@bufbuild/protoplugin': 2.5.2
'@protobuf-ts/protoc': 2.11.0 '@protobuf-ts/protoc': 2.11.1
'@protobuf-ts/runtime': 2.11.0 '@protobuf-ts/runtime': 2.11.1
'@protobuf-ts/runtime-rpc': 2.11.0 '@protobuf-ts/runtime-rpc': 2.11.1
typescript: 3.9.10 typescript: 3.9.10
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@protobuf-ts/protoc@2.11.0': {} '@protobuf-ts/protoc@2.11.1': {}
'@protobuf-ts/runtime-rpc@2.11.0': '@protobuf-ts/runtime-rpc@2.11.1':
dependencies: dependencies:
'@protobuf-ts/runtime': 2.11.0 '@protobuf-ts/runtime': 2.11.1
'@protobuf-ts/runtime@2.11.0': {} '@protobuf-ts/runtime@2.11.1': {}
'@rollup/rollup-android-arm-eabi@4.43.0': '@rollup/rollup-android-arm-eabi@4.44.0':
optional: true optional: true
'@rollup/rollup-android-arm64@4.43.0': '@rollup/rollup-android-arm64@4.44.0':
optional: true optional: true
'@rollup/rollup-darwin-arm64@4.43.0': '@rollup/rollup-darwin-arm64@4.44.0':
optional: true optional: true
'@rollup/rollup-darwin-x64@4.43.0': '@rollup/rollup-darwin-x64@4.44.0':
optional: true optional: true
'@rollup/rollup-freebsd-arm64@4.43.0': '@rollup/rollup-freebsd-arm64@4.44.0':
optional: true optional: true
'@rollup/rollup-freebsd-x64@4.43.0': '@rollup/rollup-freebsd-x64@4.44.0':
optional: true optional: true
'@rollup/rollup-linux-arm-gnueabihf@4.43.0': '@rollup/rollup-linux-arm-gnueabihf@4.44.0':
optional: true optional: true
'@rollup/rollup-linux-arm-musleabihf@4.43.0': '@rollup/rollup-linux-arm-musleabihf@4.44.0':
optional: true optional: true
'@rollup/rollup-linux-arm64-gnu@4.43.0': '@rollup/rollup-linux-arm64-gnu@4.44.0':
optional: true optional: true
'@rollup/rollup-linux-arm64-musl@4.43.0': '@rollup/rollup-linux-arm64-musl@4.44.0':
optional: true optional: true
'@rollup/rollup-linux-loongarch64-gnu@4.43.0': '@rollup/rollup-linux-loongarch64-gnu@4.44.0':
optional: true optional: true
'@rollup/rollup-linux-powerpc64le-gnu@4.43.0': '@rollup/rollup-linux-powerpc64le-gnu@4.44.0':
optional: true optional: true
'@rollup/rollup-linux-riscv64-gnu@4.43.0': '@rollup/rollup-linux-riscv64-gnu@4.44.0':
optional: true optional: true
'@rollup/rollup-linux-riscv64-musl@4.43.0': '@rollup/rollup-linux-riscv64-musl@4.44.0':
optional: true optional: true
'@rollup/rollup-linux-s390x-gnu@4.43.0': '@rollup/rollup-linux-s390x-gnu@4.44.0':
optional: true optional: true
'@rollup/rollup-linux-x64-gnu@4.43.0': '@rollup/rollup-linux-x64-gnu@4.44.0':
optional: true optional: true
'@rollup/rollup-linux-x64-musl@4.43.0': '@rollup/rollup-linux-x64-musl@4.44.0':
optional: true optional: true
'@rollup/rollup-win32-arm64-msvc@4.43.0': '@rollup/rollup-win32-arm64-msvc@4.44.0':
optional: true optional: true
'@rollup/rollup-win32-ia32-msvc@4.43.0': '@rollup/rollup-win32-ia32-msvc@4.44.0':
optional: true optional: true
'@rollup/rollup-win32-x64-msvc@4.43.0': '@rollup/rollup-win32-x64-msvc@4.44.0':
optional: true optional: true
'@rtsao/scc@1.1.0': {} '@rtsao/scc@1.1.0': {}
@ -3002,7 +2999,7 @@ snapshots:
dependencies: dependencies:
defer-to-connect: 2.0.1 defer-to-connect: 2.0.1
'@trivago/prettier-plugin-sort-imports@4.3.0(prettier@3.5.3)': '@trivago/prettier-plugin-sort-imports@4.3.0(prettier@3.6.0)':
dependencies: dependencies:
'@babel/generator': 7.17.7 '@babel/generator': 7.17.7
'@babel/parser': 7.27.5 '@babel/parser': 7.27.5
@ -3010,7 +3007,7 @@ snapshots:
'@babel/types': 7.17.0 '@babel/types': 7.17.0
javascript-natural-sort: 0.7.1 javascript-natural-sort: 0.7.1
lodash: 4.17.21 lodash: 4.17.21
prettier: 3.5.3 prettier: 3.6.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@ -3025,8 +3022,6 @@ snapshots:
'@types/deep-eql@4.0.2': {} '@types/deep-eql@4.0.2': {}
'@types/estree@1.0.7': {}
'@types/estree@1.0.8': {} '@types/estree@1.0.8': {}
'@types/http-cache-semantics@4.0.4': {} '@types/http-cache-semantics@4.0.4': {}
@ -3131,63 +3126,63 @@ snapshots:
'@ungap/structured-clone@1.3.0': {} '@ungap/structured-clone@1.3.0': {}
'@unrs/resolver-binding-android-arm-eabi@1.9.0': '@unrs/resolver-binding-android-arm-eabi@1.9.1':
optional: true optional: true
'@unrs/resolver-binding-android-arm64@1.9.0': '@unrs/resolver-binding-android-arm64@1.9.1':
optional: true optional: true
'@unrs/resolver-binding-darwin-arm64@1.9.0': '@unrs/resolver-binding-darwin-arm64@1.9.1':
optional: true optional: true
'@unrs/resolver-binding-darwin-x64@1.9.0': '@unrs/resolver-binding-darwin-x64@1.9.1':
optional: true optional: true
'@unrs/resolver-binding-freebsd-x64@1.9.0': '@unrs/resolver-binding-freebsd-x64@1.9.1':
optional: true optional: true
'@unrs/resolver-binding-linux-arm-gnueabihf@1.9.0': '@unrs/resolver-binding-linux-arm-gnueabihf@1.9.1':
optional: true optional: true
'@unrs/resolver-binding-linux-arm-musleabihf@1.9.0': '@unrs/resolver-binding-linux-arm-musleabihf@1.9.1':
optional: true optional: true
'@unrs/resolver-binding-linux-arm64-gnu@1.9.0': '@unrs/resolver-binding-linux-arm64-gnu@1.9.1':
optional: true optional: true
'@unrs/resolver-binding-linux-arm64-musl@1.9.0': '@unrs/resolver-binding-linux-arm64-musl@1.9.1':
optional: true optional: true
'@unrs/resolver-binding-linux-ppc64-gnu@1.9.0': '@unrs/resolver-binding-linux-ppc64-gnu@1.9.1':
optional: true optional: true
'@unrs/resolver-binding-linux-riscv64-gnu@1.9.0': '@unrs/resolver-binding-linux-riscv64-gnu@1.9.1':
optional: true optional: true
'@unrs/resolver-binding-linux-riscv64-musl@1.9.0': '@unrs/resolver-binding-linux-riscv64-musl@1.9.1':
optional: true optional: true
'@unrs/resolver-binding-linux-s390x-gnu@1.9.0': '@unrs/resolver-binding-linux-s390x-gnu@1.9.1':
optional: true optional: true
'@unrs/resolver-binding-linux-x64-gnu@1.9.0': '@unrs/resolver-binding-linux-x64-gnu@1.9.1':
optional: true optional: true
'@unrs/resolver-binding-linux-x64-musl@1.9.0': '@unrs/resolver-binding-linux-x64-musl@1.9.1':
optional: true optional: true
'@unrs/resolver-binding-wasm32-wasi@1.9.0': '@unrs/resolver-binding-wasm32-wasi@1.9.1':
dependencies: dependencies:
'@napi-rs/wasm-runtime': 0.2.11 '@napi-rs/wasm-runtime': 0.2.11
optional: true optional: true
'@unrs/resolver-binding-win32-arm64-msvc@1.9.0': '@unrs/resolver-binding-win32-arm64-msvc@1.9.1':
optional: true optional: true
'@unrs/resolver-binding-win32-ia32-msvc@1.9.0': '@unrs/resolver-binding-win32-ia32-msvc@1.9.1':
optional: true optional: true
'@unrs/resolver-binding-win32-x64-msvc@1.9.0': '@unrs/resolver-binding-win32-x64-msvc@1.9.1':
optional: true optional: true
'@vercel/ncc@0.38.3': {} '@vercel/ncc@0.38.3': {}
@ -3354,8 +3349,8 @@ snapshots:
browserslist@4.25.0: browserslist@4.25.0:
dependencies: dependencies:
caniuse-lite: 1.0.30001723 caniuse-lite: 1.0.30001724
electron-to-chromium: 1.5.170 electron-to-chromium: 1.5.172
node-releases: 2.0.19 node-releases: 2.0.19
update-browserslist-db: 1.1.3(browserslist@4.25.0) update-browserslist-db: 1.1.3(browserslist@4.25.0)
@ -3397,7 +3392,7 @@ snapshots:
callsites@3.1.0: {} callsites@3.1.0: {}
caniuse-lite@1.0.30001723: {} caniuse-lite@1.0.30001724: {}
chai@5.2.0: chai@5.2.0:
dependencies: dependencies:
@ -3494,7 +3489,7 @@ snapshots:
delayed-stream@1.0.0: {} delayed-stream@1.0.0: {}
detsys-ts@https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/356b8986c3908be822afb16fce2bcfb86c7be34f: detsys-ts@https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/e252a66f00e041869f7e402e579141f7b8ab1edf:
dependencies: dependencies:
'@actions/cache': 4.0.3 '@actions/cache': 4.0.3
'@actions/core': 1.11.1 '@actions/core': 1.11.1
@ -3525,7 +3520,7 @@ snapshots:
eastasianwidth@0.2.0: {} eastasianwidth@0.2.0: {}
electron-to-chromium@1.5.170: {} electron-to-chromium@1.5.172: {}
emoji-regex@8.0.0: {} emoji-regex@8.0.0: {}
@ -3661,7 +3656,7 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
eslint-import-resolver-typescript@3.10.1(eslint-plugin-import@2.31.0)(eslint@8.57.1): eslint-import-resolver-typescript@3.10.1(eslint-plugin-import@2.32.0)(eslint@8.57.1):
dependencies: dependencies:
'@nolyfill/is-core-module': 1.0.39 '@nolyfill/is-core-module': 1.0.39
debug: 4.4.1 debug: 4.4.1
@ -3670,20 +3665,20 @@ snapshots:
is-bun-module: 2.0.0 is-bun-module: 2.0.0
stable-hash: 0.0.5 stable-hash: 0.0.5
tinyglobby: 0.2.14 tinyglobby: 0.2.14
unrs-resolver: 1.9.0 unrs-resolver: 1.9.1
optionalDependencies: optionalDependencies:
eslint-plugin-import: 2.31.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.1)(eslint@8.57.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.1)(eslint@8.57.1)
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
eslint-module-utils@2.12.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@8.57.1): eslint-module-utils@2.12.1(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@8.57.1):
dependencies: dependencies:
debug: 3.2.7 debug: 3.2.7
optionalDependencies: optionalDependencies:
'@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@5.8.3) '@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@5.8.3)
eslint: 8.57.1 eslint: 8.57.1
eslint-import-resolver-node: 0.3.9 eslint-import-resolver-node: 0.3.9
eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import@2.31.0)(eslint@8.57.1) eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import@2.32.0)(eslint@8.57.1)
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@ -3718,13 +3713,13 @@ snapshots:
eslint-plugin-eslint-comments: 3.2.0(eslint@8.57.1) eslint-plugin-eslint-comments: 3.2.0(eslint@8.57.1)
eslint-plugin-filenames: 1.3.2(eslint@8.57.1) eslint-plugin-filenames: 1.3.2(eslint@8.57.1)
eslint-plugin-i18n-text: 1.0.1(eslint@8.57.1) eslint-plugin-i18n-text: 1.0.1(eslint@8.57.1)
eslint-plugin-import: 2.31.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.1)(eslint@8.57.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.1)(eslint@8.57.1)
eslint-plugin-jsx-a11y: 6.10.2(eslint@8.57.1) eslint-plugin-jsx-a11y: 6.10.2(eslint@8.57.1)
eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-no-only-tests: 3.3.0
eslint-plugin-prettier: 5.5.0(eslint-config-prettier@10.1.5(eslint@8.57.1))(eslint@8.57.1)(prettier@3.5.3) eslint-plugin-prettier: 5.5.0(eslint-config-prettier@10.1.5(eslint@8.57.1))(eslint@8.57.1)(prettier@3.6.0)
eslint-rule-documentation: 1.0.23 eslint-rule-documentation: 1.0.23
jsx-ast-utils: 3.3.5 jsx-ast-utils: 3.3.5
prettier: 3.5.3 prettier: 3.6.0
svg-element-attributes: 1.3.1 svg-element-attributes: 1.3.1
transitivePeerDependencies: transitivePeerDependencies:
- '@types/eslint' - '@types/eslint'
@ -3737,7 +3732,7 @@ snapshots:
dependencies: dependencies:
eslint: 8.57.1 eslint: 8.57.1
eslint-plugin-import@2.31.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.1)(eslint@8.57.1): eslint-plugin-import@2.32.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.1)(eslint@8.57.1):
dependencies: dependencies:
'@rtsao/scc': 1.1.0 '@rtsao/scc': 1.1.0
array-includes: 3.1.9 array-includes: 3.1.9
@ -3748,7 +3743,7 @@ snapshots:
doctrine: 2.1.0 doctrine: 2.1.0
eslint: 8.57.1 eslint: 8.57.1
eslint-import-resolver-node: 0.3.9 eslint-import-resolver-node: 0.3.9
eslint-module-utils: 2.12.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@8.57.1) eslint-module-utils: 2.12.1(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@8.57.1)
hasown: 2.0.2 hasown: 2.0.2
is-core-module: 2.16.1 is-core-module: 2.16.1
is-glob: 4.0.3 is-glob: 4.0.3
@ -3787,10 +3782,10 @@ snapshots:
eslint-plugin-no-only-tests@3.3.0: {} eslint-plugin-no-only-tests@3.3.0: {}
eslint-plugin-prettier@5.5.0(eslint-config-prettier@10.1.5(eslint@8.57.1))(eslint@8.57.1)(prettier@3.5.3): eslint-plugin-prettier@5.5.0(eslint-config-prettier@10.1.5(eslint@8.57.1))(eslint@8.57.1)(prettier@3.6.0):
dependencies: dependencies:
eslint: 8.57.1 eslint: 8.57.1
prettier: 3.5.3 prettier: 3.6.0
prettier-linter-helpers: 1.0.0 prettier-linter-helpers: 1.0.0
synckit: 0.11.8 synckit: 0.11.8
optionalDependencies: optionalDependencies:
@ -3921,7 +3916,7 @@ snapshots:
dependencies: dependencies:
magic-string: 0.30.17 magic-string: 0.30.17
mlly: 1.7.4 mlly: 1.7.4
rollup: 4.43.0 rollup: 4.44.0
flat-cache@3.2.0: flat-cache@3.2.0:
dependencies: dependencies:
@ -4522,7 +4517,7 @@ snapshots:
dependencies: dependencies:
fast-diff: 1.3.0 fast-diff: 1.3.0
prettier@3.5.3: {} prettier@3.6.0: {}
punycode@2.3.1: {} punycode@2.3.1: {}
@ -4576,30 +4571,30 @@ snapshots:
dependencies: dependencies:
glob: 7.2.3 glob: 7.2.3
rollup@4.43.0: rollup@4.44.0:
dependencies: dependencies:
'@types/estree': 1.0.7 '@types/estree': 1.0.8
optionalDependencies: optionalDependencies:
'@rollup/rollup-android-arm-eabi': 4.43.0 '@rollup/rollup-android-arm-eabi': 4.44.0
'@rollup/rollup-android-arm64': 4.43.0 '@rollup/rollup-android-arm64': 4.44.0
'@rollup/rollup-darwin-arm64': 4.43.0 '@rollup/rollup-darwin-arm64': 4.44.0
'@rollup/rollup-darwin-x64': 4.43.0 '@rollup/rollup-darwin-x64': 4.44.0
'@rollup/rollup-freebsd-arm64': 4.43.0 '@rollup/rollup-freebsd-arm64': 4.44.0
'@rollup/rollup-freebsd-x64': 4.43.0 '@rollup/rollup-freebsd-x64': 4.44.0
'@rollup/rollup-linux-arm-gnueabihf': 4.43.0 '@rollup/rollup-linux-arm-gnueabihf': 4.44.0
'@rollup/rollup-linux-arm-musleabihf': 4.43.0 '@rollup/rollup-linux-arm-musleabihf': 4.44.0
'@rollup/rollup-linux-arm64-gnu': 4.43.0 '@rollup/rollup-linux-arm64-gnu': 4.44.0
'@rollup/rollup-linux-arm64-musl': 4.43.0 '@rollup/rollup-linux-arm64-musl': 4.44.0
'@rollup/rollup-linux-loongarch64-gnu': 4.43.0 '@rollup/rollup-linux-loongarch64-gnu': 4.44.0
'@rollup/rollup-linux-powerpc64le-gnu': 4.43.0 '@rollup/rollup-linux-powerpc64le-gnu': 4.44.0
'@rollup/rollup-linux-riscv64-gnu': 4.43.0 '@rollup/rollup-linux-riscv64-gnu': 4.44.0
'@rollup/rollup-linux-riscv64-musl': 4.43.0 '@rollup/rollup-linux-riscv64-musl': 4.44.0
'@rollup/rollup-linux-s390x-gnu': 4.43.0 '@rollup/rollup-linux-s390x-gnu': 4.44.0
'@rollup/rollup-linux-x64-gnu': 4.43.0 '@rollup/rollup-linux-x64-gnu': 4.44.0
'@rollup/rollup-linux-x64-musl': 4.43.0 '@rollup/rollup-linux-x64-musl': 4.44.0
'@rollup/rollup-win32-arm64-msvc': 4.43.0 '@rollup/rollup-win32-arm64-msvc': 4.44.0
'@rollup/rollup-win32-ia32-msvc': 4.43.0 '@rollup/rollup-win32-ia32-msvc': 4.44.0
'@rollup/rollup-win32-x64-msvc': 4.43.0 '@rollup/rollup-win32-x64-msvc': 4.44.0
fsevents: 2.3.3 fsevents: 2.3.3
run-parallel@1.2.0: run-parallel@1.2.0:
@ -4864,7 +4859,7 @@ snapshots:
picocolors: 1.1.1 picocolors: 1.1.1
postcss-load-config: 6.0.1(postcss@8.5.6) postcss-load-config: 6.0.1(postcss@8.5.6)
resolve-from: 5.0.0 resolve-from: 5.0.0
rollup: 4.43.0 rollup: 4.44.0
source-map: 0.8.0-beta.0 source-map: 0.8.0-beta.0
sucrase: 3.35.0 sucrase: 3.35.0
tinyexec: 0.3.2 tinyexec: 0.3.2
@ -4941,29 +4936,29 @@ snapshots:
dependencies: dependencies:
'@fastify/busboy': 2.1.1 '@fastify/busboy': 2.1.1
unrs-resolver@1.9.0: unrs-resolver@1.9.1:
dependencies: dependencies:
napi-postinstall: 0.2.4 napi-postinstall: 0.2.4
optionalDependencies: optionalDependencies:
'@unrs/resolver-binding-android-arm-eabi': 1.9.0 '@unrs/resolver-binding-android-arm-eabi': 1.9.1
'@unrs/resolver-binding-android-arm64': 1.9.0 '@unrs/resolver-binding-android-arm64': 1.9.1
'@unrs/resolver-binding-darwin-arm64': 1.9.0 '@unrs/resolver-binding-darwin-arm64': 1.9.1
'@unrs/resolver-binding-darwin-x64': 1.9.0 '@unrs/resolver-binding-darwin-x64': 1.9.1
'@unrs/resolver-binding-freebsd-x64': 1.9.0 '@unrs/resolver-binding-freebsd-x64': 1.9.1
'@unrs/resolver-binding-linux-arm-gnueabihf': 1.9.0 '@unrs/resolver-binding-linux-arm-gnueabihf': 1.9.1
'@unrs/resolver-binding-linux-arm-musleabihf': 1.9.0 '@unrs/resolver-binding-linux-arm-musleabihf': 1.9.1
'@unrs/resolver-binding-linux-arm64-gnu': 1.9.0 '@unrs/resolver-binding-linux-arm64-gnu': 1.9.1
'@unrs/resolver-binding-linux-arm64-musl': 1.9.0 '@unrs/resolver-binding-linux-arm64-musl': 1.9.1
'@unrs/resolver-binding-linux-ppc64-gnu': 1.9.0 '@unrs/resolver-binding-linux-ppc64-gnu': 1.9.1
'@unrs/resolver-binding-linux-riscv64-gnu': 1.9.0 '@unrs/resolver-binding-linux-riscv64-gnu': 1.9.1
'@unrs/resolver-binding-linux-riscv64-musl': 1.9.0 '@unrs/resolver-binding-linux-riscv64-musl': 1.9.1
'@unrs/resolver-binding-linux-s390x-gnu': 1.9.0 '@unrs/resolver-binding-linux-s390x-gnu': 1.9.1
'@unrs/resolver-binding-linux-x64-gnu': 1.9.0 '@unrs/resolver-binding-linux-x64-gnu': 1.9.1
'@unrs/resolver-binding-linux-x64-musl': 1.9.0 '@unrs/resolver-binding-linux-x64-musl': 1.9.1
'@unrs/resolver-binding-wasm32-wasi': 1.9.0 '@unrs/resolver-binding-wasm32-wasi': 1.9.1
'@unrs/resolver-binding-win32-arm64-msvc': 1.9.0 '@unrs/resolver-binding-win32-arm64-msvc': 1.9.1
'@unrs/resolver-binding-win32-ia32-msvc': 1.9.0 '@unrs/resolver-binding-win32-ia32-msvc': 1.9.1
'@unrs/resolver-binding-win32-x64-msvc': 1.9.0 '@unrs/resolver-binding-win32-x64-msvc': 1.9.1
update-browserslist-db@1.1.3(browserslist@4.25.0): update-browserslist-db@1.1.3(browserslist@4.25.0):
dependencies: dependencies:
@ -5004,7 +4999,7 @@ snapshots:
fdir: 6.4.6(picomatch@4.0.2) fdir: 6.4.6(picomatch@4.0.2)
picomatch: 4.0.2 picomatch: 4.0.2
postcss: 8.5.6 postcss: 8.5.6
rollup: 4.43.0 rollup: 4.44.0
tinyglobby: 0.2.14 tinyglobby: 0.2.14
optionalDependencies: optionalDependencies:
fsevents: 2.3.3 fsevents: 2.3.3