File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Expand file tree Collapse file tree 2 files changed +20
-20
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.5.2
3+ babel-compiler@7.5.3
44babel-runtime@1.5.0
55base64@1.0.12
66binary-heap@1.0.11
77blaze@2.3.2
88blaze-tools@1.0.10
9- boilerplate-generator@1.6 .0
10- caching-compiler@1.2.1
9+ boilerplate-generator@1.7 .0
10+ caching-compiler@1.2.2
1111caching-html-compiler@1.1.2
1212callback-hook@1.3.0
1313check@1.3.1
1414ddp@1.4.0
1515ddp-client@2.3.3
1616ddp-common@1.4.0
17- ddp-server@2.3.0
17+ ddp-server@2.3.1
1818deps@1.0.12
1919diff-sequence@1.1.1
20- dynamic-import@0.5.1
21- ecmascript@0.14.2
20+ dynamic-import@0.5.2
21+ ecmascript@0.14.3
2222ecmascript-runtime@0.7.0
2323ecmascript-runtime-client@0.10.0
2424ecmascript-runtime-server@0.9.0
@@ -29,34 +29,34 @@ html-tools@1.0.11
2929htmljs@1.0.11
3030http@1.4.2
3131id-map@1.1.0
32- inter-process-messaging@0.1.0
32+ inter-process-messaging@0.1.1
3333jquery@1.11.10
3434livedata@1.0.18
3535logging@1.1.20
3636meteor@1.9.3
37- minimongo@1.4.5
38- modern-browsers@0.1.4
37+ minimongo@1.6.0
38+ modern-browsers@0.1.5
3939modules@0.15.0
4040modules-runtime@0.12.0
4141momentjs:moment@2.10.6
42- mongo@1.8 .0
42+ mongo@1.10 .0
4343mongo-decimal@0.1.1
4444mongo-dev-server@1.1.0
4545mongo-id@1.0.7
46- npm-mongo@3.3 .0
46+ npm-mongo@3.7 .0
4747observe-sequence@1.0.16
4848ordered-dict@1.1.0
49- ostrio:autoform-files@2.2 .1
50- ostrio:cookies@2.5 .0
51- ostrio:files@1.13.0
49+ ostrio:autoform-files@2.3 .1
50+ ostrio:cookies@2.6 .0
51+ ostrio:files@1.14.2
5252promise@0.11.2
53- random@1.1 .0
53+ random@1.2 .0
5454reactive-dict@1.3.0
5555reactive-var@1.0.11
5656reload@1.3.0
5757retry@1.1.0
5858routepolicy@1.1.0
59- socket-stream-client@0.2.2
59+ socket-stream-client@0.3.0
6060spacebars@1.0.15
6161spacebars-compiler@1.1.2
6262templating@1.3.2
@@ -66,6 +66,6 @@ templating-tools@1.1.2
6666tracker@1.2.0
6767ui@1.0.13
6868underscore@1.0.10
69- url@1.2 .0
70- webapp@1.8.0
69+ url@1.3 .0
70+ webapp@1.9.1
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.3.0 ' ,
5+ version : '2.3.1 ' ,
66 git : 'https://github.com/VeliovGroup/meteor-autoform-file.git'
77} ) ;
88
@@ -16,7 +16,7 @@ Package.onUse((api) => {
1616 'reactive-var' ,
1717 'templating@1.3.2' ,
1818 'aldeed:autoform@6.3.0' ,
19- 'ostrio:files@1.14.0 '
19+ 'ostrio:files@1.14.2 '
2020 ] , 'client' ) ;
2121
2222 api . addFiles ( [
You canβt perform that action at this time.
0 commit comments