airbyte-faros-destination 0.12.0 → 0.12.2

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.12.0",
3
+ "version": "0.12.2",
4
4
  "description": "Faros Destination for Airbyte",
5
5
  "keywords": [
6
6
  "airbyte",
@@ -36,8 +36,8 @@
36
36
  "@segment/analytics-node": "^2.0.0",
37
37
  "axios": "^1.7.4",
38
38
  "date-format": "^4.0.6",
39
- "faros-airbyte-cdk": "0.12.0",
40
- "faros-airbyte-common": "0.12.0",
39
+ "faros-airbyte-cdk": "0.12.2",
40
+ "faros-airbyte-common": "0.12.2",
41
41
  "faros-js-client": "^0.5.2",
42
42
  "fs-extra": "^11.2.0",
43
43
  "git-url-parse": "^13.1.0",
@@ -37,15 +37,6 @@
37
37
  "title": "Additional Fields Array Limit",
38
38
  "description": "Truncates an additional field's array value to the given length.",
39
39
  "default": 50
40
- },
41
- "source_qualifier": {
42
- "order": 37,
43
- "type": "string",
44
- "title": "Source Qualifier",
45
- "description": "The qualifier to append as a suffix to the Jira source name to ensure uniqueness among entities with similar IDs when syncing multiple Jira instances, while preserving their original IDs, e.g. for Boards and Sprints.",
46
- "examples": [
47
- "Instance2"
48
- ]
49
40
  }
50
41
  }
51
42
  }