Skip to content

Commit ff073ad

Browse files
New version: Oven-sh.Bun.BaselineProfile version 1.3.3 (microsoft#315840)
1 parent e247344 commit ff073ad

File tree

3 files changed

+102
-0
lines changed

3 files changed

+102
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Created with AutoPublish using komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: Oven-sh.Bun.BaselineProfile
5+
PackageVersion: 1.3.3
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: ./bun-windows-x64-baseline-profile/bun-profile.exe
10+
PortableCommandAlias: bunx
11+
- RelativeFilePath: bun-windows-x64-baseline-profile/bun-profile.exe
12+
PortableCommandAlias: bun
13+
UpgradeBehavior: install
14+
Commands:
15+
- bun
16+
- bunx
17+
Dependencies:
18+
PackageDependencies:
19+
- PackageIdentifier: Microsoft.VCRedist.2015+.x64
20+
ReleaseDate: 2025-11-21
21+
Installers:
22+
- Architecture: x64
23+
InstallerUrl: https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-windows-x64-baseline-profile.zip
24+
InstallerSha256: 8ACEB5F8F254F647EAE12F053F3FE71F3324C2B0FB10D93F21576891FEF7740A
25+
ManifestType: installer
26+
ManifestVersion: 1.10.0
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# Created with AutoPublish using komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: Oven-sh.Bun.BaselineProfile
5+
PackageVersion: 1.3.3
6+
PackageLocale: en-US
7+
Publisher: Oven-sh
8+
PublisherUrl: https://github.com/oven-sh
9+
PublisherSupportUrl: https://github.com/oven-sh/bun/issues
10+
PackageName: Bun Baseline Profile
11+
PackageUrl: https://bun.sh/
12+
License: MIT
13+
LicenseUrl: https://github.com/oven-sh/bun/blob/HEAD/LICENSE.md
14+
ShortDescription: Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
15+
Moniker: bun-baseline-profile
16+
Tags:
17+
- bun
18+
- bundler
19+
- javascript
20+
- javascriptcore
21+
- jsx
22+
- nodejs
23+
- npm
24+
- react
25+
- transpiler
26+
- typescript
27+
- zig
28+
- ziglang
29+
ReleaseNotes: |-
30+
To install Bun v1.3.3
31+
curl -fsSL https://bun.sh/install | bash
32+
# or you can use npm
33+
# npm install -g bun
34+
Windows:
35+
powershell -c "irm bun.sh/install.ps1|iex"
36+
To upgrade to Bun v1.3.3:
37+
bun upgrade
38+
Read Bun v1.3.3's release notes on Bun's blog
39+
Thanks to 19 contributors!
40+
- @alii
41+
- @braden-w
42+
- @cirospaciari
43+
- @connerlphillippi
44+
- @dioro
45+
- @dylan-conway
46+
- @halil-pan
47+
- @hona
48+
- @jarred-sumner
49+
- @lydiahallie
50+
- @markovejnovic
51+
- @minigod
52+
- @nathanosoares
53+
- @nektro
54+
- @ocodista
55+
- @pfgithub
56+
- @riskymh
57+
- @robobun
58+
- @yinheli
59+
ReleaseNotesUrl: https://github.com/oven-sh/bun/releases/tag/bun-v1.3.3
60+
Documentations:
61+
- DocumentLabel: API Reference
62+
DocumentUrl: https://bun.com/reference
63+
- DocumentLabel: Docs
64+
DocumentUrl: https://bun.sh/docs
65+
- DocumentLabel: Guides
66+
DocumentUrl: https://bun.com/guides
67+
ManifestType: defaultLocale
68+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with AutoPublish using komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: Oven-sh.Bun.BaselineProfile
5+
PackageVersion: 1.3.3
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)