@lancom/shared 0.0.393 → 0.0.394

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.
@@ -121,7 +121,7 @@ const gtm = {
121
121
  street: [addressLine1, addressLine2].filter(a => !!a).join(' '),
122
122
  city,
123
123
  region: state,
124
- postal_code: +postcode,
124
+ postal_code: `${+postcode}`,
125
125
  country: COUNTRIES_CODES[country] || country
126
126
  };
127
127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lancom/shared",
3
- "version": "0.0.393",
3
+ "version": "0.0.394",
4
4
  "description": "lancom common scripts",
5
5
  "author": "e.tokovenko <e.tokovenko@gmail.com>",
6
6
  "repository": {