-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #264 from internxt/clean_up
Rollback all kyber and argon2 changes
- Loading branch information
Showing
15 changed files
with
1,026 additions
and
898 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@internxt/sdk", | ||
"author": "Internxt <[email protected]>", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "An sdk for interacting with Internxt's services", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -28,20 +28,20 @@ | |
"devDependencies": { | ||
"@internxt/eslint-config-internxt": "^1.0.3", | ||
"@internxt/prettier-config": "^1.0.1", | ||
"@types/jest": "^29.5.14", | ||
"@types/sinon": "^17.0.3", | ||
"@types/uuid": "^10.0.0", | ||
"@types/jest": "^27.0.1", | ||
"@types/sinon": "^10.0.6", | ||
"@types/uuid": "^8.3.4", | ||
"eslint": "^7.32.0", | ||
"husky": "^9.1.6", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.3.3", | ||
"sinon": "^19.0.2", | ||
"ts-jest": "^29.2.5", | ||
"typescript": "^5.6.3" | ||
"husky": "^7.0.1", | ||
"jest": "^27.0.6", | ||
"prettier": "^2.3.2", | ||
"sinon": "^12.0.1", | ||
"ts-jest": "^27.0.5", | ||
"typescript": "^4.3.5" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.28.0", | ||
"axios": "^0.24.0", | ||
"query-string": "^7.1.0", | ||
"uuid": "^11.0.2" | ||
"uuid": "^8.3.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.