@myassis/gateway 1.0.23 → 1.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myassis/gateway",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "我的助手 Gateway Service - 本地 AI 网关服务,支持认证、WebSocket 实时通信和任务调度",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -40,7 +40,7 @@
40
40
  ],
41
41
  "author": "duzhengjie",
42
42
  "dependencies": {
43
- "@myassis/shared": "workspace:*",
43
+ "@myassis/shared": "1.0.19",
44
44
  "@nut-tree/nut-js": "^4.2.0",
45
45
  "axios": "^1.15.2",
46
46
  "bcryptjs": "^2.4.3",