almtools 2.0.3 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -8,7 +8,7 @@ const {
8
8
  snackvideo,
9
9
  capcut
10
10
  } = require("./lib/tools.js")
11
- const { generateQC } = require("./lib/qc.js")
11
+ const generateQC = require("./lib/qc.js")
12
12
 
13
13
  module.exports.tiktok = tiktok
14
14
  module.exports.spotify = spotify
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"almtools","version":"2.0.3","description":"Tools Downloader For WhatsApp Bot","main":"index.js","scripts":{"starts":"node index.js"},"keywords":["media","downloader","tools"],"author":"Nezzx","license":"MIT","dependencies":{"axios":"^1.7.3","cheerio":"^1.0.0","qs":"^6.13.0","canvas":"^3.1.0"}}
1
+ {"name":"almtools","version":"2.0.4","description":"Tools Downloader For WhatsApp Bot","main":"index.js","scripts":{"starts":"node index.js"},"keywords":["media","downloader","tools"],"author":"Nezzx","license":"MIT","dependencies":{"axios":"^1.7.3","cheerio":"^1.0.0","qs":"^6.13.0","canvas":"^3.1.0"}}