@elastic.io/batching-library
Advanced tools
Comparing version 0.0.1-dev.2 to 0.0.1-dev.3
@@ -48,2 +48,5 @@ import { AbstractStore } from './storage/IStore'; | ||
* Atomic update Batch status | ||
* @param batchId batch id | ||
* @param status batch status | OPEN | READY | LOCKED | SUCCESS | FAILURE | ||
* @return Batch with saved item. | ||
*/ | ||
@@ -50,0 +53,0 @@ public async updateBatchStatusById(batchId: string, status: BatchStatus): Promise<Batch[]> { |
{ | ||
"name": "@elastic.io/batching-library", | ||
"version": "0.0.1-dev.2", | ||
"version": "0.0.1-dev.3", | ||
"description": "Library for batching implementation on elastic.io", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/elasticio/batching-library#readme", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
85876
1822
0