@financial-times/cp-content-pipeline-client 0.3.3 → 0.3.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -36,6 +36,18 @@
36
36
  * devDependencies
37
37
  * @financial-times/cp-content-pipeline-schema bumped from ^0.4.2 to ^0.4.3
38
38
 
39
+ ### Dependencies
40
+
41
+ * The following workspace dependencies were updated
42
+ * devDependencies
43
+ * @financial-times/cp-content-pipeline-schema bumped from ^0.4.3 to ^0.4.4
44
+
45
+ ### Dependencies
46
+
47
+ * The following workspace dependencies were updated
48
+ * devDependencies
49
+ * @financial-times/cp-content-pipeline-schema bumped from ^0.4.4 to ^0.4.5
50
+
39
51
  ## [0.3.0](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-client-v0.2.8...cp-content-pipeline-client-v0.3.0) (2022-11-09)
40
52
 
41
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/cp-content-pipeline-client",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "devDependencies": {
12
12
  "@dotcom-tool-kit/npm": "^2.0.8",
13
- "@financial-times/cp-content-pipeline-schema": "^0.4.3",
13
+ "@financial-times/cp-content-pipeline-schema": "^0.4.5",
14
14
  "@graphql-codegen/typescript": "^2.7.3",
15
15
  "@graphql-codegen/typescript-generic-sdk": "^3.0.1",
16
16
  "@graphql-codegen/typescript-graphql-request": "^4.5.3",