weboptimizer 2.0.1413 → 2.0.1415

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1413",
3
+ "version": "2.0.1415",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -355,7 +355,7 @@
355
355
  "types": {
356
356
  "default": {
357
357
  "filePathPattern": {
358
- "__evaluate__": "`^${Tools.stringGetRegularExpressionValidated(self.path.target.asset.javaScript)}.+(?:\\\\.[^.]+(?:\\\\.map)?)?\\\\.js$`"
358
+ "__evaluate__": "`^${Tools.stringMaskForRegularExpression(self.path.target.asset.javaScript)}.+(?:\\\\.[^.]+(?:\\\\.map)?)?\\\\.js$`"
359
359
  },
360
360
  "outputExtension": "js",
361
361
  "preinstall": {
@@ -380,7 +380,7 @@
380
380
  "cascadingStyleSheet": {
381
381
  "extension": "css",
382
382
  "filePathPattern": {
383
- "__evaluate__": "`^${Tools.stringGetRegularExpressionValidated(self.path.target.asset.cascadingStyleSheet)}.+${self.path.target.asset.cascadingStyleSheet === self.path.source.asset.cascadingStyleSheet ? '\\\\.compiled' : ''}(?:\\\\.[^.]+(?:\\\\.map)?)?$`"
383
+ "__evaluate__": "`^${Tools.stringMaskForRegularExpression(self.path.target.asset.cascadingStyleSheet)}.+${self.path.target.asset.cascadingStyleSheet === self.path.source.asset.cascadingStyleSheet ? '\\\\.compiled' : ''}(?:\\\\.[^.]+(?:\\\\.map)?)?$`"
384
384
  },
385
385
  "outputExtension": "css"
386
386
  },