Skip to content

Commit 2d143bd

Browse files
committed
πŸ“¦ v3.9.0
__Changes:__ - πŸ‘·β€ Merge: #95 - Typescript types by @timsun28 closing #84 __Dependencies__: - πŸ“¦ `[email protected]`, *was `v6.10.5`*
1 parent 7c1b9f1 commit 2d143bd

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

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

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž.versions

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ [email protected]
2828
2929
3030
31-
local-test:ostrio:flow-router-extra@3.8.1
31+
local-test:ostrio:flow-router-extra@3.9.0
3232
3333
3434
@@ -43,7 +43,7 @@ [email protected]
4343
4444
4545
46-
ostrio:flow-router-extra@3.8.1
46+
ostrio:flow-router-extra@3.9.0
4747
4848
4949
@@ -62,3 +62,4 @@ [email protected]
6262
6363
6464
65+

β€Žpackage.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Package.describe({
22
name: 'ostrio:flow-router-extra',
33
summary: 'Carefully extended flow-router with waitOn and template context',
4-
version: '3.8.1',
4+
version: '3.9.0',
55
git: 'https://github.com/veliovgroup/flow-router'
66
});
77

88
Package.onUse((api) => {
99
api.versionsFrom('1.4');
10-
api.use(['modules', 'ecmascript', 'promise', 'tracker', 'reactive-dict', 'reactive-var', 'ejson', 'check', 'zodern:types'], ['client', 'server']);
10+
api.use(['modules', 'ecmascript', 'promise', 'tracker', 'reactive-dict', 'reactive-var', 'ejson', 'check', 'zodern:types@1.0.9'], ['client', 'server']);
1111

1212
api.use(['templating', 'blaze'], 'client', { weak: true });
1313
api.mainModule('client/_init.js', 'client');
@@ -43,5 +43,5 @@ Package.onTest((api) => {
4343

4444
Npm.depends({
4545
page: '1.9.0',
46-
qs: '6.10.5'
47-
});
46+
qs: '6.11.0'
47+
});

0 commit comments

Comments
Β (0)