pnpm 8.7.2 → 8.7.3
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/dist/node_modules/.modules.yaml +1 -1
- package/dist/pnpm.cjs +1 -1
- package/package.json +1 -1
package/dist/pnpm.cjs
CHANGED
|
@@ -3325,7 +3325,7 @@ var require_lib4 = __commonJS({
|
|
|
3325
3325
|
var load_json_file_1 = __importDefault3(require_load_json_file());
|
|
3326
3326
|
var defaultManifest = {
|
|
3327
3327
|
name: true ? "pnpm" : "pnpm",
|
|
3328
|
-
version: true ? "8.7.
|
|
3328
|
+
version: true ? "8.7.3" : "0.0.0"
|
|
3329
3329
|
};
|
|
3330
3330
|
var pkgJson;
|
|
3331
3331
|
if (require.main == null) {
|