tauri-remote-ui 1.1.1-alpha.1 → 1.1.1-alpha.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.
package/dist/README.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  **Tauri Remote UI** is a plugin that allows you to expose your Tauri application's UI to any web browser.
4
4
 
5
- ## Badges
5
+ ## Packages
6
6
 
7
- ![Crates.io Version](https://img.shields.io/crates/v/tauri-remote-ui?style=flat&label=crates.io%20%3A%20tauri-remote-ui) ![NPM Version](https://img.shields.io/npm/v/tauri-remote-ui?label=npm%20%3A%20tauri-remote-ui)
7
+ [![Crates.io Version](https://img.shields.io/crates/v/tauri-remote-ui?style=flat&label=crates.io%20%3A%20tauri-remote-ui)](https://crates.io/crates/tauri-remote-ui) [![NPM Version](https://img.shields.io/npm/v/tauri-remote-ui?label=npm%20%3A%20tauri-remote-ui)](https://www.npmjs.com/package/tauri-remote-ui)
8
8
 
9
9
  ## 📜 License
10
10
 
@@ -20,6 +20,10 @@ This project is **dual-licensed**:
20
20
  [sponsoring](https://github.com/sponsors/DraviaVemal) — sponsors get the
21
21
  commercial license, private releases, and priority support.
22
22
 
23
+ ## [Documents](https://docs.draviavemal.com)
24
+
25
+ Refer document central for detailed information [docs](https://docs.draviavemal.com)
26
+
23
27
  ## ✨ Features
24
28
 
25
29
  - Seamless enable/diable integration
@@ -69,6 +73,3 @@ To audit who is being allowed through at runtime, initialize a logger in your ho
69
73
  - SSL Certificate ingration
70
74
  - Authendication system for remote access (User_id,Password)
71
75
 
72
- ## [Documents](https://docs.draviavemal.com)
73
-
74
- Refer document central for detailed information [docs](https://docs.draviavemal.com)
package/dist/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tauri-remote-ui",
3
3
  "license": "AGPL-3.0-only",
4
- "version": "1.1.1-alpha.1",
4
+ "version": "1.1.1-alpha.3",
5
5
  "author": "DraviaVemal",
6
6
  "description": "A Tauri plugin that exposes the application's UI to a web browser, allowing full interaction while the native app continues running. This enables end-to-end UI testing using existing web-based testing tools without requiring modifications to the app itself.",
7
7
  "type": "module",
package/package.json CHANGED
@@ -1,10 +1,17 @@
1
1
  {
2
2
  "name": "tauri-remote-ui",
3
3
  "license": "AGPL-3.0-only",
4
- "version": "1.1.1-alpha.1",
4
+ "version": "1.1.1-alpha.3",
5
5
  "author": "DraviaVemal",
6
6
  "description": "A Tauri plugin that exposes the application's UI to a web browser, allowing full interaction while the native app continues running. This enables end-to-end UI testing using existing web-based testing tools without requiring modifications to the app itself.",
7
7
  "type": "module",
8
+ "keywords": [
9
+ "tauri",
10
+ "testing",
11
+ "automation",
12
+ "plugin"
13
+ ],
14
+ "homepage": "https://docs.draviavemal.com/",
8
15
  "repository": {
9
16
  "url": "https://github.com/DraviaVemal/tauri-remote-ui"
10
17
  },