@agnostack/next-shopify 1.4.0-alpha.1 → 1.4.1-alpha.1
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 +32 -261
- package/dist/helpers/uninstall.js +2 -2
- package/dist/helpers/uninstall.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,292 +1,63 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Features
|
|
5
|
-
|
|
6
|
-
* revamped Firebase calls ([33a56c1](https://github.com/agnostack/next-shopify/commit/33a56c1a0a6b972b5523d3cbe911e14c3df415d2))
|
|
7
|
-
|
|
8
|
-
## [1.3.2-alpha.40](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.39...v1.3.2-alpha.40) (2022-11-20)
|
|
1
|
+
## [1.4.1-alpha.1](https://github.com/agnostack/next-shopify/compare/v1.4.0...v1.4.1-alpha.1) (2022-11-21)
|
|
9
2
|
|
|
10
3
|
|
|
11
4
|
### Bug Fixes
|
|
12
5
|
|
|
13
|
-
*
|
|
6
|
+
* debug ([f73b563](https://github.com/agnostack/next-shopify/commit/f73b5635e44583ebb1b69871a2598e56a2923e5f))
|
|
14
7
|
|
|
15
|
-
|
|
8
|
+
# [1.4.0](https://github.com/agnostack/next-shopify/compare/v1.3.1...v1.4.0) (2022-11-21)
|
|
16
9
|
|
|
17
10
|
|
|
18
11
|
### Bug Fixes
|
|
19
12
|
|
|
13
|
+
* add ensureSecurityHeader ([667abc1](https://github.com/agnostack/next-shopify/commit/667abc1bef3c39583c57ff41b13c5b86ba7bd722))
|
|
20
14
|
* add setData to FBSessionHandler ([36695b3](https://github.com/agnostack/next-shopify/commit/36695b3eda89126748cf5dd27604a8fe6817b4c4))
|
|
21
|
-
|
|
22
|
-
## [1.3.2-alpha.38](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.37...v1.3.2-alpha.38) (2022-11-20)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
### Bug Fixes
|
|
26
|
-
|
|
27
|
-
* return from wrapRoute ([d3a4b28](https://github.com/agnostack/next-shopify/commit/d3a4b28ea1e0002321cd5bdd6756bc67dd25a7a9))
|
|
28
|
-
* return from wrapRoute ([0423342](https://github.com/agnostack/next-shopify/commit/0423342eee38103af98c4fb9ca317aaf865ec288))
|
|
29
|
-
|
|
30
|
-
## [1.3.2-alpha.37](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.36...v1.3.2-alpha.37) (2022-11-20)
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
### Bug Fixes
|
|
34
|
-
|
|
35
|
-
* change cookie sameSite to none ([f20a167](https://github.com/agnostack/next-shopify/commit/f20a16709f25775d0fb79a2a551998466b806c28))
|
|
36
|
-
|
|
37
|
-
## [1.3.2-alpha.36](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.35...v1.3.2-alpha.36) (2022-11-20)
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
### Bug Fixes
|
|
41
|
-
|
|
42
|
-
* modfy wrapRoute ([3ae2f72](https://github.com/agnostack/next-shopify/commit/3ae2f72db314d0b6b37af2fbd91916fa1e0a83aa))
|
|
43
|
-
|
|
44
|
-
## [1.3.2-alpha.35](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.34...v1.3.2-alpha.35) (2022-11-19)
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
### Bug Fixes
|
|
48
|
-
|
|
49
|
-
* modify clear cookie approach ([c0a0dc5](https://github.com/agnostack/next-shopify/commit/c0a0dc5ef3e5c08bc8a663f937c232825ee8df0f))
|
|
50
|
-
|
|
51
|
-
## [1.3.2-alpha.34](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.33...v1.3.2-alpha.34) (2022-11-19)
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
### Bug Fixes
|
|
55
|
-
|
|
56
|
-
* revert ([182fef5](https://github.com/agnostack/next-shopify/commit/182fef5a837219e0a6b8babff9b4ac2e309020df))
|
|
57
|
-
|
|
58
|
-
## [1.3.2-alpha.33](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.32...v1.3.2-alpha.33) (2022-11-19)
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
### Bug Fixes
|
|
62
|
-
|
|
63
|
-
* revert sameSite lax ([ca1b6dd](https://github.com/agnostack/next-shopify/commit/ca1b6ddc895b812768090074a39b39f6848b4b7e))
|
|
64
|
-
|
|
65
|
-
## [1.3.2-alpha.32](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.31...v1.3.2-alpha.32) (2022-11-19)
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
### Bug Fixes
|
|
69
|
-
|
|
70
|
-
* use sameSite lax ([28a5fed](https://github.com/agnostack/next-shopify/commit/28a5fed2e512049c66ede168911c089d0e092bb8))
|
|
71
|
-
|
|
72
|
-
## [1.3.2-alpha.31](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.30...v1.3.2-alpha.31) (2022-11-19)
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
### Bug Fixes
|
|
76
|
-
|
|
77
|
-
* fix import path ([05317aa](https://github.com/agnostack/next-shopify/commit/05317aab6868a6428d5d141d0f69cd22b1667a11))
|
|
78
|
-
|
|
79
|
-
## [1.3.2-alpha.30](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.29...v1.3.2-alpha.30) (2022-11-19)
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
### Bug Fixes
|
|
83
|
-
|
|
84
15
|
* add uninstall ([bb6837d](https://github.com/agnostack/next-shopify/commit/bb6837d139ae28d93ebcceceb55fccc072acf442))
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
### Bug Fixes
|
|
90
|
-
|
|
91
|
-
* file cleanup ([4d7d26a](https://github.com/agnostack/next-shopify/commit/4d7d26a65d5c9d92a89a0f26c13c99af9462bdf3))
|
|
92
|
-
* file cleanup ([dfe8efb](https://github.com/agnostack/next-shopify/commit/dfe8efb34ef8a6ef37ccd38aa6d69c258c14282e))
|
|
93
|
-
|
|
94
|
-
## [1.3.2-alpha.28](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.27...v1.3.2-alpha.28) (2022-11-19)
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
### Bug Fixes
|
|
98
|
-
|
|
99
|
-
* rename ([f99a48f](https://github.com/agnostack/next-shopify/commit/f99a48f5a064cc5fe12e3492c99dcb18fa62b6c0))
|
|
100
|
-
|
|
101
|
-
## [1.3.2-alpha.27](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.26...v1.3.2-alpha.27) (2022-11-18)
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
### Bug Fixes
|
|
105
|
-
|
|
106
|
-
* rename ([992f2dd](https://github.com/agnostack/next-shopify/commit/992f2dde10bf92f8e8eec2c337f15ccf7f52e93e))
|
|
107
|
-
|
|
108
|
-
## [1.3.2-alpha.26](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.25...v1.3.2-alpha.26) (2022-11-18)
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
### Bug Fixes
|
|
112
|
-
|
|
113
|
-
* add ensureSecurityHeader ([667abc1](https://github.com/agnostack/next-shopify/commit/667abc1bef3c39583c57ff41b13c5b86ba7bd722))
|
|
114
|
-
|
|
115
|
-
## [1.3.2-alpha.25](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.24...v1.3.2-alpha.25) (2022-11-18)
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
### Bug Fixes
|
|
119
|
-
|
|
16
|
+
* change cookie sameSite to none ([f20a167](https://github.com/agnostack/next-shopify/commit/f20a16709f25775d0fb79a2a551998466b806c28))
|
|
17
|
+
* cleanup ([b9719c0](https://github.com/agnostack/next-shopify/commit/b9719c07f6aed42cfd0204fb4d66558fd2081796))
|
|
120
18
|
* debug ([0e5f0e2](https://github.com/agnostack/next-shopify/commit/0e5f0e2a0ca251844dce10ca152b0efad918a243))
|
|
121
|
-
|
|
122
|
-
## [1.3.2-alpha.24](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.23...v1.3.2-alpha.24) (2022-11-18)
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
### Bug Fixes
|
|
126
|
-
|
|
127
|
-
* headers ([d039f3c](https://github.com/agnostack/next-shopify/commit/d039f3caf53d884bc7104427084d5ee536c43523))
|
|
128
|
-
|
|
129
|
-
## [1.3.2-alpha.23](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.22...v1.3.2-alpha.23) (2022-11-18)
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
### Bug Fixes
|
|
133
|
-
|
|
134
|
-
* debug routes ([987e28c](https://github.com/agnostack/next-shopify/commit/987e28c4989f004364b182cd7065be48e53e81b4))
|
|
135
|
-
* debug routes ([cefaf73](https://github.com/agnostack/next-shopify/commit/cefaf731a34f758545574339509a8196e84a87bf))
|
|
136
|
-
|
|
137
|
-
## [1.3.2-alpha.22](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.21...v1.3.2-alpha.22) (2022-11-18)
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
### Bug Fixes
|
|
141
|
-
|
|
142
|
-
* modify header rules ([fc0b4a3](https://github.com/agnostack/next-shopify/commit/fc0b4a3900a8b2556fbcf68fabd874f4df21c00f))
|
|
143
|
-
|
|
144
|
-
## [1.3.2-alpha.21](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.20...v1.3.2-alpha.21) (2022-11-18)
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
### Bug Fixes
|
|
148
|
-
|
|
149
19
|
* debug ([f3724d8](https://github.com/agnostack/next-shopify/commit/f3724d864e173d1b31d3822004fd75ac28d47a0e))
|
|
150
|
-
|
|
151
|
-
## [1.3.2-alpha.20](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.19...v1.3.2-alpha.20) (2022-11-18)
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
### Bug Fixes
|
|
155
|
-
|
|
156
20
|
* debug ([69170ff](https://github.com/agnostack/next-shopify/commit/69170fffdcfe84044df6ce3f575dbfbaabe4f60a))
|
|
157
|
-
|
|
158
|
-
## [1.3.2-alpha.19](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.18...v1.3.2-alpha.19) (2022-11-18)
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
### Bug Fixes
|
|
162
|
-
|
|
163
21
|
* debug ([4a886a4](https://github.com/agnostack/next-shopify/commit/4a886a4bb88c675a52e40aee121d4424666ab524))
|
|
164
|
-
|
|
165
|
-
## [1.3.2-alpha.18](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.17...v1.3.2-alpha.18) (2022-11-17)
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
### Bug Fixes
|
|
169
|
-
|
|
170
|
-
* modify headers ([4848edf](https://github.com/agnostack/next-shopify/commit/4848edf4b275f1ab08aaec54f4a792d4c53d6e15))
|
|
171
|
-
|
|
172
|
-
## [1.3.2-alpha.17](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.16...v1.3.2-alpha.17) (2022-11-17)
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
### Bug Fixes
|
|
176
|
-
|
|
177
22
|
* debug ([069c0dd](https://github.com/agnostack/next-shopify/commit/069c0dd9526b801267ac0998e557240ddd423612))
|
|
178
|
-
|
|
179
|
-
## [1.3.2-alpha.16](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.15...v1.3.2-alpha.16) (2022-11-17)
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
### Bug Fixes
|
|
183
|
-
|
|
184
|
-
* modify header rules ([53983bb](https://github.com/agnostack/next-shopify/commit/53983bb7b888a55c96de6e0c3f6f9dd6930be98c))
|
|
185
|
-
|
|
186
|
-
## [1.3.2-alpha.15](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.14...v1.3.2-alpha.15) (2022-11-17)
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
### Bug Fixes
|
|
190
|
-
|
|
191
23
|
* debug ([61a69ba](https://github.com/agnostack/next-shopify/commit/61a69ba063f5bfe8673c9b4fbc29bdca4647ea09))
|
|
192
|
-
|
|
193
|
-
## [1.3.2-alpha.14](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.13...v1.3.2-alpha.14) (2022-11-17)
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
### Bug Fixes
|
|
197
|
-
|
|
198
24
|
* debug ([d4767a7](https://github.com/agnostack/next-shopify/commit/d4767a7e8757a8f755b41aadb525fa14423f9f02))
|
|
199
|
-
|
|
200
|
-
## [1.3.2-alpha.13](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.12...v1.3.2-alpha.13) (2022-11-17)
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
### Bug Fixes
|
|
204
|
-
|
|
205
25
|
* debug ([ae1bbf6](https://github.com/agnostack/next-shopify/commit/ae1bbf68b809e5574328e6e315d49d1033d8f15f))
|
|
206
|
-
|
|
207
|
-
## [1.3.2-alpha.12](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.11...v1.3.2-alpha.12) (2022-11-17)
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
### Bug Fixes
|
|
211
|
-
|
|
212
|
-
* use rest with version ([b2f6320](https://github.com/agnostack/next-shopify/commit/b2f6320ef51d69554d5ae6193b878d656528da0d))
|
|
213
|
-
|
|
214
|
-
## [1.3.2-alpha.11](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.10...v1.3.2-alpha.11) (2022-11-17)
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
### Bug Fixes
|
|
218
|
-
|
|
219
|
-
* make it stop ([394182e](https://github.com/agnostack/next-shopify/commit/394182e9f9ebbd4826ac7a173b3fff0b18046cba))
|
|
220
|
-
|
|
221
|
-
## [1.3.2-alpha.10](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.9...v1.3.2-alpha.10) (2022-11-17)
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
### Bug Fixes
|
|
225
|
-
|
|
226
|
-
* the never ending debugging process ([09eb418](https://github.com/agnostack/next-shopify/commit/09eb418be5c10f644eb2c485aa6339e1c8c687a3))
|
|
227
|
-
|
|
228
|
-
## [1.3.2-alpha.9](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.8...v1.3.2-alpha.9) (2022-11-17)
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
### Bug Fixes
|
|
232
|
-
|
|
233
|
-
* query ([b7795ce](https://github.com/agnostack/next-shopify/commit/b7795ce72f54cd7ba608d852bb236f0e2aeffbb1))
|
|
234
|
-
|
|
235
|
-
## [1.3.2-alpha.8](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.7...v1.3.2-alpha.8) (2022-11-17)
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
### Bug Fixes
|
|
239
|
-
|
|
240
26
|
* debug ([cd9b4e6](https://github.com/agnostack/next-shopify/commit/cd9b4e6985a1fc86ab953b2441e19ba4ac4b6c99))
|
|
241
|
-
|
|
242
|
-
## [1.3.2-alpha.7](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.6...v1.3.2-alpha.7) (2022-11-16)
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
### Bug Fixes
|
|
246
|
-
|
|
247
|
-
* update shopify version ([c5fece0](https://github.com/agnostack/next-shopify/commit/c5fece029cd870ce1a502343a707c6c42b7051c4))
|
|
248
|
-
|
|
249
|
-
## [1.3.2-alpha.6](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.5...v1.3.2-alpha.6) (2022-11-16)
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
### Bug Fixes
|
|
253
|
-
|
|
254
27
|
* debug ([34899ff](https://github.com/agnostack/next-shopify/commit/34899ff59cc2d9826de31508051cfe9c9a6269f5))
|
|
255
|
-
|
|
256
|
-
## [1.3.2-alpha.5](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.4...v1.3.2-alpha.5) (2022-11-16)
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
### Bug Fixes
|
|
260
|
-
|
|
261
28
|
* debug ([f8e415f](https://github.com/agnostack/next-shopify/commit/f8e415f1cd34743b5e26603065addb87d1a3fa54))
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
### Bug Fixes
|
|
267
|
-
|
|
29
|
+
* debug routes ([987e28c](https://github.com/agnostack/next-shopify/commit/987e28c4989f004364b182cd7065be48e53e81b4))
|
|
30
|
+
* debug routes ([cefaf73](https://github.com/agnostack/next-shopify/commit/cefaf731a34f758545574339509a8196e84a87bf))
|
|
268
31
|
* debugging ([1f6b379](https://github.com/agnostack/next-shopify/commit/1f6b379204bda2616b32d08efedb1a87f2855c75))
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
32
|
+
* file cleanup ([4d7d26a](https://github.com/agnostack/next-shopify/commit/4d7d26a65d5c9d92a89a0f26c13c99af9462bdf3))
|
|
33
|
+
* file cleanup ([dfe8efb](https://github.com/agnostack/next-shopify/commit/dfe8efb34ef8a6ef37ccd38aa6d69c258c14282e))
|
|
34
|
+
* fix import path ([05317aa](https://github.com/agnostack/next-shopify/commit/05317aab6868a6428d5d141d0f69cd22b1667a11))
|
|
35
|
+
* headers ([d039f3c](https://github.com/agnostack/next-shopify/commit/d039f3caf53d884bc7104427084d5ee536c43523))
|
|
36
|
+
* make it stop ([394182e](https://github.com/agnostack/next-shopify/commit/394182e9f9ebbd4826ac7a173b3fff0b18046cba))
|
|
37
|
+
* modfy wrapRoute ([3ae2f72](https://github.com/agnostack/next-shopify/commit/3ae2f72db314d0b6b37af2fbd91916fa1e0a83aa))
|
|
38
|
+
* modify clear cookie approach ([c0a0dc5](https://github.com/agnostack/next-shopify/commit/c0a0dc5ef3e5c08bc8a663f937c232825ee8df0f))
|
|
39
|
+
* modify header rules ([fc0b4a3](https://github.com/agnostack/next-shopify/commit/fc0b4a3900a8b2556fbcf68fabd874f4df21c00f))
|
|
40
|
+
* modify header rules ([53983bb](https://github.com/agnostack/next-shopify/commit/53983bb7b888a55c96de6e0c3f6f9dd6930be98c))
|
|
41
|
+
* modify headers ([4848edf](https://github.com/agnostack/next-shopify/commit/4848edf4b275f1ab08aaec54f4a792d4c53d6e15))
|
|
42
|
+
* query ([b7795ce](https://github.com/agnostack/next-shopify/commit/b7795ce72f54cd7ba608d852bb236f0e2aeffbb1))
|
|
275
43
|
* refactor hasActivePayment ([7bb350e](https://github.com/agnostack/next-shopify/commit/7bb350e50a9f84aa84907c4fa8c6cba1e8dd2544))
|
|
276
|
-
|
|
277
|
-
## [1.3.2-alpha.2](https://github.com/agnostack/next-shopify/compare/v1.3.2-alpha.1...v1.3.2-alpha.2) (2022-11-16)
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
### Bug Fixes
|
|
281
|
-
|
|
282
44
|
* refactor hasActivePayment ([aa303c9](https://github.com/agnostack/next-shopify/commit/aa303c9a28e24e2939acf1378b8e324d22720669))
|
|
283
|
-
|
|
284
|
-
|
|
45
|
+
* rename ([f99a48f](https://github.com/agnostack/next-shopify/commit/f99a48f5a064cc5fe12e3492c99dcb18fa62b6c0))
|
|
46
|
+
* rename ([992f2dd](https://github.com/agnostack/next-shopify/commit/992f2dde10bf92f8e8eec2c337f15ccf7f52e93e))
|
|
47
|
+
* return from wrapRoute ([d3a4b28](https://github.com/agnostack/next-shopify/commit/d3a4b28ea1e0002321cd5bdd6756bc67dd25a7a9))
|
|
48
|
+
* return from wrapRoute ([0423342](https://github.com/agnostack/next-shopify/commit/0423342eee38103af98c4fb9ca317aaf865ec288))
|
|
49
|
+
* revert ([182fef5](https://github.com/agnostack/next-shopify/commit/182fef5a837219e0a6b8babff9b4ac2e309020df))
|
|
50
|
+
* revert sameSite lax ([ca1b6dd](https://github.com/agnostack/next-shopify/commit/ca1b6ddc895b812768090074a39b39f6848b4b7e))
|
|
51
|
+
* the never ending debugging process ([09eb418](https://github.com/agnostack/next-shopify/commit/09eb418be5c10f644eb2c485aa6339e1c8c687a3))
|
|
52
|
+
* update shopify version ([c5fece0](https://github.com/agnostack/next-shopify/commit/c5fece029cd870ce1a502343a707c6c42b7051c4))
|
|
53
|
+
* updated to add logs ([6500277](https://github.com/agnostack/next-shopify/commit/65002779ac3870791a0ec230d11a770b8fd0f0e3))
|
|
54
|
+
* use rest with version ([b2f6320](https://github.com/agnostack/next-shopify/commit/b2f6320ef51d69554d5ae6193b878d656528da0d))
|
|
55
|
+
* use sameSite lax ([28a5fed](https://github.com/agnostack/next-shopify/commit/28a5fed2e512049c66ede168911c089d0e092bb8))
|
|
285
56
|
|
|
286
57
|
|
|
287
|
-
###
|
|
58
|
+
### Features
|
|
288
59
|
|
|
289
|
-
*
|
|
60
|
+
* revamped Firebase calls ([33a56c1](https://github.com/agnostack/next-shopify/commit/33a56c1a0a6b972b5523d3cbe911e14c3df415d2))
|
|
290
61
|
|
|
291
62
|
## [1.3.1](https://github.com/agnostack/next-shopify/compare/v1.3.0...v1.3.1) (2022-11-15)
|
|
292
63
|
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const utils_1 = require("../utils");
|
|
4
4
|
const uninstallHelper = async ({ req, serverRuntimeConfig }) => {
|
|
5
|
-
var _a, _b
|
|
5
|
+
var _a, _b;
|
|
6
6
|
try {
|
|
7
7
|
const { domain } = req.body;
|
|
8
8
|
const shopify = utils_1.getInitializedShopify(serverRuntimeConfig, domain);
|
|
9
9
|
const existingSessions = await ((_b = (_a = shopify.Context.SESSION_STORAGE) === null || _a === void 0 ? void 0 : _a.findSessionsByShop) === null || _b === void 0 ? void 0 : _b.call(_a, domain));
|
|
10
10
|
if (utils_1.arrayNotEmpty(existingSessions)) {
|
|
11
|
-
await
|
|
11
|
+
// await shopify.Context.SESSION_STORAGE?.deleteSessions?.(existingSessions.map((session) => session.id))
|
|
12
12
|
}
|
|
13
13
|
return {
|
|
14
14
|
statusCode: 200,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uninstall.js","sourceRoot":"","sources":["../../src/helpers/uninstall.js"],"names":[],"mappings":";;AAAA,oCAA+D;AAE/D,MAAM,eAAe,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,mBAAmB,EAAE,EAAE,EAAE;;IAC7D,IAAI;QACF,MAAM,EAAE,MAAM,EAAE,GAAG,GAAG,CAAC,IAAI,CAAA;QAC3B,MAAM,OAAO,GAAG,6BAAqB,CAAC,mBAAmB,EAAE,MAAM,CAAC,CAAA;QAElE,MAAM,gBAAgB,GAAG,MAAM,CAAA,MAAA,MAAA,OAAO,CAAC,OAAO,CAAC,eAAe,0CAAE,kBAAkB,mDAAG,MAAM,CAAC,CAAA,CAAA;QAC5F,IAAI,qBAAa,CAAC,gBAAgB,CAAC,EAAE;YACnC,
|
|
1
|
+
{"version":3,"file":"uninstall.js","sourceRoot":"","sources":["../../src/helpers/uninstall.js"],"names":[],"mappings":";;AAAA,oCAA+D;AAE/D,MAAM,eAAe,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,mBAAmB,EAAE,EAAE,EAAE;;IAC7D,IAAI;QACF,MAAM,EAAE,MAAM,EAAE,GAAG,GAAG,CAAC,IAAI,CAAA;QAC3B,MAAM,OAAO,GAAG,6BAAqB,CAAC,mBAAmB,EAAE,MAAM,CAAC,CAAA;QAElE,MAAM,gBAAgB,GAAG,MAAM,CAAA,MAAA,MAAA,OAAO,CAAC,OAAO,CAAC,eAAe,0CAAE,kBAAkB,mDAAG,MAAM,CAAC,CAAA,CAAA;QAC5F,IAAI,qBAAa,CAAC,gBAAgB,CAAC,EAAE;YACnC,yGAAyG;SAC1G;QAED,OAAO;YACL,UAAU,EAAE,GAAG;YACf,OAAO,EAAE,SAAS;SACnB,CAAA;KACF;IAAC,OAAO,KAAK,EAAE;QACd,MAAM,YAAY,GAAG,gCAAgC,CAAA;QACrD,OAAO,CAAC,KAAK,CAAC,YAAY,EAAE,KAAK,CAAC,CAAA;QAElC,OAAO;YACL,UAAU,EAAE,GAAG;YACf,OAAO,EAAE,YAAY;SACtB,CAAA;KACF;AACH,CAAC,CAAA;AAED,kBAAe,eAAe,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agnostack/next-shopify",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1-alpha.1",
|
|
4
4
|
"author": "agnoStack Dev <developers@agnostack.com> (https://agnostack.com)",
|
|
5
5
|
"owner": "agnoStack",
|
|
6
6
|
"description": "Please contact agnoStack via info@agnostack.com for any questions",
|