daeda-mcp 1.0.5 → 1.0.6

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "daeda-mcp",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "MCP server for HubSpot CRM data sync",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -25,8 +25,7 @@
25
25
  "daeda-mcp": "./dist/index.js"
26
26
  },
27
27
  "files": [
28
- "dist",
29
- "data/export_override.json"
28
+ "dist"
30
29
  ],
31
30
  "scripts": {
32
31
  "build": "tsc",
@@ -1,35 +0,0 @@
1
- {
2
- "skipExports": false,
3
- "exports": {
4
- "contacts": {
5
- "exportId": "155528961",
6
- "status": "synced",
7
- "error": null
8
- },
9
- "companies": {
10
- "exportId": "155528962",
11
- "status": "synced",
12
- "error": null
13
- },
14
- "deals": {
15
- "exportId": "155528963",
16
- "status": "synced",
17
- "error": null
18
- },
19
- "contact_company": {
20
- "exportId": "155528964",
21
- "status": "synced",
22
- "error": null
23
- },
24
- "deal_contact": {
25
- "exportId": "155528965",
26
- "status": "synced",
27
- "error": null
28
- },
29
- "deal_company": {
30
- "exportId": "155528966",
31
- "status": "synced",
32
- "error": null
33
- }
34
- }
35
- }