Skip to content

Commit

Permalink
Merge pull request #270 from internxt/chore/fix_names_in_UserSettings
Browse files Browse the repository at this point in the history
fix names in UserSettings and up the version
  • Loading branch information
TamaraFinogina authored Jan 14, 2025
2 parents dda052c + 9ec5232 commit 37a8010
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 37a8010

Please sign in to comment.