oclif 4.22.53 → 4.22.55
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 +1 -0
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/lib/tarballs/build.js
CHANGED
|
@@ -129,6 +129,7 @@ const updatePJSON = async (c) => {
|
|
|
129
129
|
const pjsonPath = node_path_1.default.join(c.workspace(), 'package.json');
|
|
130
130
|
const pjson = await (0, fs_extra_1.readJSON)(pjsonPath);
|
|
131
131
|
pjson.version = c.config.version;
|
|
132
|
+
pjson.oclif = pjson.oclif ?? {};
|
|
132
133
|
pjson.oclif.update = pjson.oclif.update ?? {};
|
|
133
134
|
pjson.oclif.update.s3 = pjson.oclif.update.s3 ?? {};
|
|
134
135
|
pjson.oclif.update.s3.bucket = c.s3Config.bucket;
|
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.22.
|
|
4
|
+
"version": "4.22.55",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"oclif": "bin/run.js"
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"bugs": "https://github.com/oclif/oclif/issues",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@aws-sdk/client-cloudfront": "^3.946.0",
|
|
12
|
-
"@aws-sdk/client-s3": "^3.
|
|
12
|
+
"@aws-sdk/client-s3": "^3.946.0",
|
|
13
13
|
"@inquirer/confirm": "^3.1.22",
|
|
14
14
|
"@inquirer/input": "^2.2.4",
|
|
15
15
|
"@inquirer/select": "^2.5.0",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"lint-staged": "^15",
|
|
63
63
|
"mocha": "^11",
|
|
64
64
|
"nyc": "^15.1.0",
|
|
65
|
-
"prettier": "^3.7.
|
|
65
|
+
"prettier": "^3.7.4",
|
|
66
66
|
"shelljs": "^0.10.0",
|
|
67
67
|
"shx": "^0.4.0",
|
|
68
68
|
"sinon": "^18.0.1",
|