Merge remote-tracking branch 'origin/master' into dev
This commit is contained in:
2
bin/utils/info.ts
vendored
2
bin/utils/info.ts
vendored
@@ -6,7 +6,7 @@ import chalk from 'chalk';
|
||||
// Generates an identifier based on the given URL.
|
||||
export function getIdentifier(url: string) {
|
||||
const postFixHash = crypto.createHash('md5').update(url).digest('hex').substring(0, 6);
|
||||
return `pake-${postFixHash}`;
|
||||
return `com.pake.${postFixHash}`;
|
||||
}
|
||||
|
||||
export async function promptText(message: string, initial?: string): Promise<string> {
|
||||
|
||||
Reference in New Issue
Block a user