@salesforce/plugin-release-management 5.7.73 → 5.7.74
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 +6 -7
- package/lib/amazonS3.js +17 -15
- 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 +10 -13
- package/lib/codeSigning/upload.js.map +1 -1
- package/npm-shrinkwrap.json +2439 -882
- package/oclif.lock +598 -152
- package/oclif.manifest.json +60 -60
- package/package.json +5 -3
package/oclif.manifest.json
CHANGED
|
@@ -1126,10 +1126,13 @@
|
|
|
1126
1126
|
"inspect.js"
|
|
1127
1127
|
]
|
|
1128
1128
|
},
|
|
1129
|
-
"
|
|
1129
|
+
"github:check:closed": {
|
|
1130
1130
|
"aliases": [],
|
|
1131
1131
|
"args": {},
|
|
1132
|
-
"description": "
|
|
1132
|
+
"description": "Description of a command.",
|
|
1133
|
+
"examples": [
|
|
1134
|
+
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
1135
|
+
],
|
|
1133
1136
|
"flags": {
|
|
1134
1137
|
"json": {
|
|
1135
1138
|
"description": "Format output as json.",
|
|
@@ -1146,39 +1149,42 @@
|
|
|
1146
1149
|
"multiple": false,
|
|
1147
1150
|
"type": "option"
|
|
1148
1151
|
},
|
|
1149
|
-
"
|
|
1150
|
-
"char": "
|
|
1151
|
-
"name": "
|
|
1152
|
-
"
|
|
1153
|
-
"
|
|
1154
|
-
"
|
|
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"
|
|
1155
1161
|
},
|
|
1156
|
-
"
|
|
1157
|
-
"
|
|
1158
|
-
"name": "
|
|
1159
|
-
"
|
|
1160
|
-
"
|
|
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",
|
|
1161
1167
|
"hasDynamicHelp": false,
|
|
1162
1168
|
"multiple": false,
|
|
1163
1169
|
"type": "option"
|
|
1164
1170
|
}
|
|
1165
1171
|
},
|
|
1166
|
-
"hasDynamicHelp":
|
|
1172
|
+
"hasDynamicHelp": true,
|
|
1167
1173
|
"hiddenAliases": [],
|
|
1168
|
-
"id": "
|
|
1174
|
+
"id": "github:check:closed",
|
|
1169
1175
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1170
1176
|
"pluginName": "@salesforce/plugin-release-management",
|
|
1171
1177
|
"pluginType": "core",
|
|
1172
1178
|
"strict": true,
|
|
1173
|
-
"summary": "
|
|
1179
|
+
"summary": "Show open Github issues with GUS WI",
|
|
1174
1180
|
"enableJsonFlag": true,
|
|
1175
1181
|
"isESM": true,
|
|
1176
1182
|
"relativePath": [
|
|
1177
1183
|
"lib",
|
|
1178
1184
|
"commands",
|
|
1179
|
-
"
|
|
1180
|
-
"
|
|
1181
|
-
"
|
|
1185
|
+
"github",
|
|
1186
|
+
"check",
|
|
1187
|
+
"closed.js"
|
|
1182
1188
|
]
|
|
1183
1189
|
},
|
|
1184
1190
|
"npm:package:release": {
|
|
@@ -1278,12 +1284,11 @@
|
|
|
1278
1284
|
"release.js"
|
|
1279
1285
|
]
|
|
1280
1286
|
},
|
|
1281
|
-
"
|
|
1287
|
+
"cli:install:jit:test": {
|
|
1282
1288
|
"aliases": [],
|
|
1283
1289
|
"args": {},
|
|
1284
|
-
"description": "Description of a command.",
|
|
1285
1290
|
"examples": [
|
|
1286
|
-
"<%= config.bin %> <%= command.id %>
|
|
1291
|
+
"<%= config.bin %> <%= command.id %>"
|
|
1287
1292
|
],
|
|
1288
1293
|
"flags": {
|
|
1289
1294
|
"json": {
|
|
@@ -1301,50 +1306,38 @@
|
|
|
1301
1306
|
"multiple": false,
|
|
1302
1307
|
"type": "option"
|
|
1303
1308
|
},
|
|
1304
|
-
"
|
|
1305
|
-
"char": "
|
|
1306
|
-
"name": "
|
|
1307
|
-
"
|
|
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",
|
|
1309
|
+
"jit-plugin": {
|
|
1310
|
+
"char": "j",
|
|
1311
|
+
"name": "jit-plugin",
|
|
1312
|
+
"summary": "JIT plugin(s) to test, example: @salesforce/plugin-community",
|
|
1319
1313
|
"hasDynamicHelp": false,
|
|
1320
|
-
"multiple":
|
|
1314
|
+
"multiple": true,
|
|
1321
1315
|
"type": "option"
|
|
1322
1316
|
}
|
|
1323
1317
|
},
|
|
1324
|
-
"hasDynamicHelp":
|
|
1318
|
+
"hasDynamicHelp": false,
|
|
1325
1319
|
"hiddenAliases": [],
|
|
1326
|
-
"id": "
|
|
1320
|
+
"id": "cli:install:jit:test",
|
|
1327
1321
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1328
1322
|
"pluginName": "@salesforce/plugin-release-management",
|
|
1329
1323
|
"pluginType": "core",
|
|
1330
1324
|
"strict": true,
|
|
1331
|
-
"summary": "
|
|
1325
|
+
"summary": "Test that all JIT plugins can be successfully installed.",
|
|
1332
1326
|
"enableJsonFlag": true,
|
|
1333
1327
|
"isESM": true,
|
|
1334
1328
|
"relativePath": [
|
|
1335
1329
|
"lib",
|
|
1336
1330
|
"commands",
|
|
1337
|
-
"
|
|
1338
|
-
"
|
|
1339
|
-
"
|
|
1331
|
+
"cli",
|
|
1332
|
+
"install",
|
|
1333
|
+
"jit",
|
|
1334
|
+
"test.js"
|
|
1340
1335
|
]
|
|
1341
1336
|
},
|
|
1342
|
-
"
|
|
1337
|
+
"npm:dependencies:pin": {
|
|
1343
1338
|
"aliases": [],
|
|
1344
1339
|
"args": {},
|
|
1345
|
-
"
|
|
1346
|
-
"<%= config.bin %> <%= command.id %>"
|
|
1347
|
-
],
|
|
1340
|
+
"description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
|
|
1348
1341
|
"flags": {
|
|
1349
1342
|
"json": {
|
|
1350
1343
|
"description": "Format output as json.",
|
|
@@ -1361,34 +1354,41 @@
|
|
|
1361
1354
|
"multiple": false,
|
|
1362
1355
|
"type": "option"
|
|
1363
1356
|
},
|
|
1364
|
-
"
|
|
1365
|
-
"char": "
|
|
1366
|
-
"name": "
|
|
1367
|
-
"summary": "
|
|
1357
|
+
"dryrun": {
|
|
1358
|
+
"char": "d",
|
|
1359
|
+
"name": "dryrun",
|
|
1360
|
+
"summary": "If true, will not make any changes to the package.json",
|
|
1361
|
+
"allowNo": false,
|
|
1362
|
+
"type": "boolean"
|
|
1363
|
+
},
|
|
1364
|
+
"tag": {
|
|
1365
|
+
"char": "t",
|
|
1366
|
+
"name": "tag",
|
|
1367
|
+
"summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
|
|
1368
|
+
"default": "latest",
|
|
1368
1369
|
"hasDynamicHelp": false,
|
|
1369
|
-
"multiple":
|
|
1370
|
+
"multiple": false,
|
|
1370
1371
|
"type": "option"
|
|
1371
1372
|
}
|
|
1372
1373
|
},
|
|
1373
1374
|
"hasDynamicHelp": false,
|
|
1374
1375
|
"hiddenAliases": [],
|
|
1375
|
-
"id": "
|
|
1376
|
+
"id": "npm:dependencies:pin",
|
|
1376
1377
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1377
1378
|
"pluginName": "@salesforce/plugin-release-management",
|
|
1378
1379
|
"pluginType": "core",
|
|
1379
1380
|
"strict": true,
|
|
1380
|
-
"summary": "
|
|
1381
|
+
"summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
|
|
1381
1382
|
"enableJsonFlag": true,
|
|
1382
1383
|
"isESM": true,
|
|
1383
1384
|
"relativePath": [
|
|
1384
1385
|
"lib",
|
|
1385
1386
|
"commands",
|
|
1386
|
-
"
|
|
1387
|
-
"
|
|
1388
|
-
"
|
|
1389
|
-
"test.js"
|
|
1387
|
+
"npm",
|
|
1388
|
+
"dependencies",
|
|
1389
|
+
"pin.js"
|
|
1390
1390
|
]
|
|
1391
1391
|
}
|
|
1392
1392
|
},
|
|
1393
|
-
"version": "5.7.
|
|
1393
|
+
"version": "5.7.74"
|
|
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.
|
|
4
|
+
"version": "5.7.74",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"sf-release": "bin/run.js"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
+
"@aws-sdk/client-s3": "^3.929.0",
|
|
12
13
|
"@oclif/core": "^4.8.0",
|
|
13
14
|
"@octokit/core": "^6.1.6",
|
|
14
15
|
"@octokit/plugin-paginate-rest": "^11.6.0",
|
|
@@ -20,7 +21,8 @@
|
|
|
20
21
|
"@salesforce/plugin-trust": "^3.7.89",
|
|
21
22
|
"@salesforce/sf-plugins-core": "^12.2.5",
|
|
22
23
|
"@salesforce/ts-types": "^2.0.10",
|
|
23
|
-
"
|
|
24
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
25
|
+
"@smithy/types": "^4.8.1",
|
|
24
26
|
"chalk": "^5.6.0",
|
|
25
27
|
"commit-and-tag-version": "^12.6.0",
|
|
26
28
|
"fast-glob": "^3.3.3",
|
|
@@ -38,7 +40,7 @@
|
|
|
38
40
|
"@salesforce/ts-sinon": "^1.4.31",
|
|
39
41
|
"@types/semver": "^7.7.0",
|
|
40
42
|
"@types/shelljs": "^0.8.17",
|
|
41
|
-
"aws-sdk-mock": "^
|
|
43
|
+
"aws-sdk-client-mock": "^4.1.0",
|
|
42
44
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
43
45
|
"oclif": "^4.22.44",
|
|
44
46
|
"ts-node": "^10.9.2",
|