mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 12:55:07 +00:00
publish new versions
This commit is contained in:
parent
264ac292e1
commit
24c9678759
@ -1,5 +0,0 @@
|
||||
---
|
||||
"tauri-build": minor
|
||||
---
|
||||
|
||||
Update Tauri to 1.1.0
|
@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## \[1.1.0]
|
||||
|
||||
- Update Tauri to 1.1.0
|
||||
- [f78901d](https://github.com/JonasKruckenberg/tauri-build/commit/f78901d646969119b2585fbcaf3d46056f1604c1) Create update-tauri.md on 2022-09-16
|
||||
|
||||
## \[1.0.5]
|
||||
|
||||
- Update `tauri-cli` to 1.0.5
|
||||
|
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.
20
dist/index.js
generated
vendored
20
dist/index.js
generated
vendored
@ -1,21 +1,21 @@
|
||||
require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap
|
||||
/******/ var __webpack_modules__ = ({
|
||||
|
||||
/***/ 8429:
|
||||
/***/ 5485:
|
||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||
|
||||
module.exports = require(__nccwpck_require__.ab + "cli.darwin-x64.node")
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 9618:
|
||||
/***/ 9423:
|
||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||
|
||||
module.exports = require(__nccwpck_require__.ab + "cli.linux-x64-gnu.node")
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 9553:
|
||||
/***/ 9276:
|
||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||
|
||||
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 }));
|
||||
exports.buildProject = void 0;
|
||||
const cli_1 = __nccwpck_require__(5799);
|
||||
const cli_1 = __nccwpck_require__(7551);
|
||||
const path_1 = __nccwpck_require__(1017);
|
||||
const tiny_glob_1 = __importDefault(__nccwpck_require__(6926));
|
||||
const core = __importStar(__nccwpck_require__(6953));
|
||||
@ -1984,7 +1984,7 @@ exports.checkBypass = checkBypass;
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 7876:
|
||||
/***/ 4897:
|
||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||
|
||||
const { existsSync, readFileSync } = __nccwpck_require__(7147)
|
||||
@ -2051,7 +2051,7 @@ switch (platform) {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(1255)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(9553)
|
||||
nativeBinding = __nccwpck_require__(9276)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -2097,7 +2097,7 @@ switch (platform) {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(9979)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(8429)
|
||||
nativeBinding = __nccwpck_require__(5485)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -2160,7 +2160,7 @@ switch (platform) {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(2026)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(9618)
|
||||
nativeBinding = __nccwpck_require__(9423)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -2233,10 +2233,10 @@ module.exports.logError = logError
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 5799:
|
||||
/***/ 7551:
|
||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||
|
||||
const { run, logError } = __nccwpck_require__(7876)
|
||||
const { run, logError } = __nccwpck_require__(4897)
|
||||
|
||||
module.exports.run = (args, binName) => {
|
||||
return new Promise((resolve, reject) => {
|
||||
|
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": "1.0.5",
|
||||
"version": "1.1.0",
|
||||
"description": "TypeScript template action",
|
||||
"main": "lib/main.js",
|
||||
"scripts": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user