weboptimizer 4.0.5 → 4.0.6

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 +4 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -27,7 +27,10 @@ import { exec as execChildProcess, spawn as spawnChildProcess } from 'child_proc
27
27
  import { CLOSE_EVENT_NAMES, copyDirectoryRecursiveSync, copyFileSync, evaluate, getProcessCloseHandler, handleChildProcess, importsPromise, isDirectory, isDirectorySync, isFile, isFileSync, isPlainObject, Logger, MAXIMAL_NUMBER_OF_ITERATIONS, NOOP, parseEncodedObject, walkDirectoryRecursively } from 'clientnode';
28
28
  import { chmodSync, unlinkSync } from 'fs';
29
29
  import { writeFile, unlink } from 'fs/promises';
30
- import { sync as globAllSync } from 'glob-all';
30
+ import globAll from 'glob-all';
31
+ const {
32
+ sync: globAllSync
33
+ } = globAll;
31
34
  import path, { join, resolve } from 'path';
32
35
  import { rimraf as removeDirectoryRecursively, sync as removeDirectoryRecursivelySync } from 'rimraf';
33
36
  import { load as loadConfiguration } from "./configurator.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "4.0.5",
3
+ "version": "4.0.6",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",