Comparing version 2.4.0 to 2.4.1
@@ -12,3 +12,3 @@ 'use strict'; | ||
if (this.proxy) { | ||
this.httpProps[N.ETAG] = this.proxy.original.etag; | ||
this.httpProps[N.ETAG] = `\"${this.proxy.original.etag}\"`; | ||
this.httpProps[N.LAST_MODIFIED] = this.proxy.lastModified(); | ||
@@ -15,0 +15,0 @@ Object.keys(this.proxy.original.metaProps).forEach((key) => { |
{ | ||
"name": "azurite", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "A lightweight server clone of Azure Blob, Queue, and Table Storage that simulates most of the commands supported by it with minimal dependencies.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -166,4 +166,2 @@ # Azurite | ||
- Query Entity [TODO] | ||
- Query Tables [TODO] | ||
- Get Table ACL [TODO] | ||
@@ -170,0 +168,0 @@ - Set Table ACL [TODO] |
# 2.0 | ||
## 2.3.0 | ||
## 2.4.1 | ||
- fixes [#165](https://github.com/arafato/azurite/issues/165): Blob: ETag is properly enclosed in escaped double parenthesis | ||
## 2.4.0 | ||
- support for QueryEntities [#132](https://github.com/arafato/azurite/issues/132) | ||
@@ -4,0 +6,0 @@ ## 2.3.0 |
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
389836
171