@kya-os/create-mcpi-app 1.7.42-canary.58 ā 1.7.42-canary.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -585,7 +585,7 @@ dist
|
|
|
585
585
|
await runCommand(packageManager, ["install"], targetDir);
|
|
586
586
|
// 13a. Verify installed version matches expected version
|
|
587
587
|
console.log(chalk.blue("\nš Verifying package versions..."));
|
|
588
|
-
const expectedVersion = "1.5.8-canary.
|
|
588
|
+
const expectedVersion = "1.5.8-canary.59";
|
|
589
589
|
try {
|
|
590
590
|
const installedPackagePath = path.join(targetDir, "node_modules", "@kya-os", "mcp-i-cloudflare", "package.json");
|
|
591
591
|
if (fs.existsSync(installedPackagePath)) {
|