Skip to content

Commit

Permalink
New version: Oven-sh.Bun.BaselineProfile version 1.1.4 (microsoft#149500
Browse files Browse the repository at this point in the history
)

Co-authored-by: CoolPlayLin <[email protected]>
Co-authored-by: Muhammad Danish <[email protected]>
  • Loading branch information
3 people authored Apr 20, 2024
1 parent 8b9f0c0 commit 1127905
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Created with komac v2.2.1
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json

PackageIdentifier: Oven-sh.Bun.BaselineProfile
PackageVersion: 1.1.4
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: .\bun-windows-x64-baseline-profile\bun.exe
PortableCommandAlias: bunx
- RelativeFilePath: bun-windows-x64-baseline-profile\bun.exe
PortableCommandAlias: bun
UpgradeBehavior: install
Commands:
- bun
- bunx
Dependencies:
PackageDependencies:
- PackageIdentifier: Microsoft.VCRedist.2015+.x64
ReleaseDate: 2024-04-16
Installers:
- Architecture: x64
InstallerUrl: https://github.com/oven-sh/bun/releases/download/bun-v1.1.4/bun-windows-x64-baseline-profile.zip
InstallerSha256: DB761EA9A7ED8987838D008444C00DE8A0E4BD0A13F2A3D34D0CD99008EAE4D8
ManifestType: installer
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Created with komac v2.2.1
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json

PackageIdentifier: Oven-sh.Bun.BaselineProfile
PackageVersion: 1.1.4
PackageLocale: en-US
Publisher: Oven-sh
PublisherUrl: https://github.com/oven-sh
PackageName: Bun Baseline Profile
PackageUrl: https://bun.sh/
License: MIT
LicenseUrl: https://bun.sh/docs/project/licensing
ShortDescription: Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
Moniker: bun-baseline-profile
Tags:
- bun
- bundler
- javascript
- javascriptcore
- jsx
- nodejs
- npm
- react
- transpiler
- typescript
- zig
- ziglang
ReleaseNotes: |-
To install Bun v1.1.4:
curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun
Windows:
powershell -c "irm bun.sh/install.ps1|iex"
To upgrade to Bun v1.1.4:
bun upgrade
Read Bun v1.1.4's release notes on Bun's blog
Thanks to 11 contributors!
- @cirospaciari
- @DaleSeo
- @dylan-conway
- @evanshortiss
- @gvilums
- @Jarred-Sumner
- @jdalton
- @jdfwarrior
- @nektro
- @SunsetTechuila
- @zackradisic
Full Changelog: https://github.com/oven-sh/bun/compare/bun-v1.1.3...bun-v1.1.4
ReleaseNotesUrl: https://github.com/oven-sh/bun/releases/tag/bun-v1.1.4
ManifestType: defaultLocale
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with komac v2.2.1
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json

PackageIdentifier: Oven-sh.Bun.BaselineProfile
PackageVersion: 1.1.4
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.6.0

0 comments on commit 1127905

Please sign in to comment.