capacitor-jok-helper
Advanced tools
Comparing version 0.9.2 to 0.9.3
@@ -57,4 +57,4 @@ declare module "@capacitor/core" { | ||
export interface SKProduct { | ||
localizedDescription: string; | ||
localizedTitle: string; | ||
title: string; | ||
description: string; | ||
price: number; | ||
@@ -129,2 +129,3 @@ formattedPrice: string; | ||
transactionState: TransactionState; | ||
transactionReceipt: string; | ||
productId: string; | ||
@@ -131,0 +132,0 @@ hasError: boolean; |
{ | ||
"name": "capacitor-jok-helper", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"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
151194
431