@redneckz/wildless-cms-uni-blocks 0.14.39 → 0.14.41

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.
@@ -5183,7 +5183,7 @@
5183
5183
 
5184
5184
  const joinList = (sep) => (list) => list.reduce((acc, el, i) => (acc.length ? acc.concat({ ...sep, key: `sep-${i}` }, el) : [el]), []);
5185
5185
 
5186
- const packageVersion = "0.14.38";
5186
+ const packageVersion = "0.14.40";
5187
5187
 
5188
5188
  exports.Blocks = Blocks;
5189
5189
  exports.ContentPage = ContentPage;