Comparing version 2.6.0 to 2.6.1
@@ -16,4 +16,6 @@ 'use strict'; | ||
.get((req, res, next) => { | ||
req.azuriteOperation = Operations.QUERY_ENTITY; | ||
req.azuriteRequest = new AzuriteTableRequest({ req: req }); | ||
if (req.azuriteOperation === undefined) { | ||
req.azuriteOperation = Operations.QUERY_ENTITY; | ||
req.azuriteRequest = new AzuriteTableRequest({ req: req }); | ||
} | ||
next(); | ||
@@ -48,6 +50,6 @@ }) | ||
req.azuriteOperation = req.azuriteRequest.httpProps[N.IF_MATCH] | ||
? Operations.MERGE_ENTITY | ||
: Operations.INSERT_OR_MERGE_ENTITY; | ||
? Operations.MERGE_ENTITY | ||
: Operations.INSERT_OR_MERGE_ENTITY; | ||
next(); | ||
}); | ||
} |
{ | ||
"name": "azurite", | ||
"version": "2.6.0", | ||
"version": "2.6.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": { |
@@ -148,3 +148,5 @@ # Azurite | ||
`TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;` | ||
## Blob Storage - API Implementation Status | ||
@@ -151,0 +153,0 @@ All DONE except: |
# 2.0 | ||
## 2.6.1 | ||
- fixes [#169](https://github.com/arafato/azurite/issues/169) | ||
## 2.6.0 | ||
@@ -3,0 +5,0 @@ - support for Merge Entity [#137](https://github.com/arafato/azurite/issues/137) |
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
397199
7870
169