@ckeditor/ckeditor5-dev-release-tools 40.3.1 → 40.4.0
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.
|
@@ -26,7 +26,7 @@ module.exports = async function verifyPackagesPublishedCorrectly( options ) {
|
|
|
26
26
|
const errors = [];
|
|
27
27
|
|
|
28
28
|
if ( !packagesToVerify.length ) {
|
|
29
|
-
onSuccess( '
|
|
29
|
+
onSuccess( 'No packages found to check for upload error 409.' );
|
|
30
30
|
|
|
31
31
|
return;
|
|
32
32
|
}
|
|
@@ -51,5 +51,5 @@ module.exports = async function verifyPackagesPublishedCorrectly( options ) {
|
|
|
51
51
|
throw new Error( 'Packages that were uploaded incorrectly, and need manual verification:\n' + errors.join( '\n' ) );
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
onSuccess( '
|
|
54
|
+
onSuccess( 'All packages that returned 409 were uploaded correctly.' );
|
|
55
55
|
};
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-dev-release-tools",
|
|
3
|
-
"version": "40.
|
|
3
|
+
"version": "40.4.0",
|
|
4
4
|
"description": "Tools used for releasing CKEditor 5 and related packages.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@ckeditor/ckeditor5-dev-utils": "^40.
|
|
8
|
+
"@ckeditor/ckeditor5-dev-utils": "^40.4.0",
|
|
9
9
|
"@octokit/rest": "^19.0.0",
|
|
10
10
|
"chalk": "^4.0.0",
|
|
11
11
|
"cli-table": "^0.3.1",
|