@newskit-render/api 0.13.0 → 0.14.0
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/package.json +6 -3
- package/CHANGELOG.md +0 -214
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newskit-render/api",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.0",
|
|
4
4
|
"description": "helper package for accessing MAIN and NK API data",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -9,6 +9,9 @@
|
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|
|
11
11
|
],
|
|
12
|
+
"engines": {
|
|
13
|
+
"node": ">=16.13"
|
|
14
|
+
},
|
|
12
15
|
"scripts": {
|
|
13
16
|
"build": "rm -rf dist && tsc -b tsconfig.build.json",
|
|
14
17
|
"build:watch": "tsc -b tsconfig.build.json -w",
|
|
@@ -47,13 +50,13 @@
|
|
|
47
50
|
"eslint-plugin-prettier": "3.2.0",
|
|
48
51
|
"eslint-plugin-react": "7.22.0",
|
|
49
52
|
"graphql": "15.6.0",
|
|
50
|
-
"jest": "
|
|
53
|
+
"jest": "27.4.7",
|
|
51
54
|
"jest-junit": "12.0.0",
|
|
52
55
|
"jest-watch-typeahead": "0.6.3",
|
|
53
56
|
"lint-staged": "12.1.7",
|
|
54
57
|
"prettier": "2.2.1",
|
|
55
58
|
"react": "17.0.2",
|
|
56
|
-
"ts-jest": "
|
|
59
|
+
"ts-jest": "27.1.3",
|
|
57
60
|
"typescript": "4.4.3"
|
|
58
61
|
},
|
|
59
62
|
"precommit": [
|
package/CHANGELOG.md
DELETED
|
@@ -1,214 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
# [0.13.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/api@0.12.0...@newskit-render/api@0.13.0) (2022-02-03)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Features
|
|
10
|
-
|
|
11
|
-
* **PPDSR-615:** Automate login ([#581](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/581)) ([58e9e3d](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/58e9e3df2d9feb659a68f7386a7c62791ff51b00))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
# [0.12.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/api@0.11.0...@newskit-render/api@0.12.0) (2022-02-02)
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
### Features
|
|
21
|
-
|
|
22
|
-
* **PPDSR-567:** Account creation checkout ([#575](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/575)) ([b329ec8](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/b329ec853f545c922e169225e7fc1f30796b1994))
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
# [0.11.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/api@0.10.1...@newskit-render/api@0.11.0) (2022-02-01)
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
### Features
|
|
32
|
-
|
|
33
|
-
* **PPDSR-614:** Render demo site - theming dropdown ([#578](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/578)) ([b190144](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/b190144289bf84f2c445fbf6fc57c3583e593259))
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
## [0.10.1](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/api@0.10.0...@newskit-render/api@0.10.1) (2022-01-27)
|
|
40
|
-
|
|
41
|
-
**Note:** Version bump only for package @newskit-render/api
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
# [0.10.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/api@0.9.0...@newskit-render/api@0.10.0) (2022-01-25)
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
### Features
|
|
51
|
-
|
|
52
|
-
* **PPDSR-566:** remove carrot from dependencies ([#572](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/572)) ([a00f25a](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/a00f25a871f023b6008fe06a1391e83328d3ad58))
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
# [0.9.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/api@0.8.0...@newskit-render/api@0.9.0) (2022-01-20)
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
### Features
|
|
62
|
-
|
|
63
|
-
* **PPDSR-543:** Update newskitAPI session ([#564](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/564)) ([1e60be8](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/1e60be84984fc5fa163a9ab2e29d1e6a4eb4a935))
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
# [0.8.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/api@0.7.0...@newskit-render/api@0.8.0) (2022-01-14)
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
### Features
|
|
73
|
-
|
|
74
|
-
* **PPDSR-604:** Add husky & commitlint ([#558](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/558)) ([c67fc76](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/c67fc76276c8607f7604ae6ac0d0cae1ecb5b4f0))
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
# [0.7.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/api@0.6.0...@newskit-render/api@0.7.0) (2022-01-13)
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
### Features
|
|
84
|
-
|
|
85
|
-
* **PPDSR-632:** Fix newsletter query ([#559](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/559)) ([38085d1](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/38085d1418bb42237a41b4bad0394fc8cabdf2a4))
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
# [0.6.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/api@0.5.0...@newskit-render/api@0.6.0) (2022-01-05)
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
### Features
|
|
95
|
-
|
|
96
|
-
* **PPDSR-594:** Add themes to account package ([#538](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/538)) ([e34a53a](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/e34a53a944ae8d1420c27459f1ef5ca3ba4160d0))
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
# [0.5.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/api@0.4.2...@newskit-render/api@0.5.0) (2021-12-21)
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
### Features
|
|
106
|
-
|
|
107
|
-
* **PPDSR-559:** Replace go MAIN with newest version ([#536](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/536)) ([ba9a571](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/ba9a571f8c6ce27c93d6d7ad9e35df6f61d627eb))
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
## [0.4.2](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/api@0.4.1...@newskit-render/api@0.4.2) (2021-12-14)
|
|
114
|
-
|
|
115
|
-
**Note:** Version bump only for package @newskit-render/api
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
## [0.4.1](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/api@0.4.0...@newskit-render/api@0.4.1) (2021-11-26)
|
|
122
|
-
|
|
123
|
-
**Note:** Version bump only for package @newskit-render/api
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
# [0.4.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/api@0.3.3...@newskit-render/api@0.4.0) (2021-11-22)
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
### Features
|
|
133
|
-
|
|
134
|
-
* **PPDSR-0:** fix broken dependecy ([#521](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/521)) ([2690dd3](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/2690dd3bc6cf61a88740a0ff935adf461be02416))
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
## [0.3.3](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/api@0.3.2...@newskit-render/api@0.3.3) (2021-11-18)
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
### Reverts
|
|
144
|
-
|
|
145
|
-
* Revert "fix(PPDSR-541): switch packages to es modules (#512)" (#516) ([fd719ba](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/fd719badac7578473e2bb991530277bb09ec2057)), closes [#512](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/512) [#516](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/516)
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
## [0.3.2](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/api@0.3.1...@newskit-render/api@0.3.2) (2021-11-18)
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
### Bug Fixes
|
|
155
|
-
|
|
156
|
-
* **PPDSR-541:** switch packages to es modules ([#512](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/512)) ([937e57c](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/937e57cb891b366b8f3c2f73c6b88abffef0ea7a))
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
## [0.3.1](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/api@0.3.0...@newskit-render/api@0.3.1) (2021-11-15)
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
### Bug Fixes
|
|
166
|
-
|
|
167
|
-
* **PPDSR-541:** change packages to get published ([#506](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/506)) ([4de773b](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/4de773b8e22663a2822f64255f347c32384532c0))
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
# [0.3.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/api@0.2.2...@newskit-render/api@0.3.0) (2021-11-10)
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
### Features
|
|
177
|
-
|
|
178
|
-
* **PPDSR-496:** add next link wrapper component ([#500](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/500)) ([a8ca436](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/a8ca436f6f8061d58e857eb83d7d3ee9cfb449a6))
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
## [0.2.2](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/api@0.2.1...@newskit-render/api@0.2.2) (2021-11-09)
|
|
185
|
-
|
|
186
|
-
**Note:** Version bump only for package @newskit-render/api
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
## [0.2.1](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/api@0.2.0...@newskit-render/api@0.2.1) (2021-11-09)
|
|
193
|
-
|
|
194
|
-
**Note:** Version bump only for package @newskit-render/api
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
# 0.2.0 (2021-11-05)
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
### Features
|
|
204
|
-
|
|
205
|
-
* **PPDSR-403:** Create package for MAIN/NK API ([#483](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/483)) ([8e8d6f7](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/8e8d6f7540d193d37f1dec3b63877ea2f47c2444))
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
### BREAKING CHANGES
|
|
209
|
-
|
|
210
|
-
* **PPDSR-403:** core now uses @newskit-render/api for setting up apollo client
|
|
211
|
-
|
|
212
|
-
* feat(PPDSR-403): enable name to be changed
|
|
213
|
-
|
|
214
|
-
* feat(PPDSR-403): changes based on PR review
|