Skip to content

Commit

Permalink
Actions build/nwtgck dependabot/npm and yarn/vercel/ncc 0.33.1 (#706)
Browse files Browse the repository at this point in the history
* Build(deps-dev): bump @vercel/ncc from 0.29.0 to 0.33.1

Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.29.0 to 0.33.1.
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](vercel/ncc@0.29.0...0.33.1)

---
updated-dependencies:
- dependency-name: "@vercel/ncc"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* build

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Dec 20, 2021
1 parent df95b37 commit add97a2
Show file tree
Hide file tree
Showing 4 changed files with 560 additions and 632 deletions.
1,104 changes: 552 additions & 552 deletions dist/index.js

Large diffs are not rendered by default.

80 changes: 4 additions & 76 deletions dist/thread.js
@@ -1,73 +1,7 @@
/******/ (() => { // webpackBootstrap
/******/ "use strict";
/******/ var __webpack_modules__ = ({

/***/ 417:
/***/ ((module) => {

module.exports = require("crypto");

/***/ }),

/***/ 747:
/***/ ((module) => {

module.exports = require("fs");

/***/ }),

/***/ 13:
/***/ ((module) => {

module.exports = require("worker_threads");

/***/ })

/******/ });
/************************************************************************/
/******/ // The module cache
/******/ var __webpack_module_cache__ = {};
/******/
/******/ // The require function
/******/ function __nccwpck_require__(moduleId) {
/******/ // Check if module is in cache
/******/ var cachedModule = __webpack_module_cache__[moduleId];
/******/ if (cachedModule !== undefined) {
/******/ return cachedModule.exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = __webpack_module_cache__[moduleId] = {
/******/ // no module.id needed
/******/ // no module.loaded needed
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ var threw = true;
/******/ try {
/******/ __webpack_modules__[moduleId](module, module.exports, __nccwpck_require__);
/******/ threw = false;
/******/ } finally {
/******/ if(threw) delete __webpack_module_cache__[moduleId];
/******/ }
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/************************************************************************/
/******/ /* webpack/runtime/compat */
/******/
/******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = __dirname + "/";
/******/
/************************************************************************/
var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
(() => {

const fs = __nccwpck_require__(747);
const crypto = __nccwpck_require__(417);
const {parentPort} = __nccwpck_require__(13);
'use strict';
const fs = require('fs');
const crypto = require('crypto');
const {parentPort} = require('worker_threads');

const handlers = {
hashFile: (algorithm, filePath) => new Promise((resolve, reject) => {
Expand Down Expand Up @@ -121,9 +55,3 @@ parentPort.on('message', async message => {
parentPort.postMessage({id: message.id, error: newError});
}
});

})();

module.exports = __webpack_exports__;
/******/ })()
;
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"@types/jest": "^26.0.24",
"@types/node": "^12.20.16",
"@typescript-eslint/parser": "^4.28.4",
"@vercel/ncc": "^0.29.0",
"@vercel/ncc": "^0.33.1",
"eslint": "^5.16.0",
"eslint-plugin-github": "^2.0.0",
"eslint-plugin-jest": "^24.4.0",
Expand Down

1 comment on commit add97a2

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.