@financial-times/cp-content-pipeline-schema 2.2.1 → 2.2.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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.2.2](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-schema-v2.2.1...cp-content-pipeline-schema-v2.2.2) (2024-03-07)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * retrieve indicators also when querying only a liveblogpost ([0c9da88](https://github.com/Financial-Times/cp-content-pipeline/commit/0c9da8885ec0b3052fbdd18ae3f77acf3c3582c3))
9
+
3
10
  ## [2.2.1](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-schema-v2.2.0...cp-content-pipeline-schema-v2.2.1) (2024-02-29)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/cp-content-pipeline-schema",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -579,6 +579,9 @@ fragment ArticleFields on Content {
579
579
  containedIn {
580
580
  ...PackageContainer
581
581
  }
582
+ indicators {
583
+ ...Indicators
584
+ }
582
585
  }
583
586
  ... on LiveBlogPackage {
584
587
  liveBlogPosts(includePinned: false) {