Skip to content

Commit a7fae8a

Browse files
committed
v2.1.1, thanks to @mrauhu
- πŸ‘¨β€πŸ’» Merge #42 , thanks to @mrauhu - πŸ“¦ Dependencies update - 🀝 Compatibility with `[email protected]`
1 parent e528c3b commit a7fae8a

File tree

4 files changed

+35
-34
lines changed

4 files changed

+35
-34
lines changed

β€Ž.versionsβ€Ž

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,68 @@
11
22
3-
babel-compiler@7.0.5
4-
5-
3+
babel-compiler@7.1.1
4+
5+
66
77
88
9-
boilerplate-generator@1.4.0
10-
9+
boilerplate-generator@1.5.0
10+
1111
1212
13-
13+
1414
15-
15+
1616
17-
ddp-server@2.1.2
17+
ddp-server@2.2.0
1818
1919
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
20+
dynamic-import@0.4.0
21+
ecmascript@0.11.1
22+
ecmascript-runtime@0.7.0
23+
ecmascript-runtime-client@0.7.1
24+
ecmascript-runtime-server@0.7.0
2525
2626
2727
2828
29-
29+
3030
3131
3232
33-
34-
35-
36-
37-
33+
34+
35+
36+
37+
38+
3839
39-
mongo@1.4.2
40+
mongo@1.5.0
4041
41-
42-
npm-mongo@2.2.33
42+
43+
npm-mongo@3.0.7
4344
4445
45-
46-
ostrio:cookies@2.2.4
47-
ostrio:files@1.9.8
48-
promise@0.10.1
46+
47+
ostrio:cookies@2.3.0
48+
ostrio:files@1.10.1
49+
promise@0.11.1
4950
5051
5152
5253
5354
54-
55-
socket-stream-client@0.1.0
55+
56+
socket-stream-client@0.2.1
5657
5758
5859
5960
6061
6162
62-
tracker@1.1.3
63+
tracker@1.2.0
6364
6465
6566
66-
webapp@1.5.0
67+
webapp@1.6.0
6768

β€Žlib/client/fileUpload.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
{{/with}}
2929
{{/if}}
3030
{{/with}}
31-
</template>
31+
</template>

β€Žlib/client/fileUpload.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Template.afFileUpload.events({
102102
let ctx;
103103
try {
104104
ctx = AutoForm.getValidationContext(template.formId);
105-
} catch (e) {
105+
} catch (exception) {
106106
// Fix: "TypeError: Cannot read property '_resolvedSchema' of undefined"
107107
ctx = AutoForm.getValidationContext();
108108
}

β€Žpackage.jsβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.1.0',
5+
version: '2.1.1',
66
git: 'https://github.com/VeliovGroup/meteor-autoform-file.git'
77
});
88

@@ -17,7 +17,7 @@ Package.onUse(function(api) {
1717
'reactive-var',
1818
1919
20-
'ostrio:files@1.9.8'
20+
'ostrio:files@1.10.1'
2121
]);
2222

2323
api.addFiles([

0 commit comments

Comments
Β (0)