@aigne/cli 1.3.1-0 → 1.3.1-1

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.
@@ -99,6 +99,7 @@ async function downloadPackage(url, downloadDir) {
99
99
  await downloadAndExtract(url, downloadDir);
100
100
  }
101
101
  async function extractPackage(downloadDir, dir) {
102
+ await mkdir(dir, { recursive: true });
102
103
  if (await isV1Package(downloadDir)) {
103
104
  await toAIGNEPackage(downloadDir, dir);
104
105
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/cli",
3
- "version": "1.3.1-0",
3
+ "version": "1.3.1-1",
4
4
  "description": "cli for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"