Skip to content

Commit 60805b6

Browse files
committed
v3.6.3
- πŸ‘·β€β™‚οΈ Merge #65, fix initialization docs, thanks to @macrozone - πŸ‘¨β€πŸ’» Fix and enhance tests for `fast-render` - πŸ“¦ Downgrade `qs` NPM library to `[email protected]`, for better compatibility (*fail some tests*) - πŸ“¦ Internal Atmosphere dependencies update - 🀝 Compatibility with `[email protected]`
1 parent d34faf1 commit 60805b6

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

β€Ž.npm/package/npm-shrinkwrap.jsonβ€Ž

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž.versionsβ€Ž

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
22
3-
babel-compiler@7.2.4
3+
babel-compiler@7.3.4
44
55
66
@@ -12,54 +12,54 @@ [email protected]
1212
1313
1414
15-
ddp-server@2.2.0
15+
ddp-server@2.3.0
1616
1717
18-
18+
1919
2020
2121
2222
2323
24-
24+
2525
26-
26+
2727
2828
29-
29+
3030
31-
local-test:ostrio:[email protected].2
31+
local-test:ostrio:[email protected].3
3232
3333
34-
35-
meteorhacks:[email protected]
34+
3635
meteorhacks:[email protected]
3736
38-
37+
3938
4039
41-
42-
40+
41+
4342
4443
45-
44+
4645
47-
46+
4847
4948
5049
51-
reactive-dict@1.2.1
50+
reactive-dict@1.3.0
5251
53-
reload@1.2.0
52+
reload@1.3.0
5453
5554
55+
5656
5757
58-
staringatlights:fast-render@2.16.5
59-
staringatlights:inject-data@2.0.5
58+
staringatlights:fast-render@3.0.8
59+
staringatlights:inject-data@2.2.1
6060
6161
6262
6363
64-
64+
6565

β€Žpackage.jsβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: 'ostrio:flow-router-extra',
33
summary: 'Carefully extended flow-router with waitOn and template context',
4-
version: '3.6.2',
4+
version: '3.6.3',
55
git: 'https://github.com/VeliovGroup/flow-router'
66
});
77

@@ -15,7 +15,7 @@ Package.onUse((api) => {
1515
});
1616

1717
Package.onTest((api) => {
18-
api.use(['ecmascript', 'tinytest', 'underscore', 'check', 'mongo', 'http', 'random', 'ostrio:flow-router-extra', 'staringatlights:fast-render', 'staringatlights:inject-data'], ['client', 'server']);
18+
api.use(['ecmascript', 'tinytest', 'underscore', 'check', 'mongo', 'http', 'random', 'staringatlights:[email protected]', 'staringatlights:[email protected]', 'lamhieu:[email protected]', 'ostrio:flow-router-extra'], ['client', 'server']);
1919
api.use(['reactive-var', 'tracker'], 'client');
2020

2121
api.addFiles('test/common/fast_render_route.js', ['client', 'server']);
@@ -42,6 +42,6 @@ Package.onTest((api) => {
4242
});
4343

4444
Npm.depends({
45-
'page': '1.9.0',
46-
'qs': '6.6.0'
45+
page: '1.9.0',
46+
qs: '6.5.2'
4747
});

0 commit comments

Comments
Β (0)