mirror of
				https://github.com/JonasKruckenberg/tauri-build.git
				synced 2025-10-31 17:13:55 +00:00 
			
		
		
		
	publish new versions
This commit is contained in:
		
							parent
							
								
									3a9619db0d
								
							
						
					
					
						commit
						1b5505e385
					
				| @ -1,3 +0,0 @@ | ||||
| --- | ||||
| "tauri-build": patch | ||||
| --- | ||||
| @ -1,5 +1,9 @@ | ||||
| # Changelog | ||||
| 
 | ||||
| ## \[1.2.1] | ||||
| 
 | ||||
| - - [f931547](https://github.com/JonasKruckenberg/tauri-build/commit/f931547988eea8767b932b7ce5d5bd86f6669f8a) Create tauri.md on 2022-11-24 | ||||
| 
 | ||||
| ## \[1.2.0] | ||||
| 
 | ||||
| - Update Tauri to 1.2.0 | ||||
|  | ||||
							
								
								
									
										
											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__ = ({ | ||||
| 
 | ||||
| /***/ 990: | ||||
| /***/ 965: | ||||
| /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { | ||||
| 
 | ||||
| module.exports = require(__nccwpck_require__.ab + "cli.darwin-x64.node") | ||||
| 
 | ||||
| /***/ }), | ||||
| 
 | ||||
| /***/ 4179: | ||||
| /***/ 1732: | ||||
| /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { | ||||
| 
 | ||||
| module.exports = require(__nccwpck_require__.ab + "cli.linux-x64-gnu.node") | ||||
| 
 | ||||
| /***/ }), | ||||
| 
 | ||||
| /***/ 1208: | ||||
| /***/ 2914: | ||||
| /***/ ((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__(7605); | ||||
| const cli_1 = __nccwpck_require__(3366); | ||||
| 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; | ||||
| 
 | ||||
| /***/ }), | ||||
| 
 | ||||
| /***/ 9977: | ||||
| /***/ 3441: | ||||
| /***/ ((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__(1208) | ||||
|             nativeBinding = __nccwpck_require__(2914) | ||||
|           } | ||||
|         } catch (e) { | ||||
|           loadError = e | ||||
| @ -2097,7 +2097,7 @@ switch (platform) { | ||||
|           if (localFileExisted) { | ||||
|             nativeBinding = __nccwpck_require__(9979) | ||||
|           } else { | ||||
|             nativeBinding = __nccwpck_require__(990) | ||||
|             nativeBinding = __nccwpck_require__(965) | ||||
|           } | ||||
|         } catch (e) { | ||||
|           loadError = e | ||||
| @ -2160,7 +2160,7 @@ switch (platform) { | ||||
|             if (localFileExisted) { | ||||
|               nativeBinding = __nccwpck_require__(2026) | ||||
|             } else { | ||||
|               nativeBinding = __nccwpck_require__(4179) | ||||
|               nativeBinding = __nccwpck_require__(1732) | ||||
|             } | ||||
|           } catch (e) { | ||||
|             loadError = e | ||||
| @ -2233,10 +2233,10 @@ module.exports.logError = logError | ||||
| 
 | ||||
| /***/ }), | ||||
| 
 | ||||
| /***/ 7605: | ||||
| /***/ 3366: | ||||
| /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { | ||||
| 
 | ||||
| const { run, logError } = __nccwpck_require__(9977) | ||||
| const { run, logError } = __nccwpck_require__(3441) | ||||
| 
 | ||||
| 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.2.0", | ||||
|   "version": "1.2.1", | ||||
|   "description": "TypeScript template action", | ||||
|   "main": "lib/main.js", | ||||
|   "scripts": { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user