@getpara/react-native-wallet 2.0.0-alpha.26 → 2.0.0-alpha.27

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 (1) hide show
  1. package/package.json +51 -51
package/package.json CHANGED
@@ -1,12 +1,32 @@
1
1
  {
2
2
  "name": "@getpara/react-native-wallet",
3
- "version": "2.0.0-alpha.26",
4
3
  "description": "Para Wallet for React Native",
5
- "homepage": "https://getpara.com",
4
+ "version": "2.0.0-alpha.27",
6
5
  "author": "Para Team <hello@getpara.com> (https://getpara.com)",
7
- "main": "./dist/index.js",
8
- "module": "./dist/index.js",
9
- "types": "./dist/index.d.ts",
6
+ "dependencies": {
7
+ "@getpara/core-sdk": "2.0.0-alpha.27",
8
+ "@getpara/user-management-client": "2.0.0-alpha.27",
9
+ "@getpara/web-sdk": "2.0.0-alpha.27",
10
+ "@peculiar/webcrypto": "^1.5.0",
11
+ "@ungap/structured-clone": "1.3.0",
12
+ "node-forge": "1.3.1",
13
+ "react-native-url-polyfill": "2.0.0",
14
+ "text-encoding": "0.7.0"
15
+ },
16
+ "devDependencies": {
17
+ "@craftzdog/react-native-buffer": "6.0.5",
18
+ "@react-native-async-storage/async-storage": "2.1.2",
19
+ "@types/node-forge": "1.3.1",
20
+ "@types/react": "^18.0.31",
21
+ "@types/react-native": "0.70.0",
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.1.2",
27
+ "react-native-quick-crypto": "0.7.12",
28
+ "typescript": "^5.8.3"
29
+ },
10
30
  "exports": {
11
31
  ".": {
12
32
  "default": "./dist/index.js"
@@ -18,27 +38,6 @@
18
38
  "default": "./dist/shim.js"
19
39
  }
20
40
  },
21
- "sideEffects": [
22
- "./dist/shim.js"
23
- ],
24
- "react-native": {
25
- ".": "./dist/index.js",
26
- "./shim": "./dist/shim.js",
27
- "./dist/shim.js": "./dist/shim.js"
28
- },
29
- "typesVersions": {
30
- "*": {
31
- "shim": [
32
- "./dist/shim.d.ts"
33
- ],
34
- "dist/shim.js": [
35
- "./dist/shim.d.ts"
36
- ],
37
- "*": [
38
- "./dist/index.d.ts"
39
- ]
40
- }
41
- },
42
41
  "files": [
43
42
  "dist",
44
43
  "src",
@@ -49,30 +48,9 @@
49
48
  "signer.xcframework",
50
49
  "signer.aar"
51
50
  ],
52
- "dependencies": {
53
- "@getpara/core-sdk": "2.0.0-alpha.26",
54
- "@getpara/user-management-client": "2.0.0-alpha.26",
55
- "@getpara/web-sdk": "2.0.0-alpha.26",
56
- "@peculiar/webcrypto": "^1.5.0",
57
- "@ungap/structured-clone": "1.3.0",
58
- "node-forge": "1.3.1",
59
- "react-native-url-polyfill": "2.0.0",
60
- "text-encoding": "0.7.0"
61
- },
62
- "devDependencies": {
63
- "@craftzdog/react-native-buffer": "6.0.5",
64
- "@react-native-async-storage/async-storage": "2.1.2",
65
- "@types/node-forge": "1.3.1",
66
- "@types/react": "^18.0.31",
67
- "@types/react-native": "0.70.0",
68
- "@types/text-encoding": "0.0.39",
69
- "react-native-keychain": "10.0.0",
70
- "react-native-modpow": "1.1.0",
71
- "react-native-passkey": "3.1.0",
72
- "react-native-quick-base64": "2.1.2",
73
- "react-native-quick-crypto": "0.7.12",
74
- "typescript": "^5.4.3"
75
- },
51
+ "homepage": "https://getpara.com",
52
+ "main": "./dist/index.js",
53
+ "module": "./dist/index.js",
76
54
  "peerDependencies": {
77
55
  "@craftzdog/react-native-buffer": "*",
78
56
  "@react-native-async-storage/async-storage": "*",
@@ -88,10 +66,32 @@
88
66
  "publishConfig": {
89
67
  "access": "public"
90
68
  },
69
+ "react-native": {
70
+ ".": "./dist/index.js",
71
+ "./shim": "./dist/shim.js",
72
+ "./dist/shim.js": "./dist/shim.js"
73
+ },
91
74
  "scripts": {
92
75
  "build": "rm -rf dist && tsc",
93
76
  "compile-signer": "bash ./scripts/compileSigner.sh",
94
77
  "test": "vitest run --coverage"
95
78
  },
96
- "gitHead": "c97be88dd7414041f25d6f4b9758ea26dcfb2694"
79
+ "sideEffects": [
80
+ "./dist/shim.js"
81
+ ],
82
+ "types": "./dist/index.d.ts",
83
+ "typesVersions": {
84
+ "*": {
85
+ "shim": [
86
+ "./dist/shim.d.ts"
87
+ ],
88
+ "dist/shim.js": [
89
+ "./dist/shim.d.ts"
90
+ ],
91
+ "*": [
92
+ "./dist/index.d.ts"
93
+ ]
94
+ }
95
+ },
96
+ "gitHead": "a54f63445995abd13220eda3d63809728e4b5f7e"
97
97
  }