react-native-iap 15.3.2 → 15.3.4
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/openiap-versions.json +2 -2
- package/package.json +2 -1
package/openiap-versions.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-iap",
|
|
3
|
-
"version": "15.3.
|
|
3
|
+
"version": "15.3.4",
|
|
4
4
|
"description": "React Native In-App Purchases module for iOS and Android using Nitro",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"types": "./lib/typescript/src/index.d.ts",
|
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
"test:all": "yarn test:library && yarn test:example",
|
|
64
64
|
"test:ci": "jest --maxWorkers=2 --coverage",
|
|
65
65
|
"test:ci:example": "yarn workspace rn-iap-example test --coverage",
|
|
66
|
+
"verify:consumer-install": "node ../../scripts/verify-npm-consumer-install.mjs --package . --package-name react-native-iap --required openiap-versions.json --required lib/module/index.js --required lib/typescript/src/index.d.ts --required android/build.gradle --required NitroIap.podspec --required app.plugin.js --required nitro.json",
|
|
66
67
|
"prepare:husky": "husky install",
|
|
67
68
|
"precommit": "lint-staged",
|
|
68
69
|
"ci:check": "./scripts/ci-check.sh",
|