diff --git a/clients/agent-runtime/Cargo.toml b/clients/agent-runtime/Cargo.toml index 531793aea..74aa255e7 100755 --- a/clients/agent-runtime/Cargo.toml +++ b/clients/agent-runtime/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [package] name = "corvus" -version = "0.1.6" +version = "0.1.7" edition = "2021" authors = ["theonlyhennygod"] license = "Apache-2.0" diff --git a/clients/agent-runtime/npm/corvus-cli/package.json b/clients/agent-runtime/npm/corvus-cli/package.json index 672970a3d..aea61e3fe 100644 --- a/clients/agent-runtime/npm/corvus-cli/package.json +++ b/clients/agent-runtime/npm/corvus-cli/package.json @@ -1,6 +1,6 @@ { "name": "@dallay/corvus", - "version": "0.1.6", + "version": "0.1.7", "description": "Corvus runtime CLI wrapper for npm/pnpm/yarn/bun and npx", "license": "Apache-2.0", "repository": { diff --git a/clients/agent-runtime/npm/corvus-darwin-arm64/package.json b/clients/agent-runtime/npm/corvus-darwin-arm64/package.json index 191339d80..a06119875 100644 --- a/clients/agent-runtime/npm/corvus-darwin-arm64/package.json +++ b/clients/agent-runtime/npm/corvus-darwin-arm64/package.json @@ -1,16 +1,22 @@ { "name": "@dallay/corvus-darwin-arm64", - "version": "0.1.6", + "version": "0.1.7", "description": "Corvus runtime CLI for macOS Apple Silicon (ARM64)", "license": "Apache-2.0", - "os": ["darwin"], - "cpu": ["arm64"], + "os": [ + "darwin" + ], + "cpu": [ + "arm64" + ], "repository": { "type": "git", "url": "git+https://github.com/dallay/corvus.git", "directory": "clients/agent-runtime/npm/corvus-darwin-arm64" }, - "files": ["corvus"], + "files": [ + "corvus" + ], "engines": { "node": ">=18" } diff --git a/clients/agent-runtime/npm/corvus-darwin-x64/package.json b/clients/agent-runtime/npm/corvus-darwin-x64/package.json index c5238178a..67e4731d6 100644 --- a/clients/agent-runtime/npm/corvus-darwin-x64/package.json +++ b/clients/agent-runtime/npm/corvus-darwin-x64/package.json @@ -1,16 +1,22 @@ { "name": "@dallay/corvus-darwin-x64", - "version": "0.1.6", + "version": "0.1.7", "description": "Corvus runtime CLI for macOS Intel (x64)", "license": "Apache-2.0", - "os": ["darwin"], - "cpu": ["x64"], + "os": [ + "darwin" + ], + "cpu": [ + "x64" + ], "repository": { "type": "git", "url": "git+https://github.com/dallay/corvus.git", "directory": "clients/agent-runtime/npm/corvus-darwin-x64" }, - "files": ["corvus"], + "files": [ + "corvus" + ], "engines": { "node": ">=18" } diff --git a/clients/agent-runtime/npm/corvus-linux-arm64/package.json b/clients/agent-runtime/npm/corvus-linux-arm64/package.json index 0a3faac1f..e07aa0496 100644 --- a/clients/agent-runtime/npm/corvus-linux-arm64/package.json +++ b/clients/agent-runtime/npm/corvus-linux-arm64/package.json @@ -1,16 +1,22 @@ { "name": "@dallay/corvus-linux-arm64", - "version": "0.1.6", + "version": "0.1.7", "description": "Corvus runtime CLI for Linux ARM64", "license": "Apache-2.0", - "os": ["linux"], - "cpu": ["arm64"], + "os": [ + "linux" + ], + "cpu": [ + "arm64" + ], "repository": { "type": "git", "url": "git+https://github.com/dallay/corvus.git", "directory": "clients/agent-runtime/npm/corvus-linux-arm64" }, - "files": ["corvus"], + "files": [ + "corvus" + ], "engines": { "node": ">=18" } diff --git a/clients/agent-runtime/npm/corvus-linux-x64/package.json b/clients/agent-runtime/npm/corvus-linux-x64/package.json index e29263541..dad3f2350 100644 --- a/clients/agent-runtime/npm/corvus-linux-x64/package.json +++ b/clients/agent-runtime/npm/corvus-linux-x64/package.json @@ -1,16 +1,22 @@ { "name": "@dallay/corvus-linux-x64", - "version": "0.1.6", + "version": "0.1.7", "description": "Corvus runtime CLI for Linux x64", "license": "Apache-2.0", - "os": ["linux"], - "cpu": ["x64"], + "os": [ + "linux" + ], + "cpu": [ + "x64" + ], "repository": { "type": "git", "url": "git+https://github.com/dallay/corvus.git", "directory": "clients/agent-runtime/npm/corvus-linux-x64" }, - "files": ["corvus"], + "files": [ + "corvus" + ], "engines": { "node": ">=18" } diff --git a/clients/agent-runtime/npm/corvus-windows-arm64/package.json b/clients/agent-runtime/npm/corvus-windows-arm64/package.json index bd57603ef..21a810a3a 100644 --- a/clients/agent-runtime/npm/corvus-windows-arm64/package.json +++ b/clients/agent-runtime/npm/corvus-windows-arm64/package.json @@ -1,16 +1,22 @@ { "name": "@dallay/corvus-windows-arm64", - "version": "0.1.6", + "version": "0.1.7", "description": "Corvus runtime CLI for Windows ARM64", "license": "Apache-2.0", - "os": ["win32"], - "cpu": ["arm64"], + "os": [ + "win32" + ], + "cpu": [ + "arm64" + ], "repository": { "type": "git", "url": "git+https://github.com/dallay/corvus.git", "directory": "clients/agent-runtime/npm/corvus-windows-arm64" }, - "files": ["corvus.exe"], + "files": [ + "corvus.exe" + ], "engines": { "node": ">=18" } diff --git a/clients/agent-runtime/npm/corvus-windows-x64/package.json b/clients/agent-runtime/npm/corvus-windows-x64/package.json index f583f9c00..1794b388c 100644 --- a/clients/agent-runtime/npm/corvus-windows-x64/package.json +++ b/clients/agent-runtime/npm/corvus-windows-x64/package.json @@ -1,16 +1,22 @@ { "name": "@dallay/corvus-windows-x64", - "version": "0.1.6", + "version": "0.1.7", "description": "Corvus runtime CLI for Windows x64", "license": "Apache-2.0", - "os": ["win32"], - "cpu": ["x64"], + "os": [ + "win32" + ], + "cpu": [ + "x64" + ], "repository": { "type": "git", "url": "git+https://github.com/dallay/corvus.git", "directory": "clients/agent-runtime/npm/corvus-windows-x64" }, - "files": ["corvus.exe"], + "files": [ + "corvus.exe" + ], "engines": { "node": ">=18" } diff --git a/clients/agent-runtime/npm/corvus/package.json b/clients/agent-runtime/npm/corvus/package.json index c0e37fb7b..b427e3aea 100644 --- a/clients/agent-runtime/npm/corvus/package.json +++ b/clients/agent-runtime/npm/corvus/package.json @@ -1,6 +1,6 @@ { "name": "@dallay/corvus", - "version": "0.1.6", + "version": "0.1.7", "description": "Corvus runtime CLI - Cross-platform binary distribution", "license": "Apache-2.0", "repository": { @@ -11,7 +11,9 @@ "bin": { "corvus": "bin/corvus.js" }, - "files": ["bin"], + "files": [ + "bin" + ], "scripts": {}, "optionalDependencies": { "@dallay/corvus-darwin-x64": "0.1.5", @@ -23,5 +25,11 @@ "engines": { "node": ">=18" }, - "keywords": ["corvus", "ai", "agent", "cli", "rust"] + "keywords": [ + "corvus", + "ai", + "agent", + "cli", + "rust" + ] } diff --git a/clients/web/apps/chat/package.json b/clients/web/apps/chat/package.json index ed7fa64ce..008fab7b8 100644 --- a/clients/web/apps/chat/package.json +++ b/clients/web/apps/chat/package.json @@ -1,8 +1,8 @@ { "name": "@corvus/chat", - "version": "0.1.6", + "version": "0.1.7", "private": true, - "description": "Corvus Chat — conversational AI interface", + "description": "Corvus Chat \u2014 conversational AI interface", "type": "module", "engines": { "node": ">=22.0.0" diff --git a/clients/web/apps/docs/package.json b/clients/web/apps/docs/package.json index d1b38fc35..774049cea 100644 --- a/clients/web/apps/docs/package.json +++ b/clients/web/apps/docs/package.json @@ -1,7 +1,7 @@ { "name": "@corvus/docs", "type": "module", - "version": "0.1.6", + "version": "0.1.7", "scripts": { "dev": "astro dev", "start": "astro dev", @@ -22,4 +22,4 @@ "@astrojs/check": "latest", "typescript": "latest" } -} \ No newline at end of file +} diff --git a/clients/web/apps/marketing/package.json b/clients/web/apps/marketing/package.json index 8213ff159..c13e9bea1 100644 --- a/clients/web/apps/marketing/package.json +++ b/clients/web/apps/marketing/package.json @@ -1,6 +1,6 @@ { "name": "@corvus/marketing", - "version": "0.1.6", + "version": "0.1.7", "private": true, "description": "Corvus Marketing Site built with Astro", "type": "module", diff --git a/clients/web/apps/plugins/package.json b/clients/web/apps/plugins/package.json index fd623d271..2d1b9f72f 100644 --- a/clients/web/apps/plugins/package.json +++ b/clients/web/apps/plugins/package.json @@ -1,6 +1,6 @@ { "name": "@corvus/plugins-catalog", - "version": "0.1.6", + "version": "0.1.7", "private": true, "description": "Corvus Plugins Catalog site built with Astro", "type": "module", diff --git a/clients/web/package.json b/clients/web/package.json index 1d4ad0761..d4d9384e9 100644 --- a/clients/web/package.json +++ b/clients/web/package.json @@ -1,6 +1,6 @@ { "name": "@corvus/web-monorepo", - "version": "0.1.6", + "version": "0.1.7", "private": true, "description": "Corvus Web Apps Monorepo - Marketing, Docs, Chat", "type": "module", diff --git a/clients/web/packages/shared/package.json b/clients/web/packages/shared/package.json index 652df26d9..0b2a30e35 100644 --- a/clients/web/packages/shared/package.json +++ b/clients/web/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@corvus/shared", - "version": "0.1.6", + "version": "0.1.7", "private": true, "description": "Shared components and utilities for Corvus web apps", "type": "module", diff --git a/gradle.properties b/gradle.properties index 21df24187..3db39c498 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,7 +24,7 @@ org.gradle.configuration-cache.integrity-check=false # project repo info. snapshot: -SNAPSHOT GROUP=com.profiletailors -VERSION=0.1.6 +VERSION=0.1.7 LICENSE=NONE # plugin config diff --git a/gradle/build-logic/gradle.properties b/gradle/build-logic/gradle.properties index 31c17579c..7977fc7b4 100644 --- a/gradle/build-logic/gradle.properties +++ b/gradle/build-logic/gradle.properties @@ -16,7 +16,7 @@ org.gradle.configuration-cache.integrity-check=true # project repo info. snapshot: -SNAPSHOT GROUP=com.profiletailors -VERSION=0.1.6 +VERSION=0.1.7 # gradle-maven-publish-plugin mavenCentralPublishing=true