@connectedxm/zpl-generator 0.0.4-beta.11 → 0.0.4-beta.12

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 -2
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -3089,8 +3089,7 @@ function Ys(e) {
3089
3089
  `);
3090
3090
  }
3091
3091
  function Ks(e, t, n) {
3092
- if (n) return n;
3093
- let r = Gs(e, t);
3092
+ let r = n ?? Gs(e, t);
3094
3093
  if (typeof r == "string")
3095
3094
  switch (e.type) {
3096
3095
  case "text":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/zpl-generator",
3
- "version": "0.0.4-beta.11",
3
+ "version": "0.0.4-beta.12",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",