@yarnpkg/plugin-pnp 4.1.3 → 4.1.5
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/PnpLinker.js +1 -1
- package/package.json +7 -7
package/lib/PnpLinker.js
CHANGED
|
@@ -273,7 +273,7 @@ class PnpInstaller {
|
|
|
273
273
|
});
|
|
274
274
|
}
|
|
275
275
|
if (this.isEsmEnabled()) {
|
|
276
|
-
this.opts.report.reportWarning(core_2.MessageName.
|
|
276
|
+
this.opts.report.reportWarning(core_2.MessageName.EXPERIMENTAL, `ESM support for PnP uses the experimental loader API and is therefore experimental`);
|
|
277
277
|
await fslib_1.xfs.changeFilePromise(pnpPath.esmLoader, (0, pnp_1.getESMLoaderTemplate)(), {
|
|
278
278
|
automaticNewlines: true,
|
|
279
279
|
mode: 0o644,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yarnpkg/plugin-pnp",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.5",
|
|
4
4
|
"license": "BSD-2-Clause",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -8,21 +8,21 @@
|
|
|
8
8
|
"./package.json": "./package.json"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@yarnpkg/fslib": "^3.1.
|
|
11
|
+
"@yarnpkg/fslib": "^3.1.5",
|
|
12
12
|
"@yarnpkg/plugin-stage": "^4.0.2",
|
|
13
|
-
"@yarnpkg/pnp": "^4.1.
|
|
13
|
+
"@yarnpkg/pnp": "^4.1.5",
|
|
14
14
|
"clipanion": "^4.0.0-rc.2",
|
|
15
15
|
"micromatch": "^4.0.2",
|
|
16
16
|
"tslib": "^2.4.0"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@yarnpkg/cli": "^4.
|
|
20
|
-
"@yarnpkg/core": "^4.
|
|
19
|
+
"@yarnpkg/cli": "^4.14.1",
|
|
20
|
+
"@yarnpkg/core": "^4.7.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/micromatch": "^4.0.1",
|
|
24
|
-
"@yarnpkg/cli": "^4.
|
|
25
|
-
"@yarnpkg/core": "^4.
|
|
24
|
+
"@yarnpkg/cli": "^4.14.1",
|
|
25
|
+
"@yarnpkg/core": "^4.7.0"
|
|
26
26
|
},
|
|
27
27
|
"repository": {
|
|
28
28
|
"type": "git",
|