Skip to content

Commit f6c9479

Browse files
committed
Add v1-to-v2 Migration in sdk
1 parent fa1bc48 commit f6c9479

File tree

3 files changed

+3631
-2
lines changed

3 files changed

+3631
-2
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ node_modules
44
# TS build folder
55
build
66

7+
# Use this for testing the packed (`npm pack`) sdk locally
8+
temp
9+
710
.DS_Store
811

912
test-sdk.ts

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "@neynar/nodejs-sdk",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "SDK to interact with Neynar APIs (https://docs.neynar.com/reference/quickstart)",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",
77
"files": [
8-
"build/**/*"
8+
"build/**/*",
9+
"v1-to-v2-migration.md"
910
],
1011
"scripts": {
1112
"clean": "del-cli ./build/*",

0 commit comments

Comments
 (0)