Skip to content

Commit b82f82f

Browse files
authored
Update distribution (#1759)
1 parent 9c23cb1 commit b82f82f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dist/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
679679
exports.prepareKeyValueMessage = exports.issueFileCommand = void 0;
680680
// We use any as a valid input type
681681
/* eslint-disable @typescript-eslint/no-explicit-any */
682+
const crypto = __importStar(__nccwpck_require__(6982));
682683
const fs = __importStar(__nccwpck_require__(9896));
683684
const os = __importStar(__nccwpck_require__(857));
684685
const utils_1 = __nccwpck_require__(302);
@@ -10427,6 +10428,14 @@ module.exports = require("child_process");
1042710428

1042810429
/***/ }),
1042910430

10431+
/***/ 6982:
10432+
/***/ ((module) => {
10433+
10434+
"use strict";
10435+
module.exports = require("crypto");
10436+
10437+
/***/ }),
10438+
1043010439
/***/ 4434:
1043110440
/***/ ((module) => {
1043210441

0 commit comments

Comments
 (0)