@pnpm/tarball-resolver
Advanced tools
Comparing version 4.0.8 to 5.0.0
# @pnpm/tarball-resolver | ||
## 5.0.0 | ||
### Major Changes | ||
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work. | ||
### Patch Changes | ||
- 992820161: The ID of a tarball dependency should not contain colons, when the URL has a port. The colon should be escaped with a plus sign. | ||
- Updated dependencies [97b986fbc] | ||
- @pnpm/resolver-base@8.0.0 | ||
## 4.0.8 | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "@pnpm/tarball-resolver", | ||
"version": "4.0.8", | ||
"version": "5.0.0", | ||
"description": "Resolver for tarball dependencies", | ||
@@ -12,3 +12,3 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=10.16" | ||
"node": ">=12.17" | ||
}, | ||
@@ -21,6 +21,5 @@ "scripts": { | ||
"prepublishOnly": "pnpm run compile", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build" | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/tarball-resolver", | ||
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)", | ||
"license": "MIT", | ||
@@ -32,5 +31,5 @@ "bugs": { | ||
"dependencies": { | ||
"@pnpm/resolver-base": "7.1.1" | ||
"@pnpm/resolver-base": "8.0.0" | ||
}, | ||
"funding": "https://opencollective.com/pnpm" | ||
} |
@@ -37,2 +37,2 @@ # @pnpm/tarball-resolver | ||
MIT © [Zoltan Kochan](https://www.kochan.io/) | ||
MIT |
Sorry, the diff of this file is not supported yet
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
5444
1
+ Added@pnpm/resolver-base@8.0.0(transitive)
+ Added@pnpm/types@7.0.0(transitive)
- Removed@pnpm/resolver-base@7.1.1(transitive)
- Removed@pnpm/types@6.4.0(transitive)
Updated@pnpm/resolver-base@8.0.0