@artisan-commerce/builders 0.7.0-canary.36 → 0.7.0-canary.37

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 CHANGED
@@ -3,6 +3,15 @@
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.7.0-canary.37](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/builders@0.7.0-canary.36...@artisan-commerce/builders@0.7.0-canary.37) (2022-01-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **artisn:** delete base64 key ([95cda3c](https://bitbucket.org/tradesystem/artisn_sdk/commit/95cda3c4209f6057c4fe6a8aa847e750faf68a21))
12
+
13
+
14
+
6
15
  ## [0.7.0-canary.36](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/builders@0.7.0-canary.35...@artisan-commerce/builders@0.7.0-canary.36) (2022-01-06)
7
16
 
8
17
 
@@ -141504,8 +141504,7 @@ const buildCDNImage = (overrides = {}, options) => {
141504
141504
  cloudFrontUrl: genURL(),
141505
141505
  key: `images/${imageName}.jpg`,
141506
141506
  name: `${imageName}.jpg`,
141507
- url: buildURLImage(options),
141508
- base64: genBase64()
141507
+ url: buildURLImage(options)
141509
141508
  }, overrides);
141510
141509
  };
141511
141510
  const genCDNImages = (quantity, options) => {
@@ -141590,7 +141589,6 @@ const buildBanner = (overrides = {}) => {
141590
141589
  coupon_id: genNumber(20),
141591
141590
  banner_type: chooseRandom(bannerTypes),
141592
141591
  image_file_name: `${genWord}.jpg`,
141593
- image_base64: genBase64(),
141594
141592
  benefits: genBannerBenefits(),
141595
141593
  vendor_id: genNumber(20),
141596
141594
  vendor_name: faker.company.companyName(),