This advisory is not describing a vulnerability in the Tauri code base itself but a commonly used misconfiguration which could lead to leaking of the private key and updater key password into bundled Tauri applications using the Vite frontend in a specific configuration.
The Tauri documentation used an insecure example configuration in the Vite guide to showcase how to use Tauri together with Vite.
Copying the following snippet envPrefix: ['VITE_', 'TAURI_'], from this guide into the vite.config.ts of a Tauri project possibly leads to bundling the TAURI_PRIVATE_KEY and TAURI_KEY_PASSWORD into the Vite frontend code and therefore leaking this value to the debug built of a Tauri application.
The value is automatically bundled into debug builds but for production builds it is not embedded, as long as it is not directly referenced in the frontend code. Vite statically replaces these values in production builds. This reduces the amount of affected applications to a very small amount of affected applications.
To verify if you are affected you can search for the private key value or the TAURI_PRIVATE_KEY variable inside the release build frontend assets (dist/).
Example: grep -r "TAURI_PRIVATE_KEY" dist/
Using only the envPrefix: ['VITE_'], or any other framework than Vite means you are not impacted by this advisory.
Patches
The documentation has been patched but as the root cause is not in Tauri itself the issue is not fixed by updating Tauri.
The vite.config.ts configuration of the project needs to be adapted.
We recommend rotating your updater private key if you are affected by this (requires Tauri CLI >=1.5.5). After updating the envPrefix configuration, generate a new private key with tauri signer generate, saving the new private key and updating the updater's pubkey value on tauri.conf.json with the new public key. To update your existing application, the next application build must be signed with the older private key in order to be accepted by the existing application.
Workarounds
The envPrefix: ['VITE_'],should be used and the desired TAURI variables manually added.
Respective these variables could be added TAURI_PLATFORM, TAURI_ARCH, TAURI_FAMILY, TAURI_PLATFORM_VERSION, TAURI_PLATFORM_TYPE and TAURI_DEBUG without leaking sensitive information.
We urge affected users to implement the workaround as the 1.x branch will not receive a general prevention fix as it would break systems.
Update: We lowered the severity from high to low, as the likelihood of impact was found to only affect a very limited amount of applications.
Update2: We changed the affected versions to make clear that after 2.0.0-alpha.16 or 1.5.6 the potentially vulnerable recommendation was no longer visible on our website and should not affect projects by default. A lot of users were confused and we believe this advisory reached the necessary user base.
yarn audit v1.22.22
info No lockfile found.
0 vulnerabilities found - Packages audited: 146
Done in 1.64s.
#### \[1.5.6]
##### Bug Fixes
- [`3b69c1384`](https://www.github.com/tauri-apps/tauri/commit/3b69c1384bd089ad5dcff0c1b12fbfadeb585c6a)([#9792](https://www.togithub.com/tauri-apps/tauri/pull/9792)) Revert [#9706](https://togithub.com/tauri-apps/tauri/pull/9706) which broke compatability between `tauri` crate and the JS `@tauri-apps/api` npm package in a patch release where it should've been in a minor release.
Yarn Publish
yarn run v1.22.22
$ yarn build && cd ./dist && yarn publish --access public --loglevel silly
$ rollup -c --configPlugin typescript
[36m
[1m./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.ts, ./src/window.ts[22m β [1m./dist, ./dist[22m...[39m
[32mcreated [1m./dist, ./dist[22m in [1m1.4s[22m[39m
[36m
[1msrc/index.ts[22m β [1m../../core/tauri/scripts/bundle.global.js[22m...[39m
[32mcreated [1m../../core/tauri/scripts/bundle.global.js[22m in [1m1.7s[22m[39m
[1/4] Bumping version...
info Current version: 1.5.6
[2/4] Logging in...
[3/4] Publishing...
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 8.11s.
### [`v1.5.5`](https://togithub.com/tauri-apps/tauri/releases/tag/%40tauri-apps/api-v1.5.5): @tauri-apps/api v1.5.5
[Compare Source](https://togithub.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.4...@tauri-apps/cli-v1.5.5)
Yarn Audit
yarn audit v1.22.22
info No lockfile found.
0 vulnerabilities found - Packages audited: 146
Done in 1.84s.
#### \[1.5.5]
##### Enhancements
- [`7f885bd5e`](https://www.github.com/tauri-apps/tauri/commit/7f885bd5edf3e179ddf0b674c3ea7a96e26ce39e)([#9706](https://www.togithub.com/tauri-apps/tauri/pull/9706)) Enhance the speed of The JS `Command.execute` API from `shell` module.
##### Bug Fixes
- [`7f885bd5e`](https://www.github.com/tauri-apps/tauri/commit/7f885bd5edf3e179ddf0b674c3ea7a96e26ce39e)([#9706](https://www.togithub.com/tauri-apps/tauri/pull/9706)) Fix The JS `Command.execute` API from `shell` module including extra new lines.
Yarn Publish
yarn run v1.22.22
$ yarn build && cd ./dist && yarn publish --access public --loglevel silly
$ rollup -c --configPlugin typescript
[36m
[1m./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.ts, ./src/window.ts[22m β [1m./dist, ./dist[22m...[39m
[32mcreated [1m./dist, ./dist[22m in [1m1.3s[22m[39m
[36m
[1msrc/index.ts[22m β [1m../../core/tauri/scripts/bundle.global.js[22m...[39m
[32mcreated [1m../../core/tauri/scripts/bundle.global.js[22m in [1m1.6s[22m[39m
[1/4] Bumping version...
info Current version: 1.5.5
[2/4] Logging in...
[3/4] Publishing...
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 8.46s.
### [`v1.5.4`](https://togithub.com/tauri-apps/tauri/releases/tag/%40tauri-apps/api-v1.5.4): @tauri-apps/api v1.5.4
[Compare Source](https://togithub.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.2...@tauri-apps/cli-v1.5.4)
Yarn Audit
yarn audit v1.22.22
info No lockfile found.
0 vulnerabilities found - Packages audited: 148
Done in 1.53s.
#### \[1.5.4]
##### Bug Fixes
- [`e3b6d38d2`](https://www.github.com/tauri-apps/tauri/commit/e3b6d38d26d27b292f98d6c0e8603a15265a5b43)([#9166](https://www.togithub.com/tauri-apps/tauri/pull/9166)) Fix `basename(path, 'ext')` JS API when removing all occurances of `ext` where it should only remove the last one.
- [`705da977a`](https://www.github.com/tauri-apps/tauri/commit/705da977a9c941a4b2d90219b34925498f507ab2)([#9529](https://www.togithub.com/tauri-apps/tauri/pull/9529)) Do not use JS optional chaining to prevent script errors on older webviews such as macOS 10.14.
Yarn Publish
yarn run v1.22.22
$ yarn build && cd ./dist && yarn publish --access public --loglevel silly
$ rollup -c --configPlugin typescript
[36m
[1m./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.ts, ./src/window.ts[22m β [1m./dist, ./dist[22m...[39m
[32mcreated [1m./dist, ./dist[22m in [1m1.6s[22m[39m
[36m
[1msrc/index.ts[22m β [1m../../core/tauri/scripts/bundle.global.js[22m...[39m
[32mcreated [1m../../core/tauri/scripts/bundle.global.js[22m in [1m1.8s[22m[39m
[1/4] Bumping version...
info Current version: 1.5.4
[2/4] Logging in...
[3/4] Publishing...
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 9.52s.
### [`v1.5.2`](https://togithub.com/tauri-apps/tauri/releases/tag/%40tauri-apps/api-v1.5.2): @tauri-apps/api v1.5.2
[Compare Source](https://togithub.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.1...@tauri-apps/cli-v1.5.2)
Yarn Audit
yarn audit v1.22.21
info No lockfile found.
0 vulnerabilities found - Packages audited: 148
Done in 2.28s.
#### \[1.5.2]
##### Bug Fixes
- [`50462702`](https://www.github.com/tauri-apps/tauri/commit/504627027303ef5a0e855aab2abea64c6964223b)([#8267](https://www.togithub.com/tauri-apps/tauri/pull/8267)) Add top-level `main`, `module` and `types` fields in `package.json` to be compliant with typescripts's `"moduleResolution": "node"`
- [`14544e4b`](https://www.github.com/tauri-apps/tauri/commit/14544e4b87269c06c89fed3647d80f492e0a1d34)([#8219](https://www.togithub.com/tauri-apps/tauri/pull/8219)) Avoid crashing in `clearMocks`
Yarn Publish
yarn run v1.22.21
$ yarn build && cd ./dist && yarn publish --access public --loglevel silly --tag next
$ rollup -c --configPlugin typescript
[36m
[1m./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.ts, ./src/window.ts[22m β [1m./dist, ./dist[22m...[39m
[32mcreated [1m./dist, ./dist[22m in [1m1.6s[22m[39m
[36m
[1msrc/index.ts[22m β [1m../../core/tauri/scripts/bundle.global.js[22m...[39m
[32mcreated [1m../../core/tauri/scripts/bundle.global.js[22m in [1m1.8s[22m[39m
[1/4] Bumping version...
info Current version: 1.5.2
[2/4] Logging in...
[3/4] Publishing...
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 8.45s.
### [`v1.5.1`](https://togithub.com/tauri-apps/tauri/releases/tag/%40tauri-apps/api-v1.5.1): @tauri-apps/api v1.5.1
[Compare Source](https://togithub.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.0...@tauri-apps/cli-v1.5.1)
Yarn Audit
yarn audit v1.22.19
info No lockfile found.
0 vulnerabilities found - Packages audited: 148
Done in 2.45s.
#### \[1.5.1]
##### New Features
- [`2b0212af`](https://www.github.com/tauri-apps/tauri/commit/2b0212af49c386e52bb2357381813d6d435ec4af)([#7961](https://www.togithub.com/tauri-apps/tauri/pull/7961)) Add `mockConvertFileSrc` in `mocks` module, to mock `convertFileSrc` function.
yarn audit v1.22.19
info No lockfile found.
0 vulnerabilities found - Packages audited: 148
Done in 2.63s.
#### \[1.5.0]
##### New Features
- [`6c408b73`](https://www.github.com/tauri-apps/tauri/commit/6c408b736c7aa2a0a91f0a40d45a2b7a7dedfe78)([#7269](https://www.togithub.com/tauri-apps/tauri/pull/7269)) Add option to specify notification sound.
##### Enhancements
- [`58d6b899`](https://www.github.com/tauri-apps/tauri/commit/58d6b899e21d37bb42810890d289deb57f2273bd)([#7636](https://www.togithub.com/tauri-apps/tauri/pull/7636)) Add `append` option to `FsOptions` in the `fs` JS module, used in `writeTextFile` and `writeBinaryFile`, to be able to append to existing files instead of overwriting it.
##### Bug Fixes
- [`2eab1505`](https://www.github.com/tauri-apps/tauri/commit/2eab1505632ff71431d4c31c49b5afc78fa5b9dd)([#7394](https://www.togithub.com/tauri-apps/tauri/pull/7394)) Fix `Body.form` static not reading and sending entries of type `Blob` (including subclasses such as `File`)
This PR contains the following updates:
1.2.3
->1.5.6
GitHub Vulnerability Alerts
CVE-2023-46115
Impact
This advisory is not describing a vulnerability in the Tauri code base itself but a commonly used misconfiguration which could lead to leaking of the private key and updater key password into bundled Tauri applications using the Vite frontend in a specific configuration.
The Tauri documentation used an insecure example configuration in the Vite guide to showcase how to use Tauri together with Vite.
Copying the following snippet
envPrefix: ['VITE_', 'TAURI_'],
from this guide into thevite.config.ts
of a Tauri project possibly leads to bundling theTAURI_PRIVATE_KEY
andTAURI_KEY_PASSWORD
into the Vite frontend code and therefore leaking this value to the debug built of a Tauri application.The value is automatically bundled into debug builds but for production builds it is not embedded, as long as it is not directly referenced in the frontend code. Vite statically replaces these values in production builds. This reduces the amount of affected applications to a very small amount of affected applications.
To verify if you are affected you can search for the private key value or the
TAURI_PRIVATE_KEY
variable inside the release build frontend assets (dist/
).Using only the
envPrefix: ['VITE_'],
or any other framework than Vite means you are not impacted by this advisory.Patches
The documentation has been patched but as the root cause is not in Tauri itself the issue is not fixed by updating Tauri. The
vite.config.ts
configuration of the project needs to be adapted.We recommend rotating your updater private key if you are affected by this (requires Tauri CLI >=1.5.5). After updating the envPrefix configuration, generate a new private key with
tauri signer generate
, saving the new private key and updating the updater'spubkey
value ontauri.conf.json
with the new public key. To update your existing application, the next application build must be signed with the older private key in order to be accepted by the existing application.Workarounds
The
envPrefix: ['VITE_'],
should be used and the desiredTAURI
variables manually added. Respective these variables could be addedTAURI_PLATFORM
,TAURI_ARCH
,TAURI_FAMILY
,TAURI_PLATFORM_VERSION
,TAURI_PLATFORM_TYPE
andTAURI_DEBUG
without leaking sensitive information.We urge affected users to implement the workaround as the
1.x
branch will not receive a general prevention fix as it would break systems.References
The issue was originally disclosed in our discord here. The affected guide is https://tauri.app/v1/guides/getting-started/setup/vite/.
Release Notes
tauri-apps/tauri (@tauri-apps/cli)
### [`v1.5.6`](https://togithub.com/tauri-apps/tauri/releases/tag/%40tauri-apps/api-v1.5.6): @tauri-apps/api v1.5.6 [Compare Source](https://togithub.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.5...@tauri-apps/cli-v1.5.6)
yarn audit v1.22.22 info No lockfile found. 0 vulnerabilities found - Packages audited: 146 Done in 1.64s.Yarn Audit
yarn run v1.22.22 $ yarn build && cd ./dist && yarn publish --access public --loglevel silly $ rollup -c --configPlugin typescript [36m [1m./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.ts, ./src/window.ts[22m β [1m./dist, ./dist[22m...[39m [32mcreated [1m./dist, ./dist[22m in [1m1.4s[22m[39m [36m [1msrc/index.ts[22m β [1m../../core/tauri/scripts/bundle.global.js[22m...[39m [32mcreated [1m../../core/tauri/scripts/bundle.global.js[22m in [1m1.7s[22m[39m [1/4] Bumping version... info Current version: 1.5.6 [2/4] Logging in... [3/4] Publishing... success Published. [4/4] Revoking token... info Not revoking login token, specified via config file. Done in 8.11s.Yarn Publish
yarn audit v1.22.22 info No lockfile found. 0 vulnerabilities found - Packages audited: 146 Done in 1.84s.Yarn Audit
yarn run v1.22.22 $ yarn build && cd ./dist && yarn publish --access public --loglevel silly $ rollup -c --configPlugin typescript [36m [1m./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.ts, ./src/window.ts[22m β [1m./dist, ./dist[22m...[39m [32mcreated [1m./dist, ./dist[22m in [1m1.3s[22m[39m [36m [1msrc/index.ts[22m β [1m../../core/tauri/scripts/bundle.global.js[22m...[39m [32mcreated [1m../../core/tauri/scripts/bundle.global.js[22m in [1m1.6s[22m[39m [1/4] Bumping version... info Current version: 1.5.5 [2/4] Logging in... [3/4] Publishing... success Published. [4/4] Revoking token... info Not revoking login token, specified via config file. Done in 8.46s.Yarn Publish
yarn audit v1.22.22 info No lockfile found. 0 vulnerabilities found - Packages audited: 148 Done in 1.53s.Yarn Audit
yarn run v1.22.22 $ yarn build && cd ./dist && yarn publish --access public --loglevel silly $ rollup -c --configPlugin typescript [36m [1m./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.ts, ./src/window.ts[22m β [1m./dist, ./dist[22m...[39m [32mcreated [1m./dist, ./dist[22m in [1m1.6s[22m[39m [36m [1msrc/index.ts[22m β [1m../../core/tauri/scripts/bundle.global.js[22m...[39m [32mcreated [1m../../core/tauri/scripts/bundle.global.js[22m in [1m1.8s[22m[39m [1/4] Bumping version... info Current version: 1.5.4 [2/4] Logging in... [3/4] Publishing... success Published. [4/4] Revoking token... info Not revoking login token, specified via config file. Done in 9.52s.Yarn Publish
yarn audit v1.22.21 info No lockfile found. 0 vulnerabilities found - Packages audited: 148 Done in 2.28s.Yarn Audit
yarn run v1.22.21 $ yarn build && cd ./dist && yarn publish --access public --loglevel silly --tag next $ rollup -c --configPlugin typescript [36m [1m./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.ts, ./src/window.ts[22m β [1m./dist, ./dist[22m...[39m [32mcreated [1m./dist, ./dist[22m in [1m1.6s[22m[39m [36m [1msrc/index.ts[22m β [1m../../core/tauri/scripts/bundle.global.js[22m...[39m [32mcreated [1m../../core/tauri/scripts/bundle.global.js[22m in [1m1.8s[22m[39m [1/4] Bumping version... info Current version: 1.5.2 [2/4] Logging in... [3/4] Publishing... success Published. [4/4] Revoking token... info Not revoking login token, specified via config file. Done in 8.45s.Yarn Publish
yarn audit v1.22.19 info No lockfile found. 0 vulnerabilities found - Packages audited: 148 Done in 2.45s.Yarn Audit
yarn run v1.22.19 $ yarn build && cd ./dist && yarn publish --access public --loglevel silly $ yarn tsup && node ./scripts/after-build.cjs $ /home/runner/work/tauri/tauri/tooling/api/node_modules/.bin/tsup [34mCLI[39m Building entry: {"bundle":"src/index.ts"} [34mCLI[39m Using tsconfig: tsconfig.json [34mCLI[39m tsup v6.7.0 [34mCLI[39m Using tsup config: /home/runner/work/tauri/tauri/tooling/api/tsup.config.ts [34mCLI[39m Building entry: src/app.ts, src/cli.ts, src/clipboard.ts, src/dialog.ts, src/event.ts, src/fs.ts, src/globalShortcut.ts, src/http.ts, src/index.ts, src/mocks.ts, src/notification.ts, src/os.ts, src/path.ts, src/process.ts, src/shell.ts, src/tauri.ts, src/updater.ts, src/window.ts [34mCLI[39m Using tsconfig: tsconfig.json [34mCLI[39m tsup v6.7.0 [34mCLI[39m Using tsup config: /home/runner/work/tauri/tauri/tooling/api/tsup.config.ts [34mCLI[39m Target: es2020 [34mIIFE[39m Build start [34mCLI[39m Target: es2020 [34mCLI[39m Cleaning output folder [34mESM[39m Build start [34mCJS[39m Build start [32mIIFE[39m [1m../../core/tauri/scripts/bundle.global.js [22m[32m29.82 KB[39m [32mIIFE[39m β‘οΈ Build success in 100ms [32mCJS[39m [1mdist/app.cjs [22m[32m1.39 KB[39m [32mCJS[39m [1mdist/cli.cjs [22m[32m1.04 KB[39m [32mCJS[39m [1mdist/clipboard.cjs [22m[32m1.15 KB[39m [32mCJS[39m [1mdist/dialog.cjs [22m[32m1.99 KB[39m [32mCJS[39m [1mdist/event.cjs [22m[32m2.27 KB[39m [32mCJS[39m [1mdist/fs.cjs [22m[32m3.51 KB[39m [32mCJS[39m [1mdist/globalShortcut.cjs [22m[32m1.54 KB[39m [32mCJS[39m [1mdist/http.cjs [22m[32m3.28 KB[39m [32mCJS[39m [1mdist/index.cjs [22m[32m29.77 KB[39m [32mCJS[39m [1mdist/mocks.cjs [22m[32m1.09 KB[39m [32mCJS[39m [1mdist/notification.cjs [22m[32m1.38 KB[39m [32mCJS[39m [1mdist/os.cjs [22m[32m1.53 KB[39m [32mCJS[39m [1mdist/path.cjs [22m[32m5.13 KB[39m [32mCJS[39m [1mdist/process.cjs [22m[32m1.13 KB[39m [32mCJS[39m [1mdist/shell.cjs [22m[32m3.23 KB[39m [32mCJS[39m [1mdist/tauri.cjs [22m[32m1.03 KB[39m [32mCJS[39m [1mdist/updater.cjs [22m[32m2.24 KB[39m [32mCJS[39m [1mdist/window.cjs [22m[32m12.97 KB[39m [32mCJS[39m β‘οΈ Build success in 146ms [32mESM[39m [1mdist/updater.js [22m[32m216.00 B[39m [32mESM[39m [1mdist/window.js [22m[32m479.00 B[39m [32mESM[39m [1mdist/index.js [22m[32m940.00 B[39m [32mESM[39m [1mdist/chunk-Q3NLRNFY.js [22m[32m922.00 B[39m [32mESM[39m [1mdist/chunk-O3VGRXBA.js [22m[32m11.87 KB[39m [32mESM[39m [1mdist/mocks.js [22m[32m691.00 B[39m [32mESM[39m [1mdist/notification.js [22m[32m202.00 B[39m [32mESM[39m [1mdist/chunk-GVGSF52N.js [22m[32m578.00 B[39m [32mESM[39m [1mdist/os.js [22m[32m249.00 B[39m [32mESM[39m [1mdist/chunk-IMQ6WMNM.js [22m[32m749.00 B[39m [32mESM[39m [1mdist/path.js [22m[32m960.00 B[39m [32mESM[39m [1mdist/chunk-NHNOAMBN.js [22m[32m3.91 KB[39m [32mESM[39m [1mdist/chunk-V5J25SYE.js [22m[32m73.00 B[39m [32mESM[39m [1mdist/process.js [22m[32m154.00 B[39m [32mESM[39m [1mdist/chunk-VMHYR3EJ.js [22m[32m322.00 B[39m [32mESM[39m [1mdist/shell.js [22m[32m186.00 B[39m [32mESM[39m [1mdist/chunk-FLLON6OW.js [22m[32m2.47 KB[39m [32mESM[39m [1mdist/tauri.js [22m[32m131.00 B[39m [32mESM[39m [1mdist/app.js [22m[32m206.00 B[39m [32mESM[39m [1mdist/chunk-ABEBB25G.js [22m[32m608.00 B[39m [32mESM[39m [1mdist/cli.js [22m[32m144.00 B[39m [32mESM[39m [1mdist/chunk-LJU7PBE7.js [22m[32m209.00 B[39m [32mESM[39m [1mdist/clipboard.js [22m[32m159.00 B[39m [32mESM[39m [1mdist/chunk-V3WRXIRX.js [22m[32m335.00 B[39m [32mESM[39m [1mdist/dialog.js [22m[32m191.00 B[39m [32mESM[39m [1mdist/chunk-5T7M5CMW.js [22m[32m1.18 KB[39m [32mESM[39m [1mdist/event.js [22m[32m202.00 B[39m [32mESM[39m [1mdist/chunk-5NWA45Z3.js [22m[32m1.53 KB[39m [32mESM[39m [1mdist/fs.js [22m[32m372.00 B[39m [32mESM[39m [1mdist/chunk-X7QPDZPI.js [22m[32m2.75 KB[39m [32mESM[39m [1mdist/globalShortcut.js [22m[32m220.00 B[39m [32mESM[39m [1mdist/chunk-B2CR7GBE.js [22m[32m804.00 B[39m [32mESM[39m [1mdist/http.js [22m[32m218.00 B[39m [32mESM[39m [1mdist/chunk-6MO6VEFR.js [22m[32m2.48 KB[39m [32mESM[39m [1mdist/chunk-J2IGCSS2.js [22m[32m91.00 B[39m [32mESM[39m [1mdist/chunk-SELMD7YX.js [22m[32m677.00 B[39m [32mESM[39m [1mdist/chunk-FEIY7W7S.js [22m[32m106.00 B[39m [32mESM[39m β‘οΈ Build success in 155ms [34mDTS[39m Build start [32mDTS[39m β‘οΈ Build success in 3280ms [32mDTS[39m [1mdist/index.d.ts [22m[32m1.21 KB[39m [32mDTS[39m [1mdist/mocks.d.ts [22m[32m4.06 KB[39m [32mDTS[39m [1mdist/app.d.ts [22m[32m111.00 B[39m [32mDTS[39m [1mdist/cli.d.ts [22m[32m107.00 B[39m [32mDTS[39m [1mdist/clipboard.d.ts [22m[32m73.00 B[39m [32mDTS[39m [1mdist/dialog.d.ts [22m[32m220.00 B[39m [32mDTS[39m [1mdist/window.d.ts [22m[32m494.00 B[39m [32mDTS[39m [1mdist/event.d.ts [22m[32m155.00 B[39m [32mDTS[39m [1mdist/fs.d.ts [22m[32m395.00 B[39m [32mDTS[39m [1mdist/globalShortcut.d.ts [22m[32m158.00 B[39m [32mDTS[39m [1mdist/http.d.ts [22m[32m273.00 B[39m [32mDTS[39m [1mdist/notification.d.ts [22m[32m149.00 B[39m [32mDTS[39m [1mdist/path.d.ts [22m[32m640.00 B[39m [32mDTS[39m [1mdist/process.d.ts [22m[32m66.00 B[39m [32mDTS[39m [1mdist/shell.d.ts [22m[32m132.00 B[39m [32mDTS[39m [1mdist/tauri.d.ts [22m[32m113.00 B[39m [32mDTS[39m [1mdist/updater.d.ts [22m[32m213.00 B[39m [32mDTS[39m [1mdist/os.d.ts [22m[32m162.00 B[39m [32mDTS[39m [1mdist/app-5190a154.d.ts [22m[32m1.67 KB[39m [32mDTS[39m [1mdist/cli-373e13ed.d.ts [22m[32m1.61 KB[39m [32mDTS[39m [1mdist/clipboard-79413165.d.ts [22m[32m941.00 B[39m [32mDTS[39m [1mdist/dialog-20ff401c.d.ts [22m[32m7.54 KB[39m [32mDTS[39m [1mdist/event-41a9edf5.d.ts [22m[32m50.79 KB[39m [32mDTS[39m [1mdist/fs-9d7de754.d.ts [22m[32m9.69 KB[39m [32mDTS[39m [1mdist/globalShortcut-003b7421.d.ts [22m[32m3.04 KB[39m [32mDTS[39m [1mdist/http-840f7a7f.d.ts [22m[32m9.66 KB[39m [32mDTS[39m [1mdist/notification-e8316aac.d.ts [22m[32m4.01 KB[39m [32mDTS[39m [1mdist/path-9b1e7ad5.d.ts [22m[32m17.85 KB[39m [32mDTS[39m [1mdist/process-63838be1.d.ts [22m[32m925.00 B[39m [32mDTS[39m [1mdist/shell-efff51a2.d.ts [22m[32m9.35 KB[39m [32mDTS[39m [1mdist/tauri-5afe4a59.d.ts [22m[32m3.36 KB[39m [32mDTS[39m [1mdist/updater-f9814f36.d.ts [22m[32m2.84 KB[39m [32mDTS[39m [1mdist/os-076a31d4.d.ts [22m[32m3.20 KB[39m [1/4] Bumping version... info Current version: 1.5.1 [2/4] Logging in... [3/4] Publishing... success Published. [4/4] Revoking token... info Not revoking login token, specified via config file. Done in 7.05s.Yarn Publish
yarn audit v1.22.19 info No lockfile found. 0 vulnerabilities found - Packages audited: 148 Done in 2.63s.Yarn Audit
yarn run v1.22.19 $ yarn build && cd ./dist && yarn publish --access public --loglevel silly $ yarn tsup && node ./scripts/after-build.cjs $ /home/runner/work/tauri/tauri/tooling/api/node_modules/.bin/tsup [34mCLI[39m Building entry: {"bundle":"src/index.ts"} [34mCLI[39m Using tsconfig: tsconfig.json [34mCLI[39m tsup v6.7.0 [34mCLI[39m Using tsup config: /home/runner/work/tauri/tauri/tooling/api/tsup.config.ts [34mCLI[39m Building entry: src/app.ts, src/cli.ts, src/clipboard.ts, src/dialog.ts, src/event.ts, src/fs.ts, src/globalShortcut.ts, src/http.ts, src/index.ts, src/mocks.ts, src/notification.ts, src/os.ts, src/path.ts, src/process.ts, src/shell.ts, src/tauri.ts, src/updater.ts, src/window.ts [34mCLI[39m Using tsconfig: tsconfig.json [34mCLI[39m tsup v6.7.0 [34mCLI[39m Using tsup config: /home/runner/work/tauri/tauri/tooling/api/tsup.config.ts [34mCLI[39m Target: es2020 [34mIIFE[39m Build start [34mCLI[39m Target: es2020 [34mCLI[39m Cleaning output folder [34mESM[39m Build start [34mCJS[39m Build start [32mIIFE[39m [1m../../core/tauri/scripts/bundle.global.js [22m[32m29.82 KB[39m [32mIIFE[39m β‘οΈ Build success in 68ms [32mESM[39m [1mdist/updater.js [22m[32m216.00 B[39m [32mESM[39m [1mdist/window.js [22m[32m479.00 B[39m [32mESM[39m [1mdist/index.js [22m[32m940.00 B[39m [32mESM[39m [1mdist/chunk-Q3NLRNFY.js [22m[32m922.00 B[39m [32mESM[39m [1mdist/chunk-O3VGRXBA.js [22m[32m11.87 KB[39m [32mESM[39m [1mdist/mocks.js [22m[32m409.00 B[39m [32mESM[39m [1mdist/notification.js [22m[32m202.00 B[39m [32mESM[39m [1mdist/chunk-GVGSF52N.js [22m[32m578.00 B[39m [32mESM[39m [1mdist/os.js [22m[32m249.00 B[39m [32mESM[39m [1mdist/chunk-IMQ6WMNM.js [22m[32m749.00 B[39m [32mESM[39m [1mdist/path.js [22m[32m960.00 B[39m [32mESM[39m [1mdist/chunk-NHNOAMBN.js [22m[32m3.91 KB[39m [32mESM[39m [1mdist/chunk-V5J25SYE.js [22m[32m73.00 B[39m [32mESM[39m [1mdist/process.js [22m[32m154.00 B[39m [32mESM[39m [1mdist/chunk-VMHYR3EJ.js [22m[32m322.00 B[39m [32mESM[39m [1mdist/shell.js [22m[32m186.00 B[39m [32mESM[39m [1mdist/chunk-FLLON6OW.js [22m[32m2.47 KB[39m [32mESM[39m [1mdist/tauri.js [22m[32m131.00 B[39m [32mESM[39m [1mdist/app.js [22m[32m206.00 B[39m [32mESM[39m [1mdist/chunk-ABEBB25G.js [22m[32m608.00 B[39m [32mESM[39m [1mdist/cli.js [22m[32m144.00 B[39m [32mESM[39m [1mdist/chunk-LJU7PBE7.js [22m[32m209.00 B[39m [32mESM[39m [1mdist/clipboard.js [22m[32m159.00 B[39m [32mESM[39m [1mdist/chunk-V3WRXIRX.js [22m[32m335.00 B[39m [32mESM[39m [1mdist/dialog.js [22m[32m191.00 B[39m [32mESM[39m [1mdist/chunk-5T7M5CMW.js [22m[32m1.18 KB[39m [32mESM[39m [1mdist/event.js [22m[32m202.00 B[39m [32mESM[39m [1mdist/chunk-5NWA45Z3.js [22m[32m1.53 KB[39m [32mESM[39m [1mdist/fs.js [22m[32m372.00 B[39m [32mESM[39m [1mdist/chunk-X7QPDZPI.js [22m[32m2.75 KB[39m [32mESM[39m [1mdist/globalShortcut.js [22m[32m220.00 B[39m [32mESM[39m [1mdist/chunk-B2CR7GBE.js [22m[32m804.00 B[39m [32mESM[39m [1mdist/http.js [22m[32m218.00 B[39m [32mESM[39m [1mdist/chunk-6MO6VEFR.js [22m[32m2.48 KB[39m [32mESM[39m [1mdist/chunk-J2IGCSS2.js [22m[32m91.00 B[39m [32mESM[39m [1mdist/chunk-SELMD7YX.js [22m[32m677.00 B[39m [32mESM[39m [1mdist/chunk-FEIY7W7S.js [22m[32m106.00 B[39m [32mESM[39m β‘οΈ Build success in 124ms [32mCJS[39m [1mdist/app.cjs [22m[32m1.39 KB[39m [32mCJS[39m [1mdist/cli.cjs [22m[32m1.04 KB[39m [32mCJS[39m [1mdist/clipboard.cjs [22m[32m1.15 KB[39m [32mCJS[39m [1mdist/dialog.cjs [22m[32m1.99 KB[39m [32mCJS[39m [1mdist/event.cjs [22m[32m2.27 KB[39m [32mCJS[39m [1mdist/fs.cjs [22m[32m3.51 KB[39m [32mCJS[39m [1mdist/globalShortcut.cjs [22m[32m1.54 KB[39m [32mCJS[39m [1mdist/http.cjs [22m[32m3.28 KB[39m [32mCJS[39m [1mdist/index.cjs [22m[32m29.77 KB[39m [32mCJS[39m [1mdist/mocks.cjs [22m[32m837.00 B[39m [32mCJS[39m [1mdist/notification.cjs [22m[32m1.38 KB[39m [32mCJS[39m [1mdist/os.cjs [22m[32m1.53 KB[39m [32mCJS[39m [1mdist/path.cjs [22m[32m5.13 KB[39m [32mCJS[39m [1mdist/process.cjs [22m[32m1.13 KB[39m [32mCJS[39m [1mdist/shell.cjs [22m[32m3.23 KB[39m [32mCJS[39m [1mdist/tauri.cjs [22m[32m1.03 KB[39m [32mCJS[39m [1mdist/updater.cjs [22m[32m2.24 KB[39m [32mCJS[39m [1mdist/window.cjs [22m[32m12.97 KB[39m [32mCJS[39m β‘οΈ Build success in 125ms [34mDTS[39m Build start [32mDTS[39m β‘οΈ Build success in 2801ms [32mDTS[39m [1mdist/index.d.ts [22m[32m1.21 KB[39m [32mDTS[39m [1mdist/mocks.d.ts [22m[32m3.45 KB[39m [32mDTS[39m [1mdist/app.d.ts [22m[32m111.00 B[39m [32mDTS[39m [1mdist/cli.d.ts [22m[32m107.00 B[39m [32mDTS[39m [1mdist/clipboard.d.ts [22m[32m73.00 B[39m [32mDTS[39m [1mdist/dialog.d.ts [22m[32m220.00 B[39m [32mDTS[39m [1mdist/window.d.ts [22m[32m494.00 B[39m [32mDTS[39m [1mdist/event.d.ts [22m[32m155.00 B[39m [32mDTS[39m [1mdist/fs.d.ts [22m[32m395.00 B[39m [32mDTS[39m [1mdist/globalShortcut.d.ts [22m[32m158.00 B[39m [32mDTS[39m [1mdist/http.d.ts [22m[32m273.00 B[39m [32mDTS[39m [1mdist/notification.d.ts [22m[32m149.00 B[39m [32mDTS[39m [1mdist/path.d.ts [22m[32m640.00 B[39m [32mDTS[39m [1mdist/process.d.ts [22m[32m66.00 B[39m [32mDTS[39m [1mdist/shell.d.ts [22m[32m132.00 B[39m [32mDTS[39m [1mdist/tauri.d.ts [22m[32m113.00 B[39m [32mDTS[39m [1mdist/updater.d.ts [22m[32m213.00 B[39m [32mDTS[39m [1mdist/os.d.ts [22m[32m162.00 B[39m [32mDTS[39m [1mdist/app-5190a154.d.ts [22m[32m1.67 KB[39m [32mDTS[39m [1mdist/cli-373e13ed.d.ts [22m[32m1.61 KB[39m [32mDTS[39m [1mdist/clipboard-79413165.d.ts [22m[32m941.00 B[39m [32mDTS[39m [1mdist/dialog-20ff401c.d.ts [22m[32m7.54 KB[39m [32mDTS[39m [1mdist/event-41a9edf5.d.ts [22m[32m50.79 KB[39m [32mDTS[39m [1mdist/fs-9d7de754.d.ts [22m[32m9.69 KB[39m [32mDTS[39m [1mdist/globalShortcut-003b7421.d.ts [22m[32m3.04 KB[39m [32mDTS[39m [1mdist/http-840f7a7f.d.ts [22m[32m9.66 KB[39m [32mDTS[39m [1mdist/notification-e8316aac.d.ts [22m[32m4.01 KB[39m [32mDTS[39m [1mdist/path-9b1e7ad5.d.ts [22m[32m17.85 KB[39m [32mDTS[39m [1mdist/process-63838be1.d.ts [22m[32m925.00 B[39m [32mDTS[39m [1mdist/shell-efff51a2.d.ts [22m[32m9.35 KB[39m [32mDTS[39m [1mdist/tauri-5afe4a59.d.ts [22m[32m3.36 KB[39m [32mDTS[39m [1mdist/updater-f9814f36.d.ts [22m[32m2.84 KB[39m [32mDTS[39m [1mdist/os-076a31d4.d.ts [22m[32m3.20 KB[39m [1/4] Bumping version... info Current version: 1.5.0 [2/4] Logging in... [3/4] Publishing... success Published. [4/4] Revoking token... info Not revoking login token, specified via config file. Done in 10.01s.Yarn Publish
Configuration
π Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.