@baiducloud/sdk
Advanced tools
Comparing version 1.0.0-rc.4 to 1.0.0-rc.5
{ | ||
"name": "@baiducloud/sdk", | ||
"version": "1.0.0-rc.4", | ||
"version": "1.0.0-rc.5", | ||
"description": "Baidu Cloud Engine JavaScript SDK", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -121,3 +121,3 @@ /** | ||
client.timeOffset = serverTimestamp - Date.now(); | ||
BceBaseClient.prototype.timeOffset = serverTimestamp - Date.now(); | ||
@@ -124,0 +124,0 @@ if (err[H.X_STATUS_CODE] === 403 && err[H.X_CODE] === 'RequestTimeTooSkewed') { |
@@ -909,3 +909,3 @@ /** | ||
client.timeOffset = serverTimestamp - Date.now(); | ||
BceBaseClient.prototype.timeOffset = serverTimestamp - Date.now(); | ||
@@ -912,0 +912,0 @@ if (err[H.X_STATUS_CODE] === 403 && err[H.X_CODE] === 'RequestTimeTooSkewed') { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
2211037
50697