This repository has been archived by the owner on Apr 15, 2024. It is now read-only.
forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: DenoLand.Deno version 1.36.1 (microsoft#116346)
- Loading branch information
1 parent
85bde7a
commit 78c51d1
Showing
3 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
manifests/d/DenoLand/Deno/1.36.1/DenoLand.Deno.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,17 @@ | ||
# Created with Komac v1.9.1 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json | ||
|
||
PackageIdentifier: DenoLand.Deno | ||
PackageVersion: 1.36.1 | ||
InstallerType: zip | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: deno.exe | ||
PortableCommandAlias: deno | ||
ReleaseDate: 2023-08-10 | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/denoland/deno/releases/download/v1.36.1/deno-x86_64-pc-windows-msvc.zip | ||
InstallerSha256: 6EDC57C7804A4DF7670826183069932F8E39FFF222FDD84D11F553F0624D6D19 | ||
ManifestType: installer | ||
ManifestVersion: 1.4.0 |
46 changes: 46 additions & 0 deletions
46
manifests/d/DenoLand/Deno/1.36.1/DenoLand.Deno.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,46 @@ | ||
# Created with Komac v1.9.1 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json | ||
|
||
PackageIdentifier: DenoLand.Deno | ||
PackageVersion: 1.36.1 | ||
PackageLocale: en-US | ||
Publisher: denoland | ||
PublisherUrl: https://github.com/denoland | ||
PublisherSupportUrl: https://github.com/denoland/deno/issues | ||
PrivacyUrl: https://deno.com/deploy/docs/privacy-policy | ||
PackageName: deno | ||
PackageUrl: https://deno.land | ||
License: MIT | ||
LicenseUrl: https://github.com/denoland/deno/blob/main/LICENSE.md | ||
ShortDescription: A modern runtime for JavaScript and TypeScript | ||
Description: Deno is a simple, modern and secure runtime for JavaScript, TypeScript, and WebAssembly that uses V8 and is built in Rust. | ||
Tags: | ||
- javascript | ||
- runtime | ||
- typescript | ||
- deno | ||
- v8 | ||
ReleaseNotes: |- | ||
1.36.1 / 2023.08.10 | ||
- feat(unstable): rename deno_modules to vendor (#20065) | ||
- fix(ext/abort): trigger AbortSignal events in correct order (#20095) | ||
- fix(ext/file): resolve unresolved Promise in Blob.stream (#20039) | ||
- fix(ext/http): serveHttp brotli compression level should be fastest (#20058) | ||
- fix(ext/http): unify default gzip compression level (#20050) | ||
- fix(ext/timers): some timers are not resolved (#20055) | ||
- fix(fmt): do not insert expr stmt leading semi-colon in do while stmt body | ||
- fix(node): polyfill process.title (#20044) | ||
- fix(node): repl._builtinLibs (#20046) | ||
- fix(node/async_hooks): don't pop async context frame if stack if empty | ||
- fix(test): handle ASCII escape chars in test name (#20081) | ||
- fix(test): make test runner work when global setTimeout is replaced (#20052) | ||
- fix(test): use only a single timeout for op sanitizers (#20042) | ||
- fix(unstable): vendor cache override should handle forbidden windows directory | ||
- fix(unstable): vendor cache should support adding files to hashed directories | ||
- perf(ext/headers): use .push loop instead of spread operator (#20108) | ||
ReleaseNotesUrl: https://github.com/denoland/deno/releases/tag/v1.36.1 | ||
Documentations: | ||
- DocumentLabel: User Manual | ||
DocumentUrl: https://deno.land/manual | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.4.0 |
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 v1.9.1 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json | ||
|
||
PackageIdentifier: DenoLand.Deno | ||
PackageVersion: 1.36.1 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.4.0 |