@ocap/sdk 1.24.0 → 1.24.2
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 +4 -4
- package/package.json +7 -7
package/index.d.ts
CHANGED
|
@@ -1682,7 +1682,7 @@ declare namespace GraphQLClient {
|
|
|
1682
1682
|
totalSupply: string;
|
|
1683
1683
|
address: string;
|
|
1684
1684
|
initialSupply: string;
|
|
1685
|
-
|
|
1685
|
+
maxTotalSupply: string;
|
|
1686
1686
|
foreignToken: GraphQLClient.ForeignToken;
|
|
1687
1687
|
data: GraphQLClient.Any;
|
|
1688
1688
|
}
|
|
@@ -1806,7 +1806,7 @@ declare namespace GraphQLClient {
|
|
|
1806
1806
|
upgradeInfo: GraphQLClient.UpgradeInfo;
|
|
1807
1807
|
accountConfig: GraphQLClient.AccountConfig[];
|
|
1808
1808
|
vaults: GraphQLClient.VaultConfig;
|
|
1809
|
-
|
|
1809
|
+
reservedSymbols: string[];
|
|
1810
1810
|
data: GraphQLClient.Any;
|
|
1811
1811
|
}
|
|
1812
1812
|
|
|
@@ -2094,7 +2094,7 @@ declare namespace GraphQLClient {
|
|
|
2094
2094
|
icon: string;
|
|
2095
2095
|
totalSupply: string;
|
|
2096
2096
|
initialSupply: string;
|
|
2097
|
-
|
|
2097
|
+
maxTotalSupply: string;
|
|
2098
2098
|
address: string;
|
|
2099
2099
|
genesisTime: string;
|
|
2100
2100
|
renaissanceTime: string;
|
|
@@ -2681,7 +2681,7 @@ declare namespace GraphQLClient {
|
|
|
2681
2681
|
icon: string;
|
|
2682
2682
|
totalSupply: string;
|
|
2683
2683
|
initialSupply: string;
|
|
2684
|
-
|
|
2684
|
+
maxTotalSupply: string;
|
|
2685
2685
|
foreignToken: GraphQLClient.ForeignToken;
|
|
2686
2686
|
tokenFactoryAddress: string;
|
|
2687
2687
|
context: GraphQLClient.StateContext;
|
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.24.
|
|
4
|
+
"version": "1.24.2",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "wangshijun",
|
|
7
7
|
"email": "shijun@arcblock.io",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"debug": "^4.3.6",
|
|
23
23
|
"react-app-polyfill": "^1.0.6",
|
|
24
24
|
"readable-stream": "3.6.0",
|
|
25
|
-
"@arcblock/did-util": "1.24.
|
|
26
|
-
"@ocap/client": "1.24.
|
|
27
|
-
"@ocap/message": "1.24.
|
|
28
|
-
"@ocap/util": "1.24.
|
|
29
|
-
"@ocap/wallet": "1.24.
|
|
25
|
+
"@arcblock/did-util": "1.24.2",
|
|
26
|
+
"@ocap/client": "1.24.2",
|
|
27
|
+
"@ocap/message": "1.24.2",
|
|
28
|
+
"@ocap/util": "1.24.2",
|
|
29
|
+
"@ocap/wallet": "1.24.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"inspectpack": "^4.7.1",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"webpack": "^5.94.0",
|
|
40
40
|
"webpack-bundle-analyzer": "^4.10.2",
|
|
41
41
|
"webpack-cli": "^5.1.4",
|
|
42
|
-
"@ocap/e2e-test": "1.24.
|
|
42
|
+
"@ocap/e2e-test": "1.24.2"
|
|
43
43
|
},
|
|
44
44
|
"remarkConfig": {
|
|
45
45
|
"plugins": [
|