@financial-times/cp-content-pipeline-client 0.6.16 → 0.6.17
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 +22 -0
- package/lib/generated/index.d.ts +22775 -4103
- package/lib/generated/index.js +67 -6
- package/lib/generated/index.js.map +1 -1
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/schema-version.d.ts +1 -1
- package/lib/schema-version.js +1 -1
- package/package.json +3 -3
- package/queries/article.graphql +58 -1
- package/src/generated/index.ts +126 -38
- package/src/index.ts +1 -0
- package/src/schema-version.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -180,6 +180,28 @@
|
|
|
180
180
|
* devDependencies
|
|
181
181
|
* @financial-times/cp-content-pipeline-schema bumped from ^0.7.14 to ^0.7.15
|
|
182
182
|
|
|
183
|
+
## [0.6.17](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-client-v0.6.16...cp-content-pipeline-client-v0.6.17) (2023-07-17)
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
### Features
|
|
187
|
+
|
|
188
|
+
* add a user-agent header to the client to help debugging ([b09b1b2](https://github.com/Financial-Times/cp-content-pipeline/commit/b09b1b27d6c8e8f45cbaef1f18ab063f6d183bf0))
|
|
189
|
+
* add scrolly image breakpoints to query ([78236ee](https://github.com/Financial-Times/cp-content-pipeline/commit/78236ee0d191264e776e49df0f7fcb21e06a261a))
|
|
190
|
+
* parse imagesets in scrolly sections as scrolly images and add reference for them ([9cd5efa](https://github.com/Financial-Times/cp-content-pipeline/commit/9cd5efa91545777f7c6e3d51abb7dae8a383e2a1))
|
|
191
|
+
* provide audio media field on API ([961a356](https://github.com/Financial-Times/cp-content-pipeline/commit/961a356ef587358de79de7a90b7736fb643eb339))
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
### Bug Fixes
|
|
195
|
+
|
|
196
|
+
* print image captions if present ([e95e866](https://github.com/Financial-Times/cp-content-pipeline/commit/e95e866c2aefd058d28d760c4c4d5adc8621d52c))
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
### Dependencies
|
|
200
|
+
|
|
201
|
+
* The following workspace dependencies were updated
|
|
202
|
+
* devDependencies
|
|
203
|
+
* @financial-times/cp-content-pipeline-schema bumped from ^0.7.15 to ^0.7.16
|
|
204
|
+
|
|
183
205
|
## [0.6.15](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-client-v0.6.14...cp-content-pipeline-client-v0.6.15) (2023-07-04)
|
|
184
206
|
|
|
185
207
|
|