update prebuilt action

This commit is contained in:
Jonas Kruckenberg 2022-07-01 13:54:08 +02:00
parent db9b350994
commit 8a087c972f
No known key found for this signature in database
GPG Key ID: 21AD3B3C266BDE3D
6 changed files with 21 additions and 39 deletions

BIN
dist/cli.darwin-x64.node generated vendored

Binary file not shown.

BIN
dist/cli.linux-x64-gnu.node generated vendored

Binary file not shown.

BIN
dist/cli.win32-x64-msvc.node generated vendored

Binary file not shown.

20
dist/index.js generated vendored
View File

@ -1,21 +1,21 @@
require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({ /******/ var __webpack_modules__ = ({
/***/ 3386: /***/ 2774:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
module.exports = require(__nccwpck_require__.ab + "cli.darwin-x64.node") module.exports = require(__nccwpck_require__.ab + "cli.darwin-x64.node")
/***/ }), /***/ }),
/***/ 7959: /***/ 3961:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
module.exports = require(__nccwpck_require__.ab + "cli.linux-x64-gnu.node") module.exports = require(__nccwpck_require__.ab + "cli.linux-x64-gnu.node")
/***/ }), /***/ }),
/***/ 8745: /***/ 5673:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
module.exports = require(__nccwpck_require__.ab + "cli.win32-x64-msvc.node") module.exports = require(__nccwpck_require__.ab + "cli.win32-x64-msvc.node")
@ -64,7 +64,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
}; };
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.buildProject = void 0; exports.buildProject = void 0;
const cli_1 = __nccwpck_require__(9255); const cli_1 = __nccwpck_require__(5308);
const path_1 = __nccwpck_require__(1017); const path_1 = __nccwpck_require__(1017);
const tiny_glob_1 = __importDefault(__nccwpck_require__(6926)); const tiny_glob_1 = __importDefault(__nccwpck_require__(6926));
const core = __importStar(__nccwpck_require__(6953)); const core = __importStar(__nccwpck_require__(6953));
@ -1981,7 +1981,7 @@ exports.checkBypass = checkBypass;
/***/ }), /***/ }),
/***/ 5713: /***/ 8296:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
const { existsSync, readFileSync } = __nccwpck_require__(7147) const { existsSync, readFileSync } = __nccwpck_require__(7147)
@ -2048,7 +2048,7 @@ switch (platform) {
if (localFileExisted) { if (localFileExisted) {
nativeBinding = __nccwpck_require__(1255) nativeBinding = __nccwpck_require__(1255)
} else { } else {
nativeBinding = __nccwpck_require__(8745) nativeBinding = __nccwpck_require__(5673)
} }
} catch (e) { } catch (e) {
loadError = e loadError = e
@ -2094,7 +2094,7 @@ switch (platform) {
if (localFileExisted) { if (localFileExisted) {
nativeBinding = __nccwpck_require__(9979) nativeBinding = __nccwpck_require__(9979)
} else { } else {
nativeBinding = __nccwpck_require__(3386) nativeBinding = __nccwpck_require__(2774)
} }
} catch (e) { } catch (e) {
loadError = e loadError = e
@ -2157,7 +2157,7 @@ switch (platform) {
if (localFileExisted) { if (localFileExisted) {
nativeBinding = __nccwpck_require__(2026) nativeBinding = __nccwpck_require__(2026)
} else { } else {
nativeBinding = __nccwpck_require__(7959) nativeBinding = __nccwpck_require__(3961)
} }
} catch (e) { } catch (e) {
loadError = e loadError = e
@ -2229,10 +2229,10 @@ module.exports.run = run
/***/ }), /***/ }),
/***/ 9255: /***/ 5308:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
const { run } = __nccwpck_require__(5713) const { run } = __nccwpck_require__(8296)
module.exports.run = (args, binName) => { module.exports.run = (args, binName) => {
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

38
pnpm-lock.yaml generated
View File

@ -146,15 +146,6 @@ packages:
dev: false dev: false
optional: true optional: true
/@tauri-apps/cli-linux-x64-gnu/1.0.1:
resolution: {integrity: sha512-VlwXXG2XoSv1MvIruCHQCh5gYcFVtCtkTQVRlMiGSUrv2UCAaHYpUxmgv1XEausqe0tpLrmWMUU4BqKrPXbsxg==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
requiresBuild: true
dev: false
optional: true
/@tauri-apps/cli-linux-x64-gnu/1.0.2: /@tauri-apps/cli-linux-x64-gnu/1.0.2:
resolution: {integrity: sha512-G2XmGxvufW9sgGhA3rx+HehcifVTUo8zyISd8DpvGwtpp6Z4WakbivzKFyGiNnnok0nvj/WUrLgBxtUbfdSY+A==} resolution: {integrity: sha512-G2XmGxvufW9sgGhA3rx+HehcifVTUo8zyISd8DpvGwtpp6Z4WakbivzKFyGiNnnok0nvj/WUrLgBxtUbfdSY+A==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
@ -162,15 +153,6 @@ packages:
os: [linux] os: [linux]
dev: false dev: false
/@tauri-apps/cli-linux-x64-gnu/1.0.2:
resolution: {integrity: sha512-G2XmGxvufW9sgGhA3rx+HehcifVTUo8zyISd8DpvGwtpp6Z4WakbivzKFyGiNnnok0nvj/WUrLgBxtUbfdSY+A==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
requiresBuild: true
dev: false
optional: true
/@tauri-apps/cli-linux-x64-musl/1.0.2: /@tauri-apps/cli-linux-x64-musl/1.0.2:
resolution: {integrity: sha512-/eX536p+KXSmkFuINGeU6EQmYiQEXj6JXbmetmJmkXN0297HbtH3rS3wlyVDCnobRzh1hMeOJEnV+XA20GghMA==} resolution: {integrity: sha512-/eX536p+KXSmkFuINGeU6EQmYiQEXj6JXbmetmJmkXN0297HbtH3rS3wlyVDCnobRzh1hMeOJEnV+XA20GghMA==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
@ -444,7 +426,7 @@ packages:
hasBin: true hasBin: true
dependencies: dependencies:
caniuse-lite: 1.0.30001361 caniuse-lite: 1.0.30001361
electron-to-chromium: 1.4.173 electron-to-chromium: 1.4.176
node-releases: 2.0.5 node-releases: 2.0.5
update-browserslist-db: 1.0.4_browserslist@4.21.1 update-browserslist-db: 1.0.4_browserslist@4.21.1
dev: true dev: true
@ -485,7 +467,7 @@ packages:
dev: true dev: true
/concat-map/0.0.1: /concat-map/0.0.1:
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=}
dev: true dev: true
/cross-spawn/7.0.3: /cross-spawn/7.0.3:
@ -564,8 +546,8 @@ packages:
esutils: 2.0.3 esutils: 2.0.3
dev: true dev: true
/electron-to-chromium/1.4.173: /electron-to-chromium/1.4.176:
resolution: {integrity: sha512-Qo3LnVW6JRNhD32viSdPebxKI7K+3WeBDjU1+Q2yZS83zAh8C2LyPpzTimlciv6U74KpY9n/0ESAhUByRke0jw==} resolution: {integrity: sha512-92JdgyRlcNDwuy75MjuFSb3clt6DGJ2IXSpg0MCjKd3JV9eSmuUAIyWiGAp/EtT0z2D4rqbYqThQLV90maH3Zw==}
dev: true dev: true
/es-abstract/1.20.1: /es-abstract/1.20.1:
@ -719,7 +701,7 @@ packages:
eslint-plugin-i18n-text: 1.0.1_eslint@8.18.0 eslint-plugin-i18n-text: 1.0.1_eslint@8.18.0
eslint-plugin-import: 2.26.0_wno36sjfnklvt2ocf7qbhb2izy eslint-plugin-import: 2.26.0_wno36sjfnklvt2ocf7qbhb2izy
eslint-plugin-no-only-tests: 2.6.0 eslint-plugin-no-only-tests: 2.6.0
eslint-plugin-prettier: 4.1.0_xu6ewijrtliw5q5lksq5uixwby eslint-plugin-prettier: 4.2.1_xu6ewijrtliw5q5lksq5uixwby
eslint-rule-documentation: 1.0.23 eslint-rule-documentation: 1.0.23
prettier: 2.7.1 prettier: 2.7.1
svg-element-attributes: 1.3.1 svg-element-attributes: 1.3.1
@ -774,8 +756,8 @@ packages:
engines: {node: '>=4.0.0'} engines: {node: '>=4.0.0'}
dev: true dev: true
/eslint-plugin-prettier/4.1.0_xu6ewijrtliw5q5lksq5uixwby: /eslint-plugin-prettier/4.2.1_xu6ewijrtliw5q5lksq5uixwby:
resolution: {integrity: sha512-A3AXIEfTnq3D5qDFjWJdQ9c4BLhw/TqhSR+6+SVaoPJBAWciFEuJiNQh275OnjRrAi7yssZzuWBRw66VG2g6UA==} resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
peerDependencies: peerDependencies:
eslint: '>=7.28.0' eslint: '>=7.28.0'
@ -1288,7 +1270,7 @@ packages:
dev: true dev: true
/lodash.kebabcase/4.1.1: /lodash.kebabcase/4.1.1:
resolution: {integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==} resolution: {integrity: sha1-hImxyw0p/4gZXM7KRI/21swpXDY=}
dev: true dev: true
/lodash.merge/4.6.2: /lodash.merge/4.6.2:
@ -1296,11 +1278,11 @@ packages:
dev: true dev: true
/lodash.snakecase/4.1.1: /lodash.snakecase/4.1.1:
resolution: {integrity: sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==} resolution: {integrity: sha1-OdcUo1NXFHg3rv1ktdy7Fr7Nj40=}
dev: true dev: true
/lodash.upperfirst/4.3.1: /lodash.upperfirst/4.3.1:
resolution: {integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==} resolution: {integrity: sha1-E2Xt9DFIBIHvDRxolXpe2Z1J984=}
dev: true dev: true
/lru-cache/6.0.0: /lru-cache/6.0.0: