react-native-iap 14.1.1-rc.1 → 14.1.1
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 +5 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-iap",
|
|
3
|
-
"version": "14.1.1
|
|
3
|
+
"version": "14.1.1",
|
|
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",
|
|
@@ -67,7 +67,8 @@
|
|
|
67
67
|
"prepare:husky": "husky install",
|
|
68
68
|
"precommit": "lint-staged",
|
|
69
69
|
"ci:check": "./scripts/ci-check.sh",
|
|
70
|
-
"generate:icon": "cd docs/static/img && npx sharp-cli resize 32 32 --input icon.png --output favicon-32x32.png && npx sharp-cli resize 16 16 --input icon.png --output favicon-16x16.png && npx sharp-cli resize 192 192 --input icon.png --output android-chrome-192x192.png && npx sharp-cli resize 512 512 --input icon.png --output android-chrome-512x512.png && npx sharp-cli resize 180 180 --input icon.png --output apple-touch-icon.png && npx sharp-cli resize 1200 630 --input icon.png --output og-image.png && npx sharp-cli resize 150 150 --input icon.png --output favicon.png && npx sharp-cli --input favicon-32x32.png --output favicon.ico"
|
|
70
|
+
"generate:icon": "cd docs/static/img && npx sharp-cli resize 32 32 --input icon.png --output favicon-32x32.png && npx sharp-cli resize 16 16 --input icon.png --output favicon-16x16.png && npx sharp-cli resize 192 192 --input icon.png --output android-chrome-192x192.png && npx sharp-cli resize 512 512 --input icon.png --output android-chrome-512x512.png && npx sharp-cli resize 180 180 --input icon.png --output apple-touch-icon.png && npx sharp-cli resize 1200 630 --input icon.png --output og-image.png && npx sharp-cli resize 150 150 --input icon.png --output favicon.png && npx sharp-cli --input favicon-32x32.png --output favicon.ico",
|
|
71
|
+
"commitlint": "commitlint"
|
|
71
72
|
},
|
|
72
73
|
"keywords": [
|
|
73
74
|
"react-native",
|
|
@@ -88,6 +89,8 @@
|
|
|
88
89
|
},
|
|
89
90
|
"devDependencies": {
|
|
90
91
|
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
|
92
|
+
"@commitlint/cli": "^19.8.1",
|
|
93
|
+
"@commitlint/config-conventional": "^19.8.1",
|
|
91
94
|
"@react-native/eslint-config": "0.81.0",
|
|
92
95
|
"@testing-library/react": "^16.3.0",
|
|
93
96
|
"@testing-library/react-hooks": "^8.0.1",
|