From 026c7284775136900e3f165960246bba0647e451 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 24 May 2026 18:08:21 +0000 Subject: [PATCH] chore: sync plugin.json version to v0.1.5 --- plugin.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/plugin.json b/plugin.json index c51054f..61f2c3e 100644 --- a/plugin.json +++ b/plugin.json @@ -1,13 +1,18 @@ { "name": "workflow-plugin-ws-auth", - "version": "0.1.1", + "version": "0.1.5", "description": "WebSocket HMAC authentication with challenge-response handshake and per-connection keys", "author": "GoCodeAlone", "license": "MIT", "type": "external", "tier": "community", "minEngineVersion": "0.51.7", - "keywords": ["websocket", "hmac", "auth", "challenge-response"], + "keywords": [ + "websocket", + "hmac", + "auth", + "challenge-response" + ], "homepage": "https://github.com/GoCodeAlone/workflow-plugin-ws-auth", "repository": "https://github.com/GoCodeAlone/workflow-plugin-ws-auth", "downloads": [ @@ -44,8 +49,12 @@ ], "capabilities": { "configProvider": false, - "moduleTypes": ["ws_auth.hmac"], - "stepTypes": ["step.ws_auth_identity"], + "moduleTypes": [ + "ws_auth.hmac" + ], + "stepTypes": [ + "step.ws_auth_identity" + ], "triggerTypes": [] } }