@salesforce/plugin-release-management 4.6.3 → 4.7.1
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 +17 -17
- package/lib/commands/cli/releasenotes.js +2 -3
- package/lib/commands/cli/releasenotes.js.map +1 -1
- package/lib/package.d.ts +3 -7
- package/lib/package.js +27 -80
- package/lib/package.js.map +1 -1
- package/lib/repository.d.ts +0 -9
- package/lib/repository.js +0 -29
- package/lib/repository.js.map +1 -1
- package/messages/cli.release.build.md +1 -1
- package/npm-shrinkwrap.json +1110 -395
- package/oclif.manifest.json +2 -2
- package/package.json +4 -4
package/oclif.manifest.json
CHANGED
|
@@ -668,7 +668,7 @@
|
|
|
668
668
|
"<%= config.bin %> <%= command.id %> --start-from-github-ref f476e8e",
|
|
669
669
|
"<%= config.bin %> <%= command.id %> --start-from-github-ref main --prerelease beta",
|
|
670
670
|
"<%= config.bin %> <%= command.id %> --build-only",
|
|
671
|
-
"<%= config.bin %> <%= command.id %> --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3
|
|
671
|
+
"<%= config.bin %> <%= command.id %> --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3"
|
|
672
672
|
],
|
|
673
673
|
"flags": {
|
|
674
674
|
"json": {
|
|
@@ -1270,5 +1270,5 @@
|
|
|
1270
1270
|
]
|
|
1271
1271
|
}
|
|
1272
1272
|
},
|
|
1273
|
-
"version": "4.
|
|
1273
|
+
"version": "4.7.1"
|
|
1274
1274
|
}
|
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": "4.
|
|
4
|
+
"version": "4.7.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@salesforce/kit": "^3.0.15",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.0.63",
|
|
20
20
|
"@salesforce/plugin-trust": "^3.3.2",
|
|
21
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
21
|
+
"@salesforce/sf-plugins-core": "^7.1.4",
|
|
22
22
|
"@salesforce/ts-types": "^2.0.9",
|
|
23
23
|
"aws-sdk": "^2.1535.0",
|
|
24
24
|
"chalk": "^5.3.0",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"@types/semver": "^7.5.6",
|
|
40
40
|
"@types/shelljs": "^0.8.15",
|
|
41
41
|
"aws-sdk-mock": "^5.8.0",
|
|
42
|
-
"eslint-plugin-sf-plugin": "^1.17.
|
|
43
|
-
"oclif": "^4.3.
|
|
42
|
+
"eslint-plugin-sf-plugin": "^1.17.2",
|
|
43
|
+
"oclif": "^4.3.6",
|
|
44
44
|
"shx": "0.3.4",
|
|
45
45
|
"ts-node": "^10.9.2",
|
|
46
46
|
"typescript": "^5.3.3"
|