@pnpm/server
Advanced tools
Comparing version 8.0.0 to 8.0.1
# @pnpm/server | ||
## 8.0.1 | ||
### Patch Changes | ||
- 1dcfecb36: Downgrade uuid to v3 due to an issue with how pnpm is bundled and published. Due to the flat node_modules structure, when published, all the deps should use the same uuid version. request@2 uses uuid@3 | ||
## 8.0.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@pnpm/server", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "A pnpm installer server", | ||
@@ -38,6 +38,6 @@ "main": "lib/index.js", | ||
"@pnpm/npm-resolver": "8.0.0", | ||
"@pnpm/package-requester": "12.0.0", | ||
"@pnpm/package-store": "9.0.0", | ||
"@pnpm/package-requester": "12.0.1", | ||
"@pnpm/package-store": "9.0.1", | ||
"@pnpm/server": "link:", | ||
"@pnpm/tarball-fetcher": "6.0.0", | ||
"@pnpm/tarball-fetcher": "7.0.0", | ||
"@types/mz": "^2.7.1", | ||
@@ -59,5 +59,5 @@ "@types/node-fetch": "^2.5.7", | ||
"promise-share": "1.0.0", | ||
"uuid": "^8.1.0" | ||
"uuid": "^3.4.0" | ||
}, | ||
"funding": "https://opencollective.com/pnpm" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19451
+ Addeduuid@3.4.0(transitive)
- Removeduuid@8.3.2(transitive)
Updateduuid@^3.4.0