@financial-times/cp-content-pipeline-client 0.6.29 → 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 +15 -0
- package/lib/client-version.d.ts +1 -1
- package/lib/client-version.js +1 -1
- package/lib/generated/index.d.ts +4135 -2743
- 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 +74 -37
- package/src/schema-version.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -204,6 +204,21 @@
|
|
|
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
|
+
|
|
207
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)
|
|
208
223
|
|
|
209
224
|
|
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