Browse Source

fix(http-proxy): match the workspace version to the 0.1.2-rc.1 release

Yichen Jiang 1 week ago
parent
commit
136b67cdec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/util/http-proxy/package.json

+ 1 - 1
packages/util/http-proxy/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@deepseek-ai/dsh-http-proxy",
   "description": "Process-wide outbound HTTP proxy policy for DeepSeek Harness: resolve it from the launch environment and install it as undici's global dispatcher",
-  "version": "0.1.2-alpha.5",
+  "version": "0.1.2-rc.1",
   "publishConfig": {
     "access": "public"
   },