File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ mongo-id@1.0.5
4141npm-mongo@1.5.45
4242observe-sequence@1.0.12
4343ordered-dict@1.0.8
44- ostrio:autoform-files@1.0.9
45- ostrio:cookies@2.0.5
46- ostrio:files@1.7.6
44+ ostrio:autoform-files@1.0.10
45+ ostrio:cookies@2.1.2
46+ ostrio:files@1.7.7
4747promise@0.8.3
4848random@1.0.10
4949reactive-dict@1.1.3
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Package.describe({
22 name : "ostrio:autoform-files" ,
33 summary : "File upload for AutoForm using ostrio:files" ,
44 description : "File upload for AutoForm using ostrio:files" ,
5- version : "1.0.9 " ,
5+ version : "1.0.10 " ,
66 git : "https://github.com/VeliovGroup/meteor-autoform-file.git"
77} ) ;
88
@@ -15,7 +15,7 @@ Package.onUse(function(api) {
1515 'reactive-var' ,
1616 'templating' ,
1717 'aldeed:autoform@5.8.1' ,
18- 'ostrio:files@1.7.6 '
18+ 'ostrio:files@1.7.7 '
1919 ] ) ;
2020
2121 api . addFiles ( [
You can’t perform that action at this time.
0 commit comments