@salesforce/plugin-release-management 5.7.73-jf3.0 → 5.7.73
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/README.md +16 -16
- package/lib/amazonS3.d.ts +7 -6
- package/lib/amazonS3.js +15 -17
- package/lib/amazonS3.js.map +1 -1
- package/lib/codeSigning/SimplifiedSigning.js +1 -1
- package/lib/codeSigning/SimplifiedSigning.js.map +1 -1
- package/lib/codeSigning/upload.d.ts +2 -2
- package/lib/codeSigning/upload.js +13 -10
- package/lib/codeSigning/upload.js.map +1 -1
- package/lib/repository.js +2 -2
- package/lib/repository.js.map +1 -1
- package/npm-shrinkwrap.json +2124 -2079
- package/oclif.lock +1153 -1276
- package/oclif.manifest.json +62 -62
- package/package.json +5 -7
package/oclif.manifest.json
CHANGED
|
@@ -1126,67 +1126,6 @@
|
|
|
1126
1126
|
"inspect.js"
|
|
1127
1127
|
]
|
|
1128
1128
|
},
|
|
1129
|
-
"github:check:closed": {
|
|
1130
|
-
"aliases": [],
|
|
1131
|
-
"args": {},
|
|
1132
|
-
"description": "Description of a command.",
|
|
1133
|
-
"examples": [
|
|
1134
|
-
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
1135
|
-
],
|
|
1136
|
-
"flags": {
|
|
1137
|
-
"json": {
|
|
1138
|
-
"description": "Format output as json.",
|
|
1139
|
-
"helpGroup": "GLOBAL",
|
|
1140
|
-
"name": "json",
|
|
1141
|
-
"allowNo": false,
|
|
1142
|
-
"type": "boolean"
|
|
1143
|
-
},
|
|
1144
|
-
"flags-dir": {
|
|
1145
|
-
"helpGroup": "GLOBAL",
|
|
1146
|
-
"name": "flags-dir",
|
|
1147
|
-
"summary": "Import flag values from a directory.",
|
|
1148
|
-
"hasDynamicHelp": false,
|
|
1149
|
-
"multiple": false,
|
|
1150
|
-
"type": "option"
|
|
1151
|
-
},
|
|
1152
|
-
"gus": {
|
|
1153
|
-
"char": "o",
|
|
1154
|
-
"name": "gus",
|
|
1155
|
-
"noCacheDefault": true,
|
|
1156
|
-
"required": true,
|
|
1157
|
-
"summary": "Username/alias of your GUS org connection",
|
|
1158
|
-
"hasDynamicHelp": true,
|
|
1159
|
-
"multiple": false,
|
|
1160
|
-
"type": "option"
|
|
1161
|
-
},
|
|
1162
|
-
"github-token": {
|
|
1163
|
-
"env": "GITHUB_TOKEN",
|
|
1164
|
-
"name": "github-token",
|
|
1165
|
-
"required": true,
|
|
1166
|
-
"summary": "Github token--store this in the environment as GITHUB_TOKEN",
|
|
1167
|
-
"hasDynamicHelp": false,
|
|
1168
|
-
"multiple": false,
|
|
1169
|
-
"type": "option"
|
|
1170
|
-
}
|
|
1171
|
-
},
|
|
1172
|
-
"hasDynamicHelp": true,
|
|
1173
|
-
"hiddenAliases": [],
|
|
1174
|
-
"id": "github:check:closed",
|
|
1175
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1176
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
1177
|
-
"pluginType": "core",
|
|
1178
|
-
"strict": true,
|
|
1179
|
-
"summary": "Show open Github issues with GUS WI",
|
|
1180
|
-
"enableJsonFlag": true,
|
|
1181
|
-
"isESM": true,
|
|
1182
|
-
"relativePath": [
|
|
1183
|
-
"lib",
|
|
1184
|
-
"commands",
|
|
1185
|
-
"github",
|
|
1186
|
-
"check",
|
|
1187
|
-
"closed.js"
|
|
1188
|
-
]
|
|
1189
|
-
},
|
|
1190
1129
|
"npm:dependencies:pin": {
|
|
1191
1130
|
"aliases": [],
|
|
1192
1131
|
"args": {},
|
|
@@ -1339,6 +1278,67 @@
|
|
|
1339
1278
|
"release.js"
|
|
1340
1279
|
]
|
|
1341
1280
|
},
|
|
1281
|
+
"github:check:closed": {
|
|
1282
|
+
"aliases": [],
|
|
1283
|
+
"args": {},
|
|
1284
|
+
"description": "Description of a command.",
|
|
1285
|
+
"examples": [
|
|
1286
|
+
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
1287
|
+
],
|
|
1288
|
+
"flags": {
|
|
1289
|
+
"json": {
|
|
1290
|
+
"description": "Format output as json.",
|
|
1291
|
+
"helpGroup": "GLOBAL",
|
|
1292
|
+
"name": "json",
|
|
1293
|
+
"allowNo": false,
|
|
1294
|
+
"type": "boolean"
|
|
1295
|
+
},
|
|
1296
|
+
"flags-dir": {
|
|
1297
|
+
"helpGroup": "GLOBAL",
|
|
1298
|
+
"name": "flags-dir",
|
|
1299
|
+
"summary": "Import flag values from a directory.",
|
|
1300
|
+
"hasDynamicHelp": false,
|
|
1301
|
+
"multiple": false,
|
|
1302
|
+
"type": "option"
|
|
1303
|
+
},
|
|
1304
|
+
"gus": {
|
|
1305
|
+
"char": "o",
|
|
1306
|
+
"name": "gus",
|
|
1307
|
+
"noCacheDefault": true,
|
|
1308
|
+
"required": true,
|
|
1309
|
+
"summary": "Username/alias of your GUS org connection",
|
|
1310
|
+
"hasDynamicHelp": true,
|
|
1311
|
+
"multiple": false,
|
|
1312
|
+
"type": "option"
|
|
1313
|
+
},
|
|
1314
|
+
"github-token": {
|
|
1315
|
+
"env": "GITHUB_TOKEN",
|
|
1316
|
+
"name": "github-token",
|
|
1317
|
+
"required": true,
|
|
1318
|
+
"summary": "Github token--store this in the environment as GITHUB_TOKEN",
|
|
1319
|
+
"hasDynamicHelp": false,
|
|
1320
|
+
"multiple": false,
|
|
1321
|
+
"type": "option"
|
|
1322
|
+
}
|
|
1323
|
+
},
|
|
1324
|
+
"hasDynamicHelp": true,
|
|
1325
|
+
"hiddenAliases": [],
|
|
1326
|
+
"id": "github:check:closed",
|
|
1327
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1328
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
1329
|
+
"pluginType": "core",
|
|
1330
|
+
"strict": true,
|
|
1331
|
+
"summary": "Show open Github issues with GUS WI",
|
|
1332
|
+
"enableJsonFlag": true,
|
|
1333
|
+
"isESM": true,
|
|
1334
|
+
"relativePath": [
|
|
1335
|
+
"lib",
|
|
1336
|
+
"commands",
|
|
1337
|
+
"github",
|
|
1338
|
+
"check",
|
|
1339
|
+
"closed.js"
|
|
1340
|
+
]
|
|
1341
|
+
},
|
|
1342
1342
|
"cli:install:jit:test": {
|
|
1343
1343
|
"aliases": [],
|
|
1344
1344
|
"args": {},
|
|
@@ -1390,5 +1390,5 @@
|
|
|
1390
1390
|
]
|
|
1391
1391
|
}
|
|
1392
1392
|
},
|
|
1393
|
-
"version": "5.7.73
|
|
1393
|
+
"version": "5.7.73"
|
|
1394
1394
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-release-management",
|
|
3
3
|
"description": "A plugin for preparing and publishing npm packages",
|
|
4
|
-
"version": "5.7.73
|
|
4
|
+
"version": "5.7.73",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
"sf-release": "bin/run.js"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@aws-sdk/client-s3": "^3.929.0",
|
|
13
12
|
"@oclif/core": "^4.8.0",
|
|
14
13
|
"@octokit/core": "^6.1.6",
|
|
15
14
|
"@octokit/plugin-paginate-rest": "^11.6.0",
|
|
@@ -21,16 +20,15 @@
|
|
|
21
20
|
"@salesforce/plugin-trust": "^3.7.89",
|
|
22
21
|
"@salesforce/sf-plugins-core": "^12.2.5",
|
|
23
22
|
"@salesforce/ts-types": "^2.0.10",
|
|
24
|
-
"
|
|
25
|
-
"@smithy/types": "^4.8.1",
|
|
23
|
+
"aws-sdk": "^2.1692.0",
|
|
26
24
|
"chalk": "^5.6.0",
|
|
25
|
+
"commit-and-tag-version": "^12.6.0",
|
|
27
26
|
"fast-glob": "^3.3.3",
|
|
28
27
|
"got": "^13",
|
|
29
28
|
"just-diff": "^5.2.0",
|
|
30
29
|
"proxy-agent": "^6.4.0",
|
|
31
30
|
"semver": "^7.7.2",
|
|
32
31
|
"shelljs": "^0.10.0",
|
|
33
|
-
"standard-version": "^9.5.0",
|
|
34
32
|
"strip-ansi": "^6",
|
|
35
33
|
"yarn-deduplicate": "^6.0.2"
|
|
36
34
|
},
|
|
@@ -40,9 +38,9 @@
|
|
|
40
38
|
"@salesforce/ts-sinon": "^1.4.31",
|
|
41
39
|
"@types/semver": "^7.7.0",
|
|
42
40
|
"@types/shelljs": "^0.8.17",
|
|
43
|
-
"aws-sdk-
|
|
41
|
+
"aws-sdk-mock": "^5.9.0",
|
|
44
42
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
45
|
-
"oclif": "^4.22.
|
|
43
|
+
"oclif": "^4.22.44",
|
|
46
44
|
"ts-node": "^10.9.2",
|
|
47
45
|
"typescript": "^5.9.3"
|
|
48
46
|
},
|