@searchfe/openclaw-baiduapp 0.1.8-beta.3 → 0.1.8-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -27457,7 +27457,7 @@ var MEDIA_TEMP_RETENTION_MS = 7 * 24 * 60 * 60 * 1e3;
|
|
|
27457
27457
|
var DEFAULT_DOWNLOAD_TIMEOUT_MS = 3e4;
|
|
27458
27458
|
var DEFAULT_DOWNLOAD_MAX_BYTES = 20 * 1024 * 1024;
|
|
27459
27459
|
path2.join("openclaw-baiduapp", "media");
|
|
27460
|
-
var DefaultBosClient = import_sdk.BosClient;
|
|
27460
|
+
var DefaultBosClient = import_sdk.default.BosClient;
|
|
27461
27461
|
var MAX_DOWNLOAD_REDIRECTS = 5;
|
|
27462
27462
|
var EMPTY_QUERY_MD5 = crypto3.createHash("md5").update("").digest("hex");
|
|
27463
27463
|
var SKS_BASE_TOKEN_POSITIONS = [12, 37, 5, 23, 48, 15, 62, 33];
|