@ocap/sdk 1.16.10 → 1.16.14
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 +2 -0
- package/package.json +7 -7
package/index.d.ts
CHANGED
|
@@ -453,6 +453,8 @@ declare namespace ForgeSdkUtil {
|
|
|
453
453
|
|
|
454
454
|
/*~ Write your module's methods and properties in this class */
|
|
455
455
|
declare interface OcapSDK {
|
|
456
|
+
constructor(httpEndpoint: string);
|
|
457
|
+
|
|
456
458
|
getQueries(): string[];
|
|
457
459
|
getSubscriptions(): string[];
|
|
458
460
|
getMutations(): string[];
|
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.16.
|
|
4
|
+
"version": "1.16.14",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "wangshijun",
|
|
7
7
|
"email": "shijun@arcblock.io",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"access": "public"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@arcblock/did-util": "1.16.
|
|
22
|
-
"@ocap/client": "1.16.
|
|
23
|
-
"@ocap/message": "1.16.
|
|
24
|
-
"@ocap/util": "1.16.
|
|
25
|
-
"@ocap/wallet": "1.16.
|
|
21
|
+
"@arcblock/did-util": "1.16.14",
|
|
22
|
+
"@ocap/client": "1.16.14",
|
|
23
|
+
"@ocap/message": "1.16.14",
|
|
24
|
+
"@ocap/util": "1.16.14",
|
|
25
|
+
"@ocap/wallet": "1.16.14",
|
|
26
26
|
"debug": "^4.3.3",
|
|
27
27
|
"react-app-polyfill": "^1.0.1"
|
|
28
28
|
},
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"test": "jest --forceExit --detectOpenHandles",
|
|
80
80
|
"coverage": "yarn test -- --coverage"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "5f1bb9c7d6044e20c77e9cccea8cda2d6c5ae29f"
|
|
83
83
|
}
|