@connectedxm/zpl-generator 0.0.4-beta.3 → 0.0.4-beta.4

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.
Files changed (2) hide show
  1. package/dist/index.es.js +1 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -3147,7 +3147,7 @@ function Gs(e, t) {
3147
3147
  n.push("");
3148
3148
  break;
3149
3149
  }
3150
- return n.length === 0 ? e.hideEmpty ? void 0 : e.defaultValue ?? "" : n.join(" ");
3150
+ return n.length === 0 ? e.hideEmpty ? void 0 : (e.defaultValue ?? "").trim() : n.join(" ").trim();
3151
3151
  }
3152
3152
  function Hs(e, t) {
3153
3153
  switch (e.transformation) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/zpl-generator",
3
- "version": "0.0.4-beta.3",
3
+ "version": "0.0.4-beta.4",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",