@redneckz/wildless-cms-uni-blocks 0.14.151 → 0.14.152

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.
@@ -5794,7 +5794,7 @@
5794
5794
 
5795
5795
  const joinList = (sep) => (list) => list.reduce((acc, el, i) => (acc.length ? acc.concat({ ...sep, key: `sep-${i}` }, el) : [el]), []);
5796
5796
 
5797
- const packageVersion = "0.14.150";
5797
+ const packageVersion = "0.14.151";
5798
5798
 
5799
5799
  exports.Blocks = Blocks;
5800
5800
  exports.ContentPage = ContentPage;