github tauri-apps/tauri create-tauri-app-v1.0.0-beta.4
create-tauri-app v1.0.0-beta.4

latest releases: tauri-v1.6.8, tauri-v1.6, tauri-v1...
2 years ago

Yarn Audit

click to view
yarn audit v1.22.11
info No lockfile found.
0 vulnerabilities found - Packages audited: 239
Done in 3.58s.

[1.0.0-beta.4]

  • pnpm package manager is now officially supported, either run pnpx create-tauri-app or explicitly specifiy it npx create-tauri-app --manager pnpm.
    • 235e0f67 feat(CTA): add official support for pnpm package manager (#2348) on 2021-08-06
  • create-tauri-app will prompt users to install @tauri-apps/api npm package.
    • c0f42ad0 feat(cta): prompt users to install @tauri-apps/api package (#2251) on 2021-07-29
  • Add Svelte recipe using the official template.
  • Adjust check for dev mode and switch CTA test to a script runner. The script gives us more control and better output into any failures.
    • c410e034 convert jest tests to child_process run script (#2308) on 2021-08-08
  • Update vite recipe to use the new vite npm package.
    • 718d9513 refactor(cta): update vite recipe to use their new npm package (#2220) on 2021-07-29

Yarn Package Publish

yarn publish v1.22.11
[1/4] Bumping version...
info Current version: 1.0.0-beta.4
[2/4] Logging in...
[3/4] Publishing...
$ yarn build
yarn run v1.22.11
$ rollup --config

src/index.ts → dist...
created dist in 2.4s
# BUILD: 2385ms, 91.8 MB / 128 MB
## generate module graph: 125ms, 7.45 MB / 120 MB
- plugin 0 (typescript) - resolveId: 2ms, 176 kB / 123 MB
- plugin 1 (commonjs) - resolveId: 0ms, 7.21 kB / 113 MB
- plugin 1 (commonjs) - resolveId (async): 1ms, 24.3 kB / 113 MB
- plugin 2 (stdin) - resolveId: 0ms, 840 B / 113 MB
load modules: 83ms, -294 kB / 123 MB
- plugin 0 (typescript) - load: 4ms, 468 kB / 123 MB
- plugin 0 (typescript) - load (async): 5ms, 394 kB / 123 MB
- plugin 1 (commonjs) - transform: 14ms, 465 kB / 123 MB
generate ast: 44ms, 1.54 MB / 123 MB
analyse ast: 34ms, 11.8 MB / 123 MB
- plugin 1 (commonjs) - load: 0ms, 3.85 kB / 117 MB
- plugin 2 (stdin) - load: 0ms, 808 B / 118 MB
## sort modules: 6ms, 938 kB / 121 MB
## mark included statements: 22ms, 6.17 MB / 127 MB
treeshaking pass 1: 5ms, 712 kB / 122 MB
treeshaking pass 2: 8ms, 2.21 MB / 124 MB
treeshaking pass 3: 5ms, 1.92 MB / 126 MB
treeshaking pass 4: 2ms, 658 kB / 127 MB
treeshaking pass 5: 2ms, 644 kB / 127 MB
# GENERATE: 17ms, -10.1 MB / 118 MB
## generate chunks: 1ms, 130 kB / 128 MB
## render modules: 15ms, -10.4 MB / 118 MB
## render format: 0ms, 73.4 kB / 118 MB
Done in 2.87s.
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 5.86s.

Don't miss a new tauri release

NewReleases is sending notifications on new releases.