@yarnpkg/cli 4.0.0-rc.4 → 4.0.0-rc.7
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/boot-cli-dev.js +1 -1
- package/package.json +32 -32
package/lib/boot-cli-dev.js
CHANGED
|
@@ -9,7 +9,7 @@ if (fs.existsSync(pnpFile))
|
|
|
9
9
|
require(`@yarnpkg/monorepo/scripts/setup-ts-execution`);
|
|
10
10
|
|
|
11
11
|
// Exposes the CLI version as like for the bundle
|
|
12
|
-
global.YARN_VERSION = `${require(`@yarnpkg/cli/package.json`).version}
|
|
12
|
+
global.YARN_VERSION = `${require(`@yarnpkg/cli/package.json`).version}-dev`;
|
|
13
13
|
|
|
14
14
|
// Inject the plugins in the runtime. With Webpack that would be through
|
|
15
15
|
// val-loader which would execute pluginConfiguration.raw.js, so in Node
|
package/package.json
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yarnpkg/cli",
|
|
3
|
-
"version": "4.0.0-rc.
|
|
3
|
+
"version": "4.0.0-rc.7",
|
|
4
4
|
"license": "BSD-2-Clause",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@yarnpkg/core": "^4.0.0-rc.
|
|
8
|
-
"@yarnpkg/fslib": "^3.0.0-rc.
|
|
9
|
-
"@yarnpkg/libzip": "^3.0.0-rc.
|
|
10
|
-
"@yarnpkg/parsers": "^3.0.0-rc.
|
|
11
|
-
"@yarnpkg/plugin-compat": "^4.0.0-rc.
|
|
12
|
-
"@yarnpkg/plugin-constraints": "^4.0.0-rc.
|
|
13
|
-
"@yarnpkg/plugin-dlx": "^4.0.0-rc.
|
|
14
|
-
"@yarnpkg/plugin-essentials": "^4.0.0-rc.
|
|
15
|
-
"@yarnpkg/plugin-exec": "^3.0.0-rc.
|
|
16
|
-
"@yarnpkg/plugin-file": "^3.0.0-rc.
|
|
17
|
-
"@yarnpkg/plugin-git": "^3.0.0-rc.
|
|
18
|
-
"@yarnpkg/plugin-github": "^3.0.0-rc.
|
|
19
|
-
"@yarnpkg/plugin-http": "^3.0.0-rc.
|
|
20
|
-
"@yarnpkg/plugin-init": "^4.0.0-rc.
|
|
21
|
-
"@yarnpkg/plugin-interactive-tools": "^4.0.0-rc.
|
|
22
|
-
"@yarnpkg/plugin-link": "^3.0.0-rc.
|
|
23
|
-
"@yarnpkg/plugin-nm": "^4.0.0-rc.
|
|
24
|
-
"@yarnpkg/plugin-npm": "^3.0.0-rc.
|
|
25
|
-
"@yarnpkg/plugin-npm-cli": "^4.0.0-rc.
|
|
26
|
-
"@yarnpkg/plugin-pack": "^4.0.0-rc.
|
|
27
|
-
"@yarnpkg/plugin-patch": "^4.0.0-rc.
|
|
28
|
-
"@yarnpkg/plugin-pnp": "^4.0.0-rc.
|
|
29
|
-
"@yarnpkg/plugin-pnpm": "^2.0.0-rc.
|
|
30
|
-
"@yarnpkg/plugin-stage": "^4.0.0-rc.
|
|
31
|
-
"@yarnpkg/plugin-typescript": "^4.0.0-rc.
|
|
32
|
-
"@yarnpkg/plugin-version": "^4.0.0-rc.
|
|
33
|
-
"@yarnpkg/plugin-workspace-tools": "^4.0.0-rc.
|
|
34
|
-
"@yarnpkg/shell": "^4.0.0-rc.
|
|
7
|
+
"@yarnpkg/core": "^4.0.0-rc.7",
|
|
8
|
+
"@yarnpkg/fslib": "^3.0.0-rc.7",
|
|
9
|
+
"@yarnpkg/libzip": "^3.0.0-rc.7",
|
|
10
|
+
"@yarnpkg/parsers": "^3.0.0-rc.7",
|
|
11
|
+
"@yarnpkg/plugin-compat": "^4.0.0-rc.7",
|
|
12
|
+
"@yarnpkg/plugin-constraints": "^4.0.0-rc.7",
|
|
13
|
+
"@yarnpkg/plugin-dlx": "^4.0.0-rc.7",
|
|
14
|
+
"@yarnpkg/plugin-essentials": "^4.0.0-rc.7",
|
|
15
|
+
"@yarnpkg/plugin-exec": "^3.0.0-rc.7",
|
|
16
|
+
"@yarnpkg/plugin-file": "^3.0.0-rc.7",
|
|
17
|
+
"@yarnpkg/plugin-git": "^3.0.0-rc.7",
|
|
18
|
+
"@yarnpkg/plugin-github": "^3.0.0-rc.7",
|
|
19
|
+
"@yarnpkg/plugin-http": "^3.0.0-rc.7",
|
|
20
|
+
"@yarnpkg/plugin-init": "^4.0.0-rc.7",
|
|
21
|
+
"@yarnpkg/plugin-interactive-tools": "^4.0.0-rc.7",
|
|
22
|
+
"@yarnpkg/plugin-link": "^3.0.0-rc.7",
|
|
23
|
+
"@yarnpkg/plugin-nm": "^4.0.0-rc.7",
|
|
24
|
+
"@yarnpkg/plugin-npm": "^3.0.0-rc.7",
|
|
25
|
+
"@yarnpkg/plugin-npm-cli": "^4.0.0-rc.7",
|
|
26
|
+
"@yarnpkg/plugin-pack": "^4.0.0-rc.7",
|
|
27
|
+
"@yarnpkg/plugin-patch": "^4.0.0-rc.7",
|
|
28
|
+
"@yarnpkg/plugin-pnp": "^4.0.0-rc.7",
|
|
29
|
+
"@yarnpkg/plugin-pnpm": "^2.0.0-rc.7",
|
|
30
|
+
"@yarnpkg/plugin-stage": "^4.0.0-rc.7",
|
|
31
|
+
"@yarnpkg/plugin-typescript": "^4.0.0-rc.7",
|
|
32
|
+
"@yarnpkg/plugin-version": "^4.0.0-rc.7",
|
|
33
|
+
"@yarnpkg/plugin-workspace-tools": "^4.0.0-rc.7",
|
|
34
|
+
"@yarnpkg/shell": "^4.0.0-rc.7",
|
|
35
35
|
"ci-info": "^3.2.0",
|
|
36
36
|
"clipanion": "^3.2.0-rc.10",
|
|
37
37
|
"semver": "^7.1.2",
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/semver": "^7.1.0",
|
|
43
|
-
"@yarnpkg/builder": "^4.0.0-rc.
|
|
43
|
+
"@yarnpkg/builder": "^4.0.0-rc.7",
|
|
44
44
|
"@yarnpkg/monorepo": "^0.0.0",
|
|
45
|
-
"@yarnpkg/pnpify": "^4.0.0-rc.
|
|
45
|
+
"@yarnpkg/pnpify": "^4.0.0-rc.7",
|
|
46
46
|
"micromatch": "^4.0.2"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@yarnpkg/core": "^4.0.0-rc.
|
|
49
|
+
"@yarnpkg/core": "^4.0.0-rc.7"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"postpack": "rm -rf lib",
|