@blocklet/js-sdk 1.16.29-beta-e04c6f40 → 1.16.29-beta-db5c4ed6
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.mjs +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -454,7 +454,7 @@ class BlockletSDK {
|
|
|
454
454
|
this.blocklet = new BlockletService();
|
|
455
455
|
}
|
|
456
456
|
}
|
|
457
|
-
function createAxios(config, requestParams) {
|
|
457
|
+
function createAxios(config = {}, requestParams = {}) {
|
|
458
458
|
const tokenService = new TokenService();
|
|
459
459
|
const blockletService = new BlockletService();
|
|
460
460
|
if (config.baseURL === void 0) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/js-sdk",
|
|
3
|
-
"version": "1.16.29-beta-
|
|
3
|
+
"version": "1.16.29-beta-db5c4ed6",
|
|
4
4
|
"main": "dist/index.mjs",
|
|
5
5
|
"module": "dist/index.mjs",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"build": "unbuild"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@abtnode/constant": "1.16.29-beta-
|
|
34
|
+
"@abtnode/constant": "1.16.29-beta-db5c4ed6",
|
|
35
35
|
"axios": "^1.7.2",
|
|
36
36
|
"js-cookie": "^3.0.5",
|
|
37
37
|
"quick-lru": "^7.0.0",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"unbuild": "^2.0.0"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "b15f6442fd30f217c08c7f892dce5d38e340ea28"
|
|
44
44
|
}
|