File tree Expand file tree Collapse file tree 3 files changed +27
-29
lines changed Expand file tree Collapse file tree 3 files changed +27
-29
lines changed Original file line number Diff line number Diff line change 1- aldeed:autoform@6.3 .0
1+ aldeed:autoform@7.0 .0
22allow-deny@1.1.0
3- babel-compiler@7.5.3
3+ babel-compiler@7.6.0
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.7.0
9+ boilerplate-generator@1.7.1
1010caching-compiler@1.2.2
1111caching-html-compiler@1.1.2
1212callback-hook@1.3.0
1313check@1.3.1
1414ddp@1.4.0
15- ddp-client@2.3.3
15+ ddp-client@2.4.0
1616ddp-common@1.4.0
17- ddp-server@2.3.1
17+ ddp-server@2.3.2
1818deps@1.0.12
1919diff-sequence@1.1.1
20- dynamic-import@0.5.2
21- ecmascript@0.14.3
20+ dynamic-import@0.6.0
21+ ecmascript@0.15.0
2222ecmascript-runtime@0.7.0
23- ecmascript-runtime-client@0.10 .0
24- ecmascript-runtime-server@0.9 .0
23+ ecmascript-runtime-client@0.11 .0
24+ ecmascript-runtime-server@0.10 .0
2525ejson@1.1.1
2626fetch@0.1.1
2727geojson-utils@1.0.10
2828html-tools@1.0.11
2929htmljs@1.0.11
30- http@1.4.2
3130id-map@1.1.0
3231inter-process-messaging@0.1.1
3332jquery@1.11.10
3433livedata@1.0.18
35- logging@1.1.20
34+ logging@1.2.0
3635meteor@1.9.3
37- minimongo@1.6.0
36+ minimongo@1.6.1
3837modern-browsers@0.1.5
39- modules@0.15 .0
38+ modules@0.16 .0
4039modules-runtime@0.12.0
4140momentjs:moment@2.10.6
42- mongo@1.10.0
43- mongo-decimal@0.1.1
41+ mongo@1.10.1
42+ mongo-decimal@0.1.2
4443mongo-dev-server@1.1.0
4544mongo-id@1.0.7
46- npm-mongo@3.7.0
45+ npm-mongo@3.8.1
4746observe-sequence@1.0.16
4847ordered-dict@1.1.0
49- ostrio:autoform-files@2.3.1
50- ostrio:cookies@2.6 .0
51- ostrio:files@1.14.2
48+ ostrio:autoform-files@2.4.0
49+ ostrio:cookies@2.7 .0
50+ ostrio:files@2.0.0
5251promise@0.11.2
5352random@1.2.0
53+ react-fast-refresh@0.1.0
5454reactive-dict@1.3.0
5555reactive-var@1.0.11
56- reload@1.3.0
56+ reload@1.3.1
5757retry@1.1.0
5858routepolicy@1.1.0
59- socket-stream-client@0.3.0
59+ socket-stream-client@0.3.1
6060spacebars@1.0.15
6161spacebars-compiler@1.1.2
6262templating@1.3.2
@@ -66,6 +66,5 @@ templating-tools@1.1.2
6666tracker@1.2.0
6767ui@1.0.13
6868underscore@1.0.10
69- url@1.3.0
70- webapp@1.9.1
71- webapp-hashing@1.0.9
69+ webapp@1.10.0
70+ webapp-hashing@1.1.0
Original file line number Diff line number Diff line change @@ -93,11 +93,10 @@ Schemas.Posts = new SimpleSchema({
9393 collection: ' Images' ,
9494 uploadTemplate: ' uploadField' , // <- Optional
9595 previewTemplate: ' uploadPreview' , // <- Optional
96- insertConfig: { // <- Optional, .insert() method options, see: https://github.com/VeliovGroup /Meteor-Files/wiki/Insert-(Upload)
96+ insertConfig: { // <- Optional, .insert() method options, see: https://github.com/veliovgroup /Meteor-Files/blob/master/docs/insert.md
9797 meta: {},
9898 isBase64: false ,
9999 transport: ' ddp' ,
100- streams: ' dynamic' ,
101100 chunkSize: ' dynamic' ,
102101 allowWebWorkers: true
103102 }
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.1 ' ,
5+ version : '2.4.0 ' ,
66 git : 'https://github.com/VeliovGroup/meteor-autoform-file.git'
77} ) ;
88
@@ -15,8 +15,8 @@ Package.onUse((api) => {
1515 'mongo' ,
1616 'reactive-var' ,
1717 'templating@1.3.2' ,
18- 'aldeed:autoform@6.3 .0' ,
19- 'ostrio:files@1.14.2 '
18+ 'aldeed:autoform@7.0 .0' ,
19+ 'ostrio:files@2.0.0 '
2020 ] , 'client' ) ;
2121
2222 api . addFiles ( [
You canβt perform that action at this time.
0 commit comments