@getpara/react-native-wallet 2.16.0 → 2.17.0
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/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/shim.d.ts +1 -1
- package/package.json +25 -25
- package/src/index.ts +2 -2
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export * from '@getpara/web-sdk';
|
|
2
2
|
export { ParaMobile } from './react-native/ParaMobile.js';
|
|
3
|
-
// Smart Account types, errors, utilities — re-exported from viem-v2-integration
|
|
4
|
-
export * from '@getpara/viem-v2-integration';
|
|
3
|
+
// Smart Account types, errors, utilities — re-exported from viem-v2-integration/aa
|
|
4
|
+
export * from '@getpara/viem-v2-integration/aa';
|
package/dist/shim.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ export function ensureParaCrypto(): {
|
|
|
23
23
|
pseudoRandomBytes: typeof import("react-native-quick-crypto/lib/typescript/src/random").randomBytes;
|
|
24
24
|
prng: typeof import("react-native-quick-crypto/lib/typescript/src/random").randomBytes;
|
|
25
25
|
pbkdf2(password: import("react-native-quick-crypto/lib/typescript/src/Utils").BinaryLike, salt: import("react-native-quick-crypto/lib/typescript/src/Utils").BinaryLike, iterations: number, keylen: number, digest: string, callback: (err: Error | null, derivedKey?: Buffer) => void): void;
|
|
26
|
-
pbkdf2Sync(password: import("react-native-quick-crypto/lib/typescript/src/Utils").BinaryLike, salt: import("react-native-quick-crypto/lib/typescript/src/Utils").BinaryLike, iterations: number, keylen: number, digest?: string):
|
|
26
|
+
pbkdf2Sync(password: import("react-native-quick-crypto/lib/typescript/src/Utils").BinaryLike, salt: import("react-native-quick-crypto/lib/typescript/src/Utils").BinaryLike, iterations: number, keylen: number, digest?: string): Buffer;
|
|
27
27
|
pbkdf2DeriveBits(algorithm: import("react-native-quick-crypto/lib/typescript/src/keys").SubtleAlgorithm, baseKey: import("react-native-quick-crypto/lib/typescript/src/keys").CryptoKey, length: number): Promise<ArrayBuffer>;
|
|
28
28
|
createHmac: typeof import("react-native-quick-crypto/lib/typescript/src/Hmac").createHmac;
|
|
29
29
|
Hmac: typeof import("react-native-quick-crypto/lib/typescript/src/Hmac").createHmac;
|
package/package.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getpara/react-native-wallet",
|
|
3
3
|
"description": "Para Wallet for React Native",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.17.0",
|
|
5
5
|
"author": "Para Team <hello@getpara.com> (https://getpara.com)",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@getpara/core-sdk": "2.
|
|
8
|
-
"@getpara/user-management-client": "2.
|
|
9
|
-
"@getpara/viem-v2-integration": "2.
|
|
10
|
-
"@getpara/web-sdk": "2.
|
|
7
|
+
"@getpara/core-sdk": "2.17.0",
|
|
8
|
+
"@getpara/user-management-client": "2.17.0",
|
|
9
|
+
"@getpara/viem-v2-integration": "2.17.0",
|
|
10
|
+
"@getpara/web-sdk": "2.17.0",
|
|
11
11
|
"@peculiar/webcrypto": "^1.5.0",
|
|
12
12
|
"@ungap/structured-clone": "1.3.0",
|
|
13
13
|
"react-native-url-polyfill": "2.0.0",
|
|
14
14
|
"text-encoding": "0.7.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@craftzdog/react-native-buffer": "6.0
|
|
18
|
-
"@react-native-async-storage/async-storage": "2.
|
|
19
|
-
"@types/node-forge": "1.3.
|
|
20
|
-
"@types/react": "^18.
|
|
17
|
+
"@craftzdog/react-native-buffer": "^6.1.0",
|
|
18
|
+
"@react-native-async-storage/async-storage": "^2.2.0",
|
|
19
|
+
"@types/node-forge": "^1.3.11",
|
|
20
|
+
"@types/react": "^18.3.3",
|
|
21
21
|
"@types/react-native": "0.70.0",
|
|
22
22
|
"@types/text-encoding": "0.0.39",
|
|
23
|
-
"react-native-keychain": "10.0.0",
|
|
24
|
-
"react-native-modpow": "1.1.0",
|
|
25
|
-
"react-native-passkey": "3.1.0",
|
|
26
|
-
"react-native-quick-base64": "2.
|
|
27
|
-
"react-native-quick-crypto": "0.7.
|
|
23
|
+
"react-native-keychain": "^10.0.0",
|
|
24
|
+
"react-native-modpow": "^1.1.0",
|
|
25
|
+
"react-native-passkey": "^3.1.0",
|
|
26
|
+
"react-native-quick-base64": "^2.2.0",
|
|
27
|
+
"react-native-quick-crypto": "^0.7.14",
|
|
28
28
|
"typescript": "^5.8.3"
|
|
29
29
|
},
|
|
30
30
|
"exports": {
|
|
@@ -52,16 +52,16 @@
|
|
|
52
52
|
"main": "./dist/index.js",
|
|
53
53
|
"module": "./dist/index.js",
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@craftzdog/react-native-buffer": "
|
|
56
|
-
"@react-native-async-storage/async-storage": "
|
|
57
|
-
"react": "
|
|
58
|
-
"react-native": "
|
|
59
|
-
"react-native-keychain": "
|
|
60
|
-
"react-native-modpow": "
|
|
61
|
-
"react-native-passkey": "
|
|
62
|
-
"react-native-quick-base64": "
|
|
63
|
-
"react-native-quick-crypto": "
|
|
64
|
-
"readable-stream": "
|
|
55
|
+
"@craftzdog/react-native-buffer": ">=6.0.0",
|
|
56
|
+
"@react-native-async-storage/async-storage": ">=2.0.0",
|
|
57
|
+
"react": ">=18",
|
|
58
|
+
"react-native": ">=0.70.0",
|
|
59
|
+
"react-native-keychain": ">=8.0.0",
|
|
60
|
+
"react-native-modpow": ">=1.0.0",
|
|
61
|
+
"react-native-passkey": ">=3.0.0",
|
|
62
|
+
"react-native-quick-base64": ">=2.0.0",
|
|
63
|
+
"react-native-quick-crypto": ">=0.7.0",
|
|
64
|
+
"readable-stream": ">=4.0.0"
|
|
65
65
|
},
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
]
|
|
94
94
|
}
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "3ed1f835b97ae720f1ac747611296e3b86f61138"
|
|
97
97
|
}
|
package/src/index.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export * from '@getpara/web-sdk';
|
|
2
2
|
export { ParaMobile } from './react-native/ParaMobile.js';
|
|
3
3
|
|
|
4
|
-
// Smart Account types, errors, utilities — re-exported from viem-v2-integration
|
|
5
|
-
export * from '@getpara/viem-v2-integration';
|
|
4
|
+
// Smart Account types, errors, utilities — re-exported from viem-v2-integration/aa
|
|
5
|
+
export * from '@getpara/viem-v2-integration/aa';
|