@yarnpkg/plugin-http
Advanced tools
@@ -10,5 +10,5 @@ import { Fetcher, FetchOptions, MinimalFetchOptions } from '@yarnpkg/core'; | ||
| prefixPath: import("@yarnpkg/fslib").PortablePath; | ||
| checksum: string; | ||
| checksum: string | null; | ||
| }>; | ||
| fetchFromNetwork(locator: Locator, opts: FetchOptions): Promise<import("@yarnpkg/fslib").ZipFS>; | ||
| } |
@@ -23,4 +23,3 @@ "use strict"; | ||
| loader: () => this.fetchFromNetwork(locator, opts), | ||
| skipIntegrityCheck: opts.skipIntegrityCheck, | ||
| }); | ||
| }, opts.cacheOptions); | ||
| return { | ||
@@ -27,0 +26,0 @@ packageFs, |
@@ -16,2 +16,3 @@ import { Resolver, ResolveOptions, MinimalResolveOptions } from '@yarnpkg/core'; | ||
| linkType: LinkType; | ||
| conditions: string | null; | ||
| dependencies: Map<import("@yarnpkg/core").IdentHash, Descriptor>; | ||
@@ -18,0 +19,0 @@ peerDependencies: Map<import("@yarnpkg/core").IdentHash, Descriptor>; |
@@ -50,2 +50,3 @@ "use strict"; | ||
| linkType: core_2.LinkType.HARD, | ||
| conditions: manifest.getConditions(), | ||
| dependencies: manifest.dependencies, | ||
@@ -52,0 +53,0 @@ peerDependencies: manifest.peerDependencies, |
+5
-4
| { | ||
| "name": "@yarnpkg/plugin-http", | ||
| "version": "2.1.3", | ||
| "version": "2.2.0-rc.1", | ||
| "license": "BSD-2-Clause", | ||
| "main": "./lib/index.js", | ||
| "dependencies": { | ||
| "@yarnpkg/fslib": "^2.5.0", | ||
| "@yarnpkg/fslib": "^2.6.0-rc.11", | ||
| "tslib": "^1.13.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "@yarnpkg/core": "^3.0.0" | ||
| "@yarnpkg/core": "^3.1.0-rc.12" | ||
| }, | ||
| "devDependencies": { | ||
| "@yarnpkg/core": "3.0.0" | ||
| "@yarnpkg/core": "^3.1.0-rc.12" | ||
| }, | ||
@@ -35,3 +35,4 @@ "repository": { | ||
| }, | ||
| "stableVersion": "2.1.3", | ||
| "typings": "./lib/index.d.ts" | ||
| } |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
8404
1.28%166
0.61%3
50%Updated