release: v0.12.0-beta.5

This commit is contained in:
Neko Ayaka
2026-08-30 02:31:30 +08:00
parent 0977bcd741
commit 2c1e223c8d
55 changed files with 136 additions and 54 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/api-server",
"type": "module",
"version": "0.12.0-beta.4",
"version": "0.12.0-beta.5",
"private": true,
"exports": {
"./app-type": "./src/app-type.ts"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/auth-server",
"type": "module",
"version": "0.12.0-beta.4",
"version": "0.12.0-beta.5",
"private": true,
"scripts": {
"apply:env": "dotenvx run -f .env.local --overload --ignore=MISSING_ENV_FILE",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/auth-shared",
"type": "module",
"version": "0.12.0-beta.4",
"version": "0.12.0-beta.5",
"private": true,
"description": "Shared authentication schema and principal contracts for AIRI services",
"exports": "./src/index.ts",
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/server-sdk-shared",
"type": "module",
"version": "0.12.0-beta.4",
"version": "0.12.0-beta.5",
"private": true,
"description": "Eventa contracts for the hosted chat WebSocket",
"author": {