From d724f9517329652c55c411f15cdc1be6616f759e Mon Sep 17 00:00:00 2001 From: Jon Langevin Date: Sun, 24 May 2026 17:21:05 -0400 Subject: [PATCH] chore: bump plugin.json version to v0.1.6 (C5 post-release cleanup) Co-Authored-By: Claude Opus 4.7 (1M context) --- plugin.json | 105 ++++++++++++++++++++++++++++------------------------ 1 file changed, 57 insertions(+), 48 deletions(-) diff --git a/plugin.json b/plugin.json index c51054f..7d39bee 100644 --- a/plugin.json +++ b/plugin.json @@ -1,51 +1,60 @@ { - "name": "workflow-plugin-ws-auth", - "version": "0.1.1", - "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"], - "homepage": "https://github.com/GoCodeAlone/workflow-plugin-ws-auth", - "repository": "https://github.com/GoCodeAlone/workflow-plugin-ws-auth", - "downloads": [ - { - "os": "linux", - "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-ws-auth/releases/download/v0.1.0/workflow-plugin-ws-auth-linux-amd64.tar.gz" - }, - { - "os": "linux", - "arch": "arm64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-ws-auth/releases/download/v0.1.0/workflow-plugin-ws-auth-linux-arm64.tar.gz" - }, - { - "os": "darwin", - "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-ws-auth/releases/download/v0.1.0/workflow-plugin-ws-auth-darwin-amd64.tar.gz" - }, - { - "os": "darwin", - "arch": "arm64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-ws-auth/releases/download/v0.1.0/workflow-plugin-ws-auth-darwin-arm64.tar.gz" - }, - { - "os": "windows", - "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-ws-auth/releases/download/v0.1.0/workflow-plugin-ws-auth-windows-amd64.tar.gz" - }, - { - "os": "windows", - "arch": "arm64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-ws-auth/releases/download/v0.1.0/workflow-plugin-ws-auth-windows-arm64.tar.gz" + "name": "workflow-plugin-ws-auth", + "version": "0.1.6", + "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" + ], + "homepage": "https://github.com/GoCodeAlone/workflow-plugin-ws-auth", + "repository": "https://github.com/GoCodeAlone/workflow-plugin-ws-auth", + "downloads": [ + { + "os": "linux", + "arch": "amd64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-ws-auth/releases/download/v0.1.0/workflow-plugin-ws-auth-linux-amd64.tar.gz" + }, + { + "os": "linux", + "arch": "arm64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-ws-auth/releases/download/v0.1.0/workflow-plugin-ws-auth-linux-arm64.tar.gz" + }, + { + "os": "darwin", + "arch": "amd64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-ws-auth/releases/download/v0.1.0/workflow-plugin-ws-auth-darwin-amd64.tar.gz" + }, + { + "os": "darwin", + "arch": "arm64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-ws-auth/releases/download/v0.1.0/workflow-plugin-ws-auth-darwin-arm64.tar.gz" + }, + { + "os": "windows", + "arch": "amd64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-ws-auth/releases/download/v0.1.0/workflow-plugin-ws-auth-windows-amd64.tar.gz" + }, + { + "os": "windows", + "arch": "arm64", + "url": "https://github.com/GoCodeAlone/workflow-plugin-ws-auth/releases/download/v0.1.0/workflow-plugin-ws-auth-windows-arm64.tar.gz" + } + ], + "capabilities": { + "configProvider": false, + "moduleTypes": [ + "ws_auth.hmac" + ], + "stepTypes": [ + "step.ws_auth_identity" + ], + "triggerTypes": [] } - ], - "capabilities": { - "configProvider": false, - "moduleTypes": ["ws_auth.hmac"], - "stepTypes": ["step.ws_auth_identity"], - "triggerTypes": [] - } }