Comparing version 0.6.10 to 0.6.11
@@ -37,3 +37,3 @@ 'use strict'; | ||
.then((stat) => { | ||
return this.db.loadDatabaseAsync(env.dbName); | ||
return this.db.loadDatabaseAsync({}); | ||
}) | ||
@@ -40,0 +40,0 @@ .then((data) => { |
{ | ||
"name": "azurite", | ||
"version": "0.6.10", | ||
"version": "0.6.11", | ||
"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
124441