@artisan-commerce/builders 0.7.0-canary.38 → 0.7.0-canary.39

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,14 @@
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.39](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/builders@0.7.0-canary.38...@artisan-commerce/builders@0.7.0-canary.39) (2022-03-07)
7
+
8
+ **Note:** Version bump only for package @artisan-commerce/builders
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.7.0-canary.38](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/builders@0.7.0-canary.37...@artisan-commerce/builders@0.7.0-canary.38) (2022-02-03)
7
15
 
8
16
 
@@ -141672,7 +141672,7 @@ var __spreadValues$f = (a, b) => {
141672
141672
  const buildBillingData = (overrides = {}) => {
141673
141673
  return __spreadValues$f({
141674
141674
  id: genNumericId(),
141675
- name: genName(),
141675
+ name: `${genName()} ${genName()}`,
141676
141676
  nickname: genName(),
141677
141677
  documentType: genDocumentType(),
141678
141678
  document: genDocument(10),
@@ -141680,7 +141680,8 @@ const buildBillingData = (overrides = {}) => {
141680
141680
  phone: genMobilPhone("593"),
141681
141681
  email: genEmail(),
141682
141682
  default: getBoolean(),
141683
- country: genCountry()
141683
+ country: genCountry(),
141684
+ additionalInfo: {}
141684
141685
  }, overrides);
141685
141686
  };
141686
141687
  const genBillingData = (quantity) => {