@open-audio-stack/core 0.1.11 → 0.1.12

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.
@@ -134,7 +134,7 @@ export class ManagerLocal extends Manager {
134
134
  dirCreate(path.join(dir, pkgSlug, version));
135
135
  saveFile(path.join(dir, pkgSlug, version, filename), pkgVersion);
136
136
  }
137
- dirCreate(path.join(dir, pkgSlug, filename));
137
+ dirCreate(path.join(dir, pkgSlug));
138
138
  saveFile(path.join(dir, pkgSlug, filename), pkg.toJSON());
139
139
  // TODO find a more elegant way to handle org exports.
140
140
  const pkgOrg = pkgSlug.split('/')[0];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-audio-stack/core",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Open-source audio plugin management software",
5
5
  "type": "module",
6
6
  "main": "./build/index.js",