Skip to content

Commit 0103ff8

Browse files
authored
Update distribution (#202)
1 parent 82ed316 commit 0103ff8

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
@@ -932,6 +932,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
932932
exports.prepareKeyValueMessage = exports.issueFileCommand = void 0;
933933
// We use any as a valid input type
934934
/* eslint-disable @typescript-eslint/no-explicit-any */
935+
const crypto = __importStar(__nccwpck_require__(6982));
935936
const fs = __importStar(__nccwpck_require__(9896));
936937
const os = __importStar(__nccwpck_require__(857));
937938
const utils_1 = __nccwpck_require__(302);
@@ -10680,6 +10681,14 @@ module.exports = require("child_process");
1068010681

1068110682
/***/ }),
1068210683

10684+
/***/ 6982:
10685+
/***/ ((module) => {
10686+
10687+
"use strict";
10688+
module.exports = require("crypto");
10689+
10690+
/***/ }),
10691+
1068310692
/***/ 4434:
1068410693
/***/ ((module) => {
1068510694

0 commit comments

Comments
 (0)