@financial-times/cp-content-pipeline-client 0.6.14 → 0.6.16
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 +20 -0
- package/lib/generated/index.d.ts +876 -828
- 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/src/generated/index.ts +360 -357
- 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,26 @@
|
|
|
174
174
|
* devDependencies
|
|
175
175
|
* @financial-times/cp-content-pipeline-schema bumped from ^0.7.9 to ^0.7.10
|
|
176
176
|
|
|
177
|
+
### Dependencies
|
|
178
|
+
|
|
179
|
+
* The following workspace dependencies were updated
|
|
180
|
+
* devDependencies
|
|
181
|
+
* @financial-times/cp-content-pipeline-schema bumped from ^0.7.14 to ^0.7.15
|
|
182
|
+
|
|
183
|
+
## [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)
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
### Bug Fixes
|
|
187
|
+
|
|
188
|
+
* allow Concept.type field to be null ([2ad9bd6](https://github.com/Financial-Times/cp-content-pipeline/commit/2ad9bd63b36549ea987ecc6669fc294f91f8ab8d))
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Dependencies
|
|
192
|
+
|
|
193
|
+
* The following workspace dependencies were updated
|
|
194
|
+
* devDependencies
|
|
195
|
+
* @financial-times/cp-content-pipeline-schema bumped from ^0.7.13 to ^0.7.14
|
|
196
|
+
|
|
177
197
|
## [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)
|
|
178
198
|
|
|
179
199
|
|