@financial-times/cp-content-pipeline-client 0.6.11 → 0.6.12
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 +14 -0
- package/lib/generated/index.d.ts +226 -226
- package/lib/index.d.ts +1 -1
- package/lib/schema-version.d.ts +1 -1
- package/lib/schema-version.js +1 -1
- package/package.json +3 -3
- package/src/generated/index.ts +14 -14
- package/src/schema-version.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -174,6 +174,20 @@
|
|
|
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.12](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-client-v0.6.11...cp-content-pipeline-client-v0.6.12) (2023-05-25)
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
### Bug Fixes
|
|
181
|
+
|
|
182
|
+
* richtext can come from bodyxml ([a705d23](https://github.com/Financial-Times/cp-content-pipeline/commit/a705d23925106ce8ad5f2bf260b3465725d3a809))
|
|
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.10 to ^0.7.11
|
|
190
|
+
|
|
177
191
|
## [0.6.8](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-client-v0.6.7...cp-content-pipeline-client-v0.6.8) (2023-04-26)
|
|
178
192
|
|
|
179
193
|
|