@financial-times/cp-content-pipeline-client 0.2.4 → 0.2.6
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 +29 -0
- package/lib/generated/index.d.ts +8881 -59
- package/lib/generated/index.js +41 -15
- package/lib/generated/index.js.map +1 -1
- package/package.json +2 -2
- package/queries/article.graphql +35 -12
- package/src/generated/index.ts +214 -19
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -12,6 +12,35 @@
|
|
|
12
12
|
* devDependencies
|
|
13
13
|
* @financial-times/cp-content-pipeline-schema bumped from ^0.3.0 to ^0.3.1
|
|
14
14
|
|
|
15
|
+
## [0.2.6](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-client-v0.2.5...cp-content-pipeline-client-v0.2.6) (2022-10-24)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* add basic live blog implementation ([e764361](https://github.com/Financial-Times/cp-content-pipeline/commit/e764361a1a607e951d5766b1658ba596b8dc1679))
|
|
21
|
+
* render liveblog indicator on toppers ([5d16110](https://github.com/Financial-Times/cp-content-pipeline/commit/5d161100f0d42a777cdee0b6d21314dbdbb54850))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Dependencies
|
|
25
|
+
|
|
26
|
+
* The following workspace dependencies were updated
|
|
27
|
+
* devDependencies
|
|
28
|
+
* @financial-times/cp-content-pipeline-schema bumped from ^0.3.2 to ^0.3.3
|
|
29
|
+
|
|
30
|
+
## [0.2.5](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-client-v0.2.4...cp-content-pipeline-client-v0.2.5) (2022-10-18)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Features
|
|
34
|
+
|
|
35
|
+
* add tag class for Tweets and basic blockquote ([e5f525a](https://github.com/Financial-Times/cp-content-pipeline/commit/e5f525ac3c89128332852a79e1a580505f1741d0))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Dependencies
|
|
39
|
+
|
|
40
|
+
* The following workspace dependencies were updated
|
|
41
|
+
* devDependencies
|
|
42
|
+
* @financial-times/cp-content-pipeline-schema bumped from ^0.3.1 to ^0.3.2
|
|
43
|
+
|
|
15
44
|
## [0.2.3](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-client-v0.2.2...cp-content-pipeline-client-v0.2.3) (2022-10-11)
|
|
16
45
|
|
|
17
46
|
|