Skip to content

Commit

Permalink
v3.6.1
Browse files Browse the repository at this point in the history
 - πŸ“¦ NPM `page@1.9.0` 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
@@ -1,63 +1,66 @@
accounts-base@1.4.2
accounts-base@1.4.3
allow-deny@1.1.0
babel-compiler@7.1.1
babel-runtime@1.2.4
babel-compiler@7.2.3
babel-runtime@1.3.0
base64@1.0.11
binary-heap@1.0.10
boilerplate-generator@1.5.0
binary-heap@1.0.11
boilerplate-generator@1.6.0
callback-hook@1.1.0
check@1.3.1
chuangbo:cookie@1.1.0
ddp@1.4.0
ddp-client@2.3.2
ddp-client@2.3.3
ddp-common@1.4.0
ddp-rate-limiter@1.0.7
ddp-server@2.2.0
deps@1.0.12
diff-sequence@1.1.0
dynamic-import@0.4.0
ecmascript@0.11.1
diff-sequence@1.1.1
dynamic-import@0.5.0
ecmascript@0.12.3
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.7.1
ecmascript-runtime-server@0.7.0
ecmascript-runtime-client@0.8.0
ecmascript-runtime-server@0.7.1
ejson@1.1.0
fetch@0.1.0
geojson-utils@1.0.10
http@1.4.1
id-map@1.1.0
inter-process-messaging@0.1.0
jquery@1.11.10
livedata@1.0.18
local-test:ostrio:flow-router-extra@3.6.0
local-test:ostrio:flow-router-extra@3.6.1
localstorage@1.2.0
logging@1.1.20
meteor@1.9.0
meteor@1.9.2
meteorhacks:meteorx@1.4.1
meteorhacks:picker@1.0.3
minimongo@1.4.4
modern-browsers@0.1.2
modules@0.12.2
modules-runtime@0.10.0
mongo@1.5.0
minimongo@1.4.5
modern-browsers@0.1.3
modules@0.13.0
modules-runtime@0.10.3
mongo@1.6.0
mongo-decimal@0.1.0
mongo-dev-server@1.1.0
mongo-id@1.0.7
npm-mongo@3.0.7
npm-mongo@3.1.1
ordered-dict@1.1.0
ostrio:flow-router-extra@3.6.0
ostrio:flow-router-extra@3.6.1
promise@0.11.1
random@1.1.0
rate-limit@1.0.9
reactive-dict@1.2.0
reactive-dict@1.2.1
reactive-var@1.0.11
reload@1.2.0
retry@1.1.0
routepolicy@1.0.13
routepolicy@1.1.0
service-configuration@1.0.11
socket-stream-client@0.2.1
socket-stream-client@0.2.2
staringatlights:fast-render@2.16.5
staringatlights:inject-data@2.0.5
tinytest@1.1.0
tmeasday:html5-history-api@0.1.2
tracker@1.2.0
underscore@1.0.10
url@1.2.0
webapp@1.6.0
webapp@1.7.1
webapp-hashing@1.0.9
4 changes: 2 additions & 2 deletions package.js
@@ -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.