pnpm 7.7.1 → 7.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pnpm",
3
3
  "description": "Fast, disk space efficient package manager",
4
- "version": "7.7.1",
4
+ "version": "7.9.0",
5
5
  "bin": {
6
6
  "pnpm": "bin/pnpm.cjs",
7
7
  "pnpx": "bin/pnpx.cjs"
@@ -91,7 +91,7 @@
91
91
  "path-name": "^1.0.0",
92
92
  "pkgs-graph": "workspace:*",
93
93
  "ps-list": "^7.2.0",
94
- "ramda": "^0.28.0",
94
+ "ramda": "npm:@pnpm/ramda@0.28.1",
95
95
  "read-yaml-file": "^2.1.0",
96
96
  "render-help": "^1.0.2",
97
97
  "semver": "^7.3.7",
@@ -158,8 +158,7 @@
158
158
  },
159
159
  "scripts": {
160
160
  "bundle:pnpm": "cross-var esbuild lib/pnpm.js --bundle --platform=node --outfile=dist/pnpm.cjs --external:node-gyp --define:process.env.npm_package_name=\\\"$npm_package_name\\\" --define:process.env.npm_package_version=\\\"$npm_package_version\\\"",
161
- "bundle:pnpx": "esbuild lib/pnpx.js --bundle --platform=node --outfile=dist/pnpx.cjs",
162
- "bundle": "pnpm bundle:pnpm && pnpm bundle:pnpx",
161
+ "bundle": "pnpm bundle:pnpm",
163
162
  "start": "tsc --watch",
164
163
  "lint": "eslint src/**/*.ts test/**/*.ts",
165
164
  "registry-mock": "registry-mock",