airbyte-faros-destination 0.2.4 → 0.2.5

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": "airbyte-faros-destination",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Faros Destination for Airbyte",
5
5
  "keywords": [
6
6
  "airbyte",
@@ -36,7 +36,7 @@
36
36
  "analytics-node": "^6.0.0",
37
37
  "axios": "^0.26.0",
38
38
  "date-format": "^4.0.6",
39
- "faros-airbyte-cdk": "0.2.4",
39
+ "faros-airbyte-cdk": "0.2.5",
40
40
  "faros-feeds-sdk": "^0.12.0",
41
41
  "fs-extra": "^10.0.0",
42
42
  "git-url-parse": "^11.6.0",
@@ -188,6 +188,9 @@
188
188
  },
189
189
  "work_additional_fields": {
190
190
  "type": "array",
191
+ "items": {
192
+ "type": "string"
193
+ },
191
194
  "title": "Work Additional Fields",
192
195
  "description": "Fields to save to tms_Task's additionalFields variable",
193
196
  "default": []