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: pnpm.pnpm version 9.14.1 (microsoft#192533)
- Loading branch information
Showing
3 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
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,15 @@ | ||
# Created with WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json | ||
|
||
PackageIdentifier: pnpm.pnpm | ||
PackageVersion: 9.14.1 | ||
InstallerType: portable | ||
Commands: | ||
- pnpm | ||
ReleaseDate: 2024-11-20 | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/pnpm/pnpm/releases/download/v9.14.1/pnpm-win-x64.exe | ||
InstallerSha256: BB6235C7635022A64C9A84B84DB60126B8E027BCA52774F188EDC427E96AC7AE | ||
ManifestType: installer | ||
ManifestVersion: 1.5.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,47 @@ | ||
# Created with WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json | ||
|
||
PackageIdentifier: pnpm.pnpm | ||
PackageVersion: 9.14.1 | ||
PackageLocale: en-US | ||
Publisher: pnpm | ||
PublisherUrl: https://github.com/pnpm/pnpm | ||
PublisherSupportUrl: https://github.com/pnpm/pnpm/issues | ||
Author: pnpm contributors | ||
PackageName: pnpm | ||
PackageUrl: https://pnpm.io | ||
License: MIT | ||
LicenseUrl: https://github.com/pnpm/pnpm/blob/main/LICENSE | ||
Copyright: Copyright (c) Zoltan Kochan and other contributors | ||
CopyrightUrl: https://github.com/pnpm/pnpm/blob/main/LICENSE | ||
ShortDescription: Fast, disk space efficient package manager. | ||
Moniker: pnpm | ||
Tags: | ||
- dependency-manager | ||
- install | ||
- javascript | ||
- modules | ||
- node | ||
- nodejs | ||
- npm | ||
- package-manager | ||
ReleaseNotes: |- | ||
Minor Changes | ||
- Added support for pnpm pack --json to print packed tarball and contents in JSON format #8765. | ||
Patch Changes | ||
- pnpm exec should print a meaningful error message when no command is provided #8752. | ||
- pnpm setup should remove the CLI from the target location before moving the new binary #8173. | ||
- Fix ERR_PNPM_TARBALL_EXTRACT error while installing a dependency from GitHub having a slash in branch name #7697. | ||
- Don't crash if the use-node-version setting is used and the system has no Node.js installed #8769. | ||
- Convert settings in local .npmrc files to their correct types. | ||
For instance, child-concurrency should be a number, not a string #5075. | ||
- pnpm should fail if a project requires a different package manager even if manage-package-manager-versions is set to true. | ||
- pnpm init should respect the --dir option #8768. | ||
ReleaseNotesUrl: https://github.com/pnpm/pnpm/releases/tag/v9.14.1 | ||
Documentations: | ||
- DocumentLabel: Docs | ||
DocumentUrl: https://pnpm.io/motivation | ||
- DocumentLabel: FAQ | ||
DocumentUrl: https://pnpm.io/faq | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.5.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 WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json | ||
|
||
PackageIdentifier: pnpm.pnpm | ||
PackageVersion: 9.14.1 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.5.0 |