@ocap/sdk 1.17.7 → 1.17.10
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/index.d.ts +1 -1
- package/package.json +16 -16
package/index.d.ts
CHANGED
|
@@ -360,7 +360,7 @@ export declare function toStakeAddress(sender: string, receiver: string): string
|
|
|
360
360
|
/**
|
|
361
361
|
* Generate an delegate address, eg: the did of the delegation
|
|
362
362
|
*/
|
|
363
|
-
export declare function toDelegateAddress(
|
|
363
|
+
export declare function toDelegateAddress(delegator: string, delegatee: string): string;
|
|
364
364
|
|
|
365
365
|
/*~ This declaration specifies that the class constructor function
|
|
366
366
|
*~ is the exported object from the file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ocap/sdk",
|
|
3
3
|
"description": "Forge javascript SDK packages all-in-one",
|
|
4
|
-
"version": "1.17.
|
|
4
|
+
"version": "1.17.10",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "wangshijun",
|
|
7
7
|
"email": "shijun@arcblock.io",
|
|
@@ -18,24 +18,24 @@
|
|
|
18
18
|
"access": "public"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@arcblock/did-util": "1.17.
|
|
22
|
-
"@ocap/client": "1.17.
|
|
23
|
-
"@ocap/message": "1.17.
|
|
24
|
-
"@ocap/util": "1.17.
|
|
25
|
-
"@ocap/wallet": "1.17.
|
|
26
|
-
"debug": "^4.3.
|
|
27
|
-
"react-app-polyfill": "^1.0.
|
|
21
|
+
"@arcblock/did-util": "1.17.10",
|
|
22
|
+
"@ocap/client": "1.17.10",
|
|
23
|
+
"@ocap/message": "1.17.10",
|
|
24
|
+
"@ocap/util": "1.17.10",
|
|
25
|
+
"@ocap/wallet": "1.17.10",
|
|
26
|
+
"debug": "^4.3.4",
|
|
27
|
+
"react-app-polyfill": "^1.0.6"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"inspectpack": "^4.
|
|
31
|
-
"jest": "^27.
|
|
30
|
+
"inspectpack": "^4.7.1",
|
|
31
|
+
"jest": "^27.5.1",
|
|
32
32
|
"jsdoc-to-markdown": "^7.1.1",
|
|
33
|
-
"prettier": "^2.
|
|
33
|
+
"prettier": "^2.7.1",
|
|
34
34
|
"remark-cli": "^10.0.1",
|
|
35
|
-
"remark-preset-github": "^4.0.
|
|
36
|
-
"webpack": "^4.
|
|
37
|
-
"webpack-bundle-analyzer": "^3.
|
|
38
|
-
"webpack-cli": "^3.3.
|
|
35
|
+
"remark-preset-github": "^4.0.4",
|
|
36
|
+
"webpack": "^4.46.0",
|
|
37
|
+
"webpack-bundle-analyzer": "^3.9.0",
|
|
38
|
+
"webpack-cli": "^3.3.12"
|
|
39
39
|
},
|
|
40
40
|
"remarkConfig": {
|
|
41
41
|
"plugins": [
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"test": "jest --forceExit --detectOpenHandles",
|
|
80
80
|
"coverage": "yarn test -- --coverage"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "062c4f18a4e6d370cb1659980c602e8494969dc3"
|
|
83
83
|
}
|