@salesforce/plugin-release-management 5.7.73 → 5.7.75

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.
@@ -1126,61 +1126,6 @@
1126
1126
  "inspect.js"
1127
1127
  ]
1128
1128
  },
1129
- "npm:dependencies:pin": {
1130
- "aliases": [],
1131
- "args": {},
1132
- "description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1133
- "flags": {
1134
- "json": {
1135
- "description": "Format output as json.",
1136
- "helpGroup": "GLOBAL",
1137
- "name": "json",
1138
- "allowNo": false,
1139
- "type": "boolean"
1140
- },
1141
- "flags-dir": {
1142
- "helpGroup": "GLOBAL",
1143
- "name": "flags-dir",
1144
- "summary": "Import flag values from a directory.",
1145
- "hasDynamicHelp": false,
1146
- "multiple": false,
1147
- "type": "option"
1148
- },
1149
- "dryrun": {
1150
- "char": "d",
1151
- "name": "dryrun",
1152
- "summary": "If true, will not make any changes to the package.json",
1153
- "allowNo": false,
1154
- "type": "boolean"
1155
- },
1156
- "tag": {
1157
- "char": "t",
1158
- "name": "tag",
1159
- "summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
1160
- "default": "latest",
1161
- "hasDynamicHelp": false,
1162
- "multiple": false,
1163
- "type": "option"
1164
- }
1165
- },
1166
- "hasDynamicHelp": false,
1167
- "hiddenAliases": [],
1168
- "id": "npm:dependencies:pin",
1169
- "pluginAlias": "@salesforce/plugin-release-management",
1170
- "pluginName": "@salesforce/plugin-release-management",
1171
- "pluginType": "core",
1172
- "strict": true,
1173
- "summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1174
- "enableJsonFlag": true,
1175
- "isESM": true,
1176
- "relativePath": [
1177
- "lib",
1178
- "commands",
1179
- "npm",
1180
- "dependencies",
1181
- "pin.js"
1182
- ]
1183
- },
1184
1129
  "npm:package:release": {
1185
1130
  "aliases": [],
1186
1131
  "args": {},
@@ -1278,6 +1223,61 @@
1278
1223
  "release.js"
1279
1224
  ]
1280
1225
  },
1226
+ "npm:dependencies:pin": {
1227
+ "aliases": [],
1228
+ "args": {},
1229
+ "description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1230
+ "flags": {
1231
+ "json": {
1232
+ "description": "Format output as json.",
1233
+ "helpGroup": "GLOBAL",
1234
+ "name": "json",
1235
+ "allowNo": false,
1236
+ "type": "boolean"
1237
+ },
1238
+ "flags-dir": {
1239
+ "helpGroup": "GLOBAL",
1240
+ "name": "flags-dir",
1241
+ "summary": "Import flag values from a directory.",
1242
+ "hasDynamicHelp": false,
1243
+ "multiple": false,
1244
+ "type": "option"
1245
+ },
1246
+ "dryrun": {
1247
+ "char": "d",
1248
+ "name": "dryrun",
1249
+ "summary": "If true, will not make any changes to the package.json",
1250
+ "allowNo": false,
1251
+ "type": "boolean"
1252
+ },
1253
+ "tag": {
1254
+ "char": "t",
1255
+ "name": "tag",
1256
+ "summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
1257
+ "default": "latest",
1258
+ "hasDynamicHelp": false,
1259
+ "multiple": false,
1260
+ "type": "option"
1261
+ }
1262
+ },
1263
+ "hasDynamicHelp": false,
1264
+ "hiddenAliases": [],
1265
+ "id": "npm:dependencies:pin",
1266
+ "pluginAlias": "@salesforce/plugin-release-management",
1267
+ "pluginName": "@salesforce/plugin-release-management",
1268
+ "pluginType": "core",
1269
+ "strict": true,
1270
+ "summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1271
+ "enableJsonFlag": true,
1272
+ "isESM": true,
1273
+ "relativePath": [
1274
+ "lib",
1275
+ "commands",
1276
+ "npm",
1277
+ "dependencies",
1278
+ "pin.js"
1279
+ ]
1280
+ },
1281
1281
  "github:check:closed": {
1282
1282
  "aliases": [],
1283
1283
  "args": {},
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.7.73"
1393
+ "version": "5.7.75"
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.75",
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.940.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
- "aws-sdk": "^2.1692.0",
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,9 +40,9 @@
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": "^5.9.0",
43
+ "aws-sdk-client-mock": "^4.1.0",
42
44
  "eslint-plugin-sf-plugin": "^1.20.33",
43
- "oclif": "^4.22.44",
45
+ "oclif": "^4.22.47",
44
46
  "ts-node": "^10.9.2",
45
47
  "typescript": "^5.9.3"
46
48
  },