forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: Oven-sh.Bun.BaselineProfile version 1.1.4 (microsoft#149500
) Co-authored-by: CoolPlayLin <[email protected]> Co-authored-by: Muhammad Danish <[email protected]>
- Loading branch information
1 parent
8b9f0c0
commit 1127905
Showing
3 changed files
with
93 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
manifests/o/Oven-sh/Bun/BaselineProfile/1.1.4/Oven-sh.Bun.BaselineProfile.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
59 changes: 59 additions & 0 deletions
59
manifests/o/Oven-sh/Bun/BaselineProfile/1.1.4/Oven-sh.Bun.BaselineProfile.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
8 changes: 8 additions & 0 deletions
8
manifests/o/Oven-sh/Bun/BaselineProfile/1.1.4/Oven-sh.Bun.BaselineProfile.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |