Update detsys-ts for: Ignore hyphen-sep'd diags (#83) (07c7fc924119a8d9879c1c164ae593049d47f648)

This commit is contained in:
grahamc 2025-03-28 17:47:57 +00:00 committed by github-actions[bot]
parent c6435de337
commit 7f50ffb42b
2 changed files with 19 additions and 19 deletions

14
dist/index.js vendored
View file

@ -34921,7 +34921,7 @@ 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__(2664); var reflection_type_check_1 = __nccwpck_require__(283);
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__(8877); var reflection_create_1 = __nccwpck_require__(8877);
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; } }));
@ -35109,7 +35109,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.MessageType = void 0; exports.MessageType = void 0;
const message_type_contract_1 = __nccwpck_require__(5114); const message_type_contract_1 = __nccwpck_require__(5114);
const reflection_info_1 = __nccwpck_require__(7369); const reflection_info_1 = __nccwpck_require__(7369);
const reflection_type_check_1 = __nccwpck_require__(2664); const reflection_type_check_1 = __nccwpck_require__(283);
const reflection_json_reader_1 = __nccwpck_require__(5855); const reflection_json_reader_1 = __nccwpck_require__(5855);
const reflection_json_writer_1 = __nccwpck_require__(9359); const reflection_json_writer_1 = __nccwpck_require__(9359);
const reflection_binary_reader_1 = __nccwpck_require__(3362); const reflection_binary_reader_1 = __nccwpck_require__(3362);
@ -37219,7 +37219,7 @@ exports.reflectionScalarDefault = reflectionScalarDefault;
/***/ }), /***/ }),
/***/ 2664: /***/ 283:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
@ -41550,7 +41550,7 @@ const Http2OverHttp2 = __nccwpck_require__(2016);
const { const {
Http2OverHttp, Http2OverHttp,
Http2OverHttps Http2OverHttps
} = __nccwpck_require__(5398); } = __nccwpck_require__(3017);
const validateHeaderName = __nccwpck_require__(311); const validateHeaderName = __nccwpck_require__(311);
const validateHeaderValue = __nccwpck_require__(2495); const validateHeaderValue = __nccwpck_require__(2495);
@ -41708,7 +41708,7 @@ module.exports = {
/***/ }), /***/ }),
/***/ 5398: /***/ 3017:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
@ -87214,7 +87214,7 @@ var cache = __nccwpck_require__(7389);
const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:child_process"); const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:child_process");
;// CONCATENATED MODULE: external "node:path" ;// CONCATENATED MODULE: external "node:path"
const external_node_path_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:path"); const external_node_path_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:path");
;// CONCATENATED MODULE: ./node_modules/.pnpm/detsys-ts@https+++codeload.github.com+DeterminateSystems+detsys-ts+tar.gz+03533d37dcd46_d2e6725f814907a3b249c07896b58c7f/node_modules/detsys-ts/dist/index.js ;// CONCATENATED MODULE: ./node_modules/.pnpm/detsys-ts@https+++codeload.github.com+DeterminateSystems+detsys-ts+tar.gz+07c7fc924119a_cf9631eb801687d1d18b88d767b5ca88/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)
@ -87503,7 +87503,7 @@ async function collectBacktracesMacOS(prefixes, programNameDenyList, startTimest
return prefixes.some((prefix) => fileName.startsWith(prefix)); return prefixes.some((prefix) => fileName.startsWith(prefix));
}).filter((fileName) => { }).filter((fileName) => {
return !programNameDenyList.some( return !programNameDenyList.some(
(programName) => fileName.startsWith(`${programName}_${(/* @__PURE__ */ new Date()).getFullYear()}`) (programName) => fileName.startsWith(programName)
); );
}).filter((fileName) => { }).filter((fileName) => {
return !fileName.endsWith(".diag"); return !fileName.endsWith(".diag");

View file

@ -16,7 +16,7 @@ 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/03533d37dcd46f34d9e99385e665615b221a30d9 version: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/07c7fc924119a8d9879c1c164ae593049d47f648
devDependencies: devDependencies:
'@trivago/prettier-plugin-sort-imports': '@trivago/prettier-plugin-sort-imports':
specifier: ^4.3.0 specifier: ^4.3.0
@ -187,11 +187,11 @@ packages:
resolution: {integrity: sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==} resolution: {integrity: sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
'@emnapi/core@1.3.1': '@emnapi/core@1.4.0':
resolution: {integrity: sha512-pVGjBIt1Y6gg3EJN8jTcfpP/+uuRksIo055oE/OBkDNcjZqVbfkWCksG1Jp4yZnj3iKWyWX8fdG/j6UDYPbFog==} resolution: {integrity: sha512-H+N/FqT07NmLmt6OFFtDfwe8PNygprzBikrEMyQfgqSmT0vzE515Pz7R8izwB9q/zsH/MA64AKoul3sA6/CzVg==}
'@emnapi/runtime@1.3.1': '@emnapi/runtime@1.4.0':
resolution: {integrity: sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==} resolution: {integrity: sha512-64WYIf4UYcdLnbKn/umDlNjQDSS8AgZrI/R9+x5ilkUVFxXcA1Ebl+gQLc/6mERA4407Xof0R7wEyEuj091CVw==}
'@emnapi/wasi-threads@1.0.1': '@emnapi/wasi-threads@1.0.1':
resolution: {integrity: sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==} resolution: {integrity: sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==}
@ -1014,8 +1014,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/03533d37dcd46f34d9e99385e665615b221a30d9: detsys-ts@https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/07c7fc924119a8d9879c1c164ae593049d47f648:
resolution: {tarball: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/03533d37dcd46f34d9e99385e665615b221a30d9} resolution: {tarball: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/07c7fc924119a8d9879c1c164ae593049d47f648}
version: 1.0.0 version: 1.0.0
dir-glob@3.0.1: dir-glob@3.0.1:
@ -2634,13 +2634,13 @@ snapshots:
'@babel/helper-string-parser': 7.25.9 '@babel/helper-string-parser': 7.25.9
'@babel/helper-validator-identifier': 7.25.9 '@babel/helper-validator-identifier': 7.25.9
'@emnapi/core@1.3.1': '@emnapi/core@1.4.0':
dependencies: dependencies:
'@emnapi/wasi-threads': 1.0.1 '@emnapi/wasi-threads': 1.0.1
tslib: 2.8.1 tslib: 2.8.1
optional: true optional: true
'@emnapi/runtime@1.3.1': '@emnapi/runtime@1.4.0':
dependencies: dependencies:
tslib: 2.8.1 tslib: 2.8.1
optional: true optional: true
@ -2792,8 +2792,8 @@ snapshots:
'@napi-rs/wasm-runtime@0.2.7': '@napi-rs/wasm-runtime@0.2.7':
dependencies: dependencies:
'@emnapi/core': 1.3.1 '@emnapi/core': 1.4.0
'@emnapi/runtime': 1.3.1 '@emnapi/runtime': 1.4.0
'@tybys/wasm-util': 0.9.0 '@tybys/wasm-util': 0.9.0
optional: true optional: true
@ -3360,7 +3360,7 @@ snapshots:
delayed-stream@1.0.0: {} delayed-stream@1.0.0: {}
detsys-ts@https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/03533d37dcd46f34d9e99385e665615b221a30d9: detsys-ts@https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/07c7fc924119a8d9879c1c164ae593049d47f648:
dependencies: dependencies:
'@actions/cache': 4.0.3 '@actions/cache': 4.0.3
'@actions/core': 1.11.1 '@actions/core': 1.11.1