Skip to content

Commit 86a05f6

Browse files
committed
🚒 v3.7.0
- πŸ“¦ Update [`page` NPM library]() to `v1.11.4`, *was `v1.9.0`* - πŸ“¦ Update [`qs` NPM library]() to `v6.8.0`, *was `v6.5.2`* - πŸ“¦ Add support and tests for `staringatlights:[email protected]`, *was `staringatlights:[email protected]`* - πŸ“¦ Add support and tests for `staringatlights:[email protected]`, *was `staringatlights:[email protected]`* - πŸ“¦ Add support and tests for `lamhieu:[email protected]`, *was `lamhieu:[email protected]`* - πŸ‘·β€β™‚οΈ Add workaround for `Promise` exception in `waitOn` hook during broken Internet connection, now *Router* will retry to resolve a promise - πŸ“‹ Minor documentation fixes/update
1 parent 20e9f47 commit 86a05f6

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

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

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

β€Ž.versionsβ€Ž

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ [email protected]
1313
1414
1515
16-
1716
1817
1918
@@ -26,9 +25,9 @@ [email protected]
2625
2726
2827
29-
lamhieu:meteorx@2.0.1
28+
lamhieu:meteorx@2.1.1
3029
31-
local-test:ostrio:flow-router-extra@3.6.3
30+
local-test:ostrio:flow-router-extra@3.7.0
3231
3332
3433
@@ -43,7 +42,7 @@ [email protected]
4342
4443
4544
46-
ostrio:flow-router-extra@3.6.3
45+
ostrio:flow-router-extra@3.7.0
4746
4847
4948
@@ -55,8 +54,8 @@ [email protected]
5554
5655
5756
58-
staringatlights:fast-render@3.0.8
59-
staringatlights:inject-data@2.2.1
57+
staringatlights:fast-render@3.2.0
58+
staringatlights:inject-data@2.3.0
6059
6160
6261

β€Ž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.3',
4+
version: '3.7.0',
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', 'staringatlights:fast-render@3.0.8', 'staringatlights:inject-data@2.2.1', 'lamhieu:meteorx@2.0.1', 'ostrio:flow-router-extra'], ['client', 'server']);
18+
api.use(['ecmascript', 'tinytest', 'underscore', 'check', 'mongo', 'http', 'random', 'staringatlights:fast-render@3.2.0', 'staringatlights:inject-data@2.3.0', 'lamhieu:meteorx@2.1.1', '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.5.2'
45+
page: '1.11.4',
46+
qs: '6.8.0'
4747
});

0 commit comments

Comments
Β (0)