Skip to content

Commit 0f36fd4

Browse files
committed
πŸ“¦ v1.6.4
*πŸ‘·β€β™‚οΈ This is maintenance release* - 🀝 Compatibility with latest node LTS - 🀝 Compatibility with `[email protected]` - πŸ‘¨β€πŸ”¬ Minor update of meteor.js tests __πŸ“¦ Dependencies update:__ - πŸ“¦ `[email protected]`, *was `v2.3.2`* - πŸ“¦ `[dev]` `[email protected]`, *was `v4.3.4`* - πŸ“¦ `[dev]` `[email protected]`, *was `v4.17.1`* - πŸ“¦ `[dev]` `[email protected]`, *was `v9.1.1`* - πŸ“¦ `[dev]` `[email protected]`, *was `v1.13.1`*
1 parent 9ba9d8d commit 0f36fd4

File tree

5 files changed

+1129
-964
lines changed

5 files changed

+1129
-964
lines changed

β€Ž.versionsβ€Ž

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
1-
2-
babel-compiler@7.7.0
1+
2+
babel-compiler@7.9.0
33
44
55
66
7-
callback-hook@1.3.1
7+
callback-hook@1.4.0
88
99
1010
1111
12-
ddp-server@2.4.1
12+
ddp-server@2.5.0
1313
14-
15-
ecmascript@0.15.3
16-
ecmascript-runtime@0.7.0
17-
ecmascript-runtime-client@0.11.1
18-
ecmascript-runtime-server@0.10.1
19-
14+
15+
ecmascript@0.16.2
16+
ecmascript-runtime@0.8.0
17+
ecmascript-runtime-client@0.12.1
18+
ecmascript-runtime-server@0.11.0
19+
2020
2121
2222
2323
2424
25-
local-test:ostrio:[email protected].3
26-
logging@1.2.0
27-
meteor@1.9.3
28-
minimongo@1.7.0
29-
30-
modules@0.16.0
31-
modules-runtime@0.12.0
32-
mongo@1.12.0
25+
local-test:ostrio:[email protected].4
26+
logging@1.3.1
27+
meteor@1.10.0
28+
minimongo@1.8.0
29+
30+
modules@0.18.0
31+
modules-runtime@0.13.0
32+
mongo@1.14.6
3333
3434
3535
36-
npm-mongo@3.9.1
36+
npm-mongo@4.3.1
3737
38-
38+
3939
4040
41-
react-fast-refresh@0.1.1
41+
react-fast-refresh@0.2.3
4242
4343
4444
4545
46-
tinytest@1.1.1
46+
tinytest@1.2.1
4747
4848
4949
50-
webapp@1.11.1
50+
webapp@1.13.1
5151

β€Žlib/index.jsβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var _warn = function warn (...args) {
3535
};
3636

3737
request.defaultOptions.debug = false;
38-
request.defaultOptions.headers = { 'User-Agent': 'spiderable-middleware/1.6.2', Accept: '*/*' };
38+
request.defaultOptions.headers = { 'User-Agent': 'spiderable-middleware/1.6.4', Accept: '*/*' };
3939
request.defaultOptions.noStorage = true;
4040
request.defaultOptions.rawBody = true;
4141
request.defaultOptions.retry = true;
@@ -293,7 +293,7 @@ module.exports = (function () {
293293
}
294294
});
295295

296-
// SET TIMEOUT AS A SECURITY PRECAUTION
296+
// SET TIMEOUT AS A PRECAUTION
297297
res.setTimeout(this.timeout);
298298

299299
// res.on('close', function () {

0 commit comments

Comments
Β (0)