File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 11aldeed:autoform@6.3.0
22allow-deny@1.1.0
3- babel-compiler@7.3.4
4- babel-runtime@1.3 .0
5- base64@1.0.11
3+ babel-compiler@7.5.2
4+ babel-runtime@1.5 .0
5+ base64@1.0.12
66binary-heap@1.0.11
77blaze@2.3.2
88blaze-tools@1.0.10
99boilerplate-generator@1.6.0
1010caching-compiler@1.2.1
1111caching-html-compiler@1.1.2
12- callback-hook@1.1 .0
12+ callback-hook@1.3 .0
1313check@1.3.1
1414ddp@1.4.0
1515ddp-client@2.3.3
@@ -18,11 +18,11 @@ ddp-server@2.3.0
1818deps@1.0.12
1919diff-sequence@1.1.1
2020dynamic-import@0.5.1
21- ecmascript@0.12.4
21+ ecmascript@0.14.2
2222ecmascript-runtime@0.7.0
23- ecmascript-runtime-client@0.8 .0
24- ecmascript-runtime-server@0.7.1
25- ejson@1.1.0
23+ ecmascript-runtime-client@0.10 .0
24+ ecmascript-runtime-server@0.9.0
25+ ejson@1.1.1
2626fetch@0.1.1
2727geojson-utils@1.0.10
2828html-tools@1.0.11
@@ -36,19 +36,19 @@ logging@1.1.20
3636meteor@1.9.3
3737minimongo@1.4.5
3838modern-browsers@0.1.4
39- modules@0.13 .0
40- modules-runtime@0.10.3
39+ modules@0.15 .0
40+ modules-runtime@0.12.0
4141momentjs:moment@2.10.6
42- mongo@1.6.2
42+ mongo@1.8.0
4343mongo-decimal@0.1.1
4444mongo-dev-server@1.1.0
4545mongo-id@1.0.7
46- npm-mongo@3.1.2
46+ npm-mongo@3.3.0
4747observe-sequence@1.0.16
4848ordered-dict@1.1.0
49- ostrio:autoform-files@2.2.0
50- ostrio:cookies@2.3 .0
51- ostrio:files@1.11.2
49+ ostrio:autoform-files@2.2.1
50+ ostrio:cookies@2.5 .0
51+ ostrio:files@1.13.0
5252promise@0.11.2
5353random@1.1.0
5454reactive-dict@1.3.0
@@ -67,5 +67,5 @@ tracker@1.2.0
6767ui@1.0.13
6868underscore@1.0.10
6969url@1.2.0
70- webapp@1.7.3
70+ webapp@1.8.0
7171webapp-hashing@1.0.9
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 : '2.2.0 ' ,
5+ version : '2.2.1 ' ,
66 git : 'https://github.com/VeliovGroup/meteor-autoform-file.git'
77} ) ;
88
@@ -17,7 +17,7 @@ Package.onUse((api) => {
1717 'reactive-var' ,
1818 'templating@1.3.2' ,
1919 'aldeed:autoform@6.3.0' ,
20- 'ostrio:files@1.11.2 '
20+ 'ostrio:files@1.13.0 '
2121 ] , 'client' ) ;
2222
2323 api . addFiles ( [
You canβt perform that action at this time.
0 commit comments