react-native-keystore-crypto-joe 0.1.0 → 0.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.
@@ -1,4 +1,4 @@
1
- declare module 'react-native-keystore-crypto' {
1
+ declare module 'react-native-keystore-crypto-joe' {
2
2
  export function generateKeyPair(alias: string): Promise<void>;
3
3
  export function getPublicKeyPem(alias: string): Promise<string>;
4
4
  export function decryptRsaOaep(alias: string, ciphertextB64: string, requireBiometric?: boolean): Promise<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-keystore-crypto-joe",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "RSA OAEP decrypt via Android Keystore / iOS Keychain + biometric gating for React Native",
5
5
  "main": "src/index.ts",
6
6
  "module": "src/index.ts",
@@ -1,5 +1,5 @@
1
1
  Pod::Spec.new do |s|
2
- s.name = "react-native-keystore-crypto"
2
+ s.name = "react-native-keystore-crypto-joe"
3
3
  s.version = "0.1.0"
4
4
  s.summary = "RSA OAEP decrypt via Keychain/Keystore for React Native"
5
5
  s.license = { :type => "MIT" }