mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 12:55:07 +00:00
Merge pull request #71 from JonasKruckenberg/release
This commit is contained in:
commit
03f6c112bc
@ -3,6 +3,7 @@
|
||||
"changes": [
|
||||
".changes/chore-update-deps.md",
|
||||
".changes/chore-update-tauri.md",
|
||||
".changes/chore-update-tauri2.md",
|
||||
".changes/fix-artifact-detection.md",
|
||||
".changes/fix-build-args.md",
|
||||
".changes/fix-cli-on-platforms.md",
|
||||
|
@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## \[0.1.2-beta.11]
|
||||
|
||||
- Update to latest Tauri version
|
||||
- [9f533f3](https://github.com/JonasKruckenberg/tauri-build/commit/9f533f359c472a37212a33431f0c1c9905e2d58c) Create chore-update-tauri2.md on 2022-06-15
|
||||
|
||||
## \[0.1.2-beta.10]
|
||||
|
||||
- Update dependencies.
|
||||
|
BIN
dist/cli.darwin-x64.node
generated
vendored
BIN
dist/cli.darwin-x64.node
generated
vendored
Binary file not shown.
BIN
dist/cli.linux-x64-gnu.node
generated
vendored
BIN
dist/cli.linux-x64-gnu.node
generated
vendored
Binary file not shown.
BIN
dist/cli.win32-x64-msvc.node
generated
vendored
BIN
dist/cli.win32-x64-msvc.node
generated
vendored
Binary file not shown.
190
dist/index.js
generated
vendored
190
dist/index.js
generated
vendored
@ -1,28 +1,28 @@
|
||||
require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap
|
||||
/******/ var __webpack_modules__ = ({
|
||||
|
||||
/***/ 6982:
|
||||
/***/ 1961:
|
||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||
|
||||
module.exports = require(__nccwpck_require__.ab + "cli.darwin-x64.node")
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 4436:
|
||||
/***/ 1142:
|
||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||
|
||||
module.exports = require(__nccwpck_require__.ab + "cli.linux-x64-gnu.node")
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 2709:
|
||||
/***/ 7093:
|
||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||
|
||||
module.exports = require(__nccwpck_require__.ab + "cli.win32-x64-msvc.node")
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 5365:
|
||||
/***/ 8603:
|
||||
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
|
||||
|
||||
"use strict";
|
||||
@ -64,10 +64,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.buildProject = void 0;
|
||||
const cli_1 = __nccwpck_require__(3427);
|
||||
const cli_1 = __nccwpck_require__(2882);
|
||||
const path_1 = __nccwpck_require__(1017);
|
||||
const tiny_glob_1 = __importDefault(__nccwpck_require__(927));
|
||||
const core = __importStar(__nccwpck_require__(9251));
|
||||
const tiny_glob_1 = __importDefault(__nccwpck_require__(6926));
|
||||
const core = __importStar(__nccwpck_require__(9602));
|
||||
const child_process_1 = __nccwpck_require__(2081);
|
||||
function buildProject(options) {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
@ -161,7 +161,7 @@ function execCmd(cmd, args, options = {}) {
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 8690:
|
||||
/***/ 9970:
|
||||
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
|
||||
|
||||
"use strict";
|
||||
@ -202,9 +202,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
||||
return (mod && mod.__esModule) ? mod : { "default": mod };
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
const core = __importStar(__nccwpck_require__(9251));
|
||||
const build_project_1 = __nccwpck_require__(5365);
|
||||
const string_argv_1 = __importDefault(__nccwpck_require__(8458));
|
||||
const core = __importStar(__nccwpck_require__(9602));
|
||||
const build_project_1 = __nccwpck_require__(8603);
|
||||
const string_argv_1 = __importDefault(__nccwpck_require__(3583));
|
||||
function run() {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
try {
|
||||
@ -229,7 +229,7 @@ run();
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 1229:
|
||||
/***/ 4317:
|
||||
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
|
||||
|
||||
"use strict";
|
||||
@ -256,7 +256,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.issue = exports.issueCommand = void 0;
|
||||
const os = __importStar(__nccwpck_require__(2037));
|
||||
const utils_1 = __nccwpck_require__(4501);
|
||||
const utils_1 = __nccwpck_require__(489);
|
||||
/**
|
||||
* Commands
|
||||
*
|
||||
@ -328,7 +328,7 @@ function escapeProperty(s) {
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 9251:
|
||||
/***/ 9602:
|
||||
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
|
||||
|
||||
"use strict";
|
||||
@ -363,12 +363,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.getIDToken = exports.getState = exports.saveState = exports.group = exports.endGroup = exports.startGroup = exports.info = exports.notice = exports.warning = exports.error = exports.debug = exports.isDebug = exports.setFailed = exports.setCommandEcho = exports.setOutput = exports.getBooleanInput = exports.getMultilineInput = exports.getInput = exports.addPath = exports.setSecret = exports.exportVariable = exports.ExitCode = void 0;
|
||||
const command_1 = __nccwpck_require__(1229);
|
||||
const file_command_1 = __nccwpck_require__(4137);
|
||||
const utils_1 = __nccwpck_require__(4501);
|
||||
const command_1 = __nccwpck_require__(4317);
|
||||
const file_command_1 = __nccwpck_require__(5288);
|
||||
const utils_1 = __nccwpck_require__(489);
|
||||
const os = __importStar(__nccwpck_require__(2037));
|
||||
const path = __importStar(__nccwpck_require__(1017));
|
||||
const oidc_utils_1 = __nccwpck_require__(4147);
|
||||
const oidc_utils_1 = __nccwpck_require__(907);
|
||||
/**
|
||||
* The code to exit an action
|
||||
*/
|
||||
@ -646,18 +646,18 @@ exports.getIDToken = getIDToken;
|
||||
/**
|
||||
* Summary exports
|
||||
*/
|
||||
var summary_1 = __nccwpck_require__(5996);
|
||||
var summary_1 = __nccwpck_require__(1663);
|
||||
Object.defineProperty(exports, "summary", ({ enumerable: true, get: function () { return summary_1.summary; } }));
|
||||
/**
|
||||
* @deprecated use core.summary
|
||||
*/
|
||||
var summary_2 = __nccwpck_require__(5996);
|
||||
var summary_2 = __nccwpck_require__(1663);
|
||||
Object.defineProperty(exports, "markdownSummary", ({ enumerable: true, get: function () { return summary_2.markdownSummary; } }));
|
||||
//# sourceMappingURL=core.js.map
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 4137:
|
||||
/***/ 5288:
|
||||
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
|
||||
|
||||
"use strict";
|
||||
@ -688,7 +688,7 @@ exports.issueCommand = void 0;
|
||||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||
const fs = __importStar(__nccwpck_require__(7147));
|
||||
const os = __importStar(__nccwpck_require__(2037));
|
||||
const utils_1 = __nccwpck_require__(4501);
|
||||
const utils_1 = __nccwpck_require__(489);
|
||||
function issueCommand(command, message) {
|
||||
const filePath = process.env[`GITHUB_${command}`];
|
||||
if (!filePath) {
|
||||
@ -706,7 +706,7 @@ exports.issueCommand = issueCommand;
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 4147:
|
||||
/***/ 907:
|
||||
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
|
||||
|
||||
"use strict";
|
||||
@ -722,9 +722,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.OidcClient = void 0;
|
||||
const http_client_1 = __nccwpck_require__(4199);
|
||||
const auth_1 = __nccwpck_require__(1275);
|
||||
const core_1 = __nccwpck_require__(9251);
|
||||
const http_client_1 = __nccwpck_require__(9706);
|
||||
const auth_1 = __nccwpck_require__(8336);
|
||||
const core_1 = __nccwpck_require__(9602);
|
||||
class OidcClient {
|
||||
static createHttpClient(allowRetry = true, maxRetry = 10) {
|
||||
const requestOptions = {
|
||||
@ -790,7 +790,7 @@ exports.OidcClient = OidcClient;
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 5996:
|
||||
/***/ 1663:
|
||||
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
|
||||
|
||||
"use strict";
|
||||
@ -1080,7 +1080,7 @@ exports.summary = _summary;
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 4501:
|
||||
/***/ 489:
|
||||
/***/ ((__unused_webpack_module, exports) => {
|
||||
|
||||
"use strict";
|
||||
@ -1127,7 +1127,7 @@ exports.toCommandProperties = toCommandProperties;
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 1275:
|
||||
/***/ 8336:
|
||||
/***/ (function(__unused_webpack_module, exports) {
|
||||
|
||||
"use strict";
|
||||
@ -1215,7 +1215,7 @@ exports.PersonalAccessTokenCredentialHandler = PersonalAccessTokenCredentialHand
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 4199:
|
||||
/***/ 9706:
|
||||
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
|
||||
|
||||
"use strict";
|
||||
@ -1253,8 +1253,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.HttpClient = exports.isHttps = exports.HttpClientResponse = exports.HttpClientError = exports.getProxyUrl = exports.MediaTypes = exports.Headers = exports.HttpCodes = void 0;
|
||||
const http = __importStar(__nccwpck_require__(3685));
|
||||
const https = __importStar(__nccwpck_require__(5687));
|
||||
const pm = __importStar(__nccwpck_require__(6810));
|
||||
const tunnel = __importStar(__nccwpck_require__(417));
|
||||
const pm = __importStar(__nccwpck_require__(531));
|
||||
const tunnel = __importStar(__nccwpck_require__(8125));
|
||||
var HttpCodes;
|
||||
(function (HttpCodes) {
|
||||
HttpCodes[HttpCodes["OK"] = 200] = "OK";
|
||||
@ -1827,7 +1827,7 @@ const lowercaseKeys = (obj) => Object.keys(obj).reduce((c, k) => ((c[k.toLowerCa
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 6810:
|
||||
/***/ 531:
|
||||
/***/ ((__unused_webpack_module, exports) => {
|
||||
|
||||
"use strict";
|
||||
@ -1895,7 +1895,7 @@ exports.checkBypass = checkBypass;
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 790:
|
||||
/***/ 3911:
|
||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||
|
||||
const { existsSync, readFileSync } = __nccwpck_require__(7147)
|
||||
@ -1928,9 +1928,9 @@ switch (platform) {
|
||||
localFileExisted = existsSync(join(__dirname, 'cli.android-arm64.node'))
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(2424)
|
||||
nativeBinding = __nccwpck_require__(4387)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(4718)
|
||||
nativeBinding = __nccwpck_require__(8767)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -1940,9 +1940,9 @@ switch (platform) {
|
||||
localFileExisted = existsSync(join(__dirname, 'cli.android-arm-eabi.node'))
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(6831)
|
||||
nativeBinding = __nccwpck_require__(8941)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(8558)
|
||||
nativeBinding = __nccwpck_require__(9053)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -1960,9 +1960,9 @@ switch (platform) {
|
||||
)
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(7552)
|
||||
nativeBinding = __nccwpck_require__(1255)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(2709)
|
||||
nativeBinding = __nccwpck_require__(7093)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -1974,9 +1974,9 @@ switch (platform) {
|
||||
)
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(534)
|
||||
nativeBinding = __nccwpck_require__(2461)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(6445)
|
||||
nativeBinding = __nccwpck_require__(6129)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -1988,9 +1988,9 @@ switch (platform) {
|
||||
)
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(1296)
|
||||
nativeBinding = __nccwpck_require__(5431)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(8886)
|
||||
nativeBinding = __nccwpck_require__(4890)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -2006,9 +2006,9 @@ switch (platform) {
|
||||
localFileExisted = existsSync(join(__dirname, 'cli.darwin-x64.node'))
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(7069)
|
||||
nativeBinding = __nccwpck_require__(9979)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(6982)
|
||||
nativeBinding = __nccwpck_require__(1961)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -2020,9 +2020,9 @@ switch (platform) {
|
||||
)
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(709)
|
||||
nativeBinding = __nccwpck_require__(2988)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(7529)
|
||||
nativeBinding = __nccwpck_require__(3398)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -2039,9 +2039,9 @@ switch (platform) {
|
||||
localFileExisted = existsSync(join(__dirname, 'cli.freebsd-x64.node'))
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(5110)
|
||||
nativeBinding = __nccwpck_require__(2139)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(1758)
|
||||
nativeBinding = __nccwpck_require__(7474)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -2056,9 +2056,9 @@ switch (platform) {
|
||||
)
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(4301)
|
||||
nativeBinding = __nccwpck_require__(3571)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(1608)
|
||||
nativeBinding = __nccwpck_require__(5041)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -2069,9 +2069,9 @@ switch (platform) {
|
||||
)
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(6546)
|
||||
nativeBinding = __nccwpck_require__(2026)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(4436)
|
||||
nativeBinding = __nccwpck_require__(1142)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -2085,9 +2085,9 @@ switch (platform) {
|
||||
)
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(8354)
|
||||
nativeBinding = __nccwpck_require__(9708)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(9226)
|
||||
nativeBinding = __nccwpck_require__(8565)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -2098,9 +2098,9 @@ switch (platform) {
|
||||
)
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(6199)
|
||||
nativeBinding = __nccwpck_require__(2219)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(1475)
|
||||
nativeBinding = __nccwpck_require__(3254)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -2113,9 +2113,9 @@ switch (platform) {
|
||||
)
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(2357)
|
||||
nativeBinding = __nccwpck_require__(8701)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(824)
|
||||
nativeBinding = __nccwpck_require__(4348)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -2143,10 +2143,10 @@ module.exports.run = run
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 3427:
|
||||
/***/ 2882:
|
||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||
|
||||
const { run } = __nccwpck_require__(790)
|
||||
const { run } = __nccwpck_require__(3911)
|
||||
|
||||
module.exports.run = (args, binName) => {
|
||||
return new Promise((resolve, reject) => {
|
||||
@ -2163,7 +2163,7 @@ module.exports.run = (args, binName) => {
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 8541:
|
||||
/***/ 1026:
|
||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||
|
||||
"use strict";
|
||||
@ -2267,7 +2267,7 @@ module.exports = globalyzer;
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 8291:
|
||||
/***/ 9185:
|
||||
/***/ ((module) => {
|
||||
|
||||
const isWin = process.platform === 'win32';
|
||||
@ -2545,7 +2545,7 @@ module.exports = globrex;
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 8458:
|
||||
/***/ 3583:
|
||||
/***/ ((__unused_webpack_module, exports) => {
|
||||
|
||||
"use strict";
|
||||
@ -2597,13 +2597,13 @@ function firstString() {
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 927:
|
||||
/***/ 6926:
|
||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||
|
||||
const fs = __nccwpck_require__(7147);
|
||||
const globrex = __nccwpck_require__(8291);
|
||||
const globrex = __nccwpck_require__(9185);
|
||||
const { promisify } = __nccwpck_require__(3837);
|
||||
const globalyzer = __nccwpck_require__(8541);
|
||||
const globalyzer = __nccwpck_require__(1026);
|
||||
const { join, resolve, relative } = __nccwpck_require__(1017);
|
||||
const isHidden = /(^|[\\\/])\.[^\\\/\.]/g;
|
||||
const readdir = promisify(fs.readdir);
|
||||
@ -2687,15 +2687,15 @@ module.exports = async function (str, opts={}) {
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 417:
|
||||
/***/ 8125:
|
||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||
|
||||
module.exports = __nccwpck_require__(5452);
|
||||
module.exports = __nccwpck_require__(5680);
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 5452:
|
||||
/***/ 5680:
|
||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
||||
|
||||
"use strict";
|
||||
@ -2967,7 +2967,7 @@ exports.debug = debug; // for test
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 6831:
|
||||
/***/ 8941:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.android-arm-eabi.node");
|
||||
@ -2975,7 +2975,7 @@ module.exports = eval("require")("./cli.android-arm-eabi.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 2424:
|
||||
/***/ 4387:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.android-arm64.node");
|
||||
@ -2983,7 +2983,7 @@ module.exports = eval("require")("./cli.android-arm64.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 709:
|
||||
/***/ 2988:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.darwin-arm64.node");
|
||||
@ -2991,7 +2991,7 @@ module.exports = eval("require")("./cli.darwin-arm64.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 7069:
|
||||
/***/ 9979:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.darwin-x64.node");
|
||||
@ -2999,7 +2999,7 @@ module.exports = eval("require")("./cli.darwin-x64.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 5110:
|
||||
/***/ 2139:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.freebsd-x64.node");
|
||||
@ -3007,7 +3007,7 @@ module.exports = eval("require")("./cli.freebsd-x64.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 2357:
|
||||
/***/ 8701:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.linux-arm-gnueabihf.node");
|
||||
@ -3015,7 +3015,7 @@ module.exports = eval("require")("./cli.linux-arm-gnueabihf.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 6199:
|
||||
/***/ 2219:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.linux-arm64-gnu.node");
|
||||
@ -3023,7 +3023,7 @@ module.exports = eval("require")("./cli.linux-arm64-gnu.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 8354:
|
||||
/***/ 9708:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.linux-arm64-musl.node");
|
||||
@ -3031,7 +3031,7 @@ module.exports = eval("require")("./cli.linux-arm64-musl.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 6546:
|
||||
/***/ 2026:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.linux-x64-gnu.node");
|
||||
@ -3039,7 +3039,7 @@ module.exports = eval("require")("./cli.linux-x64-gnu.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 4301:
|
||||
/***/ 3571:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.linux-x64-musl.node");
|
||||
@ -3047,7 +3047,7 @@ module.exports = eval("require")("./cli.linux-x64-musl.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 1296:
|
||||
/***/ 5431:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.win32-arm64-msvc.node");
|
||||
@ -3055,7 +3055,7 @@ module.exports = eval("require")("./cli.win32-arm64-msvc.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 534:
|
||||
/***/ 2461:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.win32-ia32-msvc.node");
|
||||
@ -3063,7 +3063,7 @@ module.exports = eval("require")("./cli.win32-ia32-msvc.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 7552:
|
||||
/***/ 1255:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("./cli.win32-x64-msvc.node");
|
||||
@ -3071,7 +3071,7 @@ module.exports = eval("require")("./cli.win32-x64-msvc.node");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 8558:
|
||||
/***/ 9053:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("@tauri-apps/cli-android-arm-eabi");
|
||||
@ -3079,7 +3079,7 @@ module.exports = eval("require")("@tauri-apps/cli-android-arm-eabi");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 4718:
|
||||
/***/ 8767:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("@tauri-apps/cli-android-arm64");
|
||||
@ -3087,7 +3087,7 @@ module.exports = eval("require")("@tauri-apps/cli-android-arm64");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 7529:
|
||||
/***/ 3398:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("@tauri-apps/cli-darwin-arm64");
|
||||
@ -3095,7 +3095,7 @@ module.exports = eval("require")("@tauri-apps/cli-darwin-arm64");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 1758:
|
||||
/***/ 7474:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("@tauri-apps/cli-freebsd-x64");
|
||||
@ -3103,7 +3103,7 @@ module.exports = eval("require")("@tauri-apps/cli-freebsd-x64");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 824:
|
||||
/***/ 4348:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("@tauri-apps/cli-linux-arm-gnueabihf");
|
||||
@ -3111,7 +3111,7 @@ module.exports = eval("require")("@tauri-apps/cli-linux-arm-gnueabihf");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 1475:
|
||||
/***/ 3254:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("@tauri-apps/cli-linux-arm64-gnu");
|
||||
@ -3119,7 +3119,7 @@ module.exports = eval("require")("@tauri-apps/cli-linux-arm64-gnu");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 9226:
|
||||
/***/ 8565:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("@tauri-apps/cli-linux-arm64-musl");
|
||||
@ -3127,7 +3127,7 @@ module.exports = eval("require")("@tauri-apps/cli-linux-arm64-musl");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 1608:
|
||||
/***/ 5041:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("@tauri-apps/cli-linux-x64-musl");
|
||||
@ -3135,7 +3135,7 @@ module.exports = eval("require")("@tauri-apps/cli-linux-x64-musl");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 8886:
|
||||
/***/ 4890:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("@tauri-apps/cli-win32-arm64-msvc");
|
||||
@ -3143,7 +3143,7 @@ module.exports = eval("require")("@tauri-apps/cli-win32-arm64-msvc");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 6445:
|
||||
/***/ 6129:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("@tauri-apps/cli-win32-ia32-msvc");
|
||||
@ -3281,7 +3281,7 @@ module.exports = require("util");
|
||||
/******/ // startup
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ // This entry module is referenced by other modules so it can't be inlined
|
||||
/******/ var __webpack_exports__ = __nccwpck_require__(8690);
|
||||
/******/ var __webpack_exports__ = __nccwpck_require__(9970);
|
||||
/******/ module.exports = __webpack_exports__;
|
||||
/******/
|
||||
/******/ })()
|
||||
|
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tauri-build",
|
||||
"version": "0.1.2-beta.10",
|
||||
"version": "0.1.2-beta.11",
|
||||
"description": "TypeScript template action",
|
||||
"main": "lib/main.js",
|
||||
"scripts": {
|
||||
|
178
pnpm-lock.yaml
generated
178
pnpm-lock.yaml
generated
@ -3,11 +3,11 @@ lockfileVersion: 5.4
|
||||
specifiers:
|
||||
'@actions/core': ^1.6.0
|
||||
'@tauri-apps/cli': 1.0.0-rc.15
|
||||
'@tauri-apps/cli-darwin-x64': 1.0.0-rc.13
|
||||
'@tauri-apps/cli-darwin-x64': 1.0.0-rc.15
|
||||
'@tauri-apps/cli-linux-x64-gnu': 1.0.0-rc.15
|
||||
'@tauri-apps/cli-win32-x64-msvc': 1.0.0-rc.13
|
||||
'@tauri-apps/cli-win32-x64-msvc': 1.0.0-rc.15
|
||||
'@types/node': 16.11.40
|
||||
'@typescript-eslint/parser': 5.27.0
|
||||
'@typescript-eslint/parser': 5.28.0
|
||||
'@vercel/ncc': 0.34.0
|
||||
eslint: 8.17.0
|
||||
eslint-plugin-github: 4.3.6
|
||||
@ -20,15 +20,15 @@ specifiers:
|
||||
dependencies:
|
||||
'@actions/core': 1.8.2
|
||||
'@tauri-apps/cli': 1.0.0-rc.15
|
||||
'@tauri-apps/cli-darwin-x64': 1.0.0-rc.13
|
||||
'@tauri-apps/cli-darwin-x64': 1.0.0-rc.15
|
||||
'@tauri-apps/cli-linux-x64-gnu': 1.0.0-rc.15
|
||||
'@tauri-apps/cli-win32-x64-msvc': 1.0.0-rc.13
|
||||
'@tauri-apps/cli-win32-x64-msvc': 1.0.0-rc.15
|
||||
string-argv: 0.3.1
|
||||
tiny-glob: 0.2.9
|
||||
|
||||
devDependencies:
|
||||
'@types/node': 16.11.40
|
||||
'@typescript-eslint/parser': 5.27.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
'@typescript-eslint/parser': 5.28.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
'@vercel/ncc': 0.34.0
|
||||
eslint: 8.17.0
|
||||
eslint-plugin-github: 4.3.6_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
@ -112,21 +112,12 @@ packages:
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@tauri-apps/cli-darwin-x64/1.0.0-rc.13:
|
||||
resolution: {integrity: sha512-bvZ0MBKFD1kc4gdVPXgwUA6tHNKj0EmlQK0Xolk6PYP9vZZeNTP1vejevW0bh2IqxC8DuqUArbG9USXwu+LFbQ==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
dev: false
|
||||
|
||||
/@tauri-apps/cli-darwin-x64/1.0.0-rc.15:
|
||||
resolution: {integrity: sha512-S5+yMw5ZFNgHYX2xvNQYSc5U3uL0wQfsu/2OWu6adGfXjSlE+vE0ZEVKVFqlMGQzJ2bLT3fXlHtBlA0KfjiXdQ==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
requiresBuild: true
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@tauri-apps/cli-linux-arm-gnueabihf/1.0.0-rc.15:
|
||||
resolution: {integrity: sha512-Vf5XzVt3JjOwS5ShIFlz3+tMFU1M2psTXzaPARMmZq0Wq+QAEX+R4v7g60ldYWShxoTwG5pVgmBj8EACzDOHgA==}
|
||||
@ -155,15 +146,6 @@ packages:
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@tauri-apps/cli-linux-x64-gnu/1.0.0-rc.13:
|
||||
resolution: {integrity: sha512-EWhTOUNHaaMM7mxp/ue+Osnzn6/o9/7qVle3MSnNI9pGQzumc/dOtBs+sWS/NPXdVEiWKET2mFMK120KJlYcQQ==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@tauri-apps/cli-linux-x64-gnu/1.0.0-rc.15:
|
||||
resolution: {integrity: sha512-ndbpL8+sP8Aieay3aK8CJC3+frRpbpxg9pkmL2R1iFjwWvsjz/8hO8qaRWOo6cgPMp6j550/xnDCC4vTHWqoMg==}
|
||||
engines: {node: '>= 10'}
|
||||
@ -171,15 +153,6 @@ packages:
|
||||
os: [linux]
|
||||
dev: false
|
||||
|
||||
/@tauri-apps/cli-linux-x64-gnu/1.0.0-rc.15:
|
||||
resolution: {integrity: sha512-ndbpL8+sP8Aieay3aK8CJC3+frRpbpxg9pkmL2R1iFjwWvsjz/8hO8qaRWOo6cgPMp6j550/xnDCC4vTHWqoMg==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@tauri-apps/cli-linux-x64-musl/1.0.0-rc.15:
|
||||
resolution: {integrity: sha512-26vQq1n6ZCdnWJVSo07M6b1EgUFiNnWkkplI9R8H6v5kH89TvMmBUQdGDKOHMZTcMAImI7E/wjmhkX6mLm1yog==}
|
||||
engines: {node: '>= 10'}
|
||||
@ -198,21 +171,12 @@ packages:
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@tauri-apps/cli-win32-x64-msvc/1.0.0-rc.13:
|
||||
resolution: {integrity: sha512-ifOTrJVQoBAQUYX+EVnE4XJ/FCMHs4FQ8qxGNszqkSxrU24mmT7La6tzj77352q80KnxRa05xjjLL6GGhmzXRg==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
dev: false
|
||||
|
||||
/@tauri-apps/cli-win32-x64-msvc/1.0.0-rc.15:
|
||||
resolution: {integrity: sha512-SEzorZ4E3HsuE14iL+w5C45lHNLRBMg+KGjQkYRcLoGeOTjF9ETeGpsqHCP3nLmIPMhfUEZLB04/10wPMtlvlQ==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
requiresBuild: true
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@tauri-apps/cli/1.0.0-rc.15:
|
||||
resolution: {integrity: sha512-QV3Gd69aAZ6+loqch2mhnSe69Dna8HIDiYkZa16YLes0IOlEKA6SfbOMJcFMIx+Cg+Yd6uEy3t30YpGjrVGYQQ==}
|
||||
@ -242,8 +206,8 @@ packages:
|
||||
resolution: {integrity: sha512-7bOWglXUO6f21NG3YDI7hIpeMX3M59GG+DzZuzX2EkFKYUnRoxq3EOg4R0KNv2hxryY9M3UUqG5akwwsifrukw==}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin/5.27.0_kor2e3kwnnzugzo3aovmfcq2la:
|
||||
resolution: {integrity: sha512-DDrIA7GXtmHXr1VCcx9HivA39eprYBIFxbQEHI6NyraRDxCGpxAFiYQAT/1Y0vh1C+o2vfBiy4IuPoXxtTZCAQ==}
|
||||
/@typescript-eslint/eslint-plugin/5.28.0_7yumg2qjgbp7maccqlfhx2vudu:
|
||||
resolution: {integrity: sha512-DXVU6Cg29H2M6EybqSg2A+x8DgO9TCUBRp4QEXQHJceLS7ogVDP0g3Lkg/SZCqcvkAP/RruuQqK0gdlkgmhSUA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^5.0.0
|
||||
@ -253,10 +217,10 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.27.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
'@typescript-eslint/scope-manager': 5.27.0
|
||||
'@typescript-eslint/type-utils': 5.27.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
'@typescript-eslint/utils': 5.27.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
'@typescript-eslint/parser': 5.28.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
'@typescript-eslint/scope-manager': 5.28.0
|
||||
'@typescript-eslint/type-utils': 5.28.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
'@typescript-eslint/utils': 5.28.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
debug: 4.3.4
|
||||
eslint: 8.17.0
|
||||
functional-red-black-tree: 1.0.1
|
||||
@ -269,8 +233,8 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser/5.27.0_ud6rd4xtew5bv4yhvkvu24pzm4:
|
||||
resolution: {integrity: sha512-8oGjQF46c52l7fMiPPvX4It3u3V3JipssqDfHQ2hcR0AeR8Zge+OYyKUCm5b70X72N1qXt0qgHenwN6Gc2SXZA==}
|
||||
/@typescript-eslint/parser/5.28.0_ud6rd4xtew5bv4yhvkvu24pzm4:
|
||||
resolution: {integrity: sha512-ekqoNRNK1lAcKhZESN/PdpVsWbP9jtiNqzFWkp/yAUdZvJalw2heCYuqRmM5eUJSIYEkgq5sGOjq+ZqsLMjtRA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
@ -279,9 +243,9 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 5.27.0
|
||||
'@typescript-eslint/types': 5.27.0
|
||||
'@typescript-eslint/typescript-estree': 5.27.0_typescript@4.7.3
|
||||
'@typescript-eslint/scope-manager': 5.28.0
|
||||
'@typescript-eslint/types': 5.28.0
|
||||
'@typescript-eslint/typescript-estree': 5.28.0_typescript@4.7.3
|
||||
debug: 4.3.4
|
||||
eslint: 8.17.0
|
||||
typescript: 4.7.3
|
||||
@ -289,16 +253,16 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/scope-manager/5.27.0:
|
||||
resolution: {integrity: sha512-VnykheBQ/sHd1Vt0LJ1JLrMH1GzHO+SzX6VTXuStISIsvRiurue/eRkTqSrG0CexHQgKG8shyJfR4o5VYioB9g==}
|
||||
/@typescript-eslint/scope-manager/5.28.0:
|
||||
resolution: {integrity: sha512-LeBLTqF/he1Z+boRhSqnso6YrzcKMTQ8bO/YKEe+6+O/JGof9M0g3IJlIsqfrK/6K03MlFIlycbf1uQR1IjE+w==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.27.0
|
||||
'@typescript-eslint/visitor-keys': 5.27.0
|
||||
'@typescript-eslint/types': 5.28.0
|
||||
'@typescript-eslint/visitor-keys': 5.28.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils/5.27.0_ud6rd4xtew5bv4yhvkvu24pzm4:
|
||||
resolution: {integrity: sha512-vpTvRRchaf628Hb/Xzfek+85o//zEUotr1SmexKvTfs7czXfYjXVT/a5yDbpzLBX1rhbqxjDdr1Gyo0x1Fc64g==}
|
||||
/@typescript-eslint/type-utils/5.28.0_ud6rd4xtew5bv4yhvkvu24pzm4:
|
||||
resolution: {integrity: sha512-SyKjKh4CXPglueyC6ceAFytjYWMoPHMswPQae236zqe1YbhvCVQyIawesYywGiu98L9DwrxsBN69vGIVxJ4mQQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '*'
|
||||
@ -307,7 +271,7 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 5.27.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
'@typescript-eslint/utils': 5.28.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
debug: 4.3.4
|
||||
eslint: 8.17.0
|
||||
tsutils: 3.21.0_typescript@4.7.3
|
||||
@ -316,13 +280,13 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types/5.27.0:
|
||||
resolution: {integrity: sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==}
|
||||
/@typescript-eslint/types/5.28.0:
|
||||
resolution: {integrity: sha512-2OOm8ZTOQxqkPbf+DAo8oc16sDlVR5owgJfKheBkxBKg1vAfw2JsSofH9+16VPlN9PWtv8Wzhklkqw3k/zCVxA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree/5.27.0_typescript@4.7.3:
|
||||
resolution: {integrity: sha512-QywPMFvgZ+MHSLRofLI7BDL+UczFFHyj0vF5ibeChDAJgdTV8k4xgEwF0geFhVlPc1p8r70eYewzpo6ps+9LJQ==}
|
||||
/@typescript-eslint/typescript-estree/5.28.0_typescript@4.7.3:
|
||||
resolution: {integrity: sha512-9GX+GfpV+F4hdTtYc6OV9ZkyYilGXPmQpm6AThInpBmKJEyRSIjORJd1G9+bknb7OTFYL+Vd4FBJAO6T78OVqA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
@ -330,8 +294,8 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.27.0
|
||||
'@typescript-eslint/visitor-keys': 5.27.0
|
||||
'@typescript-eslint/types': 5.28.0
|
||||
'@typescript-eslint/visitor-keys': 5.28.0
|
||||
debug: 4.3.4
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
@ -342,16 +306,16 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils/5.27.0_ud6rd4xtew5bv4yhvkvu24pzm4:
|
||||
resolution: {integrity: sha512-nZvCrkIJppym7cIbP3pOwIkAefXOmfGPnCM0LQfzNaKxJHI6VjI8NC662uoiPlaf5f6ymkTy9C3NQXev2mdXmA==}
|
||||
/@typescript-eslint/utils/5.28.0_ud6rd4xtew5bv4yhvkvu24pzm4:
|
||||
resolution: {integrity: sha512-E60N5L0fjv7iPJV3UGc4EC+A3Lcj4jle9zzR0gW7vXhflO7/J29kwiTGITA2RlrmPokKiZbBy2DgaclCaEUs6g==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
'@types/json-schema': 7.0.11
|
||||
'@typescript-eslint/scope-manager': 5.27.0
|
||||
'@typescript-eslint/types': 5.27.0
|
||||
'@typescript-eslint/typescript-estree': 5.27.0_typescript@4.7.3
|
||||
'@typescript-eslint/scope-manager': 5.28.0
|
||||
'@typescript-eslint/types': 5.28.0
|
||||
'@typescript-eslint/typescript-estree': 5.28.0_typescript@4.7.3
|
||||
eslint: 8.17.0
|
||||
eslint-scope: 5.1.1
|
||||
eslint-utils: 3.0.0_eslint@8.17.0
|
||||
@ -360,11 +324,11 @@ packages:
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys/5.27.0:
|
||||
resolution: {integrity: sha512-46cYrteA2MrIAjv9ai44OQDUoCZyHeGIc4lsjCUX2WT6r4C+kidz1bNiR4017wHOPUythYeH+Sc7/cFP97KEAA==}
|
||||
/@typescript-eslint/visitor-keys/5.28.0:
|
||||
resolution: {integrity: sha512-BtfP1vCor8cWacovzzPFOoeW4kBQxzmhxGoOpt0v1SFvG+nJ0cWaVdJk7cky1ArTcFHHKNIxyo2LLr3oNkSuXA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.27.0
|
||||
'@typescript-eslint/types': 5.28.0
|
||||
eslint-visitor-keys: 3.3.0
|
||||
dev: true
|
||||
|
||||
@ -419,7 +383,7 @@ packages:
|
||||
call-bind: 1.0.2
|
||||
define-properties: 1.1.4
|
||||
es-abstract: 1.20.1
|
||||
get-intrinsic: 1.1.1
|
||||
get-intrinsic: 1.1.2
|
||||
is-string: 1.0.7
|
||||
dev: true
|
||||
|
||||
@ -456,13 +420,13 @@ packages:
|
||||
fill-range: 7.0.1
|
||||
dev: true
|
||||
|
||||
/browserslist/4.20.3:
|
||||
resolution: {integrity: sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg==}
|
||||
/browserslist/4.20.4:
|
||||
resolution: {integrity: sha512-ok1d+1WpnU24XYN7oC3QWgTyMhY/avPJ/r9T00xxvUOIparA/gc+UPUMaod3i+G6s+nI2nUb9xZ5k794uIwShw==}
|
||||
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
caniuse-lite: 1.0.30001346
|
||||
electron-to-chromium: 1.4.146
|
||||
caniuse-lite: 1.0.30001354
|
||||
electron-to-chromium: 1.4.155
|
||||
escalade: 3.1.1
|
||||
node-releases: 2.0.5
|
||||
picocolors: 1.0.0
|
||||
@ -472,7 +436,7 @@ packages:
|
||||
resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==}
|
||||
dependencies:
|
||||
function-bind: 1.1.1
|
||||
get-intrinsic: 1.1.1
|
||||
get-intrinsic: 1.1.2
|
||||
dev: true
|
||||
|
||||
/callsites/3.1.0:
|
||||
@ -480,8 +444,8 @@ packages:
|
||||
engines: {node: '>=6'}
|
||||
dev: true
|
||||
|
||||
/caniuse-lite/1.0.30001346:
|
||||
resolution: {integrity: sha512-q6ibZUO2t88QCIPayP/euuDREq+aMAxFE5S70PkrLh0iTDj/zEhgvJRKC2+CvXY6EWc6oQwUR48lL5vCW6jiXQ==}
|
||||
/caniuse-lite/1.0.30001354:
|
||||
resolution: {integrity: sha512-mImKeCkyGDAHNywYFA4bqnLAzTUvVkqPvhY4DV47X+Gl2c5Z8c3KNETnXp14GQt11LvxE8AwjzGxJ+rsikiOzg==}
|
||||
dev: true
|
||||
|
||||
/chalk/4.1.2:
|
||||
@ -583,8 +547,8 @@ packages:
|
||||
esutils: 2.0.3
|
||||
dev: true
|
||||
|
||||
/electron-to-chromium/1.4.146:
|
||||
resolution: {integrity: sha512-4eWebzDLd+hYLm4csbyMU2EbBnqhwl8Oe9eF/7CBDPWcRxFmqzx4izxvHH+lofQxzieg8UbB8ZuzNTxeukzfTg==}
|
||||
/electron-to-chromium/1.4.155:
|
||||
resolution: {integrity: sha512-niPzKBSYPG06gxLKO0c2kEmgdRMTtIbNrBlvD31Ld8Q57b/K0218U4j8u/OOt25XE1eFOn47FcmQVdx9R1qqxA==}
|
||||
dev: true
|
||||
|
||||
/es-abstract/1.20.1:
|
||||
@ -595,7 +559,7 @@ packages:
|
||||
es-to-primitive: 1.2.1
|
||||
function-bind: 1.1.1
|
||||
function.prototype.name: 1.1.5
|
||||
get-intrinsic: 1.1.1
|
||||
get-intrinsic: 1.1.2
|
||||
get-symbol-description: 1.0.0
|
||||
has: 1.0.3
|
||||
has-property-descriptors: 1.0.0
|
||||
@ -664,7 +628,7 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-module-utils/2.7.3_nd4nb6nccnlbwilvit6hlaep3q:
|
||||
/eslint-module-utils/2.7.3_cfsupm63rr3qvqifljk6nmy67u:
|
||||
resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
@ -682,7 +646,7 @@ packages:
|
||||
eslint-import-resolver-webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.27.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
'@typescript-eslint/parser': 5.28.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
debug: 3.2.7
|
||||
eslint-import-resolver-node: 0.3.6
|
||||
find-up: 2.1.0
|
||||
@ -695,7 +659,7 @@ packages:
|
||||
peerDependencies:
|
||||
eslint: '>=5.14.1'
|
||||
dependencies:
|
||||
browserslist: 4.20.3
|
||||
browserslist: 4.20.4
|
||||
eslint: 8.17.0
|
||||
dev: true
|
||||
|
||||
@ -728,15 +692,15 @@ packages:
|
||||
peerDependencies:
|
||||
eslint: ^8.0.1
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 5.27.0_kor2e3kwnnzugzo3aovmfcq2la
|
||||
'@typescript-eslint/parser': 5.27.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
'@typescript-eslint/eslint-plugin': 5.28.0_7yumg2qjgbp7maccqlfhx2vudu
|
||||
'@typescript-eslint/parser': 5.28.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
eslint: 8.17.0
|
||||
eslint-config-prettier: 8.5.0_eslint@8.17.0
|
||||
eslint-plugin-escompat: 3.1.0_eslint@8.17.0
|
||||
eslint-plugin-eslint-comments: 3.2.0_eslint@8.17.0
|
||||
eslint-plugin-filenames: 1.3.2_eslint@8.17.0
|
||||
eslint-plugin-i18n-text: 1.0.1_eslint@8.17.0
|
||||
eslint-plugin-import: 2.26.0_er3f6f6cekbq4lwnvn7afiwhn4
|
||||
eslint-plugin-import: 2.26.0_wyrfqmvemfacbroyi3ypviy7f4
|
||||
eslint-plugin-no-only-tests: 2.6.0
|
||||
eslint-plugin-prettier: 4.0.0_nguwan5pqsajixjz57ffz7bkde
|
||||
eslint-rule-documentation: 1.0.23
|
||||
@ -757,7 +721,7 @@ packages:
|
||||
eslint: 8.17.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-import/2.26.0_er3f6f6cekbq4lwnvn7afiwhn4:
|
||||
/eslint-plugin-import/2.26.0_wyrfqmvemfacbroyi3ypviy7f4:
|
||||
resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
@ -767,14 +731,14 @@ packages:
|
||||
'@typescript-eslint/parser':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.27.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
'@typescript-eslint/parser': 5.28.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
array-includes: 3.1.5
|
||||
array.prototype.flat: 1.3.0
|
||||
debug: 2.6.9
|
||||
doctrine: 2.1.0
|
||||
eslint: 8.17.0
|
||||
eslint-import-resolver-node: 0.3.6
|
||||
eslint-module-utils: 2.7.3_nd4nb6nccnlbwilvit6hlaep3q
|
||||
eslint-module-utils: 2.7.3_cfsupm63rr3qvqifljk6nmy67u
|
||||
has: 1.0.3
|
||||
is-core-module: 2.9.0
|
||||
is-glob: 4.0.3
|
||||
@ -1025,8 +989,8 @@ packages:
|
||||
resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==}
|
||||
dev: true
|
||||
|
||||
/get-intrinsic/1.1.1:
|
||||
resolution: {integrity: sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==}
|
||||
/get-intrinsic/1.1.2:
|
||||
resolution: {integrity: sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==}
|
||||
dependencies:
|
||||
function-bind: 1.1.1
|
||||
has: 1.0.3
|
||||
@ -1038,7 +1002,7 @@ packages:
|
||||
engines: {node: '>= 0.4'}
|
||||
dependencies:
|
||||
call-bind: 1.0.2
|
||||
get-intrinsic: 1.1.1
|
||||
get-intrinsic: 1.1.2
|
||||
dev: true
|
||||
|
||||
/glob-parent/5.1.2:
|
||||
@ -1105,7 +1069,7 @@ packages:
|
||||
/has-property-descriptors/1.0.0:
|
||||
resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==}
|
||||
dependencies:
|
||||
get-intrinsic: 1.1.1
|
||||
get-intrinsic: 1.1.2
|
||||
dev: true
|
||||
|
||||
/has-symbols/1.0.3:
|
||||
@ -1160,7 +1124,7 @@ packages:
|
||||
resolution: {integrity: sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==}
|
||||
engines: {node: '>= 0.4'}
|
||||
dependencies:
|
||||
get-intrinsic: 1.1.1
|
||||
get-intrinsic: 1.1.2
|
||||
has: 1.0.3
|
||||
side-channel: 1.0.4
|
||||
dev: true
|
||||
@ -1303,11 +1267,11 @@ packages:
|
||||
dev: true
|
||||
|
||||
/lodash.camelcase/4.3.0:
|
||||
resolution: {integrity: sha1-soqmKIorn8ZRA1x3EfZathkDMaY=}
|
||||
resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==}
|
||||
dev: true
|
||||
|
||||
/lodash.kebabcase/4.1.1:
|
||||
resolution: {integrity: sha1-hImxyw0p/4gZXM7KRI/21swpXDY=}
|
||||
resolution: {integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==}
|
||||
dev: true
|
||||
|
||||
/lodash.merge/4.6.2:
|
||||
@ -1315,11 +1279,11 @@ packages:
|
||||
dev: true
|
||||
|
||||
/lodash.snakecase/4.1.1:
|
||||
resolution: {integrity: sha1-OdcUo1NXFHg3rv1ktdy7Fr7Nj40=}
|
||||
resolution: {integrity: sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==}
|
||||
dev: true
|
||||
|
||||
/lodash.upperfirst/4.3.1:
|
||||
resolution: {integrity: sha1-E2Xt9DFIBIHvDRxolXpe2Z1J984=}
|
||||
resolution: {integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==}
|
||||
dev: true
|
||||
|
||||
/lru-cache/6.0.0:
|
||||
@ -1574,7 +1538,7 @@ packages:
|
||||
resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==}
|
||||
dependencies:
|
||||
call-bind: 1.0.2
|
||||
get-intrinsic: 1.1.1
|
||||
get-intrinsic: 1.1.2
|
||||
object-inspect: 1.12.2
|
||||
dev: true
|
||||
|
||||
@ -1612,7 +1576,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/strip-bom/3.0.0:
|
||||
resolution: {integrity: sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=}
|
||||
resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==}
|
||||
engines: {node: '>=4'}
|
||||
dev: true
|
||||
|
||||
@ -1638,7 +1602,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/text-table/0.2.0:
|
||||
resolution: {integrity: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=}
|
||||
resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
|
||||
dev: true
|
||||
|
||||
/tiny-glob/0.2.9:
|
||||
@ -1744,7 +1708,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/wrappy/1.0.2:
|
||||
resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=}
|
||||
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
|
||||
dev: true
|
||||
|
||||
/yallist/4.0.0:
|
||||
|
Loading…
x
Reference in New Issue
Block a user