@financial-times/cp-content-pipeline-client 0.6.18 → 0.6.20
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 +20 -0
- package/lib/client-version.d.ts +1 -1
- package/lib/client-version.js +1 -1
- package/lib/generated/index.d.ts +88329 -542
- package/lib/generated/index.js +40 -25
- 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 +27 -17
- package/src/client-version.ts +1 -1
- package/src/generated/index.ts +78 -41
- package/src/schema-version.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -180,6 +180,26 @@
|
|
|
180
180
|
* devDependencies
|
|
181
181
|
* @financial-times/cp-content-pipeline-schema bumped from ^0.7.14 to ^0.7.15
|
|
182
182
|
|
|
183
|
+
### Dependencies
|
|
184
|
+
|
|
185
|
+
* The following workspace dependencies were updated
|
|
186
|
+
* devDependencies
|
|
187
|
+
* @financial-times/cp-content-pipeline-schema bumped from ^0.7.17 to ^0.7.18
|
|
188
|
+
|
|
189
|
+
## [0.6.20](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-client-v0.6.19...cp-content-pipeline-client-v0.6.20) (2023-07-20)
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
### Bug Fixes
|
|
193
|
+
|
|
194
|
+
* add alphaville theme and display concept metadata ([3b3f7d1](https://github.com/Financial-Times/cp-content-pipeline/commit/3b3f7d1a5bed3ef4e0c3518917ff8bb57abd622c))
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
### Dependencies
|
|
198
|
+
|
|
199
|
+
* The following workspace dependencies were updated
|
|
200
|
+
* devDependencies
|
|
201
|
+
* @financial-times/cp-content-pipeline-schema bumped from ^0.7.18 to ^0.7.19
|
|
202
|
+
|
|
183
203
|
## [0.6.18](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-client-v0.6.17...cp-content-pipeline-client-v0.6.18) (2023-07-18)
|
|
184
204
|
|
|
185
205
|
|
package/lib/client-version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "0.6.
|
|
1
|
+
export declare const version = "0.6.20";
|
package/lib/client-version.js
CHANGED