generatesaas 3.1.0 → 3.2.0

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.
@@ -49,6 +49,7 @@ const WALK_EXCLUSIONS = new Set([
49
49
  ".turbo", ".data", "dist",
50
50
  ".next", ".svelte-kit", ".wrangler",
51
51
  ".devcontainer", "playwright-report", "test-results",
52
+ ".drive-out",
52
53
  "pnpm-lock.yaml",
53
54
  ]);
54
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generatesaas",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "type": "module",
5
5
  "description": "CLI for scaffolding and managing GenerateSaaS projects",
6
6
  "license": "UNLICENSED",