Skip to content

Commit

Permalink
v3.6.1
Browse files Browse the repository at this point in the history
 - πŸ“¦ NPM `[email protected]` update
 - 🀝 Merge #58, introducing Basic SSR API, partly πŸ€” covering #10,
thanks to @macrozone for PR and @coagmano for assistance
  • Loading branch information
dr-dimitru committed Dec 16, 2018
1 parent f06051f commit c42b42e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 29 deletions.
6 changes: 3 additions & 3 deletions .npm/package/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 27 additions & 24 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,63 +1,66 @@
[email protected].2
[email protected].3
[email protected]
babel-compiler@7.1.1
babel-runtime@1.2.4
babel-compiler@7.2.3
babel-runtime@1.3.0
[email protected]
[email protected].10
boilerplate-generator@1.5.0
[email protected].11
boilerplate-generator@1.6.0
[email protected]
[email protected]
chuangbo:[email protected]
[email protected]
[email protected].2
[email protected].3
[email protected]
[email protected]
[email protected]
[email protected]
[email protected].0
dynamic-import@0.4.0
ecmascript@0.11.1
[email protected].1
dynamic-import@0.5.0
ecmascript@0.12.3
[email protected]
ecmascript-runtime-client@0.7.1
[email protected].0
ecmascript-runtime-client@0.8.0
[email protected].1
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
local-test:ostrio:[email protected].0
local-test:ostrio:[email protected].1
[email protected]
[email protected]
[email protected].0
[email protected].2
meteorhacks:[email protected]
meteorhacks:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
npm-mongo@3.0.7
npm-mongo@3.1.1
[email protected]
ostrio:[email protected].0
ostrio:[email protected].1
[email protected]
[email protected]
[email protected]
[email protected].0
[email protected].1
[email protected]
[email protected]
[email protected]
routepolicy@1.0.13
routepolicy@1.1.0
[email protected]
[email protected].1
[email protected].2
staringatlights:[email protected]
staringatlights:[email protected]
[email protected]
tmeasday:[email protected]
[email protected]
[email protected]
[email protected]
webapp@1.6.0
webapp@1.7.1
[email protected]
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'ostrio:flow-router-extra',
summary: 'Carefully extended flow-router with waitOn and template context',
version: '3.6.0',
version: '3.6.1',
git: 'https://github.com/VeliovGroup/flow-router'
});

Expand Down Expand Up @@ -50,6 +50,6 @@ Package.onTest(function(api) {
});

Npm.depends({
'page': '1.8.6',
'page': '1.9.0',
'qs': '6.5.2'
});

0 comments on commit c42b42e

Please sign in to comment.