cli-community-intelligence 0.1.7 → 0.1.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.
@@ -0,0 +1,19 @@
1
+ {
2
+ "id": "cli-community-intelligence",
3
+ "name": "Community Intelligence",
4
+ "description": "Scrape and query posts from online communities (Reddit, YouTube)",
5
+ "version": "0.1.8",
6
+ "contracts": {
7
+ "tools": [
8
+ "community-intelligence-scrape",
9
+ "community-intelligence-query",
10
+ "community-intelligence-status",
11
+ "community-intelligence-export"
12
+ ]
13
+ },
14
+ "configSchema": {
15
+ "type": "object",
16
+ "additionalProperties": false,
17
+ "properties": {}
18
+ }
19
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cli-community-intelligence",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Community intelligence scraper for construction industry market research",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",