@financial-times/cp-content-pipeline-client 0.6.11 → 0.6.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/CHANGELOG.md +28 -0
- package/lib/generated/index.d.ts +239 -233
- package/lib/generated/index.js +1 -1
- package/lib/generated/index.js.map +1 -1
- package/lib/index.d.ts +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 +1 -1
- package/src/generated/index.ts +32 -25
- package/src/schema-version.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -174,6 +174,34 @@
|
|
|
174
174
|
* devDependencies
|
|
175
175
|
* @financial-times/cp-content-pipeline-schema bumped from ^0.7.9 to ^0.7.10
|
|
176
176
|
|
|
177
|
+
## [0.6.13](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-client-v0.6.12...cp-content-pipeline-client-v0.6.13) (2023-06-13)
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
### Bug Fixes
|
|
181
|
+
|
|
182
|
+
* disambiguate video reference type with video content type ([6fb4b0d](https://github.com/Financial-Times/cp-content-pipeline/commit/6fb4b0d97cff4fc871e0ddd1627e7848135e846e))
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
### Dependencies
|
|
186
|
+
|
|
187
|
+
* The following workspace dependencies were updated
|
|
188
|
+
* devDependencies
|
|
189
|
+
* @financial-times/cp-content-pipeline-schema bumped from ^0.7.11 to ^0.7.12
|
|
190
|
+
|
|
191
|
+
## [0.6.12](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-client-v0.6.11...cp-content-pipeline-client-v0.6.12) (2023-05-25)
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
### Bug Fixes
|
|
195
|
+
|
|
196
|
+
* richtext can come from bodyxml ([a705d23](https://github.com/Financial-Times/cp-content-pipeline/commit/a705d23925106ce8ad5f2bf260b3465725d3a809))
|
|
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.10 to ^0.7.11
|
|
204
|
+
|
|
177
205
|
## [0.6.8](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-client-v0.6.7...cp-content-pipeline-client-v0.6.8) (2023-04-26)
|
|
178
206
|
|
|
179
207
|
|