rn-apple-pay-api
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "rn-apple-pay-api", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "A full functional Apple Pay package for React Native", | ||
"main": "index.tsx", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
"build": "tsc", | ||
"prepare": "npm run build", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -26,3 +29,12 @@ }, | ||
}, | ||
"homepage": "https://github.com/younisrahman/Apple-Pay-Api#readme" | ||
"homepage": "https://github.com/younisrahman/Apple-Pay-Api#readme", | ||
"devDependencies": { | ||
"typescript": "^5.7.2" | ||
}, | ||
"files": [ | ||
"lib/**/*", | ||
"rn-apple-pay-api.podspec", | ||
"README.md", | ||
"ios" | ||
] | ||
} |
@@ -103,4 +103,4 @@ # **rn-apple-pay-api** | ||
data: { | ||
("daat"); | ||
} // Represents `extraData`, could be anything | ||
("data"); | ||
} // data could be anything | ||
isRejectApi: boolean; // Indicates whether this is a reject API optional if you want to check reject case | ||
@@ -260,4 +260,4 @@ txId: string; // Transaction ID generated by ApplePay | ||
data: { | ||
("daat"); | ||
} // Represents `extraData`, could be anything | ||
("data"); | ||
} // data could be anything | ||
isRejectApi: boolean; // Indicates whether this is a reject API optional if you want to check reject case | ||
@@ -264,0 +264,0 @@ txId: string; // Transaction ID generated by ApplePay |
165616
21
89
1