@capillarytech/cap-ui-utils 1.4.29-alpha.1 → 1.4.29-alpha.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capillarytech/cap-ui-utils",
3
- "version": "1.4.29-alpha.1",
3
+ "version": "1.4.29-alpha.2",
4
4
  "description": "Utility functions shared accross all the modules",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -106,7 +106,7 @@ const sanitizeTemplateWithRegexp = (content) => {
106
106
  .replace(evalRegex, '');
107
107
  return content;
108
108
  } catch (err) {
109
- logger.error('Error while sanitizing template with Regexp', err, content);
109
+ console.error('Error while sanitizing template with Regexp', err, content);
110
110
  }
111
111
  };
112
112