File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88[ ![ npm downloads] ( https://img.shields.io/npm/dm/api-qasim )] ( https://www.npmjs.com/package/api-qasim )
99[ ![ CI] ( https://github.com/GlobalTechInfo/api-qasim/actions/workflows/ci.yml/badge.svg )] ( https://github.com/GlobalTechInfo/api-qasim/actions/workflows/ci.yml )
1010
11- [ 📖 API Docs] ( https://globaltechinfo.github.io/api-qasim/docs/3x ) · [ 📦 npm] ( https://www.npmjs.com/package/api-qasim ) · [ 🐛 Issues] ( https://github.com/GlobalTechInfo/api-qasim/issues )
11+ [ 📖 API Docs] ( https://globaltechinfo.github.io/api-qasim ) · [ 📦 npm] ( https://www.npmjs.com/package/api-qasim ) · [ 🐛 Issues] ( https://github.com/GlobalTechInfo/api-qasim/issues )
1212
1313> ** You are viewing the ` 3.x ` legacy branch.**
1414> The latest version is ` 4.x ` with a different API surface — check its own documentation.
@@ -71,7 +71,7 @@ const { githubStalk, tiktokStalk } = require('api-qasim/social');
7171## API Reference
7272
7373Full auto-generated JSDoc documentation is available at:
74- ** https://globaltechinfo.github.io/api-qasim/docs/3x **
74+ ** https://globaltechinfo.github.io/api-qasim/ **
7575
7676### Media Downloaders
7777
Original file line number Diff line number Diff line change 6363 "docs" : " jsdoc -c jsdoc.config.json" ,
6464 "build" : " node scripts/build.js" ,
6565 "obfuscate" : " node scripts/obfuscate.js" ,
66- "prepublishOnly" : " npm run lint && npm run build && npm run obfuscate" ,
66+ "prepublishOnly" : " npm run build && npm run obfuscate" ,
6767 "release" : " npm run prepublishOnly && npm publish --tag 3x --provenance --access public" ,
6868 "test:filter" : " node tests/real.test.js --filter" ,
6969 "test:unit" : " node --experimental-vm-modules node_modules/.bin/jest --passWithNoTests"
9292 "access" : " public" ,
9393 "provenance" : true
9494 }
95- }
95+ }
You can’t perform that action at this time.
0 commit comments