File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -8,22 +8,10 @@ function noticePlugin(_client: APIClient, clientOptions: Options): void {
88
99 if ( ! notice ) return
1010
11- console . log (
12- `\x1b[43m\x1b[30m %s \x1b[0m\x1b[33m %s \x1b[0m` ,
13- `BITBUCKET CLOUD API CHANGING NOTICE:` ,
14- `https://developer.atlassian.com/cloud/bitbucket/bitbucket-api-changes-gdpr`
15- )
16-
1711 console . log (
1812 '\x1b[46m\x1b[30m %s \x1b[0m\x1b[36m %s \x1b[0m' ,
19- `BITBUCKET CLOUD API MIGRATION GUIDE:` ,
20- `https://developer.atlassian.com/cloud/bitbucket/bbc-gdpr-api-migration-guide`
21- )
22-
23- console . log (
24- '\x1b[45m\x1b[30m %s \x1b[0m\x1b[35m %s \x1b[0m' ,
25- `BITBUCKET CLOUD API REPO URL CHANGE:` ,
26- `https://developer.atlassian.com/cloud/bitbucket/bitbucket-api-changes-workspaces`
13+ `BITBUCKET CLOUD API LATEST UPDATES:` ,
14+ `https://developer.atlassian.com/cloud/bitbucket`
2715 )
2816}
2917
You can’t perform that action at this time.
0 commit comments