@rnw-community/react-native-payments 0.54.11 → 0.54.12
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/package.json +4 -4
- package/readme.md +5 -0
- /package/{LICENSE → LICENSE.md} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rnw-community/react-native-payments",
|
|
3
|
-
"version": "0.54.
|
|
3
|
+
"version": "0.54.12",
|
|
4
4
|
"description": "React Native Payments",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -71,14 +71,14 @@
|
|
|
71
71
|
"build:android": "cd example/android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
|
|
72
72
|
"build:ios": "cd example/ios && xcodebuild -workspace PaymentsExample.xcworkspace -scheme PaymentsExample -configuration Debug -sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "f34baf75d6c458c02f8f0fe7e9b17c53af881557",
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"react-native-uuid": "^2.0.1",
|
|
77
77
|
"validator": "^13.9.0"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@rnw-community/platform": "^0.54.
|
|
81
|
-
"@rnw-community/shared": "^0.54.
|
|
80
|
+
"@rnw-community/platform": "^0.54.12",
|
|
81
|
+
"@rnw-community/shared": "^0.54.12",
|
|
82
82
|
"@types/validator": "^13.7.17",
|
|
83
83
|
"react": "^18.2.0",
|
|
84
84
|
"react-native": "^0.72.3"
|
package/readme.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/js/%40rnw-community%2Freact-native-payments)
|
|
4
4
|
[](https://www.npmjs.com/package/%40rnw-community%2Freact-native-payments)
|
|
5
|
+
[](http://makeapullrequest.com)
|
|
5
6
|
|
|
6
7
|
> Accept Payments with Apple Pay and Android Pay using the Payment Request API.
|
|
7
8
|
|
|
@@ -288,3 +289,7 @@ the [react-native-payments-example](../react-native-payments-example/README.md)
|
|
|
288
289
|
- [ ] check/setup push to master and release to NPM
|
|
289
290
|
- [ ] add e2e via maestro for IOS
|
|
290
291
|
- [ ] add e2e via maestro for Android
|
|
292
|
+
|
|
293
|
+
## License
|
|
294
|
+
|
|
295
|
+
This library is licensed under The [MIT License](./LICENSE.md).
|
/package/{LICENSE → LICENSE.md}
RENAMED
|
File without changes
|