Skip to content

Commit

Permalink
2.0.0-alpha.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaschorge committed Nov 18, 2024
1 parent abfddbd commit 8bab4ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@neynar/nodejs-sdk",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"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/**/*",
"postinstall.js"
],
"scripts": {
"clean": "del-cli ./build/*",
Expand All @@ -17,7 +18,7 @@
"generate:hub-api:wrapper": "cross-env CLIENT_TYPE=hub-api ts-node -P tsconfig.scripts.json scripts/generate-wrapper.ts",
"generate:wrapper": "yarn generate:api:wrapper && yarn generate:hub-api:wrapper",
"generate:all": "yarn generate && yarn generate:wrapper",
"postinstall": "build/postinstall.js"
"postinstall": "postinstall.js"
},
"author": "Neynar",
"license": "MIT",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// "noResolve": true, /* Disallow 'import's, 'require's or '<reference>'s from expanding the number of files TypeScript should add to a project. */

/* JavaScript Support */
"allowJs": true /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */,
// "allowJs": true /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */,
// "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */
// "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */

Expand Down

0 comments on commit 8bab4ab

Please sign in to comment.