Skip to content

Commit e2cbb67

Browse files
committed
πŸ“¦ v3.8.1
- 🐞 Fix: #93, thanks to @zeearth - πŸ“¦ Update `[email protected]`, *was `v.6.10.3`*
1 parent 67c7661 commit e2cbb67

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

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

β€Ž.versions

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ [email protected]
2828
2929
3030
31-
local-test:ostrio:[email protected].0
31+
local-test:ostrio:[email protected].1
3232
3333
3434
@@ -43,7 +43,7 @@ [email protected]
4343
4444
4545
46-
46+
4747
4848
4949

β€Žpackage.js

+2-2
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.8.0',
4+
version: '3.8.1',
55
git: 'https://github.com/VeliovGroup/flow-router'
66
});
77

@@ -43,5 +43,5 @@ Package.onTest((api) => {
4343

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

0 commit comments

Comments
Β (0)