@pnpm/client
Advanced tools
Comparing version 1.0.6 to 1.0.7
# @pnpm/client | ||
## 1.0.7 | ||
### Patch Changes | ||
- Updated dependencies [6d480dd7a] | ||
- @pnpm/tarball-fetcher@8.1.0 | ||
- @pnpm/git-fetcher@3.0.6 | ||
- @pnpm/default-resolver@10.0.7 | ||
- @pnpm/fetch@2.1.3 | ||
## 1.0.6 | ||
@@ -4,0 +14,0 @@ |
import { ResolverFactoryOptions } from '@pnpm/default-resolver'; | ||
import { AgentOptions } from '@pnpm/fetch'; | ||
import { RetryTimeoutOptions } from '@pnpm/fetching-types'; | ||
export default function (opts: { | ||
authConfig: Record<string, string>; | ||
ca?: string; | ||
cert?: string; | ||
key?: string; | ||
localAddress?: string; | ||
noProxy?: string | boolean; | ||
httpProxy?: string; | ||
httpsProxy?: string; | ||
retry?: RetryTimeoutOptions; | ||
strictSSL?: boolean; | ||
userAgent?: string; | ||
} & ResolverFactoryOptions): any; | ||
} & ResolverFactoryOptions & AgentOptions): any; |
{ | ||
"name": "@pnpm/client", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Creates the package resolve and fetch functions", | ||
@@ -34,8 +34,8 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@pnpm/default-resolver": "^10.0.6", | ||
"@pnpm/fetch": "^2.1.2", | ||
"@pnpm/default-resolver": "^10.0.7", | ||
"@pnpm/fetch": "^2.1.3", | ||
"@pnpm/fetching-types": "^1.0.0", | ||
"@pnpm/git-fetcher": "3.0.6", | ||
"@pnpm/resolver-base": "7.0.3", | ||
"@pnpm/tarball-fetcher": "8.0.1", | ||
"@pnpm/tarball-fetcher": "8.1.0", | ||
"credentials-by-uri": "^2.0.0", | ||
@@ -42,0 +42,0 @@ "mem": "^6.1.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
5358
31
+ Added@pnpm/tarball-fetcher@8.1.0(transitive)
- Removed@pnpm/error@1.2.0(transitive)
- Removed@pnpm/tarball-fetcher@8.0.1(transitive)
Updated@pnpm/fetch@^2.1.3
Updated@pnpm/tarball-fetcher@8.1.0