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 +1 -1
- package/README.md +1 -1
- package/examples/src-tauri/Cargo.toml +4 -2
- package/package.json +6 -1
package/AGENTS.md
CHANGED
package/README.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "examples-demo-app"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.1"
|
|
4
4
|
description = "A Tauri App"
|
|
5
|
-
authors = ["
|
|
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.
|
|
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
|
}
|