@yarnpkg/plugin-essentials 4.0.0-rc.3 → 4.0.0-rc.4

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.
@@ -169,7 +169,7 @@ async function getSuggestedDescriptors(request, { project, workspace, cache, tar
169
169
  if (!(maxResults >= 0))
170
170
  throw new Error(`Invalid maxResults (${maxResults})`);
171
171
  const [requestRange, requestTag] = request.range !== `unknown`
172
- ? fixed || semver_1.default.validRange(request.range) || !request.range.match(/^[a-z0-9._-]+$/i)
172
+ ? fixed || core_2.semverUtils.validRange(request.range) || !request.range.match(/^[a-z0-9._-]+$/i)
173
173
  ? [request.range, `latest`]
174
174
  : [`unknown`, request.range]
175
175
  : [`unknown`, `latest`];
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@yarnpkg/plugin-essentials",
3
- "version": "4.0.0-rc.3",
3
+ "version": "4.0.0-rc.4",
4
4
  "license": "BSD-2-Clause",
5
5
  "main": "./lib/index.js",
6
6
  "dependencies": {
7
- "@yarnpkg/fslib": "^3.0.0-rc.3",
8
- "@yarnpkg/parsers": "^3.0.0-rc.3",
7
+ "@yarnpkg/fslib": "^3.0.0-rc.4",
8
+ "@yarnpkg/parsers": "^3.0.0-rc.4",
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.3",
20
- "@yarnpkg/core": "^4.0.0-rc.3",
21
- "@yarnpkg/plugin-git": "^3.0.0-rc.3"
19
+ "@yarnpkg/cli": "^4.0.0-rc.4",
20
+ "@yarnpkg/core": "^4.0.0-rc.4",
21
+ "@yarnpkg/plugin-git": "^3.0.0-rc.4"
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.3",
28
- "@yarnpkg/core": "^4.0.0-rc.3",
29
- "@yarnpkg/plugin-git": "^3.0.0-rc.3"
27
+ "@yarnpkg/cli": "^4.0.0-rc.4",
28
+ "@yarnpkg/core": "^4.0.0-rc.4",
29
+ "@yarnpkg/plugin-git": "^3.0.0-rc.4"
30
30
  },
31
31
  "repository": {
32
32
  "type": "git",