@akinon/projectzero 1.81.0-rc.9 → 1.82.0-rc.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/CHANGELOG.md +4 -23
- package/app-template/CHANGELOG.md +60 -224
- package/app-template/package.json +18 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,28 +1,6 @@
|
|
|
1
1
|
# @akinon/projectzero
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
4
|
-
|
|
5
|
-
## 1.81.0-rc.8
|
|
6
|
-
|
|
7
|
-
## 1.81.0-rc.7
|
|
8
|
-
|
|
9
|
-
## 1.81.0-rc.6
|
|
10
|
-
|
|
11
|
-
## 1.81.0-rc.5
|
|
12
|
-
|
|
13
|
-
## 1.81.0-rc.4
|
|
14
|
-
|
|
15
|
-
## 1.81.0-rc.3
|
|
16
|
-
|
|
17
|
-
## 1.81.0-rc.2
|
|
18
|
-
|
|
19
|
-
## 1.81.0-rc.1
|
|
20
|
-
|
|
21
|
-
### Minor Changes
|
|
22
|
-
|
|
23
|
-
- 6c1dba75: ZERO-3174: update hash structure
|
|
24
|
-
|
|
25
|
-
## 1.81.0-rc.0
|
|
3
|
+
## 1.82.0-rc.0
|
|
26
4
|
|
|
27
5
|
### Minor Changes
|
|
28
6
|
|
|
@@ -30,6 +8,9 @@
|
|
|
30
8
|
- 7a1e1f73: ZERO-3138: Close the search input with the esc key
|
|
31
9
|
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
32
10
|
- c82875bc: ZERO-3140: Fix style layout size
|
|
11
|
+
- 6c1dba75: ZERO-3174: update hash structure
|
|
12
|
+
|
|
13
|
+
## 1.81.0
|
|
33
14
|
|
|
34
15
|
## 1.80.0
|
|
35
16
|
|
|
@@ -1,209 +1,9 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Updated dependencies [9db58ad6]
|
|
8
|
-
- @akinon/pz-tabby-extension@1.81.0-rc.9
|
|
9
|
-
- @akinon/next@1.81.0-rc.9
|
|
10
|
-
- @akinon/pz-akifast@1.81.0-rc.9
|
|
11
|
-
- @akinon/pz-b2b@1.81.0-rc.9
|
|
12
|
-
- @akinon/pz-basket-gift-pack@1.81.0-rc.9
|
|
13
|
-
- @akinon/pz-bkm@1.81.0-rc.9
|
|
14
|
-
- @akinon/pz-checkout-gift-pack@1.81.0-rc.9
|
|
15
|
-
- @akinon/pz-click-collect@1.81.0-rc.9
|
|
16
|
-
- @akinon/pz-credit-payment@1.81.0-rc.9
|
|
17
|
-
- @akinon/pz-gpay@1.81.0-rc.9
|
|
18
|
-
- @akinon/pz-masterpass@1.81.0-rc.9
|
|
19
|
-
- @akinon/pz-one-click-checkout@1.81.0-rc.9
|
|
20
|
-
- @akinon/pz-otp@1.81.0-rc.9
|
|
21
|
-
- @akinon/pz-pay-on-delivery@1.81.0-rc.9
|
|
22
|
-
- @akinon/pz-saved-card@1.81.0-rc.9
|
|
23
|
-
- @akinon/pz-tamara-extension@1.81.0-rc.9
|
|
24
|
-
|
|
25
|
-
## 1.81.0-rc.8
|
|
26
|
-
|
|
27
|
-
### Patch Changes
|
|
28
|
-
|
|
29
|
-
- Updated dependencies [757ee539]
|
|
30
|
-
- @akinon/next@1.81.0-rc.8
|
|
31
|
-
- @akinon/pz-akifast@1.81.0-rc.8
|
|
32
|
-
- @akinon/pz-b2b@1.81.0-rc.8
|
|
33
|
-
- @akinon/pz-basket-gift-pack@1.81.0-rc.8
|
|
34
|
-
- @akinon/pz-bkm@1.81.0-rc.8
|
|
35
|
-
- @akinon/pz-checkout-gift-pack@1.81.0-rc.8
|
|
36
|
-
- @akinon/pz-click-collect@1.81.0-rc.8
|
|
37
|
-
- @akinon/pz-credit-payment@1.81.0-rc.8
|
|
38
|
-
- @akinon/pz-gpay@1.81.0-rc.8
|
|
39
|
-
- @akinon/pz-masterpass@1.81.0-rc.8
|
|
40
|
-
- @akinon/pz-one-click-checkout@1.81.0-rc.8
|
|
41
|
-
- @akinon/pz-otp@1.81.0-rc.8
|
|
42
|
-
- @akinon/pz-pay-on-delivery@1.81.0-rc.8
|
|
43
|
-
- @akinon/pz-saved-card@1.81.0-rc.8
|
|
44
|
-
- @akinon/pz-tabby-extension@1.81.0-rc.8
|
|
45
|
-
- @akinon/pz-tamara-extension@1.81.0-rc.8
|
|
46
|
-
|
|
47
|
-
## 1.81.0-rc.7
|
|
48
|
-
|
|
49
|
-
### Patch Changes
|
|
50
|
-
|
|
51
|
-
- Updated dependencies [2e0b7ffd]
|
|
52
|
-
- @akinon/next@1.81.0-rc.7
|
|
53
|
-
- @akinon/pz-akifast@1.81.0-rc.7
|
|
54
|
-
- @akinon/pz-b2b@1.81.0-rc.7
|
|
55
|
-
- @akinon/pz-basket-gift-pack@1.81.0-rc.7
|
|
56
|
-
- @akinon/pz-bkm@1.81.0-rc.7
|
|
57
|
-
- @akinon/pz-checkout-gift-pack@1.81.0-rc.7
|
|
58
|
-
- @akinon/pz-click-collect@1.81.0-rc.7
|
|
59
|
-
- @akinon/pz-credit-payment@1.81.0-rc.7
|
|
60
|
-
- @akinon/pz-gpay@1.81.0-rc.7
|
|
61
|
-
- @akinon/pz-masterpass@1.81.0-rc.7
|
|
62
|
-
- @akinon/pz-one-click-checkout@1.81.0-rc.7
|
|
63
|
-
- @akinon/pz-otp@1.81.0-rc.7
|
|
64
|
-
- @akinon/pz-pay-on-delivery@1.81.0-rc.7
|
|
65
|
-
- @akinon/pz-saved-card@1.81.0-rc.7
|
|
66
|
-
- @akinon/pz-tabby-extension@1.81.0-rc.7
|
|
67
|
-
- @akinon/pz-tamara-extension@1.81.0-rc.7
|
|
68
|
-
|
|
69
|
-
## 1.81.0-rc.6
|
|
70
|
-
|
|
71
|
-
### Patch Changes
|
|
72
|
-
|
|
73
|
-
- Updated dependencies [40a46853]
|
|
74
|
-
- @akinon/next@1.81.0-rc.6
|
|
75
|
-
- @akinon/pz-akifast@1.81.0-rc.6
|
|
76
|
-
- @akinon/pz-b2b@1.81.0-rc.6
|
|
77
|
-
- @akinon/pz-basket-gift-pack@1.81.0-rc.6
|
|
78
|
-
- @akinon/pz-bkm@1.81.0-rc.6
|
|
79
|
-
- @akinon/pz-checkout-gift-pack@1.81.0-rc.6
|
|
80
|
-
- @akinon/pz-click-collect@1.81.0-rc.6
|
|
81
|
-
- @akinon/pz-credit-payment@1.81.0-rc.6
|
|
82
|
-
- @akinon/pz-gpay@1.81.0-rc.6
|
|
83
|
-
- @akinon/pz-masterpass@1.81.0-rc.6
|
|
84
|
-
- @akinon/pz-one-click-checkout@1.81.0-rc.6
|
|
85
|
-
- @akinon/pz-otp@1.81.0-rc.6
|
|
86
|
-
- @akinon/pz-pay-on-delivery@1.81.0-rc.6
|
|
87
|
-
- @akinon/pz-saved-card@1.81.0-rc.6
|
|
88
|
-
- @akinon/pz-tabby-extension@1.81.0-rc.6
|
|
89
|
-
- @akinon/pz-tamara-extension@1.81.0-rc.6
|
|
90
|
-
|
|
91
|
-
## 1.81.0-rc.5
|
|
92
|
-
|
|
93
|
-
### Patch Changes
|
|
94
|
-
|
|
95
|
-
- Updated dependencies [2d2ab446]
|
|
96
|
-
- @akinon/next@1.81.0-rc.5
|
|
97
|
-
- @akinon/pz-akifast@1.81.0-rc.5
|
|
98
|
-
- @akinon/pz-b2b@1.81.0-rc.5
|
|
99
|
-
- @akinon/pz-basket-gift-pack@1.81.0-rc.5
|
|
100
|
-
- @akinon/pz-bkm@1.81.0-rc.5
|
|
101
|
-
- @akinon/pz-checkout-gift-pack@1.81.0-rc.5
|
|
102
|
-
- @akinon/pz-click-collect@1.81.0-rc.5
|
|
103
|
-
- @akinon/pz-credit-payment@1.81.0-rc.5
|
|
104
|
-
- @akinon/pz-gpay@1.81.0-rc.5
|
|
105
|
-
- @akinon/pz-masterpass@1.81.0-rc.5
|
|
106
|
-
- @akinon/pz-one-click-checkout@1.81.0-rc.5
|
|
107
|
-
- @akinon/pz-otp@1.81.0-rc.5
|
|
108
|
-
- @akinon/pz-pay-on-delivery@1.81.0-rc.5
|
|
109
|
-
- @akinon/pz-saved-card@1.81.0-rc.5
|
|
110
|
-
- @akinon/pz-tabby-extension@1.81.0-rc.5
|
|
111
|
-
- @akinon/pz-tamara-extension@1.81.0-rc.5
|
|
112
|
-
|
|
113
|
-
## 1.81.0-rc.4
|
|
114
|
-
|
|
115
|
-
### Patch Changes
|
|
116
|
-
|
|
117
|
-
- Updated dependencies [7d1b5af1]
|
|
118
|
-
- @akinon/next@1.81.0-rc.4
|
|
119
|
-
- @akinon/pz-akifast@1.81.0-rc.4
|
|
120
|
-
- @akinon/pz-b2b@1.81.0-rc.4
|
|
121
|
-
- @akinon/pz-basket-gift-pack@1.81.0-rc.4
|
|
122
|
-
- @akinon/pz-bkm@1.81.0-rc.4
|
|
123
|
-
- @akinon/pz-checkout-gift-pack@1.81.0-rc.4
|
|
124
|
-
- @akinon/pz-click-collect@1.81.0-rc.4
|
|
125
|
-
- @akinon/pz-credit-payment@1.81.0-rc.4
|
|
126
|
-
- @akinon/pz-gpay@1.81.0-rc.4
|
|
127
|
-
- @akinon/pz-masterpass@1.81.0-rc.4
|
|
128
|
-
- @akinon/pz-one-click-checkout@1.81.0-rc.4
|
|
129
|
-
- @akinon/pz-otp@1.81.0-rc.4
|
|
130
|
-
- @akinon/pz-pay-on-delivery@1.81.0-rc.4
|
|
131
|
-
- @akinon/pz-saved-card@1.81.0-rc.4
|
|
132
|
-
- @akinon/pz-tabby-extension@1.81.0-rc.4
|
|
133
|
-
- @akinon/pz-tamara-extension@1.81.0-rc.4
|
|
134
|
-
|
|
135
|
-
## 1.81.0-rc.3
|
|
136
|
-
|
|
137
|
-
### Patch Changes
|
|
138
|
-
|
|
139
|
-
- Updated dependencies [c0fef075]
|
|
140
|
-
- @akinon/next@1.81.0-rc.3
|
|
141
|
-
- @akinon/pz-akifast@1.81.0-rc.3
|
|
142
|
-
- @akinon/pz-b2b@1.81.0-rc.3
|
|
143
|
-
- @akinon/pz-basket-gift-pack@1.81.0-rc.3
|
|
144
|
-
- @akinon/pz-bkm@1.81.0-rc.3
|
|
145
|
-
- @akinon/pz-checkout-gift-pack@1.81.0-rc.3
|
|
146
|
-
- @akinon/pz-click-collect@1.81.0-rc.3
|
|
147
|
-
- @akinon/pz-credit-payment@1.81.0-rc.3
|
|
148
|
-
- @akinon/pz-gpay@1.81.0-rc.3
|
|
149
|
-
- @akinon/pz-masterpass@1.81.0-rc.3
|
|
150
|
-
- @akinon/pz-one-click-checkout@1.81.0-rc.3
|
|
151
|
-
- @akinon/pz-otp@1.81.0-rc.3
|
|
152
|
-
- @akinon/pz-pay-on-delivery@1.81.0-rc.3
|
|
153
|
-
- @akinon/pz-saved-card@1.81.0-rc.3
|
|
154
|
-
- @akinon/pz-tabby-extension@1.81.0-rc.3
|
|
155
|
-
- @akinon/pz-tamara-extension@1.81.0-rc.3
|
|
156
|
-
|
|
157
|
-
## 1.81.0-rc.2
|
|
158
|
-
|
|
159
|
-
### Patch Changes
|
|
160
|
-
|
|
161
|
-
- Updated dependencies [aa05ed79]
|
|
162
|
-
- @akinon/next@1.81.0-rc.2
|
|
163
|
-
- @akinon/pz-akifast@1.81.0-rc.2
|
|
164
|
-
- @akinon/pz-b2b@1.81.0-rc.2
|
|
165
|
-
- @akinon/pz-basket-gift-pack@1.81.0-rc.2
|
|
166
|
-
- @akinon/pz-bkm@1.81.0-rc.2
|
|
167
|
-
- @akinon/pz-checkout-gift-pack@1.81.0-rc.2
|
|
168
|
-
- @akinon/pz-click-collect@1.81.0-rc.2
|
|
169
|
-
- @akinon/pz-credit-payment@1.81.0-rc.2
|
|
170
|
-
- @akinon/pz-gpay@1.81.0-rc.2
|
|
171
|
-
- @akinon/pz-masterpass@1.81.0-rc.2
|
|
172
|
-
- @akinon/pz-one-click-checkout@1.81.0-rc.2
|
|
173
|
-
- @akinon/pz-otp@1.81.0-rc.2
|
|
174
|
-
- @akinon/pz-pay-on-delivery@1.81.0-rc.2
|
|
175
|
-
- @akinon/pz-saved-card@1.81.0-rc.2
|
|
176
|
-
- @akinon/pz-tabby-extension@1.81.0-rc.2
|
|
177
|
-
- @akinon/pz-tamara-extension@1.81.0-rc.2
|
|
178
|
-
|
|
179
|
-
## 1.81.0-rc.1
|
|
180
|
-
|
|
181
|
-
### Patch Changes
|
|
182
|
-
|
|
183
|
-
- Updated dependencies [6c1dba75]
|
|
184
|
-
- @akinon/pz-tamara-extension@1.81.0-rc.1
|
|
185
|
-
- @akinon/next@1.81.0-rc.1
|
|
186
|
-
- @akinon/pz-akifast@1.81.0-rc.1
|
|
187
|
-
- @akinon/pz-b2b@1.81.0-rc.1
|
|
188
|
-
- @akinon/pz-basket-gift-pack@1.81.0-rc.1
|
|
189
|
-
- @akinon/pz-bkm@1.81.0-rc.1
|
|
190
|
-
- @akinon/pz-checkout-gift-pack@1.81.0-rc.1
|
|
191
|
-
- @akinon/pz-click-collect@1.81.0-rc.1
|
|
192
|
-
- @akinon/pz-credit-payment@1.81.0-rc.1
|
|
193
|
-
- @akinon/pz-gpay@1.81.0-rc.1
|
|
194
|
-
- @akinon/pz-masterpass@1.81.0-rc.1
|
|
195
|
-
- @akinon/pz-one-click-checkout@1.81.0-rc.1
|
|
196
|
-
- @akinon/pz-otp@1.81.0-rc.1
|
|
197
|
-
- @akinon/pz-pay-on-delivery@1.81.0-rc.1
|
|
198
|
-
- @akinon/pz-saved-card@1.81.0-rc.1
|
|
199
|
-
- @akinon/pz-tabby-extension@1.81.0-rc.1
|
|
200
|
-
|
|
201
|
-
## 1.81.0-rc.0
|
|
3
|
+
## 1.82.0-rc.0
|
|
202
4
|
|
|
203
5
|
### Minor Changes
|
|
204
6
|
|
|
205
|
-
- e8dcbe3c: ZERO-3112: Update button component
|
|
206
|
-
- fd4b74e9: ZERO-3126: add reset checkout state query
|
|
207
7
|
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
208
8
|
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
209
9
|
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
@@ -212,56 +12,92 @@
|
|
|
212
12
|
- b02d5ea9: ZERO-3135: Add cancellation request images display in order cancellation item
|
|
213
13
|
- c82875bc: ZERO-3140: Fix style layout size
|
|
214
14
|
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
215
|
-
- 6a0a0807: ZERO-3112: Update button
|
|
216
|
-
- 14d6b00c: ZERO-3122: Refactor error handling in login and registration forms to support nested error messages
|
|
217
|
-
- 121044ba: ZERO-3120: Add sample regex for sitemap with url extension like .xml.gz
|
|
218
15
|
|
|
219
16
|
### Patch Changes
|
|
220
17
|
|
|
18
|
+
- Updated dependencies [2e0b7ffd]
|
|
19
|
+
- Updated dependencies [757ee539]
|
|
221
20
|
- Updated dependencies [778aabf8]
|
|
21
|
+
- Updated dependencies [c0fef075]
|
|
222
22
|
- Updated dependencies [5dfeea04]
|
|
223
23
|
- Updated dependencies [2d9b2b2c]
|
|
224
|
-
- Updated dependencies [
|
|
225
|
-
- Updated dependencies [
|
|
24
|
+
- Updated dependencies [40a46853]
|
|
25
|
+
- Updated dependencies [2d2ab446]
|
|
226
26
|
- Updated dependencies [f49bb74f]
|
|
227
27
|
- Updated dependencies [e9541a13]
|
|
228
28
|
- Updated dependencies [4d3deb4f]
|
|
229
29
|
- Updated dependencies [72fd4d67]
|
|
230
30
|
- Updated dependencies [c53ef7b9]
|
|
231
31
|
- Updated dependencies [64699d3f]
|
|
32
|
+
- Updated dependencies [9db58ad6]
|
|
232
33
|
- Updated dependencies [0200d568]
|
|
233
34
|
- Updated dependencies [7727ae55]
|
|
35
|
+
- Updated dependencies [d552629f]
|
|
234
36
|
- Updated dependencies [17f87524]
|
|
235
37
|
- Updated dependencies [65d3b862]
|
|
236
38
|
- Updated dependencies [bbe18b9f]
|
|
237
39
|
- Updated dependencies [4920742c]
|
|
238
40
|
- Updated dependencies [7e56d6b6]
|
|
41
|
+
- Updated dependencies [7d1b5af1]
|
|
239
42
|
- Updated dependencies [43c182ee]
|
|
240
43
|
- Updated dependencies [2d305aaf]
|
|
241
|
-
- Updated dependencies [4cc22c7c]
|
|
242
44
|
- Updated dependencies [eeb20bea]
|
|
243
|
-
- Updated dependencies [6a0a0807]
|
|
244
45
|
- Updated dependencies [f2c92d5c]
|
|
46
|
+
- Updated dependencies [6c1dba75]
|
|
245
47
|
- Updated dependencies [7bd3d992]
|
|
246
48
|
- Updated dependencies [fdd255ee]
|
|
49
|
+
- Updated dependencies [aa05ed79]
|
|
247
50
|
- Updated dependencies [49eeebfa]
|
|
248
51
|
- Updated dependencies [3f9b8d7e]
|
|
249
|
-
- @akinon/next@1.
|
|
250
|
-
- @akinon/pz-
|
|
251
|
-
- @akinon/pz-
|
|
252
|
-
- @akinon/pz-
|
|
253
|
-
- @akinon/pz-
|
|
254
|
-
- @akinon/pz-
|
|
255
|
-
- @akinon/pz-
|
|
256
|
-
- @akinon/pz-
|
|
257
|
-
- @akinon/pz-akifast@1.
|
|
258
|
-
- @akinon/pz-gpay@1.
|
|
259
|
-
- @akinon/pz-b2b@1.
|
|
260
|
-
- @akinon/pz-bkm@1.
|
|
261
|
-
- @akinon/pz-otp@1.
|
|
262
|
-
- @akinon/pz-tabby-extension@1.
|
|
263
|
-
- @akinon/pz-saved-card@1.
|
|
264
|
-
- @akinon/pz-tamara-extension@1.
|
|
52
|
+
- @akinon/next@1.82.0-rc.0
|
|
53
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.0
|
|
54
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.0
|
|
55
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.0
|
|
56
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.0
|
|
57
|
+
- @akinon/pz-credit-payment@1.82.0-rc.0
|
|
58
|
+
- @akinon/pz-click-collect@1.82.0-rc.0
|
|
59
|
+
- @akinon/pz-masterpass@1.82.0-rc.0
|
|
60
|
+
- @akinon/pz-akifast@1.82.0-rc.0
|
|
61
|
+
- @akinon/pz-gpay@1.82.0-rc.0
|
|
62
|
+
- @akinon/pz-b2b@1.82.0-rc.0
|
|
63
|
+
- @akinon/pz-bkm@1.82.0-rc.0
|
|
64
|
+
- @akinon/pz-otp@1.82.0-rc.0
|
|
65
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.0
|
|
66
|
+
- @akinon/pz-saved-card@1.82.0-rc.0
|
|
67
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.0
|
|
68
|
+
|
|
69
|
+
## 1.81.0
|
|
70
|
+
|
|
71
|
+
### Minor Changes
|
|
72
|
+
|
|
73
|
+
- e8dcbe3: ZERO-3112: Update button component
|
|
74
|
+
- fd4b74e: ZERO-3126: add reset checkout state query
|
|
75
|
+
- 6a0a080: ZERO-3112: Update button
|
|
76
|
+
- 14d6b00: ZERO-3122: Refactor error handling in login and registration forms to support nested error messages
|
|
77
|
+
- 121044b: ZERO-3120: Add sample regex for sitemap with url extension like .xml.gz
|
|
78
|
+
|
|
79
|
+
### Patch Changes
|
|
80
|
+
|
|
81
|
+
- Updated dependencies [fdbf156]
|
|
82
|
+
- Updated dependencies [fd4b74e]
|
|
83
|
+
- Updated dependencies [4cc22c7]
|
|
84
|
+
- Updated dependencies [6a0a080]
|
|
85
|
+
- @akinon/pz-masterpass@1.81.0
|
|
86
|
+
- @akinon/next@1.81.0
|
|
87
|
+
- @akinon/pz-akifast@1.81.0
|
|
88
|
+
- @akinon/pz-b2b@1.81.0
|
|
89
|
+
- @akinon/pz-basket-gift-pack@1.81.0
|
|
90
|
+
- @akinon/pz-bkm@1.81.0
|
|
91
|
+
- @akinon/pz-checkout-gift-pack@1.81.0
|
|
92
|
+
- @akinon/pz-click-collect@1.81.0
|
|
93
|
+
- @akinon/pz-credit-payment@1.81.0
|
|
94
|
+
- @akinon/pz-gpay@1.81.0
|
|
95
|
+
- @akinon/pz-one-click-checkout@1.81.0
|
|
96
|
+
- @akinon/pz-otp@1.81.0
|
|
97
|
+
- @akinon/pz-pay-on-delivery@1.81.0
|
|
98
|
+
- @akinon/pz-saved-card@1.81.0
|
|
99
|
+
- @akinon/pz-tabby-extension@1.81.0
|
|
100
|
+
- @akinon/pz-tamara-extension@1.81.0
|
|
265
101
|
|
|
266
102
|
## 1.80.0
|
|
267
103
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "projectzeronext",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.82.0-rc.0",
|
|
4
4
|
"private": true,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -22,22 +22,22 @@
|
|
|
22
22
|
"prestart": "pz-prestart"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@akinon/next": "1.
|
|
26
|
-
"@akinon/pz-akifast": "1.
|
|
27
|
-
"@akinon/pz-b2b": "1.
|
|
28
|
-
"@akinon/pz-basket-gift-pack": "1.
|
|
29
|
-
"@akinon/pz-bkm": "1.
|
|
30
|
-
"@akinon/pz-checkout-gift-pack": "1.
|
|
31
|
-
"@akinon/pz-click-collect": "1.
|
|
32
|
-
"@akinon/pz-credit-payment": "1.
|
|
33
|
-
"@akinon/pz-gpay": "1.
|
|
34
|
-
"@akinon/pz-masterpass": "1.
|
|
35
|
-
"@akinon/pz-one-click-checkout": "1.
|
|
36
|
-
"@akinon/pz-otp": "1.
|
|
37
|
-
"@akinon/pz-pay-on-delivery": "1.
|
|
38
|
-
"@akinon/pz-saved-card": "1.
|
|
39
|
-
"@akinon/pz-tabby-extension": "1.
|
|
40
|
-
"@akinon/pz-tamara-extension": "1.
|
|
25
|
+
"@akinon/next": "1.82.0-rc.0",
|
|
26
|
+
"@akinon/pz-akifast": "1.82.0-rc.0",
|
|
27
|
+
"@akinon/pz-b2b": "1.82.0-rc.0",
|
|
28
|
+
"@akinon/pz-basket-gift-pack": "1.82.0-rc.0",
|
|
29
|
+
"@akinon/pz-bkm": "1.82.0-rc.0",
|
|
30
|
+
"@akinon/pz-checkout-gift-pack": "1.82.0-rc.0",
|
|
31
|
+
"@akinon/pz-click-collect": "1.82.0-rc.0",
|
|
32
|
+
"@akinon/pz-credit-payment": "1.82.0-rc.0",
|
|
33
|
+
"@akinon/pz-gpay": "1.82.0-rc.0",
|
|
34
|
+
"@akinon/pz-masterpass": "1.82.0-rc.0",
|
|
35
|
+
"@akinon/pz-one-click-checkout": "1.82.0-rc.0",
|
|
36
|
+
"@akinon/pz-otp": "1.82.0-rc.0",
|
|
37
|
+
"@akinon/pz-pay-on-delivery": "1.82.0-rc.0",
|
|
38
|
+
"@akinon/pz-saved-card": "1.82.0-rc.0",
|
|
39
|
+
"@akinon/pz-tabby-extension": "1.82.0-rc.0",
|
|
40
|
+
"@akinon/pz-tamara-extension": "1.82.0-rc.0",
|
|
41
41
|
"@hookform/resolvers": "2.9.0",
|
|
42
42
|
"@next/third-parties": "14.1.0",
|
|
43
43
|
"@react-google-maps/api": "2.17.1",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"yup": "0.32.11"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@akinon/eslint-plugin-projectzero": "1.
|
|
65
|
+
"@akinon/eslint-plugin-projectzero": "1.82.0-rc.0",
|
|
66
66
|
"@semantic-release/changelog": "6.0.2",
|
|
67
67
|
"@semantic-release/exec": "6.0.3",
|
|
68
68
|
"@semantic-release/git": "10.0.1",
|