@yarnpkg/plugin-essentials 4.0.0-rc.12 → 4.0.0-rc.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commands/info.js +1 -1
- package/lib/dedupeUtils.js +0 -1
- package/lib/suggestUtils.js +1 -1
- package/package.json +9 -9
package/lib/commands/info.js
CHANGED
|
@@ -160,7 +160,7 @@ class InfoCommand extends cli_1.BaseCommand {
|
|
|
160
160
|
const infoTreeChildren = {};
|
|
161
161
|
const infoTree = { children: infoTreeChildren };
|
|
162
162
|
const fetcher = configuration.makeFetcher();
|
|
163
|
-
const fetcherOptions = { project, fetcher, cache, checksums: project.storedChecksums, report: new core_1.ThrowReport(), cacheOptions: { skipIntegrityCheck: true }
|
|
163
|
+
const fetcherOptions = { project, fetcher, cache, checksums: project.storedChecksums, report: new core_1.ThrowReport(), cacheOptions: { skipIntegrityCheck: true } };
|
|
164
164
|
const builtinInfoBuilders = [
|
|
165
165
|
// Manifest fields
|
|
166
166
|
async (pkg, extra, registerData) => {
|
package/lib/dedupeUtils.js
CHANGED
package/lib/suggestUtils.js
CHANGED
|
@@ -310,7 +310,7 @@ async function fetchDescriptorFrom(ident, range, { project, cache, workspace, pr
|
|
|
310
310
|
const report = new core_1.ThrowReport();
|
|
311
311
|
const fetcher = project.configuration.makeFetcher();
|
|
312
312
|
const resolver = project.configuration.makeResolver();
|
|
313
|
-
const fetchOptions = { project, fetcher, cache, checksums: project.storedChecksums, report, cacheOptions: { skipIntegrityCheck: true }
|
|
313
|
+
const fetchOptions = { project, fetcher, cache, checksums: project.storedChecksums, report, cacheOptions: { skipIntegrityCheck: true } };
|
|
314
314
|
const resolveOptions = { ...fetchOptions, resolver, fetchOptions };
|
|
315
315
|
// The descriptor has to be bound for the resolvers that need a parent locator. (e.g. FileResolver)
|
|
316
316
|
// If we didn't bind it, `yarn add ./folder` wouldn't work.
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yarnpkg/plugin-essentials",
|
|
3
|
-
"version": "4.0.0-rc.
|
|
3
|
+
"version": "4.0.0-rc.14",
|
|
4
4
|
"license": "BSD-2-Clause",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@yarnpkg/fslib": "^3.0.0-rc.
|
|
8
|
-
"@yarnpkg/parsers": "^3.0.0-rc.
|
|
7
|
+
"@yarnpkg/fslib": "^3.0.0-rc.14",
|
|
8
|
+
"@yarnpkg/parsers": "^3.0.0-rc.14",
|
|
9
9
|
"ci-info": "^3.2.0",
|
|
10
10
|
"clipanion": "^3.2.0-rc.10",
|
|
11
11
|
"enquirer": "^2.3.6",
|
|
@@ -16,17 +16,17 @@
|
|
|
16
16
|
"typanion": "^3.3.0"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@yarnpkg/cli": "^4.0.0-rc.
|
|
20
|
-
"@yarnpkg/core": "^4.0.0-rc.
|
|
21
|
-
"@yarnpkg/plugin-git": "^3.0.0-rc.
|
|
19
|
+
"@yarnpkg/cli": "^4.0.0-rc.14",
|
|
20
|
+
"@yarnpkg/core": "^4.0.0-rc.14",
|
|
21
|
+
"@yarnpkg/plugin-git": "^3.0.0-rc.14"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/lodash": "^4.14.136",
|
|
25
25
|
"@types/micromatch": "^4.0.1",
|
|
26
26
|
"@types/semver": "^7.1.0",
|
|
27
|
-
"@yarnpkg/cli": "^4.0.0-rc.
|
|
28
|
-
"@yarnpkg/core": "^4.0.0-rc.
|
|
29
|
-
"@yarnpkg/plugin-git": "^3.0.0-rc.
|
|
27
|
+
"@yarnpkg/cli": "^4.0.0-rc.14",
|
|
28
|
+
"@yarnpkg/core": "^4.0.0-rc.14",
|
|
29
|
+
"@yarnpkg/plugin-git": "^3.0.0-rc.14"
|
|
30
30
|
},
|
|
31
31
|
"repository": {
|
|
32
32
|
"type": "git",
|