Skip to content

Commit

Permalink
v1.10.0
Browse files Browse the repository at this point in the history
 - Overall codebase refactoring and enhancements
 - Upgrade to `[email protected]`
 - Update NPM and Atmosphere dependencies
 - Get rid of `underscore package`
  • Loading branch information
dr-dimitru committed Jul 23, 2018
1 parent 2954efc commit 7f6e4dc
Show file tree
Hide file tree
Showing 12,547 changed files with 778,207 additions and 299,184 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .node_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v8.11.1
v8.11.3
22 changes: 11 additions & 11 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Meteor-Files-Demo",
"version": "1.9.10",
"version": "1.10.0",
"description": "Upload files with the speed of Meteor. Application build on top of ostrio:files package",
"repository": "https://github.com/VeliovGroup/Meteor-Files-Demo",
"website": "https://github.com/VeliovGroup/Meteor-Files-Demo",
Expand All @@ -9,17 +9,17 @@
"start": "node main.js"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.44",
"aws-sdk": "^2.224.1",
"bcrypt": "^2.0.0",
"bson": "^2.0.5",
"@babel/runtime": "^7.0.0-beta.54",
"aws-sdk": "^2.279.1",
"bcrypt": "^3.0.0",
"bson": "^3.0.2",
"bson-ext": "^2.0.0",
"core-js": "^2.5.5",
"core-js": "^2.5.7",
"dropbox": "^0.10.3",
"fs-extra": "^5.0.0",
"fs-extra": "^7.0.0",
"gm": "^1.23.1",
"meteor-node-stubs": "^0.3.3",
"request": "^2.85.0"
"meteor-node-stubs": "^0.4.1",
"request": "^2.87.0"
},
"env": {
"ROOT_URL": {
Expand Down Expand Up @@ -93,7 +93,7 @@
}
],
"engines": {
"node": "8.11.1",
"npm": "5.6.0"
"node": "8.11.3",
"npm": "5.10.0"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Meteor-Files-Demo",
"version": "1.9.10",
"version": "1.10.0",
"description": "Upload files with the speed of Meteor. Application build on top of ostrio:files package",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -30,20 +30,20 @@
},
"homepage": "https://github.com/VeliovGroup/Meteor-Files-Demo",
"dependencies": {
"@babel/runtime": "^7.0.0-beta.44",
"aws-sdk": "^2.224.1",
"bcrypt": "^2.0.0",
"bson": "^2.0.5",
"@babel/runtime": "^7.0.0-beta.54",
"aws-sdk": "^2.279.1",
"bcrypt": "^3.0.0",
"bson": "^3.0.2",
"bson-ext": "^2.0.0",
"core-js": "^2.5.5",
"core-js": "^2.5.7",
"dropbox": "^0.10.3",
"fs-extra": "^5.0.0",
"fs-extra": "^7.0.0",
"gm": "^1.23.1",
"meteor-node-stubs": "^0.3.3",
"request": "^2.85.0"
"meteor-node-stubs": "^0.4.1",
"request": "^2.87.0"
},
"engines": {
"node": "8.11.1",
"npm": "5.6.0"
"node": "8.11.3",
"npm": "5.10.0"
}
}
Loading

0 comments on commit 7f6e4dc

Please sign in to comment.