urllib 2.39.1 → 2.41.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.
Files changed (2) hide show
  1. package/History.md +12 -0
  2. package/package.json +13 -9
package/History.md CHANGED
@@ -1,4 +1,16 @@
1
1
 
2
+ 2.41.0 / 2023-07-28
3
+ ==================
4
+
5
+ **features**
6
+ * [[`9dbcc78`](http://github.com/node-modules/urllib/commit/9dbcc78671bb0bad890bfcb1f2ecf82725b27b67)] - feat: avoid deps vm2 (#457) (fengmk2 <<fengmk2@gmail.com>>)
7
+
8
+ 2.40.0 / 2022-10-22
9
+ ==================
10
+
11
+ **features**
12
+ * [[`59b8cad`](http://github.com/node-modules/urllib/commit/59b8cad667ff856552647cb20edec6ad60fa4d50)] - 👌 IMPROVE: Upgrade digest-header to v1 (#415) (fengmk2 <<fengmk2@gmail.com>>)
13
+
2
14
  2.39.1 / 2022-10-09
3
15
  ==================
4
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "urllib",
3
- "version": "2.39.1",
3
+ "version": "2.41.0",
4
4
  "publishConfig": {
5
5
  "tag": "latest-2"
6
6
  },
@@ -27,12 +27,11 @@
27
27
  },
28
28
  "scripts": {
29
29
  "tsd": "node test/tsd.js",
30
- "test-local": "mocha -t 30000 -r intelli-espower-loader test/*.test.js",
30
+ "test-local": "mocha -t 30000 test/*.test.js",
31
31
  "test": "npm run lint && npm run test-local",
32
- "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -t 30000 -r intelli-espower-loader test/*.test.js",
32
+ "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -t 30000 test/*.test.js",
33
33
  "ci": "npm run lint && npm run tsd && npm run test-cov",
34
34
  "lint": "jshint .",
35
- "autod": "autod -w --prefix '^' -t test -e examples",
36
35
  "contributor": "git-contributor"
37
36
  },
38
37
  "dependencies": {
@@ -40,23 +39,29 @@
40
39
  "content-type": "^1.0.2",
41
40
  "debug": "^2.6.9",
42
41
  "default-user-agent": "^1.0.0",
43
- "digest-header": "^0.0.1",
42
+ "digest-header": "^1.0.0",
44
43
  "ee-first": "~1.1.1",
45
44
  "formstream": "^1.1.0",
46
45
  "humanize-ms": "^1.2.0",
47
46
  "iconv-lite": "^0.4.15",
48
47
  "ip": "^1.1.5",
49
- "proxy-agent": "^5.0.0",
50
48
  "pump": "^3.0.0",
51
49
  "qs": "^6.4.0",
52
50
  "statuses": "^1.3.1",
53
51
  "utility": "^1.16.1"
54
52
  },
53
+ "peerDependencies": {
54
+ "proxy-agent": "^5.0.0"
55
+ },
56
+ "peerDependenciesMeta": {
57
+ "proxy-agent": {
58
+ "optional": true
59
+ }
60
+ },
55
61
  "devDependencies": {
56
62
  "@types/mocha": "^5.2.5",
57
63
  "@types/node": "^10.12.18",
58
64
  "agentkeepalive": "^4.0.0",
59
- "autod": "*",
60
65
  "benchmark": "^2.1.4",
61
66
  "bluebird": "*",
62
67
  "busboy": "^0.2.14",
@@ -65,14 +70,13 @@
65
70
  "egg-ci": "^1.15.0",
66
71
  "git-contributor": "^1.0.10",
67
72
  "http-proxy": "^1.16.2",
68
- "intelli-espower-loader": "^1.0.1",
69
73
  "istanbul": "*",
70
74
  "jshint": "*",
71
75
  "mkdirp": "^0.5.1",
72
76
  "mocha": "3",
73
77
  "muk": "^0.5.3",
74
78
  "pedding": "^1.1.0",
75
- "power-assert": "^1.4.2",
79
+ "proxy-agent": "^5.0.0",
76
80
  "semver": "5",
77
81
  "spy": "^1.0.0",
78
82
  "tar": "^4.4.8",