File tree 3 files changed +59
-46
lines changed
3 files changed +59
-46
lines changed Original file line number Diff line number Diff line change
1
+ .github
2
+ .gitignore
3
+ .npm
4
+ .DS_Store
5
+ .eslintcache
6
+ node_modules
7
+ CHANGELOG.md
8
+ CODE_OF_CONDUCT.md
9
+ CONTRIBUTING.md
10
+ HISTORY.md
11
+ LICENCE
12
+ LICENSE
13
+ README.md
Original file line number Diff line number Diff line change 1
1
aldeed:autoform@7.0.0
2
- allow-deny@1.1.0
3
- babel-compiler@7.6 .0
4
- babel-runtime@1.5.0
2
+ allow-deny@1.1.1
3
+ babel-compiler@7.9 .0
4
+ babel-runtime@1.5.1
5
5
base64@1.0.12
6
6
binary-heap@1.0.11
7
- blaze@2.3.2
8
- blaze-tools@1.0.10
7
+ blaze@2.6.0
8
+ blaze-tools@1.1.0
9
9
boilerplate-generator@1.7.1
10
10
caching-compiler@1.2.2
11
- caching-html-compiler@1.1.2
12
- callback-hook@1.3 .0
11
+ caching-html-compiler@1.2.0
12
+ callback-hook@1.4 .0
13
13
check@1.3.1
14
14
ddp@1.4.0
15
- ddp-client@2.4 .0
15
+ ddp-client@2.5 .0
16
16
ddp-common@1.4.0
17
- ddp-server@2.3.2
17
+ ddp-server@2.5.0
18
18
deps@1.0.12
19
19
diff-sequence@1.1.1
20
- dynamic-import@0.6.0
21
- ecmascript@0.15.0
22
- ecmascript-runtime@0.7 .0
23
- ecmascript-runtime-client@0.11.0
24
- ecmascript-runtime-server@0.10 .0
25
- ejson@1.1.1
20
+ dynamic-import@0.7.2
21
+ ecmascript@0.16.2
22
+ ecmascript-runtime@0.8 .0
23
+ ecmascript-runtime-client@0.12.1
24
+ ecmascript-runtime-server@0.11 .0
25
+ ejson@1.1.2
26
26
fetch@0.1.1
27
27
geojson-utils@1.0.10
28
- html-tools@1.0.11
29
- htmljs@1.0.11
30
- id-map@1.1.0
28
+ html-tools@1.1.0
29
+ htmljs@1.1.1
30
+ id-map@1.1.1
31
31
inter-process-messaging@0.1.1
32
32
jquery@1.11.10
33
33
livedata@1.0.18
34
- logging@1.2.0
35
- meteor@1.9.3
36
- minimongo@1.6.1
37
- modern-browsers@0.1.5
38
- modules@0.16 .0
39
- modules-runtime@0.12 .0
34
+ logging@1.3.1
35
+ meteor@1.10.0
36
+ minimongo@1.8.0
37
+ modern-browsers@0.1.8
38
+ modules@0.18 .0
39
+ modules-runtime@0.13 .0
40
40
momentjs:moment@2.10.6
41
- mongo@1.10.1
42
- mongo-decimal@0.1.2
41
+ mongo@1.15.0
42
+ mongo-decimal@0.1.3
43
43
mongo-dev-server@1.1.0
44
- mongo-id@1.0.7
45
- npm-mongo@3.8 .1
44
+ mongo-id@1.0.8
45
+ npm-mongo@4.3 .1
46
46
observe-sequence@1.0.16
47
47
ordered-dict@1.1.0
48
- ostrio:autoform-files@2.4 .0
49
- ostrio:cookies@2.7.0
50
- ostrio:files@2.0.0
51
- promise@0.11.2
48
+ ostrio:autoform-files@2.5 .0
49
+ ostrio:cookies@2.7.2
50
+ ostrio:files@2.1.1
51
+ promise@0.12.0
52
52
random@1.2.0
53
- react-fast-refresh@0.1.0
53
+ react-fast-refresh@0.2.3
54
54
reactive-dict@1.3.0
55
55
reactive-var@1.0.11
56
56
reload@1.3.1
57
57
retry@1.1.0
58
- routepolicy@1.1.0
59
- socket-stream-client@0.3.1
60
- spacebars@1.0.15
61
- spacebars-compiler@1.1.2
62
- templating@1.3 .2
63
- templating-compiler@1.3.3
64
- templating-runtime@1.3.2
65
- templating-tools@1.1.2
58
+ routepolicy@1.1.1
59
+ socket-stream-client@0.5.0
60
+ spacebars@1.3.0
61
+ spacebars-compiler@1.2.0
62
+ templating@1.4 .2
63
+ templating-compiler@1.4.1
64
+ templating-runtime@1.6.0
65
+ templating-tools@1.2.0
66
66
tracker@1.2.0
67
67
ui@1.0.13
68
68
underscore@1.0.10
69
- webapp@1.10.0
69
+ webapp@1.13.1
70
70
webapp-hashing@1.1.0
Original file line number Diff line number Diff line change @@ -2,21 +2,21 @@ Package.describe({
2
2
name : 'ostrio:autoform-files' ,
3
3
summary : 'File upload for AutoForm using ostrio:files' ,
4
4
description : 'File upload for AutoForm using ostrio:files' ,
5
- version : '2.4 .0' ,
5
+ version : '2.5 .0' ,
6
6
git : 'https://github.com/veliovgroup/meteor-autoform-file.git'
7
7
} ) ;
8
8
9
9
Package . onUse ( ( api ) => {
10
- api . versionsFrom ( 'METEOR@1.9 ' ) ;
10
+ api . versionsFrom ( 'METEOR@2.0 ' ) ;
11
11
12
12
api . use ( [
13
13
'check' ,
14
14
'ecmascript' ,
15
15
'mongo' ,
16
16
'reactive-var' ,
17
- 'templating@1.3 .2' ,
17
+ 'templating@1.4 .2' ,
18
18
'aldeed:autoform@7.0.0' ,
19
- 'ostrio:files@2.0.0 '
19
+ 'ostrio:files@2.1.1 '
20
20
] , 'client' ) ;
21
21
22
22
api . addFiles ( [
You can’t perform that action at this time.
0 commit comments