mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-11 09:28:24 -04:00
28 lines
443 B
Markdown
28 lines
443 B
Markdown
# @pnpm/error
|
|
|
|
## 2.0.0
|
|
|
|
### Major Changes
|
|
|
|
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
|
|
|
|
## 1.4.0
|
|
|
|
### Minor Changes
|
|
|
|
- 0c5f1bcc9: Every error object has an optional "attempts" field.
|
|
|
|
## 1.3.1
|
|
|
|
### Patch Changes
|
|
|
|
- 75a36deba: Report auth info on 404 errors as well.
|
|
|
|
## 1.3.0
|
|
|
|
### Minor Changes
|
|
|
|
- 6d480dd7a: A new error class added for throwing fetch errors: FetchError.
|
|
|
|
## 1.2.1
|