Skip to content

Commit

Permalink
πŸ“¦ v3.9.0
Browse files Browse the repository at this point in the history
__Changes:__

- πŸ‘·β€ Merge: #95 - Typescript types by @timsun28 closing #84

__Dependencies__:

- πŸ“¦ `[email protected]`, *was `v6.10.5`*
  • Loading branch information
dr-dimitru committed Sep 19, 2022
1 parent 7c1b9f1 commit 2d143bd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .npm/package/npm-shrinkwrap.json

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

5 changes: 3 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
local-test:ostrio:flow-router-extra@3.8.1
local-test:ostrio:flow-router-extra@3.9.0
[email protected]
[email protected]
[email protected]
Expand All @@ -43,7 +43,7 @@ [email protected]
montiapm:[email protected]
[email protected]
[email protected]
ostrio:flow-router-extra@3.8.1
ostrio:flow-router-extra@3.9.0
[email protected]
[email protected]
[email protected]
Expand All @@ -62,3 +62,4 @@ [email protected]
[email protected]
[email protected]
[email protected]
zodern:[email protected]
8 changes: 4 additions & 4 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package.describe({
name: 'ostrio:flow-router-extra',
summary: 'Carefully extended flow-router with waitOn and template context',
version: '3.8.1',
version: '3.9.0',
git: 'https://github.com/veliovgroup/flow-router'
});

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

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

Npm.depends({
page: '1.9.0',
qs: '6.10.5'
});
qs: '6.11.0'
});

0 comments on commit 2d143bd

Please sign in to comment.