@yarnpkg/plugin-pnp 4.0.0-rc.44 → 4.0.0-rc.46
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/jsInstallUtils.js +2 -0
- package/package.json +10 -10
package/lib/jsInstallUtils.js
CHANGED
|
@@ -46,6 +46,8 @@ exports.extractBuildScripts = extractBuildScripts;
|
|
|
46
46
|
const FORCED_EXTRACT_FILETYPES = new Set([
|
|
47
47
|
// Windows can't execute exe files inside zip archives
|
|
48
48
|
`.exe`,
|
|
49
|
+
// May be used for some binaries on Linux; https://askubuntu.com/a/174356
|
|
50
|
+
`.bin`,
|
|
49
51
|
// The c/c++ compiler can't read files from zip archives
|
|
50
52
|
`.h`, `.hh`, `.hpp`, `.c`, `.cc`, `.cpp`,
|
|
51
53
|
// The java runtime can't read files from zip archives
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yarnpkg/plugin-pnp",
|
|
3
|
-
"version": "4.0.0-rc.
|
|
4
|
-
"stableVersion": "3.2.
|
|
3
|
+
"version": "4.0.0-rc.46",
|
|
4
|
+
"stableVersion": "3.2.10",
|
|
5
5
|
"license": "BSD-2-Clause",
|
|
6
6
|
"main": "./lib/index.js",
|
|
7
7
|
"exports": {
|
|
@@ -10,22 +10,22 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@types/semver": "^7.1.0",
|
|
13
|
-
"@yarnpkg/fslib": "^3.0.0-rc.
|
|
14
|
-
"@yarnpkg/plugin-stage": "^4.0.0-rc.
|
|
15
|
-
"@yarnpkg/pnp": "^4.0.0-rc.
|
|
16
|
-
"clipanion": "^3.2.
|
|
13
|
+
"@yarnpkg/fslib": "^3.0.0-rc.46",
|
|
14
|
+
"@yarnpkg/plugin-stage": "^4.0.0-rc.46",
|
|
15
|
+
"@yarnpkg/pnp": "^4.0.0-rc.46",
|
|
16
|
+
"clipanion": "^3.2.1",
|
|
17
17
|
"micromatch": "^4.0.2",
|
|
18
18
|
"semver": "^7.1.2",
|
|
19
19
|
"tslib": "^2.4.0"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"@yarnpkg/cli": "^4.0.0-rc.
|
|
23
|
-
"@yarnpkg/core": "^4.0.0-rc.
|
|
22
|
+
"@yarnpkg/cli": "^4.0.0-rc.46",
|
|
23
|
+
"@yarnpkg/core": "^4.0.0-rc.46"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/micromatch": "^4.0.1",
|
|
27
|
-
"@yarnpkg/cli": "^4.0.0-rc.
|
|
28
|
-
"@yarnpkg/core": "^4.0.0-rc.
|
|
27
|
+
"@yarnpkg/cli": "^4.0.0-rc.46",
|
|
28
|
+
"@yarnpkg/core": "^4.0.0-rc.46"
|
|
29
29
|
},
|
|
30
30
|
"repository": {
|
|
31
31
|
"type": "git",
|