chore: release packages (#387)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
61a13baca2
commit
764ce67742
@@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
"@esengine/server": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
feat(server): 添加可插拔认证系统 | add pluggable authentication system
|
|
||||||
|
|
||||||
- 新增 JWT 认证提供者 (`createJwtAuthProvider`)
|
|
||||||
- 新增 Session 认证提供者 (`createSessionAuthProvider`)
|
|
||||||
- 新增服务器认证 mixin (`withAuth`)
|
|
||||||
- 新增房间认证 mixin (`withRoomAuth`)
|
|
||||||
- 新增认证装饰器 (`@requireAuth`, `@requireRole`)
|
|
||||||
- 新增测试工具 (`MockAuthProvider`)
|
|
||||||
- 导出路径: `@esengine/server/auth`, `@esengine/server/auth/testing`
|
|
||||||
@@ -1,5 +1,18 @@
|
|||||||
# @esengine/server
|
# @esengine/server
|
||||||
|
|
||||||
|
## 1.2.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#386](https://github.com/esengine/esengine/pull/386) [`61a13ba`](https://github.com/esengine/esengine/commit/61a13baca2e1e8fba14e23d439521ec0e6b7ca6e) Thanks [@esengine](https://github.com/esengine)! - feat(server): 添加可插拔认证系统 | add pluggable authentication system
|
||||||
|
- 新增 JWT 认证提供者 (`createJwtAuthProvider`)
|
||||||
|
- 新增 Session 认证提供者 (`createSessionAuthProvider`)
|
||||||
|
- 新增服务器认证 mixin (`withAuth`)
|
||||||
|
- 新增房间认证 mixin (`withRoomAuth`)
|
||||||
|
- 新增认证装饰器 (`@requireAuth`, `@requireRole`)
|
||||||
|
- 新增测试工具 (`MockAuthProvider`)
|
||||||
|
- 导出路径: `@esengine/server/auth`, `@esengine/server/auth/testing`
|
||||||
|
|
||||||
## 1.1.4
|
## 1.1.4
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@esengine/server",
|
"name": "@esengine/server",
|
||||||
"version": "1.1.4",
|
"version": "1.2.0",
|
||||||
"description": "Game server framework for ESEngine with file-based routing",
|
"description": "Game server framework for ESEngine with file-based routing",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
# @esengine/transaction
|
# @esengine/transaction
|
||||||
|
|
||||||
|
## 2.0.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`61a13ba`](https://github.com/esengine/esengine/commit/61a13baca2e1e8fba14e23d439521ec0e6b7ca6e)]:
|
||||||
|
- @esengine/server@1.2.0
|
||||||
|
|
||||||
## 2.0.0
|
## 2.0.0
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@esengine/transaction",
|
"name": "@esengine/transaction",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"description": "Game transaction system with distributed support | 游戏事务系统,支持分布式事务",
|
"description": "Game transaction system with distributed support | 游戏事务系统,支持分布式事务",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user