fix: update YAML library from 'yaml' to 'js-yaml' in resolveExpansionPackCoreAgents for consistency

This commit is contained in:
Davor Racic 2025-07-04 12:00:23 +02:00
parent e32b477e42
commit 99965d25b6
1 changed files with 2 additions and 2 deletions

View File

@ -1210,7 +1210,7 @@ class Installer {
async resolveExpansionPackCoreDependencies(installDir, expansionDotFolder, packId, spinner) {
const glob = require('glob');
const yaml = require('yaml');
const yaml = require('js-yaml');
const fs = require('fs').promises;
// Find all agent files in the expansion pack
@ -1265,7 +1265,7 @@ class Installer {
async resolveExpansionPackCoreAgents(installDir, expansionDotFolder, packId, spinner) {
const glob = require('glob');
const yaml = require('yaml');
const yaml = require('js-yaml');
const fs = require('fs').promises;
// Find all team files in the expansion pack