@gravity-platform/ingest 1.1.4 → 1.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +134 -17
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @gravity-platform/ingest
2
2
 
3
+ ## 1.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - bump
8
+
9
+ ## 1.1.5
10
+
11
+ ### Patch Changes
12
+
13
+ - Add rich marketplace metadata to all packages: displayName, category, features list, node descriptions with type/MCP info, and credential requirements for the unified Package Marketplace UI
14
+
3
15
  ## 1.1.4
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-platform/ingest",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
4
4
  "description": "Data ingestion nodes for Gravity workflow system",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -33,7 +33,6 @@
33
33
  "access": "public"
34
34
  },
35
35
  "dependencies": {
36
- "@gravity-platform/plugin-base": "*",
37
36
  "pdf-parse": "^1.1.1",
38
37
  "mammoth": "^1.6.0",
39
38
  "jschardet": "^3.1.3",
@@ -51,23 +50,141 @@
51
50
  "typescript": "^5.0.0"
52
51
  },
53
52
  "gravity": {
53
+ "displayName": "Ingest",
54
+ "category": "ingest",
54
55
  "logoUrl": "https://res.cloudinary.com/sonik/image/upload/v1775374180/gravity/icons/apollo.jpg",
55
56
  "nodes": [
56
- "Abyssale",
57
- "Apify Results",
58
- "Apify Starter",
59
- "Apollo Company",
60
- "Apollo Company Enrich",
61
- "Apollo People",
62
- "Apollo People Enrich",
63
- "Document",
64
- "Document Parser",
65
- "ElevenLabs TTS",
66
- "Google Sheet",
67
- "Hyperbrowser",
68
- "Plaid Transactions",
69
- "Search Web",
70
- "Spatial Ingest"
57
+ {
58
+ "name": "Abyssale",
59
+ "type": "PromiseNode",
60
+ "description": "Generate dynamic images and banners via Abyssale templates",
61
+ "category": "Output",
62
+ "mcp": false
63
+ },
64
+ {
65
+ "name": "Apify Results",
66
+ "type": "CallbackNode",
67
+ "description": "Stream results from Apify actor runs with pagination",
68
+ "category": "Ingest",
69
+ "mcp": false
70
+ },
71
+ {
72
+ "name": "Apify Starter",
73
+ "type": "PromiseNode",
74
+ "description": "Launch Apify web scraping actors with custom configuration",
75
+ "category": "Ingest",
76
+ "mcp": false
77
+ },
78
+ {
79
+ "name": "Apollo Company",
80
+ "type": "PromiseNode",
81
+ "description": "Search companies in Apollo.io by domain, industry, or keywords",
82
+ "category": "Ingest",
83
+ "mcp": false
84
+ },
85
+ {
86
+ "name": "Apollo Company Enrich",
87
+ "type": "PromiseNode",
88
+ "description": "Enrich company data with full Apollo.io profiles",
89
+ "category": "Ingest",
90
+ "mcp": false
91
+ },
92
+ {
93
+ "name": "Apollo People",
94
+ "type": "PromiseNode",
95
+ "description": "Search contacts in Apollo.io by title, company, or filters",
96
+ "category": "Ingest",
97
+ "mcp": false
98
+ },
99
+ {
100
+ "name": "Apollo People Enrich",
101
+ "type": "PromiseNode",
102
+ "description": "Enrich contact data with emails and full Apollo.io profiles",
103
+ "category": "Ingest",
104
+ "mcp": false
105
+ },
106
+ {
107
+ "name": "Document",
108
+ "type": "PromiseNode",
109
+ "description": "Load documents from URLs or file paths for processing",
110
+ "category": "Ingest",
111
+ "mcp": false
112
+ },
113
+ {
114
+ "name": "Document Parser",
115
+ "type": "PromiseNode",
116
+ "description": "Extract text from PDF, DOCX, and other document formats",
117
+ "category": "Ingest",
118
+ "mcp": false
119
+ },
120
+ {
121
+ "name": "ElevenLabs TTS",
122
+ "type": "PromiseNode",
123
+ "description": "Convert text to speech with ElevenLabs voice cloning",
124
+ "category": "AI",
125
+ "mcp": false
126
+ },
127
+ {
128
+ "name": "Google Sheet",
129
+ "type": "PromiseNode",
130
+ "description": "Read and write data to Google Sheets spreadsheets",
131
+ "category": "Ingest",
132
+ "mcp": false
133
+ },
134
+ {
135
+ "name": "Hyperbrowser",
136
+ "type": "PromiseNode",
137
+ "description": "Scrape web pages with headless browser and JavaScript rendering",
138
+ "category": "Ingest",
139
+ "mcp": false
140
+ },
141
+ {
142
+ "name": "Plaid Transactions",
143
+ "type": "PromiseNode",
144
+ "description": "Fetch financial transactions via Plaid banking API",
145
+ "category": "Ingest",
146
+ "mcp": false
147
+ },
148
+ {
149
+ "name": "Search Web",
150
+ "type": "PromiseNode",
151
+ "description": "Search the web and return structured results",
152
+ "category": "Ingest",
153
+ "mcp": false
154
+ },
155
+ {
156
+ "name": "Spatial Ingest",
157
+ "type": "PromiseNode",
158
+ "description": "Ingest content into the Spatial 3D search index with embeddings",
159
+ "category": "Ingest",
160
+ "mcp": false
161
+ }
162
+ ],
163
+ "features": [
164
+ "Web scraping (Apify/Hyperbrowser)",
165
+ "Document parsing (PDF/DOCX)",
166
+ "Apollo.io people & company search",
167
+ "Google Sheets integration",
168
+ "Financial data (Plaid)",
169
+ "Text-to-speech (ElevenLabs)",
170
+ "Spatial index ingestion"
171
+ ],
172
+ "credentials": [
173
+ {
174
+ "name": "Apify Token",
175
+ "type": "apifyToken",
176
+ "required": false,
177
+ "description": "API token from console.apify.com"
178
+ },
179
+ {
180
+ "name": "Apollo API Key",
181
+ "type": "apolloApiKey",
182
+ "required": false,
183
+ "description": "API key from app.apollo.io"
184
+ }
71
185
  ]
186
+ },
187
+ "peerDependencies": {
188
+ "@gravity-platform/plugin-base": ">=1.0.0"
72
189
  }
73
190
  }