Comparing version 0.6.2 to 0.6.3
@@ -17,9 +17,6 @@ 'use strict'; | ||
listContainersHandler.process(req, res); | ||
} else { | ||
res.status(400).send(); | ||
} | ||
}) | ||
.post((req, res) => { | ||
}) | ||
.put((req, res) => { | ||
}); | ||
} |
@@ -40,4 +40,2 @@ 'use strict'; | ||
}) | ||
.post((req, res) => { | ||
}) | ||
.put((req, res) => { | ||
@@ -44,0 +42,0 @@ const blobType = req.headers['x-ms-blob-type']; |
@@ -38,4 +38,2 @@ 'use strict'; | ||
}) | ||
.post((req, res) => { | ||
}) | ||
.put((req, res) => { | ||
@@ -42,0 +40,0 @@ if (req.query.restype === 'container' && req.query.comp === 'metadata') { |
{ | ||
"name": "azurite", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "A lightweight server clone of Azure Blob Storage that simulates most of the commands supported by it with minimal dependencies.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
117891
2594