@choochmeque/tauri-plugin-iap-api 0.4.2 → 0.4.3

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.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,7 @@
1
- # ⚠️ WARNING: WORK IS STILL IN PROGRESS. NOT READY FOR PRODUCTION YET
2
-
3
1
  [![NPM Version](https://img.shields.io/npm/v/@choochmeque%2Ftauri-plugin-iap-api)](https://www.npmjs.com/package/@choochmeque/tauri-plugin-iap-api)
4
2
  [![Crates.io Version](https://img.shields.io/crates/v/tauri-plugin-iap)](https://crates.io/crates/tauri-plugin-iap)
5
3
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
6
4
 
7
-
8
5
  # Tauri Plugin IAP
9
6
 
10
7
  A Tauri plugin for In-App Purchases (IAP) with support for subscriptions on iOS (StoreKit 2), Android (Google Play Billing) and Windows (Microsoft Store).
@@ -29,6 +26,7 @@ A Tauri plugin for In-App Purchases (IAP) with support for subscriptions on iOS
29
26
  - **iOS**: StoreKit 2 (requires iOS 15.0+)
30
27
  - **Android**: Google Play Billing Library v8.0.0
31
28
  - **Windows**: Microsoft Store API (Windows 10/11)
29
+ - **macOS**: Experimental support - might not work correctly (still required some work to do)
32
30
 
33
31
  ## Installation
34
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@choochmeque/tauri-plugin-iap-api",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "license": "MIT",
5
5
  "author": "You",
6
6
  "description": "A Tauri v2 plugin that enables In-App Purchases (IAP)",