Comparing version 1.7.1 to 1.7.2
@@ -41,3 +41,3 @@ 'use strict'; | ||
throw new AError(ErrorCodes.AuthenticationFailed); | ||
}ö | ||
} | ||
start = Date.parse(si.AccessPolicy.Start); | ||
@@ -44,0 +44,0 @@ expiry = Date.parse(si.AccessPolicy.Expiry); |
{ | ||
"name": "azurite", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"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": { |
# 1.0 | ||
## 1.7.2 | ||
- removed typo (see comment at https://github.com/arafato/azurite/commit/78ac258550232fd801a3184aee2286ed3469bfd4#commitcomment-26027432) | ||
## 1.7.1 | ||
@@ -3,0 +5,0 @@ - fixes [#124](https://github.com/arafato/azurite/issues/124): Blob Storage Bugfix |
310494