@exodus/react-native-wallet 0.1.16 → 0.1.17
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/android/build.gradle
CHANGED
|
@@ -121,6 +121,7 @@ class WalletModule internal constructor(context: ReactApplicationContext) :
|
|
|
121
121
|
override fun checkWalletAvailability(promise: Promise) {
|
|
122
122
|
tapAndPayClient.environment.addOnCompleteListener { task ->
|
|
123
123
|
promise.resolve(task.isSuccessful)
|
|
124
|
+
}
|
|
124
125
|
}
|
|
125
126
|
|
|
126
127
|
@ReactMethod
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exodus/react-native-wallet",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.17",
|
|
4
4
|
"description": "A React Native module designed for seamless integration of Card Push Provisioning into Apple Wallet and Google Wallet, enabling easy and secure addition of payment cards directly from your application.",
|
|
5
5
|
"source": "./src/index.tsx",
|
|
6
6
|
"main": "lib/commonjs/index",
|
|
@@ -35,8 +35,7 @@
|
|
|
35
35
|
"lint:example": "eslint example --ext .js,.ts,.tsx",
|
|
36
36
|
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
|
|
37
37
|
"prepare": "bob build",
|
|
38
|
-
"build:watch": "nodemon --watch src --ext .ts,.tsx,.css --exec \"rm -f .build_complete && npm run prepare && npm pack && touch .build_complete\""
|
|
39
|
-
"release": "release-it"
|
|
38
|
+
"build:watch": "nodemon --watch src --ext .ts,.tsx,.css --exec \"rm -f .build_complete && npm run prepare && npm pack && touch .build_complete\""
|
|
40
39
|
},
|
|
41
40
|
"keywords": [
|
|
42
41
|
"react-native",
|
|
@@ -47,16 +46,12 @@
|
|
|
47
46
|
"type": "git",
|
|
48
47
|
"url": "git+https://github.com/ExodusForks/react-native-wallet.git"
|
|
49
48
|
},
|
|
50
|
-
"author": "
|
|
49
|
+
"author": "Exodus Movement, Inc.",
|
|
51
50
|
"license": "MIT",
|
|
52
51
|
"bugs": {
|
|
53
|
-
"url": "https://github.com/
|
|
54
|
-
},
|
|
55
|
-
"homepage": "https://github.com/Expensify/react-native-wallet#readme",
|
|
56
|
-
"publishConfig": {
|
|
57
|
-
"registry": "https://registry.npmjs.org/",
|
|
58
|
-
"access": "public"
|
|
52
|
+
"url": "https://github.com/ExodusForks/react-native-wallet/issues"
|
|
59
53
|
},
|
|
54
|
+
"homepage": "https://github.com/ExodusForks/react-native-wallet#readme",
|
|
60
55
|
"devDependencies": {
|
|
61
56
|
"@babel/preset-env": "^7.25.3",
|
|
62
57
|
"@babel/preset-react": "^7.18.6",
|
|
@@ -68,7 +63,6 @@
|
|
|
68
63
|
"@react-native-community/cli-platform-ios": "20.0.0",
|
|
69
64
|
"@react-native/eslint-config": "0.81.0",
|
|
70
65
|
"@react-native/gradle-plugin": "0.81.0",
|
|
71
|
-
"@release-it/conventional-changelog": "^5.0.0",
|
|
72
66
|
"@types/jest": "^29.5.14",
|
|
73
67
|
"@types/react": "^19.1.0",
|
|
74
68
|
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
|
@@ -92,7 +86,6 @@
|
|
|
92
86
|
"react": "19.1.0",
|
|
93
87
|
"react-native": "0.81.0",
|
|
94
88
|
"react-native-builder-bob": "^0.20.0",
|
|
95
|
-
"release-it": "^15.0.0",
|
|
96
89
|
"turbo": "^1.10.7",
|
|
97
90
|
"typescript": "^5.8.3"
|
|
98
91
|
},
|
|
@@ -115,23 +108,6 @@
|
|
|
115
108
|
"@commitlint/config-conventional"
|
|
116
109
|
]
|
|
117
110
|
},
|
|
118
|
-
"release-it": {
|
|
119
|
-
"git": {
|
|
120
|
-
"commitMessage": "chore: release ${version}",
|
|
121
|
-
"tagName": "v${version}"
|
|
122
|
-
},
|
|
123
|
-
"npm": {
|
|
124
|
-
"publish": true
|
|
125
|
-
},
|
|
126
|
-
"github": {
|
|
127
|
-
"release": true
|
|
128
|
-
},
|
|
129
|
-
"plugins": {
|
|
130
|
-
"@release-it/conventional-changelog": {
|
|
131
|
-
"preset": "angular"
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
},
|
|
135
111
|
"react-native-builder-bob": {
|
|
136
112
|
"source": "src",
|
|
137
113
|
"output": "lib",
|