From de123a26a0555c325c0bddc9792c276e75ce214c Mon Sep 17 00:00:00 2001 From: Brian <18603393+brian6932@users.noreply.github.com> Date: Thu, 16 Oct 2025 12:14:54 -0400 Subject: [PATCH] corepack: Add version 0.34.0 --- bucket/corepack.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bucket/corepack.json diff --git a/bucket/corepack.json b/bucket/corepack.json new file mode 100644 index 0000000000000..d3badb71aa12d --- /dev/null +++ b/bucket/corepack.json @@ -0,0 +1,29 @@ +{ + "version": "0.34.0", + "description": "Zero-runtime-dependency package acting as bridge between Node projects and their package managers", + "homepage": "https://github.com/nodejs/corepack", + "license": "MIT", + "suggest": { + "nodejs": "main/nodejs" + }, + "url": "https://github.com/nodejs/corepack/releases/download/v0.34.0/corepack.tgz", + "hash": "0c85699ec30b495273df7f8391235135d9aa43297265f03cf8c8005a17fa693f", + "extract_dir": "package", + "env_add_path": "shims/nodewin", + "post_install": [ + "Get-ChildItem \"$dir/shims/nodewin\" | ForEach-Object {", + " (Get-Content $_.FullName).Replace($(", + " if ($_.Name -like '*.cmd') {", + " '%~dp0\\node_modules\\corepack'", + " }", + " else {", + " '$basedir/node_modules/corepack'", + " }", + " ), $dir) | Set-Content $_.FullName.Replace('\\', '/')", + "}" + ], + "checkver": "github", + "autoupdate": { + "url": "https://github.com/nodejs/corepack/releases/download/v$version/corepack.tgz" + } +}