Skip to content

Commit

Permalink
fix names in UserSettings and up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaraFinogina committed Jan 14, 2025
1 parent dda052c commit 9ec5232
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@internxt/sdk",
"author": "Internxt <[email protected]>",
"version": "1.9.2",
"version": "1.9.3",
"description": "An sdk for interacting with Internxt's services",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/shared/types/userSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ export interface UserSettings {
keys: {
ecc: {
publicKey: string;
privateKeyEncrypted: string;
privateKey: string;
}
kyber: {
publicKey: string;
privateKeyEncrypted: string;
privateKey: string;
}
}
teams?: boolean;
Expand Down

0 comments on commit 9ec5232

Please sign in to comment.