tauri-plugin-debug-tools 0.1.0 → 0.1.1

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/AGENTS.md CHANGED
@@ -342,5 +342,5 @@ For questions or issues:
342
342
  ---
343
343
 
344
344
  **Last Updated**: 2025-12-31
345
- **Version**: 0.1.0
345
+ **Version**: 0.1.1
346
346
  **Maintainer**: (your name/team)
package/README.md CHANGED
@@ -19,7 +19,7 @@ Add to your Tauri project's `Cargo.toml`:
19
19
 
20
20
  ```toml
21
21
  [dependencies]
22
- tauri-plugin-debug-tools = "0.1.0"
22
+ tauri-plugin-debug-tools = "0.1.1"
23
23
  ```
24
24
 
25
25
  Install the frontend package:
@@ -1,8 +1,10 @@
1
1
  [package]
2
2
  name = "examples-demo-app"
3
- version = "0.1.0"
3
+ version = "0.1.1"
4
4
  description = "A Tauri App"
5
- authors = ["you"]
5
+ authors = ["8beeeaaat <8beeeaaat@gmail.com>"]
6
+ license = "MIT OR Apache-2.0"
7
+ repository = "https://github.com/8beeeaaat/tauri-plugin-debug-tools"
6
8
  edition = "2021"
7
9
 
8
10
  # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tauri-plugin-debug-tools",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Comprehensive debug utilities for Tauri WebView applications with AI-powered automated debugging workflows",
5
5
  "license": "MIT OR Apache-2.0",
6
6
  "author": "8beeeaaat <8beeeaaat@gmail.com>",
@@ -80,5 +80,10 @@
80
80
  "npm-run-all": "^4.1.5",
81
81
  "typescript": "^5.9.3",
82
82
  "vitest": "^4.0.16"
83
+ },
84
+ "publishConfig": {
85
+ "access": "public",
86
+ "provenance": true,
87
+ "registry": "https://registry.npmjs.org"
83
88
  }
84
89
  }