@blocklet/store 1.16.33-beta-20241105-141729-e4608175 → 1.16.33-beta-20241108-105022-266cd380
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.cjs +3 -1
- package/dist/index.mjs +3 -1
- package/package.json +6 -6
package/dist/index.cjs
CHANGED
|
@@ -448,7 +448,9 @@ async function upload({
|
|
|
448
448
|
} catch (err) {
|
|
449
449
|
if (err.response) {
|
|
450
450
|
const errorMessage = get__default(err.response, "data.error", err.response.statusText);
|
|
451
|
-
throw new Error(`Upload failed with error: [${err.response.status}]
|
|
451
|
+
throw new Error(`Upload failed with error: [${err.response.status}]
|
|
452
|
+
${errorMessage}
|
|
453
|
+
`);
|
|
452
454
|
}
|
|
453
455
|
throw new Error(`Upload failed with error: ${err.message}`);
|
|
454
456
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -428,7 +428,9 @@ async function upload({
|
|
|
428
428
|
} catch (err) {
|
|
429
429
|
if (err.response) {
|
|
430
430
|
const errorMessage = get(err.response, "data.error", err.response.statusText);
|
|
431
|
-
throw new Error(`Upload failed with error: [${err.response.status}]
|
|
431
|
+
throw new Error(`Upload failed with error: [${err.response.status}]
|
|
432
|
+
${errorMessage}
|
|
433
|
+
`);
|
|
432
434
|
}
|
|
433
435
|
throw new Error(`Upload failed with error: ${err.message}`);
|
|
434
436
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/store",
|
|
3
|
-
"version": "1.16.33-beta-
|
|
3
|
+
"version": "1.16.33-beta-20241108-105022-266cd380",
|
|
4
4
|
"description": "Connect Store and upload blocklet to Store",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"author": "",
|
|
28
28
|
"license": "ISC",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@abtnode/constant": "1.16.33-beta-
|
|
31
|
-
"@abtnode/util": "1.16.33-beta-
|
|
30
|
+
"@abtnode/constant": "1.16.33-beta-20241108-105022-266cd380",
|
|
31
|
+
"@abtnode/util": "1.16.33-beta-20241108-105022-266cd380",
|
|
32
32
|
"@arcblock/did": "1.18.138",
|
|
33
|
-
"@blocklet/constant": "1.16.33-beta-
|
|
34
|
-
"@blocklet/meta": "1.16.33-beta-
|
|
33
|
+
"@blocklet/constant": "1.16.33-beta-20241108-105022-266cd380",
|
|
34
|
+
"@blocklet/meta": "1.16.33-beta-20241108-105022-266cd380",
|
|
35
35
|
"@ocap/client": "^1.18.138",
|
|
36
36
|
"@ocap/util": "1.18.138",
|
|
37
37
|
"@ocap/wallet": "1.18.138",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"typescript": "^5.6.3",
|
|
63
63
|
"unbuild": "^2.0.0"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "804206007f31a5875d11f0f099b3bc87a4357b83"
|
|
66
66
|
}
|