From 5e34a458db8d1259ef062389c1098291a4a34b21 Mon Sep 17 00:00:00 2001 From: Gaspard Kirira Date: Mon, 11 May 2026 22:49:42 +0300 Subject: [PATCH 1/2] registry: softadastra/kordex-cli v0.2.0 --- index/softadastra.kordex-cli.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index/softadastra.kordex-cli.json b/index/softadastra.kordex-cli.json index e860f9f..1b43059 100644 --- a/index/softadastra.kordex-cli.json +++ b/index/softadastra.kordex-cli.json @@ -3,7 +3,7 @@ "format": "vix-api-1", "generatedBy": "vix-cli", "path": "vix.api.json", - "updatedAt": "2026-05-11T09:25:49Z" + "updatedAt": "2026-05-11T19:49:38Z" }, "constraints": { "minCppStandard": "c++17", @@ -62,6 +62,10 @@ "0.1.0": { "commit": "4721eddb9956523c933ae134d6f5e1787e637ecc", "tag": "v0.1.0" + }, + "0.2.0": { + "commit": "feb371aafab26841f7b1098639acf4b852b3ddb8", + "tag": "v0.2.0" } } } From ce979d49937055c188a439c882369c8ac9565ee1 Mon Sep 17 00:00:00 2001 From: Gaspard Kirira Date: Mon, 11 May 2026 22:51:11 +0300 Subject: [PATCH 2/2] registry: unpublish softadastra/kordex-cli --- index/softadastra.kordex-cli.json | 71 ------------------------------- 1 file changed, 71 deletions(-) delete mode 100644 index/softadastra.kordex-cli.json diff --git a/index/softadastra.kordex-cli.json b/index/softadastra.kordex-cli.json deleted file mode 100644 index 1b43059..0000000 --- a/index/softadastra.kordex-cli.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "api": { - "format": "vix-api-1", - "generatedBy": "vix-cli", - "path": "vix.api.json", - "updatedAt": "2026-05-11T19:49:38Z" - }, - "constraints": { - "minCppStandard": "c++17", - "platforms": [ - "linux", - "macos", - "windows" - ] - }, - "dependencies": { - "git": [], - "registry": [], - "system": [] - }, - "description": "Official command line interface for Kordex, providing commands to initialize, run, check, build, and interact with reliable local-first JavaScript applications.", - "displayName": "kordex-cli", - "documentation": "https://github.com/softadastra/kordex-cli#readme", - "exports": { - "headers": [], - "modules": [], - "namespaces": [] - }, - "homepage": "https://github.com/softadastra/kordex-cli", - "keywords": [ - "cpp", - "cli", - "javascript-runtime", - "developer-tools", - "local-first", - "kordex", - "softadastra", - "vix" - ], - "license": "MIT", - "maintainers": [ - { - "github": "softadastra", - "name": "Gaspard Kirira" - } - ], - "manifestPath": "vix.json", - "name": "kordex-cli", - "namespace": "softadastra", - "quality": { - "ci": [], - "hasDocs": true, - "hasExamples": true, - "hasTests": true - }, - "repo": { - "defaultBranch": "main", - "url": "https://github.com/softadastra/kordex-cli" - }, - "type": "header-only", - "versions": { - "0.1.0": { - "commit": "4721eddb9956523c933ae134d6f5e1787e637ecc", - "tag": "v0.1.0" - }, - "0.2.0": { - "commit": "feb371aafab26841f7b1098639acf4b852b3ddb8", - "tag": "v0.2.0" - } - } -}