File tree Expand file tree Collapse file tree 2 files changed +50
-45
lines changed Expand file tree Collapse file tree 2 files changed +50
-45
lines changed Original file line number Diff line number Diff line change 1- aldeed:autoform@6.2 .0
2- allow-deny@1.0.9
3- babel-compiler@6.20.0
4- babel-runtime@1.0.1
1+ aldeed:autoform@6.3 .0
2+ allow-deny@1.1.0
3+ babel-compiler@7.0.5
4+ babel-runtime@1.2.0
55base64@1.0.10
66binary-heap@1.0.10
77blaze@2.3.2
88blaze-tools@1.0.10
9- boilerplate-generator@1.2 .0
9+ boilerplate-generator@1.4 .0
1010caching-compiler@1.1.9
11- caching-html-compiler@1.0.6
12- callback-hook@1.0.10
13- check@1.2.5
14- ddp@1.3.1
15- ddp-client@2.1.3
16- ddp-common@1.2.9
17- ddp-server@2.0 .2
11+ caching-html-compiler@1.1.2
12+ callback-hook@1.1.0
13+ check@1.3.0
14+ ddp@1.4.0
15+ ddp-client@2.3.1
16+ ddp-common@1.4.0
17+ ddp-server@2.1 .2
1818deps@1.0.12
19- diff-sequence@1.0.7
20- ecmascript@0.8.3
21- ecmascript-runtime@0.4.1
22- ecmascript-runtime-client@0.4.3
23- ecmascript-runtime-server@0.4.1
24- ejson@1.0.14
19+ diff-sequence@1.1.0
20+ dynamic-import@0.3.0
21+ ecmascript@0.10.0
22+ ecmascript-runtime@0.5.0
23+ ecmascript-runtime-client@0.6.0
24+ ecmascript-runtime-server@0.5.0
25+ ejson@1.1.0
2526geojson-utils@1.0.10
2627html-tools@1.0.11
2728htmljs@1.0.11
28- http@1.2.12
29- id-map@1.0.9
29+ http@1.4.0
30+ id-map@1.1.0
3031jquery@1.11.10
3132livedata@1.0.18
32- logging@1.1.17
33- meteor@1.7 .2
34- minimongo@1.3.2
35- modules@0.10.0
36- modules-runtime@0.8.0
33+ logging@1.1.19
34+ meteor@1.8 .2
35+ minimongo@1.4.3
36+ modules@0.11.3
37+ modules-runtime@0.9.1
3738momentjs:moment@2.10.6
38- mongo@1.2 .2
39- mongo-dev-server@1.0.1
39+ mongo@1.4 .2
40+ mongo-dev-server@1.1.0
4041mongo-id@1.0.6
41- npm-mongo@2.2.30
42+ npm-mongo@2.2.33
4243observe-sequence@1.0.16
43- ordered-dict@1.0.9
44- ostrio:autoform-files@2.0.4
45- ostrio:cookies@2.2.3
46- ostrio:files@1.9.0
47- promise@0.9.0
48- random@1.0.10
49- reactive-dict@1.1.9
44+ ordered-dict@1.1.0
45+ ostrio:autoform-files@2.1.0
46+ ostrio:cookies@2.2.4
47+ ostrio:files@1.9.8
48+ promise@0.10.1
49+ random@1.1.0
50+ reactive-dict@1.2.0
5051reactive-var@1.0.11
51- retry@1.0.9
52+ reload@1.2.0
53+ retry@1.1.0
5254routepolicy@1.0.12
55+ socket-stream-client@0.1.0
5356spacebars@1.0.15
5457spacebars-compiler@1.1.2
55- templating@1.2.13
56- templating-tools@1.1.1
58+ templating@1.3.2
59+ templating-compiler@1.3.3
60+ templating-runtime@1.3.2
61+ templating-tools@1.1.2
5762tracker@1.1.3
5863ui@1.0.13
5964underscore@1.0.10
60- url@1.1 .0
61- webapp@1.3.19
65+ url@1.2 .0
66+ webapp@1.5.0
6267webapp-hashing@1.0.9
Original file line number Diff line number Diff line change @@ -2,22 +2,22 @@ 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.0.4 ' ,
5+ version : '2.1.0 ' ,
66 git : 'https://github.com/VeliovGroup/meteor-autoform-file.git'
77} ) ;
88
99Package . onUse ( function ( api ) {
10- api . versionsFrom ( 'METEOR@1.4 ' ) ;
10+ api . versionsFrom ( 'METEOR@1.6.1 ' ) ;
1111
1212 api . use ( [
1313 'check' ,
1414 'ecmascript' ,
1515 'underscore' ,
1616 'mongo' ,
1717 'reactive-var' ,
18- 'templating' ,
19- 'aldeed:autoform@6.2 .0' ,
20- 'ostrio:files@1.9.0 '
18+ 'templating@1.3.2 ' ,
19+ 'aldeed:autoform@6.3 .0' ,
20+ 'ostrio:files@1.9.8 '
2121 ] ) ;
2222
2323 api . addFiles ( [
You can’t perform that action at this time.
0 commit comments