release: v0.12.0-beta.4

This commit is contained in:
Neko Ayaka
2026-08-28 04:59:05 +08:00
parent eb7d7a7a50
commit fe38fb9ded
47 changed files with 49 additions and 49 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/api-server",
"type": "module",
"version": "0.12.0-beta.3",
"version": "0.12.0-beta.4",
"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.3",
"version": "0.12.0-beta.4",
"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.3",
"version": "0.12.0-beta.4",
"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.3",
"version": "0.12.0-beta.4",
"private": true,
"description": "Eventa contracts for the hosted chat WebSocket",
"author": {