diff --git a/.sampo/changesets/roguish-iceseeker-marjatta.md b/.sampo/changesets/roguish-iceseeker-marjatta.md index dc15a82b..9658b6ce 100644 --- a/.sampo/changesets/roguish-iceseeker-marjatta.md +++ b/.sampo/changesets/roguish-iceseeker-marjatta.md @@ -2,5 +2,5 @@ npm/@mpgd/cli: patch (Changed) --- -Update generated Apps in Toss wrappers to @ait-co/devtools 0.1.139 and preserve its +Update generated Apps in Toss wrappers to @ait-co/devtools 0.1.140 and preserve its official SDK mock when Vite prebundles the Kit adapter. diff --git a/apps/target-ait/package.json b/apps/target-ait/package.json index ba8a6ad9..7645df6a 100644 --- a/apps/target-ait/package.json +++ b/apps/target-ait/package.json @@ -23,7 +23,7 @@ "@mpgd/adapter-ait": "workspace:*" }, "devDependencies": { - "@ait-co/devtools": "^0.1.139", + "@ait-co/devtools": "^0.1.140", "@apps-in-toss/cli": "^2.10.6", "@ttsc/unplugin": "0.18.4", "@types/node": "^24.0.0", diff --git a/packages/cli/templates/phaser-game/apps/target-ait/package.json b/packages/cli/templates/phaser-game/apps/target-ait/package.json index c48ff31d..163ac587 100644 --- a/packages/cli/templates/phaser-game/apps/target-ait/package.json +++ b/packages/cli/templates/phaser-game/apps/target-ait/package.json @@ -22,7 +22,7 @@ "@mpgd/adapter-ait": "__MPGD_DEPENDENCY_VERSION_ADAPTER_AIT__" }, "devDependencies": { - "@ait-co/devtools": "^0.1.139", + "@ait-co/devtools": "^0.1.140", "@apps-in-toss/cli": "^2.10.6", "@ttsc/unplugin": "0.18.4", "@types/node": "^24.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 63f83b64..28f90176 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -272,8 +272,8 @@ importers: version: link:../../adapters/ait devDependencies: '@ait-co/devtools': - specifier: ^0.1.139 - version: 0.1.139(ddacffd1360e345338f8069a3f016ad5) + specifier: ^0.1.140 + version: 0.1.140(ddacffd1360e345338f8069a3f016ad5) '@apps-in-toss/cli': specifier: ^2.10.6 version: 2.10.6(@babel/core@7.29.7)(@babel/preset-env@7.28.5(@babel/core@7.29.7))(@react-navigation/native@7.2.2(react-native@0.72.6(@babel/core@7.29.7)(@babel/preset-env@7.28.5(@babel/core@7.29.7))(react@18.2.0))(react@18.2.0))(@swc/helpers@0.5.23)(@types/node@24.13.2)(react-native-safe-area-context@5.6.2(react-native@0.72.6(@babel/core@7.29.7)(@babel/preset-env@7.28.5(@babel/core@7.29.7))(react@18.2.0))(react@18.2.0))(react-native-screens@4.23.0(react-native@0.72.6(@babel/core@7.29.7)(@babel/preset-env@7.28.5(@babel/core@7.29.7))(react@18.2.0))(react@18.2.0))(react-native@0.72.6(@babel/core@7.29.7)(@babel/preset-env@7.28.5(@babel/core@7.29.7))(react@18.2.0))(react@18.2.0)(typanion@3.14.0)(typescript@7.0.2) @@ -858,8 +858,8 @@ importers: packages: - '@ait-co/devtools@0.1.139': - resolution: {integrity: sha512-8+nkm/mJxXajkRjt/YJqHbMdVm8UkDV1NeTPaUR57Lx1w1Xu9BhguFX3cdzGpdyhRohMajoM59mz13FwaVF2wQ==} + '@ait-co/devtools@0.1.140': + resolution: {integrity: sha512-sI2CEes7Q9xLws9If/MbAsadlJArBUwTtVAveGmy10Z2HeErGqbcVju3hbYr1lexVUkTrNqOQYwmv365wKwWIQ==} engines: {node: '>=24'} hasBin: true peerDependencies: @@ -9825,7 +9825,7 @@ packages: snapshots: - '@ait-co/devtools@0.1.139(ddacffd1360e345338f8069a3f016ad5)': + '@ait-co/devtools@0.1.140(ddacffd1360e345338f8069a3f016ad5)': dependencies: '@modelcontextprotocol/sdk': 1.29.0(zod@4.4.3) '@vitest/expect': 4.1.9 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 1d1a73c4..b6b92367 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -62,4 +62,4 @@ minimumReleaseAgeExclude: - '@devvit/web-view-scripts@0.13.8' - '@devvit/web@0.13.8' - devvit@0.13.8 - - '@ait-co/devtools@0.1.139' + - '@ait-co/devtools@0.1.140'