@artisan-commerce/products 0.9.0-canary.2 → 0.9.0-canary.21
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 +156 -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 +25 -23
- 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,162 @@
|
|
|
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.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)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [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)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [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)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* **global:** fix ProductDetail builder and update its types ([cdc6cf9](https://bitbucket.org/tradesystem/artisn_sdk/commit/cdc6cf9ed2e7ff1a340bc691b0dc1156bc682d38))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## [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)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* **global:** update registerModifiersForm function, control state error ([c3534cf](https://bitbucket.org/tradesystem/artisn_sdk/commit/c3534cf2eac5f7d90176888ad5b6dd575998e2f1))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
## [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)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Bug Fixes
|
|
44
|
+
|
|
45
|
+
* **global:** fix firebase related types ([efa5081](https://bitbucket.org/tradesystem/artisn_sdk/commit/efa5081a844be033ac9135ac65bf8f56184b71b0))
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## [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)
|
|
50
|
+
|
|
51
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
## [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)
|
|
58
|
+
|
|
59
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## [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)
|
|
66
|
+
|
|
67
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
## [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)
|
|
74
|
+
|
|
75
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
## [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)
|
|
82
|
+
|
|
83
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
## [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)
|
|
90
|
+
|
|
91
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
## [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)
|
|
98
|
+
|
|
99
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
## [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)
|
|
106
|
+
|
|
107
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
## [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)
|
|
114
|
+
|
|
115
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
## [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)
|
|
122
|
+
|
|
123
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
## [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)
|
|
130
|
+
|
|
131
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
## [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)
|
|
138
|
+
|
|
139
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
## [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)
|
|
146
|
+
|
|
147
|
+
**Note:** Version bump only for package @artisan-commerce/products
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
## [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)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
### Bug Fixes
|
|
157
|
+
|
|
158
|
+
* **modifiers:** fix modifiers images typing to CDNImage ([04de8b6](https://bitbucket.org/tradesystem/artisn_sdk/commit/04de8b6ecc3551a3610e4e4220fcbd507e7d40c1))
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
6
162
|
## [0.9.0-canary.2](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.1...@artisan-commerce/products@0.9.0-canary.2) (2021-08-11)
|
|
7
163
|
|
|
8
164
|
|