mod-build 4.0.75-beta.3 → 4.0.75

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": "mod-build",
3
- "version": "4.0.75-beta.3",
3
+ "version": "4.0.75",
4
4
  "description": "Share components for S3 sites.",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -66,7 +66,7 @@ export default async function(config) {
66
66
 
67
67
  const data = JSON.stringify(config, null, 4);
68
68
  const heating = '(Heating|heating|calentadores|Calentadores|calefactores|Calefactores)';
69
- const andOr = '(\\s&\\s|\\sand\\s|and|\\sy\\s|\\sor\\s|or|\\so\\s|o|\\sÓ\\s|Ó|\\só\\s|ó)'; // eslint-disable-line no-useless-escape
69
+ const andOr = '(\\s&\\s|&|\\sand\\s|and|\\sor\\s|or)'; // eslint-disable-line no-useless-escape
70
70
  const ac = '(AC|Cooling|cooling|aires.*?acondicionados|Aires.*?Acondicionados)';
71
71
  const spaces = '.*?';
72
72