@salesforce/plugin-release-management 5.7.54 → 5.7.56
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/npm-shrinkwrap.json +1419 -765
- package/oclif.lock +1059 -774
- package/oclif.manifest.json +56 -56
- package/package.json +5 -5
package/oclif.manifest.json
CHANGED
|
@@ -1187,6 +1187,61 @@
|
|
|
1187
1187
|
"closed.js"
|
|
1188
1188
|
]
|
|
1189
1189
|
},
|
|
1190
|
+
"npm:dependencies:pin": {
|
|
1191
|
+
"aliases": [],
|
|
1192
|
+
"args": {},
|
|
1193
|
+
"description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
|
|
1194
|
+
"flags": {
|
|
1195
|
+
"json": {
|
|
1196
|
+
"description": "Format output as json.",
|
|
1197
|
+
"helpGroup": "GLOBAL",
|
|
1198
|
+
"name": "json",
|
|
1199
|
+
"allowNo": false,
|
|
1200
|
+
"type": "boolean"
|
|
1201
|
+
},
|
|
1202
|
+
"flags-dir": {
|
|
1203
|
+
"helpGroup": "GLOBAL",
|
|
1204
|
+
"name": "flags-dir",
|
|
1205
|
+
"summary": "Import flag values from a directory.",
|
|
1206
|
+
"hasDynamicHelp": false,
|
|
1207
|
+
"multiple": false,
|
|
1208
|
+
"type": "option"
|
|
1209
|
+
},
|
|
1210
|
+
"dryrun": {
|
|
1211
|
+
"char": "d",
|
|
1212
|
+
"name": "dryrun",
|
|
1213
|
+
"summary": "If true, will not make any changes to the package.json",
|
|
1214
|
+
"allowNo": false,
|
|
1215
|
+
"type": "boolean"
|
|
1216
|
+
},
|
|
1217
|
+
"tag": {
|
|
1218
|
+
"char": "t",
|
|
1219
|
+
"name": "tag",
|
|
1220
|
+
"summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
|
|
1221
|
+
"default": "latest",
|
|
1222
|
+
"hasDynamicHelp": false,
|
|
1223
|
+
"multiple": false,
|
|
1224
|
+
"type": "option"
|
|
1225
|
+
}
|
|
1226
|
+
},
|
|
1227
|
+
"hasDynamicHelp": false,
|
|
1228
|
+
"hiddenAliases": [],
|
|
1229
|
+
"id": "npm:dependencies:pin",
|
|
1230
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1231
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
1232
|
+
"pluginType": "core",
|
|
1233
|
+
"strict": true,
|
|
1234
|
+
"summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
|
|
1235
|
+
"enableJsonFlag": true,
|
|
1236
|
+
"isESM": true,
|
|
1237
|
+
"relativePath": [
|
|
1238
|
+
"lib",
|
|
1239
|
+
"commands",
|
|
1240
|
+
"npm",
|
|
1241
|
+
"dependencies",
|
|
1242
|
+
"pin.js"
|
|
1243
|
+
]
|
|
1244
|
+
},
|
|
1190
1245
|
"npm:package:release": {
|
|
1191
1246
|
"aliases": [],
|
|
1192
1247
|
"args": {},
|
|
@@ -1284,61 +1339,6 @@
|
|
|
1284
1339
|
"release.js"
|
|
1285
1340
|
]
|
|
1286
1341
|
},
|
|
1287
|
-
"npm:dependencies:pin": {
|
|
1288
|
-
"aliases": [],
|
|
1289
|
-
"args": {},
|
|
1290
|
-
"description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
|
|
1291
|
-
"flags": {
|
|
1292
|
-
"json": {
|
|
1293
|
-
"description": "Format output as json.",
|
|
1294
|
-
"helpGroup": "GLOBAL",
|
|
1295
|
-
"name": "json",
|
|
1296
|
-
"allowNo": false,
|
|
1297
|
-
"type": "boolean"
|
|
1298
|
-
},
|
|
1299
|
-
"flags-dir": {
|
|
1300
|
-
"helpGroup": "GLOBAL",
|
|
1301
|
-
"name": "flags-dir",
|
|
1302
|
-
"summary": "Import flag values from a directory.",
|
|
1303
|
-
"hasDynamicHelp": false,
|
|
1304
|
-
"multiple": false,
|
|
1305
|
-
"type": "option"
|
|
1306
|
-
},
|
|
1307
|
-
"dryrun": {
|
|
1308
|
-
"char": "d",
|
|
1309
|
-
"name": "dryrun",
|
|
1310
|
-
"summary": "If true, will not make any changes to the package.json",
|
|
1311
|
-
"allowNo": false,
|
|
1312
|
-
"type": "boolean"
|
|
1313
|
-
},
|
|
1314
|
-
"tag": {
|
|
1315
|
-
"char": "t",
|
|
1316
|
-
"name": "tag",
|
|
1317
|
-
"summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
|
|
1318
|
-
"default": "latest",
|
|
1319
|
-
"hasDynamicHelp": false,
|
|
1320
|
-
"multiple": false,
|
|
1321
|
-
"type": "option"
|
|
1322
|
-
}
|
|
1323
|
-
},
|
|
1324
|
-
"hasDynamicHelp": false,
|
|
1325
|
-
"hiddenAliases": [],
|
|
1326
|
-
"id": "npm:dependencies:pin",
|
|
1327
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1328
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
1329
|
-
"pluginType": "core",
|
|
1330
|
-
"strict": true,
|
|
1331
|
-
"summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
|
|
1332
|
-
"enableJsonFlag": true,
|
|
1333
|
-
"isESM": true,
|
|
1334
|
-
"relativePath": [
|
|
1335
|
-
"lib",
|
|
1336
|
-
"commands",
|
|
1337
|
-
"npm",
|
|
1338
|
-
"dependencies",
|
|
1339
|
-
"pin.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.
|
|
1393
|
+
"version": "5.7.56"
|
|
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.56",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"@octokit/plugin-paginate-rest": "^11.6.0",
|
|
15
15
|
"@octokit/plugin-throttling": "^9.6.1",
|
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
17
|
-
"@salesforce/core": "^8.
|
|
17
|
+
"@salesforce/core": "^8.21.2",
|
|
18
18
|
"@salesforce/kit": "^3.2.0",
|
|
19
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
19
|
+
"@salesforce/plugin-command-reference": "^3.1.65",
|
|
20
20
|
"@salesforce/plugin-trust": "^3.7.89",
|
|
21
21
|
"@salesforce/sf-plugins-core": "^12.2.4",
|
|
22
22
|
"@salesforce/ts-types": "^2.0.10",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"@types/semver": "^7.7.0",
|
|
40
40
|
"@types/shelljs": "^0.8.17",
|
|
41
41
|
"aws-sdk-mock": "^5.9.0",
|
|
42
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
43
|
-
"oclif": "^4.22.
|
|
42
|
+
"eslint-plugin-sf-plugin": "^1.20.31",
|
|
43
|
+
"oclif": "^4.22.12",
|
|
44
44
|
"ts-node": "^10.9.2",
|
|
45
45
|
"typescript": "^5.9.2"
|
|
46
46
|
},
|