airbyte-faros-destination 0.11.11 → 0.11.13

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.11.11",
3
+ "version": "0.11.13",
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.11.11",
40
- "faros-airbyte-common": "0.11.11",
39
+ "faros-airbyte-cdk": "0.11.13",
40
+ "faros-airbyte-common": "0.11.13",
41
41
  "faros-js-client": "^0.5.2",
42
42
  "fs-extra": "^11.2.0",
43
43
  "git-url-parse": "^13.1.0",
@@ -9,12 +9,6 @@
9
9
  "source_type": {
10
10
  "type": "string",
11
11
  "const": "GitHub"
12
- },
13
- "sync_repo_issues": {
14
- "type": "boolean",
15
- "title": "Sync Repository Issues",
16
- "description": "Sync issues from repositories to write TMS models.",
17
- "default": false
18
12
  }
19
13
  }
20
14
  }