@verdaccio/types
Advanced tools
Comparing version 11.0.0-6-next.8 to 11.0.0-6-next.9
# Change Log | ||
## 11.0.0-6-next.9 | ||
### Major Changes | ||
- 794af76c: Remove Node 12 support | ||
- We need move to the new `undici` and does not support Node.js 12 | ||
### Minor Changes | ||
- 154b2ecd: refactor: remove @verdaccio/commons-api in favor @verdaccio/core and remove duplications | ||
## 11.0.0-6-next.8 | ||
@@ -4,0 +16,0 @@ |
@@ -535,3 +535,3 @@ /// <reference types="node" /> | ||
// instead of AuthError | ||
// but this type is on @verdaccio/commons-api and cannot be used here yet (I don't know why) | ||
// but this type is on @verdaccio/core and cannot be used here yet (I don't know why) | ||
interface HttpError extends Error { | ||
@@ -538,0 +538,0 @@ status: number; |
{ | ||
"name": "@verdaccio/types", | ||
"version": "11.0.0-6-next.8", | ||
"version": "11.0.0-6-next.9", | ||
"description": "verdaccio types definitions", | ||
@@ -20,3 +20,3 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=10", | ||
"node": ">=14", | ||
"npm": ">=6" | ||
@@ -23,0 +23,0 @@ }, |
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
44865