@biuxiu/codegen 0.2.8 → 0.2.9

Sign up to get free protection for your applications and to get access to all the features.
package/dist/code/nest.js CHANGED
@@ -65,6 +65,7 @@ class RenderNest {
65
65
  await unlink(filePath);
66
66
  }
67
67
  }
68
+ rmdir(path);
68
69
  }
69
70
  remove() {
70
71
  if (existsSync(this.#moduleDir)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biuxiu/codegen",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "代码生成工具",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {