cloudinary
Advanced tools
Comparing version 1.13.1 to 1.13.2
1.13.2 / 2018-11-14 | ||
=================== | ||
* Use a new timestamp for each chunk in `upload_large` API | ||
1.13.1 / 2018-11-13 | ||
@@ -3,0 +8,0 @@ =================== |
@@ -170,2 +170,3 @@ 'use strict'; | ||
options.content_range = `bytes ${chunk_start}-${sent - 1}/${is_last ? sent : -1}`; | ||
params.timestamp = utils.timestamp(); | ||
var finished_part = function finished_part(result) { | ||
@@ -172,0 +173,0 @@ if (result.error != null || is_last) { |
@@ -123,2 +123,3 @@ const {upload_prefix} = require("./config"); | ||
options.content_range = `bytes ${chunk_start}-${sent - 1}/${(is_last ? sent : -1)}`; | ||
params.timestamp = utils.timestamp(); | ||
let finished_part = function (result) { | ||
@@ -125,0 +126,0 @@ if ((result.error != null) || is_last) { |
@@ -5,3 +5,3 @@ { | ||
"description": "Cloudinary NPM for node.js integration", | ||
"version": "1.13.1", | ||
"version": "1.13.2", | ||
"homepage": "http://cloudinary.com", | ||
@@ -8,0 +8,0 @@ "license": "MIT", |
303640
7216