compressing 1.7.0 → 1.8.0

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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  // https://github.com/thejoshwolfe/yauzl#no-streaming-unzip-api
4
4
 
5
- const yauzl = require('yauzl');
5
+ const yauzl = require('@eggjs/yauzl');
6
6
  const stream = require('stream');
7
7
  const UncompressBaseStream = require('../base_write_stream');
8
8
  const utils = require('../utils');
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "compressing",
3
- "version": "1.7.0",
3
+ "version": "1.8.0",
4
4
  "description": "Everything you need for compressing and uncompressing",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "contributor": "git-contributor",
8
8
  "ts-test": "tsc -p ./test/fixtures/types/tsconfig.json",
9
- "test": "egg-bin test && npm run ts-test",
10
- "cov": "egg-bin cov",
9
+ "test": "egg-bin test --espower=false --full-trace && npm run ts-test",
10
+ "cov": "egg-bin cov --espower=false",
11
11
  "lint-fix": "eslint . --fix",
12
12
  "lint": "eslint .",
13
13
  "ci": "npm run lint && npm run ts-test && npm run cov"
@@ -46,20 +46,19 @@
46
46
  "pump": "^3.0.0",
47
47
  "streamifier": "^0.1.1",
48
48
  "tar-stream": "^1.5.2",
49
- "yauzl": "^2.7.0",
49
+ "@eggjs/yauzl": "^2.11.0",
50
50
  "yazl": "^2.4.2"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/mocha": "^5.2.5",
54
54
  "@types/node": "^10.12.9",
55
55
  "dir-compare": "^1.3.0",
56
- "egg-bin": "^1.9.1",
56
+ "egg-bin": "4",
57
57
  "eslint": "^3.10.2",
58
58
  "eslint-config-egg": "^3.2.0",
59
59
  "git-contributor": "^1.1.0",
60
60
  "mm": "^2.0.0",
61
61
  "mz-modules": "^2.1.0",
62
- "power-assert": "^1.4.2",
63
62
  "rimraf": "^2.6.2",
64
63
  "typescript": "^3.1.6",
65
64
  "uuid": "^3.0.1"