release: v0.12.0-beta.2

This commit is contained in:
Neko Ayaka
2026-08-26 04:17:25 +08:00
parent 6299dd0919
commit f53e82a9b3
48 changed files with 51 additions and 50 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@proj-airi/api-server",
"type": "module",
"version": "0.12.0-beta.1",
"version": "0.12.0-beta.2",
"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.1",
"version": "0.12.0-beta.2",
"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.1",
"version": "0.12.0-beta.2",
"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.1",
"version": "0.12.0-beta.2",
"private": true,
"description": "Eventa contracts for the hosted chat WebSocket",
"author": {