-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b897a2
commit 8c608e2
Showing
2 changed files
with
9 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
console.warn(` | ||
=========================================================== | ||
const message = ` | ||
============================================================================================= | ||
You have installed version 2.x.x of this SDK. | ||
Please follow the migration guide to update your usage: | ||
Migration Docs: https://docs.neynar.com/reference/neynar-nodejs-sdk-v1-to-v2-migration-guide | ||
=========================================================== | ||
`); | ||
============================================================================================= | ||
`; | ||
|
||
console.log("\x1b[33m%s\x1b[0m", message); |