Skip to content

Commit

Permalink
Add v1-to-v2 Migration in sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaschorge committed Nov 22, 2024
1 parent fa1bc48 commit f6c9479
Show file tree
Hide file tree
Showing 3 changed files with 3,631 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ node_modules
# TS build folder
build

# Use this for testing the packed (`npm pack`) sdk locally
temp

.DS_Store

test-sdk.ts
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@neynar/nodejs-sdk",
"version": "2.0.2",
"version": "2.0.3",
"description": "SDK to interact with Neynar APIs (https://docs.neynar.com/reference/quickstart)",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"files": [
"build/**/*"
"build/**/*",
"v1-to-v2-migration.md"
],
"scripts": {
"clean": "del-cli ./build/*",
Expand Down
Loading

0 comments on commit f6c9479

Please sign in to comment.