@salesforce/plugin-release-management 5.7.73-jf4.0 → 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/repository.js +2 -2
- package/lib/repository.js.map +1 -1
- package/npm-shrinkwrap.json +3158 -1556
- package/oclif.lock +1101 -778
- package/oclif.manifest.json +56 -56
- package/package.json +3 -3
package/oclif.manifest.json
CHANGED
|
@@ -1187,61 +1187,6 @@
|
|
|
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
|
-
},
|
|
1245
1190
|
"npm:package:release": {
|
|
1246
1191
|
"aliases": [],
|
|
1247
1192
|
"args": {},
|
|
@@ -1388,7 +1333,62 @@
|
|
|
1388
1333
|
"jit",
|
|
1389
1334
|
"test.js"
|
|
1390
1335
|
]
|
|
1336
|
+
},
|
|
1337
|
+
"npm:dependencies:pin": {
|
|
1338
|
+
"aliases": [],
|
|
1339
|
+
"args": {},
|
|
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",
|
|
1341
|
+
"flags": {
|
|
1342
|
+
"json": {
|
|
1343
|
+
"description": "Format output as json.",
|
|
1344
|
+
"helpGroup": "GLOBAL",
|
|
1345
|
+
"name": "json",
|
|
1346
|
+
"allowNo": false,
|
|
1347
|
+
"type": "boolean"
|
|
1348
|
+
},
|
|
1349
|
+
"flags-dir": {
|
|
1350
|
+
"helpGroup": "GLOBAL",
|
|
1351
|
+
"name": "flags-dir",
|
|
1352
|
+
"summary": "Import flag values from a directory.",
|
|
1353
|
+
"hasDynamicHelp": false,
|
|
1354
|
+
"multiple": false,
|
|
1355
|
+
"type": "option"
|
|
1356
|
+
},
|
|
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",
|
|
1369
|
+
"hasDynamicHelp": false,
|
|
1370
|
+
"multiple": false,
|
|
1371
|
+
"type": "option"
|
|
1372
|
+
}
|
|
1373
|
+
},
|
|
1374
|
+
"hasDynamicHelp": false,
|
|
1375
|
+
"hiddenAliases": [],
|
|
1376
|
+
"id": "npm:dependencies:pin",
|
|
1377
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1378
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
1379
|
+
"pluginType": "core",
|
|
1380
|
+
"strict": true,
|
|
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",
|
|
1382
|
+
"enableJsonFlag": true,
|
|
1383
|
+
"isESM": true,
|
|
1384
|
+
"relativePath": [
|
|
1385
|
+
"lib",
|
|
1386
|
+
"commands",
|
|
1387
|
+
"npm",
|
|
1388
|
+
"dependencies",
|
|
1389
|
+
"pin.js"
|
|
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",
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
"@smithy/node-http-handler": "^4.4.5",
|
|
25
25
|
"@smithy/types": "^4.8.1",
|
|
26
26
|
"chalk": "^5.6.0",
|
|
27
|
+
"commit-and-tag-version": "^12.6.0",
|
|
27
28
|
"fast-glob": "^3.3.3",
|
|
28
29
|
"got": "^13",
|
|
29
30
|
"just-diff": "^5.2.0",
|
|
30
31
|
"proxy-agent": "^6.4.0",
|
|
31
32
|
"semver": "^7.7.2",
|
|
32
33
|
"shelljs": "^0.10.0",
|
|
33
|
-
"standard-version": "^9.5.0",
|
|
34
34
|
"strip-ansi": "^6",
|
|
35
35
|
"yarn-deduplicate": "^6.0.2"
|
|
36
36
|
},
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@types/shelljs": "^0.8.17",
|
|
43
43
|
"aws-sdk-client-mock": "^4.1.0",
|
|
44
44
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
45
|
-
"oclif": "^4.22.
|
|
45
|
+
"oclif": "^4.22.44",
|
|
46
46
|
"ts-node": "^10.9.2",
|
|
47
47
|
"typescript": "^5.9.3"
|
|
48
48
|
},
|