@rolepod/uiproof 0.6.1 → 0.6.2
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/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +2 -2
- package/.codex-plugin/plugin.json +1 -1
- package/.cursor/mcp.json +1 -1
- package/.cursor-plugin/plugin.json +1 -1
- package/CHANGELOG.md +41 -0
- package/README.md +3 -3
- package/dist/bin/rolepod-uiproof.js +1 -1
- package/dist/bin/rolepod-uiproof.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/schemas/tools.json +1 -1
- package/package.json +1 -1
- package/skills/check-errors/SKILL.md +1 -1
- package/skills/verify-ui/SKILL.md +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1302,7 +1302,7 @@ declare class SessionRegistry {
|
|
|
1302
1302
|
}
|
|
1303
1303
|
|
|
1304
1304
|
declare const SERVER_NAME = "rolepod-uiproof";
|
|
1305
|
-
declare const SERVER_VERSION = "0.6.
|
|
1305
|
+
declare const SERVER_VERSION = "0.6.2";
|
|
1306
1306
|
type ServerHandle = {
|
|
1307
1307
|
mcp: McpServer;
|
|
1308
1308
|
registry: SessionRegistry;
|
package/dist/index.js
CHANGED
|
@@ -3963,7 +3963,7 @@ var toolMetadata = {
|
|
|
3963
3963
|
|
|
3964
3964
|
// src/server.ts
|
|
3965
3965
|
var SERVER_NAME = "rolepod-uiproof";
|
|
3966
|
-
var SERVER_VERSION = "0.6.
|
|
3966
|
+
var SERVER_VERSION = "0.6.2";
|
|
3967
3967
|
var SUPPORTED_PROTOCOL = "v1";
|
|
3968
3968
|
function checkProtocolCompat() {
|
|
3969
3969
|
const parent = detectRolepodParent();
|