weboptimizer 2.0.1488 → 2.0.1489

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/configurator.js +1 -1
  2. package/package.json +1 -1
package/configurator.js CHANGED
@@ -238,7 +238,7 @@ var load = exports.load = function load(context) {
238
238
  */
239
239
  var resolvedConfiguration = (0, _clientnode.evaluateDynamicData)(configuration, _objectSpread(_objectSpread({}, _clientnode.UTILITY_SCOPE), {}, {
240
240
  currentPath: currentWorkingDirectory,
241
- fileSystem: _fs["default"],
241
+ fs: _fs["default"],
242
242
  Helper: _helper["default"],
243
243
  packageConfiguration: _package["default"],
244
244
  optionalRequire: _clientnode.optionalRequire,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1488",
3
+ "version": "2.0.1489",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",