@gravity-platform/ingest 1.1.3 → 1.1.4
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/CHANGELOG.md +6 -0
- package/package.json +19 -2
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravity-platform/ingest",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "Data ingestion nodes for Gravity workflow system",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -51,6 +51,23 @@
|
|
|
51
51
|
"typescript": "^5.0.0"
|
|
52
52
|
},
|
|
53
53
|
"gravity": {
|
|
54
|
-
"logoUrl": "https://res.cloudinary.com/sonik/image/upload/v1775374180/gravity/icons/apollo.jpg"
|
|
54
|
+
"logoUrl": "https://res.cloudinary.com/sonik/image/upload/v1775374180/gravity/icons/apollo.jpg",
|
|
55
|
+
"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"
|
|
71
|
+
]
|
|
55
72
|
}
|
|
56
73
|
}
|