diff --git a/.versions b/.versions index 2a4eef9..5aa04b4 100644 --- a/.versions +++ b/.versions @@ -1,5 +1,5 @@ allow-deny@1.1.0 -babel-compiler@7.2.4 +babel-compiler@7.3.4 babel-runtime@1.3.0 base64@1.0.11 binary-heap@1.0.11 @@ -9,38 +9,38 @@ check@1.3.1 ddp@1.4.0 ddp-client@2.3.3 ddp-common@1.4.0 -ddp-server@2.2.0 +ddp-server@2.3.0 diff-sequence@1.1.1 -dynamic-import@0.5.0 +dynamic-import@0.5.1 ecmascript@0.12.4 ecmascript-runtime@0.7.0 ecmascript-runtime-client@0.8.0 ecmascript-runtime-server@0.7.1 ejson@1.1.0 -fetch@0.1.0 +fetch@0.1.1 geojson-utils@1.0.10 id-map@1.1.0 inter-process-messaging@0.1.0 -local-test:ostrio:flow-router-title@3.1.4 +local-test:ostrio:flow-router-title@3.1.5 logging@1.1.20 -meteor@1.9.2 +meteor@1.9.3 minimongo@1.4.5 -modern-browsers@0.1.3 +modern-browsers@0.1.4 modules@0.13.0 modules-runtime@0.10.3 -mongo@1.6.0 +mongo@1.6.2 mongo-decimal@0.1.1 mongo-dev-server@1.1.0 mongo-id@1.0.7 -npm-mongo@3.1.1 +npm-mongo@3.1.2 ordered-dict@1.1.0 -ostrio:flow-router-extra@3.6.2 -ostrio:flow-router-title@3.1.4 +ostrio:flow-router-extra@3.6.3 +ostrio:flow-router-title@3.1.5 promise@0.11.2 random@1.1.0 -reactive-dict@1.2.1 +reactive-dict@1.3.0 reactive-var@1.0.11 -reload@1.2.0 +reload@1.3.0 retry@1.1.0 routepolicy@1.1.0 session@1.2.0 @@ -48,5 +48,5 @@ socket-stream-client@0.2.2 tinytest@1.1.0 tracker@1.2.0 underscore@1.0.10 -webapp@1.7.1 +webapp@1.7.3 webapp-hashing@1.0.9 diff --git a/package.js b/package.js index 2565152..307a614 100644 --- a/package.js +++ b/package.js @@ -1,6 +1,6 @@ Package.describe({ name: 'ostrio:flow-router-title', - version: '3.1.4', + version: '3.1.5', summary: 'Change document.title (page title) on the fly within flow-router', git: 'https://github.com/VeliovGroup/Meteor-flow-router-title', documentation: 'README.md' @@ -13,7 +13,7 @@ Package.onUse(function (api) { }); Package.onTest(function(api) { - api.use(['tinytest', 'ecmascript', 'random', 'session', 'reactive-var', 'tracker', 'ostrio:flow-router-extra@3.6.2', 'ostrio:flow-router-title'], 'client'); + api.use(['tinytest', 'ecmascript', 'random', 'session', 'reactive-var', 'tracker', 'ostrio:flow-router-extra@3.6.3', 'ostrio:flow-router-title'], 'client'); api.addFiles('tests/init.js', 'client'); api.addFiles('tests/common.js', 'client'); api.addFiles('tests/group.js', 'client');