@aikeytake/social-automation 2.0.7 → 2.0.8

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/package.json +1 -1
  2. package/src/index.js +0 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aikeytake/social-automation",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "Content research and aggregation tool for AI agents",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
package/src/index.js CHANGED
@@ -17,11 +17,6 @@ const defaultConfig = require('../config/sources.json');
17
17
  const __dirname = path.dirname(fileURLToPath(import.meta.url));
18
18
  const logger = createLogger('Main');
19
19
 
20
- dotenv.config();
21
-
22
- const __dirname = path.dirname(fileURLToPath(import.meta.url));
23
- const logger = createLogger('Main');
24
-
25
20
  /**
26
21
  * Scrape function - exports for library use.
27
22
  * @param {Object} options