Skip to content

Commit

Permalink
Export isApiErrorResponse function
Browse files Browse the repository at this point in the history
Export isApiErrorResponse function
  • Loading branch information
Shreyaschorge authored Nov 17, 2023
2 parents bc25e52 + 1b64347 commit 3a98ff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neynar/nodejs-sdk",
"version": "0.11.2",
"version": "0.11.3",
"description": "SDK to interact with Neynar APIs (https://docs.neynar.com/)",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/neynar-api/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from "./neynar-api-client";
export * from "./utils";

0 comments on commit 3a98ff0

Please sign in to comment.