@open-audio-stack/core 0.1.34 → 0.1.35

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.
@@ -195,5 +195,5 @@ export function packageRecommendationsUrl(obj, recs, field, domain) {
195
195
  }
196
196
  }
197
197
  export function packageToYaml(pkgVersion) {
198
- return yaml.dump(pkgVersion);
198
+ return yaml.dump(pkgVersion, { lineWidth: -1 });
199
199
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-audio-stack/core",
3
- "version": "0.1.34",
3
+ "version": "0.1.35",
4
4
  "description": "Open-source audio plugin management software",
5
5
  "type": "module",
6
6
  "main": "./build/index.js",