capacitor-jok-helper
Advanced tools
Comparing version 1.37.0 to 1.38.0
@@ -92,11 +92,3 @@ import { PluginListenerHandle } from '@capacitor/core'; | ||
}>; | ||
addListener(eventName: 'TransactionStateChange', listenerFunc: (x: { | ||
transactionId: string; | ||
transactionState: string; | ||
transactionReceipt: string; | ||
productId: string; | ||
hasError: boolean; | ||
errorCode: string; | ||
errorMessage: string; | ||
}) => void): Promise<PluginListenerHandle>; | ||
addListener(eventName: 'TransactionStateChange', listenerFunc: (x: TransactionStateChangeData) => void): Promise<PluginListenerHandle>; | ||
} | ||
@@ -103,0 +95,0 @@ export interface PlayAudioProps { |
{ | ||
"name": "capacitor-jok-helper", | ||
"version": "1.37.0", | ||
"version": "1.38.0", | ||
"description": "Helper functions for jok projects", | ||
@@ -5,0 +5,0 @@ "main": "dist/esm/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
430569
560