airbyte-faros-destination 0.13.12 → 0.13.14
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.13.
|
|
3
|
+
"version": "0.13.14",
|
|
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.13.
|
|
40
|
-
"faros-airbyte-common": "0.13.
|
|
39
|
+
"faros-airbyte-cdk": "0.13.14",
|
|
40
|
+
"faros-airbyte-common": "0.13.14",
|
|
41
41
|
"faros-js-client": "^0.6.1",
|
|
42
42
|
"fs-extra": "^11.2.0",
|
|
43
43
|
"git-url-parse": "^13.1.0",
|
|
@@ -11,13 +11,6 @@
|
|
|
11
11
|
"const": "Jira",
|
|
12
12
|
"order": 0
|
|
13
13
|
},
|
|
14
|
-
"use_projects_as_boards": {
|
|
15
|
-
"type": "boolean",
|
|
16
|
-
"title": "Use Projects as Boards",
|
|
17
|
-
"description": "Deprecated: Use default behaviour (disabled) and sync Jira boards. When enabled, Jira project boards are not synced and each project has a single board with the project UID and all issues.",
|
|
18
|
-
"default": false,
|
|
19
|
-
"deprecated": true
|
|
20
|
-
},
|
|
21
14
|
"truncate_limit": {
|
|
22
15
|
"type": "integer",
|
|
23
16
|
"title": "Truncate Limit",
|