Compare commits

...

2 Commits

Author SHA1 Message Date
Anne Harper e641299514 bump 7.4.1 2018-08-17 16:43:31 +02:00
Anne Harper 234d032403 Bump version to 7.4.1 2018-08-16 17:57:17 +02:00
1 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "s3", "name": "s3",
"version": "7.4.0", "version": "7.4.1",
"description": "S3 connector", "description": "S3 connector",
"main": "index.js", "main": "index.js",
"engines": { "engines": {
@ -24,25 +24,25 @@
"async": "~2.5.0", "async": "~2.5.0",
"google-auto-auth": "^0.9.1", "google-auto-auth": "^0.9.1",
"azure-storage": "^2.1.0", "azure-storage": "^2.1.0",
"bucketclient": "scality/bucketclient#b74165ac", "bucketclient": "scality/bucketclient#hotfix/7.4.1",
"commander": "^2.9.0", "commander": "^2.9.0",
"diskusage": "0.2.4", "diskusage": "0.2.4",
"mongodb": "^2.2.31", "mongodb": "^2.2.31",
"node-uuid": "^1.4.3", "node-uuid": "^1.4.3",
"npm-run-all": "~4.0.2", "npm-run-all": "~4.0.2",
"sproxydclient": "scality/sproxydclient#6a391f8d", "sproxydclient": "scality/sproxydclient#7.4.1",
"utapi": "scality/utapi#cd3324df", "utapi": "scality/utapi#hotfix/7.4.1",
"utf8": "~2.1.1", "utf8": "~2.1.1",
"uuid": "^3.0.1", "uuid": "^3.0.1",
"vaultclient": "scality/vaultclient#fbd9988d", "vaultclient": "scality/vaultclient#hotfix/7.4.1",
"werelogs": "scality/werelogs#0ff7ec82", "werelogs": "scality/werelogs#hotfix/7.4.1",
"xml2js": "~0.4.16" "xml2js": "~0.4.16"
}, },
"devDependencies": { "devDependencies": {
"bluebird": "^3.3.1", "bluebird": "^3.3.1",
"eslint": "^2.4.0", "eslint": "^2.4.0",
"eslint-config-airbnb": "^6.0.0", "eslint-config-airbnb": "^6.0.0",
"eslint-config-scality": "scality/Guidelines#71a059ad", "eslint-config-scality": "scality/Guidelines#hotfix/7.4.1",
"ioredis": "2.4.0", "ioredis": "2.4.0",
"istanbul": "1.0.0-alpha.2", "istanbul": "1.0.0-alpha.2",
"istanbul-api": "1.0.0-alpha.13", "istanbul-api": "1.0.0-alpha.13",
@ -50,11 +50,11 @@
"mocha": "^2.3.4", "mocha": "^2.3.4",
"mocha-junit-reporter": "1.11.1", "mocha-junit-reporter": "1.11.1",
"node-mocks-http": "1.5.2", "node-mocks-http": "1.5.2",
"s3blaster": "scality/s3blaster#7a836b6e", "s3blaster": "scality/s3blaster#hotfix/7.4.1",
"tv4": "^1.2.7" "tv4": "^1.2.7"
}, },
"optionalDependencies": { "optionalDependencies": {
"cdmiclient": "scality/cdmiclient#9ff12c18" "cdmiclient": "scality/cdmiclient#hotfix/7.4.1"
}, },
"scripts": { "scripts": {
"ft_awssdk": "cd tests/functional/aws-node-sdk && mocha test/", "ft_awssdk": "cd tests/functional/aws-node-sdk && mocha test/",