File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @dashlane/cli" ,
3- "version" : " 6.2544.1 " ,
3+ "version" : " 6.2607.0 " ,
44 "description" : " Manage your Dashlane vault through a CLI tool" ,
55 "type" : " module" ,
66 "main" : " dist/index.cjs" ,
Original file line number Diff line number Diff line change 11import { CliVersion } from './types.js' ;
22
3- export const CLI_VERSION : CliVersion = { major : 6 , minor : 2544 , patch : 1 } ;
3+ export const CLI_VERSION : CliVersion = { major : 6 , minor : 2607 , patch : 0 } ;
44export const breakingChangesVersions : CliVersion [ ] = [ ] ;
55
66export const cliVersionToString = ( version : CliVersion ) : string => {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export const runTeamMcp = async () => {
1010 const enrolledTeamDeviceCredentials = getEnrolledTeamDeviceCredentials ( ) ;
1111
1212 const server = new McpServer ( {
13- name : 'Dashlane Password Manager - Team MPC ' ,
13+ name : 'Dashlane Password Manager - Team MCP ' ,
1414 version : cliVersionToString ( CLI_VERSION ) ,
1515 } ) ;
1616
You can’t perform that action at this time.
0 commit comments