@choochmeque/tauri-plugin-iap-api 0.1.5 → 0.1.7

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 +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,7 @@
1
- # WARNING: WORK IS STILL IN PROGRESS. NOT READY FOR PRODUCTION YET
1
+ # ⚠️ WARNING: WORK IS STILL IN PROGRESS. NOT READY FOR PRODUCTION YET
2
+
3
+ [![npm version](https://badge.fury.io/js/@choochmeque%2Ftauri-plugin-iap-api.svg)](https://badge.fury.io/js/@choochmeque%2Ftauri-plugin-iap-api)
4
+ ![Crates.io Version](https://img.shields.io/crates/v/tauri-plugin-iap)
2
5
 
3
6
 
4
7
  # Tauri Plugin IAP
@@ -27,7 +30,7 @@ Add the plugin to your Tauri project:
27
30
 
28
31
  ```toml
29
32
  [dependencies]
30
- tauri-plugin-iap = { path = "../path-to-plugin" }
33
+ tauri-plugin-iap = "0.1"
31
34
  ```
32
35
 
33
36
  Register the plugin in your Tauri app:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@choochmeque/tauri-plugin-iap-api",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "author": "You",
5
5
  "description": "A Tauri v2 plugin that enables In-App Purchases (IAP)",
6
6
  "type": "module",