@financial-times/cp-content-pipeline-client 0.6.17 → 0.6.19

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 CHANGED
@@ -1,25 +1,12 @@
1
1
  plugins:
2
2
  - '@dotcom-tool-kit/npm'
3
3
  - '../../tool-kit/placeholder-hook'
4
- - '../../tool-kit/generate-version'
5
4
 
6
5
  hooks:
7
- build:local:
8
- - GenerateVersion
9
- build:ci:
10
- - GenerateVersion
11
- build:remote:
12
- - GenerateVersion
13
6
  publish:tag:
14
7
  - NpmPublish
15
8
 
16
9
  options:
17
10
  '../../tool-kit/placeholder-hook':
18
11
  hooks:
19
- - test:ci
20
12
  - publish:tag
21
- - build:ci
22
- - build:remote
23
- '../../tool-kit/generate-version':
24
- input: '../schema/'
25
- output: './src/schema-version.ts'
package/CHANGELOG.md CHANGED
@@ -180,6 +180,27 @@
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.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)
190
+
191
+
192
+ ### Features
193
+
194
+ * if baseUrl has no version, append a version suffix ([1cde19f](https://github.com/Financial-Times/cp-content-pipeline/commit/1cde19fd96d173620344631575c82f14a0d778cf))
195
+ * return variant of follow button based page type ([cea5902](https://github.com/Financial-Times/cp-content-pipeline/commit/cea5902ad06b095d2d7390e121ef982ef3b20ad4))
196
+
197
+
198
+ ### Dependencies
199
+
200
+ * The following workspace dependencies were updated
201
+ * devDependencies
202
+ * @financial-times/cp-content-pipeline-schema bumped from ^0.7.16 to ^0.7.17
203
+
183
204
  ## [0.6.17](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-client-v0.6.16...cp-content-pipeline-client-v0.6.17) (2023-07-17)
184
205
 
185
206
 
package/jest.config.js ADDED
@@ -0,0 +1,3 @@
1
+ const base = require('../../jest.config.base.js')
2
+
3
+ module.exports = { ...base }
@@ -0,0 +1 @@
1
+ export declare const version = "0.6.19";
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.version = void 0;
4
+ // Generated by genversion.
5
+ exports.version = '0.6.19';
6
+ //# sourceMappingURL=client-version.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-version.js","sourceRoot":"","sources":["../src/client-version.ts"],"names":[],"mappings":";;;AAAA,2BAA2B;AACd,QAAA,OAAO,GAAG,QAAQ,CAAA"}