Skip to content

Commit b0e7ca6

Browse files
committed
📦 v3.10.0
1 parent d644cac commit b0e7ca6

File tree

2 files changed

+44
-44
lines changed

2 files changed

+44
-44
lines changed

‎.versions‎

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,65 @@
1-
1+
22
3-
babel-compiler@7.9.0
3+
babel-compiler@7.10.5
44
55
66
7-
8-
callback-hook@1.4.0
9-
7+
8+
callback-hook@1.5.1
9+
1010
communitypackages:[email protected]
1111
communitypackages:[email protected]
1212
communitypackages:[email protected]
13-
14-
ddp-client@2.5.0
13+
14+
ddp-client@2.6.1
1515
16-
ddp-rate-limiter@1.1.0
17-
ddp-server@2.5.0
18-
19-
20-
21-
16+
ddp-rate-limiter@1.2.1
17+
ddp-server@2.7.0
18+
19+
20+
21+
2222
2323
24-
25-
26-
24+
25+
26+
2727
2828
2929
3030
31-
local-test:ostrio:flow-router-extra@3.9.0
31+
local-test:ostrio:flow-router-extra@3.10.0
3232
33-
34-
meteor@1.10.0
35-
minimongo@1.8.0
36-
37-
modules@0.18.0
38-
39-
mongo@1.15.0
33+
34+
meteor@1.11.4
35+
minimongo@1.9.3
36+
37+
modules@0.20.0
38+
39+
mongo@1.16.8
4040
4141
4242
43-
montiapm:meteorx@2.2.0
44-
npm-mongo@4.3.1
43+
montiapm:meteorx@2.3.1
44+
npm-mongo@4.17.2
4545
46-
ostrio:flow-router-extra@3.9.0
47-
48-
49-
rate-limit@1.0.9
50-
51-
52-
46+
ostrio:flow-router-extra@3.10.0
47+
48+
49+
rate-limit@1.1.1
50+
51+
52+
5353
5454
5555
56-
57-
58-
59-
tinytest@1.2.1
60-
61-
56+
57+
58+
59+
tracker@1.3.3
60+
61+
6262
63-
64-
65-
63+
64+
65+

‎package.js‎

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

88
Package.onUse((api) => {
9-
api.versionsFrom('1.4');
9+
api.versionsFrom(['1.4', '3.0-beta.0']);
1010
api.use(['modules', 'ecmascript', 'promise', 'tracker', 'reactive-dict', 'reactive-var', 'ejson', 'check'], ['client', 'server']);
1111

1212
api.use(['zodern:[email protected]', 'typescript'], ['client', 'server'], { weak: true });

0 commit comments

Comments
 (0)