Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openproxy"
version = "0.1.6"
version = "0.1.0"
edition = "2021"

[dependencies]
Expand Down
10 changes: 5 additions & 5 deletions packages/openproxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openprx/openproxy",
"version": "0.1.6",
"version": "0.1.0",
"description": "OpenProxy — single-binary AI router with embedded web dashboard. Routes Claude Code, Codex, Cursor, Cline, and other AI CLI tools to 40+ providers with auto-fallback and quota tracking.",
"keywords": [
"ai",
Expand Down Expand Up @@ -33,9 +33,9 @@
"node": ">=18"
},
"optionalDependencies": {
"@openprx/openproxy-linux-x64": "0.1.6",
"@openprx/openproxy-linux-arm64": "0.1.6",
"@openprx/openproxy-darwin-x64": "0.1.6",
"@openprx/openproxy-darwin-arm64": "0.1.6"
"@openprx/openproxy-linux-x64": "0.1.0",
"@openprx/openproxy-linux-arm64": "0.1.0",
"@openprx/openproxy-darwin-x64": "0.1.0",
"@openprx/openproxy-darwin-arm64": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/platform/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openprx/openproxy-darwin-arm64",
"version": "0.1.6",
"version": "0.1.0",
"description": "OpenProxy native binary for darwin arm64. Installed automatically as an optional dependency of the openproxy meta package.",
"homepage": "https://github.com/quangdang46/openproxy#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/platform/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openprx/openproxy-darwin-x64",
"version": "0.1.6",
"version": "0.1.0",
"description": "OpenProxy native binary for darwin x64. Installed automatically as an optional dependency of the openproxy meta package.",
"homepage": "https://github.com/quangdang46/openproxy#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/platform/linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openprx/openproxy-linux-arm64",
"version": "0.1.6",
"version": "0.1.0",
"description": "OpenProxy native binary for linux arm64. Installed automatically as an optional dependency of the openproxy meta package.",
"homepage": "https://github.com/quangdang46/openproxy#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/platform/linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openprx/openproxy-linux-x64",
"version": "0.1.6",
"version": "0.1.0",
"description": "OpenProxy native binary for linux x64. Installed automatically as an optional dependency of the openproxy meta package.",
"homepage": "https://github.com/quangdang46/openproxy#readme",
"repository": {
Expand Down
Loading