@agnostack/next-shopify 1.13.4-beta.8 → 1.13.4
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 +472 -0
- package/dist/lib/handlers/api/proxy.d.ts.map +1 -1
- package/dist/lib/handlers/api/proxy.js +103 -50
- package/dist/lib/handlers/api/proxy.js.map +1 -1
- package/dist/lib/handlers/api/token.d.ts.map +1 -1
- package/dist/lib/handlers/api/token.js +25 -45
- package/dist/lib/handlers/api/token.js.map +1 -1
- package/dist/lib/utils/token.js +2 -7
- package/dist/lib/utils/token.js.map +1 -1
- package/dist/shared/display.d.ts +9 -4
- package/dist/shared/display.d.ts.map +1 -1
- package/dist/shared/display.js +30 -11
- package/dist/shared/display.js.map +1 -1
- package/dist/shared/shopify.d.ts +5 -0
- package/dist/shared/shopify.d.ts.map +1 -1
- package/dist/shared/shopify.js +24 -1
- package/dist/shared/shopify.js.map +1 -1
- package/dist/shared/subtlecrypto.d.ts +1 -1
- package/dist/shared/subtlecrypto.d.ts.map +1 -1
- package/dist/shared/subtlecrypto.js +9 -5
- package/dist/shared/subtlecrypto.js.map +1 -1
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,475 @@
|
|
|
1
|
+
## [1.13.4](https://github.com/agnostack/next-shopify/compare/v1.13.3...v1.13.4) (2023-11-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* updated lock file ([03a7d39](https://github.com/agnostack/next-shopify/commit/03a7d399000d86e6ee933f7709e5410bfb1981b4))
|
|
7
|
+
* updated lock file ([256e7d7](https://github.com/agnostack/next-shopify/commit/256e7d7c1f5c23e56e5fb8ae481b08b4980ab8e9))
|
|
8
|
+
* wip ([bf9f6dd](https://github.com/agnostack/next-shopify/commit/bf9f6dd837d3e57da27702fa088e4ef94878d4e3))
|
|
9
|
+
* wip ([55ed6ad](https://github.com/agnostack/next-shopify/commit/55ed6adb42d906f2cae5fbe1a0fc30dab98625cd))
|
|
10
|
+
* wip ([d8a8f16](https://github.com/agnostack/next-shopify/commit/d8a8f16104d5beb1465467f93528e2458ebee08b))
|
|
11
|
+
* wip ([76a671d](https://github.com/agnostack/next-shopify/commit/76a671d617d0ce3c5bb7ca6066c4a6d019d029ef))
|
|
12
|
+
* wip ([b9920c9](https://github.com/agnostack/next-shopify/commit/b9920c9dfa50abb2b7e6648e3bc662da309a9666))
|
|
13
|
+
* wip ([2381a56](https://github.com/agnostack/next-shopify/commit/2381a5641319e0b7f03e860c27e28a147872a79d))
|
|
14
|
+
* wip ([e5962d0](https://github.com/agnostack/next-shopify/commit/e5962d07ce2a3a6212826d8c5d32bdb4a538a0ea))
|
|
15
|
+
* wip ([b2545ea](https://github.com/agnostack/next-shopify/commit/b2545eabbc57a405c73d794e79a2d67d11527cc0))
|
|
16
|
+
* wip ([850a990](https://github.com/agnostack/next-shopify/commit/850a99069e4dee3e98ee5de449f428d296d29a7a))
|
|
17
|
+
* wip ([1ea8993](https://github.com/agnostack/next-shopify/commit/1ea8993f414ed6ee9458fb33a5a5a75b49da89d4))
|
|
18
|
+
* wip ([d83485e](https://github.com/agnostack/next-shopify/commit/d83485eff342c0f21e6a6a1a2bca6391ad1be670))
|
|
19
|
+
* wip ([567bc8f](https://github.com/agnostack/next-shopify/commit/567bc8f013927755e5fbe3b981cd1b5306254604))
|
|
20
|
+
* wip ([2c58a8a](https://github.com/agnostack/next-shopify/commit/2c58a8af9b8c36028b5762a6a847448d1594d328))
|
|
21
|
+
* wip ([8276744](https://github.com/agnostack/next-shopify/commit/8276744bc17785ce1af965d38f317d47ddd532c6))
|
|
22
|
+
* wip ([a0eb335](https://github.com/agnostack/next-shopify/commit/a0eb33528a9b47d36e8e2f9958e7bafd4bf17823))
|
|
23
|
+
* wip ([baef655](https://github.com/agnostack/next-shopify/commit/baef655a911b63187eaf1bf0764961ae13b02fe4))
|
|
24
|
+
* wip ([3315169](https://github.com/agnostack/next-shopify/commit/3315169925362a70daa7d6c4f4897f67b00f1519))
|
|
25
|
+
* wip ([dcbe873](https://github.com/agnostack/next-shopify/commit/dcbe87388d805f2ceafd16df7f3f527e8d28056c))
|
|
26
|
+
* wip ([d4433f3](https://github.com/agnostack/next-shopify/commit/d4433f3615b69bfdb208f82bbb96455acd256a21))
|
|
27
|
+
* wip ([c3b63f1](https://github.com/agnostack/next-shopify/commit/c3b63f10b89a3fac724ee296ce6744220aeaf74e))
|
|
28
|
+
* wip ([f344e66](https://github.com/agnostack/next-shopify/commit/f344e66e357e19ae0b2bd36539338fb3c7ef716f))
|
|
29
|
+
* wip ([137d947](https://github.com/agnostack/next-shopify/commit/137d947208da705d8c6159df85621535c553060c))
|
|
30
|
+
* wip ([b2aa001](https://github.com/agnostack/next-shopify/commit/b2aa0013f4d98bbedbb6e9576d0342049fedee82))
|
|
31
|
+
* wip ([7a5bc34](https://github.com/agnostack/next-shopify/commit/7a5bc3443e1a4b7e2ecb2961e9882f4dad5ca548))
|
|
32
|
+
* wip ([b6d011f](https://github.com/agnostack/next-shopify/commit/b6d011f3d36d6d8bf5d9761bf0738054f3c7390d))
|
|
33
|
+
* wip ([40ebc2d](https://github.com/agnostack/next-shopify/commit/40ebc2d8aa7163943647198d44a81b8d2c316315))
|
|
34
|
+
* wip ([85e558b](https://github.com/agnostack/next-shopify/commit/85e558bcd5ba9d13e2546f4a66439016ca154e2f))
|
|
35
|
+
* wip ([c5a2d49](https://github.com/agnostack/next-shopify/commit/c5a2d49fdf9488136a8ce08acbc2fea98998f0d8))
|
|
36
|
+
* wip ([d263615](https://github.com/agnostack/next-shopify/commit/d26361514e00dcbf401badf43c7690a1bde03332))
|
|
37
|
+
* wip ([e10b2ab](https://github.com/agnostack/next-shopify/commit/e10b2ab5aeae548ff7e11b707cba8fee1b5dcf15))
|
|
38
|
+
* wip ([6b7d57e](https://github.com/agnostack/next-shopify/commit/6b7d57ee40cda53abe88c869536f0092f98bd4dd))
|
|
39
|
+
* wip ([eaea443](https://github.com/agnostack/next-shopify/commit/eaea44343cb78de25156fa6def0893ad96f0699c))
|
|
40
|
+
* wip ([74082e8](https://github.com/agnostack/next-shopify/commit/74082e8e47120c534b673ed42f3459e0f7baffa0))
|
|
41
|
+
* wip ([64dceab](https://github.com/agnostack/next-shopify/commit/64dceabfd7272c204713ef424506ec0b7cc720b6))
|
|
42
|
+
* wip ([b577f37](https://github.com/agnostack/next-shopify/commit/b577f377d5f2359365ae21ccb4da45a38c51dbb1))
|
|
43
|
+
* wip ([26109e8](https://github.com/agnostack/next-shopify/commit/26109e867cda0c3917a30093dee14bc0e6061741))
|
|
44
|
+
* wip ([c445db2](https://github.com/agnostack/next-shopify/commit/c445db2cd460af41de389db7137e0115681a8405))
|
|
45
|
+
* wip ([58b879d](https://github.com/agnostack/next-shopify/commit/58b879d2e18291c25da4e138075bb3a4889e2e75))
|
|
46
|
+
* wip ([a0a52af](https://github.com/agnostack/next-shopify/commit/a0a52af58ae125dc0ea679cc13c4d623f6367c98))
|
|
47
|
+
* wip ([1a7f5c9](https://github.com/agnostack/next-shopify/commit/1a7f5c93c5349e6e396784e7d5a21355cc95fc97))
|
|
48
|
+
* wip ([874da3f](https://github.com/agnostack/next-shopify/commit/874da3f0b247c08521e6e201264379c3fbe0d80a))
|
|
49
|
+
* wip ([ec34e7b](https://github.com/agnostack/next-shopify/commit/ec34e7b60d9a4fed434af6480f30a72a8bdb589a))
|
|
50
|
+
* wip ([7131f58](https://github.com/agnostack/next-shopify/commit/7131f5811d91cf438321826cd3f82f80d963dee9))
|
|
51
|
+
* wip ([fcc0135](https://github.com/agnostack/next-shopify/commit/fcc0135aecfcd2575ca228f9ff905ff9809db166))
|
|
52
|
+
* wip ([18a8099](https://github.com/agnostack/next-shopify/commit/18a8099ee2dd8e9323a1ea17f5299914e8a95a41))
|
|
53
|
+
* wip ([5dcd003](https://github.com/agnostack/next-shopify/commit/5dcd003c088ae7fd822803b7ac47f0ba8048b334))
|
|
54
|
+
* wip ([5bfb2da](https://github.com/agnostack/next-shopify/commit/5bfb2daf4852a6ba3dda7b7958c215bbc6c5c67f))
|
|
55
|
+
* wip ([fcfcb52](https://github.com/agnostack/next-shopify/commit/fcfcb52b69da5d0ecf281b2f56bbfe85048c6615))
|
|
56
|
+
* wip ([48835ab](https://github.com/agnostack/next-shopify/commit/48835ab2b7e2a5a9fb921619322bacb044fa37c4))
|
|
57
|
+
* wip ([f7fb508](https://github.com/agnostack/next-shopify/commit/f7fb50800b0b5e615d50e66d31a4ff7b0496ea35))
|
|
58
|
+
* wip ([cf0ca62](https://github.com/agnostack/next-shopify/commit/cf0ca626e227a54c45c0c12ed6ae5924c2222868))
|
|
59
|
+
* wip ([cea69da](https://github.com/agnostack/next-shopify/commit/cea69daea4f939b48ff25d67f694668b2f9307c4))
|
|
60
|
+
* wip ([7af14c7](https://github.com/agnostack/next-shopify/commit/7af14c71b29f7bf3d7a181cbf9dfb60ded81425b))
|
|
61
|
+
* wip ([7cc3648](https://github.com/agnostack/next-shopify/commit/7cc3648e80565295ab1e59be21784f5f7197054f))
|
|
62
|
+
* wip ([142e3d5](https://github.com/agnostack/next-shopify/commit/142e3d540c181035efbc9aee2663b1b263d34664))
|
|
63
|
+
* wip ([03c326f](https://github.com/agnostack/next-shopify/commit/03c326fe0d5305df9df0e03a31417a9a6e737689))
|
|
64
|
+
* wip ([4403568](https://github.com/agnostack/next-shopify/commit/4403568128d7eb48f6f1c65466f44f9ef225701c))
|
|
65
|
+
* wip ([7e1b317](https://github.com/agnostack/next-shopify/commit/7e1b31755d1c4b715506e5018c21269be7c93a69))
|
|
66
|
+
* wip ([72a4ecc](https://github.com/agnostack/next-shopify/commit/72a4ecc06650b0876bae416205d143d81f1e74a2))
|
|
67
|
+
* wip ([ba69016](https://github.com/agnostack/next-shopify/commit/ba69016ef8ae6fec5146bbdbdb3b7d71bc48e3a5))
|
|
68
|
+
* wip ([4900495](https://github.com/agnostack/next-shopify/commit/4900495dfc07c53f8e6d17cca5c23da873a25f4e))
|
|
69
|
+
* wip ([fe4c28e](https://github.com/agnostack/next-shopify/commit/fe4c28ecd3d8dc52da7543974998df0cf474e9e6))
|
|
70
|
+
* wip ([26e0379](https://github.com/agnostack/next-shopify/commit/26e0379e0a8c3934ae42a3ea28770eac2239dfd6))
|
|
71
|
+
* wip ([481f883](https://github.com/agnostack/next-shopify/commit/481f8830af3a3e72e207c40b45d35f90be7335aa))
|
|
72
|
+
* wip ([cf77a00](https://github.com/agnostack/next-shopify/commit/cf77a006535037e6b761bc7a0be7b09fe9233d2a))
|
|
73
|
+
* wip ([8e3a3e0](https://github.com/agnostack/next-shopify/commit/8e3a3e02902f5739962c8c83894d11168908ee30))
|
|
74
|
+
* wip ([69dd1d8](https://github.com/agnostack/next-shopify/commit/69dd1d8b2c6c5ab81d7e8d66648e0ee5f668fa99))
|
|
75
|
+
|
|
76
|
+
## [1.13.4-beta.64](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.63...v1.13.4-beta.64) (2023-11-29)
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
### Bug Fixes
|
|
80
|
+
|
|
81
|
+
* wip ([bf9f6dd](https://github.com/agnostack/next-shopify/commit/bf9f6dd837d3e57da27702fa088e4ef94878d4e3))
|
|
82
|
+
|
|
83
|
+
## [1.13.4-beta.63](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.62...v1.13.4-beta.63) (2023-11-29)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Bug Fixes
|
|
87
|
+
|
|
88
|
+
* wip ([55ed6ad](https://github.com/agnostack/next-shopify/commit/55ed6adb42d906f2cae5fbe1a0fc30dab98625cd))
|
|
89
|
+
|
|
90
|
+
## [1.13.4-beta.62](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.61...v1.13.4-beta.62) (2023-11-29)
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
### Bug Fixes
|
|
94
|
+
|
|
95
|
+
* wip ([d8a8f16](https://github.com/agnostack/next-shopify/commit/d8a8f16104d5beb1465467f93528e2458ebee08b))
|
|
96
|
+
|
|
97
|
+
## [1.13.4-beta.61](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.60...v1.13.4-beta.61) (2023-11-29)
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
### Bug Fixes
|
|
101
|
+
|
|
102
|
+
* wip ([76a671d](https://github.com/agnostack/next-shopify/commit/76a671d617d0ce3c5bb7ca6066c4a6d019d029ef))
|
|
103
|
+
|
|
104
|
+
## [1.13.4-beta.60](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.59...v1.13.4-beta.60) (2023-11-29)
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
### Bug Fixes
|
|
108
|
+
|
|
109
|
+
* wip ([b9920c9](https://github.com/agnostack/next-shopify/commit/b9920c9dfa50abb2b7e6648e3bc662da309a9666))
|
|
110
|
+
|
|
111
|
+
## [1.13.4-beta.59](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.58...v1.13.4-beta.59) (2023-11-29)
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
### Bug Fixes
|
|
115
|
+
|
|
116
|
+
* wip ([2381a56](https://github.com/agnostack/next-shopify/commit/2381a5641319e0b7f03e860c27e28a147872a79d))
|
|
117
|
+
|
|
118
|
+
## [1.13.4-beta.58](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.57...v1.13.4-beta.58) (2023-11-29)
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
### Bug Fixes
|
|
122
|
+
|
|
123
|
+
* wip ([e5962d0](https://github.com/agnostack/next-shopify/commit/e5962d07ce2a3a6212826d8c5d32bdb4a538a0ea))
|
|
124
|
+
|
|
125
|
+
## [1.13.4-beta.57](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.56...v1.13.4-beta.57) (2023-11-29)
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
### Bug Fixes
|
|
129
|
+
|
|
130
|
+
* wip ([b2545ea](https://github.com/agnostack/next-shopify/commit/b2545eabbc57a405c73d794e79a2d67d11527cc0))
|
|
131
|
+
|
|
132
|
+
## [1.13.4-beta.56](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.55...v1.13.4-beta.56) (2023-11-29)
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
### Bug Fixes
|
|
136
|
+
|
|
137
|
+
* wip ([850a990](https://github.com/agnostack/next-shopify/commit/850a99069e4dee3e98ee5de449f428d296d29a7a))
|
|
138
|
+
|
|
139
|
+
## [1.13.4-beta.55](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.54...v1.13.4-beta.55) (2023-11-29)
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
### Bug Fixes
|
|
143
|
+
|
|
144
|
+
* wip ([1ea8993](https://github.com/agnostack/next-shopify/commit/1ea8993f414ed6ee9458fb33a5a5a75b49da89d4))
|
|
145
|
+
|
|
146
|
+
## [1.13.4-beta.54](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.53...v1.13.4-beta.54) (2023-11-29)
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
### Bug Fixes
|
|
150
|
+
|
|
151
|
+
* wip ([d83485e](https://github.com/agnostack/next-shopify/commit/d83485eff342c0f21e6a6a1a2bca6391ad1be670))
|
|
152
|
+
|
|
153
|
+
## [1.13.4-beta.53](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.52...v1.13.4-beta.53) (2023-11-29)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
### Bug Fixes
|
|
157
|
+
|
|
158
|
+
* wip ([567bc8f](https://github.com/agnostack/next-shopify/commit/567bc8f013927755e5fbe3b981cd1b5306254604))
|
|
159
|
+
|
|
160
|
+
## [1.13.4-beta.52](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.51...v1.13.4-beta.52) (2023-11-29)
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
### Bug Fixes
|
|
164
|
+
|
|
165
|
+
* wip ([2c58a8a](https://github.com/agnostack/next-shopify/commit/2c58a8af9b8c36028b5762a6a847448d1594d328))
|
|
166
|
+
|
|
167
|
+
## [1.13.4-beta.51](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.50...v1.13.4-beta.51) (2023-11-29)
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
### Bug Fixes
|
|
171
|
+
|
|
172
|
+
* wip ([8276744](https://github.com/agnostack/next-shopify/commit/8276744bc17785ce1af965d38f317d47ddd532c6))
|
|
173
|
+
|
|
174
|
+
## [1.13.4-beta.50](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.49...v1.13.4-beta.50) (2023-11-29)
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
### Bug Fixes
|
|
178
|
+
|
|
179
|
+
* wip ([a0eb335](https://github.com/agnostack/next-shopify/commit/a0eb33528a9b47d36e8e2f9958e7bafd4bf17823))
|
|
180
|
+
|
|
181
|
+
## [1.13.4-beta.49](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.48...v1.13.4-beta.49) (2023-11-29)
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
### Bug Fixes
|
|
185
|
+
|
|
186
|
+
* wip ([baef655](https://github.com/agnostack/next-shopify/commit/baef655a911b63187eaf1bf0764961ae13b02fe4))
|
|
187
|
+
|
|
188
|
+
## [1.13.4-beta.48](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.47...v1.13.4-beta.48) (2023-11-29)
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Bug Fixes
|
|
192
|
+
|
|
193
|
+
* wip ([3315169](https://github.com/agnostack/next-shopify/commit/3315169925362a70daa7d6c4f4897f67b00f1519))
|
|
194
|
+
|
|
195
|
+
## [1.13.4-beta.47](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.46...v1.13.4-beta.47) (2023-11-28)
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
### Bug Fixes
|
|
199
|
+
|
|
200
|
+
* wip ([dcbe873](https://github.com/agnostack/next-shopify/commit/dcbe87388d805f2ceafd16df7f3f527e8d28056c))
|
|
201
|
+
|
|
202
|
+
## [1.13.4-beta.46](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.45...v1.13.4-beta.46) (2023-11-28)
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
### Bug Fixes
|
|
206
|
+
|
|
207
|
+
* wip ([d4433f3](https://github.com/agnostack/next-shopify/commit/d4433f3615b69bfdb208f82bbb96455acd256a21))
|
|
208
|
+
|
|
209
|
+
## [1.13.4-beta.45](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.44...v1.13.4-beta.45) (2023-11-28)
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
### Bug Fixes
|
|
213
|
+
|
|
214
|
+
* wip ([c3b63f1](https://github.com/agnostack/next-shopify/commit/c3b63f10b89a3fac724ee296ce6744220aeaf74e))
|
|
215
|
+
|
|
216
|
+
## [1.13.4-beta.44](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.43...v1.13.4-beta.44) (2023-11-28)
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
### Bug Fixes
|
|
220
|
+
|
|
221
|
+
* wip ([f344e66](https://github.com/agnostack/next-shopify/commit/f344e66e357e19ae0b2bd36539338fb3c7ef716f))
|
|
222
|
+
|
|
223
|
+
## [1.13.4-beta.43](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.42...v1.13.4-beta.43) (2023-11-28)
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
### Bug Fixes
|
|
227
|
+
|
|
228
|
+
* wip ([137d947](https://github.com/agnostack/next-shopify/commit/137d947208da705d8c6159df85621535c553060c))
|
|
229
|
+
|
|
230
|
+
## [1.13.4-beta.42](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.41...v1.13.4-beta.42) (2023-11-28)
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
### Bug Fixes
|
|
234
|
+
|
|
235
|
+
* wip ([b2aa001](https://github.com/agnostack/next-shopify/commit/b2aa0013f4d98bbedbb6e9576d0342049fedee82))
|
|
236
|
+
|
|
237
|
+
## [1.13.4-beta.41](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.40...v1.13.4-beta.41) (2023-11-28)
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
### Bug Fixes
|
|
241
|
+
|
|
242
|
+
* wip ([7a5bc34](https://github.com/agnostack/next-shopify/commit/7a5bc3443e1a4b7e2ecb2961e9882f4dad5ca548))
|
|
243
|
+
|
|
244
|
+
## [1.13.4-beta.40](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.39...v1.13.4-beta.40) (2023-11-28)
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
### Bug Fixes
|
|
248
|
+
|
|
249
|
+
* wip ([b6d011f](https://github.com/agnostack/next-shopify/commit/b6d011f3d36d6d8bf5d9761bf0738054f3c7390d))
|
|
250
|
+
|
|
251
|
+
## [1.13.4-beta.39](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.38...v1.13.4-beta.39) (2023-11-28)
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
### Bug Fixes
|
|
255
|
+
|
|
256
|
+
* wip ([40ebc2d](https://github.com/agnostack/next-shopify/commit/40ebc2d8aa7163943647198d44a81b8d2c316315))
|
|
257
|
+
|
|
258
|
+
## [1.13.4-beta.38](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.37...v1.13.4-beta.38) (2023-11-28)
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
### Bug Fixes
|
|
262
|
+
|
|
263
|
+
* wip ([85e558b](https://github.com/agnostack/next-shopify/commit/85e558bcd5ba9d13e2546f4a66439016ca154e2f))
|
|
264
|
+
|
|
265
|
+
## [1.13.4-beta.37](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.36...v1.13.4-beta.37) (2023-11-28)
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
### Bug Fixes
|
|
269
|
+
|
|
270
|
+
* wip ([c5a2d49](https://github.com/agnostack/next-shopify/commit/c5a2d49fdf9488136a8ce08acbc2fea98998f0d8))
|
|
271
|
+
|
|
272
|
+
## [1.13.4-beta.36](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.35...v1.13.4-beta.36) (2023-11-28)
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
### Bug Fixes
|
|
276
|
+
|
|
277
|
+
* wip ([d263615](https://github.com/agnostack/next-shopify/commit/d26361514e00dcbf401badf43c7690a1bde03332))
|
|
278
|
+
|
|
279
|
+
## [1.13.4-beta.35](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.34...v1.13.4-beta.35) (2023-11-28)
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
### Bug Fixes
|
|
283
|
+
|
|
284
|
+
* wip ([e10b2ab](https://github.com/agnostack/next-shopify/commit/e10b2ab5aeae548ff7e11b707cba8fee1b5dcf15))
|
|
285
|
+
|
|
286
|
+
## [1.13.4-beta.34](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.33...v1.13.4-beta.34) (2023-11-28)
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
### Bug Fixes
|
|
290
|
+
|
|
291
|
+
* wip ([6b7d57e](https://github.com/agnostack/next-shopify/commit/6b7d57ee40cda53abe88c869536f0092f98bd4dd))
|
|
292
|
+
|
|
293
|
+
## [1.13.4-beta.33](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.32...v1.13.4-beta.33) (2023-11-28)
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
### Bug Fixes
|
|
297
|
+
|
|
298
|
+
* wip ([eaea443](https://github.com/agnostack/next-shopify/commit/eaea44343cb78de25156fa6def0893ad96f0699c))
|
|
299
|
+
|
|
300
|
+
## [1.13.4-beta.32](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.31...v1.13.4-beta.32) (2023-11-28)
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
### Bug Fixes
|
|
304
|
+
|
|
305
|
+
* wip ([74082e8](https://github.com/agnostack/next-shopify/commit/74082e8e47120c534b673ed42f3459e0f7baffa0))
|
|
306
|
+
|
|
307
|
+
## [1.13.4-beta.31](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.30...v1.13.4-beta.31) (2023-11-28)
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
### Bug Fixes
|
|
311
|
+
|
|
312
|
+
* updated lock file ([03a7d39](https://github.com/agnostack/next-shopify/commit/03a7d399000d86e6ee933f7709e5410bfb1981b4))
|
|
313
|
+
|
|
314
|
+
## [1.13.4-beta.30](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.29...v1.13.4-beta.30) (2023-11-28)
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
### Bug Fixes
|
|
318
|
+
|
|
319
|
+
* updated lock file ([256e7d7](https://github.com/agnostack/next-shopify/commit/256e7d7c1f5c23e56e5fb8ae481b08b4980ab8e9))
|
|
320
|
+
* wip ([64dceab](https://github.com/agnostack/next-shopify/commit/64dceabfd7272c204713ef424506ec0b7cc720b6))
|
|
321
|
+
* wip ([b577f37](https://github.com/agnostack/next-shopify/commit/b577f377d5f2359365ae21ccb4da45a38c51dbb1))
|
|
322
|
+
* wip ([26109e8](https://github.com/agnostack/next-shopify/commit/26109e867cda0c3917a30093dee14bc0e6061741))
|
|
323
|
+
* wip ([c445db2](https://github.com/agnostack/next-shopify/commit/c445db2cd460af41de389db7137e0115681a8405))
|
|
324
|
+
|
|
325
|
+
## [1.13.4-beta.29](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.28...v1.13.4-beta.29) (2023-11-28)
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
### Bug Fixes
|
|
329
|
+
|
|
330
|
+
* wip ([58b879d](https://github.com/agnostack/next-shopify/commit/58b879d2e18291c25da4e138075bb3a4889e2e75))
|
|
331
|
+
|
|
332
|
+
## [1.13.4-beta.28](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.27...v1.13.4-beta.28) (2023-11-28)
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
### Bug Fixes
|
|
336
|
+
|
|
337
|
+
* wip ([a0a52af](https://github.com/agnostack/next-shopify/commit/a0a52af58ae125dc0ea679cc13c4d623f6367c98))
|
|
338
|
+
|
|
339
|
+
## [1.13.4-beta.27](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.26...v1.13.4-beta.27) (2023-11-28)
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
### Bug Fixes
|
|
343
|
+
|
|
344
|
+
* wip ([1a7f5c9](https://github.com/agnostack/next-shopify/commit/1a7f5c93c5349e6e396784e7d5a21355cc95fc97))
|
|
345
|
+
|
|
346
|
+
## [1.13.4-beta.26](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.25...v1.13.4-beta.26) (2023-11-28)
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
### Bug Fixes
|
|
350
|
+
|
|
351
|
+
* wip ([874da3f](https://github.com/agnostack/next-shopify/commit/874da3f0b247c08521e6e201264379c3fbe0d80a))
|
|
352
|
+
|
|
353
|
+
## [1.13.4-beta.25](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.24...v1.13.4-beta.25) (2023-11-28)
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
### Bug Fixes
|
|
357
|
+
|
|
358
|
+
* wip ([ec34e7b](https://github.com/agnostack/next-shopify/commit/ec34e7b60d9a4fed434af6480f30a72a8bdb589a))
|
|
359
|
+
|
|
360
|
+
## [1.13.4-beta.24](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.23...v1.13.4-beta.24) (2023-11-28)
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
### Bug Fixes
|
|
364
|
+
|
|
365
|
+
* wip ([7131f58](https://github.com/agnostack/next-shopify/commit/7131f5811d91cf438321826cd3f82f80d963dee9))
|
|
366
|
+
|
|
367
|
+
## [1.13.4-beta.23](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.22...v1.13.4-beta.23) (2023-11-28)
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
### Bug Fixes
|
|
371
|
+
|
|
372
|
+
* wip ([fcc0135](https://github.com/agnostack/next-shopify/commit/fcc0135aecfcd2575ca228f9ff905ff9809db166))
|
|
373
|
+
|
|
374
|
+
## [1.13.4-beta.22](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.21...v1.13.4-beta.22) (2023-11-28)
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
### Bug Fixes
|
|
378
|
+
|
|
379
|
+
* wip ([18a8099](https://github.com/agnostack/next-shopify/commit/18a8099ee2dd8e9323a1ea17f5299914e8a95a41))
|
|
380
|
+
|
|
381
|
+
## [1.13.4-beta.21](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.20...v1.13.4-beta.21) (2023-11-28)
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
### Bug Fixes
|
|
385
|
+
|
|
386
|
+
* wip ([5dcd003](https://github.com/agnostack/next-shopify/commit/5dcd003c088ae7fd822803b7ac47f0ba8048b334))
|
|
387
|
+
|
|
388
|
+
## [1.13.4-beta.20](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.19...v1.13.4-beta.20) (2023-11-28)
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
### Bug Fixes
|
|
392
|
+
|
|
393
|
+
* wip ([5bfb2da](https://github.com/agnostack/next-shopify/commit/5bfb2daf4852a6ba3dda7b7958c215bbc6c5c67f))
|
|
394
|
+
|
|
395
|
+
## [1.13.4-beta.19](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.18...v1.13.4-beta.19) (2023-11-28)
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
### Bug Fixes
|
|
399
|
+
|
|
400
|
+
* wip ([fcfcb52](https://github.com/agnostack/next-shopify/commit/fcfcb52b69da5d0ecf281b2f56bbfe85048c6615))
|
|
401
|
+
|
|
402
|
+
## [1.13.4-beta.18](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.17...v1.13.4-beta.18) (2023-11-28)
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
### Bug Fixes
|
|
406
|
+
|
|
407
|
+
* wip ([48835ab](https://github.com/agnostack/next-shopify/commit/48835ab2b7e2a5a9fb921619322bacb044fa37c4))
|
|
408
|
+
|
|
409
|
+
## [1.13.4-beta.17](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.16...v1.13.4-beta.17) (2023-11-28)
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
### Bug Fixes
|
|
413
|
+
|
|
414
|
+
* wip ([f7fb508](https://github.com/agnostack/next-shopify/commit/f7fb50800b0b5e615d50e66d31a4ff7b0496ea35))
|
|
415
|
+
|
|
416
|
+
## [1.13.4-beta.16](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.15...v1.13.4-beta.16) (2023-11-27)
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
### Bug Fixes
|
|
420
|
+
|
|
421
|
+
* wip ([cf0ca62](https://github.com/agnostack/next-shopify/commit/cf0ca626e227a54c45c0c12ed6ae5924c2222868))
|
|
422
|
+
|
|
423
|
+
## [1.13.4-beta.15](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.14...v1.13.4-beta.15) (2023-11-27)
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
### Bug Fixes
|
|
427
|
+
|
|
428
|
+
* wip ([cea69da](https://github.com/agnostack/next-shopify/commit/cea69daea4f939b48ff25d67f694668b2f9307c4))
|
|
429
|
+
|
|
430
|
+
## [1.13.4-beta.14](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.13...v1.13.4-beta.14) (2023-11-27)
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
### Bug Fixes
|
|
434
|
+
|
|
435
|
+
* wip ([7af14c7](https://github.com/agnostack/next-shopify/commit/7af14c71b29f7bf3d7a181cbf9dfb60ded81425b))
|
|
436
|
+
|
|
437
|
+
## [1.13.4-beta.13](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.12...v1.13.4-beta.13) (2023-11-27)
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
### Bug Fixes
|
|
441
|
+
|
|
442
|
+
* wip ([7cc3648](https://github.com/agnostack/next-shopify/commit/7cc3648e80565295ab1e59be21784f5f7197054f))
|
|
443
|
+
|
|
444
|
+
## [1.13.4-beta.12](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.11...v1.13.4-beta.12) (2023-11-27)
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
### Bug Fixes
|
|
448
|
+
|
|
449
|
+
* wip ([142e3d5](https://github.com/agnostack/next-shopify/commit/142e3d540c181035efbc9aee2663b1b263d34664))
|
|
450
|
+
* wip ([03c326f](https://github.com/agnostack/next-shopify/commit/03c326fe0d5305df9df0e03a31417a9a6e737689))
|
|
451
|
+
|
|
452
|
+
## [1.13.4-beta.11](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.10...v1.13.4-beta.11) (2023-11-27)
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
### Bug Fixes
|
|
456
|
+
|
|
457
|
+
* wip ([4403568](https://github.com/agnostack/next-shopify/commit/4403568128d7eb48f6f1c65466f44f9ef225701c))
|
|
458
|
+
|
|
459
|
+
## [1.13.4-beta.10](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.9...v1.13.4-beta.10) (2023-11-27)
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
### Bug Fixes
|
|
463
|
+
|
|
464
|
+
* wip ([7e1b317](https://github.com/agnostack/next-shopify/commit/7e1b31755d1c4b715506e5018c21269be7c93a69))
|
|
465
|
+
|
|
466
|
+
## [1.13.4-beta.9](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.8...v1.13.4-beta.9) (2023-11-27)
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
### Bug Fixes
|
|
470
|
+
|
|
471
|
+
* wip ([72a4ecc](https://github.com/agnostack/next-shopify/commit/72a4ecc06650b0876bae416205d143d81f1e74a2))
|
|
472
|
+
|
|
1
473
|
## [1.13.4-beta.8](https://github.com/agnostack/next-shopify/compare/v1.13.4-beta.7...v1.13.4-beta.8) (2023-11-27)
|
|
2
474
|
|
|
3
475
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"proxy.d.ts","sourceRoot":"","sources":["../../../../src/lib/handlers/api/proxy.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"proxy.d.ts","sourceRoot":"","sources":["../../../../src/lib/handlers/api/proxy.js"],"names":[],"mappings":"AAsCO,sHAgPN"}
|