@newlogic-digital/core 1.0.11 → 1.0.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/index.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -254,7 +254,8 @@ const defaultConfig = {
254
254
  return await parseMinifyHtml(input, name)
255
255
  },
256
256
  code: 'node_modules/@newlogic-digital/core/latte/CodeFilter.php'
257
- }
257
+ },
258
+ ignoredPaths: ['**/views/email/**/!(*.test).latte']
258
259
  }
259
260
  }
260
261
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@newlogic-digital/core",
3
3
  "type": "module",
4
- "version": "1.0.11",
4
+ "version": "1.0.12",
5
5
  "main": "index.js",
6
6
  "author": "New Logic Studio s.r.o.",
7
7
  "description": "Set of tools that can be used to create modern web applications",