@yarnpkg/cli 4.0.0-rc.18 → 4.0.0-rc.20

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.
Files changed (1) hide show
  1. package/package.json +42 -36
package/package.json CHANGED
@@ -1,38 +1,42 @@
1
1
  {
2
2
  "name": "@yarnpkg/cli",
3
- "version": "4.0.0-rc.18",
3
+ "version": "4.0.0-rc.20",
4
4
  "stableVersion": "3.2.2",
5
5
  "license": "BSD-2-Clause",
6
6
  "main": "./lib/index.js",
7
+ "exports": {
8
+ ".": "./lib/index.js",
9
+ "./package.json": "./package.json"
10
+ },
7
11
  "dependencies": {
8
- "@yarnpkg/core": "^4.0.0-rc.18",
9
- "@yarnpkg/fslib": "^3.0.0-rc.18",
10
- "@yarnpkg/libzip": "^3.0.0-rc.18",
11
- "@yarnpkg/parsers": "^3.0.0-rc.18",
12
- "@yarnpkg/plugin-compat": "^4.0.0-rc.18",
13
- "@yarnpkg/plugin-constraints": "^4.0.0-rc.18",
14
- "@yarnpkg/plugin-dlx": "^4.0.0-rc.18",
15
- "@yarnpkg/plugin-essentials": "^4.0.0-rc.18",
16
- "@yarnpkg/plugin-exec": "^3.0.0-rc.18",
17
- "@yarnpkg/plugin-file": "^3.0.0-rc.18",
18
- "@yarnpkg/plugin-git": "^3.0.0-rc.18",
19
- "@yarnpkg/plugin-github": "^3.0.0-rc.18",
20
- "@yarnpkg/plugin-http": "^3.0.0-rc.18",
21
- "@yarnpkg/plugin-init": "^4.0.0-rc.18",
22
- "@yarnpkg/plugin-interactive-tools": "^4.0.0-rc.18",
23
- "@yarnpkg/plugin-link": "^3.0.0-rc.18",
24
- "@yarnpkg/plugin-nm": "^4.0.0-rc.18",
25
- "@yarnpkg/plugin-npm": "^3.0.0-rc.18",
26
- "@yarnpkg/plugin-npm-cli": "^4.0.0-rc.18",
27
- "@yarnpkg/plugin-pack": "^4.0.0-rc.18",
28
- "@yarnpkg/plugin-patch": "^4.0.0-rc.18",
29
- "@yarnpkg/plugin-pnp": "^4.0.0-rc.18",
30
- "@yarnpkg/plugin-pnpm": "^2.0.0-rc.18",
31
- "@yarnpkg/plugin-stage": "^4.0.0-rc.18",
32
- "@yarnpkg/plugin-typescript": "^4.0.0-rc.18",
33
- "@yarnpkg/plugin-version": "^4.0.0-rc.18",
34
- "@yarnpkg/plugin-workspace-tools": "^4.0.0-rc.18",
35
- "@yarnpkg/shell": "^4.0.0-rc.18",
12
+ "@yarnpkg/core": "^4.0.0-rc.20",
13
+ "@yarnpkg/fslib": "^3.0.0-rc.20",
14
+ "@yarnpkg/libzip": "^3.0.0-rc.20",
15
+ "@yarnpkg/parsers": "^3.0.0-rc.20",
16
+ "@yarnpkg/plugin-compat": "^4.0.0-rc.20",
17
+ "@yarnpkg/plugin-constraints": "^4.0.0-rc.20",
18
+ "@yarnpkg/plugin-dlx": "^4.0.0-rc.20",
19
+ "@yarnpkg/plugin-essentials": "^4.0.0-rc.20",
20
+ "@yarnpkg/plugin-exec": "^3.0.0-rc.20",
21
+ "@yarnpkg/plugin-file": "^3.0.0-rc.20",
22
+ "@yarnpkg/plugin-git": "^3.0.0-rc.20",
23
+ "@yarnpkg/plugin-github": "^3.0.0-rc.20",
24
+ "@yarnpkg/plugin-http": "^3.0.0-rc.20",
25
+ "@yarnpkg/plugin-init": "^4.0.0-rc.20",
26
+ "@yarnpkg/plugin-interactive-tools": "^4.0.0-rc.20",
27
+ "@yarnpkg/plugin-link": "^3.0.0-rc.20",
28
+ "@yarnpkg/plugin-nm": "^4.0.0-rc.20",
29
+ "@yarnpkg/plugin-npm": "^3.0.0-rc.20",
30
+ "@yarnpkg/plugin-npm-cli": "^4.0.0-rc.20",
31
+ "@yarnpkg/plugin-pack": "^4.0.0-rc.20",
32
+ "@yarnpkg/plugin-patch": "^4.0.0-rc.20",
33
+ "@yarnpkg/plugin-pnp": "^4.0.0-rc.20",
34
+ "@yarnpkg/plugin-pnpm": "^2.0.0-rc.20",
35
+ "@yarnpkg/plugin-stage": "^4.0.0-rc.20",
36
+ "@yarnpkg/plugin-typescript": "^4.0.0-rc.20",
37
+ "@yarnpkg/plugin-version": "^4.0.0-rc.20",
38
+ "@yarnpkg/plugin-workspace-tools": "^4.0.0-rc.20",
39
+ "@yarnpkg/shell": "^4.0.0-rc.20",
36
40
  "ci-info": "^3.2.0",
37
41
  "clipanion": "^3.2.0-rc.10",
38
42
  "semver": "^7.1.2",
@@ -41,13 +45,13 @@
41
45
  },
42
46
  "devDependencies": {
43
47
  "@types/semver": "^7.1.0",
44
- "@yarnpkg/builder": "^4.0.0-rc.18",
48
+ "@yarnpkg/builder": "^4.0.0-rc.20",
45
49
  "@yarnpkg/monorepo": "^0.0.0",
46
- "@yarnpkg/pnpify": "^4.0.0-rc.18",
50
+ "@yarnpkg/pnpify": "^4.0.0-rc.20",
47
51
  "micromatch": "^4.0.2"
48
52
  },
49
53
  "peerDependencies": {
50
- "@yarnpkg/core": "^4.0.0-rc.18"
54
+ "@yarnpkg/core": "^4.0.0-rc.20"
51
55
  },
52
56
  "scripts": {
53
57
  "postpack": "rm -rf lib",
@@ -59,8 +63,11 @@
59
63
  },
60
64
  "publishConfig": {
61
65
  "main": "./lib/index.js",
62
- "types": "./lib/index.d.ts",
63
- "bin": null
66
+ "bin": null,
67
+ "exports": {
68
+ ".": "./lib/index.js",
69
+ "./package.json": "./package.json"
70
+ }
64
71
  },
65
72
  "files": [
66
73
  "/lib/**/*",
@@ -103,6 +110,5 @@
103
110
  },
104
111
  "engines": {
105
112
  "node": ">=14.15.0"
106
- },
107
- "types": "./lib/index.d.ts"
113
+ }
108
114
  }