oclif 4.20.4 → 4.20.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/tarballs/build.js +2 -0
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/lib/tarballs/build.js
CHANGED
|
@@ -65,6 +65,8 @@ const copyCoreYarnFiles = async (yarnRootPath, workspacePath) => {
|
|
|
65
65
|
await copyYarnDirectory('./.yarn/releases/', yarnRootPath, workspacePath);
|
|
66
66
|
// copy yarn plugins if they exists
|
|
67
67
|
await copyYarnDirectory('./.yarn/plugins/', yarnRootPath, workspacePath);
|
|
68
|
+
// copy yarn patches if they exists
|
|
69
|
+
await copyYarnDirectory('./.yarn/patches/', yarnRootPath, workspacePath);
|
|
68
70
|
};
|
|
69
71
|
async function build(c, options = {}) {
|
|
70
72
|
(0, log_1.log)(`gathering workspace for ${c.config.bin} to ${c.workspace()}`);
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oclif",
|
|
3
3
|
"description": "oclif: create your own CLI",
|
|
4
|
-
"version": "4.20.
|
|
4
|
+
"version": "4.20.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"oclif": "bin/run.js"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@types/debug": "^4.1.12",
|
|
46
46
|
"@types/ejs": "^3.1.5",
|
|
47
47
|
"@types/fs-extra": "^9.0",
|
|
48
|
-
"@types/lodash": "^4.17.
|
|
48
|
+
"@types/lodash": "^4.17.20",
|
|
49
49
|
"@types/mocha": "^10.0.10",
|
|
50
50
|
"@types/node": "^18",
|
|
51
51
|
"@types/semver": "^7.7.0",
|