@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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. 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(addr1: string, addr2: string): string;
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.7",
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.7",
22
- "@ocap/client": "1.17.7",
23
- "@ocap/message": "1.17.7",
24
- "@ocap/util": "1.17.7",
25
- "@ocap/wallet": "1.17.7",
26
- "debug": "^4.3.3",
27
- "react-app-polyfill": "^1.0.1"
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.2.1",
31
- "jest": "^27.3.1",
30
+ "inspectpack": "^4.7.1",
31
+ "jest": "^27.5.1",
32
32
  "jsdoc-to-markdown": "^7.1.1",
33
- "prettier": "^2.3.2",
33
+ "prettier": "^2.7.1",
34
34
  "remark-cli": "^10.0.1",
35
- "remark-preset-github": "^4.0.1",
36
- "webpack": "^4.29.6",
37
- "webpack-bundle-analyzer": "^3.3.2",
38
- "webpack-cli": "^3.3.0"
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": "02d9fa7c14c70f0a5fc1dcc5dc5506e43cb71ba5"
82
+ "gitHead": "062c4f18a4e6d370cb1659980c602e8494969dc3"
83
83
  }