@artisan-commerce/products 0.9.0-canary.3 → 0.9.0-canary.30
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 +221 -0
- package/dist/bundle.cjs.js +1121 -0
- package/dist/bundle.cjs.js.map +1 -0
- package/dist/bundle.d.ts +164 -0
- package/dist/bundle.esm.js +1112 -0
- package/dist/bundle.esm.js.map +1 -0
- package/dist/bundle.umd.js +1127 -0
- package/dist/bundle.umd.js.map +1 -0
- package/package.json +23 -58
- package/build/config/constants.d.ts +0 -12
- package/build/errors/api.errors.d.ts +0 -7
- package/build/index.d.ts +0 -17
- package/build/lib/getCategories/getCategories.d.ts +0 -1
- package/build/lib/getCategories/getCategories.test.d.ts +0 -1
- package/build/lib/getProductDetails/getProductDetails.d.ts +0 -10
- package/build/lib/getProductDetails/getProductDetails.test.d.ts +0 -1
- package/build/lib/getProductDetails/getProductDetails.types.d.ts +0 -7
- package/build/lib/getProducts/getProducts.d.ts +0 -11
- package/build/lib/getProducts/getProducts.test.d.ts +0 -1
- package/build/lib/getProducts/getProducts.types.d.ts +0 -3
- package/build/lib/getRecommendedProducts/getRecommendedProducts.d.ts +0 -1
- package/build/lib/getRecommendedProducts/getRecommendedProducts.test.d.ts +0 -1
- package/build/lib/getRelatedProducts/getRelatedProducts.d.ts +0 -1
- package/build/lib/getRelatedProducts/getRelatedProducts.test.d.ts +0 -1
- package/build/lib/getStoreDetails/getStoreDetails.d.ts +0 -16
- package/build/lib/getStoreDetails/getStoreDetails.test.d.ts +0 -1
- package/build/lib/getStoreDetails/getStoreDetails.types.d.ts +0 -7
- package/build/lib/initProducts/initProducts.d.ts +0 -14
- package/build/lib/registerModifiersForm/registerModifiersForm.d.ts +0 -21
- package/build/lib/registerModifiersForm/registerModifiersForm.test.d.ts +0 -1
- package/build/lib/registerModifiersForm/registerModifiersForm.types.d.ts +0 -34
- package/build/lib/validateProduct/validateProduct.d.ts +0 -7
- package/build/lib/validateProduct/validateProduct.test.d.ts +0 -1
- package/build/lib/validateProduct/validateProduct.types.d.ts +0 -2
- package/build/main.bundle.js +0 -19
- package/build/report.json +0 -1
- package/build/services/fetchProductDetails/fetchProductDetails.service.d.ts +0 -3
- package/build/services/fetchProductDetails/fetchProductDetails.service.mock.d.ts +0 -2
- package/build/services/fetchProductDetails/fetchProductDetails.service.types.d.ts +0 -9
- package/build/services/fetchProducts/fetchPRoducts.service.mock.d.ts +0 -2
- package/build/services/fetchProducts/fetchProducts.service.d.ts +0 -2
- package/build/services/fetchProducts/fetchProducts.service.types.d.ts +0 -1
- package/build/services/fetchStoreDetails/fetchStoreDetails.service.d.ts +0 -2
- package/build/services/fetchStoreDetails/fetchStoreDetails.service.types.d.ts +0 -1
- package/build/tests/exports.test.d.ts +0 -1
- package/build/types/common.types.d.ts +0 -23
- package/build/types/http.types.d.ts +0 -96
- package/build/types/modifiers.types.d.ts +0 -62
- package/build/utils/assertions/assertions.utils.d.ts +0 -8
- package/build/utils/calculations/calculations.utils.d.ts +0 -20
- package/build/utils/calculations/calculations.utils.test.d.ts +0 -1
- package/build/utils/calculations/calculations.utils.types.d.ts +0 -11
- package/build/utils/common.utils.d.ts +0 -3
- package/build/utils/http/http.utils.d.ts +0 -5
- package/build/utils/http/purge.utils.d.ts +0 -38
- package/build/utils/http/request.utils.d.ts +0 -12
- package/build/utils/modifiers/common.utils.d.ts +0 -17
- package/build/utils/modifiers/form.utils.d.ts +0 -17
- package/build/utils/modifiers/handleChange.utils.d.ts +0 -1
- package/build/utils/modifiers/renderer.utils.d.ts +0 -11
- package/build/utils/modifiers/rendererTraversal.utils.d.ts +0 -4
- package/build/utils/modifiers/updateRenderer.utils.d.ts +0 -5
- package/build/utils/questionsAndAnswers/questionsAndAnswers.utils.d.ts +0 -5
- package/build/utils/questionsAndAnswers/questionsAndAnswers.utils.test.d.ts +0 -1
- package/build/utils/services.utils.d.ts +0 -6
- package/build/utils/state/state.utils.d.ts +0 -2
- package/build/utils/transformers/api.transformer.d.ts +0 -12
- package/build/utils/transformers/transformers.utils.d.ts +0 -10
- package/build/vendors.bundle.js +0 -1
- package/build/vendors.d.ts +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,227 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.9.0-canary.30](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.29...@artisan-commerce/products@0.9.0-canary.30) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.9.0-canary.29](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.28...@artisan-commerce/products@0.9.0-canary.29) (2021-10-22)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [0.9.0-canary.28](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.27...@artisan-commerce/products@0.9.0-canary.28) (2021-10-21)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [0.9.0-canary.27](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.26...@artisan-commerce/products@0.9.0-canary.27) (2021-10-21)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## [0.9.0-canary.26](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.25...@artisan-commerce/products@0.9.0-canary.26) (2021-10-20)
|
|
39
|
+
|
|
40
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## [0.9.0-canary.25](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.24...@artisan-commerce/products@0.9.0-canary.25) (2021-10-19)
|
|
47
|
+
|
|
48
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
## [0.9.0-canary.24](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.23...@artisan-commerce/products@0.9.0-canary.24) (2021-10-18)
|
|
55
|
+
|
|
56
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
## [0.9.0-canary.23](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.22...@artisan-commerce/products@0.9.0-canary.23) (2021-10-14)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### Bug Fixes
|
|
66
|
+
|
|
67
|
+
* **global:** make export not module by default ([4e701b1](https://bitbucket.org/tradesystem/artisn_sdk/commit/4e701b1b59df89cf8358cf500984b1c2c4f42c60))
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
## [0.9.0-canary.22](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.21...@artisan-commerce/products@0.9.0-canary.22) (2021-10-14)
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
### Bug Fixes
|
|
75
|
+
|
|
76
|
+
* **global:** fix some payment types ([8000970](https://bitbucket.org/tradesystem/artisn_sdk/commit/80009700cd8664828b1236e8ad7cc90ce2fcb3e7))
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
## [0.9.0-canary.21](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.20...@artisan-commerce/products@0.9.0-canary.21) (2021-10-14)
|
|
81
|
+
|
|
82
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
## [0.9.0-canary.20](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.19...@artisan-commerce/products@0.9.0-canary.20) (2021-10-13)
|
|
89
|
+
|
|
90
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
## [0.9.0-canary.19](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.18...@artisan-commerce/products@0.9.0-canary.19) (2021-10-05)
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
### Bug Fixes
|
|
100
|
+
|
|
101
|
+
* **global:** fix ProductDetail builder and update its types ([cdc6cf9](https://bitbucket.org/tradesystem/artisn_sdk/commit/cdc6cf9ed2e7ff1a340bc691b0dc1156bc682d38))
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
## [0.9.0-canary.18](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.17...@artisan-commerce/products@0.9.0-canary.18) (2021-10-04)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
### Features
|
|
109
|
+
|
|
110
|
+
* **global:** update registerModifiersForm function, control state error ([c3534cf](https://bitbucket.org/tradesystem/artisn_sdk/commit/c3534cf2eac5f7d90176888ad5b6dd575998e2f1))
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
## [0.9.0-canary.17](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.16...@artisan-commerce/products@0.9.0-canary.17) (2021-10-01)
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
### Bug Fixes
|
|
118
|
+
|
|
119
|
+
* **global:** fix firebase related types ([efa5081](https://bitbucket.org/tradesystem/artisn_sdk/commit/efa5081a844be033ac9135ac65bf8f56184b71b0))
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
## [0.9.0-canary.16](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.15...@artisan-commerce/products@0.9.0-canary.16) (2021-09-30)
|
|
124
|
+
|
|
125
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
## [0.9.0-canary.15](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.14...@artisan-commerce/products@0.9.0-canary.15) (2021-09-30)
|
|
132
|
+
|
|
133
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
## [0.9.0-canary.14](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.13...@artisan-commerce/products@0.9.0-canary.14) (2021-09-23)
|
|
140
|
+
|
|
141
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
## [0.9.0-canary.13](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.12...@artisan-commerce/products@0.9.0-canary.13) (2021-09-21)
|
|
148
|
+
|
|
149
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
## [0.9.0-canary.12](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.11...@artisan-commerce/products@0.9.0-canary.12) (2021-09-17)
|
|
156
|
+
|
|
157
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
## [0.9.0-canary.11](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.10...@artisan-commerce/products@0.9.0-canary.11) (2021-08-25)
|
|
164
|
+
|
|
165
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
## [0.9.0-canary.10](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.9...@artisan-commerce/products@0.9.0-canary.10) (2021-08-25)
|
|
172
|
+
|
|
173
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
## [0.9.0-canary.9](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.8...@artisan-commerce/products@0.9.0-canary.9) (2021-08-24)
|
|
180
|
+
|
|
181
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
## [0.9.0-canary.8](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.7...@artisan-commerce/products@0.9.0-canary.8) (2021-08-23)
|
|
188
|
+
|
|
189
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
## [0.9.0-canary.7](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.6...@artisan-commerce/products@0.9.0-canary.7) (2021-08-23)
|
|
196
|
+
|
|
197
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
## [0.9.0-canary.6](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.5...@artisan-commerce/products@0.9.0-canary.6) (2021-08-12)
|
|
204
|
+
|
|
205
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
## [0.9.0-canary.5](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.4...@artisan-commerce/products@0.9.0-canary.5) (2021-08-12)
|
|
212
|
+
|
|
213
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
## [0.9.0-canary.4](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.3...@artisan-commerce/products@0.9.0-canary.4) (2021-08-12)
|
|
220
|
+
|
|
221
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
6
227
|
## [0.9.0-canary.3](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.2...@artisan-commerce/products@0.9.0-canary.3) (2021-08-12)
|
|
7
228
|
|
|
8
229
|
|