airbyte-faros-destination 0.13.10 → 0.13.11

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.10",
3
+ "version": "0.13.11",
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.10",
40
- "faros-airbyte-common": "0.13.10",
39
+ "faros-airbyte-cdk": "0.13.11",
40
+ "faros-airbyte-common": "0.13.11",
41
41
  "faros-js-client": "^0.6.1",
42
42
  "fs-extra": "^11.2.0",
43
43
  "git-url-parse": "^13.1.0",
@@ -11,11 +11,12 @@
11
11
  "const": "Jira",
12
12
  "order": 0
13
13
  },
14
- "use_board_ownership": {
14
+ "use_projects_as_boards": {
15
15
  "type": "boolean",
16
- "title": "Use Board Ownership",
17
- "description": "Use Jira boards for assigning owners of tasks, or use projects.",
18
- "default": true
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
19
20
  },
20
21
  "truncate_limit": {
21
22
  "type": "integer",