fix: update YAML library from 'yaml' to 'js-yaml' in resolveExpansionPackCoreAgents for consistency (#295)

This commit is contained in:
Davor Racic
2025-07-04 14:22:49 +02:00
committed by GitHub
parent e32b477e42
commit 03f30ad28b

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