File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- aldeed:autoform@5.8.0
1+ aldeed:autoform@5.8.1
22aldeed:simple-schema@1.1.0
33allow-deny@1.0.5
44babel-compiler@6.9.0
@@ -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.4
44+ ostrio:autoform-files@1.0.5
4545ostrio:cookies@2.0.5
46- ostrio:files@1.7.0
46+ ostrio:files@1.7.1
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.4 " ,
5+ version : "1.0.5 " ,
66 git : "https://github.com/VeliovGroup/meteor-autoform-file.git"
77} ) ;
88
@@ -14,8 +14,8 @@ Package.onUse(function(api) {
1414 'underscore' ,
1515 'reactive-var' ,
1616 'templating' ,
17- 'aldeed:autoform@5.8.0 ' ,
18- 'ostrio:files@1.7.0 '
17+ 'aldeed:autoform@5.8.1 ' ,
18+ 'ostrio:files@1.7.1 '
1919 ] ) ;
2020
2121 api . addFiles ( [
You can’t perform that action at this time.
0 commit comments