Skip to content

Commit 0fed32a

Browse files
committed
📦 v3.0.1
- 🔧 Fix FileObject data in upload events via `http` transport - 📔 Harden documentation
1 parent 8ec7577 commit 0fed32a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fetch@0.1.6
2323
geojson-utils@1.0.12
2424
id-map@1.2.0
2525
inter-process-messaging@0.1.2
26-
local-test:ostrio:files@3.0.0
26+
local-test:ostrio:files@3.0.1
2727
logging@1.3.6
2828
meteor@2.1.1
2929
meteortesting:browser-tests@1.8.0
@@ -40,7 +40,7 @@ mongo-id@1.0.9
4040
npm-mongo@6.16.1
4141
ordered-dict@1.2.0
4242
ostrio:cookies@2.9.1
43-
ostrio:files@3.0.0
43+
ostrio:files@3.0.1
4444
promise@1.0.0
4545
random@1.2.2
4646
react-fast-refresh@0.2.9

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'ostrio:files',
3-
version: '3.0.0',
3+
version: '3.0.1',
44
summary: 'Upload files to a server or 3rd party storage: AWS:S3, GridFS, DropBox, and other',
55
git: 'https://github.com/veliovgroup/Meteor-Files',
66
documentation: 'README.md'

0 commit comments

Comments
 (0)