@financial-times/cp-content-pipeline-client 0.6.28 → 0.6.30
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/client-version.d.ts +1 -1
- package/lib/client-version.js +1 -1
- package/lib/generated/index.d.ts +4203 -2811
- package/lib/generated/index.js +2 -1
- package/lib/generated/index.js.map +1 -1
- package/lib/schema-version.d.ts +1 -1
- package/lib/schema-version.js +1 -1
- package/package.json +2 -2
- package/queries/article.graphql +2 -1
- package/src/client-version.ts +1 -1
- package/src/generated/index.ts +75 -38
- package/src/schema-version.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -204,6 +204,35 @@
|
|
|
204
204
|
* devDependencies
|
|
205
205
|
* @financial-times/cp-content-pipeline-schema bumped from ^0.7.22 to ^0.7.23
|
|
206
206
|
|
|
207
|
+
## [0.6.30](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-client-v0.6.29...cp-content-pipeline-client-v0.6.30) (2023-08-08)
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
### Bug Fixes
|
|
211
|
+
|
|
212
|
+
* add useVanities property ([2963cd1](https://github.com/Financial-Times/cp-content-pipeline/commit/2963cd13fff54f86ebf7dccc998c114b77ec2fc8))
|
|
213
|
+
* teaser metadata ([b05f867](https://github.com/Financial-Times/cp-content-pipeline/commit/b05f8671fc27621e58e385ac772643550993d1ae))
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
### Dependencies
|
|
217
|
+
|
|
218
|
+
* The following workspace dependencies were updated
|
|
219
|
+
* devDependencies
|
|
220
|
+
* @financial-times/cp-content-pipeline-schema bumped from ^0.7.27 to ^0.7.28
|
|
221
|
+
|
|
222
|
+
## [0.6.29](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-client-v0.6.28...cp-content-pipeline-client-v0.6.29) (2023-08-02)
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
### Bug Fixes
|
|
226
|
+
|
|
227
|
+
* add missing variants to canBeSyndicated enum ([835b812](https://github.com/Financial-Times/cp-content-pipeline/commit/835b81293382c5f209d370254b974550d8eb3c36))
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
### Dependencies
|
|
231
|
+
|
|
232
|
+
* The following workspace dependencies were updated
|
|
233
|
+
* devDependencies
|
|
234
|
+
* @financial-times/cp-content-pipeline-schema bumped from ^0.7.26 to ^0.7.27
|
|
235
|
+
|
|
207
236
|
## [0.6.28](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-client-v0.6.27...cp-content-pipeline-client-v0.6.28) (2023-08-02)
|
|
208
237
|
|
|
209
238
|
|
package/lib/client-version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "0.6.
|
|
1
|
+
export declare const version = "0.6.30";
|
package/lib/client-version.js
CHANGED