@alienkarma/archiver 7.0.1-fork.2 → 7.0.1-fork.3

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/lib/core.js +1 -1
  2. package/package.json +1 -1
package/lib/core.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { createReadStream, lstat, readlinkSync, Stats } from "fs";
2
2
  import { isStream } from "is-stream";
3
- import readdirGlob from "readdir-glob";
3
+ import { readdirGlob } from "readdir-glob";
4
4
  import { Readable } from "lazystream";
5
5
  import { queue } from "async";
6
6
  import {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alienkarma/archiver",
3
- "version": "7.0.1-fork.2",
3
+ "version": "7.0.1-fork.3",
4
4
  "description": "a streaming interface for archive generation",
5
5
  "homepage": "https://github.com/archiverjs/node-archiver",
6
6
  "author": {