@ocap/sdk 1.24.4 → 1.24.5
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 +7 -7
package/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { LiteralUnion } from 'type-fest';
|
|
2
2
|
import rightPad from 'lodash/padEnd';
|
|
3
3
|
import leftPad from 'lodash/padStart';
|
|
4
|
-
import BN from 'bn
|
|
4
|
+
import { BN } from './bn';
|
|
5
5
|
export declare const isBase58btc: (data: any) => boolean;
|
|
6
6
|
export type BytesType = string | Buffer | Uint8Array;
|
|
7
7
|
export type EncodingType = LiteralUnion<'hex' | 'base16' | 'base58' | 'base64' | 'Uint8Array' | 'buffer', 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.24.
|
|
4
|
+
"version": "1.24.5",
|
|
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.5",
|
|
26
|
+
"@ocap/client": "1.24.5",
|
|
27
|
+
"@ocap/message": "1.24.5",
|
|
28
|
+
"@ocap/util": "1.24.5",
|
|
29
|
+
"@ocap/wallet": "1.24.5"
|
|
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.5"
|
|
43
43
|
},
|
|
44
44
|
"remarkConfig": {
|
|
45
45
|
"plugins": [
|