@financial-times/cp-content-pipeline-client 0.6.13 → 0.6.15
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/.toolkitrc.yml +0 -13
- package/CHANGELOG.md +33 -0
- package/lib/generated/index.d.ts +24991 -6508
- package/lib/generated/index.js +40 -0
- package/lib/generated/index.js.map +1 -1
- package/lib/index.d.ts +2 -2
- package/lib/index.js +6 -6
- 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 +2 -6
- package/queries/article.graphql +40 -0
- package/src/generated/index.ts +463 -315
- package/src/index.ts +3 -3
- package/src/schema-version.ts +1 -1
- package/tsconfig.json +0 -3
- package/tsconfig.tsbuildinfo +1 -1
- package/codegen.js +0 -32
- package/loader.js +0 -11
package/.toolkitrc.yml
CHANGED
|
@@ -1,34 +1,21 @@
|
|
|
1
1
|
plugins:
|
|
2
2
|
- '@dotcom-tool-kit/npm'
|
|
3
|
-
- '../../tool-kit/graphql-code-generator'
|
|
4
3
|
- '../../tool-kit/placeholder-hook'
|
|
5
4
|
- '../../tool-kit/generate-version'
|
|
6
5
|
|
|
7
6
|
hooks:
|
|
8
7
|
build:local:
|
|
9
|
-
- GraphQLCodegen
|
|
10
8
|
- GenerateVersion
|
|
11
9
|
build:ci:
|
|
12
10
|
- GenerateVersion
|
|
13
11
|
build:remote:
|
|
14
12
|
- GenerateVersion
|
|
15
|
-
run:local:
|
|
16
|
-
- GraphQLCodegenWatch
|
|
17
|
-
test:local:
|
|
18
|
-
- GraphQLCodegenTest
|
|
19
|
-
test:staged:
|
|
20
|
-
- GraphQLCodegenTest
|
|
21
|
-
test:ci:
|
|
22
|
-
- GraphQLCodegenTest
|
|
23
13
|
publish:tag:
|
|
24
14
|
- NpmPublish
|
|
25
15
|
|
|
26
16
|
options:
|
|
27
|
-
'../../tool-kit/graphql-code-generator':
|
|
28
|
-
watchFiles: '../schema/lib/**/*.js'
|
|
29
17
|
'../../tool-kit/placeholder-hook':
|
|
30
18
|
hooks:
|
|
31
|
-
- test:staged
|
|
32
19
|
- test:ci
|
|
33
20
|
- publish:tag
|
|
34
21
|
- build:ci
|
package/CHANGELOG.md
CHANGED
|
@@ -174,6 +174,39 @@
|
|
|
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.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)
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
### Bug Fixes
|
|
181
|
+
|
|
182
|
+
* allow Concept.type field to be null ([2ad9bd6](https://github.com/Financial-Times/cp-content-pipeline/commit/2ad9bd63b36549ea987ecc6669fc294f91f8ab8d))
|
|
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.13 to ^0.7.14
|
|
190
|
+
|
|
191
|
+
## [0.6.14](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-client-v0.6.13...cp-content-pipeline-client-v0.6.14) (2023-06-28)
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
### Features
|
|
195
|
+
|
|
196
|
+
* add deep-portrait topper component ([96cb28d](https://github.com/Financial-Times/cp-content-pipeline/commit/96cb28d8b329d29cd14221e9421ef782fcddb254))
|
|
197
|
+
* add podcast topper to support their headshots (podcast thumbnail) ([144ea1c](https://github.com/Financial-Times/cp-content-pipeline/commit/144ea1cdc74446cd495262ee6eee3de5e32a305e))
|
|
198
|
+
* add support for deep landscape images and topper ([3627767](https://github.com/Financial-Times/cp-content-pipeline/commit/36277677ae031a55d88243458f76ecb99b59754e))
|
|
199
|
+
* add support for different sizes for the same image format ([b4c8088](https://github.com/Financial-Times/cp-content-pipeline/commit/b4c80883833cfaf72d3a4697b847f7800fc6953c))
|
|
200
|
+
* add typedef for portrait images ([734216d](https://github.com/Financial-Times/cp-content-pipeline/commit/734216d5fb197137f67e741e0eafa833a31b9321))
|
|
201
|
+
* support images' new text shadow and background box style options ([02938c0](https://github.com/Financial-Times/cp-content-pipeline/commit/02938c0466628ea1fab2dd162b1047b3f97e7b13))
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
### Dependencies
|
|
205
|
+
|
|
206
|
+
* The following workspace dependencies were updated
|
|
207
|
+
* devDependencies
|
|
208
|
+
* @financial-times/cp-content-pipeline-schema bumped from ^0.7.12 to ^0.7.13
|
|
209
|
+
|
|
177
210
|
## [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
211
|
|
|
179
212
|
|