发布 AGC 标准版 0.1.9
Project CI / Frontend tests (push) Successful in 3m57s
Project CI / Repository checks (push) Successful in 4m8s
Project CI / Native shell tests (push) Failing after 10m0s
Project CI / Backend tests (push) Successful in 4m55s

同步 AI 游戏创作器的 package、Cargo、Tauri 与锁文件版本。

更新版本一致性脚本及其测试夹具。
This commit is contained in:
2026-08-26 21:39:52 +08:00
parent 170b988fcd
commit 92165a36ae
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@genarrative/ai-game-creator-shell",
"private": true,
"version": "0.1.8",
"version": "0.1.9",
"type": "module",
"scripts": {
"dev": "node scripts/start-tauri-dev.mjs",
@@ -1533,11 +1533,11 @@ if (
}
if (
tauriConfig.version !== '0.1.8' ||
packageConfig.version !== '0.1.8' ||
cargoPackageVersion !== '0.1.8'
tauriConfig.version !== '0.1.9' ||
packageConfig.version !== '0.1.9' ||
cargoPackageVersion !== '0.1.9'
) {
throw new Error('AI game creator standard release must remain version 0.1.8');
throw new Error('AI game creator standard release must remain version 0.1.9');
}
const devServerSource = fs.readFileSync(
+1 -1
View File
@@ -1695,7 +1695,7 @@ dependencies = [
[[package]]
name = "genarrative-ai-game-creator-shell"
version = "0.1.8"
version = "0.1.9"
dependencies = [
"agent-runtime-core",
"axum",
@@ -1,6 +1,6 @@
[package]
name = "genarrative-ai-game-creator-shell"
version = "0.1.8"
version = "0.1.9"
edition = "2021"
publish = false
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Genarrative AI Game Creator",
"version": "0.1.8",
"version": "0.1.9",
"identifier": "world.genarrative.ai-game-creator",
"build": {
"beforeDevCommand": "npm --prefix ../.. run agc:serve",