@blocklet/did-space-js 1.1.25 → 1.1.26
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.
|
@@ -57,7 +57,7 @@ export interface SpaceClientOptionsEndpointAuth {
|
|
|
57
57
|
export interface SpaceClientOptionsAuthorizationAuth {
|
|
58
58
|
/**
|
|
59
59
|
*
|
|
60
|
-
* @description authorization token
|
|
60
|
+
* @description authorization token, SpaceClientOptions.url must be exist
|
|
61
61
|
* @type {string}
|
|
62
62
|
* @memberof SpaceClientOptionsAuthorizationAuth
|
|
63
63
|
*/
|
|
@@ -66,7 +66,7 @@ export interface SpaceClientOptionsAuthorizationAuth {
|
|
|
66
66
|
export interface SpaceClientOptionsAccessKeyAuth {
|
|
67
67
|
/**
|
|
68
68
|
*
|
|
69
|
-
* @description secret key
|
|
69
|
+
* @description secret key, SpaceClientOptions.url must be exist
|
|
70
70
|
* @type {string}
|
|
71
71
|
* @memberof SpaceClientOptionsAccessKeyAuth
|
|
72
72
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/did-space-js",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.26",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"@arcblock/jwt": "^1.24.8",
|
|
34
34
|
"@arcblock/validator": "^1.24.8",
|
|
35
35
|
"@blocklet/env": "^1.16.51",
|
|
36
|
-
"@did-space/constants": "^1.1.
|
|
37
|
-
"@did-space/core": "^1.1.
|
|
36
|
+
"@did-space/constants": "^1.1.26",
|
|
37
|
+
"@did-space/core": "^1.1.26",
|
|
38
38
|
"@ocap/mcrypto": "^1.24.8",
|
|
39
39
|
"@ocap/util": "^1.24.8",
|
|
40
40
|
"@ocap/wallet": "^1.24.8",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"ts-jest": "^28.0.8",
|
|
79
79
|
"typescript": "^4.9.5"
|
|
80
80
|
},
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "29ce43b7796275c79c8c3f0796cfe9018337bceb"
|
|
82
82
|
}
|